/* ============================================================
   main.css — Combined stylesheet
   Combines: grid, styles, utilities, styles2, animations,
             author-bio, link-styles, hubspot, last_3_posts
   ============================================================ */

/* === Self-hosted fonts === */

/* Saira Extra Condensed */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('../fonts/saira-extra-condensed-v6-latin-100.woff2') format('woff2');
}
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/saira-extra-condensed-v6-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/saira-extra-condensed-v6-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/saira-extra-condensed-v6-latin-800.woff2') format('woff2');
}

/* Nunito (latin-ext first so latin overrides for matching characters) */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/nunito-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/nunito-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* === Bootstrap Grid v4.1.3 === */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  order: 13;
}

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

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

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 93%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  -webkit-flex-shrink: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  -webkit-flex-shrink: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  -webkit-align-content: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -webkit-align-self: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -webkit-align-self: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -webkit-align-self: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    -webkit-flex-shrink: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    -webkit-flex-shrink: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
/* === Main Styles === */
@charset "UTF-8";
html {
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
  background: #7982bb;
}
body {
  margin: 0;
  padding: 0;
}
img {
  border: none;
  height: auto;
}
.has-error {
  border-color: #f00;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.clear {
  clear: both;
}
body {
  font: 1.25rem "Nunito", sans-serif;
  color: #000;
  background: #ebebeb;
  transition: background-color 0.6s cubic-bezier(0.7, 0, 0.7, 1);
}
body.dark {
  background-color: #202a33;
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 100;
}
a:link, a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
input, textarea {
  background: #8691d5;
  border-radius: 6px;
  border: 1px solid #8691d5;
  color: #074979;
  box-sizing: border-box;
  line-height: 18px;
  outline: none;
  padding: 8px 18px;
  font: 1rem "Nunito", sans-serif;
}
select {
  box-sizing: border-box;
  border-radius: 6px;
  background: #8691d5;
  border: 1px solid #8691d5;
  color: #074979;
  font: 1rem "Nunito", sans-serif;
  line-height: 18px;
  outline: none;
  padding: 0 18px;
  margin: 0;
  display: block;
  height: 40px;
  -webkit-appearance: none;
  box-shadow: none;
}
button, input[type=submit], input[type=button] {
  transition: 0.4s;
  padding: 13px 40px;
  border: none;
  cursor: pointer;
  background: #0f72ba;
  color: #fff;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: 100;
  border-radius: 0;
}
button:hover, input[type=submit]:hover, input[type=button]:hover {
  background: #fff;
  color: #000;
}
input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #8691d5;
  color: #fff;
  top: 10px;
  height: 30px;
  width: 30px !important;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 7px;
  outline: none;
}
input[type="radio"]:checked::before, input[type="checkbox"]:checked::before {
  position: absolute;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  line-height: 1;
  left: 14px;
  top: 7px;
  content: "⅃";
  transform: rotate(40deg);
}
.focus-input {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 2px solid;
  border-color: #8691d5;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  transform: scaleX(1.1) scaleY(1.3);
}
input:focus + .focus-input, textarea:focus + .focus-input {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.button:link, .button:visited {
  transition: 0.4s;
  padding: 13px 30px;
  border: none;
  cursor: pointer;
  background: #0f72ba;
  color: #fff;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}
.button:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}
textarea {
  resize: none;
  display: block;
}
.input-wrap {
  position: relative;
  min-height: 40px;
  margin-bottom: 25px;
}
.input-wrap input:not([type="submit"]), .input-wrap textarea, .input-wrap select {
  width: 100%;
}
::-webkit-input-placeholder {
  color: #221f20;
}
::-moz-placeholder {
  color: #221f20;
}
:-ms-input-placeholder {
  color: #221f20;
}
::placeholder {
  color: #221f20;
}
ul#menu-top-menu li.dark-theme-toggle:hover {
  background: transparent;
}
.opti-span {
  color: #750000;
}
.opti-quote {
  color: #403095;
}
.boost .input-wrap, .input-wrap textarea, .input-wrap select {
  width: 292px !important;
}
.boost .wpcf7-text {
  color: #000 !important;
}
.boost {
  padding: unset !important;
}
.site-10 input[type]:not([type="submit"]), .site-10 textarea, .site-10 input.wpcf7-text {
  color: #221f20 !important;
}
.team-sm {
  background: url(../images/team-small.png) center top no-repeat;
  height: 560px;
  width: 360px;
}
.eu-team-sm {
  background: url(../images/EU-team-mobile2.png) center top no-repeat;
  height: 360px;
  width: 360px;
}

.minutes {
  font-size: 223px;
  line-height: 161px;
  margin-top: 0;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: bolder;
}
.eu-compass {
  transform: scale(1.2);
}
.play-video {
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 1.1em;
  cursor: pointer;
}
.vid-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 100;
}
.show-vid-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.vid-modal-content {
  position: relative;
  max-width: 50em;
  margin: 0 auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  /*translateX(-50%)*/
  /*left: 50%;*/
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  height: 0;
  /*border: 2px #fff solid;*/
  box-shadow: 0 0 15px #333;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.close-vid-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  right: 35px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  border: 1px #fff solid;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #000;
  text-align: center;
  text-decoration: none;
  color: #fff;
  z-index: 101;
  transition: all 0.3s ease;
}
.-webkit-.touchevents .close-vid-modal {
  line-height: 0.5;
}
.close-vid-modal svg {
  width: 100%;
}
.close-vid-modal:hover {
  opacity: 0.8;
  color: #fff;
}
.heist-vid {
  position: relative;
  top: 0;
  left: 0;
}
.vid-close {
  margin-right: 0 !important;
  margin-bottom: 1% !important;
  padding: 1px 3px 5px 3px !important;
  line-height: 30px !important;
  background: black !important;
  border: 1px black solid !important;
}
.vid-close:hover {
  background: white !important;
  color: black !important;
}
.yt1 {
  position: relative;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  height: 234px;
  width: 480px;
}
.yt2 {
  position: absolute;
  top: 35px;
  left: 1px;
  transform: scale(0.2);
}
.brand-statement-sm {
  background: url(../images/1996.webp) center top no-repeat;
  height: 472px;
  width: 357px;
}
.brand-statement-sm-it {
  display: none;
}
.tab-interior {
  left: 30% !important;
  padding-right: 3% !important;
  padding-left: 5% !important;
  display: flex;
  flex-direction: column;
  margin-top: -10% !important;
}
.tab-interior p {
  width: 93%;
  margin: 1%;
}
.offices {
  background: url(../images/global-offices.png) center center no-repeat;
  height: 400px;
  background-size: contain;
  resize: both;
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.733);
  margin-top: -1px;
  animation: zoom 0.3s ease-in-out;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.eu-team {
  transform: scale(0.65);
  top: -10vh;
  left: 4vw;
}
.boost h2 {
  font-size: 30px !important;
  line-height: 26px !important;
  margin: unset !important;
  font-weight: bolder;
  padding: 20px 0px 20px 0px;
}
.boost p {
  font-size: 0.55rem !important;
}
.boost input, textarea {
  color: #000 !important;
}
.page-id-62586 .row {
  justify-content: center;
}
.team-body {
  justify-content: center;
}
.eu-column {
  height: 580px;
}
.open-modal {
  cursor: pointer;
}
.modal-button {
  margin-right: 0 !important;
  padding: 0px 4px;
  margin-bottom: 1% !important;
  line-height: 36px;
  font-size: 45px;
}
.more:hover {
  color: #2170b8 !important;
  background: #fff !important;
  border: 1px solid #2170b8;
}
fieldset {
  border: 0;
}
fieldset legend {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
fieldset label {
  font-weight: 700;
}
ul#menu-top-menu li.search-bar:hover {
  background: transparent;
  transform: scale(1.1);
}
.corner-pic-seo {
  display: none;
}
.corner-pic-blog {
  background: url(../images/newsie2.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.corner-pic-training {
  background: url(../images/roses-training.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.corner-pic-guide {
  background: url(../images/bulb-guide.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.robot {
  background: url(../images/404/robot.png) center center no-repeat;
  width: 400px;
  height: 700px;
}
.content-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  z-index: 999999;
}
.lds-roller {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2170b8;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.anaglyph-red {
  color: #f0b6b5;
  transform: translate(10px, 10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.anaglyph-green {
  color: #3a9fad;
  transform: translate(-10px, -10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.anaglyph-black {
  position: relative;
}
.black-line {
  fill: none;
  stroke: black;
  stroke-width: 3;
}
.line-draw {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.line-draw svg {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -960px;
}
.line-1 {
  height: 84px;
}
.line-2 {
  height: 200px;
  margin-bottom: -90px;
}
.line-2 svg {
  margin-top: 30px;
}
.line-3 {
  height: 168px;
  margin-bottom: -60px;
}
.line-4 {
  height: 643px;
  margin-top: -330px;
  margin-bottom: -180px;
}
.line-5 {
  height: 185px;
  margin-top: 2px;
  margin-bottom: -10px;
  padding: 10px;
}
.line-6 {
  height: 459px;
  margin-top: -316px;
  margin-bottom: -65px;
}
.line-7 {
  height: 514px;
  margin-top: -360px;
  margin-bottom: 45px;
}
.line-8 {
  height: 390px;
  margin-top: -190px;
  margin-bottom: -145px;
}
.line-9 {
  height: 679px;
  margin-top: 30px;
  margin-bottom: -630px;
}
.container {
  max-width: 1290px;
}
.example {
  background-image: url(../images/layers/para-bg.png);
  height: 100%;
  /* Create a parallax effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.background-layers {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.background-layers .layer-right {
  position: absolute;
  left: 50%;
}
.background-layers .layer-left {
  position: absolute;
  right: 50%;
}
.background-layers .layer-1 {
  background: url(../images/layers/1.png) left top no-repeat;
  width: 1085px;
  height: 840px;
  margin-left: -100px;
}
.background-layers .layer-2 {
  background: url(../images/layers/2.png) left top no-repeat;
  width: 1239px;
  height: 1688px;
  margin-top: 890px;
  margin-right: 450px;
}
.background-layers .layer-4 {
  background: url(../images/layers/4.png) left top no-repeat;
  width: 1193px;
  height: 1124px;
  margin-top: 2256px;
  margin-left: 350px;
}
.background-layers .layer-5 {
  background: url(../images/layers/5.png) left top no-repeat;
  width: 1446px;
  height: 1559px;
  margin-top: 3598px;
  margin-right: 520px;
}
.background-layers .layer-3 {
  background: url(../images/layers/3.png) left top no-repeat;
  width: 902px;
  height: 588px;
  margin-top: 1132px;
  margin-right: 460px;
}
.background-layers .layer-3-2 {
  background: url(../images/layers/3.png) left top no-repeat;
  width: 902px;
  height: 588px;
  margin-top: 2868px;
  margin-left: 600px;
}
.background-layers .layer-3-3 {
  background: url(../images/layers/3.png) left top no-repeat;
  width: 902px;
  height: 588px;
  margin-top: 3616px;
  margin-right: 660px;
}
.background-layers .layer-6 {
  background: url(../images/layers/6.png) left top no-repeat;
  width: 1461px;
  height: 735px;
  margin-top: 0;
  margin-left: 15px;
}
.background-layers .layer-7 {
  background: url(../images/layers/7.png) left top no-repeat;
  width: 795px;
  height: 452px;
  margin-top: 1775px;
  margin-left: 204px;
}
.background-layers .layer-8 {
  background: url(../images/layers/8.png) left top no-repeat;
  width: 1453px;
  height: 830px;
  margin-top: 0;
  margin-left: -15px;
}
.background-layers .layer-9 {
  background: url(../images/layers/9.png) left top no-repeat;
  width: 2069px;
  height: 1839px;
  margin-top: 1624px;
  margin-left: 172px;
}
.background-layers .layer-10 {
  background: url(../images/layers/10.png) left top no-repeat;
  width: 472px;
  height: 528px;
  margin-top: 120px;
  margin-left: 0px;
}
.background-layers .layer-10-1 {
  background: url(../images/layers/10.png) left top no-repeat;
  width: 472px;
  height: 528px;
  margin-top: 2182px;
  margin-left: 517px;
}
.background-layers .layer-11 {
  background: url(../images/layers/11.png) left top no-repeat;
  width: 1558px;
  height: 825px;
  margin-top: 0px;
  margin-left: -58px;
}
.background-layers .layer-12 {
  background: url(../images/layers/12.png) left top no-repeat;
  width: 804px;
  height: 950px;
  margin-top: 721px;
  margin-left: 726px;
}
.background-layers .layer-13 {
  background: url(../images/layers/13.png) left top no-repeat;
  width: 1025px;
  height: 1357px;
  margin-top: 975px;
  margin-right: 475px;
}
.background-layers .layer-14 {
  background: url(../images/layers/14.png) left top no-repeat;
  width: 767px;
  height: 791px;
  margin-top: 995px;
  margin-left: 665px;
}
.background-layers .layer-15 {
  background: url(../images/layers/15.png) left top no-repeat;
  width: 271px;
  height: 297px;
  margin-top: 1411px;
  margin-right: 522px;
}
.header-container {
  height: 136px;
  position: relative;
  z-index: 9999;
}
header .container {
  position: relative;
}
header .brand img {
  float: left;
  width: 132px;
  height: 136px;
}
header .menu-toggle {
  width: 48px;
  height: 39px;
  padding: 19px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: none;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
header .menu-toggle .bar {
  height: 7px;
  background: #3c3939;
  margin-bottom: 9px;
  transition: 0.4s;
}
header nav {
  position: relative;
  z-index: 1;
  height: 30px;
}
header nav ul {
  list-style: none;
  float: right;
  padding-top: 58px;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
header nav ul li {
  float: left;
  line-height: 37px;
  position: relative;
  transition: 0.4s;
}
header nav ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: -8px;
  text-align: -webkit-center;
  text-align: left;
}
header nav ul li:hover .sub-menu li {
  display: block;
}
header nav ul li a:link, header nav ul li a:visited, header nav ul li span {
  padding: 0 30px;
  display: block;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  transition: 0.4s;
}
header nav ul li a:hover, header nav ul li span:hover {
  text-decoration: none;
}
header nav ul li:hover {
  background: #fff;
  color: #000;
}
header nav ul.search a {
  font-size: 0;
  background: url(../images/search.png) center 9px no-repeat;
  width: 18px;
}
header nav ul.menu-item-has-children > a:after {
  content: "";
  width: 6px;
  height: 32px;
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
  background: url(../images/arrow_down.png) center center no-repeat;
}
header ul.sub-menu {
  position: absolute;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  background: #fff;
  transition: 0.4s;
  z-index: 1;
  min-width: 100%;
}
header ul.sub-menu li {
  float: none;
  display: none;
}
header ul.sub-menu li:hover a {
  background: #1972b9;
  color: white;
  transition: 0.4s;
  width: auto;
}
header ul.sub-menu a {
  display: block;
}
.call {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  transition: 0s;
}
.call a {
  display: block;
  transition: 0s !important;
}
.call:hover {
  background: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 16vh;
  background: transparent;
  z-index: 1;
  transition: 0.4s;
}
.sticky .sub-menu {
  background: #ebebeb;
}
.sticky .menu-toggle {
  top: 20px;
}
.sticky nav ul:not(.sub-menu) {
  padding-top: 19px;
}
.sticky header nav ul {
  margin-top: 54px;
}
.sticky .brand img {
  width: 113px;
  height: 118px;
}
.header-content {
  padding: 40px 0;
  overflow: hidden;
}
.header-content .title {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 95px;
  line-height: 78px;
  text-transform: uppercase;
  margin: 0;
  overflow: hidden;
}
.dark-theme nav:hover {
  background: none !important;
}
#us-main-nav {
  left: -23%;
}
.breadcrumb {
  font-size: 1.0625rem;
  overflow: hidden;
  padding: 30px 0 15px;
  position: relative;
  z-index: 1;
}
.breadcrumb a:link, .breadcrumb a:visited {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .current-item {
  font-weight: bold;
}
.page-content h1 {
  font-size: 140px;
  line-height: 120px;
  font-weight: bold;
  margin: 0 0 30px;
}
.page-content h2 {
  font-size: 108px;
  line-height: 108px;
  margin: 30px 0 15px;
}
.page-content h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.page-content h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0;
}
.page-content hr {
  margin: 50px auto;
  width: 25%;
  border: none;
  height: 1px;
  background: #000;
}
.page-content img {
  max-width: 100%;
}
.page-content .pagination {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  padding-bottom: 30px;
  display: flex;
}
.page-content .pagination span {
  text-decoration: none;
  display: inline-block;
  padding: 3px 8px;
}
.page-content .pagination span.current {
  background: #92c3c3;
}
.page-content .pagination a:link, .page-content .pagination a:visited {
  text-decoration: none;
  display: inline-block;
  padding: 3px 8px;
}
.page-content .pagination a:hover {
  background: #92c3c3;
}
.page-content .pagination a.prev {
  font-weight: 400;
  width: 120px;
  white-space: nowrap;
}
.page-content .pagination a.prev:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-right: 7px;
  background: url(../images/nav.png) left top no-repeat;
  background-size: 28px 41px;
}
.page-content .pagination a.prev:hover {
  background: none;
}
.page-content .pagination a.prev:hover:before {
  background-position: left bottom;
}
.page-content .pagination a.next {
  font-weight: 400;
  width: 120px;
  text-align: right;
  white-space: nowrap;
}
.page-content .pagination a.next:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 20px;
  margin-left: 7px;
  background: url(../images/nav.png) right top no-repeat;
  background-size: 28px 41px;
}
.page-content .pagination a.next:hover {
  background: none;
}
.page-content .pagination a.next:hover:after {
  background-position: right bottom;
}
.page-content .training-rating {
  line-height: 41px;
  font-size: 15px;
  margin-bottom: 5px;
}
.page-content .training-rating .stars {
  vertical-align: middle;
  display: inline-block;
  height: 31px;
  width: 200px;
  margin-bottom: 10px;
  background: url(../images/stars.png) bottom left no-repeat;
}
.page-content .training-rating .stars span {
  display: inline-block;
  width: 50%;
  height: 31px;
  background: url(../images/stars.png) top left no-repeat;
}
.page-content .training-rating .reviews {
  font-weight: bold;
  text-decoration: underline;
}
.page-content .next-training {
  font-size: 15px;
}
.page-content .next-training h3 {
  color: #db816b;
}
.page-content .suggestion-form form {
  padding-top: 25px;
  text-align: center;
}
.page-content .suggestion-form .title {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.page-content .registration-form {
  font-size: 14px;
}
.page-content .registration-form form {
  padding-top: 15px;
  text-align: center;
}
.page-content .registration-form .title {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.page-content .registration-form .input-wrap {
  margin-bottom: 15px;
}
.page-content .seo-title {
  font-size: 162px;
  line-height: 162px;
}
.page-content .seo-title span {
  margin-bottom: -50px;
  display: inline-block;
  font-size: 428px;
  line-height: 428px;
}
.page-content .education {
  padding-top: 100px;
  text-align: center;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 40px;
  line-height: 40px;
  text-decoration: underline;
}
.page-content .education .shoes {
  position: relative;
  margin-top: -35px;
}
.page-content .education .shoes img {
  max-width: 100%;
}
.page-content .education .shoes .shadow {
  position: absolute;
}
.page-content .education .shoes .image {
  position: relative;
}
.page-content .related-posts h3, .page-content .post-reply h3 {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}
.page-content .post-responses {
  font-size: 15px;
}
.page-content .post-responses .response {
  overflow: hidden;
  margin-bottom: 30px;
}
.page-content .post-responses .response .content {
  overflow: hidden;
}
.page-content .post-responses h3 {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
}
.page-content .post-responses .avatar {
  float: left;
  margin-right: 18px;
}
.page-content .post-responses .title {
  float: left;
}
.page-content .post-responses .date {
  float: right;
  font-size: 13px;
  line-height: 15px;
}
.page-content .post-responses p {
  padding: 20px 0 0 0;
  overflow: hidden;
  clear: both;
}
.page-content .post-responses hr {
  margin: 25px auto;
}
.page-content .post-details {
  font-size: 14px;
  line-height: 25px;
}
.page-content .post-details .post-date {
  background: #92c3c3;
  float: left;
  padding: 0 10px;
}
.page-content .post-details .comments-count {
  text-align: right;
}
.page-content .post-details .tags {
  padding: 0 10px;
}


#hsForm_bb898571-6af6-4ac7-ba2a-5a66ded47c4e > div.hs_submit.hs-submit > div.actions > input {
  margin-top: 10px;
  background: #d77e6a;
  font-weight: bold;
  color: #2B2B2B;
  text-transform: uppercase;
}
#hsForm_bb898571-6af6-4ac7-ba2a-5a66ded47c4e > div.hs_submit.hs-submit > div.actions > input:hover {
  background: #fff;
  color: #0f72ba;
}
.case-study-1 h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.recents {
  margin-top: 30px;
  width: fit-content;
}
.case-study-header {
  padding-top: 0;
}
.case-study-header h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.case-study-header .title {
  font-size: 295px;
  line-height: 230px;
}
.case-study-header .title span {
  font-size: 460px;
  line-height: 338px;
}
.heist-vid {
  margin-top: 30px;
}
.case-study-man .penguin {
  background: url(../images/penguin.png) left top no-repeat;
  /*width: 660px;*/
  height: 621px;
  position: absolute;
  margin-top: -110px;
  left: 72%;
  right: 0;
}
.case-study-man h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.case-study-man .button {
  margin-bottom: 15px;
}
.case-study-man .man {
  position: relative;
}
.case-study-bottom h2 {
  margin-top: -175px;
}
.case-study-bottom h3 {
  font-size: 53px;
  line-height: 53px;
  font-weight: 400;
}
.case-study-seo-header {
  padding-top: 0;
}
.case-study-seo-header .title {
  font-size: 125px;
  line-height: 110px;
  font-weight: 700;
}
.case-study-seo-header h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}
.case-study-seo-1 .col-md-6:last-child {
  padding-top: 50px;
}
.case-study-seo-1 ol li {
  margin-bottom: 15px;
}
.case-study-seo-2 .spy {
  position: absolute;
  margin-top: -250px;
}
.con-left {
  background: rgba(225, 154, 137, 0.95);
  padding: 10px 40px;
  margin: 10px 0px;
  border-radius: 94% 2% 92% 5% / 5% 77% 5% 74%;
  box-shadow: 2px 2px 19px 1px rgba(0, 0, 0, 0.57);
}
.con-right {
  background: rgba(168, 207, 207, 0.95);
  padding: 10px 40px;
  margin: 10px 0px;
  border-radius: 4% 90% 5% 86% / 74% 9% 74% 8%;
  box-shadow: 2px 2px 19px 1px rgba(0, 0, 0, 0.57);
}
.con-left a {
  color: #111 !important;
  padding: 0 !important;
  text-decoration: none !important;
  background-image: linear-gradient(transparent 0%, transparent calc(50% - 8px), #b8d9d9, calc(50% - 8px), #b8d9d9 100%) !important;
  transition: background-position 120ms ease-in-out, padding 120ms ease-in-out !important;
  background-size: 100% 200% !important;
  background-position: 0 0 !important;
}
.con-left a:hover {
  background-image: linear-gradient(transparent 0%, transparent calc(50% - 8px), #92c3c3, calc(50% - 8px), #92c3c3 100%) !important;
  background-position: 0 100% !important;
}
.con-right a {
  color: #111 !important;
  padding: 0 !important;
  text-decoration: none !important;
  background-image: linear-gradient(transparent 0%, transparent calc(50% - 8px), #e29e8e, calc(50% - 8px), #e29e8e 100%) !important;
  transition: background-position 120ms ease-in-out, padding 120ms ease-in-out !important;
  background-size: 100% 200% !important;
  background-position: 0 0 !important;
}
.con-right a:hover {
  background-image: linear-gradient(transparent 0%, transparent calc(50% - 8px), #db816b, calc(50% - 8px), #db816b 100%) !important;
  background-position: 0 100% !important;
}
.pricing-plans {
  font-family: "Roboto", sans-serif;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  justify-content: center;
}
.pricing-plans .plan {
  width: 80%;
  min-width: 0;
  box-shadow: 0 3px 0px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  position: relative;
  will-change: transform;
  text-align: center;
}
.pricing-plans .plan:before {
  position: relative;
  content: "";
  border: 1px solid transparent;
  width: 80%;
  display: block;
  padding: 0.5rem;
  height: 12px;
}

.pricing-plans .plan.options {
  font-size: 0.75rem;
}
.pricing-plans .plan .plan-header {
  border: 1px solid #ddd;
  border-right-color: transparent;
  border-bottom-color: transparent;
  background-color: rgba(221, 221, 221, 0.2);
  display: flex;
  flex-direction: column;
  align-content: center;
  vertical-align: top;
  position: relative;
  min-height: 17px;
  padding: 0.5rem;
}
.pricing-plans .plan .plan-header.first {
  border-color: transparent;
  background-color: transparent;
}
.pricing-plans .plan .plan-header.last {
  border-right: 1px solid #ddd;
}
.pricing-plans .plan .plan-header h3 {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}
.pricing-plans .plan .plan-header h3 .label {
  display: block;
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 0 auto 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.pricing-plans .plan .plan-header h3 .figure {
  padding: 5px 0 5px;
  position: relative;
}
.pricing-plans .plan .plan-header h3 .figure span {
  display: inline-block;
}
.pricing-plans .plan .plan-header h3 .figure .amount {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
}
.pricing-plans .plan .plan-header h3 .figure .amount:before {
  content: "$";
  font-size: 1rem;
  font-weight: 400;
  vertical-align: top;
  letter-spacing: normal;
}
.pricing-plans .plan .plan-header h3 .figure .amount:after {
  position: relative;
  top: -3px;
  left: 3px;
  content: "/MO";
  letter-spacing: normal;
  font-weight: 400;
  vertical-align: bottom;
  font-size: 0.6rem;
  text-transform: uppercase;
}
.pricing-plans .plan .plan-header h3 .foreword {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0;
}
.pricing-plans .plan .plan-header h3 .afterword {
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 0;
  white-space: nowrap;
  color: #84949c;
  letter-spacing: 0px;
}
.pricing-plans .plan .plan-header h3 .text {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0px;
  text-align: left;
}
.pricing-plans .plan .plan-info .list-group .ul {
  padding: 0px;
  margin-top: 0px;
  list-style-type: none;
}
.pricing-plans .plan .plan-info .list-group .list-group-item {
  border-radius: 0px;
  border-width: 1px;
  border: 1px solid #ddd;
  font-weight: 700;
}

.pricing-plans .plan .plan-info .list-group.first .list-group-item {
  border-color: transparent;
  padding: 0.42rem 0.25rem;
}
.pricing-plans .plan .plan-info .list-group.last {
  padding: 0px;
  list-style-type: none;
  margin-top: 5px;
}
.pricing-plans .plan .plan-info .list-group.last .list-group-item {
  border-right-color: #ddd;
  list-style-type: none;
  padding: 2px 0px;
}
.sidebar-home.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -50%;
}
.sidebar.sticky {
  height: 292vh;
  position: -webkit-sticky;
  position: sticky;
  top: -14vh;
}


.sidebar .widget {
  padding-bottom: 30px;
}
.sidebar h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
}
.sidebar .categories ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  position: relative;
}
.sidebar .categories ul li {
  padding: 5px 0 5px 24px;
  position: relative;
  text-align: left;
}
.sidebar .categories a:link:before, .sidebar .categories a:visited:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  margin-top: 4px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid black;
  transition: 0.4s;
}
.service-slider {
  overflow: hidden;
  position: relative;
}
.service-slider .navigation {
  background: #92c3c3;
  text-align: center;
  margin: 13px 0;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 36px;
  line-height: 36px;
}
.service-slider .navigation .select {
  border: 3px solid black;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  height: 72px;
  transition: 0.4s;
}
.service-slider .navigation .item {
  border: 3px solid rgba(0, 0, 0, 0);
  display: inline-block;
  padding: 15px 16px;
  margin: -5px 0;
  cursor: pointer;
  position: relative;
}
.service-slider .slides {
  margin: 41px 0;
  position: relative;
  overflow: hidden;
}
.service-slider .slides h2 {
  font-size: 74px;
  line-height: 74px;
  margin: 0;
}
.service-slider .slides .slides_wrapper {
  width: 99999px;
  position: relative;
  transition: 0.4s;
}
.service-slider .slides .item {
  float: left;
  transition: 0.4s;
  display: flex;
  align-items: center;
}
.service-slider .slides .item .content {
  padding-left: 50px;
}
.service-slider .slides .item.active {
  visibility: visible;
  opacity: 1;
}
section.results {
  font-family: "Saira Extra Condensed", sans-serif;
  text-align: center;
}
section.results .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
section.results .result {
  font-size: 214px;
  line-height: 214px;
  font-weight: 700;
}
section.tutorials h2 {
  font-size: 108px;
  line-height: 108px;
  text-align: center;
  margin: 0;
}
section.tutorials .shoes {
  position: relative;
  margin-top: -25px;
}
section.tutorials .shoes img {
  max-width: 100%;
}
section.tutorials .shoes .shadow {
  position: absolute;
}
section.tutorials .shoes .image {
  position: relative;
}
section.tutorials .tutorial-slider {
  margin: 60px 0 30px;
}
section.tutorials .tutorial-slider a:link, section.tutorials .tutorial-slider a:visited {
  text-decoration: none;
}
section.tutorials .tutorial-slider .owl-nav {
  width: 104px;
  margin: auto;
}
section.tutorials .tutorial-slider .owl-nav button {
  width: 28px;
  height: 41px;
  border: none;
  outline: none;
  margin: 0 12px;
  transition: 0s;
}
section.tutorials .tutorial-slider .owl-nav button span {
  display: none;
}
section.tutorials .tutorial-slider .owl-nav .owl-prev {
  background: url(../images/nav.png) left bottom no-repeat;
}
section.tutorials .tutorial-slider .owl-nav .owl-prev.disabled {
  background-position: left top;
}
section.tutorials .tutorial-slider .owl-nav .owl-next {
  background: url(../images/nav.png) right bottom no-repeat;
}
section.tutorials .tutorial-slider .owl-nav .owl-next.disabled {
  background-position: right top;
}
section.tutorials .tutorial-slider .tutorial-item {
  display: block;
  width: 50%;
  float: left;
  font-size: 1.25rem;
  margin-bottom: 40px;
  padding-right: 70px;
}
section.tutorials .tutorial-slider .tutorial-item .title {
  overflow: hidden;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
section.tutorials .tutorial-slider .tutorial-item span {
  float: left;
  text-align: center;
  font-weight: 700;
  font-size: 33px;
  background: #000;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  margin: 6px 20px 0 0;
}
section.top-books h2 {
  font-size: 138px;
  line-height: 138px;
  font-weight: bold;
  margin: 0;
}
section.top-books img {
  max-width: 100%;
}
section.top-books .books {
  position: relative;
}
section.top-books .books .book-1 {
  position: absolute;
  top: 0;
  right: 42%;
  width: 50.7%;
}
section.top-books .books .book-2 {
  position: absolute;
  right: 2.5%;
  top: 98px;
  width: 45.737%;
}
.calendar {
  padding: 0 45px;
  font-size: 30px;
  font-weight: 700;
  font-family: "Saira Extra Condensed", sans-serif;
}
.calendar a:link, .calendar a:visited {
  color: #000;
  text-decoration: none;
}
.calendar table {
  border-collapse: collapse;
  text-align: center;
}
.calendar table td {
  padding: 0 12px;
}
.calendar table td:first-child {
  background: #000;
  color: #fff;
}
.calendar table thead tr:first-child td:nth-child(2) {
  color: #f0b6b5;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
}
.calendar table tbody td:first-child {
  background: #000;
  color: #fff;
}
.calendar table tbody td.conf {
  background: #db816b;
}
.calendar table tbody td.training {
  background: #77ced9;
}
section.home-conference {
  padding-bottom: 58px;
}
section.home-conference .conference {
  display: flex;
}
section.home-conference .image {
  margin-right: 20px;
  width: 46%;
}
section.home-conference .image img {
  float: left;
  max-width: 100%;
}
section.home-conference .content {
  width: 54%;
  display: flex;
  flex-direction: column;
}
section.home-conference .content .category {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin: 0 0 5px 0;
}
section.home-conference .content h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
section.home-conference .content p {
  flex-grow: 1;
}
section.home-conference .content .next {
  font-weight: bold;
  font-size: 15px;
}
section.home-conference .content .next h3 {
  font-size: 20px;
  line-height: 20px;
  color: #db816b;
  margin: 0 0 6px 0;
}
section.home-conference .content .next p {
  margin: 0;
}
section.home-articles a, .articles a {
  display: block;
  text-decoration: none;
}
section.home-articles .article, .articles .article {
  margin-bottom: 40px;
}
section.home-articles .article img, .articles .article img {
  max-width: 100%;
}
section.home-articles .article .category, .articles .article .category {
  margin-top: 20px;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 20px;
  line-height: 20px;
}
section.home-articles .article h3, .articles .article h3 {
  font-size: 30px;
  line-height: 30px;
  margin: 8px 0;
  font-weight: 700;
}
section.home-articles .article .date, .articles .article .date {
  background: #77ced9;
  font-size: 0.875rem;
  display: inline-block;
  padding: 6px 10px;
}
.subscribe-form {
  padding: 0 0 80px 0;
}
.subscribe-form h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  margin: 0;
}
.subscribe-form p {
  margin-top: 0;
  font-size: 1.25rem;
}
.subscribe-form .input-wrap {
  margin-bottom: 15px;
}
.subscribe-form input {
  width: 100%;
}
.subscribe-form button {
  margin: 0 auto;
  display: block;
}
section.home-globe {
  padding: 20px 0;
}
section.home-globe img {
  max-width: 100%;
}
section.home-globe h2 {
  font-size: 222px;
  line-height: 222px;
  margin: 0;
  font-weight: 700;
}
section.home-globe h3 {
  font-size: 69px;
  line-height: 69px;
  margin: 0;
  font-weight: 400;
}
section.bottom {
  position: relative;
  font-size: 14px;
  background: url(../images/bottom.png) center top no-repeat;
}
section.bottom .container {
  position: relative;
}
section.bottom .books {
  position: absolute;
  right: 36px;
  bottom: -65px;
}
section.bottom .loupe {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
section.bottom .loupe img {
  margin-bottom: -192px;
}
section.bottom .face {
  position: absolute;
  margin-left: 158px;
  bottom: 0;
  overflow: hidden;
}
section.bottom .face img {
  transition: 0.4s;
  margin-bottom: -82px;
}
section.bottom .face img:hover {
  margin-bottom: -22px;
}
section.bottom nav {
  max-width: 600px;
  margin: auto;
  text-align: center;
  padding-top: 110px;
  padding-bottom: 10px;
}
section.bottom .contacts {
  padding-bottom: 20px;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
/* Hubspot form on SEO landing page  */
.page-id-185827 .hbspt-form {
  background: url(//cdn2.hubspot.net/hubfs/4240043/BruceClay_May2019/Images/footer.png) center top no-repeat #7982bb;
  padding: 20px;
  display: block;
  margin-bottom: 15px;
  max-width: 500px;
  font-size: 14px;
}
.page-id-185827 .hs-form * {
  color: black;
}
footer {
  background: url(../images/footer.png) center top no-repeat #7982bb;
  font-size: 0.875rem;
  padding: 20px 0 50px 0;
  height: 900px;
  background-size: cover;
}
footer .brand {
  float: left;
}
footer .brand img {
  height: 166px;
  width: 166px;
}
footer nav.vertical {
  float: left;
  margin-left: 42px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}
footer nav.vertical ul {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
footer nav.vertical ul a:link, footer nav.vertical ul a:visited {
  color: #000;
  text-decoration: none;
  display: block;
  transition: 0.4s;
}
footer nav.vertical ul a:hover {
  transform: translateX(8px);
}
footer nav.vertical ul li {
  line-height: 41.5px;
}
footer h2 {
  font-weight: 700;
  font-size: 175px;
  line-height: 175px;
  color: #d6dcfd;
  margin: -220px 0 44px 0;
  text-align: right;
}
footer .form-popup {
  padding: 50px 0 25px 204px;
  color: #d8e1fe;
}
footer input, footer textarea, footer select {
  background: #d8e1fe;
  border-color: #d8e1fe;
  border-radius: 0;
  color: #074979;
  width: 100%;
  border-radius: 6px;
}
footer textarea {
  height: 170px;
}
footer button, footer input[type="submit"] {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 40px;
  margin: 0 auto;
  display: block;
}
footer .focus-input {
  border-color: #d6dcfd;
}
footer .close {
  display: none;
}
footer .contact-us {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 75%;
  font-size: 38px;
  font-weight: 100;
  line-height: 62px;
  padding: 0;
}
footer .call-now {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 25%;
  height: 62px;
  line-height: 62px;
  padding: 0;
  background: url(../images/phone_icon.png) center center no-repeat #39b54a;
  background-size: auto 100%;
  transition: 0.4s;
}
footer .copyrights {
  text-align: center;
}
#contact-form-title {
  font-weight: 700;
  font-size: 175px;
  line-height: 175px;
  color: #d6dcfd;
  margin: -11px 0 44px 0;
  text-align: right;
}
.page-template-template-contact #footer-section {
  height: 839px;
}


footer nav.horizontal, section.bottom nav {
  margin: auto;
  text-align: center;
}
footer nav.horizontal ul, section.bottom nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav.horizontal ul a:link, footer nav.horizontal ul a:visited, section.bottom nav ul a:link, section.bottom nav ul a:visited {
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 8px 4px;
}
footer nav.horizontal ul a:hover, section.bottom nav ul a:hover {
  text-decoration: underline;
}
footer nav.horizontal ul li, section.bottom nav ul li {
  display: inline-block;
}
footer nav.horizontal ul li:after, section.bottom nav ul li:after {
  content: "|";
  display: inline-block;
  padding: 0 20px;
}
footer nav.horizontal ul li:last-child:after, section.bottom nav ul li:last-child:after {
  display: none;
}
.social-icons {
  display: flex;
  justify-content: center;
}
.social-icons img {
  height: 40px;
  width: 40px;
  padding: 5px;
}
.social-icons img:hover {
  transform: scale(1.1);
}
.page-template-template-home .header-content .title, .page-template-template-AU-SEOLanding .header-content .title {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 95px;
  line-height: 78px;
  text-transform: uppercase;
  margin: 0;
}
.page-template-template-home .header-content .year, .page-template-template-AU-SEOLanding .header-content .year {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 400px;
  line-height: 400px;
  margin-top: -39px;
}
table {
  width: 100%;
  padding: 0;
  margin: 0;
}
table thead {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 22px;
}
table tbody tr:hover {
  background-color: #92c3c3;
}
table tr th, table tr td {
  text-align: center;
}
table tr th:first-of-type, table tr td:first-of-type {
  text-align: left;
}
.recaptcha-terms {
  font-size: 0.8em;
}
.grecaptcha-badge {
  visibility: hidden;
}
.search-result img.wp-post-image {
  margin-top: 30px;
}
figure.wp-caption {
  max-width: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
#additionalsharingconsent {
  font-size: 0.8em;
}
.lightcheckbox {
  background-color: #d8e1fe !important;
  border-color: #d8e1fe !important;
  color: #074979 !important;
}


.dark-hold {
  transform: scale(0.4);
  margin-top: -4px;
}
.menu-item-158547 {
  margin-top: -6px;
}
.menu-item-158547:hover {
  background: transparent !important;
}
/* outer-container styles */
.outer-container {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
/* container "the whole button" styles */
.dark-theme-container {
  background: #053481;
  width: 8rem;
  height: 3rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0.3rem 0.5rem;
  cursor: pointer;
  font-size: 52%;
}
.light .dark-theme-container {
  background: #56a0d3;
}
/* sun and moon styles */
.circle {
  position: relative;
  height: 100%;
  width: 35%;
  background: #fffdf2;
  border-radius: 50%;
  transition: all 0.3s;
  box-shadow: 2rem 0rem 0 -1rem #e3f10ceb, 3rem 0.8rem 0 -1rem #e3f10ceb, 3rem 0rem 0 -1.1rem #e3f10ceb, 2.5rem -1rem 0 -1.1rem #e3f10ceb, 4rem 0 0 -1rem #e3f10ceb, 4.5rem 1rem 0 -1.1rem #e3f10ceb, 5rem -0.8rem 0rem -1.1rem #e3f10ceb, 5.5rem 0.5rem 0 -1rem #e3f10ceb, inset 4rem -2.5rem 0.9rem -3.5rem #053481, inset 0rem 0rem 0 -3rem rgba(104, 58, 15, 0.041);
}
.light .circle {
  background: #fbca00;
  transform: translateX(190%);
  box-shadow: none;
  border: 0.2rem solid #e4c74d;
}
.light .circle::after, .light .circle::before {
  display: none;
}
/* the clouds styles */
.light .cloud {
  position: absolute;
  top: 31%;
  left: -4.5rem;
  display: block;
  width: 10rem;
  height: 1.5rem;
  border: 0.4rem solid #d4d4d2;
  border-radius: 3rem;
  background-color: #fff;
  animation: scaleItUp 0.5s;
  z-index: -2;
  transform: scale(0.35);
  pointer-events: none;
}
.light .bird1 {
  position: absolute;
  background: url(../images/bird1.png) no-repeat;
  top: -41%;
  left: -4.5rem;
  display: block;
  width: 5rem;
  height: 2.5rem;
  animation: scaleItUp 0.5s;
  z-index: -2;
  transform: scale(0.35);
  pointer-events: none;
}
.light .bird2 {
  position: absolute;
  background: url(../images/bird2.png) no-repeat;
  top: 21%;
  left: -5.5rem;
  display: block;
  width: 5rem;
  height: 2.5rem;
  animation: scaleItUp 0.5s;
  z-index: -2;
  transform: scale(0.35);
  pointer-events: none;
}
.light .cloud::before, .light .cloud::after {
  content: "";
  display: block;
  position: relative;
  border: 0.4rem solid #d4d4d2;
  border-radius: 100%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  background-color: #fff;
}
.light .cloud::before {
  top: -2.3rem;
  right: 0rem;
  width: 4rem;
  height: 3.5rem;
  transform: rotateZ(20deg);
}
.light .cloud::after {
  top: -6.7rem;
  right: -3rem;
  width: 3rem;
  height: 5rem;
  transform: rotateZ(83deg);
  z-index: -1;
}
/* animations */
@keyframes scaleItUp {
  from {
    transform: scale(0);
  }
}
.dark-theme body {
  background: #202a33 !important;
}
.dark-theme .hb-bck {
  background: #ccc;
  padding: 20px;
}
.dark-theme .page-content .post-details .post-date {
  background: #db816b;
  float: left;
  padding: 0 10px;
}
.dark-theme .page-content .pagination:hover {
  background: none;
}
.dark-theme .page-content .pagination a:hover {
  background: #db816b;
}
.dark-theme .page-content .pagination span.current {
  background: #db816b;
}
.dark-theme ::-webkit-input-placeholder {
  color: #ebebeb;
}
.dark-theme ::-moz-placeholder {
  color: #ebebeb;
}
.dark-theme :-ms-input-placeholder {
  color: #ebebeb;
}
.dark-theme ::placeholder {
  color: #ebebeb;
}
.dark-theme .articles h3 {
  color: white !important;
}
.dark-theme .article a {
  background-image: none !important;
}
.dark-theme .hbspt-form label {
  color: #fff !important;
}
.dark-theme .widget a {
  background-image: none !important;
}
.dark-theme .articles .article .category {
  color: #db816b;
}
.dark-theme .sub-hed, .dark-theme .subheading, .dark-theme ul, .dark-theme li, .dark-theme h2, .dark-theme .result, .dark-theme a:link, .dark-theme a:visited {
  color: white !important;
}
.dark-theme section.results .title {
  color: white;
}
.dark-theme .slide-content li a {
  color: white;
}
.dark-theme .page-content h1 {
  color: #db816b;
}
.dark-theme .breadcrumb .current-item {
  color: #db816b;
}
.dark-theme .man-cards h5 {
  color: #000;
}
.dark-theme .man-cards h3 {
  color: #fff !important;
}
.dark-theme .subscribe-form h3, .dark-theme section.home-globe h3 {
  color: #db816b;
}
.dark-theme section.home-conference .content .category {
  color: #db816b;
}
.dark-theme .logo-slider__navlink {
  background-color: #db816b;
}
.dark-theme #hsForm_bb898571-6af6-4ac7-ba2a-5a66ded47c4e > div.hs_submit.hs-submit > div.actions > input {
  margin-top: 10px;
  background: #db816b;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}
.dark-theme #hsForm_bb898571-6af6-4ac7-ba2a-5a66ded47c4e > div.hs_submit.hs-submit > div.actions > input:hover {
  background: #99c4c7;
  color: #202a33;
}
.dark-theme #label-message-eec7b01b-220e-42b2-9ec4-80209f619a88 {
  color: #fff !important;
}
.dark-theme .calendar table td {
  color: white;
}
.dark-theme .title {
  color: #2170b8;
}
.dark-theme .font-144 {
  color: white;
}
.dark-theme .year {
  color: #066cca;
}
.dark-theme header.sticky {
  background: #202a33;
}
.dark-theme a:hover {
  color: #202a33;
}
.dark-theme .anaglyph-blue {
  color: #2170b8;
  transform: translate(-10px, -10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.dark-theme .anaglyph-white {
  color: #fff;
  transform: translate(-10px, -10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.dark-theme .anaglyph-pink {
  color: #fff;
  transform: translate(-8px, -8px);
  position: absolute;
  opacity: 80%;
  mix-blend-mode: screen;
}
.dark-theme .anaglyph-black {
  position: relative;
}
.dark-theme .anaglyph-red {
  color: white !important;
}
.dark-theme .year {
  text-shadow: 4px 4px white;
}
.dark-theme .logo-img img {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 50%;
}
.dark-theme .anaglyph-green {
  color: #fff !important;
  transform: translate(10px, 10px);
  position: absolute;
  mix-blend-mode: multiply;
}
.dark-theme .black-line {
  stroke: #fff;
}
.dark-theme .layer-right {
  left: 66%;
}
.dark-theme .layer-left {
  right: unset;
}
.dark-theme .layer-1 {
  background: url(../images/layers/top-right-graphic.png);
  height: 1115px;
  margin-top: 0%;
  background-repeat: no-repeat;
}
.dark-theme .layer-2 {
  background: url(../images/layers/left-graphic.png) left top no-repeat;
  max-width: 909px;
  width: 100%;
  max-height: 2638px;
  height: 100%;
  margin-top: 52%;
  margin-right: 8%;
}
.dark-theme .layer-4 {
  background: url(../images/layers/middle-right.png) left top no-repeat;
  max-width: 1315px;
  width: 100%;
  max-height: 2643px;
  height: 100%;
  margin-top: 174%;
  margin-left: 89%;
  left: unset !important;
}
.dark-theme .layer-5 {
  background: url(../images/layers/bottom-left.png) left top no-repeat;
  max-width: 428px;
  width: 100%;
  max-height: 1337px;
  height: 100%;
  margin-top: 6000px;
}
.dark-theme .layer-3 {
  display: none;
}
.dark-theme .layer-3-2 {
  display: none;
}
.dark-theme .layer-3-3 {
  display: none;
}
.dark-theme .offices {
  background: url(../images/global-offies-dark.png) center center no-repeat;
  height: 400px;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-blog {
  background: url(../images/blog-dark.webp) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-training {
  background: url(../images/training-dark.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-guide {
  background: url(../images/guide-dark.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-team {
  display: none;
}
.dark-theme .corner-pic {
  display: none;
}
.dark-theme .corner-pic-content {
  display: block;
  background: url(../images/ice.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-ppc {
  display: block;
  background: url(../images/money-tree.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-smm {
  display: block;
  background: url(../images/smm-dark.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-seo {
  display: block;
  background: url(../images/glove.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-seo-tools {
  display: block;
  background: url(../images/tools-dark.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-about {
  display: block;
  background: url(../images/about-dark.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-employment {
  display: block;
  background: url(../images/employment-dark.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-analytics {
  display: block;
  background: url(../images/dark-analytics.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-cro {
  display: block;
  background: url(../images/dark-cro.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-dmo {
  display: block;
  background: url(../images/seo-dark.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-paid-search {
  display: block;
  background: url(../images/money-tree.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .corner-pic-design {
  display: block;
  background: url(../images/dark-design.png) center center no-repeat;
  height: 700px;
  width: 100%;
  background-size: contain;
  resize: both;
}
.dark-theme .robot {
  background: url(../images/404/404-dark.png) center center no-repeat;
  width: 400px;
  height: 700px;
}
.dark-theme ul#menu-top-menu li.search-bar a {
  filter: invert(1);
}
.dark-theme section.bottom nav:hover {
  background: transparent !important;
}
.dark-theme footer nav.horizontal, .dark-theme section.bottom nav:hover {
  background: transparent !important;
}
.dark-theme header nav ul li:hover {
  background: #db816b;
}
.dark-theme #menu-item-55905:hover {
  background: transparent;
}
.dark-theme .sidebar h3 {
  color: #db816b;
}
.dark-theme .sidebar .categories a:link:before, .dark-theme .sidebar .categories a:visited:before {
  border-left: 8px solid #92c3c3;
}
.dark-theme .shoes {
  background: url(../images/telescope.png) center center no-repeat;
  height: 600px;
  margin-right: 40px;
}
.dark-theme .tab-bar {
  background: #2170b8;
}
.dark-theme label {
  color: #fff;
}
.dark-theme .slide {
  border: 3px solid #db816b;
}
.dark-theme .subscribe-form h3, .dark-theme section.home-globe h3 {
  color: #db816b;
}
.dark-theme section.home-conference .content .category {
  color: #db816b;
}
.dark-theme .logo-slider__navlink {
  background-color: #db816b;
}
.dark-theme .page-content h3 {
  color: #db816b;
}
.dark-theme .opti-span, .dark-theme .opti-quote {
  color: #db816b;
}
.dark-theme .quote-attribution footer cite {
  color: #db816b !important;
}
.dark-theme .breadcrumb::after {
  color: #db816b;
}
.dark-theme .quote-attribution:before {
  color: #91c4c3;
}
.dark-theme .sidebar .categories a:link:before, .dark-theme .sidebar .categories a:visited:before {
  content: "";
  border-left: 8px solid #91c4c3;
}
.dark-theme header nav ul li.menu-item-has-children > a:after {
  background: url(../images/arrow_down_white.png) center center no-repeat;
}
.dark-theme .wp-caption-text {
  color: #ccc;
}
.dark-theme header nav ul li.blue a:hover {
  background: #db816b;
  color: #000;
}
.dark-theme .jtbd ul li:before {
  display: inline-block;
  content: url(../images/dark-quotes.png);
  position: absolute;
  left: 20px;
}
.dark-theme section.home-articles .article .date, .dark-theme .articles .article .date {
  background: #db816b;
  color: black;
}
.dark-theme .sidebar .categories a:link:before, .dark-theme .sidebar .categories a:visited:before {
  border-left: 8px solid #92c3c3;
}
.dark-theme .drk-bgrnd {
  background: #fff !important;
  padding: 40px;
}
.dark-theme .drk-bgrnd a, .dark-theme .drk-bgrnd p, .dark-theme .drk-bgrnd h2, .dark-theme .drk-bgrnd li {
  color: #000 !important;
}
.dark-theme .drk-bgrnd-two {
  background: #ccc !important;
  padding: 40px;
}
.dark-theme .drk-bgrnd-two a, .dark-theme .drk-bgrnd-two p, .dark-theme .drk-bgrnd-two h2, .dark-theme .drk-bgrnd-two li {
  color: #000 !important;
}
.dark-theme .drk-bgrnd-three {
  background: #e6e6e6 !important;
  padding: 40px;
}
.dark-theme .drk-bgrnd-three a, .dark-theme .drk-bgrnd-three p, .dark-theme .drk-bgrnd-three h2, .dark-theme .drk-bgrnd-three li {
  color: #000 !important;
}
.dark-theme .articles .article a:hover {
  background-image: none !important;
}
.dark-theme .widget a:hover {
  background-image: none !important;
}
.dark-theme .date a {
  background-image: none !important;
}
.dark-theme .fn a {
  background-image: none !important;
}
.dark-theme .serv-img1 {
  content: url(../images/glove.png);
  height: 400px;
  margin-right: 40px;
}
.dark-theme .serv-img2 {
  content: url(../images/jump-rope.png);
  height: 400px;
}
.dark-theme .serv-img3 {
  content: url(../images/seo-multitool.png);
  height: 400px;
}
.dark-theme .serv-img4 {
  content: url(../images/money-tree.png);
  height: 400px;
}
.dark-theme .serv-img5 {
  content: url(../images/ice.png);
  height: 400px;
}
.dark-theme .serv-img6 {
  content: url(../images/smm-dark.png);
  height: 400px;
}
.dark-theme .serv-img7 {
  filter: invert(1);
}
.dark-theme .category-dark-test-one .blog-content {
  background: white !important;
}
.dark-theme .shoes {
  background: url(../images/telescope.png) center center no-repeat;
  height: 600px;
  margin-right: 40px;
}
.dark-theme .tab-bar {
  background: #2170b8;
}
.dark-theme label {
  color: #fff;
}
.dark-theme .slide {
  border: 3px solid #db816b;
}
.dark-theme input[type="radio"], .dark-theme input[type="checkbox"] {
  background-color: #db816b;
}
.dark-theme nav:hover {
  background: #2170b8;
}
.dark-theme nav:hover.blue a {
  background: #db816b;
}
.dark-theme nav:hover.blue a:hover {
  background: #91c4c3;
}
.dark-theme nav ul.sub-menu {
  background: #2170b8;
}
.dark-theme nav ul.sub-menu li:hover a {
  background: #db816b;
}
.dark-theme.sticky {
  background: #7982bb;
}
.dark-theme.sticky .sub-menu {
  background: #7982bb;
}
.dark-theme .article .date {
  background: #db816b;
}
.dark-theme section.bottom {
  background: url(../images/layers/bottom.png) center top no-repeat;
}
.dark-theme .page-template-template-AU-SEOLanding .header-content .title {
  color: #2170b8;
}
.dark-theme .page-template-template-AU-SEOLanding .header-content .year {
  cursor: context-menu;
}


/* Aaron's Screen */

/* Bruce's Laptop */


/* === Utilities (previously @imported by styles2.css) === */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

.bci-fixed {
  position: fixed
}

.bci-absolute {
  position: absolute
}

.bci-relative {
  position: relative
}

.bci-inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.bci-top-\[78px\] {
  top: 78px
}

.bci-top-0 {
  top: 0
}

.bci-top-16 {
  top: 4rem
}

.bci-right-16 {
  right: 4rem
}

.bci-top-4 {
  top: 1rem
}

.bci-right-4 {
  right: 1rem
}

.bci-right-6 {
  right: 1.5rem
}

.bci-z-\[9999\] {
  z-index: 9999
}

.bci-z-\[10000002\] {
  z-index: 10000002
}

.bci-grid {
  display: grid
}

.bci-w-full {
  width: 100%
}

.bci-place-items-center {
  place-items: center
}

.bci-overflow-y-auto {
  overflow-y: auto
}

.bci-overflow-x-hidden {
  overflow-x: hidden
}

.bci-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem
}

.bci-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.bci-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem
}

.bci-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

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

.bci-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.bci-text-5xl {
  font-size: 3rem;
  line-height: 1
}


/* === Styles2 (secondary styles) === */

.nojs {
  margin-top: -35%;
}

.blog-mid {
  margin-right: auto;
  margin-left: auto;
}
.testimonials .owl-nav {
    width: 104px;
    margin: auto;
}
.new-blue {
  background: #0f72ba;
}

.new-blue:hover {
  background: #fff !important;
}

.new-blue a:hover {
  background: #fff !important;
  color: #1972b9 !important;
}

.new-blue a:link {
  color: #fff !important;
  border: 1px solid #0f72ba;
  width: auto;
}

.quick-search {
  background-color: #ccc;
  margin: 0 auto;
  text-align: center;
  max-width: fit-content;
  padding: 20px;
  margin-bottom: 4vh;
}

.quick-solution {
  max-width: 23vw;
}

.sol-col img {
  max-width: 100%;
  height: auto;
  border-radius: calc(var(--radius) - 4px);
  display: block;
}

.two-col-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2rem);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start;
  align-items: stretch;
}

.bot {
  display: none;
}
/*Carousel Module Styles */

    /* Top bar */
    .tabbar-wrap { position: relative; top: 0; z-index: 20; background: #92c3c3; backdrop-filter: saturate(120%) blur(6px); justify-content: space-around; display: flex; }
    .tabbar { margin: 0 auto; padding: 12px 16px; display: flex; gap: 10px; overflow-x: auto; flex-wrap: wrap; justify-content: center; }
    .tabbar button { white-space: nowrap; padding: 8px 14px; font-weight: 700; font-size: 2.2rem; background: transparent; color: #334155; cursor: pointer; font-family: "Saira Extra Condensed", sans-serif; border: 0; }
    .tabbar button[aria-selected="true"] { font-weight: 800; color: orange; text-shadow: 1px 1px black; transition: font-size .2s ease; }
    .tabbar button:focus-visible { outline: 3px solid #38bdf8; outline-offset: 2px; }

    /* Layout */
    .section { max-width: 1320px; margin: 0 auto; padding: 40px 16px 24px; }
    .grid { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; }
    

    /* Hero image */
    .hero-card { position: relative; }
    .hero { width: 100%; height: auto; display: block; border-radius: 16px; object-fit: contain; }
    .hero-note { position: absolute; right: 8px; bottom: 8px; font-size: 12px; color: #64748b; background: rgba(255,255,255,.8); padding: 2px 6px; border-radius: 6px; }
    .hero.dark { display: none; }
    .dark-theme .hero.light { display: none; }
    .dark-theme .hero.dark { display: block; }

    /* Copy */
    h1 { font-size: 28px; line-height: 1.2; margin: 0; letter-spacing: -.01em; }
    
    .grid p { font-family: "Nunito Sans",sans-serif; color: #000; }
    .dark-theme .grid p { color: #fff; }
    .grid h2 { font-size: 74px; line-height: 74px; font-family: "Saira Extra Condensed",sans-serif; font-weight: 100; margin: 0 0 8px; }
    .grid h3 { font-size: 1.25rem; line-height: 1.2; font-family: "Nunito Sans",sans-serif; font-weight: bold; }
    .lead { margin: 14px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 58ch; }
    .cta { display: inline-block; margin-top: 16px; background: var(--sky-600); color: #fff; font-weight: 700; padding: 9px 14px; border-radius: 10px; text-decoration: none; box-shadow: 0 10px 18px rgba(2,132,199,.18); }
    .cta:hover { background: var(--sky-700); }
    .cta:focus-visible { outline: 3px solid #38bdf8; outline-offset: 3px; }

    /* Panels */
    [role="tabpanel"][hidden]{ display: none; }

    /* Basic, optional carousel styles (slides are static HTML) */
    .carousel2 { position: relative; overflow: hidden; margin-top: 16px; }
    .slides { display: grid; gap: 12px; }
    .slide { border: 1px solid #e2e8f0; border-radius: 12px; padding: 16px; }
    .s-title { font-size: 20px; margin: 0 0 6px; }
    .s-text { margin: 0; color: var(--muted); max-width: 60ch; }

 
  .two-col { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: start; }
  


  .qs-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
  

  .qs-card {  padding: 16px; }
  .qs-card h3 { font-size: 20px; line-height: 1.2; margin: 8px 0; font-weight: 700; }
  .qs-card img { width: 100%; height: auto;  display: block; }
  .qs-meta { background: #77ced9; font-size: 0.875rem; display: inline-block; padding: 6px 10px; color: #000;  }

.single-quick_solutions .blog-content a {
    color: #111;
    padding: 0 ;
    text-decoration: none !important;
    background-image: linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #b8d9d9, calc(50% - 8px),
      #b8d9d9 100%
    )
    !important;
    transition: background-position 120ms ease-in-out,
    padding 120ms ease-in-out
    !important;
    background-size: 100% 200% !important;
    background-position: 0 0 !important;
}

.single-quick_solutions .blog-content a:hover {
    background-image: linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #92c3c3, calc(50% - 8px),
      #92c3c3 100%
    )
    !important;
    background-position: 0 100% !important;
}

.dark-theme .blog-content a,
.dark-theme .blog-content a:visited {
    color: #fff !important;
    background-image: linear-gradient(transparent 0%,transparent calc(50% - 8px),#db816b,calc(50% - 8px),#db816b 100%) !important;
}

.dark-theme .blog-content a:hover {
    color: #fff !important;
    background-image: linear-gradient(transparent 0%,transparent calc(50% - 8px),#db816b,calc(50% - 8px),#db816b 100%) !important;
    background-position: 0 100% !important;
}

.quickie {
  font-size: 22px !important;
  line-height: 9px !important;
}

.sidebar .widget {
    padding-left: 2vw;
}

.new-blue a:link:hover {
  color: #0f72ba !important;
}

.dark-theme .new-blue a:link:hover {
  color: #fff !important;
  border: 1px solid #db816b !important;
}

.dark-theme .mega-sub-menu .mega-menu-link {
  color: #000 !important;
}

.dark-theme .mega-sub-menu .mega-menu-link:hover {
  color: #fff !important;
}


	.testimonials .owl-nav button {
	    width: 28px;
	    height: 41px;
	    border: none;
	    outline: none;
	    margin: 0 12px;
	    transition: 0s;
	}
		.testimonials .owl-nav button span {
		    display: none;
		}
	.testimonials .owl-nav .owl-prev {
	    background: url(../images/nav.png) left bottom no-repeat !important;
	}
	.testimonials .owl-nav .owl-prev.disabled {
	    background-position: left top;
	}
	.testimonials .owl-nav .owl-next {
	    background: url(../images/nav.png) right bottom no-repeat !important;
	}
	.testimonials .owl-nav .owl-next.disabled {
	    background-position: right top;
	}

  .lan-right {
    margin: 0 auto !important;
  }

  .top-nav {
    position: absolute !important;
    margin-top: -45px;
    left: 66%;
    z-index: 5;
  }

  .call a {
    font-size: 40px !important;
    font-weight: bolder !important;
    font-family:  "Saira Extra Condensed", sans-serif !important;
  }

  .sticky .top-nav {
    margin-top: -13px;
  }


  .top-nav ul {
  list-style: none;
  float: right;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  }
  .top-nav ul li {
  float: left;
  line-height: 37px;
  transition: 0.4s;
  }

  .top-nav ul li a:link {
    padding: 0 22px;
    display: block;
    width: fit-content;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    transition: 0.4s;
  }

  .dark-theme-toggle {
    margin-left: -8%;
    margin-right: 8%;
  }

  /* Force regular menu to show on small screens */
.main-navigation, .menu, .menu-primary-container {
  display: block !important;
}


/* Ensure menu items stack if space is tight */
.main-navigation ul {
  flex-direction: column;
}

/* Prevent overflow */
.main-navigation li {
  display: block;
  width: 100%;
}


.warning-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #000;
  background-color: #fdd02b;
  padding: 5px;
  text-align: center;
  z-index: 100;
}

.sidebar .stuck {
    position: -webkit-sticky;
    position: sticky;
    top: 12%;

}

.home-articles {
  height: 86svh;
}

.eu-team-corner {
  position: absolute;
  left: -11vw;
  top: 2vh;

}

.author-back {
  background-color: rgba(255,255,255,.6);
  padding: 10px;
  margin: 55px;
}


.warnban-close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.ban-but {
  font-size: 15px;
  line-height: 10px;
  font-weight: 700;
  padding: 5px 5px;
  background: black;
  margin-left: 5px;
  display: inline;
}

.out-ban {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px;
}

.sec-back5 {
  position: relative;
  background: #f0f8ff;
  margin-top: 20px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  background-color: rgba(250, 250, 250, .85);
  backdrop-filter: blur(5px);
  padding: 20px;
  border: 4px solid black;
}

.top-books {
  margin-bottom: 15vh;
}


.home-globe {
  margin-top: 4vh;
}

.eu-home-globe {
  margin-top: 163vh;
}

.sidebar-home.sticky {
  display: none;
}

.mobile-show {
  display: none;
}

  .audit-form-main {
    display:none;
  }

  .audit-form {
    display:block;
    padding: 20px;
  }

  /* Ad Management Cards*/
  #basic {
    background:#293241;
  }
  
  #bronze {
    background:#92c3c3;
  }
  
  #silver {
    background:#7982bb;
  }
  
  #gold {
    background:#ee6c4d;
  }
  
  #platinum {
    background:#1972b9;
  }
  
  .pricing {
    color:#1972b9;
    font-weight:bolder;
    font-size:1.5rem;
  }
  
  .man-cards h3 {
    color:#fff;
    text-align: center;
    border-radius:5px 5px 0px 0px;
    margin-top: 0px;
    padding:10px;
  }
  
  .man-cards h4 {
    text-align: center;
    color:#fff;
    border-radius:0px 0px 5px 5px;
    margin-top: 0px;
    padding:10px;
  }
  
  .man-cards h5 {
    text-align: center;
    padding: 0px 5px;
    margin-top: 6px;
  }
  
  .man-cards .plus {
    color:green;
    font-weight: bolder;
    font-size:1.2rem;
  }

  .man-cards ul {
    margin: 1em 0;
    list-style-type: none;
  }
  
  .man-cards li {
    margin: 1em;
    margin-left: 3em;
    font-size: 1rem;
  }
  
  .man-cards li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: green;
  }
  
  .card-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 111rem;
    left: -36rem;
    height: 25rem;
  }
  
  #card1 {
    height: 19.5rem;
  }
  
  #card2 {
    height: 19.5rem;
  }
  
  #card3 {
    height: 17.5rem;
  }
  
  #card4 {
    height: 18.5rem;
  }
  
  #card5 {
    height: 18.8rem;
  }
  
  .month {
    font-size:.7rem;
  }
  
  .card-carousel .my-card {
    width: 23.1rem;
    position: relative;
    z-index: 1;
    transform: scale(0.6) translateY(-1rem);
    opacity: 0;
    cursor: pointer;
    border-radius: 5px;
    pointer-events: none;
  background: linear-gradient(90deg, rgba(239,239,246,1) 0%, rgba(244,243,249,1) 49%, rgba(239,239,246,1) 100%);
    transition: .5s;
  }
  
  .card-carousel .my-card:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.3);
    bottom: -2rem;
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
  
  .card-carousel .my-card:nth-child(0):before {
    content: '0';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
  }
  
  .card-carousel .my-card:nth-child(1):before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
  }
  
  .card-carousel .my-card:nth-child(2):before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
  }
  
  .card-carousel .my-card:nth-child(3):before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
  }
  
  .card-carousel .my-card:nth-child(4):before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
  }
  
  .card-carousel .my-card:nth-child(5):before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
  }
  
  .card-carousel .my-card.active {
    z-index: 3;
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1;
    pointer-events: auto;
    transition: 1s;
    filter: drop-shadow(0px 0px 8px #000000);
  }
  
  .card-carousel .my-card.prev, .card-carousel .my-card.next {
    z-index: 2;
    transform: scale(0.5) translateY(-1rem) translateX(0rem);
    margin: 0px -95px;
    opacity: 0.4;
    filter: drop-shadow(0px 0px 2px #000000);
    pointer-events: auto;
    transition: 1s;
  }

  .my-card.prev li {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
  }

  .my-card.next li {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
  }

  

  

  

.hs-form-field label:not(.hs-error-msg){
    color: black !important;
    font-weight: bold !important;
}

.hs-fieldtype-textarea {
  color: black !important;
  font-weight: bold !important;
}


.hs-form-field span {
  color: black !important;
  font-weight: bold !important;
}

.hs-main-font-element h4 {
  font-size: 24px !important;
}

.hs-form-eec7b01b-220e-42b2-9ec4-80209f619a88_ff329897-26f6-4971-b8e9-0e794f188fbc.hs-form h4 {
  font-size: 24px !important;
}


.hbspt-form h4 {
  font-size: 24px !important;
}

.hs-input {
  display: block;
  box-sizing: border-box;
  line-height: 18px;
  outline: none;
  padding: 8px 18px;
  font: 16px 'Nunito',sans-serif;
  border: 1px solid #8691d5;
  border-radius: 6px;
  color: #074979;
  background: #d8e1fe;
  border-color: #d8e1fe;
  width: 100%;
}

.hs-form input {
  display: block;
  box-sizing: border-box;
  line-height: 18px;
  outline: none;
  padding: 8px 18px;
  font: 16px 'Nunito',sans-serif;
  border: 1px solid #8691d5;
  border-radius: 6px;
  color: #074979;
  background: #d8e1fe;
  border-color: #d8e1fe;
  width: 100%;
}

.hbspt-form input {
  display: block;
  box-sizing: border-box;
  line-height: 18px;
  outline: none;
  padding: 8px 18px;
  font: 16px 'Nunito',sans-serif;
  border: 1px solid #8691d5;
  border-radius: 6px;
  color: #074979;
  background: #d8e1fe;
  border-color: #d8e1fe;
  width: 100%;
}

header nav {
    z-index: 2;
}
header nav ul {
        padding-left: 0;
        margin-top: 38px;
    }
 header nav .socials {
    	float: right;
    	padding-top: 58px
    }
        header nav .socials a {
        	display: inline-block;
        	margin-right: 8px
        }

.sticky .navbar-nav {
  margin-top: 54px !important;
}

/* US Footer links fix */
ul#menu-footer-menu-1 {
  padding-top: 40px;
}


/* Search */
.wpsearch {
  display: none;
  position: absolute;
  z-index: 6;
  right: 213px;
  top: 53px;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.5s;

}


.wpsearch .input-group-text img {
  position: absolute;
  right: 10px;
  top: 10px;
}

.wpsearch .input-group #search-input {
  background: #d8e1fe !important;
}

.wpsearch .form-control {
  width: 263px;
}

.wpsearch-close {
  position: absolute;
  top: -2px;
  right: 270px;
  color: orange;
  font-size: 28px;
  font-weight: bold;
  transition: .3s;
  background:  rgba(124,192,210,.9);
  border-radius: 5px;
  padding: 2px 10px;
  margin-right: -6px;

}

.wpsearch-close:hover,
.wpsearch-close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: bolder;
  transform: scale(1.5) rotate(90deg);
}
.error404 .title {
	font-weight: bold;
	margin-top: 80px;
	font-size: 488.47px;
	font-family: 'Saira Extra Condensed', sans-serif;
	line-height: 400px;
}

.error404 .background-layers .layer-14 {
    margin-left: 470px;
    margin-top: 170px;
}
.error404 .background-layers .layer-16 {
	background: url(../images/layers/16.png) left top no-repeat;
    width: 2069px;
    height: 2130px;
    margin-left: -66px;
    margin-top: -1232px;
}

.error404 .quick-links {
  filter: grayscale(100%);
}

.error404 .quick-links {
	margin-top: 30px;
}
.error404 .quick-links img {
	width: 80%;
    margin-left: 10%;
    left: 0;
    position: absolute;
    bottom: 81px;
}
.error404 .quick-links a:link,
.error404 .quick-links a:visited {
	font-size: 55px;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight: 100;
    text-decoration: none;
    width: 100%;
}

.error404 .quick-links .col-4 {
    padding-top: 38%;
    text-align: center;
}

.error404 .quick-links .col-3 {
    padding-top: 25%;
    text-align: center;
}

.error404 h1 {
	font-size: 117px;
	line-height: 120px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 0;
}

.template-404 .content {
  margin: 20px 0;
  font-size: 36px;
  font-family: 'Saira Extra Condensed', sans-serif;
  font-weight: 100;
}

.footer-cta {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);

}

.blog-button a {
  color: #fff !important;
}

.blog-button a:hover {
  color: #1A72B9 !important;
}
/* Quote CTA */

/* The Modal (background) */
.modal {
  display: none;
  background-color: rgba(0,0,0,.4);
}

.modal-content {
  background-color: #7982ba;
  background-image: url(../images/layers/7.png);
  background-repeat: repeat-y;
  background-position: top;
}

.modal ::placeholder {
  color: #221f20;
}


.new-blue a {
  color: #fff !important;
}

#wpcf7-62cee087b187c-wrapper {display: none;}

.body-cta {
  text-align-last: center;
  margin-bottom: 5%;
}

#cta-body {
  background: #db816b !important;
  border: 1px solid #db816b;
  text-decoration: none;
  width: 100%;
  padding: 10px 20px !important;
  color: #111 !important;
}

#cta-body:hover {
  background: #fff !important;
  border: 1px solid #db816b;
  color: #db816b !important;
}

/* The Close Button */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal .input-wrap input {
  background: #d8e1fe !important;
  border: 1px solid #d8e1fe !important;
}

.modal .input-wrap textarea {
  background: #d8e1fe !important;
  border: 1px solid #d8e1fe !important;
}

#maxs-enquiry {
  background: #db816b !important;
  border: 1px solid #db816b;
  width: 100%;
}

#maxs-enquiry:hover {
  background: #fff !important;
  border: 1px solid #db816b;
  color: #db816b !important;
}


.page-content nav:not(.pagination) a:link:not(.button),
.page-content nav:not(.pagination) a:visited:not(.button) {
    color: #0e72ba;
    display: inline-block;
    padding: 0 4px;
    text-decoration: underline;
}

.page-content nav:not(.pagination) a:hover:not(.button),
.page-content nav:not(.pagination) a:active:not(.button) {
    color: #fff;
    background: #db816b;
    text-decoration: underline;
}

.gdpr-popup {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #92c3c3;
    padding: 30px 0;
}
.gdpr-popup .row {
    align-items: center;
}
.gdpr-popup .row h3 {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    margin: 0;
}
.gdpr-popup .row h3 {
    margin-bottom: 0;
}
.gdpr-popup .row button {
    font:  18px 'Nunito', sans-serif;
    font-size: 30px;
    padding: 10px;
    width: 100%;
}


a.button-large {
  text-decoration: none;
  color: white;
  display: inline-block;
}

.template-404 .year {
  font-weight: bold;
  margin-top: 80px;
  font-size: 488.47px;
  height: 400px;
  font-family: 'Saira Extra Condensed', sans-serif;
  line-height: 400px;
}

.new-blue a {
  width: 108px;
  color: #fff !important;
}
/* Fix for overflowing fields for training form on mobile */


.theme-hover-bg-color-override:hover {
  background-color: rgba(0,0,0,0);
}

.year-fix {
  margin-top: -101px !important;
}

.home-subhead-fix {
  /* This way enough 1996 is showing at 1366x to be
     easily inferred and thus less awkward
  */
  margin-top: -83px;
}


.search-glass-fix svg {
  position: relative;
  top: 5px;
}

.search-glass-fix .search-form {
  right: initial !important;
}

ul#menu-top-menu li.search-bar a {
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 30px;
  padding-right: 30px;
  display:block;
  height:24px;
  width:24px;
  margin-left:6px;
  margin-top: 10px;
  outline:none;
  text-indent:-9999px;
  background-position:0 0;
}


.shoes #tele img {
  margin: 14%;
  padding: 9%;
}

.pixelsilk h2 a,
.pixelsilk h2 a:link,
.pixelsilk h2 a:visited {
  text-decoration: none;
}

.pixelsilk h2,
.pixelsilk h3,
.pixelsilk h4,
.pixelsilk h5
.pixelsilk h6 {
  font-size: 36px;
  font-weight: 600;
}

.owl-stage {
  margin: auto;
}


.wp-caption-text {
  color: #606060;
  font-size: 80%;
}

/* Testimonial quotes */

.quote-attribution {
  font-family: "Nunito Light";
  font-style: italic;
  position: relative;
  font-size: 1.625rem;
  opacity: .8;
  margin: 0.5em;
  padding: 0.5em 2em 0.5em 3em;
}

.quote-attribution:before {
  font-family: "Saira Extra Condensed", sans-serif;
  font-style: normal;
  position: absolute;
  font-size: 6em;
  line-height: 1;
  top: 0;
  left: 0;
  content: "\201C";
}

.quote-attribution footer {
  padding: 0 2em 0 0 !important;
  text-align:left !important;
  background: none !important;
  height: auto;
}

.quote-attribution footer cite {
  font-size: 1.25rem;
}

.quote-attribution cite:before {
  content: "\2013";
}

.pull-quote {
    float: right;
    max-width: 50%;
    margin: 0 0 18px 18px;
    font-family: "Nunito";
    font-size: 1.25rem;
    color: #8D9FD9;
    position: relative;
    padding: 20px 50px;
}
    .pull-quote span {
      font-size: 24px;
      color: #505050;
    }

    .pull-quote:before {
        font-family: 'Saira Extra Condensed', sans-serif;
        font-style: normal;
        position: absolute;
        font-size: 150px;
        line-height: 1;
        top: -0.1em;
        left: 0;
        content: "\201C";
    }

    .pull-quote:after {
        font-family: 'Saira Extra Condensed', sans-serif;
        font-style: normal;
        position: absolute;
        font-size: 150px;
        line-height: 1;
        right: 0;
        bottom: -0.6em;
        content: "\201D";
    }

.headshot-quote {
    margin: 18px 0;
    overflow: hidden;
    font-family: "Nunito";
    font-style: italic;
    font-size: 1.25rem;
}
    .headshot-quote img {
        float: left;
        width: 30%;
    }
    .headshot-quote content {
        float: left;
        width: 70%;
        text-align: left;
        padding: 0 20px;
    }
        .headshot-quote content strong {
            color: #4199A3;
            font-style: normal;
        }
        .headshot-quote content p {
            margin: 0 0 15px 0;
        }


.bloglink:hover {
  text-decoration: underline;
}

/* UTILITY CLASSES */

.top-48 {
  top: 48px;
}

.font-saira {
  font-family: 'Saira Extra Condensed', sans-serif;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-400 {
  font-weight: 400;
}

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

.margin-0 {
  margin: 0;
}

.space-top-12 {
  margin-top: 12px;
}

.space-top-24 {
  margin-top: 24px;
}

.space-top-36 {
  margin-top: 36px;
}

.space-top-72 {
  margin-top: 72px;
}

.linespace-24 {
  line-height: 24px;
}

.linespace-30 {
  line-height: 30px;
}

.linespace-36 {
  line-height: 36px;
}

.linespace-72 {
  line-height: 72px;
}

.linespace-96 {
  line-height: 96px;
}

.linespace-108 {
  line-height: 108px;
}

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

.font-24 {
  font-size: 24px;
}

.font-36 {
  font-size: 36px;
}

.font-48 {
  font-size: 48px;
}

.font-72 {
  font-size: 72px;
}

.font-108 {
  font-size: 108px;
}

.font-144 {
  font-size: 144px;
}

.font-heavy {
  font-weight: 700;
}

.upcase {
  text-transform: uppercase;
}

.float-right {
  float: right;
}

.linebreak {
  /* Use on inline elements */
  display: table;
}

.nowrap {
  white-space: nowrap;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.opacity-7 {
  opacity: .7;
}

.opacity-9 {
  opacity: .9;
}


.tutorial {
  margin-top: 72px !important;
}

.tutorial a.prev, .tutorial a.next {
  width: auto !important;
}

.tutorial a.page-numbers {
  font-size: 22px !important;
}

.tutorial div.nav-links {
  display: flex;
  height: 31px;
}

.tutorial a:link {
  padding: 3px 8px !important;
}


    


figure.wp-caption.alignnone {
  margin: 1em 0;
}

.breadcrumb .current-item {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html {
  overflow-x: hidden;
}

/* Mobile: force all submenus visible */


/* JTBD HOME SECTION */


section.jtbd {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.jtbd .row {
  justify-content: center;
}


/*   max-width: 800px; */


.jtbd ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 10.2ch;
  margin-right: 15px;
}

.jtbd h2 {
  font-family: "Saira Extra Condensed";
  text-align: center;
  margin: 0;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}


.jtbd .subheading {
  width: 100%;
  margin: 35px;
  font-family: "Saira Extra Condensed";
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  text-align: center;
}


.jtbd h4 {
  padding-top: 13px;
  margin-bottom: 0;
  font-family: "Saira Extra Condensed";
  font-size: 24px;
  font-weight: bold;
}

.test-title {
  padding-top: 13px;
  margin-bottom: 0;
  font-family: "Saira Extra Condensed";
  font-size: 1.75rem;
  font-weight: bold;
}

.jtbd p {
  font-family: nunito;
  font-size: 18px
}

.jtbd ul li:before {
  display: inline-block;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAPKADAAQAAAABAAAAPAAAAACoF8tmAAAG1UlEQVRoBeWbW2wUVRjHz8y223Z7s1DoxcQEsVQFgwESIt2qmJiIMWJIfCgvGF+IF3hBfdMHfVNJCHgJMTHyYt9INER5ErVbLgr4YEjTEAMBkdbKrWuvdDv+/6c77ezsXM7Z3dKOPclmzuU73/l+cy5z5sy3hpincPjs2cTUxETSsqyNlhDt/KGpZkOIWsRr2SziacTTiA4g3i9/hnGurKIitXvTplHKlDqgjdKFz3t7V2YsaycgduC3WVhWvCDthjEJw87gdzRmGF+/1tHxd0F6PCqVBPiT3t4nrenptwH5HNoo82inmKwpGHncMM2P3uzo+LkYRaxbFPCnqdTWjBDvoyeTxRqiVN8wUoZlvbuns/NHJXkPoYKAMT9bJsfG9qNHuzx0znsWjO6OV1Xtwzy/rtuYNvChVGobGunGYlSv21gp5Q3DuAN9XXuSye919Jo6wgd7evahV48tNCxtpg20hTbpMCj18HcXL1b8MTh4GI3s0lF+r2TR20dWNzXtfr6tbSKszVDgL8+fXzEyOvoNYJ8IU7aQ5YA+VZ1IbH91w4ahIDsChzR7NgqwBGSH0FbaXDBwdhgv6p51whGaNjvz3HHfHpYL1CKds24IZ5rrTNBC5jmH+ejhCohx4ntDnI0surhhTAPsBa9HVh6w3FSMj/fhTi3oc7bYm8jndLyy8hH35iRv35vdQRUNu6K6WlRXVIiqsjJRWV4uqvBLj4+L3wcGtFhMwxAra2pEIh4XldBFPbz+NTwsLt286auLHUYWCOx0CuX08KGenqcxlE84BXTirXV14qHGRrF6+XJRA1h3uHTjhjjW1+fOzksT8oGGBtEGXauWLRMVAHSHX65cEWfwCwsA3Orce+dosgzjA8zbMB155THTFNva28UqgBYbEujB7evWiUaMkFIEySREp61rdlH67OTJpwCr/dYTj8XES2vXlgS2vrJSvLx+fclgJSSYJFuWeBY4k8m8Zd8FneszbW2itb7oKS+bfBE3rg7QpQ5ONgnMkwoMZL68a4UaLCScr6oBpyG+og9Cz31VVb7l7oLpAF1uWbKRkflyDvNYxo67hYPSj7W0CC4wfoFG/Xr1qrhy65a4PTYmxqem/ETF462tvmUsmEDdk5cvi8F0WtzGan83g6MH9VCWZTwggXEHdqjXnZN8tKlpLuGK0aBvL1yQjw9XUV6yAT17f8C0uDk6KnWlJ0JfhvJ02xlZxgMmTxeR2GwXqF752OGz0S/0Dw0pwbJ+c608xPRTJR8/xcBSMRnJavIoFauzv+U+ZjQmEj4lM9kcxqqhERsLv4ANhJwSfuXK+WAkqwmFG5UrOQRrQ1bTGyMjDungaL3HJsWuMYz5Oqk3X+2qeVeymujq9rwShQyu0EHh38nJoOKcMq9dmS2go8eu43cla8HAQfM3Mz0tpvBTDdUBN2/s7l1VNaFyEhhSzaGSHgLcYfkFAusEr72yXV9Xl13P59ps4ikavET61Ix7bOht0aANhi1jX/kc517cL5QSmKwc0gUBlwcY6We8V37QSKE87CtZIGvO25KO5qAdFiGeXbMmR90/WLV/u3YtJ4+JID0s54bEratvcFD8eYfn8PqhDN3MT5bqG+JsG0GGcog+vFJuXWctuoyX9UKAub9277Gv4+W/EGCyckinZ63SiAQBa6gJ7WEdXWGyZOVqoXfmktWKM6Mw/WrlpdKj1toAV+l+NdnoS5F1CQLDpyL6fadGgGl4zqQDiYBPhVqVCEuBkawmvWUwts9EGEXJdDKSVe7pkDiqVCvCQjajBKZrEFj8D5wiDJo1fSrLKCQw/aBwB45Hn8ubgGy2r5cEphj9oLzFo5/rZAP8XDiYSvWofn2ow7FM0GvdnNaZGI9pRjxOQbhF5RcHnUA9ysc+8O3am0zOfmrJeVvCK/17OO39QaXx4SKOTJ36eXZ9C2fW8xXoyObUPTukmflGMnkCXd7tFIhynCzOL4dkyQFmBj3c+DGZ8SgH+UEcLG6GPODsF/Mu7L70DqbcmhcyPWN7l/vrP03KA2am9I2wrHcYj2SA7V7+HWTJWaXdcHBu+QqH17vc+Ys5jaF8BLCv+Nno2cO2MN35oOCUnV7sV9pKm4PsDASm7yLd+aIATRtpa5i/ZeCQtu/UknIutaF5lR5uhvEhdmOBI8NZZ17jXI2xQO3t7Nyv2o5SDzuVLSkHcYJzuaeHG3cxzhtxL+Nsmzb4PXqCbNHuYacy6cg249ul7e7k1KMcX6g/ebgNpB8UXYNw0E1PoJwXErdsAWn5N55YLPbx61u2/FRA/ZwqRfVwjiYkvjh9ugneNl0A/3//UcsNzjQdSBbjX/H+A8i5dFeQLfviAAAAAElFTkSuQmCC);
  position: absolute;
  left: 20px;
}


section.results .result {
  font-weight: 100 !important;
}

.blog-content > p > .aligncenter,
.blog-content > p > a > .aligncenter {
  display: block;
  margin: 0 auto;
}


/* saira-extra-condensed-100 - latin */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/saira-extra-condensed-v6-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/saira-extra-condensed-v6-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-extra-condensed-v6-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/saira-extra-condensed-v6-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/saira-extra-condensed-v6-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/saira-extra-condensed-v6-latin-100.svg#SairaExtraCondensed') format('svg'); /* Legacy iOS */
}
/* saira-extra-condensed-regular - latin */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/saira-extra-condensed-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/saira-extra-condensed-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-extra-condensed-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/saira-extra-condensed-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/saira-extra-condensed-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/saira-extra-condensed-v6-latin-regular.svg#SairaExtraCondensed') format('svg'); /* Legacy iOS */
}
/*saira-extra-condensed-700 - latin*/
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/saira-extra-condensed-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/saira-extra-condensed-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-extra-condensed-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/saira-extra-condensed-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/saira-extra-condensed-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/saira-extra-condensed-v6-latin-700.svg#SairaExtraCondensed') format('svg'); /* Legacy iOS */
}
/*saira-extra-condensed-800 - latin*/
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/saira-extra-condensed-v6-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/saira-extra-condensed-v6-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/saira-extra-condensed-v6-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/saira-extra-condensed-v6-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/saira-extra-condensed-v6-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/saira-extra-condensed-v6-latin-800.svg#SairaExtraCondensed') format('svg'); /* Legacy iOS */
}

/* HotJar survey */
._hj-widget-container h2, ._hj-widget-container label, ._hj-widget-container p {
  color: rgb(1,1,2) !important;
}


/* === Author Bio Component === */
/* Author Bio Component Styles */

.blog-author-bio {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 580px;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 60px;
  background-color: #7982bb;
  font-size: 14px;
}

.blog-author-desc {
  color: white;
  opacity: .65;
  width: 370px;
  margin: 30px;
  line-height: 18px;
}

.blog-author-bio img {
  z-index: 2;
  position: relative;
  top: -20px;
  right: 20px;
  max-width: initial !important;
  border: solid 1px #ebebeb
}

.blog-author-bio-dot {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #F0FF63;
  border-radius: 50%;
}

#dot1 {
  top: 20px;
  right: 131px;
}

#dot2 {
  top: 100px;
  right: 122px;
}

#dot3 {
  z-index: 1;
  top: 64px;
  right: 70px;
}

#dot4 {
  top: 98px;
  right: 24px;
}


/* === Link Styles (default) === */
﻿.page-template-template-training .col-md-7
  a:not(
    [href$="png"]
  ):not(
    [class="button"]
  ):not(
    [class="LB"]
  ):not(
    [href="https://bci.bruceclay-wip.com/seo/training/registration/"]
  ):not(
    [class="button-large"]
  ):not(
    [class*="page-numbers"]
  ):not(
    [href*="flickr.com"]
  ):not(
    [href$="jpg"]
  ):not(
    [href$="gif"]
  ),
.page-template-default .page-content .col-md-7 a:not([href$="png"]),
.page-template-template-tutorial .page-content .col-md-7
  a:not(
    [href$="png"]

  ):not(
    [class*="page-numbers"]
  ):not(
    [href*="flickr.com"]
  ):not(
    [href$="jpg"]
  ):not(
    [href$="gif"]
  ),
.post-template-default .page-content .col-md-7 .blog-content
  a:not(
    [href$="png"]

  ):not(
    [class*="page-numbers"]
  ):not(
    [href*="flickr.com"]
  ):not(
    [href$="jpg"]
  ):not(
    [href$="gif"]
  ),
.home .slides .content a, .page-template.page-template-template-timeline .page-content .col-md-8 a{
  color: #111 ;
  padding: 0 ;
  text-decoration: none !important;
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #b8d9d9, calc(50% - 8px),
      #b8d9d9 100%
    )
    
  ;
  transition:
    background-position 120ms ease-in-out,
    padding 120ms ease-in-out
    !important
  ;
  background-size: 100% 200% ;
  background-position: 0 0;
}

.page-template-default .page-content .col-md-7 a:hover,
.page-template-template-tutorial .page-content .col-md-7
  a:not(
    [href$="png"]
  ):not(
    [class="button"]
  ):not(
    [class="button-large"]
  ):not(
    [class*="page-numbers"]
  ):not(
    [href*="flickr.com"]
  ):not(
    [href$="jpg"]
  ):not(
    [href$="gif"]
  ):hover,
.post-template-default .page-content .col-md-7 .blog-content
  a:not(
    [href$="png"]
  ):not(
    [class="button"]
  ):not(
    [class="button-large"]
  ):not(
    [class*="page-numbers"]
  ):not(
    [href*="flickr.com"]
  ):not(
    [href$="jpg"]
  ):not(
    [href$="gif"]
  ):hover,
.home .slides .content a:hover, .page-template.page-template-template-timeline .page-content .col-md-8 a:hover{
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #92c3c3, calc(50% - 8px),
      #92c3c3 100%
    )
    
  ;
  background-position: 0 100%;
}

.blue-link {
  color: #111;
  padding: 0 !important;
  text-decoration: none !important;
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #b8d9d9, calc(50% - 8px),
      #b8d9d9 100%
    )
    !important
  ;
  transition:
    background-position 120ms ease-in-out,
    padding 120ms ease-in-out
    !important
  ;
  background-size: 100% 200% !important;
  background-position: 0 0 !important;
}

.blue-link:hover {
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #92c3c3, calc(50% - 8px),
      #92c3c3 100%
    )
    !important
  ;
  background-position: 0 100% !important;
}

.page-template-template-consulting .page-content a:not([class="button"]) {
  color: #fff ;
  padding: 0 !important;
  text-decoration: none !important;
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #b8d9d9, calc(50% - 8px),
      #b8d9d9 100%
    )
    !important
  ;
  transition:
    background-position 120ms ease-in-out,
    padding 120ms ease-in-out
    !important
  ;
  background-size: 100% 200% !important;
  background-position: 0 0 !important;
}

.page-template-template-consulting .page-content a:not([class="button"]):hover {
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #92c3c3, calc(50% - 8px),
      #92c3c3 100%
    ) !important;
  background-position: 0 100% !important;
}

/* Dark Theme */

.page-template-template-training.dark-theme .col-md-7
  a:not(
    [href$="png"]
  ):not(
    [class="button"]
  ):not(
    [class="LB"]
  ):not(
    [href="https://bci.bruceclay-wip.com/seo/training/registration/"]
  ):not(
    [class="button-large"]
  ):not(
    [class*="page-numbers"]
  ):not(
    [href*="flickr.com"]
  ):not(
    [href$="jpg"]
  ):not(
    [href$="gif"]
  ),
.page-template-default.dark-theme .page-content .col-md-7 a:not([href$="png"]),
.page-template-template-tutorial.dark-theme .page-content .col-md-7
  a:not(
    [href$="png"]
  ):not(
    [class="button"]
  ):not(
    [class="button-large"]
  ):not(
    [class*="page-numbers"]
  ):not(
    [href*="flickr.com"]
  ):not(
    [href$="jpg"]
  ):not(
    [href$="gif"]
  ),
.post-template-default.dark-theme .page-content .col-md-7 .blog-content
  a:not(
    [href$="png"]
  ):not(
    [class="button"]
  ):not(
    [class="button-large"]
  ):not(
    [class*="page-numbers"]
  ):not(
    [href*="flickr.com"]
  ):not(
    [href$="jpg"]
  ):not(
    [href$="gif"]
  ),
.home .slides .content a, .page-template.page-template-template-timeline.dark-theme .page-content .col-md-8 a{
  color: #fff !important;
  padding: 0 !important;
  text-decoration: none !important;
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #db816b, calc(50% - 8px),
      #db816b 100%
    ) !important;
  transition:
    background-position 120ms ease-in-out,
    padding 120ms ease-in-out
    !important
  ;
  background-size: 100% 200% !important;
  background-position: 0 0 !important;
}

.page-template-default.dark-theme .page-content .col-md-7 a:hover,
.page-template-template-tutorial.dark-theme .page-content .col-md-7
  a:not(
    [href$="png"]
  ):not(
    [class="button"]
  ):not(
    [class="button-large"]
  ):not(
    [class*="page-numbers"]
  ):not(
    [href*="flickr.com"]
  ):not(
    [href$="jpg"]
  ):not(
    [href$="gif"]
  ):hover,
.post-template-default.dark-theme .page-content .col-md-7 .blog-content
  a:not(
    [href$="png"]
  ):not(
    [class="button"]
  ):not(
    [class="button-large"]
  ):not(
    [class*="page-numbers"]
  ):not(
    [href*="flickr.com"]
  ):not(
    [href$="jpg"]
  ):not(
    [href$="gif"]
  ):hover,
.home .slides .content a:hover, .page-template.page-template-template-timeline.dark-theme .page-content .col-md-8 a:hover{
  color:#fff !important;
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #db816b, calc(50% - 8px),
      #db816b 100%
    ) !important;
  background-position: 0 100% !important;
}

.dark-theme .blue-link  {
  color: #fff !important;
  padding: 0 !important;
  text-decoration: none !important;
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #db816b, calc(50% - 8px),
      #db816b 100%
    ) !important;
  transition:
    background-position 120ms ease-in-out,
    padding 120ms ease-in-out
    !important
  ;
  background-size: 100% 200% !important;
  background-position: 0 0 !important;
}

.dark-theme .blue-link:hover {
  color:#fff !important;
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #db816b, calc(50% - 8px),
      #db816b 100%
    ) !important;
  background-position: 0 100% !important;
}

.page-template-template-consulting.dark-theme .page-content a:not([class="button"]) {
  color:#fff !important;
  padding: 0 !important;
  text-decoration: none !important;
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #db816b, calc(50% - 8px),
      #db816b 100%
    ) !important;
  transition:
    background-position 120ms ease-in-out,
    padding 120ms ease-in-out
    !important
  ;
  background-size: 100% 200% !important;
  background-position: 0 0 !important;
}

.page-template-template-consulting.dark-theme .page-content a:not([class="button"]):hover {
  color:#fff !important;
  background-image:
    linear-gradient(
      transparent 0%,
      transparent calc(50% - 8px),
      #db816b, calc(50% - 8px),
      #db816b 100%
    ) !important;
  background-position: 0 100% !important;
}

.dark-theme .page-content a[class="button"]:hover {
  color: #000 !important;
}

.page-template-default.dark-theme .page-content .col-md-7 .man-cards a:not([href$="png"]) {
  color: #000 !important;
}

.dark-theme .man-cards li a:link,
.dark-theme .man-cards li a:visited  {
  color: #000 !important;
}

.cta-blog {
      text-decoration: none !important;
    background-image: none !important;
    background: #0f72ba !important;
    color: #fff !important;
    padding: 10px 40px !important;
}

.cta-blog:hover {
    text-decoration: none !important;
    background-image: none !important;
    background: #fff !important;
    color: #0f72ba !important;
    padding: 10px 40px !important;
}


/* === HubSpot Forms === */
/* All HubSpot Forms
   ========================================================================== */

/* Form Field (selector for form field wrapper) */
.hs-form .hs-form-field {
  margin-bottom: 15px;
}

/* Submit Fields (selctor for field wrapper) */
.hs-form .hs-submit {
  text-align: center;
}

/* Descriptions (targets class applied to Help Text divs) */
.hs-form .hs-field-desc {}

/* Labels (selects field labels and error messages) */
.hs-form label {}
.hs-form .hs-form-field > label { display: none; }

/* Inputs (selectors for all inputs)  */
.hs-form input[type="text"],
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"],
.hs-form input[type="file"],
.hs-form textarea,
.hs-form select {
  width: 100%;
  padding: 8px 18px;
  font: 16px 'Nunito', sans-serif;
}

/* Inputs in focus (selectors for all inputs when clicked)  */
.hs-form input[type="text"]:focus,
.hs-form input[type="password"]:focus, 
.hs-form input[type="datetime"]:focus, 
.hs-form input[type="datetime-local"]:focus, 
.hs-form input[type="date"]:focus, 
.hs-form input[type="month"]:focus, 
.hs-form input[type="time"]:focus, 
.hs-form input[type="week"]:focus, 
.hs-form input[type="number"]:focus, 
.hs-form input[type="email"]:focus, 
.hs-form input[type="url"]:focus, 
.hs-form input[type="search"]:focus, 
.hs-form input[type="tel"]:focus, 
.hs-form input[type="color"]:focus,
.hs-form input[type="file"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {}

/* Multi-line inputs (selectors to target multi-line fields */
.hs-form textarea {}
.hs-form textarea:focus {}

/* Dropdowns (selectors for dropdowns) */
.hs-form select {}
.hs-form select:focus {}

/* Multi-select (selectors for multi-select fields) */
.hs-form form.hs-form .hs-form-field ul.inputs-list {}

.hs-form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs-form input[type="radio"] {}
.hs-form input[type="checkbox"] {}

/* Required (selectors for fields, when they do not pass validation) */
.hs-form input:focus:required:invalid, 
.hs-form textarea:focus:required:invalid, 
.hs-form select:focus:required:invalid {}

.hs-form input:focus:required:invalid:focus, 
.hs-form textarea:focus:required:invalid:focus, 
.hs-form select:focus:required:invalid:focus {}

.hs-form .hs-input.error {
  border: 1px solid #db816b;
}

/* Error message (selector for validation messages) */
.hs-form .hs-error-msgs label{}
.hs-form ul.hs-error-msgs {
  list-style: none;
  text-align: left;
  color: #db816b;
  font-weight: bolder;
}

/* Placeholder Text (styles the placeholder attribute text) */


/* Multi Column Form (selectors for fieldsets and field wrappers) 
   ========================================================================== */

.hs-form .hs-form fieldset.form-columns-1 {}
.hs-form .hs-form fieldset.form-columns-1 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-2 {}
.hs-form .hs-form fieldset.form-columns-2 .hs-form-field {}

.hs-form .hs-form fieldset.form-columns-3 {}
.hs-form .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Submit buttons (selectors for all non-CTA buttons) 
   ========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

/* === Last 3 Posts Component === */
.three-recent-posts {
  margin: 60px 0;
}

.recent-post-title a {
  text-decoration: none !important;
}

.hook-copy a {
  color: #111!important;
  padding: 0!important;
  text-decoration: none!important;
  background-image: linear-gradient(transparent 0%,transparent calc(50% - 8px),#b8d9d9,calc(50% - 8px),#b8d9d9 100%)!important;
  transition: background-position 120ms ease-in-out,padding 120ms ease-in-out!important;
  background-size: 100% 200%!important;
  background-position: 0 0!important;
}

.hook-copy a:hover {
  background-image: linear-gradient(transparent 0%,transparent calc(50% - 8px),#92c3c3,calc(50% - 8px),#92c3c3 100%)!important;
  background-position: 0 100%!important;
}

.hook-container {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.hook {
  display: flex;
  width: 580px;
  font-family: Nunito;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

#last-3-shoes {
  position: relative;
  max-width: initial;
  height: 65px;
 }

.hook-copy {
  margin-left: 25px;
}

.recent-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1rem;
  font-size: 12px;
}


.recent-post {
  display: flex;
  flex-direction: column;
}

.recent-post-attribution {
  margin-bottom: 10px;
}


.recent-post-img {
  margin-bottom: 15px;
}

.bruceclay-name {
  font-weight: bold;
}

.recent-post-title {
  font-family: 'Saira Extra Condensed';
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}


/* ==========================================================================
   MEDIA QUERIES — organized largest breakpoint to smallest
   ========================================================================== */

@media (max-width: 1890px) {
  .page-template-template-contact #footer-section {
    height: 831px;
  }
}

@media (max-width: 1695px) {
  .dark-theme .layer-2 {
    height: 29%;
  }
}

@media (max-width: 1600px) {
  .globe-container {
    margin-top: 2vh;
  }
}

@media (max-width: 1440px) {
  .sidebar.sticky {
    height: 144vh;
  }
  .sidebar.sticky-blog {
    height: 115vh;
    top: -172px;
  }
  .sidebar .top-nav {
    display: block;
  }

  .home-articles {
    height: 128svh;
  }

  .corner-pic {
    max-width: initial !important;
    width: 106%;
}
}

@media (max-width: 1400px) {
  .eu-team {
    transform: scale(0.7);
    top: -20vh;
    left: -3vw;
  }
}

@media (max-width: 1366px) {
  .error404 .quick-links {
    margin-top: 45px;
  }

  .error404 .quick-links a:link,
  .error404 .quick-links a:visited {
          font-size: 40px;
  }

  .error404 .quick-links {
    margin-top: 45px;
  }

  .error404 .quick-links a:link,
  .error404 .quick-links a:visited {
          font-size: 40px;
  }
}

@media (max-width: 1320px) {
  .page-template-template-contact #footer-section {
    height: 828px;
  }
  .globe-container {
    margin-top: -38vh;
  }
}

@media (max-width: 1300px) {
	.error404 .title {
		font-size: 37.4vw;
   		line-height: 30vw;
	}

	.error404 h1 {
    	font-size: 8.4vw;
    	line-height: 8vw;
	}
}

@media (max-width: 1289px) {
  .page-content h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .page-content h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .page-content .seo-title {
    font-size: 13.03vw;
    line-height: 13.03vw;
  }
  .page-content .seo-title span {
    font-size: 33.21vw;
    line-height: 33.21vw;
  }
  section.top-books h2 {
    font-size: 10.7vw;
    line-height: 10.7vw;
  }
  section.bottom .contacts {
    padding-bottom: 212px;
  }
  footer h2 {
    font-size: 13.5vw;
    line-height: 13.5vw;
  }
  .line-6 {
    margin-top: -240px;
  }
  .page-template-template-home .header-content .title, .page-template-template-AU-SEOLanding .header-content .title {
    font-size: 7.4vw;
    line-height: 6.2vw;
  }
  .page-template-template-home .header-content .year, .page-template-template-AU-SEOLanding .header-content .year {
    font-size: 31vw;
    line-height: 31vw;
    margin-top: -3vw;
  }
  .case-study-header .title {
    font-size: 22.73vw;
    line-height: 18.28vw;
  }
  .case-study-header .title span {
    font-size: 35.85vw;
    line-height: 26.34vw;
  }
  .case-study-bottom h2 {
    margin-top: initial;
  }
}

@media (max-width: 1280px) {
  .sticky {
    height: 14vh;
  }
  header nav {
    left: -28%;
  }

.sticky .top-nav {
    margin-top: 45px;
}

#mega-menu-wrap-header #mega-menu-header {
    top: 27px;
}
}

@media screen and (max-width: 1280px) and (max-height: 1251px) {
  .sidebar.sticky {
    height: 264vh;
    top: -4vh;
  }
  #mega-menu-wrap-header #mega-menu-header {
    top: -12px !important;
  }
}

@media screen and (max-width: 1280px) and (max-height: 631px) {
  .sidebar.sticky {
    height: 421vh;
    position: -webkit-sticky;
    position: sticky;
    top: -18vh;
  }
  .globe-container {
    margin-top: -17vh;
  }
  #mega-menu-wrap-header #mega-menu-header {
    top: -15px !important;
  }
  .sticky {
    height: 27vh;
  }
  .sticky .top-nav {
    margin-top: 21px !important;
  }
  #main-nav {
    top: 2vh !important;
  }
  .sticky #main-nav {
    top: 5vh !important;
  }
  header nav {
    left: -28%;
  }
  .boost .input-wrap, .input-wrap textarea, .input-wrap select {
    height: 8vh !important;
  }
}

@media (max-width: 1240px) {

    .man-cards {
      margin-bottom: -6rem;
    }

    .card-carousel {
      width: 96rem;
      left: -29rem;
    }
    .card-carousel .my-card.prev, .card-carousel .my-card.next {
      transform: scale(0.4) translateY(-1rem) translateX(0rem);
      margin: 0px -189px;

    }

    .card-carousel .my-card.active {
      transform: scale(.8) translateY(0) translateX(0);
    }
  }

@media (max-width: 1150px) {
    header nav .socials {
        padding-top: 0;
        float: none;
        position: absolute;
        right: 310px;
        top: 102px;
    }
}

@media (max-width: 1100px) {
  .minutes {
    font-size: 129px;
  }
  .eu-compass {
    transform: scale(1);
  }
  .eu-team {
    transform: scale(0.5);
    top: -80vh;
    left: 35vw;
  }
  .eu-column {
    height: 390px;
  }
}

@media (max-width: 1042px) {
  .corner-pic {
    max-width: initial !important;
    width: 98%;
}
}

@media (max-width: 1024px) {
  .page-content img {
    max-width: 91%;
  }

  .home-articles {
    height: 88svh;
  }
}

@media (max-width: 993px) {
  .page-template-template-contact #footer-section {
    height: 1102px;
  }
}

@media (max-width: 992px) {
  #main-nav .menu-item-has-children > .sub-menu {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    position: static !important;
    transform: none !important;
    margin-top: unset !important;
  }
}

@media (max-width: 991px) {
  .dark-theme header .menu-toggle .bar {
    background: #ccc;
  }
  .dark-theme header .brand, .dark-theme header.sticky .brand {
    background: #202a33 !important;
  }

  .header-container {
    height: 78px;
  }
  header {
    top: 0;
    width: 100%;
    background: #ebebeb;
    z-index: 1;
    transition: 0.4s;
    height: 85px;
  }
  header .call {
    top: 70px;
    right: 0;
    
  }
  header .sub-menu {
    background: #ebebeb;
  }
  header nav ul:not(.sub-menu) {
    padding-top: 19px;
  }
  header nav ul li a:link, header nav ul li a:visited, header nav ul li span {
    padding: 0 20px;
  }
  header .brand img {
    width: 78px;
    height: 78px;
    margin: 4px;
  }
  section.results .title {
    font-size: 23px;
    line-height: 23px;
  }
  section.results .result {
    font-size: 160px;
    line-height: 160px;
  }
  section.tutorials .shoes {
    margin-top: 30px;
  }
  section.tutorials .tutorial-slider .tutorial-item {
    padding-right: 20px;
  }
  .calendar {
    padding: 0;
    margin: 30px auto 0 auto;
  }
  footer h2 {
    margin: -96px 0 30px 0;
    font-size: 11.5vw;
    line-height: 11.5vw;
  }
  footer .form-popup {
    padding-left: 0;
    padding-top: 0;
    color: #d8e1fe;
  }
  .no-gutter span.wpcf7-list-item {
    margin-left: 0;
  }
  #additionalsharingconsent {
    padding: 10px 0 0 10px;
    display: block;
  }

    header nav .socials {
        top: 68px;
    }
}

@media (max-width: 990px) {
  .wpsearch {
    right: 196px;
    top: 60px;
  }
}

@media (max-width: 900px) {
  .eu-team {
    transform: scale(0.5);
    top: -80vh;
    left: 35vw;
  }

  .error404 .quick-links {
    margin-top: 50px;
  }

  .error404 .quick-links a:link,
  .error404 .quick-links a:visited {
          font-size: 30px;
  }

  .blog-author-bio-dot {
    display: none;
  }
}

@media (max-width: 770px) {
  .brand-statement {
    height: 58vh;
  }
  .offices {
    background: url(../images/global-offices.png) center center no-repeat;
    height: 303px;
    width: 375px;
    background-size: contain;
  }
  input[type="radio"][name="tabs"]:checked + .tab-label-content .tab-content {
    width: unset !important;
  }
  .tab-label-content .tab-content {
    width: unset;
    margin-top: unset;
    top: unset;
  }
  .tab-content {
    top: 76% !important;
    padding: unset;
  }
  .shoes {
    background: url(../images/shoes.png) center center no-repeat;
    margin-right: unset !important;
  }
  .tab-interior p {
    width: unset;
  }
  .carousel .logo-container {
    margin: 5px;
  }

  .dark-theme header .menu-toggle .bar {
    background: #ccc;
  }
  .dark-theme .logo-img {
    transform: scale(0.7);
  }
  .dark-theme .carousel ol {
    margin: -10px;
  }
  .dark-theme .carousel__slide {
    flex: 0 0 151%;
  }
  .dark-theme .carousel .logo-container {
    justify-content: center;
    margin-left: 18px;
    margin-top: 10px;
    margin-bottom: -30px;
    flex-wrap: nowrap;
  }
  .dark-theme .team-sm {
    background: url(../images/team-small-dark.png) center top no-repeat;
    height: 560px;
    width: 360px;
  }
  .dark-theme .brand-statement-sm {
    background: url(../images/1996-dark.png) center top no-repeat;
    height: 472px;
    width: 357px;
  }
  .dark-theme .offices {
    height: 303px;
    width: 375px;
    background-size: contain;
  }
  .dark-theme .serv-img1 {
    content: url(../images/glove.png);
    background-size: contain;
    margin-top: 4%;
  }
  .dark-theme .serv-img2 {
    content: url(../images/jump-rope.png);
    background-size: contain;
  }
  .dark-theme .serv-img3 {
    content: url(../images/money-tree.png);
    background-size: contain;
    margin-bottom: 12%;
    margin-left: 4%;
  }
  .dark-theme .serv-img4 {
    content: url(../images/easel.png);
    background-size: contain;
  }
  .dark-theme .serv-img5 {
    content: url(../images/ice.png);
    background-size: contain;
  }
  .dark-theme .serv-img6 {
    content: url(../images/seo-multitool.png);
    background-size: contain;
  }
  .dark-theme .layer-1 {
    height: 717px;
    width: 233px;
    margin-top: 78%;
    margin-left: 67px;
  }
  .dark-theme .layer-2 {
    margin-top: 195%;
  }
  .dark-theme header .brand, .dark-theme header.sticky .brand {
    background: #202a33 !important;
  }
  .dark-theme .team-sm img {
    filter: invert(0.6);
  }
  .dark-theme header nav ul, .dark-theme header.sticky nav ul {
    background: #db816b;
  }
  .dark-theme header.sticky nav ul.sub-menu {
    background: #2170b8;
  }
}

@media (max-width: 768px) {
  .page-content img {
    max-width: 88%;
  }
  .sticky {
    height: 9vh;
  }
  nav ul:not(.sub-menu) {
    padding-top: unset;
  }
  .sticky .brand img {
    width: 78px;
    height: 78px;
  }
  header nav ul li:hover .sub-menu {
    position: absolute;
    bottom: 98%;
    background: #ccc;
    height: auto;
  }

  .sidebar.sticky {
    height: 143vh;
    top: -40%;
    width: fit-content;
  }
  .sidebar.sticky-blog {
    height: 128vh;
    top: -405px;
  }

  .page-template-template-contact #footer-section {
    height: unset;
  }
  .title-1, .title-2, .title-3 {
    margin-left: 2% !important;
  }
  .eu-team {
    transform: scale(0.9);
    top: 6vh;
    left: 6vw;
  }
  .eu-pic {
    right: -84% !important;
    margin-top: -78% !important;
  }
  .team-body {
    margin-top: 45% !important;
    justify-content: center;
  }
  .eu-members {
    flex: 0 0 100%;
    max-width: unset !important;
  }
  .eu-info {
    text-align: center;
  }
  .yt1 {
    height: 175px !important;
  }

    .card-carousel .my-card.active {
      transform: scale(1) translateY(0) translateX(0);
    }

    .card-carousel {
      width: 55.5rem;
      left: -13rem;
    }

    #card3 {
      height: 18.5rem;
  }

  @media (max-width: 768px) {

    .menu {
    display: flex !important;
    align-items: center;
    justify-content: space-around;
    height: 8vh;
    padding-bottom: 2vh;
}
  .main-navigation {
    position: fixed !important;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  }


  .dark-theme-toggle {
    margin-left: -8%;
    margin-right: unset; 
}

header {
  position: fixed;
  top: 0;
  box-shadow: 0 0px 30px 4px rgba(0, 0, 0, 0.5);
}


  /* Optional: full-width menu items stacked vertically */
  .main-navigation ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .main-navigation li {
    flex: 1;
    text-align: center;
  }

  /* Optional: add padding-bottom to body so content isn’t hidden under the menu */
  body {
    padding-bottom: 60px; /* adjust to match menu height */
  }
}

  

  .corner-pic {
    max-width: initial !important;
    width: 100%;
}

  .recent-posts {
    margin: 0 3px;
    grid-template-columns: none;
    grid-row-gap: 1.5rem;
  }

  .recent-post-attribution {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .tutorial .page-numbers:not(.prev):not(.next):not(.current) {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .focus-input {
    display: none;
  }
  header .brand, header.sticky .brand {
    position: relative;
    z-index: 2;
    height: 11vh;
    margin: 0 -15px;
    display: block;
    background: #ebebeb;
  }
  header .menu-toggle, header.sticky .menu-toggle {
    display: block;
  }
  header .call, header.sticky .call {
    position: static;
    display: block !important;
    font-size: 13px;
    font-family: Nunito;
    font-weight: 700;
    background: #1972b9;
    transition: 0.4s !important;
  }
  header .call a:link, header .call a:visited, header.sticky .call a:link, header.sticky .call a:visited {
    color: #fff;
    transition: 0.4s !important;
  }
  header .call a:hover, header .call a:active, header.sticky .call a:hover, header.sticky .call a:active {
    color: #000;
  }
  header .call:hover, header.sticky .call:hover {
    background: #fff;
    color: #000;
  }
  header.toggle, header.sticky.toggle {
    top: 0 !important;
    position: fixed;
    transition: 0s;
  }
  header.toggle nav ul, header.sticky.toggle nav ul {
    display: block;
  }
  header.toggle .menu-toggle .bar:nth-child(1), header.sticky.toggle .menu-toggle .bar:nth-child(1) {
    transform: translate(0px, 16px) rotate(45deg);
  }
  header.toggle .menu-toggle .bar:nth-child(2), header.sticky.toggle .menu-toggle .bar:nth-child(2) {
    opacity: 0;
  }
  header.toggle .menu-toggle .bar:nth-child(3), header.sticky.toggle .menu-toggle .bar:nth-child(3) {
    transform: translate(0px, -16px) rotate(-45deg);
  }
  header nav ul, header.sticky nav ul {
    display: none;
    background: #ebebeb;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 90px;
    padding: 15px 0;
    width: 100%;
    box-shadow: 0 0px 30px 4px rgba(0, 0, 0, 0.5);
  }
  header nav ul li, header.sticky nav ul li {
    float: none;
    position: static;
  }
  header nav ul li a:link, header nav ul li a:visited, header nav ul li span, header.sticky nav ul li a:link, header.sticky nav ul li a:visited, header.sticky nav ul li span {
    padding: 0 30px;
  }
  header nav ul li.search a, header.sticky nav ul li.search a {
    width: initial;
    padding: 0 30px;
    background-position: 30px center;
  }
  header nav ul.sub-menu, header.sticky nav ul.sub-menu {
    display: none;
    position: static;
    box-shadow: none;
    padding: 0;
    visibility: visible;
    opacity: 1;
    background: none;
    float: none;
  }
  header nav ul.sub-menu li, header.sticky nav ul.sub-menu li {
    float: none;
    display: block;
  }
  header nav ul.sub-menu li a, header.sticky nav ul.sub-menu li a {
    padding-left: 60px;
  }
  .line-1 {
    height: 58px;
    top: 412px;
  }
  .eu-line-1 {
    height: 58px;
    top: -85px;
  }
  .line-3 {
    height: 68px;
    margin-bottom: 0px;
    margin-top: 12%;
  }
  section.results {
    margin-top: 95%;
  }
  section.eu-results {
    margin-top: -22%;
  }
  .test-title {
    padding-top: 73px !important;
  }
  .jtbd ul {
    padding-left: 20px !important;
  }
  .header-content img {
    max-width: 100%;
  }
  .sidebar.sticky {
    padding-left: 0;
  }
  .page-content .seo-title {
    font-size: 32vw;
    line-height: 32vw;
  }
  .page-content .seo-title span {
    font-size: 83vw;
    line-height: 83vw;
  }
  .service-slider .navigation {
    font-size: 24px;
    line-height: 24px;
  }
  .service-slider .slides img {
    max-width: 100%;
  }
  .service-slider .slides .item {
    display: block;
  }
  .service-slider .slides .item .content {
    padding-left: 0;
  }
  section.tutorials .shoes {
    text-align: center;
  }
  .subscribe-form {
    padding-left: 0;
  }
  section.bottom .books, section.bottom .loupe, section.bottom .face {
    display: none;
  }
  section.bottom .contacts {
    padding-bottom: 20px;
  }
  footer {
    background: #7982bb;
  }
  footer h2 {
    float: none;
    clear: both;
    text-align: left;
    margin: 0;
    padding: 20px;
  }
  footer .form-popup {
    display: none;
    padding-bottom: 40px;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #7982bb;
    width: 100%;
    overflow: scroll;
    top: 78px;
    z-index: 2;
  }
  footer .form-popup .input-wrap {
    min-height: initial;
  }
  footer .form-popup .close {
    display: block;
    position: absolute;
    z-index: 111;
    border-radius: 50%;
    width: 49px;
    height: 49px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    line-height: 63px;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  footer .form-popup .row {
    margin: 0;
  }
  footer nav.horizontal {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  footer .contact-us, footer .call-now {
    display: block;
    z-index: 1;
  }
  .line-7 {
    display: none;
  }
  .page-template-template-home .header-content .title, .page-template-template-AU-SEOLanding .header-content .title {
    font-size: 20.4vw;
    line-height: 17.2vw;
  }
  .page-template-template-home .header-content .year, .page-template-template-AU-SEOLanding .header-content .year {
    font-size: 62vw;
    line-height: 62vw;
    margin-top: -6vw;
  }
  .case-study-header .title {
    font-size: 46vw;
    line-height: 38vw;
  }
  .case-study-header .title span {
    font-size: 63vw;
    line-height: 53vw;
  }
  .case-study-bottom h2 {
    margin-top: 60px;
  }
  .case-study-seo-2 .spy {
    position: relative;
    margin-top: 0;
  }
  .case-study-man .penguin {
    display: none;
  }
  section.top-books .books {
    padding-bottom: 75%;
  }

  ul#menu-bottom-menu,ul#menu-footer-menu-1 {
    columns:2;
    text-align:left;
  }
  ul#menu-bottom-menu li,ul#menu-footer-menu-1 li {
    padding: 5px 10px;
  }
  ul#menu-bottom-menu li:after,ul#menu-footer-menu-1 li:after {
    content: '';
  }
  .ft-menu-2 nav {
    margin-top: 0 !important;
  }

  .home-globe {
    margin-top: 3vh;
}

.line-5 {
    margin-top: 122vh;
}

.warning-banner {
    bottom: 8vh;
}

.it-carousel {
  margin-top: -17vh;
}

	.error404 .title {
	    font-size: 73.4vw;
	    line-height: 53vw;
	}

	.error404 h1 {
	    font-size: 17.4vw;
	    line-height: 17vw;
	}

	.robot {
		display: none;
	}

  #main-nav ul {
    top: 7vh !important;
    height: fit-content !important;
  }

  #main-nav .sub-menu  {
    background: #eee !important; 
    margin-top: 11vh !important;
   }

    #main-nav .blue {
      display: none;
    }

    header nav .socials {
        top: -56px;
        right: 81px;
        z-index: 1;
    }

    .wpsearch {
    right: 16vw;
    top: 85vh;
}

ul#menu-top-menu li.search-bar a {
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: right;
    padding: unset;
    margin: 0 auto;
}
}

@media (max-width: 767px) and (max-width: 425px) {
  footer .footer {
    width: 493px;
  }
  footer section.bottom {
    width: 493px;
  }
}

@media (max-width: 720px) {
  input[type=submit].training-submit {
    font-size: 24px;
  }
}

@media (max-width: 639px) {
  

  ul#menu-top-menu li.search-bar a {
  margin-left: 4vw;

}

.new-blue {
  margin-right: 2vw;
}

  .mobile-show {
    display: block;
  }

  .not-mobile {
    display: none;
  }
}

@media (max-width: 575px) {
  section.home-conference .conference .image {
    width: 100% !important;
  }
  section.home-globe h2 {
    font-size: 150px;
    line-height: 150px;
  }
  .globe-container {
    margin-top: -17vh;
  }

  .page-content h1 {
    font-size: 66px;
    line-height: 66px;
  }
  .page-content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  section.tutorials .tutorial-slider .tutorial-item {
    width: 100%;
  }
  section.home-conference .conference {
    display: block;
  }
  section.home-conference .conference .image {
    margin-right: 0;
  }
  section.home-conference .conference .content {
    display: block;
  }
  section.home-globe h2 {
    font-size: 200px;
    line-height: 200px;
  }
  footer .brand {
    width: 83px;
  }
  footer .brand img {
    width: 83px;
    height: 83px;
  }
  footer h2 {
    font-size: 15.5vw;
    line-height: 15.5vw;
  }
  footer nav.vertical {
    margin-left: 20px;
  }
  footer nav.vertical ul li {
    line-height: 30px;
  }
  .case-study-seo-header .title {
    font-size: 85px;
    line-height: 73px;
  }
    .brand-statement-md {
    display: none !important;
  }

  .audit-form-main {
      display: block;
  }

  .boost .input-wrap, .input-wrap textarea, .input-wrap select {
    width: 100% !important;
  }

  section.home-conference .conference .image {
    width: 100% !important;
  }

  section.home-globe h2 {
    font-size: 150px;
    line-height: 150px;
  }

  .mid-sec {
margin-top: -45vh;
  }
}

@media (max-width: 480px) {
	.error404 .quick-links img {
	    bottom: 48px;
	}
	.error404 .quick-links a:link,
	.error404 .quick-links a:visited {
		font-size: 30px;
	}
}

@media (max-width: 425px) {
  .sticky {
    height: 9vh;
  }
  .sidebar.sticky {
    height: 81vh;
    position: -webkit-sticky;
    position: sticky;
    top: -16%;
    width: fit-content;
  }
  .sidebar.sticky-blog {
    height: 242vh;
    position: -webkit-sticky;
    position: sticky;
    top: -660px;
  }
  .eu-line-5 {
    height: 185px;
    margin-top: -219vh;
    margin-bottom: -10px;
    padding: 10px;
  }
  h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    margin: 0;
  }
  .widget {
    padding-bottom: 30px;
  }
  .categories ul {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
    position: relative;
    margin-left: 55px;
  }
  .categories ul li {
    padding: 5px 0 5px 24px;
    position: relative;
  }
  .categories a:link, .categories a:visited {
    text-decoration: none;
  }
  .categories a:link:before, .categories a:visited:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    margin-top: 4px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid black;
    transition: 0.4s;
  }
  .categories a:hover:before {
    transform: translateX(8px);
  }

  .home-articles {
    height: unset !important;
  }
  .warning-banner {
    width: 100%;
    bottom: 2vh;
    z-index: 11100;
  }
  

    .card-carousel .my-card.active {
      transform: scale(.7) translateY(0) translateX(0);
      pointer-events: all;
    }

    .card-carousel .my-card {
      opacity: 1;
      transform: scale(0.8) translateY(0rem);
      pointer-events: all;
    }

    .card-carousel .my-card.prev, .card-carousel .my-card.next {
      transform: scale(0.7) translateY(0rem) translateX(0rem);
      margin: 0px -239px;
      opacity: 1;
      pointer-events: all;
    }

    .card-carousel {
      width: 43rem;
      left: -10rem;
      flex-direction: column;
      height: 86rem;
      padding-top: 65px;
    }

    #card3 {
      height: 18.5rem;
    }

    .man-cards {margin-bottom: 0px;}
  
}

@media (max-width: 375px) {
  header nav div.socials {
    right: 60px;
  }

  .audit-form {
    padding: 20px !important;
}

  header nav .socials .instagram-logo,
  header nav .socials .linkedin-logo {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .pricing-plans .plan {
    width: 18%;
  }

  .pricing-plans .plan .plan-info .list-group.first {
    margin-top: 3.75rem;
    min-width: 320px;
    position: absolute;
    right: 0px;
    list-style-type: none;
  }
}

@media (min-width: 1025px) {
  .jtbd h2 {
    font-size: 120px;
    line-height: 120px;
  }

  .jtbd .subheading {
    font-size: 120px;
    line-height: 120px;
  }

  .jtbd ul li:before {
    left: 0;
  }
}

@media (min-width: 1000px) {
  body:not(.is_handheld) [data-animated] {
    visibility: hidden;
  }
  .animated {
    animation-duration: 1s;
    animation-iteration-count: 1;
  }
    @keyframes slideInUp {
    0% {
      transform: translateY(20%);
      visibility: visible;
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .slideInUp {
    animation-name: slideInUp;
    animation-duration: 0.5s;
  }
  @keyframes slideInDown {
    0% {
      transform: translate3d(0, -20%, 0);
      visibility: visible;
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
    .slideInDown {
    animation-name: slideInDown;
    animation-duration: 0.5;
  }
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-100px, 0, 0);
      visibility: visible;
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
    .slideInLeft {
    animation-name: slideInLeft;
    animation-duration: 0.5;
  }
  @keyframes slideInRight {
    0% {
      transform: translate3d(100px, 0, 0);
      visibility: visible;
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
    .slideInRight {
    animation-name: slideInRight;
    animation-duration: 0.5;
  }
  @keyframes fadeIn {
    0% {
      visibility: visible;
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
    .fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.5;
  }
    @keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      transform: scale3d(1, 1, 1);
    }
  }
  .bounceIn {
    animation-name: bounceIn;
    animation-duration: 0.75s;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  @keyframes rotateLeft {
    0% {
      transform: rotate(20deg);
      visibility: visible;
      opacity: 0;
    }
    100% {
      transform: rotate(0deg);
      opacity: 1;
    }
  }
    .rotateLeft {
    animation-name: rotateLeft;
    animation-duration: 0.5;
  }
  @keyframes rotateRight {
    0% {
      transform: rotate(-20deg);
      visibility: visible;
      opacity: 0;
    }
    100% {
      transform: rotate(0deg);
      opacity: 1;
    }
  }
    .rotateRight {
    animation-name: rotateRight;
    animation-duration: 0.5;
  }
}

@media (min-width: 900px) { .two-col { grid-template-columns: 1fr 1fr; } }

@media (min-width: 768px) {
  .md\:bci-static {
    position: static
  }

  .md\:bci-absolute {
    position: absolute
  }

  .md\:bci-w-4\/5 {
    width: 80%
  }

  .md\:bci-place-items-center {
    place-items: center
  }

  .md\:bci-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

 .grid { grid-template-columns: 1fr 1fr; } 

  section.jtbd ul {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  .font-96 {
    font-size: 96px !important;
  }

  .linespace-84 {
    line-height: 84px !important;
  }

}

@media (min-width: 640px) {
  .sm\:bci-w-full {
    width: 100%
  }

  .sm\:bci-py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
  }

  .sm\:bci-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
  }

 .qs-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } 

      .two-col { grid-template-columns: 1fr 1fr; }
    

    .sol-col {
      padding: clamp(1rem, 2vw, 1.5rem);

    }

    

 h1{ font-size: 34px; } 
}

@media (min-width: 500px) {
  .eu-team-sm {
    display: none;
  }
}

@media print {
    .gdpr-popup {
        display: none !important;
    }
}