/* iPad resolutions:

Original
768 x 1024
iPad Air
820 x 1180
iPad 10.2
810 x 1080
iPad Pro 12.9''
1024 x 1366
iPad Pro 11''
834 x 1194

*/
/* Uncomment and set these variables to customize the grid. */
.container-flexbox-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row > div {
  margin-bottom: 2em; }

/*.row > div > div {
  border: 1px solid #e5e5e5;
}*/
.row:last-child {
  margin-bottom: -2em; }

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.col-xs,
.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 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (max-width: 768px) {
    .col-xs,
    .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 {
      padding-left: 0px;
      padding-right: 0px; } }

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container-flexbox {
    width: 46rem; }
  .col-sm,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container-flexbox {
    width: 61rem; }
  .col-md,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container-flexbox {
    width: 71rem; }
  .col-lg,
  .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 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem; }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

/* ==========================================================================
Common and Defaults
========================================================================== */
[contenteditable="true"]:focus {
  outline: none; }

*:focus {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

span.no-wrap {
  white-space: nowrap; }

.keep-together {
  display: block; }

.relative {
  position: relative; }

.no_selection {
  user-select: none;
  /* standard syntax */
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

.clickable {
  cursor: pointer; }

.cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat; }
  .cover.centered {
    background-position: 50% 50%; }

/* ==========================================================================
   Color Variables
   ========================================================================== */
/* ==========================================================================
   Development things
   ========================================================================== */
/* ==========================================================================
   Helpers
   ========================================================================== */
/* ==========================================================================
Layout with containers and some base tags
========================================================================== */
html {
  padding: 0;
  margin: 0; }

body {
  color: #333;
  background: #292F36;
  font-family: 'Source Serif Pro', serif;
  padding: 0;
  margin: 0; }

.section {
  margin: 0;
  padding: 0; }
  .section.vertical-10 {
    background-position-y: 10%; }
  .section.vertical-20 {
    background-position-y: 20%; }
  .section.vertical-30 {
    background-position-y: 30%; }
  .section.vertical-40 {
    background-position-y: 40%; }
  .section.vertical-50 {
    background-position-y: 50%; }
  .section.vertical-60 {
    background-position-y: 60%; }

.inside-wrapper {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1200px;
  box-sizing: border-box;
  text-wrap: pretty; }
  @media (min-width: 768px) {
    .inside-wrapper.with-rows {
      padding: 0 10px; } }
  .inside-wrapper.max-width-1150 {
    max-width: 1150px; }
  .inside-wrapper.max-width-1100 {
    max-width: 1100px; }
  .inside-wrapper.max-width-1000 {
    max-width: 1000px; }
  .inside-wrapper.max-width-900 {
    max-width: 900px; }
  .inside-wrapper.max-width-800 {
    max-width: 800px; }
  .inside-wrapper.max-width-700 {
    max-width: 700px; }
  .inside-wrapper.max-width-600 {
    max-width: 600px; }
  .inside-wrapper.max-width-500 {
    max-width: 500px; }
  @media (min-width: 768px) and (max-width: 992px) {
    .inside-wrapper.with-space-on-mobile {
      max-width: 70%; } }
  @media (max-width: 768px) {
    .inside-wrapper.with-space-on-mobile {
      max-width: 90%; } }
  @media (max-width: 576px) {
    .inside-wrapper.with-space-on-mobile {
      max-width: 100%; } }
  .inside-wrapper + .inside-wrapper {
    margin-top: 80px; }
    @media (max-width: 768px) {
      .inside-wrapper + .inside-wrapper {
        margin-top: 40px; } }
  .inside-wrapper + .full-width {
    margin-top: 40px; }
  .inside-wrapper.inset {
    margin-top: -60px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 60px 60px; }
    @media (max-width: 992px) {
      .inside-wrapper.inset {
        max-width: 92%;
        box-sizing: border-box;
        padding: 40px; } }
    @media (max-width: 768px) {
      .inside-wrapper.inset {
        padding: 30px; } }
    .inside-wrapper.inset.more-inset {
      margin-top: -100px; }
  .inside-wrapper.on-right {
    margin-right: 0px; }
  @media (max-width: 768px) {
    .inside-wrapper .inside-wrapper {
      padding: 0px; } }
  .inside-wrapper.pull-up-a-little .pulled {
    margin-top: -60px; }
    @media (max-width: 768px) {
      .inside-wrapper.pull-up-a-little .pulled {
        margin-top: 0px; } }
  .inside-wrapper.with-bottom-divider {
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px; }

.max-width-70-p {
  max-width: 70%; }

.max-width-75-p {
  max-width: 75%; }

.skinnier .inside-wrapper {
  max-width: 750px; }

.relative {
  position: relative; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-padding-bottom {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important; }

.no-padding-top {
  padding-top: 0px !important;
  margin-top: 0px !important; }

.small-padding-top {
  padding-top: 20px !important;
  margin-top: 0px !important; }

.row {
  margin-right: 0;
  margin-left: 0;
  /*
	@include md {
		.row {
			margin-left: -1em;
			margin-right: -1em;
		}
	}
	*/ }

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

.v-center {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }
  @media (max-width: 768px) {
    .v-center {
      position: relative;
      transform: none;
      top: auto;
      box-shadow: none;
      border-radius: none; } }

.flex-v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .flex-v-center .inside-wrapper {
    width: 100%; }

.flex-v-h-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

@media (max-width: 768px) {
  .row > div {
    margin-bottom: 2em; }
  .row ul {
    margin-left: 0px !important; } }

ul {
  margin: 0px; }

/* ==========================================================================
  Typography
========================================================================== */
.content-with-logo {
  position: relative; }
  .content-with-logo .logo {
    position: absolute;
    top: 0px;
    left: 0px; }
  .content-with-logo .header {
    padding-left: 100px; }
  @media (max-width: 768px) {
    .content-with-logo .logo {
      position: relative;
      margin-bottom: 20px; }
    .content-with-logo .header {
      padding-left: 0px; } }

.with-shadow img {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.on-right {
  float: right;
  margin-left: 30px;
  width: 300px; }
  @media (max-width: 768px) {
    .on-right {
      float: none;
      margin: 0px; } }

/* ==========================================================================
Typography
========================================================================== */
@font-face {
  font-family: 'GothamBook';
  src: url("/_assets/fonts/Gotham-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamBlack';
  src: local("GothamBlack"), local("GothamBlack"), url("/_assets/fonts/Gotham-Black.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamBold';
  src: url("/_assets/fonts/Gotham-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GothamMedium';
  src: url("/_assets/fonts/Gotham-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

a {
  color: #000000; }

h1 {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.1em;
  color: #ffffff; }
  h1:first-of-type {
    margin-top: 0px; }
  @media (max-width: 768px) {
    h1 {
      font-size: 36px; } }

h1.strong, h2.strong, h3.strong {
  font-weight: 700; }

.more-bottom-margin {
  margin-bottom: 30px; }

h2, .like-h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1em;
  color: #ffffff;
  margin-top: 40px; }
  @media (max-width: 768px) {
    h2, .like-h2 {
      font-size: 26px; } }
  h2:first-of-type, .like-h2:first-of-type {
    margin-top: 0px; }

h3, .like-h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 10px; }
  h3 + p, .like-h3 + p {
    margin-top: 5px; }
  @media (max-width: 768px) {
    h3, .like-h3 {
      font-size: 20px; } }
  h3:first-of-type, .like-h3:first-of-type {
    margin-top: 0px; }

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */ }

h1 + h2 {
  margin-bottom: 20px;
  margin-top: 0px; }

h2 + .list {
  margin-top: -20px; }
  @media (max-width: 768px) {
    h2 + .list {
      margin-top: 0px; } }

ul {
  /*margin-left: 0;
	padding-left: 0;*/ }

.bg h1, .bg h2 {
  margin-top: 0; }

p {
  font-size: 20px;
  line-height: 1.4em; }
  p:first-child {
    margin-top: 0px; }
  p:last-child {
    margin-bottom: 0px; }

p + .btn, p + .clearfix {
  margin-top: 20px; }

ul {
  font-size: 20px; }

.inset h1, .inset h2 {
  margin-top: 0px; }

.main-content h1 {
  font-weight: 700;
  margin-bottom: 40px; }

.main-content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600; }

.main-content .image {
  max-width: 400px; }

/* ==========================================================================
Fonty things
========================================================================== */
.source-serif-pro {
  font-family: 'Source Serif Pro', serif;
  font-weight: 400; }
  .source-serif-pro.italic {
    font-style: italic; }

.gotham-bold {
  font-family: 'GothamBold'; }

.gotham-black {
  font-family: 'GothamBlack'; }

.gotham-medium {
  font-family: 'GothamMedium'; }

.gotham {
  font-family: 'GothamBook'; }

.uppercase {
  text-transform: uppercase; }

.standalone {
  display: block; }

/* ==========================================================================
Icon Circles
========================================================================== */
.circle {
  display: table;
  width: 80px;
  height: 80px;
  background: #ffffff;
  border-radius: 40px;
  text-align: center;
  margin: auto; }
  .circle.bigger {
    width: 100px;
    height: 100px;
    border-radius: 50px; }
    .circle.bigger img {
      width: 50%; }
  .circle span {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .circle.white {
    background: #fff; }
  .circle.clear {
    background: none;
    border-color: #fff;
    border-width: 1px;
    border-style: solid; }
    .circle.clear img {
      width: 40%; }

/* ==========================================================================
   Footer
   ========================================================================== */
footer {
  font-size: 12px; }
  footer ul {
    font-size: 16px; }
  footer .section {
    padding: 40px 0; }
  footer .social-icons a {
    font-size: 24px;
    margin-right: 15px; }
  footer h3 {
    font-size: 14px; }
  footer p {
    margin: 0; }
  footer h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    font-family: 'GothamMedium'; }
  footer a {
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
  footer ul {
    list-style-type: none;
    padding-left: 0px; }
    footer ul + ul.more-space {
      margin-top: 25px; }
    @media (max-width: 768px) {
      footer ul {
        margin: 0; } }
    footer ul > li {
      list-style-type: none;
      padding-left: 0px;
      border-bottom: none;
      margin: 10px 0; }
      footer ul > li.nav-trigger > a {
        font-weight: 700; }
      footer ul > li > a {
        font-size: 15px;
        padding: 0 20px 0px 0px;
        text-decoration: none;
        font-weight: 600; }
        footer ul > li > a span {
          border-bottom: none; }
        footer ul > li > a:hover {
          text-decoration: underline; }
      footer ul > li.submenu-header {
        text-transform: uppercase;
        margin-top: 10px;
        line-height: 1.2em;
        margin-bottom: 5px; }
      footer ul > li.last-child a {
        padding-right: 0px; }
  footer .left {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      footer .left {
        width: 100%;
        float: none;
        padding: 10px 0 0 0px; } }
  footer .right {
    float: left;
    width: 50%; }
    @media (max-width: 768px) {
      footer .right {
        width: 100%;
        float: none;
        padding: 0px;
        margin-top: 0px; } }

/* ==========================================================================
Header
========================================================================== */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 30px;
  box-sizing: border-box; }
  header .menu {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 5; }
    header .menu img {
      max-width: 25px; }
  header .show {
    display: block; }
  header .navigation {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 60px 25px 30px 30px;
    border-bottom-left-radius: 5px; }
    header .navigation.show {
      display: block; }
    header .navigation ul {
      margin: 0;
      padding: 0; }
      header .navigation ul li {
        display: block;
        margin: 10px 0; }
        header .navigation ul li a {
          font-size: 15px;
          padding: 0;
          text-decoration: none;
          color: #fff;
          font-style: italic; }
          header .navigation ul li a:hover {
            text-decoration: underline; }

/* ==========================================================================
Main Menu overlay
========================================================================== */
/* ==========================================================================
  Buttons
========================================================================== */
.button {
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif; }
  .button.button-red {
    background: #BA0927;
    color: #fff; }
    .button.button-red:hover {
      background: #B22829;
      text-decoration: none; }
    .button.button-red:active {
      background: #84201A; }
  .button.button-yellow {
    background: #F3B84E;
    color: #000; }
    .button.button-yellow:hover {
      background: #F5C979;
      text-decoration: none; }
    .button.button-yellow:active {
      background: #E3AC46; }
  .button.button-blue {
    background: #2F4858;
    color: #fff; }
    .button.button-blue:hover {
      background: #4D7C8A;
      text-decoration: none; }
    .button.button-blue:active {
      background: #4D7C8A; }
  @media (min-width: 768px) {
    .button.button-wider {
      padding-left: 50px;
      padding-right: 50px; } }
  .button.button-bigger {
    padding: 10px 50px;
    font-size: 24px;
    font-weight: 600; }

p + p .button {
  margin-top: 10px; }

/* ==========================================================================
  Content Things
========================================================================== */
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 66vh; }
  .full-width.normal {
    height: 250px;
    background-position: 50% 20%;
    margin-bottom: 40px; }
  .full-width.half-size {
    height: 50vh;
    background-position: 50% 50%;
    margin-bottom: 40px; }
  .full-width.with-margin {
    margin-bottom: 40px; }
  .full-width.vertical-10 {
    background-position-y: 10%; }
  .full-width.vertical-20 {
    background-position-y: 20%; }
  .full-width.vertical-30 {
    background-position-y: 30%; }
  .full-width.vertical-40 {
    background-position-y: 40%; }

@media (max-width: 768px) {
  .height-target {
    height: auto !important; } }

/* ==========================================================================
  Form Things
========================================================================== */
form {
  margin: 0px; }
  form label {
    font-size: 16px;
    line-height: 1.4em;
    display: block;
    margin: 0 0 10px 0px;
    font-weight: 700; }
  form input, form textarea {
    font-size: 16px;
    border: 1px solid #BABABA;
    border-radius: 5px;
    padding: 15px 10px;
    background: none;
    margin: 0 0 15px 0;
    color: #333;
    font-family: 'Source Serif Pro', serif;
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    display: block; }
  form button {
    border: none; }
  @media (min-width: 768px) {
    form .form-group {
      margin-left: -1em; } }

.nd {
  display: none !important; }

.fscf-hint-text {
  font-size: 11px;
  color: #333; }

.stack .columns {
  margin-bottom: 20px; }

/* BUTTONS */
.on-light .btn:not(.picker-button) {
  color: #fff; }

.btn:not(.picker-button) {
  font-weight: bold;
  font-family: GothamBook;
  background-color: #DB6668;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 600; }
  .btn:not(.picker-button).new-style {
    font-family: futura-pt;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    padding: 12px 30px;
    height: 42px;
    font-weight: 500;
    vertical-align: middle;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
    .btn:not(.picker-button).new-style.auto-width {
      width: auto;
      max-width: none;
      height: auto; }
  .btn:not(.picker-button).blue {
    background-color: #216b8b; }
    .btn:not(.picker-button).blue:hover, .btn:not(.picker-button).blue:focus {
      background-color: #104f6a; }
  .btn:not(.picker-button).dk-blue {
    background-color: #6C7089; }
    .btn:not(.picker-button).dk-blue:hover, .btn:not(.picker-button).dk-blue:focus {
      background-color: #6C7089; }
    .btn:not(.picker-button).dk-blue.with-hover:hover, .btn:not(.picker-button).dk-blue.with-hover:focus {
      background-color: #535774; }
  .btn:not(.picker-button).gold {
    background-color: #FBB13C; }
    .btn:not(.picker-button).gold:hover, .btn:not(.picker-button).gold:focus {
      background-color: #E39B29; }
  .btn:not(.picker-button).support {
    background-color: #638AB5; }
    .btn:not(.picker-button).support:hover, .btn:not(.picker-button).support:focus {
      background-color: #5177a2; }
  .btn:not(.picker-button).smaller {
    padding: 8px 12px; }
  .btn:not(.picker-button):hover {
    background-color: #B63436; }
  .btn:not(.picker-button):focus {
    background-color: #DB6668; }
  .btn:not(.picker-button).ghost {
    background: none;
    padding-left: 0;
    padding-right: 0;
    padding: 0;
    font-weight: 600;
    color: #1e79ee;
    /*margin: 0;*/
    /*background: pink;*/
    white-space: nowrap;
    font-size: 15px;
    height: 15px;
    letter-spacing: 0px;
    font-weight: 600; }
  .btn:not(.picker-button).inline {
    width: auto; }
  .btn:not(.picker-button) .with-icon span.icon {
    margin-left: 5px;
    margin-top: -2px; }

.btn-animated {
  display: inline-flex;
  text-align: center;
  justify-content: center;
  line-height: 14px; }
  .btn-animated:hover .with-icon span.icon, .btn-animated:focus .with-icon span.icon {
    opacity: 1;
    visibility: visible;
    display: inline-flex; }
  .btn-animated:hover .with-icon span.text, .btn-animated:focus .with-icon span.text {
    margin: 0px 0px 0px 0px; }
  .btn-animated .with-icon {
    display: inline-flex;
    vertical-align: middle; }
    .btn-animated .with-icon span.text {
      margin: 0px -18px 0px 0px;
      display: inline-flex;
      transition: 0.3s; }
    .btn-animated .with-icon span.icon {
      display: inline-flex;
      visibility: hidden;
      opacity: 0;
      transition: 0.3s;
      width: 16px; }
    .btn-animated .with-icon svg {
      width: 16px; }
  .btn-animated .with-icon span.icon {
    margin-left: 5px;
    margin-top: -2px; }

/* ==========================================================================
   page header
   ========================================================================== */
.page-header {
  color: #A4A8B7;
  padding: 20px 0 40px 0; }
  .page-header h1 {
    font-weight: 500;
    letter-spacing: 2px;
    color: #272838;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .page-header h1 + p {
    margin-top: 5px; }
  .page-header.intro {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; }
    .page-header.intro h1 + p {
      margin-top: 20px; }
  .page-header.max-width-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
  .page-header.max-width-1000 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
  .page-header + .inside-header {
    margin-top: -30px; }
  .page-header .preamble {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #272838;
    font-family: futura-pt, sans-serif;
    margin-bottom: 20px; }
  .page-header.intro .preamble {
    margin-bottom: 30px; }
  .page-header.intro h1 {
    margin-bottom: 30px; }
  .page-header.intro .subheader {
    font-size: 20px;
    line-height: 1.4em; }
    @media (max-width: 992px) {
      .page-header.intro .subheader br {
        display: none; } }

.flex-v-center .page-header {
  margin-bottom: 0px;
  padding: 0px; }

.content.content-no-max-width {
  max-width: none;
  padding: 0px; }

/* ==========================================================================
   Color Variables
   ========================================================================== */
/*
$text: #000000;
$hero-gray: #E8E9ED;
$dark-gray: #E8E9ED;
$gray-2: #F4F4F6;
$gray: #F4F4F6;
$gray-1: #F4F4F6;
$white: #ffffff;
$light-gray: #F4F4F6;

$ultra-dark-blue: #07293a;
$dark-blue: #092139;
$blue: #153e6e;
$light-blue: #147298;
$light-blue-seethrough: rgba(20, 114, 152, 1);
$yellow: #ffcf31;
*/
/* ==========================================================================
Section Content things
========================================================================== */
/* ==========================================================================
Sections
========================================================================== */
.marketing .gray-bg {
  background: #E8E9ED; }

.marketing .light-blue-bg {
  background: #B6D7DB; }

.marketing .light-blue-2-bg {
  background: #7BBAC1; }

.marketing .blue-bg {
  background: #5A8EA6; }

.marketing .salmon-bg {
  background: #F7A072; }

.marketing .orange-bg {
  background: #FBB13C; }

.marketing .yellow-bg {
  background: #FBB13C; }

.marketing .purple-bg {
  background: #A4A8B7; }

.marketing .dark-gray-bg {
  background: #33393F; }

.marketing .dark-purple-bg {
  background: #6C7089; }

.marketing .dark-gray-2-bg {
  background: #32343F; }

.marketing .almost-black-bg {
  background: #272838; }

.marketing .pink-bg {
  background: #F86863; }

.marketing .green-bg {
  background: #7DAA92; }

.marketing .gray-bg {
  background: #E8E9ED; }

.marketing .light-gray-bg {
  background: #F4F4F6; }

.marketing .almost-white-bg {
  background: #FDFFFF; }

/*

.on-dark {

   h1,h2,h3,h4,h5,h6,p,li,a:not(.button),a:not(.btn)  {
      color: #fff;
   }

   &.hero {

      h1 {
         text-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
      }

      h2 {
         text-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
      }
   }

}

.on-light {

   h1,h2,h3,h4,h5,h6,p,li,a:not(.button),a:not(.btn)  {
      color: $text;
   }

   &.hero {

      h1 {
         text-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
      }

      h2 {
         text-shadow: 2px 3px 5px rgba(0, 0, 0, .3);
      }
   }

}
*/
.rounded, .rounded img {
  border-radius: 50%;
  display: inline;
  max-width: 150px; }
  @media (max-width: 768px) {
    .rounded, .rounded img {
      max-width: 75%; } }

.row.no-margin-or-padding > div {
  margin: 0 !important;
  padding: 0 !important; }

.marketing {
  font-family: futura-pt, sans-serif;
  /* ==========================================================================
   Other things
   ========================================================================== */
  /* ==========================================================================
      Right side images and clipped areas
      ========================================================================== */ }
  .marketing .section {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    /* ==========================================================================
      Alternate Versions, color, etc
      ========================================================================== */
    /*background-color: #fff;*/
    color: #272838;
    box-sizing: border-box;
    padding-top: 80px;
    padding-bottom: 80px;
    /*
      padding-left: 80px;
      padding-right: 80px;
      */
    /* ==========================================================================
      END Alternate Versions, color, etc
      ========================================================================== */ }
    .marketing .section.first-section {
      padding-top: 180px; }
      @media (max-width: 768px) {
        .marketing .section.first-section {
          padding-top: 160px; } }
    @media (max-width: 768px) {
      .marketing .section {
        padding-top: 120px;
        padding-bottom: 100px; }
        .marketing .section.prevent-mobile-padding {
          padding-top: 0px;
          padding-bottom: 0px; } }
    .marketing .section.small-padding {
      padding-top: 40px;
      padding-bottom: 40px; }
    .marketing .section.waypoint h1 {
      font-size: 56px; }
      @media (max-width: 768px) {
        .marketing .section.waypoint h1 {
          font-size: 46px; } }
    .marketing .section.bg-animated {
      animation: Animation 5s ease infinite;
      background-size: 300% 100%; }

@keyframes Animation {
  0% {
    background-position: 0% 0%; }
  50% {
    background-position: 91% 100%; }
  100% {
    background-position: 0% 0%; } }
    .marketing .section.min-height-400 {
      min-height: 400px; }
      @media (max-width: 768px) {
        .marketing .section.min-height-400 {
          min-height: 0px; } }
    .marketing .section.min-height-500 {
      min-height: 500px; }
      @media (max-width: 768px) {
        .marketing .section.min-height-500 {
          min-height: 0px; } }
    .marketing .section.min-height-550 {
      min-height: 550px; }
      @media (max-width: 768px) {
        .marketing .section.min-height-550 {
          min-height: 0px; } }
    .marketing .section.min-height-600 {
      min-height: 600px; }
      @media (max-width: 768px) {
        .marketing .section.min-height-600 {
          min-height: 0px; } }
    .marketing .section.min-height-650 {
      min-height: 650px; }
      @media (max-width: 768px) {
        .marketing .section.min-height-650 {
          min-height: 0px; } }
    .marketing .section.min-height-700 {
      min-height: 700px; }
      @media (max-width: 768px) {
        .marketing .section.min-height-700 {
          min-height: 0px; } }
    .marketing .section.min-height-800 {
      min-height: 800px; }
      @media (max-width: 768px) {
        .marketing .section.min-height-800 {
          min-height: 0px; } }
    .marketing .section.screened:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #0d0d0d;
      opacity: .15;
      z-index: 1; }
    .marketing .section.screened > * {
      z-index: 100; }
    .marketing .section.screened .inside-wrapper {
      position: relative; }
    .marketing .section.fill-screen {
      min-height: calc(100vh);
      height: calc(var(--vh, 1vh) * 100) !important;
      min-height: calc(var(--vh, 1vh) * 100) !important;
      padding: 60px 0; }
      .marketing .section.fill-screen.first-section {
        padding-top: 160px; }
        @media (max-width: 768px) {
          .marketing .section.fill-screen.first-section {
            padding-top: 140px; } }
      @media (max-width: 768px) {
        .marketing .section.fill-screen {
          min-height: calc(90vh) !important;
          height: auto !important; } }
    .marketing .section.hero h1 {
      font-size: 56px;
      font-weight: 700;
      margin-bottom: 20px;
      line-height: 1.1em; }
      @media (max-width: 768px) {
        .marketing .section.hero h1 {
          font-size: 46px; } }
    .marketing .section.hero h2 {
      font-size: 36px;
      font-weight: 400;
      line-height: 1.1em; }
    .marketing .section.hero .impact-logo {
      width: 500px;
      margin-bottom: 20px; }
    .marketing .section.hero .lockup {
      font-size: 24px;
      text-align: center;
      line-height: 1.1em;
      font-weight: 300;
      margin-bottom: 30px; }
      .marketing .section.hero .lockup .date {
        font-weight: 500; }
        .marketing .section.hero .lockup .date .location {
          font-weight: 700; }
        @media (max-width: 768px) {
          .marketing .section.hero .lockup .date .pipe {
            display: none; }
          .marketing .section.hero .lockup .date .location {
            display: block; } }
      .marketing .section.hero .lockup.screened {
        background: rgba(0, 0, 0, 0.5);
        padding: 40px;
        border-radius: 10px; }
      .marketing .section.hero .lockup h1 {
        margin: 0;
        font-weight: 400; }
      .marketing .section.hero .lockup .line {
        display: block; }
      .marketing .section.hero .lockup .forum {
        text-transform: uppercase;
        color: #FBB13C;
        font-weight: 700; }
      .marketing .section.hero .lockup p {
        margin: 0;
        text-transform: uppercase; }
      .marketing .section.hero .lockup .button {
        margin-top: 10px;
        font-size: 16px;
        padding: 8px 20px; }
    .marketing .section.above-slanted {
      padding-bottom: 160px; }
    .marketing .section.big-top {
      padding-top: 160px; }
    .marketing .section.slanted {
      position: relative;
      z-index: 1;
      overflow: visible; }
      .marketing .section.slanted:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        height: 100px;
        top: -60px;
        background: inherit;
        clip-path: polygon(0 0, 100% 36%, 100% 100%, 0 100%); }
      .marketing .section.slanted:after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        height: 100px;
        bottom: -70px;
        background: inherit;
        clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%); }
    .marketing .section.slanted-top {
      position: relative;
      z-index: 1;
      overflow: visible; }
      .marketing .section.slanted-top:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        height: 100px;
        top: -60px;
        background: inherit;
        clip-path: polygon(0 0, 100% 36%, 100% 100%, 0 100%); }
    .marketing .section.between-slants {
      padding-top: 160px;
      padding-bottom: 160px; }
  .marketing .copy-wrapper {
    padding-right: 30px; }
    .marketing .copy-wrapper h4 {
      margin-top: 0px; }
  .marketing .contact {
    line-height: 1.6em; }
  .marketing .download img {
    border-radius: 5px; }
  .marketing .key-values {
    font-size: 64px; }
    .marketing .key-values .value {
      font-weight: 700;
      line-height: 54px; }
    .marketing .key-values .key {
      font-weight: 300;
      font-size: 20px;
      text-transform: uppercase;
      line-height: 1.1em;
      display: block; }
  .marketing .copy ul li {
    margin-bottom: 10px; }
  .marketing .list h2, .marketing .list h3 {
    margin-top: 20px;
    margin-bottom: 5px; }
  .marketing .list img {
    border-radius: 5px; }
  .marketing .list .row > div {
    margin-top: 1.5em; }
  @media (max-width: 768px) {
    .marketing .list .row > div {
      margin-top: 2em; } }
  .marketing .image-download {
    text-align: center; }
    .marketing .image-download a {
      text-decoration: none; }
    .marketing .image-download .item {
      display: inline-block; }
    .marketing .image-download img {
      max-width: 200px;
      border-radius: 0px; }
    .marketing .image-download .label {
      margin-top: 3px; }
    .marketing .image-download .smaller {
      font-size: 90%; }
  .marketing .inside-divider {
    margin-top: 30px;
    border-bottom: 1px solid #272838;
    margin-bottom: 30px; }
  .marketing .divider {
    margin-top: 60px;
    border-bottom: 1px solid #F4F4F6;
    margin-bottom: -30px; }
    @media (max-width: 576px) {
      .marketing .divider {
        margin-bottom: 0px; } }
    .marketing .divider.divider-in-copy {
      margin-bottom: 0px;
      margin-top: 30px;
      margin-bottom: 30px; }
  .marketing .more-info {
    margin-top: 30px; }
    .marketing .more-info ul {
      list-style-type: none;
      padding: 0; }
      .marketing .more-info ul li {
        display: inline-block;
        margin-right: 20px; }
  .marketing .boxed-in {
    padding: 30px;
    background: #E8E9ED; }
    .marketing .boxed-in h2 {
      font-size: 24px; }
  .marketing .with-modal {
    cursor: pointer; }
  .marketing .supporting-image {
    height: 100%;
    position: absolute;
    left: 50%;
    width: 50%;
    top: 0;
    background-position: 50% 50%; }
    @media (min-width: 768px) {
      .marketing .supporting-image.fourths {
        left: 65%; } }
    .marketing .supporting-image.thirds {
      width: 34%; }
      .marketing .supporting-image.thirds.first-clipped {
        width: 40%; }
      .marketing .supporting-image.thirds.clipped {
        width: 50%; }
    .marketing .supporting-image.left {
      left: 0; }
    .marketing .supporting-image.middle {
      left: 33%; }
      .marketing .supporting-image.middle.clipped {
        left: 30%; }
    .marketing .supporting-image.right {
      right: 0;
      left: auto; }
      .marketing .supporting-image.right.clipped {
        right: -15%; }
    .marketing .supporting-image.clipped {
      clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%); }
      @media (max-width: 768px) {
        .marketing .supporting-image.clipped {
          clip-path: none; } }
    .marketing .supporting-image.horizontal-0 {
      background-position-x: 0%; }
    .marketing .supporting-image.horizontal-10 {
      background-position-x: 10%; }
    .marketing .supporting-image.horizontal-20 {
      background-position-x: 20%; }
    .marketing .supporting-image.horizontal-30 {
      background-position-x: 30%; }
    .marketing .supporting-image.horizontal-40 {
      background-position-x: 40%; }
    .marketing .supporting-image.horizontal-50 {
      background-position-x: 50%; }
    .marketing .supporting-image.horizontal-60 {
      background-position-x: 60%; }
    .marketing .supporting-image.horizontal-70 {
      background-position-x: 70%; }
    .marketing .supporting-image.horizontal-80 {
      background-position-x: 80%; }
    .marketing .supporting-image.horizontal-90 {
      background-position-x: 90%; }
    .marketing .supporting-image.horizontal-100 {
      background-position-x: 100%; }
    @media (max-width: 768px) {
      .marketing .supporting-image {
        position: relative;
        left: 50%;
        right: 50%;
        width: 100vw;
        margin-left: -50vw;
        margin-right: -50vw;
        padding-bottom: 50%;
        background-position: 100% 0;
        height: auto;
        margin-top: -60px;
        margin-bottom: 60px;
        min-height: 100px; } }
    @media (max-width: 768px) {
      .marketing .supporting-image.left, .marketing .supporting-image.middle, .marketing .supporting-image.right {
        left: 50%;
        right: 50%;
        width: 100vw; } }
    @media (max-width: 768px) {
      .marketing .supporting-image.left.first-clipped, .marketing .supporting-image.left.clipped, .marketing .supporting-image.middle.first-clipped, .marketing .supporting-image.middle.clipped, .marketing .supporting-image.right.first-clipped, .marketing .supporting-image.right.clipped {
        left: 50%;
        right: 50%;
        width: 100vw; } }
    @media (max-width: 768px) {
      .marketing .supporting-image.middle, .marketing .supporting-image.right {
        display: none; } }
    @media (max-width: 768px) {
      .marketing .supporting-image.thirds {
        margin-top: 0px;
        margin-bottom: 0px; } }
  @media (max-width: 768px) {
    .marketing .supporting-image-on-bottom .supporting-image {
      margin-top: 60px;
      margin-bottom: -60px; } }
  .marketing .inside-clipped {
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%); }
    @media (max-width: 768px) {
      .marketing .inside-clipped {
        background: none;
        clip-path: none; } }
  @media (max-width: 1450px) {
    .marketing .with-diagonals-squeeze .inside-wrapper {
      max-width: 80%; }
      .marketing .with-diagonals-squeeze .inside-wrapper h1 {
        margin-top: 0px; } }
  @media (max-width: 768px) {
    .marketing .with-diagonals-squeeze .inside-wrapper {
      max-width: 100%; } }
  .marketing .tagline-lockup span {
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal; }
    @media (min-width: 992px) {
      .marketing .tagline-lockup span {
        font-size: 20px; } }
    .marketing .tagline-lockup span strong {
      font-weight: 700; }
  @media (min-width: 768px) {
    .marketing .tagline-lockup br {
      display: none; } }
  .marketing .tagline-lockup span.tagline {
    display: inline-block;
    margin-right: 20px; }
    .marketing .tagline-lockup span.tagline:last-child {
      margin-right: 0px; }
  .marketing .horizontal-0 {
    background-position-x: 0%; }
  .marketing .horizontal-10 {
    background-position-x: 10%; }
  .marketing .horizontal-20 {
    background-position-x: 20%; }
  .marketing .horizontal-30 {
    background-position-x: 30%; }
  .marketing .horizontal-40 {
    background-position-x: 40%; }
  .marketing .horizontal-50 {
    background-position-x: 50%; }
  .marketing .horizontal-60 {
    background-position-x: 60%; }
  .marketing .horizontal-70 {
    background-position-x: 70%; }
  .marketing .horizontal-80 {
    background-position-x: 80%; }
  .marketing .horizontal-90 {
    background-position-x: 90%; }
  .marketing .horizontal-100 {
    background-position-x: 100%; }

/* ==========================================================================
 Stuff for Website-look-and-feel
========================================================================= */
.marketing .copy-wrapper {
  padding-right: 0px; }

.marketing h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: futura-pt, sans-serif; }
  .marketing h3 + p {
    margin-top: 0px; }

.marketing h2.subheader {
  margin-bottom: 5px;
  text-transform: uppercase;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: futura-pt, sans-serif;
  font-size: 95%; }

.marketing h1 {
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase; }

@media (max-width: 768px) {
  .marketing .section .inside-wrapper img {
    max-width: 250px;
    text-align: left; } }

.marketing .section .inside-wrapper div.with-round img {
  border-radius: 5px; }

.marketing .section .inside-wrapper div.with-shadow img {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.marketing div.icon {
  width: 40px; }

.marketing .item-with-icon {
  position: relative;
  padding-left: 80px; }
  .marketing .item-with-icon div.icon {
    position: absolute;
    left: 0px;
    top: 0px; }
  .marketing .item-with-icon .circle {
    width: 60px;
    height: 60px;
    display: inline-flex;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    justify-content: center;
    align-items: center; }
  .marketing .item-with-icon span.icon {
    display: inline-flex;
    width: 40px; }

.marketing h1:first-child, .marketing h2:first-child {
  margin-top: 0px; }

.marketing .image-grid {
  margin-top: 0px; }

.marketing .section + .section {
  margin-top: 0px; }

.marketing .on-dark .circle {
  background: rgba(255, 255, 255, 0.1); }

.marketing .on-dark svg {
  color: #ffffff; }

.marketing .circle-image img {
  border-radius: 50%; }

/* ==========================================================================
 Stuff for Website-look-and-feel
========================================================================= */
.marketing {
  /* Rules for sizing the icon. */
  /* ==========================================================================
     Typography
   ========================================================================== */ }
  .marketing a.btn + a.btn {
    margin-left: 40px; }
    @media (max-width: 768px) {
      .marketing a.btn + a.btn {
        margin-left: 0px; } }
  .marketing .section img {
    max-width: 100%; }
  .marketing .section.vertical-10 {
    background-position-y: 10%; }
  .marketing .section.vertical-20 {
    background-position-y: 20%; }
  .marketing .section.vertical-30 {
    background-position-y: 30%; }
  .marketing .section.vertical-40 {
    background-position-y: 40%; }
  .marketing .section.vertical-50 {
    background-position-y: 50%; }
  .marketing .section.vertical-60 {
    background-position-y: 60%; }
  .marketing .inside-wrapper {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .marketing .inside-wrapper.with-rows {
        padding: 0 10px; } }
    .marketing .inside-wrapper.max-width-1150 {
      max-width: 1150px; }
    .marketing .inside-wrapper.max-width-1100 {
      max-width: 1100px; }
    .marketing .inside-wrapper.max-width-1000 {
      max-width: 1000px; }
    .marketing .inside-wrapper.max-width-900 {
      max-width: 900px; }
    .marketing .inside-wrapper.max-width-800 {
      max-width: 800px; }
    .marketing .inside-wrapper.max-width-700 {
      max-width: 700px; }
    .marketing .inside-wrapper.max-width-600 {
      max-width: 600px; }
    .marketing .inside-wrapper.max-width-500 {
      max-width: 500px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .marketing .inside-wrapper.with-space-on-mobile {
        max-width: 70%; } }
    @media (max-width: 768px) {
      .marketing .inside-wrapper.with-space-on-mobile {
        max-width: 90%; } }
    @media (max-width: 576px) {
      .marketing .inside-wrapper.with-space-on-mobile {
        max-width: 100%; } }
    .marketing .inside-wrapper + .inside-wrapper {
      margin-top: 80px; }
      @media (max-width: 768px) {
        .marketing .inside-wrapper + .inside-wrapper {
          margin-top: 40px; } }
    .marketing .inside-wrapper + .full-width {
      margin-top: 40px; }
    .marketing .inside-wrapper.inset {
      margin-top: -60px;
      background: #fff;
      position: relative;
      z-index: 2;
      padding: 60px 60px; }
      @media (max-width: 992px) {
        .marketing .inside-wrapper.inset {
          max-width: 92%;
          box-sizing: border-box;
          padding: 40px; } }
      @media (max-width: 768px) {
        .marketing .inside-wrapper.inset {
          padding: 30px; } }
      .marketing .inside-wrapper.inset.more-inset {
        margin-top: -100px; }
    .marketing .inside-wrapper.on-right {
      margin-right: 0px; }
    @media (max-width: 768px) {
      .marketing .inside-wrapper .inside-wrapper {
        padding: 0px; } }
  .marketing .max-width-70-p {
    max-width: 70%; }
  .marketing .max-width-75-p {
    max-width: 75%; }
  .marketing .skinnier .inside-wrapper {
    max-width: 750px; }
  .marketing .relative {
    position: relative; }
  .marketing .align-right {
    text-align: right; }
  .marketing .align-left {
    text-align: left; }
  .marketing .align-center {
    text-align: center; }
  .marketing .no-margin {
    margin: 0 !important; }
  .marketing .no-padding {
    padding: 0 !important; }
  .marketing .no-margin {
    margin: 0 !important; }
  .marketing .no-padding-bottom {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important; }
  .marketing .no-padding-top {
    padding-top: 0px !important;
    margin-top: 0px !important; }
  .marketing .small-padding-top {
    padding-top: 30px !important;
    margin-top: 0px !important; }
  .marketing .small-padding-bottom {
    padding-bottom: 30px !important;
    margin-bottom: 0px !important; }
  .marketing .row {
    margin-right: 0;
    margin-left: 0;
    /*
      @include md {
         .row {
            margin-left: -1em;
            margin-right: -1em;
         }
      }
      */ }
  .marketing .material-icons.md-18 {
    font-size: 18px; }
  .marketing .material-icons.md-24 {
    font-size: 24px; }
  .marketing .material-icons.md-36 {
    font-size: 36px; }
  .marketing .material-icons.md-48 {
    font-size: 48px; }
  .marketing .v-center {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
    @media (max-width: 768px) {
      .marketing .v-center {
        position: relative;
        transform: none;
        top: auto;
        box-shadow: none;
        border-radius: none; } }
  .marketing .flex-v-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .marketing .flex-v-center .inside-wrapper {
      width: 100%; }
    .marketing .flex-v-center .variable-center {
      width: auto; }
  .marketing .flex-v-h-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .marketing .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
  .marketing .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .marketing .rounded, .marketing .rounded img {
    border-radius: 50%;
    display: inline;
    max-width: 150px; }
  @media (max-width: 768px) {
    .marketing .row > .align-right {
      text-align: left; } }

.marketing-copy {
  line-height: 1.4em;
  width: 100%; }
  .marketing-copy h1 {
    line-height: 1.1em; }
  .marketing-copy p.disclaimer {
    font-size: 80%;
    text-align: left;
    line-height: 1.2em;
    color: #6C7089; }
  .marketing-copy ul li {
    position: relative;
    padding-left: 30px;
    margin: 5px 0; }
    .marketing-copy ul li::after {
      content: '';
      position: absolute;
      top: 6px;
      left: 0px;
      background: url("/static/assets/images/check-circle.svg") top left no-repeat;
      background-size: 100%;
      width: 20px;
      height: 20px; }
  .marketing-copy .illustration {
    margin: 20px 0; }
    .marketing-copy .illustration img {
      max-width: 100%;
      box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
    .marketing-copy .illustration .dropdown-illustration {
      max-width: 300px; }

.marketing h3 {
  font-size: 20px;
  margin-top: 18px; }

.marketing p:last-child {
  margin-bottom: 18px; }

/* ==========================================================================
Sections
========================================================================== */
.gray-bg {
  background: #E8E9ED; }

.dark-gray-bg {
  background: #33393F; }

.hero-gray-bg {
  background: #292F36; }

.white-bg {
  background: #ffffff; }

.gray-1-bg {
  background: #f7f7f7; }

.gray-2-bg {
  background: #eeeeee; }

.lt-blue-bg {
  background: #5A8EA6; }

.dark-purple-bg {
  background: #6C7089; }

.quote p {
  font-size: 36px;
  line-height: 1.3em; }
  @media (max-width: 768px) {
    .quote p {
      font-size: 24px; } }

.on-dark h1, .on-dark h2, .on-dark h3, .on-dark h4, .on-dark h5, .on-dark h6, .on-dark p, .on-dark li, .on-dark a:not(.button) {
  color: #fff; }

.on-dark.hero h1 {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); }

.on-dark.hero h2 {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); }

.on-light h1, .on-light h2, .on-light h3, .on-light h4, .on-light h5, .on-light h6, .on-light p, .on-light li, .on-light a:not(.button) {
  color: #000000; }

.on-light.hero h1 {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); }

.on-light.hero h2 {
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.3); }

.reversed-hero h1, .reversed-hero h2, .reversed-hero h3, .reversed-hero h4, .reversed-hero h5, .reversed-hero h6, .reversed-hero p, .reversed-hero li, .reversed-hero a:not(.button) {
  color: #000000; }

.item .col-inside {
  position: relative;
  height: 100%; }
  .item .col-inside.shadow-left {
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.48) inset; }
    @media (max-width: 992px) {
      .item .col-inside.shadow-left {
        box-shadow: none; } }
  .item .col-inside .description {
    padding: 30px; }
  .item .col-inside h2 {
    margin-top: 10px;
    font-family: "GothamMedium"; }

.item .media .asset {
  display: block;
  max-width: 100%; }

.item + .item {
  margin-top: 80px; }

.leadin {
  height: 125px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  .leadin h3 {
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    bottom: -6px;
    left: 0px;
    font-size: 38px;
    line-height: 34px; }
  .leadin img {
    max-width: 150px;
    height: 90px; }

.description h4 {
  margin: 0 0 -10px 0; }

.name {
  margin-top: 10px;
  font-family: 'GothamMedium'; }
  .name .uppercase {
    font-weight: 700; }

.title {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  margin-top: 5px; }

.rounded, .rounded img {
  border-radius: 50%;
  display: inline;
  max-width: 150px; }
  @media (max-width: 768px) {
    .rounded, .rounded img {
      max-width: 75%; } }

.we-do .inside-col {
  background: #ffffff;
  height: 100%; }

.we-do .description {
  padding: 30px; }

.row.no-margin-or-padding > div {
  margin: 0 !important;
  padding: 0 !important; }

.section {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  /* ==========================================================================
	Alternate Versions, color, etc
	========================================================================== */
  /*background-color: #fff;*/
  color: #000000;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
  /*
	padding-left: 80px;
	padding-right: 80px;
	*/
  /* ==========================================================================
	END Alternate Versions, color, etc
	========================================================================== */ }
  @media (max-width: 768px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .section.min-height-400 {
    min-height: 400px; }
    @media (max-width: 768px) {
      .section.min-height-400 {
        min-height: 0px; } }
  .section.min-height-500 {
    min-height: 500px; }
    @media (max-width: 768px) {
      .section.min-height-500 {
        min-height: 0px; } }
  .section.min-height-550 {
    min-height: 550px; }
    @media (max-width: 768px) {
      .section.min-height-550 {
        min-height: 0px; } }
  .section.min-height-600 {
    min-height: 600px; }
    @media (max-width: 768px) {
      .section.min-height-600 {
        min-height: 0px; } }
  .section.min-height-650 {
    min-height: 650px; }
    @media (max-width: 768px) {
      .section.min-height-650 {
        min-height: 0px; } }
  .section.min-height-700 {
    min-height: 700px; }
    @media (max-width: 768px) {
      .section.min-height-700 {
        min-height: 0px; } }
  .section.min-height-800 {
    min-height: 800px; }
    @media (max-width: 768px) {
      .section.min-height-800 {
        min-height: 0px; } }
  .section.screened:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0d0d0d;
    opacity: .15;
    z-index: 1; }
  .section.screened > * {
    z-index: 100; }
  .section.screened .inside-wrapper {
    position: relative; }
  .section.fill-screen {
    min-height: calc(100vh);
    height: calc(var(--vh, 1vh) * 100) !important;
    min-height: calc(var(--vh, 1vh) * 100) !important;
    padding: 60px 0;
    /*
		@include md {
			min-height: calc(100vh);
			height: calc(var(--vh, 1vh) * 100) !important;
        	min-height: calc(var(--vh, 1vh) * 100) !important;
		}
		*/ }
  .section.hero h1 {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1em; }
    @media (max-width: 768px) {
      .section.hero h1 {
        font-size: 46px; } }
  .section.hero h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1em; }
  .section.job-listing h2 {
    font-family: "GothamBook";
    font-weight: 300; }
  .section.job-listing h2 {
    margin-top: 40px; }
  .section.knockout-section p {
    font-size: 5vw;
    line-height: 1em;
    margin: 0;
    display: block; }
    @media (max-width: 992px) {
      .section.knockout-section p {
        font-size: 5.5vw; } }
    @media (min-width: 1200px) {
      .section.knockout-section p {
        font-size: 4vw; } }
  .section.knockout-section .on-top {
    position: relative;
    z-index: 100; }
  .section.knockout-section .knockout {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14vw;
    line-height: 1.2em;
    margin-bottom: -10px;
    opacity: 0;
    letter-spacing: 2px; }
    @media (max-width: 992px) {
      .section.knockout-section .knockout {
        font-size: 14vw; } }
  .section.knockout-section video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%; }
    .section.knockout-section video.zoomed {
      transform: scale(1); }
  .section.knockout-section canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .section.above-slanted, .section.n-above-slanted {
    padding-bottom: 160px; }
  .section.big-top {
    padding-top: 160px; }
  .section.slanted {
    position: relative;
    z-index: 1;
    overflow: visible; }
    .section.slanted:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      height: 100px;
      top: -60px;
      background: inherit;
      clip-path: polygon(0 0, 100% 60%, 100% 100%, 0 100%); }
    .section.slanted:after {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      height: 100px;
      bottom: -70px;
      background: inherit;
      clip-path: polygon(0 0, 100% 0, 100% 32%, 0 100%); }
  .section.slanted-top {
    position: relative;
    z-index: 1;
    overflow: visible; }
    .section.slanted-top:before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      height: 100px;
      top: -60px;
      background: inherit;
      clip-path: polygon(0 0, 100% 60%, 100% 100%, 0 100%); }
  .section.between-slants {
    padding-top: 160px;
    padding-bottom: 160px; }

/* ==========================================================================
	Right side images and clipped areas
	========================================================================== */
.supporting-image {
  height: 100%;
  position: absolute;
  left: 50%;
  width: 50%;
  top: 0; }
  .supporting-image.clipped {
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%); }
    @media (max-width: 768px) {
      .supporting-image.clipped {
        clip-path: none; } }
  .supporting-image.horizontal-30 {
    background-position-x: 30%; }
  .supporting-image.horizontal-40 {
    background-position-x: 40%; }
  .supporting-image.horizontal-50 {
    background-position-x: 50%; }
  .supporting-image.horizontal-60 {
    background-position-x: 60%; }
  .supporting-image.horizontal-70 {
    background-position-x: 70%; }
  .supporting-image.horizontal-80 {
    background-position-x: 80%; }
  .supporting-image.horizontal-90 {
    background-position-x: 90%; }
  .supporting-image.horizontal-100 {
    background-position-x: 100%; }
  @media (max-width: 768px) {
    .supporting-image {
      position: relative;
      left: 50%;
      right: 50%;
      width: 100vw;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 50%;
      background-position: 100% 0;
      height: auto;
      margin-top: -60px;
      margin-bottom: 60px;
      min-height: 100px; } }

@media (max-width: 768px) {
  .supporting-image-on-bottom .supporting-image {
    margin-top: 60px;
    margin-bottom: -60px; } }

.inside-clipped {
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%); }
  @media (max-width: 768px) {
    .inside-clipped {
      background: none;
      clip-path: none; } }

@media (max-width: 1450px) {
  .with-diagonals-squeeze .inside-wrapper {
    max-width: 80%; }
    .with-diagonals-squeeze .inside-wrapper h1 {
      margin-top: 0px; } }

@media (max-width: 768px) {
  .with-diagonals-squeeze .inside-wrapper {
    max-width: 100%; } }

.divider {
  margin-top: 60px;
  border-bottom: 1px solid #ccc;
  margin-bottom: -30px; }
  @media (max-width: 768px) {
    .divider {
      margin-bottom: 0px; } }
  .divider.divider-in-copy {
    margin-bottom: 0px;
    margin-top: 30px;
    margin-bottom: 30px; }

/* ==========================================================================
   Lists
   ========================================================================== */
ul {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0; }

ul li {
  list-style-type: none;
  margin: 0;
  padding: 5px 0; }
  ul li.sub {
    padding-left: 20px;
    font-size: 85%; }

ul.list {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0; }

ul.list li {
  list-style-type: none;
  margin: 0;
  padding: 5px 0; }

ul.user-info li {
  padding: 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; }

ul.views-list {
  margin: 0; }

ul.phrase-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.phrase-list li {
  padding: 5px 0 5px 0; }

ul li.with-abs-icon {
  position: relative;
  padding-left: 20px; }
  ul li.with-abs-icon span.abs-icon {
    position: absolute;
    left: 0px;
    top: 5px; }

.as-list {
  padding: 5px 0;
  display: inline-block; }

.info-list {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -40px;
  margin-bottom: -40px; }
  .info-list .cap {
    background: #638AB5;
    border: 1px solid #5177a2;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    /*
		background: #47A2AA;
		border-bottom: 1px solid #378d95;
		border-right: 1px solid #378d95;
		*/
    color: #fff;
    margin: -21px -41px -21px -41px;
    padding: 20px;
    text-align: center; }
    .info-list .cap a {
      color: #fff; }
    .info-list .cap p {
      margin: 0; }
  .info-list .item {
    padding: 20px 40px;
    border-bottom: 1px solid #dfe0e4;
    position: relative; }
    .info-list .item .user-info {
      display: block;
      padding-top: 5px; }
      .info-list .item .user-info span {
        margin-top: 4px; }
      .info-list .item .user-info span:first-child {
        margin-top: 0; }
    .info-list .item .user-actions {
      font-size: 13px;
      padding-top: 5px; }
      .info-list .item .user-actions .action {
        /*display: inline-block;*/
        padding: 5px 0;
        margin-right: 10px; }
      .info-list .item .user-actions .action:last-child {
        margin-right: 0; }
    .info-list .item.message p {
      margin: 0 0 5px 0;
      font-size: 14px; }
    .info-list .item.message p:last-child {
      margin-bottom: 0; }
  .info-list .item:last-child {
    border-bottom: 0; }

.user-info span.block {
  display: block;
  margin-top: 4px; }

.user-info .username {
  display: block;
  font-size: 13px; }

.user-info .fullname {
  font-weight: 600; }

.user-info .meta {
  display: block; }

.with-bullet {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: inline-block; }
  .with-bullet li {
    position: relative;
    margin: 0 3px 8px 0;
    padding: 0px 0px 0px 15px;
    text-align: left; }
    .with-bullet li::before {
      text-transform: none;
      font-family: 'Material Icons';
      content: "circle";
      position: absolute;
      font-size: 8px;
      top: 5px;
      left: 0px; }

/* IMAGE GRID */
.image-grid {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .image-grid.five-wide .item {
    flex: 0 0 33%; }
    @media (max-width: 700px) {
      .image-grid.five-wide .item {
        flex: 0 0 50%; } }
  .image-grid .item {
    flex: 0 0 33%; }
    .image-grid .item:first-child {
      margin-top: 0px; }
    .image-grid .item + .item {
      margin-top: 0px; }
  .image-grid img {
    width: 130px;
    height: 90px;
    object-fit: contain;
    /*mix-blend-mode: multiply*/ }
  @media (max-width: 700px) {
    .image-grid .item {
      flex: 0 0 33%; } }
  .image-grid img.logo-smaller {
    width: 90px; }
  .image-grid .eplus img {
    width: 60px; }
  @media (max-width: 600px) {
    .image-grid .item {
      flex: 0 0 50%; } }

.warnings {
  padding-top: 5px; }
  .warnings .alert {
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    margin-top: 10px;
    padding-right: 10px; }
    .warnings .alert::before {
      text-transform: none;
      font-family: 'Material Icons';
      content: "warning";
      position: absolute;
      font-size: 20px;
      top: 7px;
      color: #c24e3e;
      left: 0px; }

.info-icon {
  position: relative;
  padding-left: 30px; }
  .info-icon::before {
    text-transform: none;
    font-family: 'Material Icons Outlined';
    content: "info";
    position: absolute;
    font-size: 20px;
    top: 0px;
    left: 0px; }

.tighter .image-grid {
  margin-top: 5px; }
  .tighter .image-grid img {
    height: 70px; }

/* ==========================================================================
Popups
========================================================================== */
.modal {
  cursor: pointer; }

.with-popup {
  cursor: pointer; }
  .with-popup:hover p .name {
    text-decoration: underline; }

.popup {
  display: none;
  width: 90%; }
  @media (min-width: 992px) {
    .popup {
      width: 800px; } }
  .popup p {
    font-size: 16px; }
  .popup .headshot {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    border: 1px solid #64ba7a;
    padding: 2px;
    overflow: hidden; }
    .popup .headshot img {
      max-width: 75px; }
  .popup .social-links {
    float: right;
    margin-top: 5px;
    margin-left: 40px; }
    .popup .social-links a {
      font-size: 20px;
      display: inline-block;
      margin-right: 5px; }
  .popup .name-title p span {
    display: block;
    margin: 0 0 5px 0; }
  .popup .name-title p .name {
    color: #5A8EA6;
    font-weight: 700; }
  .popup .long-bio {
    clear: both;
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.4em; }
    .popup .long-bio h3 {
      font-size: 16px;
      color: #64ba7a;
      margin-bottom: 10px; }
    .popup .long-bio ul {
      list-style-type: none;
      margin: 5px 0 0 0;
      padding-left: 0; }
    .popup .long-bio li {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 5px; }
