/* 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: 1em; }

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

.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; }

.mobile-only {
  display: none; }
  @media (max-width: 992px) {
    .mobile-only {
      display: block; } }

.more {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 90%;
  text-transform: uppercase; }
  .more span {
    display: inline-block !important;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    background: white;
    border-radius: 5px;
    margin-left: -4px;
    margin-bottom: 0px !important; }

/* ==========================================================================
   Color Variables
   ========================================================================== */
.tagline-orange {
  color: #e49142; }

.tagline-blue {
  color: #357094; }

.tagline-pink {
  color: #b73c96; }

.tagline-purple {
  color: #652973; }

.tagline-orange-bg {
  background: #e49142; }

.tagline-blue-bg {
  background: #357094; }

.tagline-pink-bg {
  background: #b73c96; }

.tagline-purple-bg {
  background: #652973; }

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

body {
  color: #333;
  background: #092139;
  font-family: soleil, sans-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; }
  @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; } }

.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; }

.small-padding-bottom {
  padding-bottom: 20px !important;
  margin-bottom: 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-center .variable-center {
    width: auto; }

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

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

@font-face {
 		font-family: 'SuperCup';
    src: local('SuperCup'), local('SuperCup'), url('/_assets/fonts/UEFASupercup-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
  font-family: 'SuperCup';
  src: url("/_assets/fonts/UEFASupercup-Regular.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
}
*/
.lato {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-style: normal; }

.lato-light {
  font-weight: 300; }

.lato-black {
  font-weight: 900; }

a {
  color: #000000; }

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

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

h1:first-of-type, h2:first-of-type, h3:first-of-type {
  margin-top: 0px; }

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

h2, .like-h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1em; }
  @media (max-width: 768px) {
    h2, .like-h2 {
      font-size: 26px; } }
  h2:first-of-type, .like-h2: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: inherit;
  line-height: 1.4em; }
  p:first-child {
    margin-top: 0px; }
  p:last-of-type {
    margin-bottom: 0px; }

ul {
  font-size: inherit; }

.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
========================================================================== */
.uppercase {
  text-transform: uppercase; }

.standalone {
  display: block; }

.supercup {
  font-family: 'soleil'; }

.with-icon {
  display: inline-flex;
  vertical-align: middle; }
  .with-icon .icon {
    display: inline-block;
    margin-right: 10px;
    margin-top: -3px; }

.material-icons a, .reversed-link a {
  text-decoration: none; }
  .material-icons a:hover, .reversed-link a:hover {
    text-decoration: underline; }

/* ==========================================================================
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 {
  padding-bottom: 80px;
  font-size: 15px; }
  footer ul {
    font-size: 16px; }
  footer .section {
    padding: 40px 0; }
  footer .social-icons a {
    font-size: 32px;
    margin-right: 15px; }
  footer p {
    margin: 0 0 20px 0; }
  footer .yellow {
    display: block;
    margin: 5px 0;
    color: #ffcf31; }
  footer ul {
    margin-top: 0px; }
  footer .footer-logo {
    max-width: 140px;
    display: inline-block;
    margin-bottom: 20px; }
  footer h3 {
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 15px 0; }
  footer .on-dark .yellow a {
    color: #ffcf31 !important; }
  footer a {
    text-decoration: none;
    color: #ffcf31; }
    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 {
        padding: 0 20px 0px 0px;
        text-decoration: none; }
        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; } }

.alternate-nav .top-header {
  background: #147298; }
  .alternate-nav .top-header .navigation ul li a {
    color: #fff; }
  .alternate-nav .top-header .mobile-navigation {
    color: #147298; }
    @media (max-width: 992px) {
      .alternate-nav .top-header .mobile-navigation {
        color: #ffffff; } }
  .alternate-nav .top-header .header-logo-blue-text {
    display: none; }
  .alternate-nav .top-header .header-logo-white-text {
    display: block; }

.top-header {
  font-size: 16px;
  position: fixed;
  width: 100%;
  text-align: right;
  height: 100px;
  box-sizing: border-box;
  background: none;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  transition: all 0.3s ease-out; }
  .top-header .no-register {
    padding-top: 10px; }
  @media (max-width: 992px) {
    .top-header {
      height: 80px; } }
  .top-header .header-wrapper {
    height: 70px;
    width: 100%;
    padding: 30px 0 0px 0;
    box-sizing: border-box;
    position: relative; }
    @media (max-width: 992px) {
      .top-header .header-wrapper {
        height: 60px; } }
  .top-header .giin-logo {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 100px;
    display: inline-block; }
    .top-header .giin-logo img {
      max-width: 120px; }
      @media (max-width: 992px) {
        .top-header .giin-logo img {
          max-width: 100px; } }
  .top-header .register-nav {
    position: absolute;
    right: 80px;
    top: 10px;
    z-index: 1; }
    .top-header .register-nav .button {
      font-size: 14px;
      padding: 6px 12px; }
  .top-header .mobile-navigation {
    display: none;
    position: absolute;
    color: #147298;
    top: 35px;
    right: 20px;
    cursor: pointer;
    z-index: 3; }
    @media (max-width: 992px) {
      .top-header .mobile-navigation {
        display: block; } }
    @media (max-width: 992px) {
      .top-header .mobile-navigation {
        top: 25px; } }
  .top-header .header-logo-white-text {
    display: none; }
  .top-header .navigation {
    display: inline-block;
    padding-right: 20px; }
    @media (max-width: 992px) {
      .top-header .navigation {
        display: none; } }
    @media (max-width: 992px) {
      .top-header .navigation {
        position: absolute;
        right: 0;
        top: 0;
        background: #092139;
        padding: 80px 25px 30px 30px;
        border-bottom-left-radius: 5px; } }
    .top-header .navigation .extras {
      display: inline-block;
      margin-left: 30px; }
      .top-header .navigation .extras p {
        margin: 0;
        display: inline-block; }
      @media (max-width: 992px) {
        .top-header .navigation .extras {
          margin-left: 0px;
          margin-top: 10px; } }
  .top-header .show {
    display: block;
    z-index: 2; }
  .top-header .navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: right;
    display: inline-block; }
    @media (max-width: 992px) {
      .top-header .navigation ul {
        display: block; } }
    .top-header .navigation ul li {
      list-style-type: none;
      margin: 0 25px;
      padding: 0;
      display: inline-block; }
      @media (max-width: 1200px) {
        .top-header .navigation ul li {
          margin: 0 10px; } }
      @media (max-width: 992px) {
        .top-header .navigation ul li {
          display: block;
          margin: 10px 0; } }
      .top-header .navigation ul li a {
        display: inline-block;
        font-weight: 500;
        letter-spacing: 1px;
        color: #fff;
        padding: 0px 0px 0px 0px;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        color: #147298;
        font-weight: 500;
        transition: all 0.3s ease-out;
        /*&:before {
					transition: 300ms;
				  	height: 2px;
				  	content: "";
					position: absolute;
					background-color: $yellow;
					width: 100%;
  					bottom: 10px;
  				}*/
        /*
				&:hover::before {
				 width: 50%;
				}
				*/ }
        @media (max-width: 992px) {
          .top-header .navigation ul li a {
            color: #ffffff; } }

/* ==========================================================================
Main Menu overlay
========================================================================== */
/* ==========================================================================
  Buttons
========================================================================== */
em.button-inline {
  display: inline-block;
  font-style: normal; }
  em.button-inline a {
    text-decoration: none;
    padding: 4px 8px;
    background: #e5e5e5;
    margin-top: 5px;
    font-size: 80%;
    font-weight: normal;
    border-radius: 5px;
    margin-left: 3px; }
    em.button-inline a:hover {
      background: #ccc; }

.button {
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  border-radius: 5px;
  font-family: soleil, 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: #ffcf31;
    color: #000; }
    .button.button-yellow:hover {
      background: #e0b21b;
      text-decoration: none; }
    .button.button-yellow:active {
      background: #c59e1d; }
  .button.button-blue {
    background: #154b75;
    color: #fff; }
    .button.button-blue:hover {
      background: #0b3556;
      text-decoration: none; }
    .button.button-blue:active {
      background: #0b3556; }
  @media (min-width: 768px) {
    .button.button-wider {
      padding-left: 50px;
      padding-right: 50px; } }
  .button.button-bigger {
    padding: 20px 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 {
  background: #e5e5e5;
  padding: 30px; }

form {
  margin: 0px;
  padding: 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: 0.5em 0.5em;
    background: none;
    margin: 0 0 20px 0;
    color: #333;
    font-family: soleil, sans-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; } }
  form fieldset {
    border: none;
    padding: 0px;
    margin: 0px; }

.nd {
  display: none !important; }

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

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

select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none; }
  select::-ms-expand {
    display: none; }

.asset-owner {
  padding-top: 20px; }

.hidden {
  display: none; }

:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border); }

.below-hidden {
  margin-top: 20px; }

.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  font-size: 16px;
  border: 1px solid #bababa;
  border-radius: 0.25em;
  padding: 0.5em 0.5em;
  font-size: 16px;
  cursor: pointer;
  line-height: 1.4;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%); }
  .select select, .select::after {
    grid-area: select; }
  .select:not(.select--multiple)::after {
    content: "";
    justify-self: end;
    width: 0.8em;
    height: 0.5em;
    background-color: var(--select-arrow);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%); }

select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit; }

select[multiple] {
  padding-right: 0;
  /*
   * Safari will not reveal an option
   * unless the select height has room to 
   * show all of it
   * Firefox and Chrome allow showing 
   * a partial option
   */
  height: 6rem;
  /* 
   * Experimental - styling of selected options
   * in the multiselect
   * Not supported crossbrowser
   */ }
  select[multiple] option {
    white-space: normal;
    outline-color: var(--select-focus); }

.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%); }

label {
  font-size: 1.125rem;
  font-weight: 500; }

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

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

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

.white-bg {
  background: #ffffff; }

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

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

.ultra-dark-blue-bg {
  background: #07293a; }

.dark-blue-bg {
  background: #092139; }

.blue-bg {
  background: #153e6e; }

.light-blue-bg {
  background: #147298; }

.yellow-bg {
  background: #ffcf31; }

.gradient-bg {
  background: linear-gradient(45deg, #092139 0%, #147298 50%, #ffcf31 100%); }

.gradient-2-bg {
  background: linear-gradient(90deg, #092139 0%, #147298 76%); }

.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); }

.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; }

.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
	========================================================================== */ }
  .section.first-section {
    padding-top: 180px; }
    @media (max-width: 768px) {
      .section.first-section {
        padding-top: 160px; } }
  @media (max-width: 768px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px; }
      .section.prevent-mobile-padding {
        padding-top: 0px;
        padding-bottom: 0px; } }
  .section.small-padding {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section.waypoint h1 {
    font-size: 56px; }
    @media (max-width: 768px) {
      .section.waypoint h1 {
        font-size: 46px; } }
  .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%; } }
  .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; }
    .section.fill-screen.first-section {
      padding-top: 160px; }
      @media (max-width: 768px) {
        .section.fill-screen.first-section {
          padding-top: 140px; } }
    @media (max-width: 768px) {
      .section.fill-screen {
        min-height: calc(90vh) !important;
        height: auto !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.hero .impact-logo {
    width: 500px;
    margin-bottom: 20px; }
  .section.hero .lockup {
    font-size: 24px;
    text-align: center;
    line-height: 1.1em;
    font-family: soleil;
    font-weight: 300;
    margin-bottom: 30px; }
    .section.hero .lockup .date {
      font-weight: 500; }
      .section.hero .lockup .date .location {
        font-weight: 700; }
      @media (max-width: 768px) {
        .section.hero .lockup .date .pipe {
          display: none; }
        .section.hero .lockup .date .location {
          display: block; } }
    .section.hero .lockup.screened {
      background: rgba(0, 0, 0, 0.5);
      padding: 40px;
      border-radius: 10px; }
    .section.hero .lockup h1 {
      margin: 0;
      font-weight: 400; }
    .section.hero .lockup .line {
      display: block; }
    .section.hero .lockup .forum {
      font-family: soleil;
      text-transform: uppercase;
      color: #ffcf31;
      font-weight: 700; }
    .section.hero .lockup p {
      margin: 0;
      text-transform: uppercase; }
    .section.hero .lockup .button {
      margin-top: 10px;
      font-size: 16px;
      padding: 8px 20px; }
  .section.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% 36%, 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% 75%, 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% 36%, 100% 100%, 0 100%); }
  .section.between-slants {
    padding-top: 160px;
    padding-bottom: 160px; }

/* ==========================================================================
	Other things
	========================================================================== */
/*
.brand-shift {

	padding-top: 30px;

	@include md {
		padding-top: 20px;
	}

	&.on-vh {
		@include md {

			padding-left: 30px;

			h1 {
				font-size: 6vh;
			}

		}
	}

	&.bigger {
		padding-left: 120px;
		padding-top: 80px;

		@include md {
			h1 {
				font-size: 25px;
			}

			.date {
				font-size: 18px;
				margin-top: 5px !important;
			}

			padding-left: 50px;
			padding-top: 40px;
		}
	}
}
*/
.with-brand {
  position: relative;
  font-weight: normal; }
  .with-brand:before {
    /*content: ""; // ::before and ::after both require content
	    position: absolute;
	    background-image: url('/_assets/images/circle-2.svg');
	    background-repeat: no-repeat;
	    background-size: 100%;
	    top: -30px;
	    left: -48px;
	    width: 100px;
	    height: 100px;
	    z-index: 1;

	    @include md {
			width: 75px;
			height: 75px;
			top: -25px;
	    	left: -40px;
		}
		*/ }
  .with-brand.bigger {
    /*&:before {
	 		top: -133px;
	    	left: -137px;
	    	width: 300px;
	    	height: 300px;

	    	@include md {
				width: 120px;
				height: 120px;
				left: -58px;
				top: -55px;
			}
	    }*/ }

.copy-wrapper {
  padding-right: 30px; }
  .copy-wrapper h4 {
    margin-top: 0px; }

.contact {
  line-height: 1.6em; }

.download img {
  border-radius: 5px; }

.key-values {
  font-size: 64px;
  font-family: soleil; }
  .key-values .value {
    font-weight: 700;
    line-height: 54px; }
  .key-values .key {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.1em;
    display: block; }

.copy ul li {
  margin-bottom: 10px; }

.list h2, .list h3 {
  margin-top: 20px;
  margin-bottom: 5px; }

.list img {
  border-radius: 5px; }

.list .row > div {
  margin-top: 1.5em; }

@media (max-width: 768px) {
  .list .row > div {
    margin-top: 2em; } }

@media (min-width: 768px) {
  .list.education .row > div {
    margin-bottom: 3em; } }

.list.education img {
  max-height: 150px;
  max-width: 150px; }

.image-download {
  text-align: center; }
  .image-download a {
    text-decoration: none; }
  .image-download .item {
    display: inline-block; }
  .image-download img {
    max-width: 200px;
    border-radius: 0px; }
  .image-download .label {
    margin-top: 3px; }
  .image-download .smaller {
    font-size: 90%; }

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

.more-info {
  margin-top: 30px; }
  .more-info ul {
    list-style-type: none;
    padding: 0; }
    .more-info ul li {
      display: inline-block;
      margin-right: 20px; }

.boxed-in {
  padding: 30px;
  background: #eeeeee; }
  .boxed-in h2 {
    font-size: 24px; }

.tabs {
  margin-top: 30px; }
  .tabs a {
    text-decoration: none; }
  .tabs .show-when-small {
    display: none; }
  .tabs ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0; }
    .tabs ul li {
      display: inline-block;
      margin: 0;
      margin-right: 2px; }
      @media (max-width: 576px) {
        .tabs ul li.special {
          /*display: block;
					margin-bottom: 10px;
					*/
          /*
					a {
						margin-bottom: 0px;
						border-radius: 5px;
						border: 1px solid $light-gray;
					}
					*/ } }
      .tabs ul li a {
        display: inline-block;
        border: 1px solid #cccccc;
        padding: 15px 30px;
        border-bottom: none;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        margin-bottom: -1px;
        text-transform: uppercase;
        font-family: 'soleil';
        font-weight: 700; }
        @media (max-width: 768px) {
          .tabs ul li a {
            font-size: 14px;
            padding: 12px 20px; } }
        @media (max-width: 576px) {
          .tabs ul li a {
            padding: 8px 16px;
            font-size: 14px; }
            .tabs ul li a .hide-when-small {
              display: none; }
            .tabs ul li a .show-when-small {
              display: inline; } }
        .tabs ul li a.current {
          background: #153e6e;
          color: #fff;
          border-bottom-color: #fff; }

.footnote {
  margin-top: -20px; }

.sessions .tabs {
  margin-top: 0px; }

.glance {
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 30px;
  background: #f7f7f7; }
  .glance .session {
    margin: 10px; }
    .glance .session span {
      display: block; }
      .glance .session span.title {
        color: #153e6e;
        font-weight: 700; }
    .glance .session.speaker .logo img {
      border-radius: 5px; }
    .glance .session.speaker .company-title {
      font-size: 90%;
      margin-bottom: 20px; }
    .glance .session.speaker .session-block {
      border-left: 2px solid #e5e5e5;
      padding: 5px 20px; }
    .glance .session.speaker .session-block + .session-block {
      margin-top: 20px; }
    .glance .session.speaker .meta {
      /*margin-top: -10px;*/
      /*
				margin-bottom: 20px;
				*/
      display: inline-block;
      padding-left: 10px; }
      .glance .session.speaker .meta a {
        font-size: 18px;
        color: #33393F; }
  .glance .session-filters {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .glance .session-filters p.label {
      display: inline-block; }
    .glance .session-filters select {
      display: inline-block; }
    .glance .session-filters span.track {
      display: inline-block;
      text-transform: uppercase;
      font-size: 80%; }
      .glance .session-filters span.track a {
        display: inline-block;
        background: #cccccc;
        color: #444;
        padding: 4px 8px;
        font-size: 80%;
        border-radius: 5px;
        text-decoration: none; }
  .glance.session-listing {
    text-align: left; }
    .glance.session-listing .session {
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .glance.session-listing .session:last-child {
        border-bottom: 0px;
        padding-bottom: 0px;
        margin-bottom: 0px; }
    .glance.session-listing .track-icon img {
      max-width: 40px;
      margin: 0px; }
      .glance.session-listing .track-icon img.climate-finance {
        margin-left: 7px;
        max-width: 25px; }
      .glance.session-listing .track-icon img.iic {
        margin-left: 7px;
        max-width: 25px; }
      .glance.session-listing .track-icon img.plenary {
        margin-left: 7px;
        max-width: 30px;
        overflow: hidden; }
    .glance.session-listing .track-with-icon {
      position: relative;
      padding-left: 50px;
      margin-bottom: 10px; }
      .glance.session-listing .track-with-icon .track-icon {
        position: absolute;
        left: 0px;
        top: 0px; }
      .glance.session-listing .track-with-icon span.track {
        padding-top: 8px;
        font-weight: 700;
        text-transform: uppercase; }
    .glance.session-listing .like-link:hover {
      text-decoration: underline; }
    .glance.session-listing span {
      display: block;
      margin-bottom: 10px; }
      .glance.session-listing span.title {
        color: #153e6e;
        font-weight: 700;
        font-size: 130%;
        line-height: 1.2em; }
      .glance.session-listing span.date {
        color: #153e6e;
        display: inline-block;
        font-weight: bold;
        margin-right: 8px; }
      .glance.session-listing span.time {
        display: inline-block; }
      .glance.session-listing span.track {
        display: inline-block;
        font-size: 90%; }
      .glance.session-listing span.speakers {
        color: #153e6e;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 20px; }
      .glance.session-listing span.session-type {
        display: inline-block;
        background: #cccccc;
        color: #444;
        padding: 4px 8px;
        font-size: 80%;
        text-transform: uppercase;
        border-radius: 5px;
        margin-top: 5px; }
      .glance.session-listing span.session-type + .description {
        margin-top: 5px; }
      .glance.session-listing span.time + .session-type {
        margin-left: 10px; }
  .glance.hidden {
    display: none; }

.with-modal {
  cursor: pointer; }

/* ==========================================================================
	Right side images and clipped areas
	========================================================================== */
.supporting-image {
  height: 100%;
  position: absolute;
  left: 50%;
  width: 50%;
  top: 0;
  background-position: 50% 50%; }
  @media (min-width: 768px) {
    .supporting-image.fourths {
      left: 65%; } }
  .supporting-image.thirds {
    width: 34%; }
    .supporting-image.thirds.first-clipped {
      width: 40%; }
    .supporting-image.thirds.clipped {
      width: 50%; }
  .supporting-image.left {
    left: 0; }
  .supporting-image.middle {
    left: 33%; }
    .supporting-image.middle.clipped {
      left: 30%; }
  .supporting-image.right {
    right: 0;
    left: auto; }
    .supporting-image.right.clipped {
      right: -15%; }
  .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-0 {
    background-position-x: 0%; }
  .supporting-image.horizontal-10 {
    background-position-x: 10%; }
  .supporting-image.horizontal-20 {
    background-position-x: 20%; }
  .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.left, .supporting-image.middle, .supporting-image.right {
      left: 50%;
      right: 50%;
      width: 100vw; } }
  @media (max-width: 768px) {
    .supporting-image.left.first-clipped, .supporting-image.left.clipped, .supporting-image.middle.first-clipped, .supporting-image.middle.clipped, .supporting-image.right.first-clipped, .supporting-image.right.clipped {
      left: 50%;
      right: 50%;
      width: 100vw; } }
  @media (max-width: 768px) {
    .supporting-image.middle, .supporting-image.right {
      display: none; } }
  @media (max-width: 768px) {
    .supporting-image.thirds {
      margin-top: 0px;
      margin-bottom: 0px; } }

@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%; } }

.tagline-lockup span {
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal; }
  @media (min-width: 992px) {
    .tagline-lockup span {
      font-size: 20px; } }
  .tagline-lockup span strong {
    font-weight: 700; }

@media (min-width: 768px) {
  .tagline-lockup br {
    display: none; } }

.tagline-lockup span.tagline {
  display: inline-block;
  margin-right: 20px; }
  .tagline-lockup span.tagline:last-child {
    margin-right: 0px; }

.horizontal-0 {
  background-position-x: 0%; }

.horizontal-10 {
  background-position-x: 10%; }

.horizontal-20 {
  background-position-x: 20%; }

.horizontal-30 {
  background-position-x: 30%; }

.horizontal-40 {
  background-position-x: 40%; }

.horizontal-50 {
  background-position-x: 50%; }

.horizontal-60 {
  background-position-x: 60%; }

.horizontal-70 {
  background-position-x: 70%; }

.horizontal-80 {
  background-position-x: 80%; }

.horizontal-90 {
  background-position-x: 90%; }

.horizontal-100 {
  background-position-x: 100%; }

.section.testimonials {
  /* position dots in carousel */
  /* white circles */
  /* fill-in selected dot */ }
  .section.testimonials .inside-wrapper {
    padding-bottom: 60px; }
  .section.testimonials .carousel-cell {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .section.testimonials .carousel-cell {
        height: auto; } }
  .section.testimonials .flickity-slider {
    display: flex;
    align-items: center; }
  .section.testimonials .attribution p {
    margin: 10px 0 0 0;
    font-size: 14px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .section.testimonials .attribution p {
        margin-bottom: 0px; } }
  .section.testimonials .testimonial {
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 300; }
    @media (max-width: 992px) {
      .section.testimonials .testimonial {
        font-size: 20px; } }
  .section.testimonials .flickity-page-dots {
    bottom: -40px; }
    @media (max-width: 768px) {
      .section.testimonials .flickity-page-dots {
        bottom: -50px; } }
  .section.testimonials .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid white; }
  .section.testimonials .flickity-page-dots .dot.is-selected {
    background: white; }
  .section.testimonials .flickity-prev-next-button.previous {
    left: -50px; }
  .section.testimonials .flickity-prev-next-button {
    right: -50px; }
  .section.testimonials .flickity-button {
    background: none;
    color: #fff; }
    @media (max-width: 768px) {
      .section.testimonials .flickity-button {
        display: none; } }

/* ==========================================================================
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 .logo img {
    border-radius: 5px; }
  .popup .company-title {
    font-size: 90%; }
  .popup p {
    font-size: 95%; }
  .popup .meta {
    /*margin-top: -10px;*/
    /*
		margin-bottom: 20px;
		*/
    display: inline-block;
    padding-left: 10px; }
    .popup .meta a {
      font-size: 18px;
      color: #33393F; }
    @media (max-width: 768px) {
      .popup .meta {
        display: block;
        padding-left: 0px;
        margin: 5px 0 10px 0; } }
  .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: #153e6e;
    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; }

.customers-carousel {
  margin-top: 10px;
  position: relative;
  box-sizing: border-box; }
  .customers-carousel .owl-item {
    display: table-cell;
    vertical-align: middle;
    float: none !important; }
  @media only screen and (min-width: 768px) {
    .customers-carousel {
      padding-left: 70px;
      padding-right: 70px; } }
  .customers-carousel .item {
    /*padding-left: 30px;
	    padding-right: 30px;
		*/
    text-align: center;
    vertical-align: middle; }
    .customers-carousel .item img {
      display: inline-block !important;
      height: auto;
      max-height: 90px;
      max-width: 150px !important;
      width: auto !important;
      text-align: center; }

.sponsors h2, .sponsors h3 {
  margin-top: 50px; }
  .sponsors h2:first-child, .sponsors h3:first-child {
    margin-top: 0px; }

section.logos {
  padding: 30px 0 40px 0;
  min-height: 100px; }
  section.logos .inner {
    padding: 0; }
  section.logos.no-padding-top {
    padding-top: 0; }

section.logos + section.main {
  margin-top: -30px; }

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1rem;
  align-items: center;
  justify-content: center; }

.image-grid > div {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1rem;
  display: grid; }

.logos .image-grid > div {
  background: none;
  border: none; }

.logos .item {
  border-bottom: 0px;
  padding: 0;
  margin: 0; }

.image-grid > div::before {
  content: "";
  padding-bottom: 100%;
  display: block; }

.image-grid > div::before,
.image-grid > div > img,
.image-grid > div > a {
  grid-area: 1 / 1 / 2 / 2; }

.image-grid > div > img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.image-grid > div > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.image-grid > svg {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.image-grid > a {
  width: 100%;
  height: 100%;
  object-fit: contain; }

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 20px;
  table-layout: fixed;
  font-family: 'soleil';
  border-radius: 5px; }

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em; }

table tr {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  padding: .35em; }
  table tr.headers {
    background-color: #153e6e;
    color: #fff; }

table th,
table td {
  padding: .625em;
  text-align: center; }

table th {
  text-transform: uppercase; }

@media (max-width: 768px) {
  table {
    border: 0; }
  table caption {
    font-size: 1.3em; }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em; }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right; }
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  table td:last-child {
    border-bottom: 0; } }
