/* =========================================================================

    Project: bigstub
    Author: Xfive
    Last updated: Mon Jun 13 2016 10:56:37


   ========================================================================= */

/*
 ** Setup - Variables
 ** -----------------------------------------------------------------------------*/
@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/worksans-black-webfont.eot");
  src: url("../fonts/worksans-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-black-webfont.woff2") format("woff2"), url("../fonts/worksans-black-webfont.woff") format("woff"), url("../fonts/worksans-black-webfont.ttf") format("truetype"), url("../fonts/worksans-black-webfont.svg#work_sansblack") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/worksans-bold-webfont.eot");
  src: url("../fonts/worksans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-bold-webfont.woff2") format("woff2"), url("../fonts/worksans-bold-webfont.woff") format("woff"), url("../fonts/worksans-bold-webfont.ttf") format("truetype"), url("../fonts/worksans-bold-webfont.svg#work_sansbold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/worksans-extrabold-webfont.eot");
  src: url("../fonts/worksans-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-extrabold-webfont.woff2") format("woff2"), url("../fonts/worksans-extrabold-webfont.woff") format("woff"), url("../fonts/worksans-extrabold-webfont.ttf") format("truetype"), url("../fonts/worksans-extrabold-webfont.svg#work_sansextrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/worksans-extralight-webfont.eot");
  src: url("../fonts/worksans-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-extralight-webfont.woff2") format("woff2"), url("../fonts/worksans-extralight-webfont.woff") format("woff"), url("../fonts/worksans-extralight-webfont.ttf") format("truetype"), url("../fonts/worksans-extralight-webfont.svg#work_sansextralight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/worksans-light-webfont.eot");
  src: url("../fonts/worksans-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-light-webfont.woff2") format("woff2"), url("../fonts/worksans-light-webfont.woff") format("woff"), url("../fonts/worksans-light-webfont.ttf") format("truetype"), url("../fonts/worksans-light-webfont.svg#work_sanslight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/worksans-medium-webfont.eot");
  src: url("../fonts/worksans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-medium-webfont.woff2") format("woff2"), url("../fonts/worksans-medium-webfont.woff") format("woff"), url("../fonts/worksans-medium-webfont.ttf") format("truetype"), url("../fonts/worksans-medium-webfont.svg#work_sansmedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/worksans-regular-webfont.eot");
  src: url("../fonts/worksans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-regular-webfont.woff2") format("woff2"), url("../fonts/worksans-regular-webfont.woff") format("woff"), url("../fonts/worksans-regular-webfont.ttf") format("truetype"), url("../fonts/worksans-regular-webfont.svg#work_sansregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/worksans-semibold-webfont.eot");
  src: url("../fonts/worksans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-semibold-webfont.woff2") format("woff2"), url("../fonts/worksans-semibold-webfont.woff") format("woff"), url("../fonts/worksans-semibold-webfont.ttf") format("truetype"), url("../fonts/worksans-semibold-webfont.svg#work_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Work Sans';
  src: url("../fonts/worksans-thin-webfont.eot");
  src: url("../fonts/worksans-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-thin-webfont.woff2") format("woff2"), url("../fonts/worksans-thin-webfont.woff") format("woff"), url("../fonts/worksans-thin-webfont.ttf") format("truetype"), url("../fonts/worksans-thin-webfont.svg#work_sansthin") format("svg");
  font-weight: 100;
  font-style: normal;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

}

@media (min-width: 960px) {
  .container {
    width: 970px;
  }

}

@media (min-width: 1440px) {
  .container {
    width: 1170px;
  }

}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

}

@media (min-width: 960px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

}

@media (min-width: 1440px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

}

/**
* Converts Photoshop's letter spacing value to em
*
* @returns em
*/
/**
* Converts pixels to ems
*
* @returns em
*/
/**
* Calculates the proportion of a font size to the breakpoint size that font resizing will start
*
* @returns proportion
*/
/*
 ** Setup - Animations
 ** -----------------------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/**
* Slide in / out , top / left
*
*/
@-webkit-keyframes slideInTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}

@keyframes slideInTop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}

.slideInTop {
  -webkit-animation-name: slideInTop;
          animation-name: slideInTop;
}

@-webkit-keyframes slideOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

}

@keyframes slideOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

}

.slideOutTop {
  -webkit-animation-name: slideOutTop;
          animation-name: slideOutTop;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

}

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

}

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

}

@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

/**
* Fade in / out
*
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }

}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }

}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

/**
* Accordion Content Show Hide
*
*/
@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

}

@keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

}

@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }

}

@keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
  }

}

.accordionIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

.accordionOut {
  -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
          animation: accordionOut 0.45s alternate ease-in-out both 1;
}

/**
* Back forth
*
*/
@-webkit-keyframes backForth {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}

@keyframes backForth {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}

/**
* Scale in out
*
*/
@-webkit-keyframes scaleInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

}

@keyframes scaleInOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

}

/**
* Clear Fix
*
*/
.gform_wrapper form:after {
  content: "";
  display: table;
  clear: both;
}

/**
* Font style placeholder Generator
*
* @author Konstantinos Kataras
*
*/
.button, .modal-done, .mediaBox, .imageBox--shadowed {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.icon--blue-circle, .button--flex, .button--nav, .mainNav {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.heading--shadow.heading--md, .heading--shadow.heading--xxl {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.heading--shadow.heading--xl {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.heading--dot:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DB0C50;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  top: -2px;
}

/*
 ** Setup - Normalize
 ** -----------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
}

:root {
  box-sizing: border-box;
  font-size: 62.5%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}

*,
::before,
::after {
  box-sizing: inherit;
}

a, button, [type="button"] {
  cursor: pointer;
  color: currentColor;
  text-decoration: none;
}

a:focus, button:focus, [type="button"]:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}

ul, ol {
  list-style: none;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.4em;
}

input {
  -webkit-appearance: none;
}

/*
 ** Common - Base
 ** -----------------------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  height: 100%;
  color: #000000;
  font-family: "Work Sans";
  font-size: 1.6em;
  font-weight: 400;
  line-height: auto;
}

body.nav-enabled {
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 960px;
  padding: 0 6%;
  width: 100%;
  margin: 0 auto;
}

.container--only-lg {
  max-width: 100%;
  padding: 0 !important;
}

.container--top {
  z-index: 2;
}

.container--unpadded {
  padding: 0 !important;
}

.container--no-mob-padding {
  padding: 0 1%;
}

@media (min-width: 1440px) {
  .container--lg-padding {
    padding: 0 150px !important;
  }

}

.container--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 960px) {
  .container {
    padding: 0 20px;
  }

}

@media (min-width: 1440px) {
  .container {
    max-width: 1222px;
  }

  .container--only-lg {
    max-width: 1222px;
  }

}

.bodyBag {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #FFFFFF;
  overflow: hidden;
}

.down-arrow {
  position: absolute;
  left: calc(50% - 15px);
  bottom: -15px;
  z-index: 200;
}

@media (min-width: 960px) {
  .down-arrow {
    left: calc(50% - 460px);
  }

}

@media (min-width: 1440px) {
  .down-arrow {
    left: calc(50% - 591px);
  }

}

.down-arrow.down-arrow--centered {
  left: calc(50% - 15px);
}

@media (min-width: 960px) {
  .down-arrow.down-arrow--centered {
    left: calc(50% - 15px);
  }

}

@media (min-width: 1440px) {
  .down-arrow.down-arrow--centered {
    left: calc(50% - 15px);
  }

}

[data-os-graphic] {
  width: 160px;
}

[data-mobile],
[data-desktop] {
  visibility: hidden;
}

.gform_wrapper form {
  padding: 20px;
  width: 100%;
  background-color: #F3F3F3;
}

@media (min-width: 480px) {
  .gform_wrapper form {
    padding: 30px;
  }

}

.gform_wrapper form label {
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
  display: block;
}

.gform_wrapper form label .gfield_required {
  color: red;
}

.gform_wrapper form input,
.gform_wrapper form textarea,
.gform_wrapper form select {
  padding: 10px;
  width: 100%;
  border: 2px solid #EAE9E9;
  background-color: #FFFFFF;
  margin-bottom: 5px;
  -webkit-appearance: none;
}

.gform_wrapper form input[type="submit"],
.gform_wrapper form textarea[type="submit"],
.gform_wrapper form select[type="submit"] {
  background-color: #3C3C3C;
  color: white;
  float: right;
  display: inline-block;
  width: auto;
  box-shadow: none;
  padding: 10px 20px;
  cursor: pointer;
}

.gform_wrapper form input[type="submit"]:hover,
.gform_wrapper form textarea[type="submit"]:hover,
.gform_wrapper form select[type="submit"]:hover {
  background-color: #007AFF;
}

.gform_wrapper form .ginput_container.ginput_container_select {
  position: relative;
}

.gform_wrapper form .ginput_container.ginput_container_select:after {
  content: '';
  border: 5px solid transparent;
  border-top-color: #888888;
  position: absolute;
  right: 15px;
  top: 20px;
}

.gform_wrapper form .gform_button_select_files {
  background: none;
  box-shadow: none;
  border-style: dashed;
  color: #26ABE2;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?0fc68514feb73fbb3d10de73f1e5eeeb");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff?0fc68514feb73fbb3d10de73f1e5eeeb") format("woff"), url("../fonts/icons.ttf?0fc68514feb73fbb3d10de73f1e5eeeb") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--Shape-Copy:before {
  content: "\f101";
}

.icon--Shape:before {
  content: "\f102";
}

.icon--calendar:before {
  content: "\f103";
}

.icon--close:before {
  content: "\f104";
}

.icon--down-arrows:before {
  content: "\f105";
}

.icon--download:before {
  content: "\f106";
}

.icon--facebook:before {
  content: "\f107";
}

.icon--google-play:before {
  content: "\f108";
}

.icon--mac:before {
  content: "\f109";
}

.icon--menu:before {
  content: "\f10a";
}

.icon--sort:before {
  content: "\f10b";
}

.icon--twitter:before {
  content: "\f10c";
}

.icon--windows-desktop:before {
  content: "\f10d";
}

.icon--windows:before {
  content: "\f10d";
}

.icon--sm {
  font-size: 6px;
}

.icon--lg {
  font-size: 20px;
}

.icon--gray {
  color: #888888;
}

.icon--blue-circle {
  width: 30px;
  height: 30px;
  -webkit-transition: background-color, 0.4s, linear;
  transition: background-color, 0.4s, linear;
  background-color: #0066CC;
  border-radius: 50%;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.icon--blue-circle:before {
  padding-left: 3px;
}

.icon--blue-circle:hover {
  background-color: #26ABE2;
}

svg {
  display: block;
}

/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
x-object-fit {
  position: relative !important;
  display: inline-block !important;
}

x-object-fit > .x-object-fit-taller,
x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important;
}

.x-object-fit-none > .x-object-fit-taller,
.x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important;
}

.x-object-fit-fill > .x-object-fit-taller,
.x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important;
}

.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important;
}

.x-object-fit-cover > .x-object-fit-taller,
.x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important;
}

.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}

.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
}

.x-object-position-top > .x-object-fit-taller,
.x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important;
}

.x-object-position-right > .x-object-fit-taller,
.x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important;
}

.x-object-position-bottom > .x-object-fit-taller,
.x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important;
}

.x-object-position-left > .x-object-fit-taller,
.x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important;
}

/**
* Position Utility
* @author Konstantinos Kataras
*
*/
.position {
  position: absolute;
}

.position--top-left {
  top: 0;
  left: 0;
}

.position--top-right {
  top: 0;
  right: 0;
}

.position--bottom-left {
  bottom: 0;
  left: 0;
}

.position--bottom-right {
  bottom: 0;
  right: 0;
}

.position--top-xxl {
  top: 200px;
}

.position--negative-top-xxl {
  bottom: calc(100% + 200px);
}

.position--top-xl {
  top: 100px;
}

.position--negative-top-xl {
  bottom: calc(100% + 100px);
}

.position--top-lg {
  top: 60px;
}

.position--negative-top-lg {
  bottom: calc(100% + 60px);
}

.position--top-md {
  top: 30px;
}

.position--negative-top-md {
  bottom: calc(100% + 30px);
}

.position--top-sm {
  top: 20px;
}

.position--negative-top-sm {
  bottom: calc(100% + 20px);
}

.position--top-xs {
  top: 15px;
}

.position--negative-top-xs {
  bottom: calc(100% + 15px);
}

.position--bottom-xxl {
  bottom: 200px;
}

.position--negative-bottom-xxl {
  top: calc(100% + 200px);
}

.position--bottom-xl {
  bottom: 100px;
}

.position--negative-bottom-xl {
  top: calc(100% + 100px);
}

.position--bottom-lg {
  bottom: 60px;
}

.position--negative-bottom-lg {
  top: calc(100% + 60px);
}

.position--bottom-md {
  bottom: 30px;
}

.position--negative-bottom-md {
  top: calc(100% + 30px);
}

.position--bottom-sm {
  bottom: 20px;
}

.position--negative-bottom-sm {
  top: calc(100% + 20px);
}

.position--bottom-xs {
  bottom: 15px;
}

.position--negative-bottom-xs {
  top: calc(100% + 15px);
}

.position--left-xxl {
  left: 200px;
}

.position--negative-left-xxl {
  right: calc(100% + 200px);
}

.position--left-xl {
  left: 100px;
}

.position--negative-left-xl {
  right: calc(100% + 100px);
}

.position--left-lg {
  left: 60px;
}

.position--negative-left-lg {
  right: calc(100% + 60px);
}

.position--left-md {
  left: 30px;
}

.position--negative-left-md {
  right: calc(100% + 30px);
}

.position--left-sm {
  left: 20px;
}

.position--negative-left-sm {
  right: calc(100% + 20px);
}

.position--left-xs {
  left: 15px;
}

.position--negative-left-xs {
  right: calc(100% + 15px);
}

.position--right-xxl {
  right: 200px;
}

.position--negative-right-xxl {
  left: calc(100% + 200px);
}

.position--right-xl {
  right: 100px;
}

.position--negative-right-xl {
  left: calc(100% + 100px);
}

.position--right-lg {
  right: 60px;
}

.position--negative-right-lg {
  left: calc(100% + 60px);
}

.position--right-md {
  right: 30px;
}

.position--negative-right-md {
  left: calc(100% + 30px);
}

.position--right-sm {
  right: 20px;
}

.position--negative-right-sm {
  left: calc(100% + 20px);
}

.position--right-xs {
  right: 15px;
}

.position--negative-right-xs {
  left: calc(100% + 15px);
}

.position--relative {
  position: relative;
}

.position--cover {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
}

.position--stressed {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.position--object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.position--center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.position--left-side {
  top: 0;
  right: 100%;
}

.position--right-side {
  top: 0;
  left: 100%;
}

.position--middle-horizontal {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.position--middle-vertical {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/**
* Ratio - box
* @author Konstantinos Kataras
*
*/
.ratioBox {
  display: block;
  position: relative;
  overflow: hidden;
}

.ratioBox--1-1 {
  padding-top: 100%;
}

.ratioBox--3-2 {
  padding-top: 66.6666666667%;
}

.ratioBox--4-3 {
  padding-top: 75%;
}

.ratioBox--16-9 {
  padding-top: 56.25%;
}

.ratioBox .ratioBox-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.holder {
  position: relative;
}

.holder--center {
  text-align: center;
}

.holder--spaced-bottom {
  margin-bottom: 10px;
}

.holder--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1440px) {
  .holder--lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }

}

@media (min-width: 768px) {
  .holder {
    margin-bottom: 30px;
  }

}

.holder-inner {
  position: relative;
}

.holder-inner--half-element {
  min-width: 200px;
  /*&:first-child {
      margin-right: $separator-md;
    }
*/
}

@media (min-width: 960px) {
  .holder-inner--half-element {
    width: auto;
  }

  .holder-inner--half-element.holder--no-link {
    min-width: 200px;
  }

}

@media (min-width: 1440px) {
  .holder-inner--half-element {
    min-width: 0;
  }

  .holder-inner--half-element.holder--no-link {
    min-width: 265px;
  }

}

.holder-inner--half-element + .holder-inner--half-element {
  margin-right: 30px;
}

.media {
  outline: none;
  width: 100%;
  height: auto;
}

.media-img--responsive-right {
  right: 0;
  height: 70%;
  max-width: none;
  /*@include respond-to(sm) {
      height: 80%;
    }
*/
}

@media screen and (max-width: 480px) {
  .media-img--responsive-right {
    height: auto;
    width: 90%;
  }

}

@media screen and (max-width: 360px) {
  .media-img--responsive-right {
    width: 100%;
  }

}

.media-img--responsive-left {
  height: 40%;
}

/**
* Hide Utility
* @author Konstantinos Kataras
*
*/
@media (max-width: 480px) {
  .hide--xxs {
    display: none !important;
  }

}

@media (min-width: 480px) and (max-width: 767px) {
  .hide--xs {
    display: none !important;
  }

}

@media (min-width: 768px) and (max-width: 959px) {
  .hide--sm {
    display: none !important;
  }

}

@media (min-width: 960px) and (max-width: 1439px) {
  .hide--md {
    display: none !important;
  }

}

@media (min-width: 1440px) {
  .hide--lg {
    display: none !important;
  }

}

@media (min-width: 480px) {
  .hide--xs-up {
    display: none !important;
  }

}

@media (min-width: 768px) {
  .hide--sm-up {
    display: none !important;
  }

}

@media (min-width: 960px) {
  .hide--md-up {
    display: none !important;
  }

}

@media (min-width: 1440px) {
  .hide--lg-up {
    display: none !important;
  }

}

@media (max-width: 479px) {
  .hide--xs-down {
    display: none !important;
  }

}

@media (max-width: 767px) {
  .hide--sm-down {
    display: none !important;
  }

}

@media (max-width: 959px) {
  .hide--md-down {
    display: none !important;
  }

}

@media (max-width: 1439px) {
  .hide--lg-down {
    display: none !important;
  }

}

.gradient-overlay:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(#232323 0%, rgba(35, 35, 35, 0) 50%);
  background: linear-gradient(#232323 0%, rgba(35, 35, 35, 0) 50%);
}

.gradient-overlay--reversed:after {
  background: -webkit-linear-gradient(rgba(35, 35, 35, 0) 50%, #232323 100%);
  background: linear-gradient(rgba(35, 35, 35, 0) 50%, #232323 100%);
}

/**
* Grid Utility
*
* @author Konstantinos Kataras
*
*/
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.grid--xs-1-sep-no {
  margin-left: 0%;
  margin-right: 0%;
}

.grid--xs-1-sep-no > * {
  width: 100%;
  padding: 0 0%;
}

.grid--xs-1-sep-no.grid--spaced-bottom > * {
  margin-bottom: 0%;
}

.grid--xs-2-sep-no {
  margin-left: 0%;
  margin-right: 0%;
}

.grid--xs-2-sep-no > * {
  width: 50%;
  padding: 0 0%;
}

.grid--xs-2-sep-no.grid--spaced-bottom > * {
  margin-bottom: 0%;
}

.grid--xs-3-sep-no {
  margin-left: 0%;
  margin-right: 0%;
}

.grid--xs-3-sep-no > * {
  width: 33.3333333333%;
  padding: 0 0%;
}

.grid--xs-3-sep-no.grid--spaced-bottom > * {
  margin-bottom: 0%;
}

.grid--xs-4-sep-no {
  margin-left: 0%;
  margin-right: 0%;
}

.grid--xs-4-sep-no > * {
  width: 25%;
  padding: 0 0%;
}

.grid--xs-4-sep-no.grid--spaced-bottom > * {
  margin-bottom: 0%;
}

.grid--xs-5-sep-no {
  margin-left: 0%;
  margin-right: 0%;
}

.grid--xs-5-sep-no > * {
  width: 20%;
  padding: 0 0%;
}

.grid--xs-5-sep-no.grid--spaced-bottom > * {
  margin-bottom: 0%;
}

.grid--xs-6-sep-no {
  margin-left: 0%;
  margin-right: 0%;
}

.grid--xs-6-sep-no > * {
  width: 16.6666666667%;
  padding: 0 0%;
}

.grid--xs-6-sep-no.grid--spaced-bottom > * {
  margin-bottom: 0%;
}

.grid--xs-7-sep-no {
  margin-left: 0%;
  margin-right: 0%;
}

.grid--xs-7-sep-no > * {
  width: 14.2857142857%;
  padding: 0 0%;
}

.grid--xs-7-sep-no.grid--spaced-bottom > * {
  margin-bottom: 0%;
}

.grid--xs-8-sep-no {
  margin-left: 0%;
  margin-right: 0%;
}

.grid--xs-8-sep-no > * {
  width: 12.5%;
  padding: 0 0%;
}

.grid--xs-8-sep-no.grid--spaced-bottom > * {
  margin-bottom: 0%;
}

.grid--xs-9-sep-no {
  margin-left: 0%;
  margin-right: 0%;
}

.grid--xs-9-sep-no > * {
  width: 11.1111111111%;
  padding: 0 0%;
}

.grid--xs-9-sep-no.grid--spaced-bottom > * {
  margin-bottom: 0%;
}

.grid--xs-10-sep-no {
  margin-left: 0%;
  margin-right: 0%;
}

.grid--xs-10-sep-no > * {
  width: 10%;
  padding: 0 0%;
}

.grid--xs-10-sep-no.grid--spaced-bottom > * {
  margin-bottom: 0%;
}

.grid--xs-1-sep-sm {
  margin-left: -1%;
  margin-right: -1%;
}

.grid--xs-1-sep-sm > * {
  width: 100%;
  padding: 0 1%;
}

.grid--xs-1-sep-sm.grid--spaced-bottom > * {
  margin-bottom: 2%;
}

.grid--xs-2-sep-sm {
  margin-left: -1%;
  margin-right: -1%;
}

.grid--xs-2-sep-sm > * {
  width: 50%;
  padding: 0 1%;
}

.grid--xs-2-sep-sm.grid--spaced-bottom > * {
  margin-bottom: 2%;
}

.grid--xs-3-sep-sm {
  margin-left: -1%;
  margin-right: -1%;
}

.grid--xs-3-sep-sm > * {
  width: 33.3333333333%;
  padding: 0 1%;
}

.grid--xs-3-sep-sm.grid--spaced-bottom > * {
  margin-bottom: 2%;
}

.grid--xs-4-sep-sm {
  margin-left: -1%;
  margin-right: -1%;
}

.grid--xs-4-sep-sm > * {
  width: 25%;
  padding: 0 1%;
}

.grid--xs-4-sep-sm.grid--spaced-bottom > * {
  margin-bottom: 2%;
}

.grid--xs-5-sep-sm {
  margin-left: -1%;
  margin-right: -1%;
}

.grid--xs-5-sep-sm > * {
  width: 20%;
  padding: 0 1%;
}

.grid--xs-5-sep-sm.grid--spaced-bottom > * {
  margin-bottom: 2%;
}

.grid--xs-6-sep-sm {
  margin-left: -1%;
  margin-right: -1%;
}

.grid--xs-6-sep-sm > * {
  width: 16.6666666667%;
  padding: 0 1%;
}

.grid--xs-6-sep-sm.grid--spaced-bottom > * {
  margin-bottom: 2%;
}

.grid--xs-7-sep-sm {
  margin-left: -1%;
  margin-right: -1%;
}

.grid--xs-7-sep-sm > * {
  width: 14.2857142857%;
  padding: 0 1%;
}

.grid--xs-7-sep-sm.grid--spaced-bottom > * {
  margin-bottom: 2%;
}

.grid--xs-8-sep-sm {
  margin-left: -1%;
  margin-right: -1%;
}

.grid--xs-8-sep-sm > * {
  width: 12.5%;
  padding: 0 1%;
}

.grid--xs-8-sep-sm.grid--spaced-bottom > * {
  margin-bottom: 2%;
}

.grid--xs-9-sep-sm {
  margin-left: -1%;
  margin-right: -1%;
}

.grid--xs-9-sep-sm > * {
  width: 11.1111111111%;
  padding: 0 1%;
}

.grid--xs-9-sep-sm.grid--spaced-bottom > * {
  margin-bottom: 2%;
}

.grid--xs-10-sep-sm {
  margin-left: -1%;
  margin-right: -1%;
}

.grid--xs-10-sep-sm > * {
  width: 10%;
  padding: 0 1%;
}

.grid--xs-10-sep-sm.grid--spaced-bottom > * {
  margin-bottom: 2%;
}

.grid--xs-1-sep-md {
  margin-left: -1.2%;
  margin-right: -1.2%;
}

.grid--xs-1-sep-md > * {
  width: 100%;
  padding: 0 1.2%;
}

.grid--xs-1-sep-md.grid--spaced-bottom > * {
  margin-bottom: 2.4%;
}

.grid--xs-2-sep-md {
  margin-left: -1.2%;
  margin-right: -1.2%;
}

.grid--xs-2-sep-md > * {
  width: 50%;
  padding: 0 1.2%;
}

.grid--xs-2-sep-md.grid--spaced-bottom > * {
  margin-bottom: 2.4%;
}

.grid--xs-3-sep-md {
  margin-left: -1.2%;
  margin-right: -1.2%;
}

.grid--xs-3-sep-md > * {
  width: 33.3333333333%;
  padding: 0 1.2%;
}

.grid--xs-3-sep-md.grid--spaced-bottom > * {
  margin-bottom: 2.4%;
}

.grid--xs-4-sep-md {
  margin-left: -1.2%;
  margin-right: -1.2%;
}

.grid--xs-4-sep-md > * {
  width: 25%;
  padding: 0 1.2%;
}

.grid--xs-4-sep-md.grid--spaced-bottom > * {
  margin-bottom: 2.4%;
}

.grid--xs-5-sep-md {
  margin-left: -1.2%;
  margin-right: -1.2%;
}

.grid--xs-5-sep-md > * {
  width: 20%;
  padding: 0 1.2%;
}

.grid--xs-5-sep-md.grid--spaced-bottom > * {
  margin-bottom: 2.4%;
}

.grid--xs-6-sep-md {
  margin-left: -1.2%;
  margin-right: -1.2%;
}

.grid--xs-6-sep-md > * {
  width: 16.6666666667%;
  padding: 0 1.2%;
}

.grid--xs-6-sep-md.grid--spaced-bottom > * {
  margin-bottom: 2.4%;
}

.grid--xs-7-sep-md {
  margin-left: -1.2%;
  margin-right: -1.2%;
}

.grid--xs-7-sep-md > * {
  width: 14.2857142857%;
  padding: 0 1.2%;
}

.grid--xs-7-sep-md.grid--spaced-bottom > * {
  margin-bottom: 2.4%;
}

.grid--xs-8-sep-md {
  margin-left: -1.2%;
  margin-right: -1.2%;
}

.grid--xs-8-sep-md > * {
  width: 12.5%;
  padding: 0 1.2%;
}

.grid--xs-8-sep-md.grid--spaced-bottom > * {
  margin-bottom: 2.4%;
}

.grid--xs-9-sep-md {
  margin-left: -1.2%;
  margin-right: -1.2%;
}

.grid--xs-9-sep-md > * {
  width: 11.1111111111%;
  padding: 0 1.2%;
}

.grid--xs-9-sep-md.grid--spaced-bottom > * {
  margin-bottom: 2.4%;
}

.grid--xs-10-sep-md {
  margin-left: -1.2%;
  margin-right: -1.2%;
}

.grid--xs-10-sep-md > * {
  width: 10%;
  padding: 0 1.2%;
}

.grid--xs-10-sep-md.grid--spaced-bottom > * {
  margin-bottom: 2.4%;
}

.grid--xs-1-sep-lg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.grid--xs-1-sep-lg > * {
  width: 100%;
  padding: 0 1.5%;
}

.grid--xs-1-sep-lg.grid--spaced-bottom > * {
  margin-bottom: 3%;
}

.grid--xs-2-sep-lg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.grid--xs-2-sep-lg > * {
  width: 50%;
  padding: 0 1.5%;
}

.grid--xs-2-sep-lg.grid--spaced-bottom > * {
  margin-bottom: 3%;
}

.grid--xs-3-sep-lg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.grid--xs-3-sep-lg > * {
  width: 33.3333333333%;
  padding: 0 1.5%;
}

.grid--xs-3-sep-lg.grid--spaced-bottom > * {
  margin-bottom: 3%;
}

.grid--xs-4-sep-lg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.grid--xs-4-sep-lg > * {
  width: 25%;
  padding: 0 1.5%;
}

.grid--xs-4-sep-lg.grid--spaced-bottom > * {
  margin-bottom: 3%;
}

.grid--xs-5-sep-lg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.grid--xs-5-sep-lg > * {
  width: 20%;
  padding: 0 1.5%;
}

.grid--xs-5-sep-lg.grid--spaced-bottom > * {
  margin-bottom: 3%;
}

.grid--xs-6-sep-lg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.grid--xs-6-sep-lg > * {
  width: 16.6666666667%;
  padding: 0 1.5%;
}

.grid--xs-6-sep-lg.grid--spaced-bottom > * {
  margin-bottom: 3%;
}

.grid--xs-7-sep-lg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.grid--xs-7-sep-lg > * {
  width: 14.2857142857%;
  padding: 0 1.5%;
}

.grid--xs-7-sep-lg.grid--spaced-bottom > * {
  margin-bottom: 3%;
}

.grid--xs-8-sep-lg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.grid--xs-8-sep-lg > * {
  width: 12.5%;
  padding: 0 1.5%;
}

.grid--xs-8-sep-lg.grid--spaced-bottom > * {
  margin-bottom: 3%;
}

.grid--xs-9-sep-lg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.grid--xs-9-sep-lg > * {
  width: 11.1111111111%;
  padding: 0 1.5%;
}

.grid--xs-9-sep-lg.grid--spaced-bottom > * {
  margin-bottom: 3%;
}

.grid--xs-10-sep-lg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.grid--xs-10-sep-lg > * {
  width: 10%;
  padding: 0 1.5%;
}

.grid--xs-10-sep-lg.grid--spaced-bottom > * {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .grid--sm-1-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--sm-1-sep-no > * {
    width: 100%;
    padding: 0 0%;
  }

  .grid--sm-1-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 768px) {
  .grid--sm-2-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--sm-2-sep-no > * {
    width: 50%;
    padding: 0 0%;
  }

  .grid--sm-2-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 768px) {
  .grid--sm-3-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--sm-3-sep-no > * {
    width: 33.3333333333%;
    padding: 0 0%;
  }

  .grid--sm-3-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 768px) {
  .grid--sm-4-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--sm-4-sep-no > * {
    width: 25%;
    padding: 0 0%;
  }

  .grid--sm-4-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 768px) {
  .grid--sm-5-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--sm-5-sep-no > * {
    width: 20%;
    padding: 0 0%;
  }

  .grid--sm-5-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 768px) {
  .grid--sm-6-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--sm-6-sep-no > * {
    width: 16.6666666667%;
    padding: 0 0%;
  }

  .grid--sm-6-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 768px) {
  .grid--sm-7-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--sm-7-sep-no > * {
    width: 14.2857142857%;
    padding: 0 0%;
  }

  .grid--sm-7-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 768px) {
  .grid--sm-8-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--sm-8-sep-no > * {
    width: 12.5%;
    padding: 0 0%;
  }

  .grid--sm-8-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 768px) {
  .grid--sm-9-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--sm-9-sep-no > * {
    width: 11.1111111111%;
    padding: 0 0%;
  }

  .grid--sm-9-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 768px) {
  .grid--sm-10-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--sm-10-sep-no > * {
    width: 10%;
    padding: 0 0%;
  }

  .grid--sm-10-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 768px) {
  .grid--sm-1-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--sm-1-sep-sm > * {
    width: 100%;
    padding: 0 1%;
  }

  .grid--sm-1-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 768px) {
  .grid--sm-2-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--sm-2-sep-sm > * {
    width: 50%;
    padding: 0 1%;
  }

  .grid--sm-2-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 768px) {
  .grid--sm-3-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--sm-3-sep-sm > * {
    width: 33.3333333333%;
    padding: 0 1%;
  }

  .grid--sm-3-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 768px) {
  .grid--sm-4-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--sm-4-sep-sm > * {
    width: 25%;
    padding: 0 1%;
  }

  .grid--sm-4-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 768px) {
  .grid--sm-5-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--sm-5-sep-sm > * {
    width: 20%;
    padding: 0 1%;
  }

  .grid--sm-5-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 768px) {
  .grid--sm-6-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--sm-6-sep-sm > * {
    width: 16.6666666667%;
    padding: 0 1%;
  }

  .grid--sm-6-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 768px) {
  .grid--sm-7-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--sm-7-sep-sm > * {
    width: 14.2857142857%;
    padding: 0 1%;
  }

  .grid--sm-7-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 768px) {
  .grid--sm-8-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--sm-8-sep-sm > * {
    width: 12.5%;
    padding: 0 1%;
  }

  .grid--sm-8-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 768px) {
  .grid--sm-9-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--sm-9-sep-sm > * {
    width: 11.1111111111%;
    padding: 0 1%;
  }

  .grid--sm-9-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 768px) {
  .grid--sm-10-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--sm-10-sep-sm > * {
    width: 10%;
    padding: 0 1%;
  }

  .grid--sm-10-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 768px) {
  .grid--sm-1-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--sm-1-sep-md > * {
    width: 100%;
    padding: 0 1.2%;
  }

  .grid--sm-1-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 768px) {
  .grid--sm-2-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--sm-2-sep-md > * {
    width: 50%;
    padding: 0 1.2%;
  }

  .grid--sm-2-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 768px) {
  .grid--sm-3-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--sm-3-sep-md > * {
    width: 33.3333333333%;
    padding: 0 1.2%;
  }

  .grid--sm-3-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 768px) {
  .grid--sm-4-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--sm-4-sep-md > * {
    width: 25%;
    padding: 0 1.2%;
  }

  .grid--sm-4-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 768px) {
  .grid--sm-5-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--sm-5-sep-md > * {
    width: 20%;
    padding: 0 1.2%;
  }

  .grid--sm-5-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 768px) {
  .grid--sm-6-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--sm-6-sep-md > * {
    width: 16.6666666667%;
    padding: 0 1.2%;
  }

  .grid--sm-6-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 768px) {
  .grid--sm-7-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--sm-7-sep-md > * {
    width: 14.2857142857%;
    padding: 0 1.2%;
  }

  .grid--sm-7-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 768px) {
  .grid--sm-8-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--sm-8-sep-md > * {
    width: 12.5%;
    padding: 0 1.2%;
  }

  .grid--sm-8-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 768px) {
  .grid--sm-9-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--sm-9-sep-md > * {
    width: 11.1111111111%;
    padding: 0 1.2%;
  }

  .grid--sm-9-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 768px) {
  .grid--sm-10-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--sm-10-sep-md > * {
    width: 10%;
    padding: 0 1.2%;
  }

  .grid--sm-10-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 768px) {
  .grid--sm-1-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--sm-1-sep-lg > * {
    width: 100%;
    padding: 0 1.5%;
  }

  .grid--sm-1-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 768px) {
  .grid--sm-2-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--sm-2-sep-lg > * {
    width: 50%;
    padding: 0 1.5%;
  }

  .grid--sm-2-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 768px) {
  .grid--sm-3-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--sm-3-sep-lg > * {
    width: 33.3333333333%;
    padding: 0 1.5%;
  }

  .grid--sm-3-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 768px) {
  .grid--sm-4-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--sm-4-sep-lg > * {
    width: 25%;
    padding: 0 1.5%;
  }

  .grid--sm-4-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 768px) {
  .grid--sm-5-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--sm-5-sep-lg > * {
    width: 20%;
    padding: 0 1.5%;
  }

  .grid--sm-5-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 768px) {
  .grid--sm-6-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--sm-6-sep-lg > * {
    width: 16.6666666667%;
    padding: 0 1.5%;
  }

  .grid--sm-6-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 768px) {
  .grid--sm-7-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--sm-7-sep-lg > * {
    width: 14.2857142857%;
    padding: 0 1.5%;
  }

  .grid--sm-7-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 768px) {
  .grid--sm-8-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--sm-8-sep-lg > * {
    width: 12.5%;
    padding: 0 1.5%;
  }

  .grid--sm-8-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 768px) {
  .grid--sm-9-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--sm-9-sep-lg > * {
    width: 11.1111111111%;
    padding: 0 1.5%;
  }

  .grid--sm-9-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 768px) {
  .grid--sm-10-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--sm-10-sep-lg > * {
    width: 10%;
    padding: 0 1.5%;
  }

  .grid--sm-10-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 960px) {
  .grid--md-1-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--md-1-sep-no > * {
    width: 100%;
    padding: 0 0%;
  }

  .grid--md-1-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 960px) {
  .grid--md-2-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--md-2-sep-no > * {
    width: 50%;
    padding: 0 0%;
  }

  .grid--md-2-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 960px) {
  .grid--md-3-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--md-3-sep-no > * {
    width: 33.3333333333%;
    padding: 0 0%;
  }

  .grid--md-3-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 960px) {
  .grid--md-4-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--md-4-sep-no > * {
    width: 25%;
    padding: 0 0%;
  }

  .grid--md-4-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 960px) {
  .grid--md-5-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--md-5-sep-no > * {
    width: 20%;
    padding: 0 0%;
  }

  .grid--md-5-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 960px) {
  .grid--md-6-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--md-6-sep-no > * {
    width: 16.6666666667%;
    padding: 0 0%;
  }

  .grid--md-6-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 960px) {
  .grid--md-7-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--md-7-sep-no > * {
    width: 14.2857142857%;
    padding: 0 0%;
  }

  .grid--md-7-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 960px) {
  .grid--md-8-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--md-8-sep-no > * {
    width: 12.5%;
    padding: 0 0%;
  }

  .grid--md-8-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 960px) {
  .grid--md-9-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--md-9-sep-no > * {
    width: 11.1111111111%;
    padding: 0 0%;
  }

  .grid--md-9-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 960px) {
  .grid--md-10-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--md-10-sep-no > * {
    width: 10%;
    padding: 0 0%;
  }

  .grid--md-10-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 960px) {
  .grid--md-1-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--md-1-sep-sm > * {
    width: 100%;
    padding: 0 1%;
  }

  .grid--md-1-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 960px) {
  .grid--md-2-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--md-2-sep-sm > * {
    width: 50%;
    padding: 0 1%;
  }

  .grid--md-2-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 960px) {
  .grid--md-3-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--md-3-sep-sm > * {
    width: 33.3333333333%;
    padding: 0 1%;
  }

  .grid--md-3-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 960px) {
  .grid--md-4-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--md-4-sep-sm > * {
    width: 25%;
    padding: 0 1%;
  }

  .grid--md-4-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 960px) {
  .grid--md-5-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--md-5-sep-sm > * {
    width: 20%;
    padding: 0 1%;
  }

  .grid--md-5-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 960px) {
  .grid--md-6-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--md-6-sep-sm > * {
    width: 16.6666666667%;
    padding: 0 1%;
  }

  .grid--md-6-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 960px) {
  .grid--md-7-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--md-7-sep-sm > * {
    width: 14.2857142857%;
    padding: 0 1%;
  }

  .grid--md-7-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 960px) {
  .grid--md-8-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--md-8-sep-sm > * {
    width: 12.5%;
    padding: 0 1%;
  }

  .grid--md-8-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 960px) {
  .grid--md-9-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--md-9-sep-sm > * {
    width: 11.1111111111%;
    padding: 0 1%;
  }

  .grid--md-9-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 960px) {
  .grid--md-10-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--md-10-sep-sm > * {
    width: 10%;
    padding: 0 1%;
  }

  .grid--md-10-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 960px) {
  .grid--md-1-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--md-1-sep-md > * {
    width: 100%;
    padding: 0 1.2%;
  }

  .grid--md-1-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 960px) {
  .grid--md-2-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--md-2-sep-md > * {
    width: 50%;
    padding: 0 1.2%;
  }

  .grid--md-2-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 960px) {
  .grid--md-3-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--md-3-sep-md > * {
    width: 33.3333333333%;
    padding: 0 1.2%;
  }

  .grid--md-3-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 960px) {
  .grid--md-4-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--md-4-sep-md > * {
    width: 25%;
    padding: 0 1.2%;
  }

  .grid--md-4-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 960px) {
  .grid--md-5-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--md-5-sep-md > * {
    width: 20%;
    padding: 0 1.2%;
  }

  .grid--md-5-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 960px) {
  .grid--md-6-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--md-6-sep-md > * {
    width: 16.6666666667%;
    padding: 0 1.2%;
  }

  .grid--md-6-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 960px) {
  .grid--md-7-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--md-7-sep-md > * {
    width: 14.2857142857%;
    padding: 0 1.2%;
  }

  .grid--md-7-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 960px) {
  .grid--md-8-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--md-8-sep-md > * {
    width: 12.5%;
    padding: 0 1.2%;
  }

  .grid--md-8-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 960px) {
  .grid--md-9-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--md-9-sep-md > * {
    width: 11.1111111111%;
    padding: 0 1.2%;
  }

  .grid--md-9-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 960px) {
  .grid--md-10-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--md-10-sep-md > * {
    width: 10%;
    padding: 0 1.2%;
  }

  .grid--md-10-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 960px) {
  .grid--md-1-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--md-1-sep-lg > * {
    width: 100%;
    padding: 0 1.5%;
  }

  .grid--md-1-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 960px) {
  .grid--md-2-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--md-2-sep-lg > * {
    width: 50%;
    padding: 0 1.5%;
  }

  .grid--md-2-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 960px) {
  .grid--md-3-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--md-3-sep-lg > * {
    width: 33.3333333333%;
    padding: 0 1.5%;
  }

  .grid--md-3-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 960px) {
  .grid--md-4-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--md-4-sep-lg > * {
    width: 25%;
    padding: 0 1.5%;
  }

  .grid--md-4-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 960px) {
  .grid--md-5-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--md-5-sep-lg > * {
    width: 20%;
    padding: 0 1.5%;
  }

  .grid--md-5-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 960px) {
  .grid--md-6-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--md-6-sep-lg > * {
    width: 16.6666666667%;
    padding: 0 1.5%;
  }

  .grid--md-6-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 960px) {
  .grid--md-7-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--md-7-sep-lg > * {
    width: 14.2857142857%;
    padding: 0 1.5%;
  }

  .grid--md-7-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 960px) {
  .grid--md-8-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--md-8-sep-lg > * {
    width: 12.5%;
    padding: 0 1.5%;
  }

  .grid--md-8-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 960px) {
  .grid--md-9-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--md-9-sep-lg > * {
    width: 11.1111111111%;
    padding: 0 1.5%;
  }

  .grid--md-9-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 960px) {
  .grid--md-10-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--md-10-sep-lg > * {
    width: 10%;
    padding: 0 1.5%;
  }

  .grid--md-10-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-1-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--lg-1-sep-no > * {
    width: 100%;
    padding: 0 0%;
  }

  .grid--lg-1-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-2-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--lg-2-sep-no > * {
    width: 50%;
    padding: 0 0%;
  }

  .grid--lg-2-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-3-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--lg-3-sep-no > * {
    width: 33.3333333333%;
    padding: 0 0%;
  }

  .grid--lg-3-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-4-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--lg-4-sep-no > * {
    width: 25%;
    padding: 0 0%;
  }

  .grid--lg-4-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-5-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--lg-5-sep-no > * {
    width: 20%;
    padding: 0 0%;
  }

  .grid--lg-5-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-6-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--lg-6-sep-no > * {
    width: 16.6666666667%;
    padding: 0 0%;
  }

  .grid--lg-6-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-7-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--lg-7-sep-no > * {
    width: 14.2857142857%;
    padding: 0 0%;
  }

  .grid--lg-7-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-8-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--lg-8-sep-no > * {
    width: 12.5%;
    padding: 0 0%;
  }

  .grid--lg-8-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-9-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--lg-9-sep-no > * {
    width: 11.1111111111%;
    padding: 0 0%;
  }

  .grid--lg-9-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-10-sep-no {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid--lg-10-sep-no > * {
    width: 10%;
    padding: 0 0%;
  }

  .grid--lg-10-sep-no.grid--spaced-bottom > * {
    margin-bottom: 0%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-1-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--lg-1-sep-sm > * {
    width: 100%;
    padding: 0 1%;
  }

  .grid--lg-1-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-2-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--lg-2-sep-sm > * {
    width: 50%;
    padding: 0 1%;
  }

  .grid--lg-2-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-3-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--lg-3-sep-sm > * {
    width: 33.3333333333%;
    padding: 0 1%;
  }

  .grid--lg-3-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-4-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--lg-4-sep-sm > * {
    width: 25%;
    padding: 0 1%;
  }

  .grid--lg-4-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-5-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--lg-5-sep-sm > * {
    width: 20%;
    padding: 0 1%;
  }

  .grid--lg-5-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-6-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--lg-6-sep-sm > * {
    width: 16.6666666667%;
    padding: 0 1%;
  }

  .grid--lg-6-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-7-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--lg-7-sep-sm > * {
    width: 14.2857142857%;
    padding: 0 1%;
  }

  .grid--lg-7-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-8-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--lg-8-sep-sm > * {
    width: 12.5%;
    padding: 0 1%;
  }

  .grid--lg-8-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-9-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--lg-9-sep-sm > * {
    width: 11.1111111111%;
    padding: 0 1%;
  }

  .grid--lg-9-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-10-sep-sm {
    margin-left: -1%;
    margin-right: -1%;
  }

  .grid--lg-10-sep-sm > * {
    width: 10%;
    padding: 0 1%;
  }

  .grid--lg-10-sep-sm.grid--spaced-bottom > * {
    margin-bottom: 2%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-1-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--lg-1-sep-md > * {
    width: 100%;
    padding: 0 1.2%;
  }

  .grid--lg-1-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-2-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--lg-2-sep-md > * {
    width: 50%;
    padding: 0 1.2%;
  }

  .grid--lg-2-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-3-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--lg-3-sep-md > * {
    width: 33.3333333333%;
    padding: 0 1.2%;
  }

  .grid--lg-3-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-4-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--lg-4-sep-md > * {
    width: 25%;
    padding: 0 1.2%;
  }

  .grid--lg-4-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-5-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--lg-5-sep-md > * {
    width: 20%;
    padding: 0 1.2%;
  }

  .grid--lg-5-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-6-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--lg-6-sep-md > * {
    width: 16.6666666667%;
    padding: 0 1.2%;
  }

  .grid--lg-6-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-7-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--lg-7-sep-md > * {
    width: 14.2857142857%;
    padding: 0 1.2%;
  }

  .grid--lg-7-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-8-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--lg-8-sep-md > * {
    width: 12.5%;
    padding: 0 1.2%;
  }

  .grid--lg-8-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-9-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--lg-9-sep-md > * {
    width: 11.1111111111%;
    padding: 0 1.2%;
  }

  .grid--lg-9-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-10-sep-md {
    margin-left: -1.2%;
    margin-right: -1.2%;
  }

  .grid--lg-10-sep-md > * {
    width: 10%;
    padding: 0 1.2%;
  }

  .grid--lg-10-sep-md.grid--spaced-bottom > * {
    margin-bottom: 2.4%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-1-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--lg-1-sep-lg > * {
    width: 100%;
    padding: 0 1.5%;
  }

  .grid--lg-1-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-2-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--lg-2-sep-lg > * {
    width: 50%;
    padding: 0 1.5%;
  }

  .grid--lg-2-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-3-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--lg-3-sep-lg > * {
    width: 33.3333333333%;
    padding: 0 1.5%;
  }

  .grid--lg-3-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-4-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--lg-4-sep-lg > * {
    width: 25%;
    padding: 0 1.5%;
  }

  .grid--lg-4-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-5-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--lg-5-sep-lg > * {
    width: 20%;
    padding: 0 1.5%;
  }

  .grid--lg-5-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-6-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--lg-6-sep-lg > * {
    width: 16.6666666667%;
    padding: 0 1.5%;
  }

  .grid--lg-6-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-7-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--lg-7-sep-lg > * {
    width: 14.2857142857%;
    padding: 0 1.5%;
  }

  .grid--lg-7-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-8-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--lg-8-sep-lg > * {
    width: 12.5%;
    padding: 0 1.5%;
  }

  .grid--lg-8-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-9-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--lg-9-sep-lg > * {
    width: 11.1111111111%;
    padding: 0 1.5%;
  }

  .grid--lg-9-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

@media (min-width: 1440px) {
  .grid--lg-10-sep-lg {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }

  .grid--lg-10-sep-lg > * {
    width: 10%;
    padding: 0 1.5%;
  }

  .grid--lg-10-sep-lg.grid--spaced-bottom > * {
    margin-bottom: 3%;
  }

}

.grid--filter > *:nth-of-type(n + 25) {
  display: none;
}

@media (min-width: 960px) {
  .grid--filter > *:nth-of-type(-n + 41) {
    display: block;
  }

  .grid--filter > *:nth-of-type(n + 41) {
    display: none;
  }

}

@media (min-width: 1440px) {
  .grid--filter > *:nth-of-type(-n + 33) {
    display: block;
  }

  .grid--filter > *:nth-of-type(n + 33) {
    display: none;
  }

}

.grid--spaced-up {
  margin-top: 60px;
}

.section {
  padding: 35px 0;
  position: relative;
}

.section--dark {
  background-color: #212020;
}

.section--black {
  background-color: #232323;
}

.section--white {
  background-color: #FFFFFF;
}

.section--gray {
  background-color: #F3F3F3;
}

.section--blue {
  background-color: #0066CC;
}

.section--stars {
  background-image: url("../img/common/stars-texture.jpg");
  background-color: #092652;
}

.section--centered {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 960px) {
  .section--height-700 {
    min-height: 700px;
    height: 700px;
    padding: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

}

.section--inner {
  padding: 20px;
  margin-bottom: 30px;
}

@media (min-width: 1440px) {
  .section--inner {
    padding: 30px;
  }

}

.section--lg-extra-padding {
  padding: 30px;
}

@media (min-width: 1440px) {
  .section--lg-extra-padding {
    padding: 60px;
  }

}

.section--no-flex {
  display: block;
}

.section--blue-dark {
  background-color: #00245B;
}

.section--padded {
  padding: 20px 30px;
}

.section--padded-sm {
  padding: 20px 20px;
}

@media (min-width: 1440px) {
  .section--padded-sm {
    width: 66%;
  }

}

.section--padded-right {
  padding-right: 30px;
}

.section--xxs-padded {
  padding: 10px !important;
}

.section--outlined {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  overflow: hidden;
}

.section--outlined-bold {
  border: 2px solid #5A5A5A;
  border-radius: 4px;
  overflow: hidden;
}

.section--padding {
  padding: 2% 5%;
}

.section--no-top-padding {
  padding-top: 0 !important;
}

.section--extra-padded {
  padding: 55px 0;
}

.section--extra-bottom-padding {
  padding-bottom: 200px !important;
}

@media (min-width: 960px) {
  .section--extra-bottom-padding {
    padding-bottom: 340px !important;
  }

}

@media (min-width: 960px) {
  .section--extra-padding-top {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
  }

}

.section--unpadded {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .section {
    padding: 35px 0;
  }

  .section--extra-padded {
    padding: 70px 0;
  }

}

@media (min-width: 960px) {
  .section {
    padding: 50px 0;
  }

  .section--extra-padded {
    padding: 100px 0;
  }

}

@media (min-width: 1440px) {
  .section {
    padding: 60px 0;
  }

  .section--extra-padded {
    padding: 120px 0;
  }

}

.section--press_articles + .section--press_articles,
.section--press_kit + .section--press_kit,
.section--press_kit + .section--text,
.section--text + .section--text {
  padding-top: 0;
}

.section--press_kit + .section--press_kit,
.section--press_kit + .section--text,
.section--text + .section--text {
  margin-top: -20px;
}

@media (min-width: 768px) {
  .section--press_kit + .section--press_kit,
  .section--press_kit + .section--text,
  .section--text + .section--text {
    margin-top: -35px;
  }

}

@media (min-width: 960px) {
  .section--press_kit + .section--press_kit,
  .section--press_kit + .section--text,
  .section--text + .section--text {
    margin-top: -50px;
  }

}

@media (min-width: 1440px) {
  .section--press_kit + .section--press_kit,
  .section--press_kit + .section--text,
  .section--text + .section--text {
    margin-top: -60px;
  }

}

.section--text-partner article {
  margin-bottom: 3%;
}

.section--text-jobs:not(:last-child) {
  padding-bottom: 0;
}

.section--text-jobs:not(:last-child) article {
  max-width: 920px;
  margin-left: 0;
}

.section--text-jobs:not(:last-child) article {
  margin-bottom: 0;
}

.section-background--to-bottom {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.article {
  position: relative;
  padding: 30px;
  width: 100%;
}

.article--stars {
  background-color: #000000;
  background-size: cover;
}

.article--stars:hover .article-background {
  opacity: 0.5;
}

.article--stars:hover .infoBox-background {
  opacity: 0;
}

.article .share-buttons {
  margin-top: 60px;
}

.article-background {
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity, 0.3s, linear;
  transition: opacity, 0.3s, linear;
}

.article-img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.heading {
  font-family: "Work Sans";
  color: #000000;
}

.heading--centered {
  text-align: center;
}

.heading--underlined {
  padding-bottom: 10px;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 20px;
}

.heading--extra-margin-bottom {
  margin-bottom: 30px !important;
}

.heading--extra-margin-top {
  margin-top: 30px !important;
}

.heading--light-margin {
  margin-bottom: 5px !important;
}

.heading--light-margin-top {
  margin-top: 15px;
}

.heading--light-margin-bottom {
  margin-bottom: 15px;
}

.heading--light {
  font-weight: 300 !important;
}

.heading--xs-centered {
  text-align: center;
}

@media (min-width: 480px) {
  .heading--xs-centered {
    text-align: left;
  }

}

.heading--small-letter-spacing {
  letter-spacing: -0.5px;
}

.heading--xs-al-left {
  text-align: left;
}

@media (min-width: 480px) {
  .heading--xs-al-left {
    text-align: center;
  }

}

.heading--extra {
  font-weight: 900 !important;
}

.heading--xxxs {
  font-weight: 400;
  font-size: 14px;
}

@media (min-width: 960px) {
  .heading--xxxs {
    font-size: 18px;
  }

}

.heading--xxs {
  font-weight: 400;
  font-size: 17px;
}

@media (min-width: 960px) {
  .heading--xxs {
    font-size: 19px;
  }

}

@media (min-width: 1440px) {
  .heading--xxs {
    font-size: 22px;
  }

}

.heading--xxs-alt {
  font-weight: 900;
  font-size: 22px;
}

@media (min-width: 768px) {
  .heading--xxs-alt {
    font-size: 17px;
  }

}

@media (min-width: 960px) {
  .heading--xxs-alt {
    font-size: 24px;
  }

}

@media (min-width: 1440px) {
  .heading--xxs-alt {
    font-size: 28px;
  }

}

.heading--xxs-alt-2 {
  font-weight: 400 !important;
  font-size: 18px;
  letter-spacing: -0.5px;
}

@media (min-width: 960px) {
  .heading--xxs-alt-2 {
    font-size: 20px;
  }

}

@media (min-width: 1440px) {
  .heading--xxs-alt-2 {
    font-size: 24px;
  }

}

.heading--xs {
  font-weight: 800;
  font-size: 26px;
}

@media (min-width: 768px) {
  .heading--xs {
    font-size: 18px;
  }

}

@media (min-width: 960px) {
  .heading--xs {
    font-size: 22px;
  }

}

@media (min-width: 1440px) {
  .heading--xs {
    font-size: 28px;
  }

}

.heading--xs-alt2 {
  font-weight: 900;
  font-size: 20px;
}

@media (min-width: 768px) {
  .heading--xs-alt2 {
    font-size: 28px;
  }

}

.heading--xs-alt {
  font-size: 26px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .heading--xs-alt {
    font-size: 32px;
  }

}

.heading--sm {
  font-weight: 800;
  font-size: 25px;
}

@media (min-width: 768px) {
  .heading--sm {
    font-size: 28px;
  }

}

@media (min-width: 960px) {
  .heading--sm {
    font-size: 35px;
  }

}

.heading--sm-alt {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: -2px;
}

@media (min-width: 960px) {
  .heading--sm-alt {
    font-size: 42px;
  }

}

.heading--md {
  font-weight: 900;
  font-size: 38px;
}

@media (max-width: 767px) {
  .heading--md.heading--md-alt, .heading--md.modal-header {
    letter-spacing: -0.5px;
    font-size: 30px;
  }

}

@media (min-width: 768px) {
  .heading--md {
    font-size: 26px;
  }

}

@media (min-width: 960px) {
  .heading--md {
    font-size: 38px;
  }

}

@media (min-width: 1440px) {
  .heading--md {
    font-size: 45px;
  }

}

.heading--md-alt, .modal-header {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.2142857143;
  margin-bottom: 10px;
  color: #232323;
}

@media (min-width: 768px) {
  .heading--md-alt, .modal-header {
    font-size: 28px;
  }

}

@media (min-width: 960px) {
  .heading--md-alt, .modal-header {
    font-size: 38px;
  }

}

@media (min-width: 1440px) {
  .heading--md-alt, .modal-header {
    font-size: 46px;
  }

}

.heading--lg {
  font-weight: 800;
  font-size: 38px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .heading--lg {
    font-size: 45px;
    margin-bottom: 15px;
  }

}

@media (min-width: 960px) {
  .heading--lg {
    font-size: 50px;
    margin-bottom: 20px;
    letter-spacing: -0.69px;
    line-height: 72px;
  }

}

@media (min-width: 1440px) {
  .heading--lg {
    font-size: 60px;
  }

}

.heading--xl {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 10px;
  letter-spacing: -0.7px;
  line-height: normal;
}

@media (min-width: 768px) {
  .heading--xl {
    font-size: 42px;
    margin-bottom: 15px;
  }

}

@media (min-width: 960px) {
  .heading--xl {
    font-size: 52px;
    letter-spacing: -3.22px;
    margin-bottom: 20px;
  }

}

@media (min-width: 1440px) {
  .heading--xl {
    font-size: 78px;
    letter-spacing: -5px;
    margin-bottom: 30px;
  }

}

.heading--xxl {
  font-weight: 900;
  font-size: 45px;
  margin-bottom: 15px;
  letter-spacing: -1.72px;
  line-height: 45px;
}

@media (min-width: 768px) {
  .heading--xxl {
    font-size: 48px;
    line-height: normal;
    margin-bottom: 15px;
  }

}

@media (min-width: 960px) {
  .heading--xxl {
    font-size: 60px;
    margin-bottom: 20px;
  }

}

@media (min-width: 1440px) {
  .heading--xxl {
    font-size: 85px;
    line-height: 95px;
    margin-bottom: 30px;
  }

}

.heading--xxl-alt {
  font-weight: 900;
  font-size: 45px;
  margin-bottom: 15px;
  letter-spacing: -1.72px;
  line-height: 45px;
}

@media (min-width: 768px) {
  .heading--xxl-alt {
    font-size: 48px;
    line-height: normal;
    margin-bottom: 15px;
  }

}

@media (min-width: 960px) {
  .heading--xxl-alt {
    font-size: 60px;
    margin-bottom: 20px;
    letter-spacing: -0.29px;
  }

}

@media (min-width: 1440px) {
  .heading--xxl-alt {
    font-size: 80px;
    line-height: 93px;
    letter-spacing: -0.29px;
    margin-bottom: 30px;
  }

}

.heading--padded-right {
  padding-right: 5%;
}

@media (min-width: 480px) {
  .heading--padded-right {
    padding-right: 20%;
  }

}

@media (min-width: 768px) {
  .heading--padded-right {
    padding-right: 22%;
  }

}

.heading--400 {
  font-weight: 400;
}

.heading--white {
  color: #FFFFFF;
}

.heading--blue {
  color: #00245B;
}

.heading--caps {
  text-transform: uppercase;
}

.heading--dot {
  padding-right: 5px;
}

@media (min-width: 960px) {
  .heading--special-margin {
    margin-bottom: 80px;
  }

}

.heading--pink {
  color: #DB0C50;
}

.heading-subpart {
  font-size: 0.5em;
  margin: 0 10px;
}

.text {
  font-family: "Work Sans";
  color: #000000;
}

.text--centered {
  text-align: center;
}

.text--700 {
  font-weight: 700;
}

.text--caps {
  text-transform: uppercase;
}

.text--lh-30 {
  line-height: 30px;
}

.text--article {
  font-size: 18px;
  margin-bottom: 15px;
}

.text--xxs {
  font-size: 10px;
}

.text--xs {
  font-size: 12px;
}

.text--md {
  font-size: 14px;
  font-weight: 700;
}

.text--date {
  font-weight: 500;
  color: #888888;
  font-size: 15px;
}

.text--emphasized {
  display: block;
  font-size: 25px;
  line-height: 38px;
  font-weight: 600;
  padding: 20px 0;
  border: 1px solid #007AFF;
  border-right: none;
  border-left: none;
}

.text--md-alt {
  font-size: 14px;
  color: #3C3C3C;
}

@media (min-width: 768px) {
  .text--md-alt {
    font-size: 18px;
  }

}

.text--lg {
  font-size: 20px;
}

.text--lg-alt {
  font-size: 25px;
}

.text--margin-up {
  margin-top: 20px;
}

.text--margin-down {
  margin-bottom: 20px;
}

.text--padded {
  padding: 0 30px;
}

.text--head {
  padding-right: 25%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .text--head {
    margin-bottom: 15px;
  }

}

@media (min-width: 960px) {
  .text--head {
    margin-bottom: 20px;
  }

}

@media (min-width: 1440px) {
  .text--head {
    margin-bottom: 30px;
  }

}

.text--xl {
  font-size: 18px;
  letter-spacing: -0.41px;
  line-height: 22px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .text--xl {
    font-size: 20px;
    line-height: normal;
  }

}

@media (min-width: 960px) {
  .text--xl {
    font-size: 23px;
    line-height: 29px;
  }

}

@media (min-width: 1440px) {
  .text--xl {
    font-size: 30px;
    line-height: 40px;
  }

}

.text--white {
  color: #FFFFFF;
}

.text--gray {
  color: #888888;
}

.text--gray-dark {
  color: #3C3C3C;
}

.button, .modal-done {
  display: inline-block;
  outline: none;
  border-radius: 4px;
  font-family: "Work Sans";
  font-weight: 500;
  background-color: #888888;
  color: #000000;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
  white-space: nowrap;
}

.button span, .modal-done span {
  display: inline-block;
  vertical-align: middle;
}

.button--min-width {
  min-width: 125px;
}

.button--img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  color: #3C3C3C;
}

.button--img:hover {
  opacity: 0.9;
  background-color: transparent !important;
}

.button--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 15px 5px !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-weight: 500 !important;
}

@media (min-width: 1440px) {
  .button--flex {
    font-size: 22px !important;
  }

}

.button--flex .icon {
  padding-right: 5px;
}

.button--right {
  float: right;
  padding: 0 !important;
}

.button--share {
  color: #26ABE2;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 30px;
  font-size: 15px !important;
  padding: 10px 15px !important;
}

.button--share .icon {
  font-size: 1.5em;
}

.button--share:hover {
  opacity: 0.7;
}

.mainFooter .button--share {
  color: #FFFFFF;
  border-color: #FFFFFF !important;
}

.button--bordered {
  border-radius: 0;
  border: 2px solid #26ABE2 !important;
  background-color: transparent;
}

.button--download {
  font-size: 15px !important;
  color: #3C3C3C;
  background-color: transparent;
  box-shadow: none;
}

.button--download .icon {
  margin-right: 5px;
}

.button--download:hover {
  opacity: 0.7;
}

.button--download-alt {
  background-color: #F3F3F3;
  padding: 15px 20px !important;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 480px) {
  .button--download-alt {
    width: auto;
  }

}

@media (min-width: 768px) {
  .button--download-alt {
    padding: 15px 60px !important;
  }

}

.button--simple {
  border-radius: 0;
  font-size: 13px !important;
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.button--simple:hover {
  background-color: #26ABE2;
  color: #FFFFFF;
}

.button--simple:hover .icon {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .button--simple {
    font-size: 14px !important;
  }

}

@media (min-width: 960px) {
  .button--simple {
    font-size: 18px !important;
  }

}

@media (min-width: 1440px) {
  .button--simple {
    font-size: 20px !important;
  }

}

.button--nav {
  padding: 5px 15px 5px !important;
  font-size: 15px !important;
  margin-left: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.button--nav .icon {
  font-size: 1.1em;
  margin-right: 5px;
}

.button--icon {
  background-color: transparent;
  padding: 5px 5px 5px 0;
  box-shadow: none;
}

.button--blue {
  background-color: transparent;
  border: 2px solid #26ABE2 !important;
  color: #26ABE2;
  white-space: nowrap;
  font-size: 15px !important;
  padding: 5px 14px !important;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}

.button--blue:hover {
  background-color: #26ABE2;
  color: #FFFFFF;
}

.button--no-corners {
  border: none;
  border-radius: 0;
}

.button--pink {
  background-color: #DB0C50;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: -0.65px;
}

.button--pink:hover {
  background-color: #007AFF;
}

.button--align .icon--mac {
  vertical-align: initial;
}

.button--white {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 800;
}

.button--white:hover {
  background-color: #000000;
  color: #FFFFFF;
}

@media (min-width: 960px) {
  .button--minimum-width {
    min-width: 200px;
  }

}

.button--black {
  background-color: #000000;
  color: white;
  border: 0;
  font-weight: 800;
  white-space: nowrap;
}

.button--black .icon {
  margin-right: 10px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .button--black .icon {
    font-size: 25px;
  }

}

@media (min-width: 768px) {
  .button--black .icon {
    font-size: 40px;
  }

}

.button--black:hover {
  background-color: #DB0C50;
}

.article--stars:hover .button--black {
  background-color: #DB0C50;
}

.button--block {
  display: block;
}

.button--transparent {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 15px;
  color: #FFFFFF;
}

.button--transparent:hover {
  background-color: #26ABE2;
}

@media (min-width: 1440px) {
  .button--responsive-lg-to-link {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 0;
    padding: 20px 0 5px !important;
  }

}

@media (min-width: 768px) {
  .button, .modal-done {
    font-size: 16px;
    padding: 10px 15px;
  }

}

@media (min-width: 960px) {
  .button, .modal-done {
    font-size: 20px;
    padding: 15px 15px;
  }

}

@media (min-width: 1440px) {
  .button, .modal-done {
    font-size: 28px;
    padding: 20px 15px;
  }

}

.button--link {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  margin-bottom: 0.2em;
  margin-top: 0.75em;
}

@media (min-width: 768px) {
  .button--link {
    font-size: 16px;
  }

}

@media (min-width: 960px) {
  .button--link {
    font-size: 18px;
  }

}

@media (min-width: 1440px) {
  .button--link {
    font-size: 24px;
  }

}

.button--link:hover {
  border-bottom-color: transparent;
}

.link {
  font-family: "Work Sans";
  font-size: 22px;
  font-weight: 500;
  color: #000000;
}

.link--md {
  font-size: 18px !important;
}

.link--top-spaced {
  margin-top: 5px;
  display: inline-block;
}

.link--underlined {
  text-decoration: underline;
}

.link--capitalized {
  text-transform: uppercase;
}

.link--white {
  color: #FFFFFF;
}

.link--blue {
  color: #007AFF;
  font-size: 13px;
}

.link--gray {
  color: #888888;
}

.link:hover {
  opacity: 0.8;
}

.badge {
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  padding: 2px 5px;
  font-family: "Work Sans";
  font-weight: 500;
  color: #FFFFFF;
  font-size: 9px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .badge {
    font-size: 10px;
  }

}

@media (min-width: 960px) {
  .badge {
    font-size: 12px;
  }

}

@media (min-width: 1440px) {
  .badge {
    font-size: 16px;
  }

}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  /*&[data-mail-chimp] {
    opacity: 1;
    visibility: visible;
  }
*/
}

.modal--open {
  opacity: 1;
  visibility: visible;
}

.modal--no-mobile {
  display: none;
}

@media (min-width: 960px) {
  .modal--no-mobile {
    display: block;
  }

}

.modal-done {
  box-shadow: none;
  background-color: #02a8df;
  color: white;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  padding: 0.5em 1.5em 0.3em 1.5em;
}

.modal-done:hover {
  background-color: #232323;
}

.modal-cancel {
  font-size: 16px;
  color: #828282;
  border-bottom: 1px solid #828282;
  letter-spacing: -0.3px;
  font-weight: 500;
  position: relative;
  -webkit-transform: translateY(-0.2em);
          transform: translateY(-0.2em);
  margin: 0 1.5em;
  display: inline-block;
}

.modal-cancel:hover {
  color: #232323;
  border-bottom: 1px solid #232323;
}

.modal .form-group {
  padding-bottom: 60px;
}

@media (min-width: 480px) {
  .modal-done {
    font-size: 25px;
    padding: 0.7em 1.8em 0.5em 1.8em;
  }

  .modal-cancel {
    font-size: 18px;
  }

  .modal .form-group {
    padding-bottom: 85px;
  }

}

.modal-close {
  position: absolute;
  top: 9px;
  right: 10px;
}

.modal-body {
  margin: 20vh auto 20vh auto;
  max-width: 680px;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
}

@media screen and (max-width: 767px) {
  .modal-body {
    max-width: 90%;
  }

}

.modal-body--big {
  max-width: 800px;
}

@media screen and (max-width: 960px) {
  .modal-body--big {
    max-width: 80%;
  }

}

.modal-container {
  padding: 40px 20px;
  background-color: #FFFFFF;
  position: relative;
}

.modal-container input {
  font-size: 20px;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  padding: 15px 0 15px;
  outline: none;
  color: #828282;
}

@media (min-width: 480px) {
  .modal-container {
    padding: 40px;
  }

  .modal-container input {
    padding: 40px 0 0;
  }

}

.modal-header {
  color: #3c3c3c;
  margin-bottom: 0;
  /*font-size: 40px;
  color: $color-black-light;
  font-family: $font-work-sans;
  font-weight: 500;
  letter-spacing: -2.25px;*/
}

@media (min-width: 480px) {
  .modal-header {
    margin-bottom: 20px;
  }

  .modal--download .modal-header {
    margin-bottom: 0;
  }

}

.modal .link {
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  margin-right: 15px;
}

.table-title, .table thead tr td span, .table tbody tr td:first-child, .table-type {
  font-family: "Work Sans";
  font-weight: 700;
  color: #3C3C3C;
}

@media (min-width: 768px) {
  .table-title, .table thead tr td span, .table tbody tr td:first-child, .table-type {
    font-size: 18px;
  }

}

@media (min-width: 1440px) {
  .table-title, .table thead tr td span, .table tbody tr td:first-child, .table-type {
    font-size: 20px;
  }

}

.table-title {
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EAE9E9;
}

@media (min-width: 768px) {
  .table-title {
    border-bottom: none;
    font-size: 18px;
  }

}

@media (min-width: 1440px) {
  .table-title {
    font-size: 20px;
  }

}

.table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Work Sans";
  font-size: 14px;
}

@media (min-width: 768px) {
  .table {
    font-size: 16px;
  }

}

@media (min-width: 1440px) {
  .table {
    font-size: 18px;
  }

}

.table thead {
  background-color: #EAE9E9;
}

.table thead tr td {
  border-bottom: 1px solid #EAE9E9;
  padding: 10px;
  font-size: 0.8em;
}

.table thead tr td span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

@media (min-width: 768px) {
  .table thead tr td span {
    font-size: 16px;
  }

}

@media (min-width: 1440px) {
  .table thead tr td span {
    font-size: 18px;
  }

}

.table thead tr td .table-button {
  float: right;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.table tbody tr td {
  padding: 10px;
}

.table tbody tr td:first-child .table-type {
  display: none;
}

.table tbody tr td:last-child {
  color: #888888;
  font-style: italic;
}

@media (min-width: 768px) {
  .table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #EAE9E9;
  }

}

.table--responsive-list thead {
  display: none;
}

@media (min-width: 768px) {
  .table--responsive-list thead {
    display: table-header-group;
  }

}

.table--responsive-list tbody tr td {
  display: block;
}

@media (min-width: 768px) {
  .table--responsive-list tbody tr td {
    display: table-cell;
  }

}

.table-type {
  color: #888888;
}

@media (min-width: 768px) {
  .table-type {
    display: none;
  }

}

.mainHead {
  position: relative;
  background-color: #000000;
  padding-bottom: 0;
}

.mainHead .logo {
  fill: #fff;
}

.logo--spaced-bottom {
  margin-bottom: 60px;
}

.logo--lg-visible {
  display: none;
}

@media (min-width: 1440px) {
  .logo--lg-visible {
    display: block;
  }

}

.logo--centered {
  margin-left: auto;
  margin-right: auto;
}

.logo--hero {
  width: 80px;
  height: 21px;
}

@media (min-width: 960px) {
  .logo--hero {
    width: 135px;
    height: 35px;
  }

}

@media (min-width: 1440px) {
  .logo--hero {
    width: 150px;
    height: 39px;
  }

}

.logo--footer {
  fill: #fff;
  margin: 20px auto 40px auto;
}

.appLaunch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.appLaunch-column {
  margin-right: 5px;
}

.appLaunch-column--vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.appLaunch-column--vertical-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.appLaunch-column--padded-left {
  padding-left: 5px;
}

.appLaunch-column--reverse-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.appLaunch-column--cover-space {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mainNav {
  background-color: #000000;
  padding: 12px;
  width: 100%;
}

.mainNav--white {
  background-color: #FFFFFF;
}

.mainNav--fixed {
  padding: 15px !important;
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}

@media (min-width: 960px) {
  .mainNav {
    padding: 8px 15px;
  }

}

.mainNav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .mainNav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 15px;
  }

}

.mainNav-item {
  padding: 0 10px;
}

@media (min-width: 960px) {
  .mainNav-item:not(:last-child) .mainNav-link {
    position: relative;
  }

}

@media (min-width: 1440px) {
  .mainNav-item {
    padding: 8px 15px;
  }

  .mainNav-item:not(:last-child) .mainNav-link {
    position: relative;
  }

}

.mainNav-link {
  color: #FFFFFF;
  font-family: "Work Sans";
  display: block;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  padding-top: 8px;
  font-weight: 900;
  font-size: 36px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
}

.current-menu-item .mainNav-link,
.current-post-ancestor .mainNav-link,
.current-menu-parent .mainNav-link {
  color: #DB0C50;
}

.mainNav-link:hover {
  border-color: #DB0C50;
}

@media (min-width: 960px) {
  .mainNav-link {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0;
    line-height: 17px;
  }

}

.mainNav-logo {
  margin-right: 60px;
  width: 116px;
  height: 30px;
  fill: #FFFFFF;
}

.mainNav-icon {
  color: #FFFFFF;
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.mainNav-icon--close {
  top: 15px;
  right: 20px;
}

.quarterGallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 11px;
}

.quarterGallery-elem {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}

.quarterGallery-elem img {
  width: 100%;
}

.deviceList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  width: 1200px;
  margin: 30px auto 10px auto;
}

@media screen and (max-width: 767px) {
  .deviceList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 80%;
  }

}

@media (min-width: 768px) {
  .deviceList {
    padding: 15px 15px 60px;
  }

}

@media (min-width: 960px) {
  .deviceList {
    padding-bottom: 80px;
  }

}

.deviceList-item {
  position: relative;
  /*@include respond-up-to(sm) {
    svg {
      width: 80%;
    }

    &:nth-of-type(7) {
      svg {
        width: 100%;
      }

    }

  }

  @include respond-to(xs) {
    svg {
      margin: 0 auto;
      width: 60%;
    }

  }
*/
  /*&--1 {
      order: 1;

    }

    &--2 {
      order: 1;
    }

    &--3 {
      order: 1;
    }

    &--4 {
      order: 1;
    }

    &--5 {
      order: 1;
      svg {
        width: 70% !important;
      }

    }

    svg {
      max-width: 200px;
    }

    &:nth-of-type(3) {
      svg {
        width: 70% !important;
      }

    }

    &:nth-of-type(5) {
      svg {
        width: 90% !important;
      }

    }

    &:nth-of-type(6) {
      svg {
        width: 70% !important;
      }

    }

    svg {
      width: 100%;
    }
*/
}

.deviceList-item:before {
  display: block;
  content: '';
  width: 100%;
}

.deviceList-item svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.deviceList-item--1:before {
  padding-top: 58.6083688218%;
}

.deviceList-item--2:before {
  padding-top: 72.8152784518%;
}

.deviceList-item--3:before {
  padding-top: 192.200171425%;
}

.deviceList-item--4:before {
  padding-top: 77.2329840959%;
}

.deviceList-item--5:before {
  padding-top: 56.5174270332%;
}

.deviceList-item--6:before {
  padding-top: 64.2616557348%;
}

.deviceList-item--7:before {
  padding-top: 96.5319751469%;
}

@media screen and (max-width: 767px) {
  .deviceList-item {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
    width: 50%;
    margin-top: 15%;
  }

  .deviceList-item--1 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    padding-left: 12%;
    padding-right: 12%;
  }

  .deviceList-item--2 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    padding-left: 12%;
    padding-right: 12%;
  }

  .deviceList-item--3 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
    padding-left: 20%;
    padding-right: 20%;
  }

  .deviceList-item--4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 0;
  }

  .deviceList-item--5 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .deviceList-item--6 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    padding-left: 8%;
    padding-right: 8%;
  }

  .deviceList-item--7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
    padding-left: 20%;
    padding-right: 20%;
  }

}

@media (min-width: 768px) {
  .deviceList-item {
    width: auto;
    margin: 0 2.0833333333%;
  }

  .deviceList-item--1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 14.0094915254%;
  }

  .deviceList-item--2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 13.7381920904%;
  }

  .deviceList-item--3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 6.8551412429%;
  }

  .deviceList-item--4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 23.9855367232%;
  }

  .deviceList-item--4 svg {
    bottom: -12%;
  }

  .deviceList-item--5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    margin: 0 0.5833333333%;
    width: 20.7353672316%;
  }

  .deviceList-item--6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
    width: 15.2976271186%;
  }

  .deviceList-item--7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
    width: 5.3466666667%;
  }

}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  .deviceList-item {
    margin: 0 25px;
  }

  .deviceList-item--5 {
    margin: 0 7px;
  }

}

.buttonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 768px) {
  .buttonList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

}

.buttonList-elem {
  padding: 5px;
  text-align: center;
}

.buttonList-elem:last-child .heading--dot:after {
  display: none;
}

.buttonList-elem :hover {
  color: #26ABE2;
}

.mediaBox {
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  border: 1px solid #EAE9E9;
}

.mediaBox--white {
  background-color: #FFFFFF;
}

.mediaBox-img {
  margin-bottom: 10px;
}

.flexList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flexList--nav {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flexList--margin-top {
  margin-top: 20px;
}

.flexList-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.flexList--nav .flexList-item {
  width: auto;
}

@media (min-width: 768px) {
  .flexList-item--small {
    width: 50%;
  }

  .flexList-item--big {
    width: 100%;
  }

}

.infoBox {
  position: relative;
  max-width: 380px;
  width: 65vw;
}

@media (min-width: 768px) {
  .infoBox {
    width: 35vw;
  }

}

.infoBox--stars {
  background-color: #092652;
}

.infoBox--small {
  width: 65%;
}

.infoBox--small .infoBox-header .heading {
  font-size: 20px;
}

.infoBox--small .heading--xl {
  font-size: 28px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.infoBox--small .badge {
  font-size: 12px;
}

.infoBox:hover {
  cursor: pointer;
}

.infoBox-background {
  background-image: url("../img/squeeze/stars-lg.png");
  background-size: cover;
  opacity: 0.6;
  -webkit-transition: opacity, 0.3s, linear;
  transition: opacity, 0.3s, linear;
}

.infoBox-header {
  position: relative;
  padding-left: 20px;
  padding-top: 30px;
}

.infoBox-header .heading {
  border-bottom: 2px solid #FFFFFF;
  line-height: 1.2em;
  padding-bottom: 5px;
}

.infoBox-body {
  padding-top: 30px;
  position: relative;
  padding-left: 20px;
}

.infoBox-body .heading {
  line-height: 0.8em;
}

.infoBox-body .heading:not(:first-child) {
  margin-bottom: 0;
}

.infoBox--small .infoBox-body {
  padding-top: 15px;
}

.infoBox-footer {
  position: relative;
}

.infoBox--small .infoBox-footer .button, .infoBox--small .infoBox-footer .modal-done {
  font-size: 14px;
  padding: 10px;
}

.infoBox--small .infoBox-footer .icon {
  font-size: 16px;
}

.infoBox-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.infoBox-list .badge {
  margin-left: 15px;
}

.infoBox--small .infoBox-list {
  padding: 10px 0;
}

.infoBox--small .infoBox-list img {
  width: 90px;
}

.mainFooter-heading {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
}

@media (min-width: 768px) {
  .mainFooter-heading {
    display: inline-block;
    font-size: 35px;
  }

}

.mainFooter-logo-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  .mainFooter-logo {
    display: inline-block;
    margin: 0 20px 0 13px;
    padding: 0;
  }

}

.mainFooter-links {
  color: #FFFFFF;
}

.mainFooter-download {
  padding: 20px 0 10px 0;
}

.mainFooter-categories {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .mainFooter-categories {
    width: 320px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .mainFooter-categories > li {
    width: 49%;
  }

  .mainFooter-categories > li:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .mainFooter-categories > li:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .mainFooter-categories > li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }

}

@media (min-width: 768px) {
  .mainFooter-categories {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
  }

}

.mainFooter-links {
  margin-bottom: 20px;
  margin-right: 15px;
  line-height: 26px;
  /*@include respond-to(xs) {
    margin-right: $separator-lg;
  }
*/
}

.mainFooter-bottom {
  color: white;
  text-align: center;
  margin-top: 60px;
}

.mainFooter-bottom svg {
  fill: #fff;
}

.mainFooter-bottom .share-buttons {
  text-align: center;
}

.mainFooter-bottom .button--share {
  padding: 0 !important;
  margin: 0 5px;
}

.mainFooter-copyright {
  margin: 1em auto;
}

.mainFooter-copyright-menu {
  list-style: none;
}

.mainFooter-copyright-menu li {
  display: inline-block;
  margin: 0 1em;
}

.mainFooter-copyright-menu a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.mainFooter-copyright-menu a:hover {
  border-color: transparent;
}

@media (max-width: 959px) {
  .mainFooter {
    padding-bottom: 5em;
  }

}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mainFooter-bottom .button--share {
    margin: 0 15px;
  }

}

@media screen and (min-width: 768px) {
  .mainFooter-copyright, .mainFooter-copyright-menu {
    margin-top: 2em;
    display: inline-block;
  }

  .mainFooter-copyright, .mainFooter-copyright-menu li {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

}

@media screen and (min-width: 1200px) {
  .mainFooter {
    padding-top: 100px;
  }

  .mainFooter-logo-wrapper {
    text-align: left;
  }

  .mainFooter-download {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }

  .mainFooter-categories {
    margin: 20px 0 40px 0;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    max-width: none;
  }

  .mainFooter-categories > li {
    margin-right: 70px;
  }

  .mainFooter-bottom, .mainFooter-bottom .share-buttons {
    text-align: right;
  }

  .mainFooter-bottom .button--share:last-child,
  .mainFooter-copyright-menu li:last-child {
    margin-right: 0;
  }

  .mainFooter-bottom {
    position: absolute;
    bottom: 20px;
    right: 0;
  }

}

.form .is-invalid {
  border-color: red;
}

.menu {
  position: fixed;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(9, 38, 82, 0.95);
  overflow-y: auto;
}

@media (max-width: 767px) {
  .menu {
    padding-bottom: 200px;
  }

}

@media (min-width: 960px) {
  .menu {
    width: calc(100% - 280px);
  }

}

@media (min-width: 960px) {
  .menu {
    position: static;
    height: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background-color: transparent;
  }

}

.menu .logo {
  margin: 20px 0 60px 20px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  width: 100%;
}

@media (min-width: 768px) {
  .hero {
    min-height: 250px;
  }

}

@media (min-width: 960px) {
  .hero {
    min-height: 300px;
  }

}

@media (min-width: 1440px) {
  .hero {
    min-height: 400px;
  }

}

.hero-content {
  width: 100%;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 20px 20px 20px 40px;
}

@media (min-width: 960px) {
  .hero-content {
    width: 50%;
    padding-left: calc(50% - 460px);
  }

}

@media (min-width: 1440px) {
  .hero-content {
    width: 45%;
    padding: 60px 30px 60px 0;
    padding-left: calc(50% - 591px);
  }

}

.hero-content .heading {
  position: relative;
}

.hero-content .text {
  position: relative;
}

.hero-img {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (min-width: 960px) {
  .hero-img {
    display: block;
    width: 50%;
  }

}

@media (min-width: 1440px) {
  .hero-img {
    width: 55%;
  }

}

.imageBox {
  position: relative;
}

.imageBox--white {
  background-color: #FFFFFF;
}

.imageBox--bordered {
  border-radius: 4px;
  overflow: hidden;
}

.imageBox--outlined {
  border: 1px solid #D9D9D9;
}

.imageBox--opague {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s, linear;
  transition: opacity 0.3s, linear;
}

.imageBox--opague:hover {
  opacity: 1;
}

.imageBox--opague:hover .imageBox-subtitle {
  opacity: 1;
}

.imageBox--mobile-centered {
  text-align: center;
}

.imageBox--mobile-centered img {
  margin: 0 auto;
}

@media (min-width: 960px) {
  .imageBox--mobile-centered {
    text-align: left;
  }

  .imageBox--mobile-centered img {
    margin: 0;
  }

}

@media (max-width: 767px) {
  .imageBox--mob-extra-sep {
    margin-bottom: 15px;
  }

}

.imageBox--jobs-images {
  display: block;
  list-style: none;
  margin: 0;
}

.imageBox--jobs-image {
  margin: 0 0 3.9473684211% 0;
}

.imageBox--jobs-image img {
  max-width: 100%;
}

@media (min-width: 480px) {
  .imageBox--jobs-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 760px;
    width: 100%;
  }

  .imageBox--jobs-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-right: 3.9473684211%;
    max-width: 50%;
  }

}

.imageBox-simpleImg {
  margin-bottom: 15px !important;
}

.imageBox-simpleImg--centered {
  margin-left: auto;
  margin-right: auto;
}

.imageBox-simpleImg--extra-margin-bottom {
  margin-bottom: 30px !important;
}

.imageBox-image--background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imageBox-image--background-fill {
  background-size: contain;
}

.imageBox-content {
  padding: 3%;
}

.imageBox-content--over {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.imageBox-content--centered {
  text-align: center;
}

.imageBox-content--bottom {
  height: auto;
  bottom: 0;
}

.imageBox-content--no-padding {
  padding: 0 !important;
}

.imageBox-content--no-bottom-padding {
  padding-bottom: 0 !important;
}

.imageBox-content--no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.imageBox-content--big-padding {
  padding: 30px;
}

.imageBox-content--spaced-headings .heading {
  margin-bottom: 10px !important;
}

.imageBox-content--no-right-padded {
  padding-right: 0 !important;
}

.imageBox-subtitle {
  font-weight: 500;
}

.imageBox--opague .imageBox-subtitle {
  color: white;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.3s, linear;
  transition: opacity 0.3s, linear;
}

.imageBox-content--no-right-padded .imageBox-description {
  padding-right: 30px;
}

+ .imageBox-description .imageBox-description {
  margin-bottom: 15px;
}

.imageBox-buttons {
  border-top: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.imageBox-buttons:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 2;
}

.imageBox-buttons > * {
  width: 50%;
  color: #3C3C3C;
  font-weight: 300;
  border-bottom: 1px solid #D8D8D8;
}

.imageBox-buttons > *:nth-of-type(2n + 1) {
  border-right: 1px solid #D8D8D8;
}

.imageBox-note--lg {
  font-size: 18px;
}

.imageBox-buttons-images {
  position: relative;
}

.imageBox-buttons-img {
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.imageBox-buttons-img--rollover {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button--img:hover .imageBox-buttons-img {
  opacity: 0;
}

.button--img:hover .imageBox-buttons-img--rollover {
  opacity: 1;
}

#jobs-widget #jobs_widget_container {
  border: none;
  padding: 0;
}

#jobs_widget_company_link {
  display: none;
}

/*# sourceMappingURL=main.css.map */
