@charset "UTF-8";
/*!
 * Bootstrap v4.1.1 (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)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 1px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container, .home .front-hero .text-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1px) {
  .container, .home .front-hero .text-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 576px) {
  .container, .home .front-hero .text-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .home .front-hero .text-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .home .front-hero .text-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .home .front-hero .text-wrapper {
    max-width: 1140px;
  }
}

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

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

@media (min-width: 1px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after, .gform_wrapper::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 1px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

@media (min-width: 1px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 1px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container, .home .front-hero .text-wrapper {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font-family: Arial, sans-serif;
}

body {
  line-height: 1;
}

html, body {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

select, option {
  font-family: inherit;
}

input, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  overflow: hidden;
}

input[type=submit], input[type=text], input[type=email], input[type=url], input[type=search], input[type=password], textarea, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}

input[type=number] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type=submit] {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Stanford Variables */
/* Stanford Mixins */
body {
  color: #333333;
  font-family: "Open Sans", Arial;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #f05923;
  font-weight: bold;
  /*
  font-weight: 600;
  letter-spacing: 1px;
  */
  line-height: 120%;
}
h1 .prefix, h2 .prefix, h3 .prefix, h4 .prefix, h5 .prefix, h6 .prefix {
  color: #d0d0d0;
  font-size: 0.8em;
  display: block;
}

h1, .title-1, .home .front-stats .stats .stat .large-text, .home .front-hero .text-wrapper .count-wrapper .count-number {
  font-size: 28px;
}

h2, .title-2 {
  font-size: 28px;
}

h3, .title-3 {
  font-size: 24px;
}

h4, .title-4 {
  font-size: 20px;
}

h5, .title-5 {
  font-size: 16px;
}

h6, .title-6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  h1, .title-1, .home .front-stats .stats .stat .large-text, .home .front-hero .text-wrapper .count-wrapper .count-number {
    font-size: 36px;
  }
  h2, .title-2 {
    font-size: 36px;
  }
  h3, .title-3 {
    font-size: 30px;
  }
  h4, .title-4 {
    font-size: 27px;
  }
  h5, .title-5 {
    font-size: 24px;
  }
  h6, .title-6 {
    font-size: 21px;
  }
}
.title-lined, article .entry-title, .archive #primary .entry-title {
  border-bottom: 2px solid #e7e7e7;
  margin-bottom: 35px;
  padding-bottom: 15px;
}

.title-underlined {
  border-bottom: 1px solid #B8BDC2;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}

.title-plain {
  font-size: 1em;
  font-weight: normal;
  color: inherit;
}

p {
  line-height: 170%;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  color: #063e90;
}
p a:hover, p a:focus {
  color: #0d296d;
}

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

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

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

article .entry-title .button, article .entry-title .woocommerce #respond input#submit.alt, .woocommerce #respond article .entry-title input#submit.alt,
article .entry-title .woocommerce a.button.alt,
.woocommerce article .entry-title a.button.alt,
article .entry-title .woocommerce button.button.alt,
.woocommerce article .entry-title button.button.alt,
article .entry-title .woocommerce input.button.alt,
.woocommerce article .entry-title input.button.alt, .archive #primary .entry-title .button, .archive #primary .entry-title .woocommerce #respond input#submit.alt, .woocommerce #respond .archive #primary .entry-title input#submit.alt {
  float: right;
}

article {
  width: 100%;
}
article:not(:last-of-type) {
  margin-bottom: 180px;
}
article h1, article h2, article h3, article h4, article h5, article h6 {
  margin-bottom: 20px;
}
article h2 {
  font-size: 26px;
}
@media (min-width: 768px) {
  article h2 {
    font-size: 33px;
  }
}
article ul, article ol {
  margin-bottom: 20px;
  padding-left: 22px;
}
article ul li, article ol li {
  line-height: 170%;
}
article ul li:not(:last-of-type), article ol li:not(:last-of-type) {
  margin-bottom: 15px;
}
article ul:last-child, article ol:last-child {
  margin-bottom: 0;
}
article ul li {
  list-style-type: disc;
}
article ol li {
  list-style-type: decimal;
}
article code {
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}
article pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
article blockquote {
  padding: 20px 0;
}
@media (min-width: 768px) {
  article blockquote {
    padding-left: 40px;
  }
}
article blockquote:not(:last-child) {
  margin-bottom: 20px;
}
article blockquote p {
  border-left: 4px solid #f05923;
  font-size: 22px;
  font-style: italic;
  font-weight: 200;
  line-height: 150%;
  padding-bottom: 2px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  article blockquote p {
    font-size: 24px;
  }
}
article blockquote strong, article blockquote strong * {
  font-weight: 500 !important;
}

a {
  color: inherit;
}
a.archive-link {
  color: #637795;
  font-size: 18px;
}
article a {
  color: #063e90;
  word-break: break-word;
}
article a:hover, article a:focus {
  color: #0d296d;
}
a.orange {
  color: #f05923;
}

strong, strong * {
  font-weight: 600;
}

em, em *, i, i * {
  font-style: italic;
}

body, #page, #header, #main, #footer, .block {
  position: relative;
  width: 100%;
}

html.with-featherlight {
  overflow: unset !important;
}

*:focus {
  outline: 2px solid #f05923;
  outline-offset: 2px;
}

.container, .home .front-hero .text-wrapper {
  max-width: 1310px !important;
}

#wpadminbar {
  position: fixed !important;
}

body {
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

#main {
  background: white;
}
#main #gated-resource-screen {
  background: white;
  height: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 200;
}
#main #gated-resource-screen .signup-description {
  font-size: 21px;
  margin-bottom: 50px;
  text-align: center;
}
#main #gated-resource-screen .signup-skip {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) {
  #main #gated-resource-screen .signup-skip {
    bottom: 60px;
  }
}
#main #gated-resource-screen .signup-skip .skip-wrapper {
  display: table;
  margin: 0 auto;
}
#main #gated-resource-screen .signup-skip .skip {
  color: #063e90;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  #main #gated-resource-screen .signup-skip .skip {
    float: left;
    margin: 0 20px;
    width: auto;
  }
}
#main #gated-resource-screen .signup-skip .skip:hover {
  text-decoration: underline;
}
#main #gated-resource-screen.blocked.X {
  padding: 120px 0 0;
  height: 100%;
  min-height: 1300px;
}
@media (min-width: 768px) {
  #main #gated-resource-screen.blocked.X {
    min-height: 1000px;
  }
}

#primary {
  padding-top: 50px;
  padding-bottom: 50px;
}
#primary.blocked.X {
  min-height: 1300px;
}
@media (min-width: 768px) {
  #primary.blocked.X {
    min-height: 1000px;
  }
}

#secondary {
  padding-top: 50px;
}
@media (min-width: 768px) {
  #secondary {
    padding-bottom: 50px;
  }
}

img {
  display: block;
}
article img {
  display: inline-block;
}

.aligncenter, .alignleft, .alignright {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .alignleft {
    clear: left;
    float: left;
    margin: 0.3em 1em 0.5em 0;
  }
  .alignright {
    clear: right;
    float: right;
    margin: 0.3em 0 0.5em 1em;
  }
}
.entry-content iframe {
  display: table;
  margin: 50px auto 15px;
  max-width: 600px;
  width: 100%;
}

.screen-reader-text, .loader .loader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus, .loader .loader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

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

.full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:before, .gform_wrapper:before, .clearfix:after, .gform_wrapper:after {
  content: " ";
  display: table;
}

.clearfix:after, .gform_wrapper:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vertical-align {
  display: table;
  table-layout: fixed;
}
.vertical-align > div {
  display: table-cell;
  vertical-align: middle;
}

.post-edit-link {
  display: table;
  margin: 30px 0 0 0;
}

.wp-caption-text {
  font-size: 13px;
  font-style: italic;
  line-height: 140%;
  text-align: center;
}

.hidden-gallery {
  display: none;
}

.bg-image-container {
  position: relative;
}
.bg-image-container > * {
  position: relative;
}

.bg-image-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
}
.bg-image-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.25;
}
.bg-image-wrap *::-ms-backdrop, .bg-image-wrap img {
  height: auto;
  min-height: 100%;
}

.lightbox-source {
  display: none;
}

.modal-content-wrap {
  display: none;
}

.breadcrumbs {
  padding-top: 1em;
}
.breadcrumbs a {
  color: inherit;
}

body .featherlight .featherlight-close-icon {
  min-width: 0;
}
body .featherlight .featherlight-next span,
body .featherlight .featherlight-previous span {
  color: #f05923;
}
body .featherlight .featherlight-content {
  border-bottom: 0;
  padding: 25px;
}
body .featherlight .lightbox-actions {
  text-align: center;
}
body .featherlight .lightbox-actions button.not-button {
  margin-right: 1em;
}
body .featherlight .lightbox-actions button.not-button:last-child {
  margin-right: 0;
}
body .featherlight.featherlight-iframe-video .featherlight-inner {
  width: 100%;
  height: 100%;
}
body .featherlight.featherlight-iframe-video .featherlight-content {
  max-width: 960px;
  width: 100%;
  height: 90vh;
  max-height: 540px;
}
body .featherlight.featherlight-iframe-video iframe {
  width: 100% !important;
  height: 100% !important;
}
body .featherlight.no-close-icon .featherlight-close-icon {
  display: none;
}
body .featherlight.content-modal .featherlight-content {
  max-width: 750px;
  border-radius: 5px;
  padding: 3rem;
  font-size: 15px;
}
body .featherlight.content-modal .featherlight-content .featherlight-close {
  font-size: 3em;
  top: 1rem;
  right: 1rem;
  color: #fcab32;
  font-weight: bold;
}
body .featherlight.content-modal .featherlight-content .title {
  color: inherit;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (min-width: 990px) {
  body .featherlight.content-modal .featherlight-content {
    padding: 5rem;
  }
}
body .featherlight.non-padded .featherlight-content {
  padding: 0;
  border-bottom: none;
}
body .featherlight.non-padded .featherlight-content .featherlight-close {
  top: 0.5rem;
  right: 0.5rem;
}
body .featherlight.rounded .featherlight-content {
  border-radius: 5px;
  overflow: hidden;
}

form .form-hp {
  display: none !important;
}

.slideshow {
  margin-bottom: 2em;
}
.slideshow .slide {
  position: relative;
}
.slideshow .slide .slide-caption {
  background: rgba(0, 0, 0, 0.5);
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
}
.slideshow .slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  color: transparent;
  font: 0/0 a;
  min-width: 0;
  background: rgba(6, 62, 144, 0.5);
  padding: 0 0.4rem;
  border-radius: 0;
  border: none;
}
.slideshow .slick-arrow:before {
  content: "";
  font-family: "youcubed" !important;
  color: #ffffff;
  font-size: 3rem;
  line-height: 0.7em;
  vertical-align: middle;
  display: block;
}
.slideshow .slick-arrow.slick-next {
  right: 0;
}
.slideshow .slick-arrow.slick-next:before {
  content: "k";
}
.slideshow .slick-arrow.slick-prev:before {
  content: "j";
}
.slideshow.slideshow-centered .slide {
  padding: 0 10px;
}

.page-template-template-limitless .header-3,
.page-template-template-limitless .entry-title {
  display: none;
}
.page-template-template-limitless .bb-countdown {
  margin-top: 0 !important;
}
.page-template-template-limitless .bb-downloads {
  margin-bottom: 0 !important;
}
.page-template-template-limitless #primary {
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-template-limitless .building-block {
  text-align: center;
}
@media (min-width: 990px) {
  .page-template-template-limitless .building-block {
    text-align: left;
  }
}
.page-template-template-limitless .featherlight {
  background: rgba(53, 56, 60, 0.5) !important;
}
.page-template-template-limitless .featherlight .featherlight-content {
  padding: 0 !important;
  border-bottom: none !important;
}
#limitless-popup .content-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
          box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
  text-align: center;
}
#limitless-popup .content-wrapper .close {
  position: absolute;
  top: -15px;
  right: -45px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#limitless-popup .content-wrapper .content .content-top {
  padding: 17px 75px;
  background-color: #F4F5F9;
}
#limitless-popup .content-wrapper .content .content-top .title {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}
#limitless-popup .content-wrapper .content .content-top .subtitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
#limitless-popup .content-wrapper .content .content-top p {
  margin-bottom: 0;
  color: #000;
  text-shadow: none;
}
#limitless-popup .content-wrapper .content .content-bottom ul {
  padding: 0;
}
#limitless-popup .content-wrapper .content .content-bottom ul li {
  list-style-type: none;
  padding: 16px 0;
  border-bottom: 0.5px solid #B8BDC2;
}
#limitless-popup .content-wrapper .content .content-bottom ul li:last-of-type {
  border-bottom: none;
}
#limitless-popup .content-wrapper .content .content-bottom ul li a {
  display: inline-block;
}
#sneak-peek-popup {
  width: 90vw;
  max-width: 961px;
  overflow: hidden;
}
#sneak-peek-popup .content {
  min-height: 560px;
}
#sneak-peek-popup .content-left {
  background: #E4EAF0;
  padding: 60px 24px 60px 42px;
}
#sneak-peek-popup .content-left .title {
  font-size: 24px;
  line-height: 1.63;
  font-weight: bold;
  color: #1a3d8f;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}
#sneak-peek-popup .content-left .subtitle {
  font-family: "Open Sans", sans-serif;
  color: #1a3d8f;
  font-size: 18px;
  line-height: 1.61;
  font-weight: 400;
  margin-bottom: 25px;
}
#sneak-peek-popup .content-left .gfield_html p {
  font-family: "Open Sans", sans-serif;
  color: #1B243A;
  font-size: 18px;
  line-height: 1.61;
  font-weight: 400;
  margin-bottom: 20px;
}
#sneak-peek-popup .content-left .gfield_label {
  display: none;
}
#sneak-peek-popup .content-left input[type=submit] {
  font-size: 18px;
  line-height: 25px;
  background-color: #1a3d8f;
  width: auto;
  border-radius: 100px;
}
#sneak-peek-popup .content-left input[type=submit][disabled] {
  background-color: #6d7073;
}
#sneak-peek-popup .content-right {
  background: linear-gradient(105.09deg, #f6b23c 0%, #E8571A 100%);
  position: relative;
  overflow: hidden;
}
#sneak-peek-popup .content-right .image-wrapper {
  position: absolute;
  bottom: -22px;
  right: -22px;
}

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

.loader {
  display: none;
  position: fixed;
  left: calc(50% - 2.5em);
  top: calc(50% - 2.5em);
  border-top: 1.1em solid rgba(255, 255, 255, 0.6);
  border-right: 1.1em solid rgba(255, 255, 255, 0.6);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.6);
  border-left: 1.1em solid #063e90;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loader 1.1s infinite linear;
          animation: loader 1.1s infinite linear;
}
.loader, .loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page-limitless-mind {
  overflow-x: hidden;
}

.lozad[data-background-image] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

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

.page-template-template-calculus #primary {
  padding-top: 0;
}

.aspect-ratio {
  position: relative;
  height: 0;
}
.aspect-ratio.ratio-16-9 {
  padding-bottom: 56.25%;
}
.aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

body.popup-active {
  overflow: hidden;
}

#donate_popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  display: none;
}
#donate_popup .donate-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(13, 41, 109, 0.95);
  z-index: 1;
}
#donate_popup .donate-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 100%;
  height: auto;
  margin: auto;
  z-index: 2;
}
#donate_popup .donate-main {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 60px rgba(17, 18, 19, 0.6);
          box-shadow: 0px 4px 60px rgba(17, 18, 19, 0.6);
  border-radius: 10px;
  padding: 50px;
  z-index: 2;
}
@media screen and (max-width: 660px) {
  #donate_popup .donate-main {
    padding: 50px 30px;
    height: 100vh;
    border-radius: 0;
  }
}
#donate_popup .bg {
  position: absolute;
  top: 12px;
  left: 20px;
  right: 20px;
  height: 0;
  padding-bottom: 40%;
  z-index: -1;
  opacity: 0.5;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  #donate_popup .bg {
    display: none;
  }
}
#donate_popup .bg-left {
  position: absolute;
  top: -39px;
  left: -17%;
  width: 55%;
  height: 150%;
  z-index: -1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 660px) {
  #donate_popup .bg-left {
    display: none;
  }
}
#donate_popup .bg-right {
  position: absolute;
  top: 53px;
  right: -123px;
  width: 55%;
  height: 111%;
  z-index: -1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 660px) {
  #donate_popup .bg-right {
    display: none;
  }
}
#donate_popup .fg {
  position: relative;
  z-index: 2;
}
#donate_popup .donate-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  background: #E8571A;
  -webkit-box-shadow: 0px 4px 60px rgba(17, 18, 19, 0.6);
          box-shadow: 0px 4px 60px rgba(17, 18, 19, 0.6);
  border-radius: 0px 10px;
  display: -ms-grid;
  display: grid;
  padding: 10px;
}
#donate_popup .donate-close i, #donate_popup .donate-close svg {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  display: inline-block;
}
#donate_popup .donate-close [data-prefix=fas] {
  display: none;
}
#donate_popup .donate-close:hover [data-prefix=far], #donate_popup .donate-close:focus [data-prefix=far] {
  display: none;
}
#donate_popup .donate-close:hover [data-prefix=fas], #donate_popup .donate-close:focus [data-prefix=fas] {
  display: block;
}
#donate_popup .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: #1A3D8F;
  margin-bottom: 35px;
}
@media screen and (max-width: 660px) {
  #donate_popup .title {
    font-size: 20px;
  }
}
#donate_popup .text {
  font-size: 16px;
  line-height: 1.625;
  color: #1B243A;
}
#donate_popup .button-wrapper {
  margin-top: 150px;
}

.page-template-template-bigideas .featherlight-content {
  width: 640px;
  max-width: calc(100% - 30px);
}

input[type=email], input[type=text], input[type=phone], input[type=password], textarea {
  border: 2px solid #e7e7e7;
  font-size: 17px;
  padding: 12px 19px;
  width: 100%;
}
input[type=email]:focus, input[type=text]:focus, input[type=phone]:focus, input[type=password]:focus, textarea:focus {
  outline: none;
  border-color: #f05923;
}

input {
  line-height: 20px;
}

textarea {
  line-height: 170%;
}

select {
  width: 100%;
}
select option {
  padding: 0 19px;
}

.ui-datepicker .ui-datepicker-header {
  background: #f2f2f2;
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 1px 1px 0;
  padding: 20px 14px 10px;
}
.ui-datepicker .ui-datepicker-calendar {
  background: #f2f2f2;
}
.ui-datepicker .ui-corner-all:hover {
  text-decoration: underline;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-title {
  display: table;
  width: 100%;
}
.ui-datepicker .ui-datepicker-title select {
  margin-top: 13px;
  width: 48.5%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month {
  float: left;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right;
}
.ui-datepicker .ui-datepicker-calendar thead {
  border: 1px solid #d0d0d0;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  font-weight: 600;
  padding: 7px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td {
  border: 1px solid #d0d0d0;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
  background: #707070;
  color: white;
}
.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  font-size: 17px;
  padding: 8px;
}

.mc-form {
  font-family: "Open Sans", Arial;
}
.mc-form input[type=submit] {
  font-size: 18px;
}
.mc-form .mc-field-group ul li {
  float: left;
}
.mc-form .mc-field-group ul li:not(:last-child) {
  margin-right: 20px;
}
.mc-form .mc-field-group ul li input {
  float: left;
  margin: 6px 4px 0 0;
}
.mc-form .mc-field-group ul li label {
  float: left;
}
@media (min-width: 450px) {
  .mc-form .mc-field-group.one-third {
    clear: none !important;
    float: left;
    width: 30% !important;
  }
  .mc-form .mc-field-group.one-third.middle {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (min-width: 990px) {
  #gform_wrapper_3 .gform_body {
    float: left;
    width: 65%;
  }
  #gform_wrapper_3 .gform_footer {
    float: right;
    margin-top: 3px;
    width: 34%;
  }
}

.gform_wrapper {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.gform_wrapper ul {
  margin-left: 0;
  padding-left: 0;
}
.gform_wrapper ul li {
  list-style-type: none;
  text-indent: 0;
}
.gform_wrapper .gform_heading {
  margin-bottom: 1em;
}
.gform_wrapper .gform_body .gform_fields {
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body .gsection_title {
  color: #5b74aa;
  font-size: 19px;
}
.gform_wrapper .gform_body .ginput_container_select select, .gform_wrapper .gform_body .ginput_complex select {
  height: 48px;
  padding: 0 19px;
}
.gform_wrapper .gform_body .ginput_container_multiselect select {
  border: 2px solid #e7e7e7;
  padding: 12px 0;
}
.gform_wrapper .gform_footer input {
  background: #f05923;
  border-radius: 50px;
  border-width: 0;
  color: white;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 24px;
  max-width: 234px;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  width: 100%;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
}
.gform_wrapper .gform_footer input:hover {
  background: #e44e19;
}
.gform_wrapper .gfield {
  clear: both;
  display: inline-block;
  margin-bottom: 18px;
  width: 100%;
}
.gform_wrapper .gfield.gsection {
  margin-top: 3px;
  margin-bottom: 7px;
}
.gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea {
  background: #fff7f8;
  border: 1px dashed #f81e4c;
}
.gform_wrapper .gfield.small-label .gfield_label, .gform_wrapper .gfield.small-label label {
  color: #727272;
  display: block;
  font-size: 14px !important;
  line-height: 175% !important;
}
.gform_wrapper .gfield:not(.small-label) > .gfield_label {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield.half-left {
    float: left;
    padding-right: 10px;
  }
  .gform_wrapper .gfield.half-right {
    float: right;
    padding-left: 10px;
  }
  .gform_wrapper .gfield.half-left, .gform_wrapper .gfield.half-right {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: none;
    width: 50%;
  }
  .gform_wrapper .gfield .name_first, .gform_wrapper .gfield .name_last {
    width: 48.5%;
  }
  .gform_wrapper .gfield .name_first {
    clear: left;
    float: left;
  }
  .gform_wrapper .gfield .name_last {
    clear: right;
    float: right;
  }
}
.gform_wrapper .gfield .gfield_required {
  color: #f05923;
  margin-left: 1px;
}
.gform_wrapper .gfield .ginput_complex label, .gform_wrapper .gfield .gfield_description {
  display: block;
  font-size: 13px;
  line-height: 100%;
  margin: 4px 0 11px 0;
}
.gform_wrapper .gfield.three-fields .ginput_complex .ginput_left, .gform_wrapper .gfield.three-fields .ginput_complex .ginput_right {
  clear: none !important;
  float: left !important;
  width: 100%;
}
@media (min-width: 768px) {
  .gform_wrapper .gfield.three-fields .ginput_complex .ginput_left, .gform_wrapper .gfield.three-fields .ginput_complex .ginput_right {
    width: calc(33.333333% - 13.3333px);
  }
}
@media (min-width: 768px) {
  .gform_wrapper .gfield.three-fields .ginput_complex .ginput_right:nth-child(2) {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.gform_wrapper .gfield .ginput_container_select, .gform_wrapper .gfield .address_country {
  overflow: hidden;
  position: relative;
}
.gform_wrapper .gfield .ginput_container_select select, .gform_wrapper .gfield .address_country select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 2px solid #e7e7e7;
  color: #909090;
  position: relative;
  z-index: 3;
}
.gform_wrapper .gfield .ginput_container_select select::-ms-expand, .gform_wrapper .gfield .address_country select::-ms-expand {
  display: none;
}
.gform_wrapper .gfield .ginput_container_select::after, .gform_wrapper .gfield .address_country::after {
  content: "j";
  display: block;
  font-family: "youcubed";
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 50px;
  z-index: 2;
}
.gform_wrapper .gfield.three-fields .address_country::after {
  bottom: -2px;
  top: auto;
}
.gform_wrapper .gfield.three-fields label {
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield.three-fields > .gfield_label {
  display: none !important;
}
.gform_wrapper .gfield .gfield_radio {
  margin: 0;
}
.gform_wrapper .gfield .gfield_radio label {
  margin: 0 0 0 7px;
}
.gform_wrapper .gfield .gfield_checkbox > li, .gform_wrapper .gfield .gfield_radio > li {
  margin-bottom: 4px;
}
.gform_wrapper .gfield .gfield_checkbox label, .gform_wrapper .gfield .gfield_radio label {
  margin: 0 0 0 9px;
}
.gform_wrapper .gfield .gfield_checkbox input:checked + label, .gform_wrapper .gfield .gfield_radio input:checked + label {
  color: #f05923;
  font-weight: 700;
}
.gform_wrapper .validation_error {
  display: block;
  font-weight: 600;
  margin: 0 0 0.7em 0;
}
.gform_wrapper .validation_message {
  clear: both;
  display: block;
  font-size: 0.8em;
  font-weight: 600;
  margin: 0.4em 0 0 0;
}
.gform_wrapper .ginput_left {
  clear: left;
  float: left;
  width: 48.5%;
}
.gform_wrapper .ginput_right {
  clear: right;
  float: right;
  width: 48.5%;
}
.gform_wrapper .ginput_left input, .gform_wrapper .ginput_right input {
  width: 100%;
}
.gform_wrapper .gform_ajax_spinner, .gform_wrapper .gform_validation_container {
  display: none !important;
}

/* credit card icons ------------------------------------------------------*/
.gform_wrapper .gform_card_icon_container {
  height: 32px;
  margin: 8px 0 6px 0;
}

.gform_wrapper div.gform_card_icon {
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  float: left;
  height: 32px;
  margin-right: 4px;
  text-indent: -9000px;
  width: 36px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}

/* credit card fields ------------------------------------------------------*/
.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left,
.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  float: left;
  min-height: 43px;
  position: relative;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  margin-right: 1%;
  width: 50%;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  display: block;
  min-width: 160px !important;
  position: relative;
}

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  display: -moz-inline-stack;
  display: inline-block;
  width: 48% !important;
  zoom: 1;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  background-image: url(../../../plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  display: -moz-inline-stack;
  display: inline-block;
  height: 23px;
  left: 6px;
  position: relative;
  top: -1px;
  width: 32px;
  zoom: 1;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  border: 2px dashed #ddd;
  color: #aaa;
  margin-bottom: 10px;
  padding: 25px;
  text-align: center;
}

.right_label .gform_fileupload_multifile, .left_label .gform_fileupload_multifile {
  margin-left: 31%;
}

.gform_delete {
  cursor: pointer;
  vertical-align: middle;
}

.gfield_creditcard_warning_message {
  color: #f81e4c;
}

/* fix recaptcha line height issue ------------------------------------------------------*/
body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area,
body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1em !important;
}

.double-button-wrapper {
  display: table;
  margin: 50px auto 55px;
  width: 100%;
}
@media (min-width: 768px) {
  .double-button-wrapper {
    width: auto;
  }
}
.double-button-wrapper .shortcode-double {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .double-button-wrapper .shortcode-double {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .double-button-wrapper .shortcode-double:first-child {
    margin-right: 20px;
  }
}

.buttons-grouped .button, .buttons-grouped .woocommerce #respond input#submit.alt, .woocommerce #respond .buttons-grouped input#submit.alt,
.buttons-grouped .woocommerce a.button.alt,
.woocommerce .buttons-grouped a.button.alt,
.buttons-grouped .woocommerce button.button.alt,
.woocommerce .buttons-grouped button.button.alt,
.buttons-grouped .woocommerce input.button.alt,
.woocommerce .buttons-grouped input.button.alt {
  margin: 0 1em 1em 0;
}
.buttons-grouped .button:last-child, .buttons-grouped .woocommerce #respond input#submit.alt:last-child, .woocommerce #respond .buttons-grouped input#submit.alt:last-child,
.buttons-grouped .woocommerce a.button.alt:last-child,
.woocommerce .buttons-grouped a.button.alt:last-child,
.buttons-grouped .woocommerce button.button.alt:last-child,
.woocommerce .buttons-grouped button.button.alt:last-child,
.buttons-grouped .woocommerce input.button.alt:last-child,
.woocommerce .buttons-grouped input.button.alt:last-child {
  margin-right: 0;
}

.button, .woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt, button {
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  display: inline-block;
  line-height: 1.1;
  padding: 0.5em 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  text-align: center;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  width: 100%;
  cursor: pointer;
}
.button .square, .woocommerce #respond input#submit.alt .square,
.woocommerce a.button.alt .square,
.woocommerce button.button.alt .square,
.woocommerce input.button.alt .square, button .square {
  border-radius: 0;
}
.button[disabled], .woocommerce #respond input[disabled]#submit.alt,
.woocommerce a[disabled].button.alt,
.woocommerce button[disabled].button.alt,
.woocommerce input[disabled].button.alt, button[disabled] {
  background: #B8BDC2 !important;
  color: #fff !important;
  border-color: #B8BDC2 !important;
}
.button:hover, .woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover, button:hover {
  text-decoration: none;
}
.button .icon, .woocommerce #respond input#submit.alt .icon,
.woocommerce a.button.alt .icon,
.woocommerce button.button.alt .icon,
.woocommerce input.button.alt .icon, button .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 450px) {
  .button, .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt, button {
    padding: 0.5em 1.5em;
    max-width: none;
    min-width: 146px;
    width: auto;
  }
}
.button.shortcode, .woocommerce #respond input.shortcode#submit.alt,
.woocommerce a.shortcode.button.alt,
.woocommerce button.shortcode.button.alt,
.woocommerce input.shortcode.button.alt, button.shortcode {
  margin-top: 50px;
  margin-bottom: 55px;
}
.button.small, .woocommerce #respond input.small#submit.alt,
.woocommerce a.small.button.alt,
.woocommerce button.small.button.alt,
.woocommerce input.small.button.alt, button.small {
  font-size: 14px;
  min-width: 100px;
}
.button.large, .woocommerce #respond input.large#submit.alt,
.woocommerce a.large.button.alt,
.woocommerce button.large.button.alt,
.woocommerce input.large.button.alt, button.large {
  font-size: 17px;
  min-width: 176px;
}
.button.huge, .woocommerce #respond input.huge#submit.alt,
.woocommerce a.huge.button.alt,
.woocommerce button.huge.button.alt,
.woocommerce input.huge.button.alt, button.huge {
  border-radius: 30px;
  border-width: 2px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.button.giant, .woocommerce #respond input.giant#submit.alt,
.woocommerce a.giant.button.alt,
.woocommerce button.giant.button.alt,
.woocommerce input.giant.button.alt, button.giant {
  border-radius: 45px;
  border-width: 2px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.9em 1.9em;
}
.button.giant .icon, .woocommerce #respond input.giant#submit.alt .icon,
.woocommerce a.giant.button.alt .icon,
.woocommerce button.giant.button.alt .icon,
.woocommerce input.giant.button.alt .icon, button.giant .icon {
  font-size: 1.5em;
  line-height: 0;
  vertical-align: baseline;
}
.button.giant .icon:before, .woocommerce #respond input.giant#submit.alt .icon:before, button.giant .icon:before {
  vertical-align: middle;
  line-height: 0;
}
.button.thick, .woocommerce #respond input.thick#submit.alt,
.woocommerce a.thick.button.alt,
.woocommerce button.thick.button.alt,
.woocommerce input.thick.button.alt, button.thick {
  padding: 0.7em 3.2em;
  border-width: 3px;
  font-weight: bold !important;
  font-size: 20px;
  letter-spacing: 0 !important;
}
.button.solid, .woocommerce #respond input.solid#submit.alt,
.woocommerce a.solid.button.alt,
.woocommerce button.solid.button.alt,
.woocommerce input.solid.button.alt, button.solid {
  color: white;
  font-weight: 600;
}
.button.solid.large, .woocommerce #respond input.solid.large#submit.alt,
.woocommerce a.solid.large.button.alt,
.woocommerce button.solid.large.button.alt,
.woocommerce input.solid.large.button.alt, button.solid.large {
  font-weight: 700;
}
.button.solid.orange, .woocommerce #respond input.solid.orange#submit.alt,
.woocommerce a.solid.orange.button.alt,
.woocommerce button.solid.orange.button.alt,
.woocommerce input.solid.orange.button.alt, button.solid.orange {
  background: #f05923;
  border-color: #f05923;
}
.button.solid.orange:hover, .woocommerce #respond input.solid.orange#submit.alt:hover, button.solid.orange:hover {
  background: #e44e19;
  border-color: #e44e19;
}
.button.solid.dark-orange, .woocommerce #respond input.solid.dark-orange#submit.alt,
.woocommerce a.solid.dark-orange.button.alt,
.woocommerce button.solid.dark-orange.button.alt,
.woocommerce input.solid.dark-orange.button.alt, button.solid.dark-orange {
  background: #e44e19;
  border-color: #e44e19;
}
.button.solid.dark-orange:hover, .woocommerce #respond input.solid.dark-orange#submit.alt:hover, button.solid.dark-orange:hover {
  background: #b63e14;
  border-color: #b63e14;
}
.button.solid.blue, .woocommerce #respond input.solid.blue#submit.alt,
.woocommerce a.solid.blue.button.alt,
.woocommerce button.solid.blue.button.alt,
.woocommerce input.solid.blue.button.alt, button.solid.blue {
  background: #063e90;
  border-color: #063e90;
}
.button.solid.blue:hover, .woocommerce #respond input.solid.blue#submit.alt:hover, button.solid.blue:hover {
  background: #0d296d;
  border-color: #0d296d;
}
.button.solid.white, .woocommerce #respond input.solid.white#submit.alt,
.woocommerce a.solid.white.button.alt,
.woocommerce button.solid.white.button.alt,
.woocommerce input.solid.white.button.alt, button.solid.white {
  background: white;
  border-color: white;
  color: #063e90;
}
.button.solid.white:hover, .woocommerce #respond input.solid.white#submit.alt:hover, button.solid.white:hover {
  background: #063e90;
  border-color: #063e90;
  color: white;
}
.button.gradient, .woocommerce #respond input.gradient#submit.alt,
.woocommerce a.gradient.button.alt,
.woocommerce button.gradient.button.alt,
.woocommerce input.gradient.button.alt, button.gradient {
  border: none;
}
.button.gradient.orange, .woocommerce #respond input.gradient.orange#submit.alt,
.woocommerce a.gradient.orange.button.alt,
.woocommerce button.gradient.orange.button.alt,
.woocommerce input.gradient.orange.button.alt, button.gradient.orange {
  background: -webkit-gradient(linear, left top, right top, from(#f6b23c), to(#E8571A));
  background: linear-gradient(to right, #f6b23c, #E8571A);
  color: #fff;
}
.button.ghost, .woocommerce #respond input.ghost#submit.alt,
.woocommerce a.ghost.button.alt,
.woocommerce button.ghost.button.alt,
.woocommerce input.ghost.button.alt, button.ghost {
  background: none;
  font-weight: 200;
}
.button.ghost.thick-border, .woocommerce #respond input.ghost.thick-border#submit.alt,
.woocommerce a.ghost.thick-border.button.alt,
.woocommerce button.ghost.thick-border.button.alt,
.woocommerce input.ghost.thick-border.button.alt, button.ghost.thick-border {
  border-width: 3px;
}
.button.ghost.huge, .woocommerce #respond input.ghost.huge#submit.alt,
.woocommerce a.ghost.huge.button.alt,
.woocommerce button.ghost.huge.button.alt,
.woocommerce input.ghost.huge.button.alt, button.ghost.huge {
  font-weight: 700;
}
.button.ghost.orange, .woocommerce #respond input.ghost.orange#submit.alt,
.woocommerce a.ghost.orange.button.alt,
.woocommerce button.ghost.orange.button.alt,
.woocommerce input.ghost.orange.button.alt, button.ghost.orange {
  border-color: #f05923;
  color: #f05923;
}
.button.ghost.orange:hover, .woocommerce #respond input.ghost.orange#submit.alt:hover, button.ghost.orange:hover {
  background: #f05923;
  color: white;
}
.button.ghost.orange-yellow, .woocommerce #respond input.ghost.orange-yellow#submit.alt,
.woocommerce a.ghost.orange-yellow.button.alt,
.woocommerce button.ghost.orange-yellow.button.alt,
.woocommerce input.ghost.orange-yellow.button.alt, button.ghost.orange-yellow {
  border-color: #fcab32;
  color: #fff;
}
.button.ghost.orange-yellow:hover, .woocommerce #respond input.ghost.orange-yellow#submit.alt:hover, button.ghost.orange-yellow:hover {
  background: #fcab32;
  color: white;
}
.button.ghost.blue, .woocommerce #respond input.ghost.blue#submit.alt,
.woocommerce a.ghost.blue.button.alt,
.woocommerce button.ghost.blue.button.alt,
.woocommerce input.ghost.blue.button.alt, button.ghost.blue {
  border-color: #063e90;
  color: #063e90;
}
.button.ghost.blue:hover, .woocommerce #respond input.ghost.blue#submit.alt:hover, button.ghost.blue:hover {
  background: #063e90;
  color: white;
}
.button.ghost.white-to-blue, .woocommerce #respond input.ghost.white-to-blue#submit.alt,
.woocommerce a.ghost.white-to-blue.button.alt,
.woocommerce button.ghost.white-to-blue.button.alt,
.woocommerce input.ghost.white-to-blue.button.alt, button.ghost.white-to-blue {
  border-color: white;
  color: white;
}
.button.ghost.white-to-blue:hover, .woocommerce #respond input.ghost.white-to-blue#submit.alt:hover, button.ghost.white-to-blue:hover {
  background: white;
  color: #063e90;
}
.button.ghost.white-to-orange, .woocommerce #respond input.ghost.white-to-orange#submit.alt,
.woocommerce a.ghost.white-to-orange.button.alt,
.woocommerce button.ghost.white-to-orange.button.alt,
.woocommerce input.ghost.white-to-orange.button.alt, button.ghost.white-to-orange {
  border-color: white;
  color: white;
}
.button.ghost.white-to-orange:hover, .woocommerce #respond input.ghost.white-to-orange#submit.alt:hover, button.ghost.white-to-orange:hover {
  background: white;
  color: #f05923;
}
@media (min-width: 450px) {
  .button.left, .woocommerce #respond input.left#submit.alt,
  .woocommerce a.left.button.alt,
  .woocommerce button.left.button.alt,
  .woocommerce input.left.button.alt, button.left {
    float: left;
  }
}
@media (min-width: 450px) {
  .button.right, .woocommerce #respond input.right#submit.alt,
  .woocommerce a.right.button.alt,
  .woocommerce button.right.button.alt,
  .woocommerce input.right.button.alt, button.right {
    float: right;
  }
}
.button i, .woocommerce #respond input#submit.alt i,
.woocommerce a.button.alt i,
.woocommerce button.button.alt i,
.woocommerce input.button.alt i, .button svg, .woocommerce #respond input#submit.alt svg,
.woocommerce a.button.alt svg,
.woocommerce button.button.alt svg,
.woocommerce input.button.alt svg, button i, button svg {
  font-size: 1rem;
  line-height: 1;
  margin-left: 0.75rem;
  display: inline-block;
}
.button:hover, .woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover, .button:focus, .woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus, button:hover, button:focus {
  outline: 2px solid #f05923;
  outline-offset: 2px;
}

.not-button {
  border-radius: 4px;
  padding: 0;
  border: none;
  color: inherit;
  width: auto;
  display: inline-block;
  background: none;
  height: auto;
  line-height: inherit;
  min-width: 0;
  margin: unset;
}
.not-button.button-link {
  text-decoration: underline;
}

.interactive-animation-popup {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 500ms ease 0ms;
  transition: opacity 500ms ease 0ms;
  width: 100%;
  z-index: 20000;
}
.interactive-animation-popup.faded {
  opacity: 0;
}
.interactive-animation-popup .table {
  display: table;
  height: 100vh;
  margin: 0 auto;
  max-width: 750px;
  width: 90%;
}
.interactive-animation-popup .table .cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.interactive-animation-popup .table .cell .video-wrapper {
  width: 100%;
}
.interactive-animation-popup .table .cell .video-wrapper iframe {
  width: 100%;
}

.building-block {
  display: block;
  position: relative;
  margin: 90px 0;
  font-size: 16px;
  /*
  &:not(:last-of-type) {
  	padding-bottom: $block-spacing;
  	margin-bottom: $block-spacing;
  }
  */
}
.building-block .title {
  margin-bottom: 2em;
}
.building-block .sub-title {
  color: #063e90;
}
.building-block .item:not(:last-of-type) {
  margin-bottom: 90px;
}
.building-block .image.column, .building-block .image.columns {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .building-block .image.column, .building-block .image.columns {
    margin-bottom: 0;
  }
}
.building-block .body.block .bg {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.building-block .body.block .bg .photo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.building-block .body.block .bg .photo-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
}
.building-block .body.block .fg {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}
.building-block.bb-lessons {
  margin-top: 0;
  margin-bottom: 0;
}
.building-block.bb-lessons .header {
  position: relative;
  margin-bottom: 7.5rem;
}
.building-block.bb-lessons .header .bg.black {
  background: #000;
}
.building-block.bb-lessons .header .fg h1 {
  font-size: 2.25rem;
  line-height: 1.08;
  color: #F4F5F9;
  font-weight: 600;
  margin-bottom: 2rem;
}
.building-block.bb-lessons .header .fg .text {
  border-top: 1px solid #F4F5F9;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.625;
  color: #F4F5F9;
}
.building-block.bb-lessons .header .fg .text p {
  margin-bottom: 0;
}
.building-block.bb-lessons .main article.lesson {
  margin-bottom: 1.5rem;
}
.building-block.bb-lessons .main .lessons .section-title, .building-block.bb-lessons .main .resources .section-title {
  font-size: 1.5rem;
  line-height: 1.08;
  font-weight: 600;
  color: #063e90;
  margin-bottom: 2.5rem;
}
.building-block.bb-lessons .main .lessons .title, .building-block.bb-lessons .main .resources .title {
  font-size: 1.25rem;
  line-height: 1.08;
  color: #1B243A;
}
.building-block.bb-lessons .main .lessons .image-wrapper, .building-block.bb-lessons .main .resources .image-wrapper {
  height: 0;
  position: relative;
  margin-bottom: 1.75rem;
  background-size: contain;
}
.building-block.bb-lessons .main .lessons .title {
  text-align: center;
}
.building-block.bb-lessons .main .lessons .image-wrapper {
  padding-bottom: 90%;
}
.building-block.bb-lessons .main .resources {
  margin-top: 5rem;
}
.building-block.bb-lessons .main .resources .title {
  line-height: 1.2;
}
.building-block.bb-lessons .main .resources .image-wrapper {
  padding-bottom: 125%;
  -webkit-box-shadow: 0px 4px 20px rgba(27, 36, 58, 0.1);
          box-shadow: 0px 4px 20px rgba(27, 36, 58, 0.1);
}
.building-block.bb-lessons .main .sidebar {
  background: #F4F5F9;
  border-radius: 5px;
  overflow: hidden;
}
.building-block.bb-lessons .main .sidebar .section-title {
  background: linear-gradient(156.81deg, #f6b23c 0%, #E8571A 100%);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.08;
  font-weight: 600;
  color: #fff;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.building-block.bb-lessons .main .sidebar .sidebar-wrapper {
  padding: 0 1.25rem;
}
.building-block.bb-lessons .main .sidebar .row {
  border-bottom: 1px solid #fff;
}
.building-block.bb-lessons .main .sidebar .image-wrapper {
  height: 0;
  position: relative;
  padding-bottom: 120%;
  border-radius: 5px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.building-block.bb-lessons .main .sidebar .text {
  margin-bottom: 0;
  color: #063e90;
  font-size: 0.875rem;
  line-height: 1.63;
  font-weight: bold;
}
.building-block.bb-video {
  margin-top: -90px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.building-block.bb-video .bg.gradient {
  background-image: linear-gradient(141.91deg, #1A3D8F 0%, #E8571A 100%);
}
.building-block.bb-video .title-wrapper span {
  display: inline-block;
  border-bottom: 2px solid #f05923;
  color: #fff;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.building-block.bb-video .text-wrapper h2 {
  color: #fff;
}
.building-block.bb-video .button-wrapper .button, .building-block.bb-video .button-wrapper .woocommerce #respond input#submit.alt, .woocommerce #respond .building-block.bb-video .button-wrapper input#submit.alt {
  color: #fff;
  background-color: #f05923;
  font-weight: bold;
}
.building-block.bb-countdown .banner {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  overflow: hidden;
  margin-bottom: 40px;
}
.building-block.bb-countdown .banner span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  padding: 0 10px;
  background: #E8571A;
  display: block;
  position: relative;
  z-index: 10;
}
.building-block.bb-countdown .banner::before, .building-block.bb-countdown .banner::after {
  content: "";
  position: absolute;
  right: 7px;
  height: 25px;
  width: 25px;
  background-color: #E8571A;
  z-index: 1;
  display: block;
}
.building-block.bb-countdown .banner::before {
  top: -25%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.building-block.bb-countdown .banner::after {
  top: 44%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.building-block.bb-countdown .title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 108.95%;
  color: #E4EAF0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
.building-block.bb-countdown .subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 108.95%;
  letter-spacing: 0.02em;
  color: #E4EAF0;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}
.building-block.bb-countdown .author {
  font-weight: 400;
  font-size: 24px;
  line-height: 108.95%;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}
.building-block.bb-countdown .text-wrapper {
  margin-bottom: 17px;
}
.building-block.bb-countdown .text-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.building-block.bb-countdown .countdown-wrapper {
  margin-bottom: 50px;
}
@media (min-width: 990px) {
  .building-block.bb-countdown .countdown-wrapper {
    margin-bottom: 0;
  }
}
.building-block.bb-countdown .countdown-wrapper .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row-wrap;
          flex-flow: row-wrap;
}
.building-block.bb-countdown .countdown-wrapper .countdown > div {
  width: 25%;
  text-align: center;
  border-right: 0.3px solid #fff;
}
.building-block.bb-countdown .countdown-wrapper .countdown > div:last-of-type {
  border-right: none;
}
.building-block.bb-countdown .countdown-wrapper .countdown > div p {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 108.95%;
  color: #FFFFFF;
  margin-bottom: 10px;
}
@media (min-width: 990px) {
  .building-block.bb-countdown .countdown-wrapper .countdown > div p {
    font-size: 64px;
    margin-bottom: 20px;
  }
}
.building-block.bb-countdown .countdown-wrapper .countdown > div span {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 108.95%;
  color: #FFFFFF;
}
@media (min-width: 990px) {
  .building-block.bb-countdown .countdown-wrapper .countdown > div span {
    font-size: 18px;
  }
}
.building-block.bb-countdown .button-wrapper {
  margin: 25px 0;
}
.building-block.bb-countdown .button-wrapper .button-list {
  margin: -5px 0;
  padding: 0;
}
.building-block.bb-countdown .button-wrapper .button-list li {
  margin: 5px 0;
  list-style: none;
  padding: 0;
}
.building-block.bb-countdown .button-wrapper .button, .building-block.bb-countdown .button-wrapper .woocommerce #respond input#submit.alt, .woocommerce #respond .building-block.bb-countdown .button-wrapper input#submit.alt {
  display: inline-block;
  background-color: #E8571A;
  padding: 12px 25px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.building-block.bb-countdown .button-wrapper .button a, .building-block.bb-countdown .button-wrapper .woocommerce #respond input#submit.alt a, .woocommerce #respond .building-block.bb-countdown .button-wrapper input#submit.alt a {
  text-decoration: none;
}
.building-block.bb-countdown .button-wrapper .button span, .building-block.bb-countdown .button-wrapper .woocommerce #respond input#submit.alt span, .woocommerce #respond .building-block.bb-countdown .button-wrapper input#submit.alt span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
  font-weight: bold;
}
.building-block.bb-countdown .button-wrapper .button:hover, .building-block.bb-countdown .button-wrapper .woocommerce #respond input#submit.alt:hover, .woocommerce #respond .building-block.bb-countdown .button-wrapper input#submit.alt:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.building-block.bb-countdown .button-wrapper.peek {
  text-align: center;
  margin: 0 auto 32px;
}
.building-block.bb-countdown .button-wrapper.peek .button span, .building-block.bb-countdown .button-wrapper.peek .woocommerce #respond input#submit.alt span, .woocommerce #respond .building-block.bb-countdown .button-wrapper.peek input#submit.alt span {
  text-transform: none;
}
@media (min-width: 990px) {
  .building-block.bb-countdown .button-wrapper.peek {
    text-align: left;
    margin: 0 0 32px;
  }
}
.building-block.bb-countdown .hidden-content {
  display: none;
}
.building-block.bb-logo-links img {
  margin: 0 auto 30px;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 990px) {
  .building-block.bb-logo-links img {
    margin: 0 auto;
  }
}
.building-block.bb-logo-links img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.building-block.bb-author-bio .bg {
  background-color: #1B243A;
}
.building-block.bb-author-bio .bg .logo-wrapper {
  display: inline-block;
  position: absolute;
  left: 60%;
  top: 55%;
  width: 550px;
}
.building-block.bb-author-bio .bg .logo-wrapper img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.1;
}
.building-block.bb-author-bio .fg .photo-wrapper {
  border-radius: 50%;
  overflow: hidden;
  width: 300px;
  margin: 0 auto 25px;
  padding-bottom: 300px;
  height: 0;
}
.building-block.bb-author-bio .fg .title {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 200%;
  color: #FFFFFF;
  text-align: center;
}
.building-block.bb-author-bio .fg .text-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 200%;
  color: #FFFFFF;
}
.building-block.bb-availability .title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 177.04%;
  color: #6D7073;
  margin-bottom: 18px;
  text-align: center;
}
@media (min-width: 990px) {
  .building-block.bb-availability .title {
    text-align: left;
  }
}
.building-block.bb-availability .countries-wrapper {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  max-width: 420px;
  margin: 0 auto 50px;
  text-align: center;
}
@media (min-width: 990px) {
  .building-block.bb-availability .countries-wrapper {
    margin: 0 auto;
    text-align: left;
  }
}
.building-block.bb-availability .countries-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #6D7073;
  margin-bottom: 5px;
}
.building-block.bb-new-ideas {
  text-align: center;
}
.building-block.bb-new-ideas .bg {
  background-color: #1B243A;
}
.building-block.bb-new-ideas .fg .photo-wrapper {
  margin-bottom: 25px;
}
.building-block.bb-new-ideas .fg > .text-wrapper {
  max-width: 670px;
  margin: 0 auto 70px;
}
.building-block.bb-new-ideas .fg > .text-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 133%;
  color: #FFFFFF;
}
.building-block.bb-new-ideas .fg .box {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
          box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 50px;
}
@media (min-width: 990px) {
  .building-block.bb-new-ideas .fg .box {
    margin-bottom: 0;
  }
}
.building-block.bb-new-ideas .fg .box .icon-wrapper {
  margin-bottom: 5px;
}
.building-block.bb-new-ideas .fg .box .icon-wrapper i {
  font-size: 56px;
  -webkit-filter: brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(2563%) hue-rotate(351deg) brightness(94%) contrast(94%);
          filter: brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(2563%) hue-rotate(351deg) brightness(94%) contrast(94%);
}
.building-block.bb-new-ideas .fg .box h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 177.04%;
  color: #1B243A;
  margin-bottom: 10px;
}
.building-block.bb-new-ideas .fg .box .text-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #1B243A;
}
.building-block.bb-webinars {
  margin-top: -90px;
  margin-bottom: -90px;
  text-align: center;
}
.building-block.bb-webinars .bg .gradient {
  background: linear-gradient(141.91deg, #1A3D8F 0%, #E8571A 100%);
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.building-block.bb-webinars .fg .title {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 108.95%;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.building-block.bb-webinars .fg > .text-wrapper {
  max-width: 428px;
  margin: 0 auto 40px;
}
.building-block.bb-webinars .fg > .text-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 149%;
  color: #FFFFFF;
  margin-bottom: 0;
}
.building-block.bb-webinars .fg .box {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
          box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 50px;
}
@media (min-width: 990px) {
  .building-block.bb-webinars .fg .box {
    margin-bottom: 0;
  }
}
.building-block.bb-webinars .fg .box h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: #E8571A;
  margin-bottom: 16px;
}
.building-block.bb-webinars .fg .box .text-wrapper {
  margin-bottom: 35px;
}
.building-block.bb-webinars .fg .box .text-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 29px;
  color: #6D7073;
}
.building-block.bb-webinars .fg .box button {
  background-color: #E8571A;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.building-block.bb-webinars .fg .box button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.building-block.bb-downloads .photo-wrapper {
  margin-bottom: 20px;
}
@media (min-width: 990px) {
  .building-block.bb-downloads .photo-wrapper {
    margin-bottom: 0;
  }
}
.building-block.bb-downloads .text-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
}
.building-block.bb-downloads .text-wrapper span {
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
  margin-top: 5px;
}
.building-block.bb-downloads .justify-evenly {
  margin-top: 50px;
}
@media (min-width: 990px) {
  .building-block.bb-downloads .justify-evenly {
    margin-top: 25px;
  }
}
.building-block.bb-downloads .justify-evenly img {
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 175px;
}
.building-block.bb-downloads .justify-evenly img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.building-block.bb-downloads .justify-evenly > div:last-of-type {
  margin-top: 50px;
}
@media (min-width: 990px) {
  .building-block.bb-downloads .justify-evenly > div:last-of-type {
    margin-top: 0;
  }
}
.building-block.bb-interactive-animation {
  margin-bottom: 270px;
}
.building-block.bb-interactive-animation .diagram {
  position: relative;
  width: 100%;
  z-index: 2;
}
.building-block.bb-interactive-animation .play {
  cursor: pointer;
  position: absolute;
  width: 45px;
  z-index: 3;
}
.building-block.bb-interactive-animation .play[data-index="0"] {
  left: calc(75.8% - 20px);
  top: 8.1%;
}
.building-block.bb-interactive-animation .play[data-index="1"] {
  left: calc(88% - 20px);
  top: 36.5%;
}
.building-block.bb-interactive-animation .play[data-index="2"] {
  top: 65%;
  left: calc(75.8% - 20px);
}
.building-block.bb-interactive-animation .cover {
  background: #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
  height: 0;
  padding-bottom: 21%;
  position: absolute;
  width: 21%;
  z-index: 4;
}
.building-block.bb-interactive-animation .cover[data-index="0"] {
  right: 13.5%;
  top: 8.7%;
}
.building-block.bb-interactive-animation .cover[data-index="1"] {
  right: 1.1%;
  top: 36.7%;
}
.building-block.bb-interactive-animation .cover[data-index="2"] {
  bottom: 2%;
  right: 13.1%;
}
.building-block.bb-testimonials {
  border-color: #e8e8e8;
  border-style: solid;
  border-width: 9px 0;
}
.building-block.bb-testimonials .testimonials {
  padding-top: 64px;
  padding-bottom: 64px;
  text-align: center;
}
.building-block.bb-testimonials .testimonials .slick-arrow {
  background: #f05923;
  border-radius: 3px;
  border-width: 0;
  bottom: 27px;
  color: white;
  cursor: pointer;
  height: 25px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 25px;
}
.building-block.bb-testimonials .testimonials .slick-arrow.slick-prev {
  padding-right: 3px;
  right: calc(50% + 3px);
}
.building-block.bb-testimonials .testimonials .slick-arrow.slick-next {
  left: calc(50% + 3px);
  padding-left: 3px;
}
.building-block.bb-testimonials .testimonials .testimonial {
  display: table;
  width: 100%;
}
.building-block.bb-testimonials .testimonials .testimonial .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.building-block.bb-testimonials .testimonials .testimonial .portrait {
  border-radius: 50%;
  display: block;
  margin: 37px auto 20px;
  width: 74px;
}
.building-block.bb-testimonials .testimonials .testimonial .quote {
  display: block;
  font-size: 18px;
  font-weight: 200;
  line-height: 150%;
}
@media (min-width: 768px) {
  .building-block.bb-testimonials .testimonials .testimonial .quote {
    font-size: 23px;
    margin: 0 auto;
    width: 65%;
  }
}
.building-block.bb-testimonials .testimonials .testimonial .quote .mark {
  display: inline-block;
  opacity: 0.25;
  width: 25px;
}
.building-block.bb-testimonials .testimonials .testimonial .quote .mark.start {
  margin: 0 7px 0 0;
}
.building-block.bb-testimonials .testimonials .testimonial .quote .mark.end {
  margin: 0 0 0 7px;
}
.building-block.bb-testimonials .testimonials .testimonial .source {
  display: block;
  font-style: italic;
  font-size: 24px;
  font-weight: 200;
  margin-top: 21px;
}
@media (min-width: 768px) {
  .building-block.bb-testimonials .testimonials .testimonial .source {
    font-size: 28px;
  }
}
.building-block.bb-image-text .row .image {
  margin-bottom: 2em;
}
.building-block.bb-image-text .row .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .building-block.bb-image-text .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .building-block.bb-image-text .row > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .building-block.bb-image-text .row .text:not(.col-md-pull-6) .text-wrap {
    padding-left: 7em;
  }
  .building-block.bb-image-text .row .text.col-md-pull-6 .text-wrap {
    padding-right: 7em;
  }
  .building-block.bb-image-text .row .image {
    margin-bottom: 0;
  }
  .building-block.bb-image-text .row .image.col-md-push-6 {
    padding-left: 0;
  }
  .building-block.bb-image-text .row .image:not(.col-md-push-6) {
    padding-right: 0;
  }
}
.building-block.bb-button .button, .building-block.bb-button .woocommerce #respond input#submit.alt, .woocommerce #respond .building-block.bb-button input#submit.alt,
.building-block.bb-button .woocommerce a.button.alt,
.woocommerce .building-block.bb-button a.button.alt,
.building-block.bb-button .woocommerce button.button.alt,
.woocommerce .building-block.bb-button button.button.alt,
.building-block.bb-button .woocommerce input.button.alt,
.woocommerce .building-block.bb-button input.button.alt {
  margin: 0 auto;
}
.building-block.bb-item-list .sub-title {
  color: #5176ac;
  font-size: 24px;
}
.building-block.bb-image-action {
  border-radius: 10px;
  overflow: hidden;
}
.building-block.bb-image-action .buttons {
  text-align: center;
  margin-top: 3em;
}
.building-block.bb-image-action .body .text-content {
  background: #f05923;
  color: #fff;
  padding: 5em 3em;
}
.building-block.bb-image-action .body .text-content .title {
  color: inherit;
  margin-bottom: 1em;
}
.building-block.bb-image-action .image {
  min-height: 300px;
}
@media (min-width: 990px) {
  .building-block.bb-image-action .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .building-block.bb-image-action .body > * {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .building-block.bb-image-action .body .text-content {
    z-index: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .building-block.bb-image-action .body .image {
    z-index: 0;
    min-height: 0;
  }
  .building-block.bb-image-action .body .image:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #f05923), color-stop(50%, transparent));
    background: linear-gradient(to top right, #f05923 50%, transparent 50%);
    left: 0;
    z-index: 1;
  }
}
.building-block .accordion .item {
  margin-bottom: 2em;
}
.building-block .accordion .item .accordion-title {
  font-size: 24px;
}
.building-block .accordion .item .accordion-title button {
  display: block;
  background: #063e90 !important;
  color: #fff !important;
  padding: 0.5em 1em !important;
  font: inherit !important;
  width: 100% !important;
  border-radius: 0 !important;
  text-align: left !important;
}
.building-block .accordion .item .accordion-title button:after {
  content: "–";
  float: right;
}
.building-block .accordion .item.collapsed > .accordion-title button:after {
  content: "+";
}
.building-block .accordion .item.collapsed > .content {
  display: none;
}
.building-block.bb-products ul.products {
  padding: 0;
  margin: 0;
}
.building-block.bb-products ul.products li.product {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.building-block.bb-products ul.products li.product img {
  width: 25%;
  margin-right: 2rem;
  height: auto;
}
.building-block.bb-products ul.products li.product .woocommerce-loop-product__title {
  margin: 0;
}
.building-block.bb-products ul.products li.product .price {
  margin: 0 0 2rem;
  color: #063e90;
  font-weight: bold;
  display: block;
  font-size: 1.2rem;
}
.building-block.bb-products ul.products li.product .shopify-buy-frame iframe {
  margin: 0;
}

.multicolumn-row {
  margin-bottom: calc(-1 * 90px);
}
.multicolumn-row .multicolumn {
  margin-bottom: 45px;
}
.multicolumn-row .multicolumn .column-wrap {
  display: block;
}
.multicolumn-row .multicolumn .column-image img {
  display: block;
}
.multicolumn-row .multicolumn .column-content:not(:empty) {
  padding-top: 2em;
}
.multicolumn-row .multicolumn .column-title {
  color: #333333;
  font-size: 18px;
}
.multicolumn-row .multicolumn .column-subtitle {
  font-size: 16px;
  font-weight: normal;
}
.multicolumn-row .multicolumn iframe {
  max-width: none;
}
.multicolumn-row .multicolumn.column-style-shadowed-box > .column-wrap {
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.multicolumn-row .multicolumn.column-style-shadowed-box .column-content {
  padding: 1.5em;
}
.multicolumn-row .multicolumn.column-style-tall-image .column-image {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .multicolumn-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .multicolumn-row .multicolumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .multicolumn-row .multicolumn .column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .multicolumn-row .multicolumn .column-wrap > .column-wrap {
    display: block;
  }
}

.featherlight-content .featherlight-image {
  margin: 0 auto;
  max-height: 85vh;
}

.big-idea-block {
  position: relative;
  margin-bottom: 6.25rem;
}
.big-idea-block.bib-intro-block {
  text-align: center;
}
.big-idea-block.bib-intro-block .subtitle {
  font-weight: bold;
  color: #f05923;
  font-size: 2rem;
  line-height: 1.21;
  margin: 0;
}
@media (min-width: 768px) {
  .big-idea-block.bib-intro-block .subtitle {
    font-size: 2.375rem;
  }
}
.big-idea-block.bib-intro-block .subtitle span {
  color: #f6b23c;
}
.big-idea-block.bib-intro-block h1 {
  color: #063e90;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .big-idea-block.bib-intro-block h1 {
    font-size: 9.375rem;
  }
}
.big-idea-block.bib-intro-block .text p {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.33;
  color: #063e90;
  margin: 0;
}
.big-idea-block.bib-four-column-block .subtitle {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: bold;
  color: #607991;
  margin: 0;
}
.big-idea-block.bib-four-column-block h2 {
  font-size: 2.375rem;
  line-height: 1.21;
  color: #1B243A;
  font-weight: bold;
  margin-bottom: 2rem;
}
.big-idea-block.bib-four-column-block .image {
  margin-bottom: 4rem;
}
.big-idea-block.bib-four-column-block .columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
}
@media (min-width: 768px) {
  .big-idea-block.bib-four-column-block .columns {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 990px) {
  .big-idea-block.bib-four-column-block .columns {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.big-idea-block.bib-four-column-block .columns .column.red h3 {
  border-color: #F13B6A;
}
.big-idea-block.bib-four-column-block .columns .column.orange h3 {
  border-color: #FC780B;
}
.big-idea-block.bib-four-column-block .columns .column.green h3 {
  border-color: #5AB92D;
}
.big-idea-block.bib-four-column-block .columns .column.blue h3 {
  border-color: #0DA4DB;
}
.big-idea-block.bib-four-column-block .columns .column h3 {
  background: #fff;
  border: 8px solid transparent;
  -webkit-box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
          box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
  border-radius: 10px;
  margin-bottom: 1.5rem;
  color: #1B243A;
  font-size: 1.5rem;
  line-height: 1.33;
  text-align: center;
  padding: 10px;
  display: -ms-grid;
  display: grid;
}
.big-idea-block.bib-four-column-block .columns .column h3 > * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.big-idea-block.bib-info-block {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.big-idea-block.bib-info-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #063e90;
}
.big-idea-block.bib-info-block .boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
}
@media (min-width: 990px) {
  .big-idea-block.bib-info-block .boxes {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.big-idea-block.bib-info-block .boxes .box {
  background: #fff;
  border-radius: 0.5rem;
  padding: 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  text-align: center;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
}
@media (min-width: 768px) {
  .big-idea-block.bib-info-block .boxes .box {
    -ms-grid-columns: 4rem auto;
    grid-template-columns: 4rem auto;
    text-align: left;
  }
}
.big-idea-block.bib-info-block .boxes .box h2 {
  color: #063e90;
  font-size: 1.75rem;
  line-height: 1.28;
  font-weight: 600;
  margin-bottom: 10px;
}
.big-idea-block.bib-info-block .boxes .box p {
  margin-bottom: 0;
}
.big-idea-block.bib-info-block .boxes .box a {
  color: #f05923;
}
.big-idea-block.bib-info-block .boxes .popup-text {
  display: none;
}
.big-idea-block.bib-materials-block .subtitle {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: bold;
  color: #607991;
  margin: 0;
}
.big-idea-block.bib-materials-block h2 {
  font-size: 2.375rem;
  line-height: 1.21;
  color: #1B243A;
  font-weight: bold;
  margin-bottom: 2rem;
}
.big-idea-block.bib-materials-block .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
}
@media (min-width: 990px) {
  .big-idea-block.bib-materials-block .grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.big-idea-block.bib-materials-block .grid .posts {
  -webkit-box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
          box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
  margin: 1.25rem 0;
}
.big-idea-block.bib-materials-block .grid .posts .post {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 1.25rem auto;
  grid-template-columns: 60px auto;
  grid-column-gap: 1.25rem;
  border-bottom: 2px solid #E4EAF0;
  padding: 1rem 2rem;
}
.big-idea-block.bib-materials-block .grid .posts .post > * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.big-idea-block.bib-materials-block .grid .posts .post:last-of-type {
  border-bottom: none;
}
.big-idea-block.bib-materials-block .grid .posts .post h3 {
  color: #1B243A;
}
.big-idea-block.bib-materials-block .grid .posts .post a {
  color: #f05923;
  text-decoration: underline;
}
.big-idea-block.bib-materials-block .grid .posts .post h3,
.big-idea-block.bib-materials-block .grid .posts .post a {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  margin: 0;
}
.big-idea-block.bib-details-block .subtitle {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: bold;
  color: #607991;
  margin: 0;
}
.big-idea-block.bib-details-block h2 {
  font-size: 2.375rem;
  line-height: 1.21;
  color: #1B243A;
  font-weight: bold;
  margin-bottom: 2rem;
}
.big-idea-block.bib-details-block .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
}
@media (min-width: 990px) {
  .big-idea-block.bib-details-block .grid {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
}
.big-idea-block.bib-details-block .grid > div {
  border-top: 1.25rem solid transparent;
  padding-top: 1rem;
}
.big-idea-block.bib-details-block .grid > div h3 {
  font-size: 1.5rem;
  line-height: 1.33;
  color: #1B243A;
}
.big-idea-block.bib-details-block .grid .main {
  border-color: #FC780B;
}
.big-idea-block.bib-details-block .grid .side {
  border-color: #f6b23c;
}
.big-idea-block.bib-authors-block h2 {
  font-size: 2.375rem;
  line-height: 1.21;
  color: #1B243A;
  font-weight: bold;
  margin-bottom: 2rem;
}
.big-idea-block.bib-authors-block .authors {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
}
@media (min-width: 990px) {
  .big-idea-block.bib-authors-block .authors {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.big-idea-block.bib-authors-block .authors .author {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.5rem 1.25rem auto;
  grid-template-columns: 7.5rem auto;
  grid-column-gap: 1.25rem;
}
.big-idea-block.bib-authors-block .authors .author > * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.big-idea-block.bib-authors-block .authors .author .thumbnail {
  border-radius: 50%;
  overflow: hidden;
}
.big-idea-block.bib-authors-block .authors .author .thumbnail img {
  display: block;
}
.big-idea-block.bib-authors-block .authors .author .text h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.3;
  color: #13314E;
  margin-bottom: 0;
}
.big-idea-block.bib-authors-block .authors .author .text p {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 500;
  color: #55687B;
  margin: 0;
}

.get-started .started-wrapper {
  -webkit-box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
          box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
  padding: 2.5rem;
  margin-bottom: 6.25rem;
}
.get-started .started-wrapper .subtitle {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: bold;
  color: #607991;
  margin: 0;
}
.get-started .started-wrapper h2 {
  font-size: 2.375rem;
  line-height: 1.21;
  color: #1B243A;
  font-weight: bold;
  margin-bottom: 2rem;
}
.get-started .started-wrapper .tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
}
@media (min-width: 768px) {
  .get-started .started-wrapper .tabs {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
.get-started .started-wrapper .tabs > * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.get-started .started-wrapper .tabs a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #E4EAF0;
  border-radius: 0.5rem;
  padding: 1.25rem;
  font-weight: bold;
  color: #063e90;
  font-size: 1.75rem;
  line-height: 1.28;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
  text-decoration: none;
}
.get-started .started-wrapper .tabs a.active {
  color: #fff;
  background-color: #D1470D !important;
}
.get-started .started-wrapper .tabs a:hover, .get-started .started-wrapper .tabs a:focus {
  color: #fff;
  background-color: #f15e20;
}
.get-started .started-content .panel {
  display: none;
}
.get-started .started-content .panel[aria-expanded=true] {
  display: block;
}

.post-type-archive-resource_post .resource-cat-description, .tax-resource_category .resource-cat-description {
  margin-top: 20px;
}
.post-type-archive-resource_post .resource-previews, .tax-resource_category .resource-previews {
  margin-top: 10px;
  min-height: 400px;
}
.post-type-archive-resource_post .resource-previews .resource-sizer, .tax-resource_category .resource-previews .resource-sizer {
  display: none;
  min-height: 1px;
}
.post-type-archive-resource_post .resource-previews .resource, .tax-resource_category .resource-previews .resource {
  margin-top: 30px;
}
.post-type-archive-resource_post .resource-previews .resource[data-position="0"], .tax-resource_category .resource-previews .resource[data-position="0"] {
  clear: left;
}
.post-type-archive-resource_post .resource-previews .resource .wrapper, .tax-resource_category .resource-previews .resource .wrapper {
  background: white;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.05);
}
.post-type-archive-resource_post .resource-previews .resource .wrapper .img-wrapper, .tax-resource_category .resource-previews .resource .wrapper .img-wrapper {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 450px) {
  .post-type-archive-resource_post .resource-previews .resource .wrapper .img-wrapper, .tax-resource_category .resource-previews .resource .wrapper .img-wrapper {
    margin-top: 0;
  }
}
.post-type-archive-resource_post .resource-previews .resource .wrapper .img-wrapper .img-sub-wrapper, .tax-resource_category .resource-previews .resource .wrapper .img-wrapper .img-sub-wrapper {
  position: relative;
  aspect-ratio: 400/400;
}
.post-type-archive-resource_post .resource-previews .resource .wrapper .img-wrapper .img-sub-wrapper.size--scaled, .tax-resource_category .resource-previews .resource .wrapper .img-wrapper .img-sub-wrapper.size--scaled {
  aspect-ratio: initial;
}
.post-type-archive-resource_post .resource-previews .resource .wrapper .img-wrapper .img-sub-wrapper.size--scaled img, .tax-resource_category .resource-previews .resource .wrapper .img-wrapper .img-sub-wrapper.size--scaled img {
  max-width: 90%;
  margin: 0 auto;
}
.post-type-archive-resource_post .resource-previews .resource .wrapper .img-wrapper .img-sub-wrapper.size--tall, .tax-resource_category .resource-previews .resource .wrapper .img-wrapper .img-sub-wrapper.size--tall {
  aspect-ratio: 300/420;
}
.post-type-archive-resource_post .resource-previews .resource .wrapper .img-wrapper .img-sub-wrapper.size--wide, .tax-resource_category .resource-previews .resource .wrapper .img-wrapper .img-sub-wrapper.size--wide {
  aspect-ratio: 400/110;
}
.post-type-archive-resource_post .resource-previews .resource .wrapper .content, .tax-resource_category .resource-previews .resource .wrapper .content {
  padding: 10px 20px 20px;
}
.post-type-archive-resource_post .resource-previews .resource .wrapper .content .title, .tax-resource_category .resource-previews .resource .wrapper .content .title {
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}
.post-type-archive-resource_post .resource-previews .resource .wrapper .content p, .tax-resource_category .resource-previews .resource .wrapper .content p {
  font-size: 15px;
}

.archive #task-archive {
  margin-top: 40px;
}
.archive #task-archive .filter-controls .control {
  border: 1px solid #cccccc;
  margin-top: 9px;
  padding: 0 10px;
  position: relative;
}
@media (min-width: 768px) {
  .archive #task-archive .filter-controls .control {
    margin-top: 18px;
  }
}
@media (min-width: 990px) {
  .archive #task-archive .filter-controls .control {
    margin-top: 0;
  }
}
.archive #task-archive .filter-controls .control .primary-name {
  font-size: 16px;
  height: 38px;
  line-height: 38px;
}
.archive #task-archive .filter-controls .control .arrow {
  color: #b0b0b0;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 13px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 20px;
}
.archive #task-archive .filter-controls .control:hover .options, .archive #task-archive .filter-controls .control:focus .options, .archive #task-archive .filter-controls .control:focus-within .options {
  display: block;
}
.archive #task-archive .filter-controls .control .options {
  background: #f1f1f1;
  border: 1px solid #cccccc;
  cursor: pointer;
  display: none;
  position: absolute;
  left: -1px;
  top: 100%;
  width: calc(100% + 2px);
  z-index: 1000;
}
.archive #task-archive .filter-controls .control .options .option {
  border-top: 1px solid #cccccc;
  font-size: 14px;
  -webkit-transition: background 250ms ease-out 0ms;
  transition: background 250ms ease-out 0ms;
  clear: both;
}
.archive #task-archive .filter-controls .control .options .option:hover, .archive #task-archive .filter-controls .control .options .option:focus {
  background: #dfdfdf;
}
.archive #task-archive .filter-controls .control .options .option:first-child {
  border-width: 0;
}
.archive #task-archive .filter-controls .control .options .option[data-checked=true] .checkbox {
  background: #f05923;
  border-color: #f05923;
}
.archive #task-archive .filter-controls .control .options .option .checkbox {
  border: 1px solid #909090;
  border-radius: 1px;
  display: inline-block;
  float: left;
  height: 10px;
  margin: 12px 7px 0;
  width: 10px;
}
.archive #task-archive .filter-controls .control .options .option .name {
  display: inline-block;
  float: left;
  line-height: 34px;
  width: calc(100% - 24px);
}
.archive #task-archive .results {
  margin-top: 30px;
}
.archive #task-archive .results .row {
  min-height: 400px;
}
.archive #task-archive .results .task-sizer {
  min-height: 1px;
}
.archive #task-archive .results .task {
  margin-bottom: 25px;
  -webkit-transition: opacity 250ms ease 0ms;
  transition: opacity 250ms ease 0ms;
}
.archive #task-archive .results .task.faded {
  opacity: 0;
}
.archive #task-archive .results .task .wrapper {
  background: white;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.05);
}
.archive #task-archive .results .task .wrapper .featured-img {
  float: left;
  width: 100%;
}
.archive #task-archive .results .task .wrapper .content {
  padding: 10px 20px 20px;
}
.archive #task-archive .results .task .wrapper .content .title {
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}
.archive #task-archive .results .task .wrapper .content .term {
  background: #f0f0f0;
  border-radius: 10px;
  display: inline-block;
  color: #606060;
  font-size: 10px;
  height: 20px;
  line-height: 18px;
  margin: 4px 0 0 0;
  padding: 0 11px;
}

.bbpress.forum-archive .bbp-forums .bbp-forum-info {
  width: 77%;
}
.bbpress.forum .bbp-topics .bbp-topic-title {
  width: 77%;
}
.bbpress.forum .bbp-topics .bbp-topic-title .bbp-topic-permalink {
  font-weight: bold;
}
.bbpress.forum .bbp-topics .bbp-topic-permalink {
  font-size: 14px;
}
.bbpress.topic .bbp-reply-content {
  font-size: 14px;
}
.bbpress .bbp-forums-list li {
  display: list-item !important;
}

.bbp-pagination-links > a, .bbp-pagination-links > span, .bbp-topic-pagination > a, .bbp-topic-pagination > span {
  border-radius: 1em;
  width: 2em;
  line-height: 2em;
  height: 2em;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.bbp-pagination-links a:hover, .bbp-pagination-links span.current, .bbp-topic-pagination a:hover, .bbp-topic-pagination span.current {
  background: #063e90;
  border: #063e90;
  color: #fff;
}
.bbp-pagination-links .next :before, .bbp-pagination-links .prev :before, .bbp-topic-pagination .next :before, .bbp-topic-pagination .prev :before {
  vertical-align: middle;
}

.bbp-topic-pagination > a, .bbp-topic-pagination > span {
  line-height: 1.5em;
}

.page-template-page-downloads .download-button {
  margin-top: 150px;
  margin-bottom: 150px;
}

#footer {
  padding-bottom: 50px;
  background: white;
}
#footer > .container, .home .front-hero #footer > .text-wrapper {
  border-top: 2px solid #eaeaf0;
  padding-top: 2.5rem;
}
#footer .logo {
  display: block;
  margin: 0 auto 2.5rem;
  float: none;
}
#footer .logo.youcubed {
  max-width: 100%;
  width: 266px;
}
#footer .links {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 990px) {
  #footer .links {
    text-align: inherit;
    margin-top: 0;
  }
}
#footer .links .title {
  font-size: 24px;
  font-weight: 700;
}
#footer .links ul {
  color: #777777;
  font-size: 16px;
  margin-top: 23px;
}
#footer .links ul li {
  padding: 6px 0;
}
#footer .links ul li a:hover {
  color: #777777;
  text-decoration: underline;
}
#footer .actions {
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 990px) {
  #footer .actions {
    margin-top: 0;
  }
}
#footer .actions .button, #footer .actions .woocommerce #respond input#submit.alt, .woocommerce #respond #footer .actions input#submit.alt {
  display: block;
  background-color: #1B243A;
  padding: 1.125rem 2.5rem;
  margin: 0 auto 25px;
}
#footer .actions .button:hover, #footer .actions .woocommerce #respond input#submit.alt:hover, .woocommerce #respond #footer .actions input#submit.alt:hover, #footer .actions .button:focus, #footer .actions .woocommerce #respond input#submit.alt:focus, .woocommerce #respond #footer .actions input#submit.alt:focus {
  background-color: #0b0e17;
}
#footer .actions .pt-logo {
  display: inline-block;
  margin-bottom: 30px;
  max-height: 60px;
}
#footer .actions .pt-logo + .pt-logo {
  margin-left: 20px;
}
#footer .actions .social-media {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .actions .social-media .icon {
  color: #1B243A;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  border-bottom: 2px solid transparent;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#footer .actions .social-media .icon:hover, #footer .actions .social-media .icon:focus {
  border-bottom: 2px solid #1B243A;
}

.footer-newsletter {
  padding: 2.5rem 0;
  -webkit-box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
          box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
}
.footer-newsletter .newsletter-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 2.5rem;
}
@media (min-width: 768px) {
  .footer-newsletter .newsletter-grid {
    -ms-grid-columns: 1fr 5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5rem;
  }
  .footer-newsletter .newsletter-grid > * {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.footer-newsletter h2 {
  color: #1B243A;
  margin-bottom: 0.5rem;
}
.footer-newsletter p {
  color: #1B243A;
  font-size: 1rem;
  margin-bottom: 0;
}
.footer-newsletter form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto -webkit-max-content;
  -ms-grid-columns: auto max-content;
  grid-template-columns: auto -webkit-max-content;
  grid-template-columns: auto max-content;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.footer-newsletter form .gfield_label {
  display: none !important;
}
.footer-newsletter form .gform_body input {
  border-radius: 50px 0 0 50px;
  border-color: #e44e19;
  padding: 1rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.44;
  border-right: none;
}
.footer-newsletter form .gform_body .gfield {
  margin-bottom: 0;
}
.footer-newsletter form .gform_footer input[type=submit], .footer-newsletter form .gform_footer button {
  border-radius: 0 50px 50px 0;
  background-color: #e44e19;
  padding: 1.125rem 2.5rem;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.44;
}
.footer-newsletter form .gform_footer input[type=submit]:hover, .footer-newsletter form .gform_footer input[type=submit]:focus, .footer-newsletter form .gform_footer button:hover, .footer-newsletter form .gform_footer button:focus {
  background-color: #b63e14;
}

.su-logo img {
  width: auto;
}

.home main .block {
  margin-bottom: 4.5rem;
}
.home .intro {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 3rem;
  grid-row-gap: 1.25rem;
}
@media (min-width: 768px) {
  .home .intro {
    -ms-grid-columns: auto 7.5rem -webkit-max-content;
    -ms-grid-columns: auto 7.5rem max-content;
    grid-template-columns: auto -webkit-max-content;
    grid-template-columns: auto max-content;
    grid-column-gap: 7.5rem;
  }
  .home .intro > * {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.home .intro .intro-text h2 {
  color: #0d296d;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  line-height: 1.12;
}
.home .intro .intro-text p {
  font-size: 1rem;
  margin-bottom: 0;
}
.home .intro .intro-button .button, .home .intro .intro-button .woocommerce #respond input#submit.alt, .woocommerce #respond .home .intro .intro-button input#submit.alt {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.44;
  border-radius: 50px;
}
.home .front-hero {
  background: radial-gradient(50% 50% at 50% 50%, #1A3D8F 0%, #0A2157 100%);
}
.home .front-hero .image-wrapper {
  overflow: hidden;
}
.home .front-hero .image-wrapper img {
  max-width: calc(100% + 4px);
  width: calc(100% + 4px);
  margin-left: -2px;
}
.home .front-hero .text-wrapper .title-wrapper {
  padding-top: 75px;
}
.home .front-hero .text-wrapper .title-wrapper h1 {
  color: white;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .home .front-hero .text-wrapper .title-wrapper h1 {
    font-size: 52px;
    line-height: 1.25;
  }
}
@media (min-width: 990px) {
  .home .front-hero .text-wrapper .title-wrapper h1 {
    font-size: 62px;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) {
  .home .front-hero .text-wrapper .title-wrapper h1 {
    font-size: 72px;
    line-height: 1.25;
  }
}
.home .front-hero .text-wrapper .count-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 2rem 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .home .front-hero .text-wrapper .count-wrapper {
    -ms-grid-columns: auto 4.5rem auto;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 4.5rem;
  }
}
.home .front-hero .text-wrapper .count-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#F6B23C), to(#E8571A));
  background: linear-gradient(90deg, #F6B23C 0%, #E8571A 100%);
}
.home .front-hero .text-wrapper .count-wrapper .logo img {
  margin: 0 auto;
  display: block;
}
.home .front-hero .text-wrapper .count-wrapper .count {
  text-align: center;
}
.home .front-hero .text-wrapper .count-wrapper .count-number {
  line-height: 0.83 !important;
  font-weight: bold;
  margin-bottom: 0;
  color: white;
}
.home .front-hero .text-wrapper .count-wrapper .count-text {
  color: white;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0;
}
.home .front-stats .stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 2.5rem;
}
@media (min-width: 768px) {
  .home .front-stats .stats {
    -ms-grid-columns: 1fr 5.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5.25rem;
  }
}
@media (min-width: 1200px) {
  .home .front-stats .stats {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.home .front-stats .stats .stat .large-text {
  color: #063e90;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.625rem;
  font-size: 42px;
}
@media (min-width: 768px) {
  .home .front-stats .stats .stat .large-text {
    font-size: 52px;
  }
}
@media (min-width: 990px) {
  .home .front-stats .stats .stat .large-text {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .home .front-stats .stats .stat .large-text {
    font-size: 72px;
  }
}
.home .front-stats .stats .stat .large-text span {
  font-size: 38px;
  line-height: 1.21;
  font-weight: bold;
  font-size: 22px;
}
@media (min-width: 768px) {
  .home .front-stats .stats .stat .large-text span {
    font-size: 28px;
  }
}
@media (min-width: 990px) {
  .home .front-stats .stats .stat .large-text span {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .home .front-stats .stats .stat .large-text span {
    font-size: 38px;
  }
}
.home .front-stats .stats .stat .small-text {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.44;
  color: #1B243A;
}
.home .front-tasks .tasks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}
@media (min-width: 768px) {
  .home .front-tasks .tasks {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.home .front-tasks .tasks .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px auto;
  grid-template-columns: 180px auto;
  height: 100%;
}
.home .front-tasks .tasks article {
  -webkit-box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
          box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
  border-radius: 0.75rem;
  margin: 0;
}
.home .front-tasks .tasks article .thumbnail-wrapper {
  position: relative;
}
.home .front-tasks .tasks article .thumbnail-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .front-tasks .tasks article .text-wrapper {
  padding: 1.25rem;
}
.home .front-tasks .tasks article .text-wrapper p {
  font-size: 1rem;
  line-height: 1.44;
  margin-bottom: 0;
  color: #1B243A;
}
.home .front-tasks .tasks article .text-wrapper .category {
  margin-bottom: 0.625rem;
}
.home .front-tasks .tasks article .text-wrapper h3 {
  font-size: 22px;
  line-height: 1.44;
  margin-bottom: 0.625rem;
  color: #e44e19;
}
.home .front-tasks .tasks article .text-wrapper a {
  text-decoration: underline;
  color: #e44e19;
}
.home .front-tasks .tasks article .text-wrapper a:hover, .home .front-tasks .tasks article .text-wrapper a:focus {
  text-decoration-thickness: 3px;
}
.home .front-cards .container > img, .home .front-cards .front-hero .text-wrapper > img, .home .front-hero .front-cards .text-wrapper > img {
  width: 100%;
}
.home .front-cards .svg-settings {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.home .front-cards .linear-stop1 {
  stop-color: #F6B23C;
}
.home .front-cards .linear-stop2 {
  stop-color: #E8571A;
}
.home .front-cards .cards-wrapper {
  padding: 2.5rem;
  background: linear-gradient(114.03deg, #1A3D8F 0%, #E8571A 100%);
  -webkit-box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
          box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
}
.home .front-cards .cards-wrapper .cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 2.5rem;
}
@media (min-width: 768px) {
  .home .front-cards .cards-wrapper .cards {
    -ms-grid-columns: 1fr 2.5rem 1fr 2.5rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.5rem;
  }
}
.home .front-cards .cards-wrapper .card {
  background: white;
  padding: 2.5rem;
}
.home .front-cards .cards-wrapper .card .icon-wrapper {
  margin-bottom: 1.875rem;
}
.home .front-cards .cards-wrapper .card i, .home .front-cards .cards-wrapper .card svg {
  font-size: 72px;
  line-height: 1;
}
.home .front-cards .cards-wrapper .card i path, .home .front-cards .cards-wrapper .card svg path {
  fill: url(#linear);
}
.home .front-cards .cards-wrapper .card h3 {
  font-size: 22px;
  line-height: 1.45;
  text-decoration: underline;
  margin-bottom: 0.75rem;
  color: #1B243A;
}
.home .front-cards .cards-wrapper .card a {
  color: #1B243A;
}
.home .front-cards .cards-wrapper .card a:hover h3, .home .front-cards .cards-wrapper .card a:focus h3 {
  text-decoration-thickness: 3px;
}
.home .front-cards .cards-wrapper .card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.44;
  color: #1B243A;
}
.home .front-events .container > img, .home .front-events .front-hero .text-wrapper > img, .home .front-hero .front-events .text-wrapper > img {
  width: 100%;
}
.home .front-events .events-wrapper {
  -webkit-box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
          box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 330px auto;
  grid-template-rows: 330px auto;
}
.home .front-events .events-wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.home .front-events .events-wrapper > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
@media (min-width: 768px) {
  .home .front-events .events-wrapper {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: 330px auto;
    grid-template-columns: 330px auto;
  }
  .home .front-events .events-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .home .front-events .events-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.home .front-events .events-wrapper .events-image {
  position: relative;
}
.home .front-events .events-wrapper .events-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .front-events .events-wrapper .events-text {
  padding: 2.5rem;
}
.home .front-events .events-wrapper .events-text h2 {
  font-size: 2rem;
  line-height: 1.12;
  font-weight: bold;
  color: #1B243A;
  margin-bottom: 1.25rem;
}
.home .front-events .events-wrapper .events-text .text {
  margin-bottom: 2.75rem;
  font-size: 1rem;
  line-height: 1.44;
  color: #1B243A;
}
.home .front-events .events-wrapper .events article {
  -webkit-box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
          box-shadow: 0px 0px 25px rgba(27, 36, 58, 0.12);
  margin-bottom: 0.625rem;
  padding: 1.25rem;
}
.home .front-events .events-wrapper .events article p {
  color: #1B243A;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.home .front-events .events-wrapper .events article a {
  font-size: 1rem;
  font-weight: bold;
  color: #e44e19;
  text-decoration: underline;
}
.home .front-events .events-wrapper .events article a:hover, .home .front-events .events-wrapper .events article a:focus {
  text-decoration-thickness: 3px;
}
.home .front-events .events-wrapper .button, .home .front-events .events-wrapper .woocommerce #respond input#submit.alt, .woocommerce #respond .home .front-events .events-wrapper input#submit.alt {
  margin-top: 2.5rem;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44;
  border-radius: 50px;
}
.home .front-news .news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 5rem;
}
@media (min-width: 768px) {
  .home .front-news .news {
    grid-row-gap: 2.5rem;
  }
}
.home .front-news .news article {
  margin-bottom: 0;
}
.home .front-news .news article .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 41px;
}
@media (min-width: 768px) {
  .home .front-news .news article .grid {
    -ms-grid-columns: 1fr 111px 3fr;
    grid-template-columns: 1fr 3fr;
    grid-column-gap: 111px;
  }
}
.home .front-news .news article .thumbnail-wrapper img {
  max-width: 100%;
  width: 230px;
}
.home .front-news .news article .text-wrapper {
  position: relative;
}
.home .front-news .news article .text-wrapper:before {
  content: "";
  position: absolute;
  background-color: #eaeaf0;
  height: 1px;
  left: 0;
  right: 0;
  top: -21px;
}
@media (min-width: 768px) {
  .home .front-news .news article .text-wrapper:before {
    height: unset;
    right: unset;
    width: 1px;
    top: 0;
    bottom: 0;
    left: -61px;
  }
}
.home .front-news .news article .text-wrapper h3 {
  font-size: 1.5rem;
  line-height: 1.33;
  margin-bottom: 0.75rem;
  color: #1B243A;
}
.home .front-news .news article .text-wrapper a {
  margin-top: 2rem;
  font-weight: bold;
  text-decoration: underline;
  color: #e44e19;
  display: inline-block;
}
.home .front-news .news article .text-wrapper a:hover, .home .front-news .news article .text-wrapper a:focus {
  text-decoration-thickness: 3px;
}

html[lang=pt-br] .home .front-events {
  display: none;
}

#header {
  color: #063e90;
  position: relative;
  z-index: 15;
}
body.single-wim_post #header, body.page-template-wim-summary #header {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header .header-0 {
  background-color: #2E2D29;
  padding: 13px 0;
}
#header .header-0 img {
  width: auto;
  height: 24px;
  display: inline-block;
}
#header .header-0 .wpml-container {
  display: none;
  float: right;
  left: 0;
  position: absolute;
  top: 100%;
}
@media (min-width: 990px) {
  #header .header-0 .wpml-container {
    display: block;
    left: auto;
    position: relative;
    top: auto;
  }
}
#header .header-0 .wpml-container #lang_sel {
  font-size: 14px;
  position: relative;
  width: 210px !important;
  z-index: 850;
}
@media (min-width: 450px) {
  #header .header-0 .wpml-container #lang_sel {
    font-size: inherit;
  }
}
#header .header-1 {
  border-bottom: 1px solid #eaeaf0;
}
#header .header-1 .left-col {
  float: left;
}
#header .header-1 .left-col .logo {
  float: left;
  padding: 15px 0 11px;
  width: 150px;
}
@media (min-width: 768px) {
  #header .header-1 .left-col .logo {
    width: 252px;
  }
}
#header .header-1 .left-col .button, #header .header-1 .left-col .woocommerce #respond input#submit.alt, .woocommerce #respond #header .header-1 .left-col input#submit.alt {
  margin: 1.3em 0 0 1em;
  display: none;
}
@media (min-width: 768px) {
  #header .header-1 .left-col .button, #header .header-1 .left-col .woocommerce #respond input#submit.alt, .woocommerce #respond #header .header-1 .left-col input#submit.alt {
    display: inline-block;
  }
}
#header .header-1 .right-col {
  display: none;
  float: right;
  margin: 3px 0 0;
}
@media (min-width: 450px) {
  #header .header-1 .right-col {
    margin: 11px 0 12px;
  }
}
@media (min-width: 768px) {
  #header .header-1 .right-col {
    margin: 19px 0 18px;
  }
}
@media (min-width: 990px) {
  #header .header-1 .right-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
  #header .header-1 .right-col > * {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .header-1 .right-col .button, #header .header-1 .right-col .woocommerce #respond input#submit.alt, .woocommerce #respond #header .header-1 .right-col input#submit.alt {
  display: none;
}
@media (min-width: 768px) {
  #header .header-1 .right-col .button, #header .header-1 .right-col .woocommerce #respond input#submit.alt, .woocommerce #respond #header .header-1 .right-col input#submit.alt {
    display: block;
  }
  #header .header-1 .right-col .button.orange, #header .header-1 .right-col .woocommerce #respond input.orange#submit.alt, .woocommerce #respond #header .header-1 .right-col input.orange#submit.alt {
    margin-left: 10px;
  }
}
#header .header-1 .right-col .social-media {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  grid-column-gap: 2rem;
}
#header .header-1 .right-col .social-media a {
  display: -ms-inline-grid;
  display: inline-grid;
  margin-right: 11px;
  height: 44px;
  width: 44px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .header-1 .right-col .social-media a > * {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#header .header-1 .right-col .social-media .icon {
  color: #063e90;
  float: left;
  font-size: 26px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 32px;
  border-bottom: 2px solid transparent;
}
#header .header-1 .right-col .social-media .icon:hover, #header .header-1 .right-col .social-media .icon:focus {
  border-bottom: 2px solid #063e90;
}
#header .header-2 {
  display: none;
}
@media (min-width: 990px) {
  #header .header-2 {
    background: white;
    display: block;
  }
}
#header .header-2 .search-icon {
  cursor: pointer;
  display: none;
  float: right;
  font-size: 1.125rem;
  height: 55px;
  line-height: 55px;
  margin-left: -20px;
  position: relative;
  text-align: right;
  width: 55px;
  z-index: 820;
  outline-offset: 0;
  border-radius: 0;
}
#header .header-2 .search-icon [data-prefix=fas] {
  display: none;
}
@media (min-width: 990px) {
  #header .header-2 .search-icon {
    display: -ms-inline-grid;
    display: inline-grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header .header-2 .search-icon > * {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
#header .header-2 .search-icon:hover [data-prefix=far] {
  display: none;
}
#header .header-2 .search-icon:hover [data-prefix=fas] {
  display: inline;
}
#header .header-2 .search-icon.open + .search-form {
  display: block;
}
#header .header-2 .search-form {
  background: white;
  display: none;
  padding: 18px 20px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 450px;
  z-index: 500;
}
#header .header-2 .search-form ::-webkit-input-placeholder {
  color: #607991;
}
#header .header-2 .search-form ::-moz-placeholder {
  color: #607991;
}
#header .header-2 .search-form :-ms-input-placeholder {
  color: #607991;
}
#header .header-2 .search-form ::-ms-input-placeholder {
  color: #607991;
}
#header .header-2 .search-form ::placeholder {
  color: #607991;
}
#header .header-2 .search-form .search-field {
  border: 2px solid #607991;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #607991;
  float: left;
  font-size: 17px;
  height: 48px;
  line-height: 48px;
  margin-right: 10px;
  padding: 0 19px;
  width: calc(100% - 110px);
}
#header .header-2 .search-form .search-field:focus {
  outline: none;
  border-color: #f05923;
}
#header .header-2 .search-form .search-submit {
  background: #063e90;
  border-width: 0;
  color: white;
  float: right;
  font-size: 16px;
  font-weight: 200;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  width: 100px;
}
#header .header-2 .search-form .search-submit:hover {
  background: #0d296d;
}
#header .header-3 {
  height: 160px;
}
@media (min-width: 768px) {
  #header .header-3 {
    height: 275px;
  }
}
@media (min-width: 990px) {
  #header .header-3 {
    height: 390px;
  }
}
#header .header-3 .img-container, #header .header-3 .color-screen {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#header .header-3 .img-container {
  z-index: 2;
}
#header .header-3 .color-screen {
  background: rgba(0, 0, 0, 0.39);
  z-index: 3;
}
#header .header-3 #wim-week-header-text {
  color: white;
  position: relative;
  z-index: 4;
}
#header .header-3 #wim-week-header-text .text {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 115%;
  margin-top: 60px;
}
@media (min-width: 768px) {
  #header .header-3 #wim-week-header-text .text {
    font-size: 25px;
    margin-top: 115px;
  }
}
@media (min-width: 990px) {
  #header .header-3 #wim-week-header-text .text {
    font-size: 38px;
    margin-top: 166px;
  }
}
#header .wim-cart-toggler {
  border-radius: 0;
  padding: 1.1em 1em;
  float: right;
  margin-right: 1em;
}
@media (min-width: 768px) {
  #header .wim-cart-toggler {
    display: none;
  }
}

.page-template-template-bigideas .header-3 {
  display: none;
}

#sitewide_notice {
  padding: 0.8rem 0;
}
#sitewide_notice .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-columns: auto 1.25rem -webkit-min-content;
  -ms-grid-columns: auto 1.25rem min-content;
  grid-template-columns: auto -webkit-min-content;
  grid-template-columns: auto min-content;
  grid-column-gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#sitewide_notice .notice > * {
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
#sitewide_notice .notice p {
  color: #333333;
  margin: 0;
}
#sitewide_notice .notice a {
  color: #0d296d;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
}
#sitewide_notice .notice a:hover, #sitewide_notice .notice a:focus {
  outline: 2px solid #063e90;
  outline-offset: 2px;
  text-decoration-thickness: 3px;
}
#sitewide_notice .notice button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 0.9375rem;
  padding: 13px;
  line-height: 1;
  background-color: transparent !important;
  color: #0d296d;
}
#sitewide_notice .notice button span {
  display: block;
  vertical-align: middle;
  height: 0.9375rem;
  line-height: 0.9375rem;
  text-align: center;
}
#sitewide_notice .notice button svg {
  width: 1.125rem;
  font-size: 1.125rem;
  line-height: 1;
  margin: 0 auto;
  color: #0d296d;
}
#sitewide_notice .notice button [data-prefix=fas] {
  display: none;
}
#sitewide_notice .notice button:hover, #sitewide_notice .notice button:focus {
  outline: 2px solid #063e90;
  outline-offset: 2px;
}
#sitewide_notice .notice button:hover [data-prefix=fal], #sitewide_notice .notice button:focus [data-prefix=fal] {
  display: none;
}
#sitewide_notice .notice button:hover [data-prefix=fas], #sitewide_notice .notice button:focus [data-prefix=fas] {
  display: block;
}

.page-template-impact .impact-section.title {
  background: #f4f4f4 url("../images/pattern_light_grey.png");
  padding: 50px 0 30px;
}
.page-template-impact .impact-section.stats {
  background: #f4f4f4 url("../images/pattern_light_grey.png");
}
.page-template-impact .impact-section.students {
  background: #f9f9f9;
}
.page-template-impact .impact-section.stats, .page-template-impact .impact-section.students {
  padding: 55px 0;
  text-align: center;
}
.page-template-impact .impact-section.stats .title, .page-template-impact .impact-section.students .title {
  color: #637795;
}
.page-template-impact .impact-section.stats .subtitle, .page-template-impact .impact-section.students .subtitle {
  color: #626262;
  font-size: 21px;
  line-height: 150%;
  margin-top: 12px;
}
.page-template-impact .impact-section.stats .stat, .page-template-impact .impact-section.students .stat {
  padding-top: 36px;
}
.page-template-impact .impact-section.stats .stat .wrapper, .page-template-impact .impact-section.students .stat .wrapper {
  padding: 0 8px;
}
.page-template-impact .impact-section.stats .stat .wrapper .icon, .page-template-impact .impact-section.students .stat .wrapper .icon {
  color: #fcab32;
  display: block;
  font-size: 102px;
  margin-bottom: 10px;
}
.page-template-impact .impact-section.stats .stat .wrapper .number, .page-template-impact .impact-section.students .stat .wrapper .number {
  color: #637795;
  display: block;
  font-size: 73px;
  font-weight: 700;
  margin-bottom: 18px;
}
.page-template-impact .impact-section.stats .stat .wrapper .number span, .page-template-impact .impact-section.students .stat .wrapper .number span {
  font-size: 36px;
}
.page-template-impact .impact-section.stats .stat .wrapper .description, .page-template-impact .impact-section.students .stat .wrapper .description {
  color: #626262;
  display: block;
  font-size: 21px;
  line-height: 150%;
  margin: 0 auto;
  max-width: 256px;
}
.page-template-impact .impact-section.featured-testimonial {
  background: white;
  padding: 50px 0;
  text-align: center;
}
.page-template-impact .impact-section.featured-testimonial .testimonial {
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 7px 1px rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin: 0 auto;
  max-width: 850px;
}
.page-template-impact .impact-section.featured-testimonial .testimonial .quote {
  font-size: 17px;
  font-weight: 200;
  line-height: 160%;
}
@media (min-width: 768px) {
  .page-template-impact .impact-section.featured-testimonial .testimonial .quote {
    font-size: 20px;
  }
}
@media (min-width: 990px) {
  .page-template-impact .impact-section.featured-testimonial .testimonial .quote {
    font-size: 22px;
  }
}
.page-template-impact .impact-section.featured-testimonial .testimonial .quote .mark {
  display: inline-block;
  width: 22px;
}
@media (min-width: 768px) {
  .page-template-impact .impact-section.featured-testimonial .testimonial .quote .mark {
    width: 26px;
  }
}
.page-template-impact .impact-section.featured-testimonial .testimonial .quote .mark.start {
  margin-right: 9px;
}
.page-template-impact .impact-section.featured-testimonial .testimonial .quote .mark.end {
  margin-left: 9px;
}
.page-template-impact .impact-section.featured-testimonial .testimonial .source {
  font-size: 23px;
  font-style: italic;
  font-weight: 200;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .page-template-impact .impact-section.featured-testimonial .testimonial .source {
    font-size: 27px;
  }
}
@media (min-width: 990px) {
  .page-template-impact .impact-section.featured-testimonial .testimonial .source {
    font-size: 30px;
  }
}
.page-template-impact .impact-section.courses {
  background: #063e90;
  color: white;
}
.page-template-impact .impact-section.courses .course {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-template-impact .impact-section.courses .course[data-alignment="0"] .bg-image {
    left: 0;
  }
  .page-template-impact .impact-section.courses .course[data-alignment="1"] .bg-image {
    right: 0;
  }
}
.page-template-impact .impact-section.courses .course .bg-image {
  background-position: center;
  background-size: cover;
  float: left;
  height: 250px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-template-impact .impact-section.courses .course .bg-image {
    height: 300px;
  }
}
@media (min-width: 990px) {
  .page-template-impact .impact-section.courses .course .bg-image {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .page-template-impact .impact-section.courses .course .bg-image {
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
  }
}
.page-template-impact .impact-section.courses .course .empty {
  min-height: 1px;
}
.page-template-impact .impact-section.courses .course .details {
  padding-top: 25px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .page-template-impact .impact-section.courses .course .details {
    padding-top: 55px;
    padding-bottom: 65px;
  }
}
.page-template-impact .impact-section.courses .course .details .table {
  display: table;
  width: 100%;
}
.page-template-impact .impact-section.courses .course .details .table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.page-template-impact .impact-section.courses .course .details .title, .page-template-impact .impact-section.courses .course .details .button, .page-template-impact .impact-section.courses .course .details .woocommerce #respond input#submit.alt, .woocommerce #respond .page-template-impact .impact-section.courses .course .details input#submit.alt {
  color: white;
}
.page-template-impact .impact-section.courses .course .details .button, .page-template-impact .impact-section.courses .course .details .woocommerce #respond input#submit.alt, .woocommerce #respond .page-template-impact .impact-section.courses .course .details input#submit.alt {
  margin-top: 30px;
  border: 1px solid white;
}
.page-template-impact .impact-section.courses .course .details .button:hover, .page-template-impact .impact-section.courses .course .details .woocommerce #respond input#submit.alt:hover, .woocommerce #respond .page-template-impact .impact-section.courses .course .details input#submit.alt:hover {
  background: white;
  color: #063e90;
}
.page-template-impact .impact-section.media {
  background: white;
  padding: 100px 0;
  text-align: center;
}
.page-template-impact .impact-section.media .title {
  color: #637795;
}
.page-template-impact .impact-section.media .media-slider {
  margin-top: 50px;
}
.page-template-impact .impact-section.media .media-slider .table {
  display: table;
  width: 100%;
}
.page-template-impact .impact-section.media .media-slider .table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.page-template-impact .impact-section.media .media-slider .table .table-cell img {
  margin: 0 auto;
  width: 77%;
}
.page-template-impact .impact-section.books {
  background-color: #303030;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 50px 0 55px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-template-impact .impact-section.books {
    padding: 100px 0 105px;
  }
}
@media (min-width: 990px) {
  .page-template-impact .impact-section.books {
    padding: 140px 0 145px;
  }
}
.page-template-impact .impact-section.books .container, .page-template-impact .impact-section.books .home .front-hero .text-wrapper, .home .front-hero .page-template-impact .impact-section.books .text-wrapper {
  position: relative;
  z-index: 3;
}
.page-template-impact .impact-section.books .color-screen {
  background: black;
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.page-template-impact .impact-section.books .title {
  color: inherit;
  margin-bottom: 4px;
}
.page-template-impact .impact-section.books .book .name {
  color: inherit;
  font-weight: 200;
  margin-bottom: 40px;
}
.page-template-impact .impact-section.books .book .table {
  display: table;
  width: 100%;
}
.page-template-impact .impact-section.books .book .table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.page-template-impact .impact-section.books .book .table .table-cell .empty-col {
  min-height: 1px;
}
.page-template-impact .impact-section.books .book .table .table-cell .cover {
  display: block;
  margin: 0 auto 25px;
  max-width: 200px;
}
@media (min-width: 990px) {
  .page-template-impact .impact-section.books .book .table .table-cell .cover {
    margin-bottom: 0;
  }
}
.page-template-impact .impact-section.books .book .table .table-cell .description {
  font-size: 19px;
}
@media (min-width: 768px) {
  .page-template-impact .impact-section.books .book .table .table-cell .description {
    font-size: 24px;
  }
}
@media (min-width: 990px) {
  .page-template-impact .impact-section.books .book .table .table-cell .description {
    text-align: left;
  }
}
.page-template-impact .impact-section.books .book .button, .page-template-impact .impact-section.books .book .woocommerce #respond input#submit.alt, .woocommerce #respond .page-template-impact .impact-section.books .book input#submit.alt {
  margin-top: 47px;
}
.page-template-impact .impact-section.books .book .button:hover, .page-template-impact .impact-section.books .book .woocommerce #respond input#submit.alt:hover, .woocommerce #respond .page-template-impact .impact-section.books .book input#submit.alt:hover {
  background: white;
  color: #202020;
}
.page-template-impact .front-testimonials {
  background: #f05923 url("../images/pattern_orange.jpg");
  color: white;
  padding: 40px 0;
}
.page-template-impact .front-testimonials .testimonials {
  padding-top: 44px;
  padding-bottom: 84px;
  text-align: center;
}
.page-template-impact .front-testimonials .testimonials .slick-arrow {
  background: white;
  border-radius: 3px;
  border-width: 0;
  bottom: 27px;
  color: #f05923;
  cursor: pointer;
  height: 25px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 25px;
}
.page-template-impact .front-testimonials .testimonials .slick-arrow.slick-prev {
  padding-right: 3px;
  right: calc(50% + 3px);
}
.page-template-impact .front-testimonials .testimonials .slick-arrow.slick-next {
  left: calc(50% + 3px);
  padding-left: 3px;
}
.page-template-impact .front-testimonials .testimonials .testimonial {
  display: table;
  width: 100%;
}
.page-template-impact .front-testimonials .testimonials .testimonial .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.page-template-impact .front-testimonials .testimonials .testimonial .portrait {
  border-radius: 50%;
  display: block;
  margin: 37px auto 20px;
  width: 74px;
}
.page-template-impact .front-testimonials .testimonials .testimonial .quote {
  display: block;
  font-size: 18px;
  font-weight: 200;
  line-height: 150%;
}
@media (min-width: 768px) {
  .page-template-impact .front-testimonials .testimonials .testimonial .quote {
    font-size: 23px;
    margin: 0 auto;
    width: 65%;
  }
}
.page-template-impact .front-testimonials .testimonials .testimonial .quote .mark {
  display: inline-block;
  width: 25px;
}
.page-template-impact .front-testimonials .testimonials .testimonial .quote .mark.start {
  margin: 0 7px 0 0;
}
.page-template-impact .front-testimonials .testimonials .testimonial .quote .mark.end {
  margin: 0 0 0 7px;
}
.page-template-impact .front-testimonials .testimonials .testimonial .source {
  display: block;
  font-style: italic;
  font-size: 24px;
  font-weight: 200;
  margin-top: 21px;
}
@media (min-width: 768px) {
  .page-template-impact .front-testimonials .testimonials .testimonial .source {
    font-size: 28px;
  }
}

#main-menu, .navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#main, #footer {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger {
  cursor: pointer;
  float: right;
  height: 45px;
  margin: 8px 0 0;
  position: relative;
  width: 45px;
  z-index: 999;
}
.hamburger .bar {
  background-color: #063e90;
  border-radius: 2px;
  height: 8px;
  margin-top: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.hamburger .bar:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .hamburger {
    width: 50px;
  }
  .hamburger .bar {
    margin-top: 8px;
  }
}
@media (min-width: 990px) {
  .hamburger {
    display: none;
  }
}

@media (min-width: 990px) {
  .sub-menu li.duplicate-link {
    display: none !important;
  }
}

#main-menu {
  display: none;
  position: relative;
  z-index: 800;
}
#main-menu li {
  display: block;
}
#main-menu li a {
  display: block;
}
#main-menu .fullscreen-only {
  display: none;
}
@media (min-width: 990px) {
  #main-menu {
    display: block;
    float: left;
    font-weight: 600;
    width: calc(100% - 60px);
  }
  #main-menu .menu {
    display: table;
    width: 100%;
  }
  #main-menu .menu > li {
    display: table-cell;
  }
  #main-menu .menu > li > a {
    display: block;
    font-size: 18px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 100%;
    padding: 0 1rem;
  }
  #main-menu .menu > li:hover > a, #main-menu .menu > li:focus > a {
    background: #b6b6b6;
  }
  #main-menu li {
    display: inline-block;
    position: relative;
  }
  #main-menu li .sub-menu {
    background: white;
    clip: auto;
    display: none;
    font-size: 16px;
    left: 0;
    min-width: 100%;
    padding-top: 9px;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    -webkit-box-shadow: 0 4px 10px rgba(51, 51, 51, 0.4);
            box-shadow: 0 4px 10px rgba(51, 51, 51, 0.4);
  }
  #main-menu li .sub-menu.reverse {
    left: auto;
    right: 0;
  }
  #main-menu li .sub-menu li:not(.fullscreen-only) {
    display: block;
  }
  #main-menu li .sub-menu li:not(.fullscreen-only) .sub-menu {
    left: 100%;
    top: -9px;
  }
  #main-menu li .sub-menu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    width: 100%;
  }
  #main-menu li .sub-menu li a:hover, #main-menu li .sub-menu li a:focus {
    background: #ebebeb;
  }
  #main-menu li:hover > .sub-menu, #main-menu li:focus-within > .sub-menu {
    display: inherit;
  }
}

#mobile-popout {
  background: #e1e1e1;
  display: none;
  height: 100%;
  left: -85%;
  position: fixed;
  top: 0;
  -webkit-transition: left 350ms ease-in-out 0ms;
  transition: left 350ms ease-in-out 0ms;
  width: 85%;
  z-index: 5000;
  overflow-x: auto;
}
#mobile-popout.open {
  left: 0%;
  display: block;
}
#mobile-popout .shadow {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100;Neutral+Density */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=1 ); /* IE6-9 */
  height: 100%;
  opacity: 0.15;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  z-index: 20;
}
#mobile-popout .upper, #mobile-popout .lower {
  padding: 12px 15px;
}
@media (min-width: 768px) {
  #mobile-popout .upper, #mobile-popout .lower {
    padding: 15px;
  }
}
#mobile-popout .upper {
  z-index: 10;
}
#mobile-popout .upper .search-form {
  float: left;
  margin-bottom: 6px;
  position: relative;
  width: 100%;
  background: #fff;
  border: 1px solid #607991;
}
#mobile-popout .upper .search-form:after {
  background: none;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 11;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352c79.5 0 144-64.5 144-144s-64.5-144-144-144S64 128.5 64 208s64.5 144 144 144z' fill='%23607991'/%3E%3C/svg%3E");
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  #mobile-popout .upper .search-form:after {
    height: 50px;
    background-size: 30px auto;
  }
}
#mobile-popout .upper .search-form .search-field {
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #607991;
  float: left;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  width: calc(100% - 50px);
}
#mobile-popout .upper .search-form .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #607991;
  opacity: 1;
}
#mobile-popout .upper .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #607991;
  opacity: 1;
}
#mobile-popout .upper .search-form .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #607991;
  opacity: 1;
}
#mobile-popout .upper .search-form .search-field:-moz-placeholder { /* Firefox 18- */
  color: #607991;
  opacity: 1;
}
@media (min-width: 768px) {
  #mobile-popout .upper .search-form .search-field {
    height: 50px;
    line-height: 50px;
  }
}
#mobile-popout .upper .search-form .search-submit {
  background: none;
  cursor: pointer;
  float: right;
  height: 40px;
  opacity: 0;
  position: relative;
  width: 50px;
  z-index: 12;
}
@media (min-width: 768px) {
  #mobile-popout .upper .search-form .search-submit {
    height: 50px;
  }
}
#mobile-popout .upper .wpml-ls-legacy-dropdown {
  background: none !important;
  float: left;
  width: 100%;
}
#mobile-popout .upper .wpml-ls-legacy-dropdown a {
  background: #fff !important;
  border-color: #607991;
  color: #607991;
  font-weight: 700;
  height: 40px;
  line-height: 36px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  #mobile-popout .upper .wpml-ls-legacy-dropdown a {
    height: 50px;
    line-height: 46px;
  }
}
#mobile-popout .middle {
  z-index: 9;
  clear: both;
  padding-top: 10px;
}
#mobile-popout .middle #mobile-menu {
  color: #333;
  font-weight: 700;
}
#mobile-popout .middle #mobile-menu > ul > li {
  border-top: 1px solid #cccccc;
  position: relative;
}
#mobile-popout .middle #mobile-menu > ul > li.menu-item-has-children::before, #mobile-popout .middle #mobile-menu > ul > li.menu-item-has-children::after {
  background: #333;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
#mobile-popout .middle #mobile-menu > ul > li.menu-item-has-children::before {
  height: 4px;
  right: 15px;
  top: 22px;
  width: 16px;
}
#mobile-popout .middle #mobile-menu > ul > li.menu-item-has-children::after {
  height: 16px;
  right: 21px;
  top: 16px;
  width: 4px;
}
#mobile-popout .middle #mobile-menu > ul > li.menu-item-has-children.open::after {
  display: none;
}
@media (min-width: 768px) {
  #mobile-popout .middle #mobile-menu > ul > li.menu-item-has-children::before {
    top: 26px;
  }
  #mobile-popout .middle #mobile-menu > ul > li.menu-item-has-children::after {
    top: 20px;
  }
}
#mobile-popout .middle #mobile-menu > ul > li.open > .sub-menu {
  height: auto;
  display: block;
}
#mobile-popout .middle #mobile-menu > ul > li > a {
  border-bottom: 1px solid #cccccc;
  display: block;
  font-size: 17px;
  height: 46px;
  line-height: 46px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #mobile-popout .middle #mobile-menu > ul > li > a {
    font-size: 18px;
    height: 56px;
    line-height: 56px;
  }
}
#mobile-popout .middle #mobile-menu .sub-menu {
  display: none;
  height: 0;
  overflow: hidden;
  margin-top: -1px;
}
#mobile-popout .middle #mobile-menu .sub-menu li a {
  display: block;
  padding: 8px 15px 8px 25px;
}
#mobile-popout .middle #mobile-menu .sub-menu li:first-of-type a {
  padding-top: 16px;
}
#mobile-popout .middle #mobile-menu .sub-menu li:last-of-type a {
  padding-bottom: 16px;
}
#mobile-popout .lower {
  z-index: 8;
}
#mobile-popout .lower .button, #mobile-popout .lower .woocommerce #respond input#submit.alt, .woocommerce #respond #mobile-popout .lower input#submit.alt {
  display: table;
}
#mobile-popout .lower .socials {
  display: table;
  margin: 20px auto 0;
}
#mobile-popout .lower .socials a {
  float: left;
}
#mobile-popout .lower .socials a:not(:last-of-type) {
  margin-right: 15px;
}
#mobile-popout .lower .socials a .icon {
  color: #333;
  font-size: 24px;
}

.fullscreen-menu #main, .fullscreen-menu #footer {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.fullscreen-menu .bar {
  background-color: #f05923;
}
.fullscreen-menu .bar.top {
  -webkit-transform-origin: 10% 40%;
          transform-origin: 10% 40%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fullscreen-menu .bar.middle {
  background-color: transparent;
}
.fullscreen-menu .bar.bottom {
  -webkit-transform-origin: 10% 40%;
          transform-origin: 10% 40%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.fullscreen-menu #main-menu {
  background-color: #e1e1e1;
  color: #333;
  display: table;
  font-weight: 700;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 900;
}
.fullscreen-menu #main-menu .fullscreen-only {
  display: inherit;
}
.fullscreen-menu #main-menu > ul {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.fullscreen-menu #main-menu > ul > li {
  border-top: 1px solid #cccccc;
  display: block;
  line-height: 56px;
}
.fullscreen-menu #main-menu > ul > li.menu-item-has-children {
  position: relative;
}
.fullscreen-menu #main-menu > ul > li.menu-item-has-children::before, .fullscreen-menu #main-menu > ul > li.menu-item-has-children::after {
  background: #333;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.fullscreen-menu #main-menu > ul > li.menu-item-has-children::before {
  height: 4px;
  right: 15px;
  top: 26px;
  width: 16px;
}
.fullscreen-menu #main-menu > ul > li.menu-item-has-children::after {
  height: 16px;
  right: 21px;
  top: 20px;
  width: 4px;
}
.fullscreen-menu #main-menu > ul > li > a {
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.fullscreen-menu #main-menu > ul li {
  list-style: none;
}
.fullscreen-menu #main-menu > ul li a {
  padding: 0 15px;
}
.fullscreen-menu #main-menu > ul li.current-menu-item > a {
  background: #cccccc;
}
.fullscreen-menu #main-menu > ul li .sub-menu {
  height: 0;
  margin-top: -1px;
  overflow: hidden;
  position: static;
}
.fullscreen-menu #main-menu > ul li .sub-menu.open {
  height: auto;
  margin-top: 0px;
}
.fullscreen-menu #main-menu > ul li .sub-menu li {
  line-height: 40px;
}
.search .entry-title {
  border-bottom: 2px solid #e4e4e4;
  font-size: 24px;
  margin-bottom: 50px;
  padding-bottom: 5px;
}
.search .search-controls {
  margin-bottom: 40px;
}
.search .search-controls .control:not(:first-of-type) {
  margin-top: 20px;
}
@media (min-width: 990px) {
  .search .search-controls .control:not(:first-of-type) {
    margin-top: 0;
  }
}
.search .search-controls .control .label {
  color: #777;
  margin-bottom: 15px;
}
.search .search-controls .control .search-wrapper {
  float: left;
  position: relative;
  width: 100%;
}
.search .search-controls .control .search-wrapper .text-field {
  float: left;
  height: 52px;
  line-height: 48px;
  padding: 0 11px;
  width: calc(100% - 50px);
}
.search .search-controls .control .search-wrapper .submit {
  background: none;
  border-width: 0;
  cursor: pointer;
  float: right;
  height: 48px;
  line-height: 48px;
  position: relative;
  width: 50px;
  z-index: 3;
}
.search .search-controls .control .search-wrapper .glass {
  color: #a0a0a0;
  font-size: 29px;
  height: 48px;
  line-height: 53px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 2;
}
.search .search-controls .control .category {
  display: none;
}
.search .search-controls .control .select-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  border: 2px solid #e7e7e7;
}
.search .search-controls .control .select-wrapper:focus-within {
  border-color: #f05923;
}
.search .search-controls .control .select-wrapper select {
  cursor: pointer;
  background: none;
  border-width: 0;
  height: 48px;
  line-height: 48px;
  padding-left: 11px;
  position: relative;
  width: calc(100% + 30px);
  z-index: 3;
}
.search .search-controls .control .select-wrapper select option {
  padding-left: 11px;
}
.search .search-controls .control .select-wrapper .arrow {
  color: #063e90;
  font-size: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 16px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 20px;
  z-index: 2;
}
.search .search-preview:not(:last-of-type) .divider {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 28px;
  padding-bottom: 28px;
}
.search .search-preview .image {
  min-height: 1px;
}
.search .search-preview .image img {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .search .search-preview .image img {
    margin-bottom: 0;
  }
}
.search .search-preview .text .type {
  color: #f05923;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.search .search-preview .text .title {
  color: #063e90;
  font-size: 20px;
}
@media (min-width: 768px) {
  .search .search-preview .text .title {
    font-size: 23px;
  }
}
@media (min-width: 990px) {
  .search .search-preview .text .title {
    font-size: 26px;
  }
}
.search .search-preview .text .meta {
  color: #707070;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 9px;
  margin-bottom: 9px;
  min-height: 14px;
}

.wp-pagenavi {
  color: #063e90;
  display: table;
  font-weight: 600;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .wp-pagenavi {
    display: block;
    float: right;
    margin: 50px 0 0;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  border-width: 0;
  padding: 0;
}
.wp-pagenavi .pages {
  color: #666666;
  display: none;
  font-weight: 500;
}
@media (min-width: 768px) {
  .wp-pagenavi .pages {
    display: block;
    left: 0;
    margin-top: 9px;
    position: absolute;
  }
}
.wp-pagenavi .page, .wp-pagenavi .current {
  border-radius: 3px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  height: 28px;
  line-height: 26px;
  text-align: center;
  width: 28px;
}
.wp-pagenavi .page {
  color: #666666;
}
.wp-pagenavi .current {
  background: #063e90;
  color: white;
  font-weight: 600 !important;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .first, .wp-pagenavi .last {
  display: none;
  padding: 0 4px;
}
@media (min-width: 768px) {
  .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink, .wp-pagenavi .first, .wp-pagenavi .last {
    display: inline;
  }
}

.single-wim_day_post .wim-day-intro {
  background: #f9f9f9 url("../images/pattern_light_grey.png");
  padding: 35px 0;
}
.single-wim_day_post .wim-day-intro .empty-col {
  min-height: 1px;
}
.single-wim_day_post .wim-day-intro .left {
  margin-bottom: 35px;
}
@media (min-width: 990px) {
  .single-wim_day_post .wim-day-intro .left {
    margin-bottom: 0;
  }
}
.single-wim_day_post .wim-day-intro .left .week-name {
  font-size: 19px;
  font-weight: 200;
  line-height: 120%;
  margin-bottom: 5px;
}
.single-wim_day_post .wim-day-intro .left h1 {
  font-size: 29px;
  margin-bottom: 30px;
}
.single-wim_day_post .wim-day-intro .left h1 em {
  font-weight: 200;
}
.single-wim_day_post .wim-day-intro .left .share-links {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
}
.single-wim_day_post .wim-day-intro .left .share-links .icon {
  float: left;
  font-size: 21px;
  margin-right: 13px;
}
.single-wim_day_post .wim-day-intro .left .share-links .icon.heart {
  color: #ec5a5a;
  margin-right: 8px;
}
.single-wim_day_post .wim-day-intro .left .share-links .icon.label {
  color: #ec5a5a;
  margin-right: 20px;
}
.single-wim_day_post .wim-day-intro .left .share-links .icon.facebook {
  color: #3b5998;
}
.single-wim_day_post .wim-day-intro .left .share-links .icon.google-plus {
  color: #dd4b39;
}
.single-wim_day_post .wim-day-intro .left .share-links .icon.pinterest {
  color: #cb2027;
}
.single-wim_day_post .wim-day-intro .left .share-links .icon.twitter {
  color: #00aced;
}
.single-wim_day_post .wim-day-intro .right .video {
  background: #b0b0b0;
  height: 400px;
  width: 100%;
}
.single-wim_day_post .wim-day-lesson {
  background-color: #e6e6e6;
  background-position: center center;
  background-size: cover;
  border-bottom: 5px solid white;
}
.single-wim_day_post .wim-day-lesson[data-lesson="0"] {
  border-top: 5px solid white;
}
.single-wim_day_post .wim-day-lesson[data-alignment="0"] .color-screen {
  right: 0;
}
.single-wim_day_post .wim-day-lesson[data-alignment="1"] .color-screen {
  left: 0;
}
.single-wim_day_post .wim-day-lesson .color-screen {
  background: #063e90;
  height: 100%;
  opacity: 0.87;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 990px) {
  .single-wim_day_post .wim-day-lesson .color-screen {
    width: calc(50% + 90px);
  }
}
.single-wim_day_post .wim-day-lesson .empty-col {
  min-height: 1px;
}
.single-wim_day_post .wim-day-lesson .content {
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-wim_day_post .wim-day-lesson .content .title {
  color: inherit;
  margin-bottom: 17px;
}
.single-wim_day_post .wim-day-lesson .content .downloads .download {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .single-wim_day_post .wim-day-lesson .content .downloads .download {
    font-size: 22px;
  }
}
.single-wim_day_post .wim-day-lesson .content .downloads .download:not(:first-of-type) {
  margin-top: 20px;
}
.single-wim_day_post .wim-day-lesson .content .downloads .download a:hover {
  text-decoration: underline;
}
.single-wim_day_post .wim-day-join {
  background: white;
  padding: 40px 0;
  text-align: center;
}
.single-wim_day_post .wim-day-join .title {
  margin-bottom: 22px;
}
@media (min-width: 990px) {
  .single-wim_day_post .wim-day-join .text {
    display: block;
    font-size: 23px;
    margin-left: auto;
    margin-right: auto;
    max-width: 88%;
  }
}
.single-wim_day_post .wim-day-join .button, .single-wim_day_post .wim-day-join .woocommerce #respond input#submit.alt, .woocommerce #respond .single-wim_day_post .wim-day-join input#submit.alt,
.single-wim_day_post .wim-day-join .woocommerce a.button.alt,
.woocommerce .single-wim_day_post .wim-day-join a.button.alt,
.single-wim_day_post .wim-day-join .woocommerce button.button.alt,
.woocommerce .single-wim_day_post .wim-day-join button.button.alt,
.single-wim_day_post .wim-day-join .woocommerce input.button.alt,
.woocommerce .single-wim_day_post .wim-day-join input.button.alt {
  margin-top: 35px;
}

.single-post .about-the-author {
  margin-top: 40px;
}
.single-post .about-the-author .share {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 43px;
  padding-bottom: 3px;
}
.single-post .about-the-author .share .author {
  background: white;
  bottom: -9px;
  color: #a1a1a1;
  display: none;
  font-size: 20px;
  font-weight: 700;
  left: 0;
  letter-spacing: 1px;
  padding-right: 23px;
  position: absolute;
  z-index: 10;
}
@media (min-width: 450px) {
  .single-post .about-the-author .share .author {
    display: block;
  }
}
.single-post .about-the-author .share .icon-list {
  float: right;
}
.single-post .about-the-author .share .icon-list .icon {
  color: #dddddd;
  float: left;
  font-size: 19px;
  margin-left: 13px;
}
@media (min-width: 450px) {
  .single-post .about-the-author .share .icon-list .icon {
    font-size: 22px;
  }
}
.single-post .about-the-author .share .icon-list .icon.label {
  margin-right: 12px;
  margin-left: 8px;
}
.single-post .about-the-author .share .icon-list a:hover .icon {
  color: #b0b0b0;
}
.single-post .about-the-author .details .left img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
  max-width: 140px;
  width: 100%;
}
.single-post .about-the-author .details .right .name {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 6px;
}
.single-post .related-articles {
  margin-top: 100px;
  text-align: center;
}
.single-post .related-articles .related-article {
  margin-top: 35px;
  padding-top: 9px;
}
@media (min-width: 768px) {
  .single-post .related-articles .related-article:not(:last-of-type) {
    border-right: 1px solid #ebebeb;
  }
}
.single-post .related-articles .related-article .wrapper img {
  float: left;
  margin: 0 0 20px;
  -webkit-transition: opacity 300ms ease 0ms;
  transition: opacity 300ms ease 0ms;
  width: 100%;
}
.single-post .related-articles .related-article .wrapper .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 990px) {
  .single-post .related-articles .related-article .wrapper .title {
    font-size: 21px;
  }
}
.single-post .related-articles .related-article .wrapper:hover img {
  opacity: 0.82;
}

.page-sign-up .gform_wrapper .gfield .gsection_title {
  display: none;
}
.page-sign-up .gform_wrapper .gfield .gfield_label,
.page-sign-up .gform_wrapper .gfield .ginput_container_address label {
  font-weight: bold;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #1A3D8F;
  text-transform: none !important;
  margin-bottom: 7px !important;
  display: inline-block;
  position: relative;
}
.page-sign-up .gform_wrapper .gfield .gfield_required {
  display: none;
}
.page-sign-up .gform_wrapper .gfield input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.page-sign-up .gform_wrapper .gfield input[type=checkbox] + label {
  position: relative;
  padding-left: 1.75rem;
  margin-left: 0;
  color: #333333;
  font-weight: 400;
}
.page-sign-up .gform_wrapper .gfield input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 20px;
  width: 20px;
  border-radius: 3px;
  border: 2px solid #E7EBEE;
}
.page-sign-up .gform_wrapper .gfield input[type=checkbox]:checked + label::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  height: 12px;
  width: 12px;
  background: #E8571A;
  border-radius: 1px;
}

.single-resource_post .resource-links .links .button, .single-resource_post .resource-links .links .woocommerce #respond input#submit.alt, .woocommerce #respond .single-resource_post .resource-links .links input#submit.alt, .single-resource_post .resource-links .files .button, .single-resource_post .resource-links .files .woocommerce #respond input#submit.alt, .woocommerce #respond .single-resource_post .resource-links .files input#submit.alt {
  margin: 12px auto;
}
.single-resource_post .resource-links X.links .link, .single-resource_post .resource-links X.files .link {
  margin-top: 25px;
}
.single-resource_post .resource-links X.links .link a, .single-resource_post .resource-links X.files .link a {
  color: #f05923;
  font-size: 22px;
}
.single-resource_post .resource-links X.links .link a:hover, .single-resource_post .resource-links X.files .link a:hover {
  text-decoration: underline;
}
.single-resource_post .resource-links .videos .video {
  margin-top: 40px;
}
.single-resource_post .resource-links .videos .video iframe {
  display: table;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}

.single-task_post #primary .supplemental {
  margin-top: 40px;
}
.single-task_post #primary .supplemental[data-type=reference] p {
  font-style: italic;
}
.single-task_post #secondary .content-wrapper {
  background: #f0f0f0;
  padding: 14px;
}
.single-task_post #secondary .content-wrapper img {
  float: left;
  margin-bottom: 25px;
}
.single-task_post #secondary .content-wrapper .taxonomy-section:not(:last-of-type) {
  margin-bottom: 20px;
}
.single-task_post #secondary .content-wrapper .taxonomy-section h4 {
  font-size: 16px;
  margin-bottom: 4px;
}
.single-task_post #secondary .content-wrapper .taxonomy-section a {
  color: #063e90;
  font-size: 15px;
  line-height: 140%;
}
.single-task_post #secondary .content-wrapper .taxonomy-section a:hover {
  text-decoration: underline;
}
.single-task_post #secondary .content-wrapper .handout {
  margin-top: 15px;
}

.single-tracked_post {
  background: white;
}
.single-tracked_post #header .header-1 .left-col {
  display: table;
  float: none;
  margin: 50px auto 0;
}
.single-tracked_post #header .hamburger, .single-tracked_post #header .header-1 .right-col, .single-tracked_post #header .header-2, .single-tracked_post #header .header-3, .single-tracked_post .entry-title, .single-tracked_post #footer {
  display: none !important;
}
.single-tracked_post .entry-content p {
  margin: 50px auto 100px;
  text-align: center;
}
.single-tracked_post .files {
  text-align: center;
}

.single-wim_week_post #wim-floating-share {
  bottom: 0;
  color: white;
  left: 0;
  position: fixed;
  z-index: 20;
}
@media (min-width: 768px) {
  .single-wim_week_post #wim-floating-share {
    bottom: 100px;
  }
}
@media (min-width: 990px) {
  .single-wim_week_post #wim-floating-share {
    bottom: 200px;
  }
}
.single-wim_week_post #wim-floating-share .heart, .single-wim_week_post #wim-floating-share .label {
  display: none !important;
}
.single-wim_week_post #wim-floating-share .icon {
  background: #e44e19;
  display: block;
  float: left;
  font-size: 20px;
  height: 40px;
  line-height: 46px;
  margin: 0 2px 0 0;
  text-align: center;
  width: 40px;
}
@media (min-width: 768px) {
  .single-wim_week_post #wim-floating-share .icon {
    float: none;
    font-size: 25px;
    height: 60px;
    line-height: 66px;
    margin: 0 0 3px 0;
    width: 60px;
  }
}
.single-wim_week_post #primary {
  opacity: 0;
  -webkit-transition: opacity 350ms ease 0ms;
  transition: opacity 350ms ease 0ms;
}
.single-wim_week_post .wim-week-intro {
  background: #f9f9f9 url("../images/pattern_light_grey.png");
  padding: 35px 0;
}
.single-wim_week_post .wim-week-share {
  background: #063e90;
  color: white;
  padding: 37px 0;
}
.single-wim_week_post .wim-week-share .title {
  font-size: 29px;
  letter-spacing: 2px;
  line-height: 120%;
}
.single-wim_week_post .wim-week-share .title .upper {
  font-weight: 600;
}
.single-wim_week_post .wim-week-share .links .icon-wrapper {
  float: left;
  line-height: 35px;
  margin: 30px 0 0 0;
}
@media (min-width: 990px) {
  .single-wim_week_post .wim-week-share .links .icon-wrapper {
    float: right;
    margin: 0;
  }
}
.single-wim_week_post .wim-week-share .links .icon-wrapper .icon {
  float: left;
  font-size: 21px;
  margin-left: 13px;
}
.single-wim_week_post .wim-week-share .links .icon-wrapper .icon:hover {
  opacity: 0.75;
}
.single-wim_week_post .wim-week-share .links .icon-wrapper .icon.facebook {
  margin-left: 0;
}
.single-wim_week_post .wim-week-share .links .icon-wrapper .icon.heart, .single-wim_week_post .wim-week-share .links .icon-wrapper .icon.label {
  display: none;
}
@media (min-width: 990px) {
  .single-wim_week_post .wim-week-days {
    margin-top: 100px;
  }
}
.single-wim_week_post .wim-week-days .day-timeline {
  display: none;
  min-height: 1px;
  position: relative;
  width: calc(50% + 67px);
  z-index: 2;
}
@media (min-width: 990px) {
  .single-wim_week_post .wim-week-days .day-timeline {
    display: block;
    margin: -100px 0 0;
  }
}
.single-wim_week_post .wim-week-days .day-timeline .timeline {
  height: 100%;
  position: absolute;
  top: 0;
  width: 134px;
}
.single-wim_week_post .wim-week-days .day-timeline .timeline .line {
  background: #e1e1e1;
  height: 100%;
  left: calc(50% - 4px);
  position: absolute;
  top: 25px;
  width: 8px;
  z-index: 3;
}
.single-wim_week_post .wim-week-days .day-timeline .timeline .circle {
  background: #546783;
  border-radius: 50%;
  height: 50px;
  margin: 25px auto 0;
  position: relative;
  width: 50px;
  z-index: 3;
}
.single-wim_week_post .wim-week-days .day-timeline.left {
  float: left;
}
.single-wim_week_post .wim-week-days .day-timeline.left .timeline {
  right: 0;
}
.single-wim_week_post .wim-week-days .day-timeline.right {
  float: right;
}
.single-wim_week_post .wim-week-days .day-timeline.right .timeline {
  left: 0;
}
.single-wim_week_post .wim-week-days .day {
  -webkit-box-shadow: 0 12px 24px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 12px 24px 6px rgba(0, 0, 0, 0.05);
  margin: 25px 0;
  position: relative;
  z-index: 3;
}
.single-wim_week_post .wim-week-days .day .poster {
  margin: 0 auto;
  max-width: 300px;
  padding-top: 30px;
  width: 100%;
}
.single-wim_week_post .wim-week-days .day .poster-download {
  color: #063e90;
  font-size: 14px;
  font-weight: 600;
  margin-top: 6px;
  text-align: center;
}
.single-wim_week_post .wim-week-days .day .additional-img {
  margin: 0 auto 20px;
  padding-top: 30px;
}
.single-wim_week_post .wim-week-days .day .video {
  margin-top: 30px;
  width: 100%;
}
.single-wim_week_post .wim-week-days .day .video iframe {
  width: 100%;
}
.single-wim_week_post .wim-week-days .day.left {
  float: left;
}
.single-wim_week_post .wim-week-days .day.left .arrow {
  right: -9px;
}
.single-wim_week_post .wim-week-days .day.left .video {
  left: calc(100% + 134px);
}
.single-wim_week_post .wim-week-days .day.right {
  float: right;
}
.single-wim_week_post .wim-week-days .day.right .arrow {
  left: -9px;
}
.single-wim_week_post .wim-week-days .day.right .video {
  right: calc(100% + 134px);
}
@media (min-width: 990px) {
  .single-wim_week_post .wim-week-days .day {
    margin: -100px 0 0;
    width: calc(50% - 67px);
  }
}
.single-wim_week_post .wim-week-days .day[data-color=green] .header, .single-wim_week_post .wim-week-days .day[data-color=green] .arrow {
  background: #00a651;
}
.single-wim_week_post .wim-week-days .day[data-color=peach] .header, .single-wim_week_post .wim-week-days .day[data-color=peach] .arrow {
  background: #f69679;
}
.single-wim_week_post .wim-week-days .day[data-color=pink] .header, .single-wim_week_post .wim-week-days .day[data-color=pink] .arrow {
  background: #f26d7d;
}
.single-wim_week_post .wim-week-days .day[data-color=purple] .header, .single-wim_week_post .wim-week-days .day[data-color=purple] .arrow {
  background: #662d91;
}
.single-wim_week_post .wim-week-days .day[data-color=yellow] .header, .single-wim_week_post .wim-week-days .day[data-color=yellow] .arrow {
  background: #f2e100;
}
.single-wim_week_post .wim-week-days .day .arrow {
  display: none;
  height: 50px;
  position: absolute;
  top: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 50px;
  z-index: 2;
}
@media (min-width: 990px) {
  .single-wim_week_post .wim-week-days .day .arrow {
    display: block;
  }
}
.single-wim_week_post .wim-week-days .day .header {
  background: #063e90;
  color: white;
  padding: 17px 20px;
  z-index: 3;
}
.single-wim_week_post .wim-week-days .day .header .title {
  color: inherit;
}
.single-wim_week_post .wim-week-days .day .header .title .smaller {
  font-size: 27px;
  line-height: 124%;
}
.single-wim_week_post .wim-week-days .day .body {
  background: white;
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 20px 20px 30px;
}
.single-wim_week_post .wim-week-days .day .body strong {
  color: #063e90;
}
.single-wim_week_post .wim-week-days .day .body .button, .single-wim_week_post .wim-week-days .day .body .woocommerce #respond input#submit.alt, .woocommerce #respond .single-wim_week_post .wim-week-days .day .body input#submit.alt {
  margin: 14px 10px 0 0;
}

.single-wim_post .topics-list {
  padding: 0;
  margin: 0;
}
.single-wim_post .topics-list li {
  list-style: none;
}
.single-wim_post .wim-thumbnail-wrap {
  position: relative;
  height: 0;
  padding-bottom: 80%;
}
.single-wim_post .wim-thumbnail-wrap .wim-thumbnail {
  border-radius: 5px;
  margin-bottom: 1em;
}
.single-wim_post .wim-post-content {
  font-size: 1rem;
}
.single-wim_post .wim-action {
  border-top: 1px solid #B8BDC2;
  padding-top: 1em;
  margin-top: 1em;
  text-align: center;
}
.single-wim_post .wim-action h2 {
  text-align: left;
}
.single-wim_post .wim-action .wim-day-selection-form {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #b8bdc2;
}
.single-wim_post .wim-action .wim-day-selection-form .wim-day {
  margin: 0;
}
.single-wim_post .wim-action .wim-day-selection-form .wim-day label {
  background: #F4F5F9;
}
.single-wim_post .wim-action .wim-day-selection-form .wim-day-selection-form-footer {
  margin: 1em 0 0 0;
  font-weight: bold;
}
.single-wim_post .wim-action .wim-day-selection-form.processed .post-button-footer {
  display: block;
  margin: 1em 0 2em;
}
.single-wim_post .wim-action .wim-day-selection-form.processed .wim-day-select-submit {
  background: #f05923;
  border-color: #f05923;
  color: #fff;
}
.single-wim_post .wim-action .wim-day-selection-form .wim-days {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}
@media (min-width: 768px) {
  .single-wim_post .wim-action .wim-day-selection-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-wim_post .wim-action .wim-day-selection-form .wim-days {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .single-wim_post .wim-action .wim-day-selection-form .wim-day-selection-form-footer {
    margin: 0 0 0 0.5em;
  }
  .single-wim_post .wim-action .wim-day-selection-form .wim-day-selection-form-footer .button, .single-wim_post .wim-action .wim-day-selection-form .wim-day-selection-form-footer .woocommerce #respond input#submit.alt, .woocommerce #respond .single-wim_post .wim-action .wim-day-selection-form .wim-day-selection-form-footer input#submit.alt {
    padding: 0.8em 1em;
  }
}
.single-wim_post .wim-related {
  border-top: 0.5px solid #B8BDC2;
  padding: 2em 0;
  margin-top: 2em;
}
.single-wim_post .wim-related .title {
  text-align: center;
  margin-bottom: 2em;
}
.single-wim_post .wim-related .related-item-image {
  position: relative;
  overflow: hidden;
}
.single-wim_post .wim-related .related-item-image .bg-image-wrap {
  position: static;
  height: 0;
  padding-bottom: 65%;
}
.single-wim_post .wim-related .related-item-image img {
  border-radius: 5px;
}
.single-wim_post .wim-related .item-title {
  padding: 1em;
  font-size: 1em;
  font-weight: normal;
  color: inherit;
}
.single-wim_post .wim-related .item-title a {
  color: inherit;
}
@media (min-width: 768px) {
  .single-wim_post .wim-action .wim-day-selection-form.processed .post-button-footer {
    display: none;
  }
}

#survey-links {
  background: #063e90;
  color: white;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  #survey-links .intro {
    margin-bottom: 40px;
  }
}
#survey-links .survey-link:not(:first-of-type) {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #survey-links .survey-link:not(:first-of-type) {
    margin-top: 0;
  }
}
#survey-links .survey-link .icon {
  font-size: 60px;
  margin-bottom: 12px;
}
#survey-links .survey-link .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
#survey-links .survey-link .prompt {
  line-height: 140%;
}
#survey-links .survey-link .button, #survey-links .survey-link .woocommerce #respond input#submit.alt, .woocommerce #respond #survey-links .survey-link input#submit.alt {
  margin-top: 17px;
}

.curriculum-header {
  background: -webkit-gradient(linear, left top, right top, from(#1A3D8F), to(#20376D));
  background: linear-gradient(to right, #1A3D8F, #20376D);
  padding: 3em 0;
  color: #fff;
  font-size: 15px;
}
.curriculum-header .bg-image-wrap {
  opacity: 0.1;
}
.curriculum-header .title {
  color: inherit;
}
.curriculum-header .intro-columns .column + .column {
  margin-top: 2em;
}
.curriculum-header .intro-columns + .intro-action {
  border-top: 1px solid rgba(228, 234, 240, 0.5);
  margin-top: 2em;
  padding-top: 2em;
}
.curriculum-header .intro-buttons {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.curriculum-header .intro-buttons li {
  list-style: none;
  margin-bottom: 1em;
}
.curriculum-header .intro-buttons a {
  color: inherit;
}
.curriculum-header .intro-buttons .icon {
  color: #fcab32;
  font-size: 2em;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 990px) {
  .curriculum-header .intro-columns .column + .column {
    margin-top: 0;
  }
  .curriculum-header .intro-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .curriculum-header .intro-buttons li {
    margin: 0 0 0 2em;
  }
  .curriculum-header .intro-buttons li:first-child {
    margin-left: 0;
  }
  .curriculum-header .intro-buttons .first-button-item {
    margin-left: auto;
  }
}

.curriculum-nav {
  background: #E4EAF0;
  padding: 1em 0;
}
.curriculum-nav .menu-label {
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
.curriculum-nav .menu {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.curriculum-nav .menu li {
  list-style: none;
  margin: 0;
}
.curriculum-nav .menu li a {
  display: block;
  position: relative;
}
.curriculum-nav .menu li a:after {
  content: "";
  position: absolute;
  background: none;
  height: 5px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.curriculum-nav .menu li:hover a {
  color: #f05923;
}
@media (min-width: 990px) {
  .curriculum-nav {
    padding: 0;
  }
  .curriculum-nav .menu-label {
    margin: 0 1em 0 0;
    padding-right: 2em;
    border-right: 1px solid #B8BDC2;
    display: inline-block;
  }
  .curriculum-nav .menu {
    display: inline-block;
  }
  .curriculum-nav .menu li {
    display: inline-block;
    margin: 0 1.5em;
  }
  .curriculum-nav .menu li a {
    padding: 1em 0.5em;
    color: #063e90;
  }
  .curriculum-nav .menu li:hover a:after {
    background: #f05923;
  }
}

.curriculum-weeks .curriculum-week {
  padding: 2em;
  margin: 2.5em 0;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#1A3D8F), to(#20376D));
  background: linear-gradient(to right, #1A3D8F, #20376D);
}
.curriculum-weeks .curriculum-week.empty-week {
  background: #E4EAF0;
}
.curriculum-weeks .curriculum-week.empty-week .week-header {
  color: #1B243A;
}
.curriculum-weeks .curriculum-week.empty-week .week-header .week-day-toggler {
  border-left-color: #B8BDC2;
}
.curriculum-weeks .curriculum-week.empty-week .week-header .week-day-toggler .toggler {
  color: #B8BDC2;
  padding-left: 0.75rem;
}
.curriculum-weeks .curriculum-week.empty-week .week-header .week-day-toggler .toggler:after {
  background: #B8BDC2;
  color: #E4EAF0;
}
.curriculum-weeks .curriculum-week.empty-week .empty-days {
  margin: 2em 0;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 5px dashed #B8BDC2;
  border-radius: 10px;
  color: #B8BDC2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
.curriculum-weeks .curriculum-week .week-header {
  color: #fff;
}
.curriculum-weeks .curriculum-week .week-header .week-day-toggler {
  display: none;
}
.curriculum-weeks .curriculum-week .week-header .week-day-toggler .toggler .fa-chevron-up {
  display: none;
}
.curriculum-weeks .curriculum-week .week-header .week-day-toggler .toggler .fa-chevron-down {
  display: inline-block;
}
.curriculum-weeks .curriculum-week .week-header .week-day-toggler .toggler svg {
  vertical-align: middle;
  margin-left: 0.5em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em !important;
  border-radius: 50%;
  color: #20376D;
  text-align: center;
  background: #fff;
  padding: 0.25em;
  font-size: 0.75em;
}
.curriculum-weeks .curriculum-week .week-header .week-day-toggler .toggler[aria-expanded=true] .fa-chevron-up {
  display: inline-block;
}
.curriculum-weeks .curriculum-week .week-header .week-day-toggler .toggler[aria-expanded=true] .fa-chevron-down {
  display: none;
}
.curriculum-weeks .curriculum-week .week-title {
  color: inherit;
  font-weight: bold;
  margin: 0;
}
.curriculum-weeks .curriculum-week .week-day {
  background: #fff;
  border-radius: 10px;
  margin: 2em 0;
  font-size: 16px;
}
.curriculum-weeks .curriculum-week .week-day .toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 1em 2em;
}
.curriculum-weeks .curriculum-week .week-day .toggler .fa-chevron-down {
  display: none;
}
.curriculum-weeks .curriculum-week .week-day .toggler .fa-chevron-up {
  display: inline-block;
}
.curriculum-weeks .curriculum-week .week-day .toggler[aria-expanded=true] .fa-chevron-down {
  display: inline-block;
}
.curriculum-weeks .curriculum-week .week-day .toggler[aria-expanded=true] .fa-chevron-up {
  display: none;
}
.curriculum-weeks .curriculum-week .week-day .toggler svg {
  vertical-align: middle;
  margin-right: 1em;
  width: 1.5em;
  height: 1.5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5em;
          flex: 0 0 1.5em;
  line-height: 1.5em !important;
  color: #fff;
  text-align: center;
  background: #fcab32;
}
.curriculum-weeks .curriculum-week .week-day .column + .column {
  margin-top: 2em;
}
.curriculum-weeks .curriculum-week .week-day .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.curriculum-weeks .curriculum-week .week-day .title .icon {
  font-size: 2em;
  display: inlnie-block;
  vertical-align: middle;
  margin-right: 10px;
}
.curriculum-weeks .curriculum-week .week-day .content-title {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #E4EAF0;
}
.curriculum-weeks .curriculum-week .week-day .section-content {
  margin: 1em 0;
  padding: 0 2em 1em;
}
.curriculum-weeks .curriculum-week .week-day .section-content[aria-expanded=false] {
  display: none;
}
.curriculum-weeks .curriculum-week .week-day ul li, .curriculum-weeks .curriculum-week .week-day ol li {
  margin-bottom: 0;
}
.curriculum-weeks .curriculum-week .week-resources .button, .curriculum-weeks .curriculum-week .week-resources .woocommerce #respond input#submit.alt, .woocommerce #respond .curriculum-weeks .curriculum-week .week-resources input#submit.alt {
  margin: 0 5px 5px 0;
}
@media (min-width: 990px) {
  .curriculum-weeks .curriculum-week {
    padding: 2em 4em;
  }
  .curriculum-weeks .curriculum-week .week-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .curriculum-weeks .curriculum-week .week-header .week-header-content {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    padding-right: 2em;
  }
  .curriculum-weeks .curriculum-week .week-header .week-day-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #fff;
    padding-left: 2em;
    text-align: right;
  }
  .curriculum-weeks .curriculum-week .week-day .column + .column {
    margin-top: 0;
  }
}

a.copied {
  position: relative;
}
a.copied:after {
  content: "Copied!";
  position: absolute;
  bottom: calc(100% + 0.5em);
  width: 100%;
  left: 0;
  text-align: center;
  background: #063e90;
  color: #fff;
  font-weight: normal;
  font-size: 0.9em;
}

.disable-scrollbars, .archive-filter-results .archive-filter-results-group .archive-filter-items-wrap {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.disable-scrollbars::-webkit-scrollbar, .archive-filter-results .archive-filter-results-group .archive-filter-items-wrap::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Chrome/Safari/Webkit */
}

.page-template-wim-landing #primary.blocked, .page-template-wim-landing-2 #primary.blocked {
  min-height: 0;
}

body.page-template-wim-summary #header .search-icon, body.page-template-wim-landing-2 #header .search-icon, body.single-wim_post #header .search-icon {
  display: none;
}

#wim-newsletter {
  text-align: center;
}
#wim-newsletter .gform_body {
  text-align: left;
}
#wim-newsletter .cancel-signup {
  display: inline-block;
  margin-top: 1em;
}

.wim-header {
  padding: 3em 0 0 0;
  color: #fff;
  background: linear-gradient(152.17deg, #1A3D8F 0%, #E8571A 100%);
  font-size: 1rem;
}
.wim-header .title {
  color: inherit;
  margin-bottom: 20px;
}
.wim-header .col-image img {
  display: block;
}
.wim-header a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
.wim-header .wim-header-action {
  text-align: center;
}
.wim-header .wim-header-action .button, .wim-header .wim-header-action .woocommerce #respond input#submit.alt, .woocommerce #respond .wim-header .wim-header-action input#submit.alt,
.wim-header .wim-header-action .woocommerce a.button.alt,
.woocommerce .wim-header .wim-header-action a.button.alt,
.wim-header .wim-header-action .woocommerce button.button.alt,
.woocommerce .wim-header .wim-header-action button.button.alt,
.wim-header .wim-header-action .woocommerce input.button.alt,
.woocommerce .wim-header .wim-header-action input.button.alt {
  font-weight: bold;
  font-size: 1em;
  border-width: 3px;
  margin: 1em 0 2em;
}
.wim-header .wim-header-action .button:last-child, .wim-header .wim-header-action .woocommerce #respond input#submit.alt:last-child, .woocommerce #respond .wim-header .wim-header-action input#submit.alt:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .wim-header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .wim-header .row .col-content {
    padding-bottom: 3em;
    padding-left: 0;
  }
  .wim-header .row .col-image {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-right: 0;
  }
  .wim-header .wim-header-action {
    text-align: left;
  }
}

.wim-weeks {
  padding: 3em 0;
}
.wim-weeks .wim-week {
  margin-bottom: 4em;
}
.wim-weeks .wim-week .title {
  color: #063e90;
  font-weight: bold;
  border-bottom-width: 1px;
}
.wim-weeks .wim-week-image {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.wim-weeks .wim-week-days {
  padding: 0;
  margin: 0;
}
.wim-weeks .wim-week-days li {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}
.wim-weeks .wim-week-days .wim-link {
  display: block;
  color: #f05923;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 0.5em 1em;
  font-weight: bold;
}
.wim-weeks .wim-week-days .wim-link .icon {
  float: right;
}

.weeks {
  background: #f05923 url("../images/pattern_orange.jpg");
  color: white;
  padding: 40px 0;
  text-align: center;
}
.weeks .week {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .weeks .week:not(:last-of-type)::after {
    background: white;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    left: 100%;
    opacity: 0.4;
    top: 0;
    width: 1px;
  }
}
.weeks .week h3 {
  color: #f7b652;
}
.weeks .week h4 {
  margin-top: 9px;
}
@media (min-width: 768px) {
  .weeks .week h4 {
    font-size: 21px;
  }
}
.weeks .week a {
  color: white;
}
.weeks .week a:hover {
  text-decoration: underline;
}

.archive-wrapper.loading {
  opacity: 0.5;
}
.archive-wrapper.loading .loader {
  display: block;
}

.archive-filters-external-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-filters-external-search .search-field-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.archive-filters-external-search .search-field-wrapper .reset-button {
  position: absolute;
  font-size: 1.4em;
  right: 0.3em;
  top: 0.4em;
}

.archive-filters-header {
  padding: 1rem 0;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.archive-filters-header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-filters-header .filters-list {
  font-weight: bold;
}
.archive-filters-header .filters-for {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .archive-filters-header {
    display: block;
  }
}

.archive-filter-actions {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.archive-filter-actions .toggle-archive-filters [data-prefix=fas] {
  display: none;
}
.archive-filter-actions .toggle-archive-filters [data-prefix=far] {
  display: inline-block;
}
.archive-filter-actions .toggle-archive-filters[aria-expanded=true] [data-prefix=far] {
  display: none;
}
.archive-filter-actions .toggle-archive-filters[aria-expanded=true] [data-prefix=fas] {
  display: inline-block;
}
.archive-filter-actions .archive-filters-clear {
  display: none;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .archive-filter-actions .archive-results-count,
  .archive-filter-actions .toggle-archive-filters {
    display: none;
  }
  .archive-filter-actions .archive-filters-clear {
    display: inline-block;
  }
}

.archive-filters {
  font-size: 1rem;
  display: none;
  background: #fff;
  position: absolute;
  padding: 1em;
  left: 0;
  width: 100%;
  z-index: 1;
}
.archive-filters[aria-expanded=true] {
  display: block;
}
.archive-filters .archive-filter {
  margin-bottom: 2.5em;
}
.archive-filters .archive-filter .filter-title {
  font-size: 1.2em;
}
.archive-filters .archive-filter .filter-options {
  padding: 0;
  margin: 0;
}
.archive-filters .archive-filter .filter-options .filter-option {
  list-style: none;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-filters .archive-filter .filter-options .filter-option input {
  display: none;
}
.archive-filters .archive-filter .filter-options .filter-option label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-filters .archive-filter .filter-options .filter-option label:before {
  content: "";
  display: block;
  margin: 0.4em 0.5em 0 0;
  border: 1px solid #B8BDC2;
  background: #fff;
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
}
.archive-filters .archive-filter .filter-options .filter-option input:checked + label:before {
  background: #f05923;
}
@media (max-width: 767px) {
  .archive-filters .archive-filter.tax-wim_grade .filter-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }
  .archive-filters .archive-filter.tax-wim_grade .filter-options .filter-option {
    margin: 0 1em 0 0;
  }
  .archive-filters .archive-filter.tax-wim_grade .filter-options .filter-option input:checked + label {
    background: #f05923;
  }
  .archive-filters .archive-filter.tax-wim_grade .filter-options .filter-option label {
    background: #6D7073;
    border-radius: 4em;
    display: block;
    padding: 0.6em 2em;
    color: #fff;
  }
  .archive-filters .archive-filter.tax-wim_grade .filter-options .filter-option label:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .archive-filters {
    display: block !important;
    position: static;
    padding: 0;
  }
  .archive-filters .archive-filter.tax-wim_grade .filter-options {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

.wim-day-selection-form .wim-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
}
.wim-day-selection-form .wim-days .wim-day {
  list-style: none;
}
.wim-day-selection-form .wim-days .wim-day input {
  display: none;
}
.wim-day-selection-form .wim-days .wim-day input:checked + label {
  background: #f05923;
  color: #fff;
}
.wim-day-selection-form .wim-days .wim-day label {
  color: #063e90;
  font-weight: bold;
  width: 3em;
  height: 3em;
  line-height: 3em;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.wim-day-selection-form .wim-days .wim-day label:hover {
  background: #f05923;
  color: #fff;
}
.wim-day-selection-form .post-button-footer {
  display: none;
}

.archive-filter-results {
  margin-top: 1em;
}
.archive-filter-results .archive-filter-results-group + .archive-filter-results-group {
  margin-top: 3rem;
}
.archive-filter-results .archive-filter-results-group .filter-group-title {
  font-size: 1em;
  color: #063e90;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items-wrap {
  overflow-x: auto;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item {
  background: #fff;
  margin: 0 2rem 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  position: relative;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-title {
  color: inherit;
  font-weight: normal;
  font-size: 1em;
  padding: 1em 0.5em;
  margin: 0;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-title a {
  color: inherit;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image {
  position: relative;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .bg-image-wrap {
  height: 0;
  padding-bottom: 80%;
  position: relative;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper {
  visibility: hidden;
  opacity: 0;
  text-align: center;
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.15s opacity;
  transition: 0.15s opacity;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper .item-day-selection-toggler {
  background: #fff;
  color: #063e90;
  font-weight: bold;
  display: block;
  border-radius: 10px;
  padding: 1em;
  width: 100%;
  -webkit-box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
          box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper .item-day-selection {
  display: none;
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
          box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper .item-day-selection p {
  margin-bottom: 0;
  text-align: left;
  font-size: 1rem;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper .item-day-selection .wim-day-selection-form .wim-day label {
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper .item-day-selection .wim-day-selection-form .wim-day-select-submit {
  display: none;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.active, .archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.processing {
  display: block;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.active .item-day-selection-toggler, .archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.processing .item-day-selection-toggler {
  display: none;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.active .item-day-selection, .archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.processing .item-day-selection {
  display: block;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.processing {
  visibility: visible;
  opacity: 1;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.processing .item-day-selection {
  padding: 0;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.processing .item-day-selection .item-day-selection-intro {
  display: none;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.processing .item-day-selection .wim-day-selection-form .wim-days {
  display: none;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.processing .item-day-selection .wim-day-selection-form .wim-day-select-submit {
  display: block;
  padding: 1em;
  background: #fff;
  color: #063e90;
  border-radius: 0;
  border-color: #fff;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.processing.processed .item-day-selection {
  background: #f05923;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image .item-day-selection-wrapper.processing.processed .item-day-selection .wim-day-selection-form .wim-day-select-submit {
  background: #f05923;
  border-color: #f05923;
  color: #fff;
}
.archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .flag {
  position: absolute;
  font-size: 1rem;
  top: 1em;
  right: 1em;
  width: 3em;
  height: 3em;
  line-height: 2.9em;
  background: #f05923;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 2px solid #fff;
  font-weight: bold;
}
.archive-filter-results .archive-filter-results-group .archive-filter-load-more {
  display: none;
}
.archive-filter-results .archive-filter-results-group.loading-more .archive-filter-items:after {
  content: "Loading ...";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  vertical-align: center;
  background: #f0f0f0;
}
@media (min-width: 768px) {
  .archive-filter-results .archive-filter-results-group .archive-filter-items-wrap {
    overflow-x: unset;
  }
  .archive-filter-results .archive-filter-results-group .archive-filter-items {
    width: auto !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1rem -2rem -1rem;
  }
  .archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item {
    margin: 0 1rem 2rem 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 2rem);
            flex: 0 0 calc(33.33% - 2rem);
  }
  .archive-filter-results .archive-filter-results-group .archive-filter-items .archive-filter-item .item-image:hover .item-day-selection-wrapper {
    visibility: visible;
    opacity: 1;
  }
  .archive-filter-results .archive-filter-results-group .archive-filter-load-more {
    display: block;
    margin: 2rem 0 0 auto;
  }
  .archive-filter-results .archive-filter-results-group.loading-more .archive-filter-items:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .archive-filter-results {
    margin-top: 0;
  }
}

.wim-summary-day .wim-summary-day-list {
  padding: 0;
  margin: 0;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item {
  list-style: none;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  position: relative;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  height: 65px;
  border-radius: 5px;
  border: 1px solid #e4daf0;
  margin-right: 1em;
  overflow: hidden;
  position: relative;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-image .bg-image-wrap {
  height: 100%;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-image img {
  width: 100%;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-content .item-category {
  font-size: 1em;
  color: #063e90;
  margin-bottom: 0.5em;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-content p {
  margin: 0;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-content .item-title-wrap a {
  color: inherit;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-content .item-title-empty {
  display: none;
  color: #B8BDC2;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-content .item-browse-link {
  margin-left: 0.5rem;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-links {
  margin-left: auto;
  text-align: right;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-action {
  margin-left: auto;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-action .item-remove {
  height: 1em;
  width: 1em;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #f05923;
  color: #f05923;
  min-width: 0;
  background: none;
  padding: 0;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-action .item-remove .icon {
  margin: 0;
  top: -3px;
  position: relative;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-action .item-remove:hover {
  background: #063e90;
  color: #fff;
  border-color: #063e90;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item.wim-summary-day-item-empty .item-title-wrap,
.wim-summary-day .wim-summary-day-list .wim-summary-day-item.wim-summary-day-item-empty .item-image img,
.wim-summary-day .wim-summary-day-list .wim-summary-day-item.wim-summary-day-item-empty .item-links,
.wim-summary-day .wim-summary-day-list .wim-summary-day-item.wim-summary-day-item-empty .item-action {
  display: none;
}
.wim-summary-day .wim-summary-day-list .wim-summary-day-item.wim-summary-day-item-empty .item-title-empty {
  display: block;
}

.expander-button .fa-chevron-down {
  display: none;
}
.expander-button .fa-chevron-up {
  display: block;
}
.expander-button[aria-expanded=true] .fa-chevron-down {
  display: block;
}
.expander-button[aria-expanded=true] .fa-chevron-up {
  display: none;
}

.wim-cart-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  width: auto;
  max-width: none;
}
@media (min-width: 768px) {
  .wim-cart-toggler {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#wim-cart {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
          box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
  width: 100%;
  max-width: 450px;
  z-index: 10000;
}
#wim-cart #wim-cart-header {
  background: #063e90;
}
#wim-cart #wim-cart-header h2 {
  color: #fff;
  font-size: 1em;
  margin: 0;
}
#wim-cart #wim-cart-header .wim-cart-toggler {
  width: 100%;
}
#wim-cart #wim-cart-list {
  height: calc(100% - 120px);
  overflow-y: auto;
}
#wim-cart #wim-cart-list .wim-summary-day {
  list-style: none;
  margin: 0;
  padding: 1em 2em;
  border-bottom: 1px solid #B8BDC2;
}
#wim-cart #wim-cart-list .wim-summary-day:last-child {
  border-bottom: none;
}
#wim-cart #wim-cart-list .wim-summary-day .wim-summary-day-title {
  color: #6D7073;
  font-size: 1em;
}
#wim-cart #wim-cart-footer {
  -webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1rem;
}
#wim-cart[aria-expanded=false] {
  height: auto !important;
}
#wim-cart[aria-expanded=false] #wim-cart-list,
#wim-cart[aria-expanded=false] #wim-cart-footer {
  display: none;
}
#wim-cart[aria-expanded=true] {
  top: 65px;
}
body.admin-bar #wim-cart[aria-expanded=true] {
  top: 110px;
}
#wim-cart #wim-cart-tour-card {
  display: none;
  position: absolute;
  bottom: calc(100% + 15px);
  right: 0;
  background: #f05923;
  color: #fff;
  width: 80%;
  font-size: 1rem;
  padding: 1.5em;
  border-radius: 5px;
}
#wim-cart #wim-cart-tour-card .tour-card-title {
  color: inherit;
}
#wim-cart #wim-cart-tour-card .tour-card-footer {
  text-align: right;
}
#wim-cart #wim-cart-tour-card .tour-card-footer .tour-card-close {
  font-weight: bold;
}
#wim-cart #wim-cart-tour-card:after {
  content: "";
  border-top: 15px solid #f05923;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: -14px;
  right: 30px;
}
@media (min-width: 768px) {
  #wim-cart #wim-cart-tour-card {
    right: auto;
    left: 0;
  }
  #wim-cart #wim-cart-list {
    height: calc(100% - 125px);
  }
  #wim-cart[aria-expanded=false] #wim-cart-header {
    display: block;
  }
  #wim-cart[aria-expanded=true] {
    top: 0;
  }
  body.admin-bar #wim-cart[aria-expanded=true] {
    top: 32px;
  }
}

#wim-summary .wim-summary-day {
  background: #f4f5f9;
  padding: 1em 2em;
  border-radius: 5px;
  position: relative;
}
#wim-summary .wim-summary-day + .wim-summary-day {
  margin-top: 4rem;
}
#wim-summary .wim-summary-day + .wim-summary-day:before {
  content: "";
  height: 1px;
  background: #b8bdc2;
  width: 100%;
  position: absolute;
  top: -2rem;
  left: 0;
}
#wim-summary .wim-summary-day .wim-summary-day-title {
  color: #063e90;
  font-size: 2.1rem;
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item {
  background: #fff;
  padding: 1em;
  border-radius: 5px;
  margin-bottom: 1em;
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .item-category {
  color: #f05923;
  font-size: 1em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100px;
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 120px);
          flex: 0 0 calc(100% - 120px);
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-title-wrap {
  font-weight: bold;
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-action {
  position: absolute;
  top: -2.5em;
  right: 0;
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-links {
  margin-top: 1em;
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-links .item-downloads {
  margin: 0;
  padding: 0;
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-links .item-downloads li {
  list-style: none;
  line-height: 1;
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-links .item-downloads li a {
  white-space: nowrap;
}
#wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-links .item-downloads li .icon {
  margin-left: 0.4rem;
}
@media (min-width: 768px) {
  #wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-content {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin-right: 1em;
  }
  #wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-links {
    margin-top: 0;
  }
  #wim-summary .wim-summary-day .wim-summary-day-list .wim-summary-day-item .wim-summary-day-item-wrap .item-action {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 1px solid #6D7073;
    position: static;
  }
}

#wim-share-notice {
  background: #f05923;
  color: #fff;
  padding: 1em;
}
#wim-share-notice a, #wim-share-notice button {
  color: inherit;
  text-decoration: underline;
}

.share-list {
  margin: 0;
  padding: 0;
}
.share-list li {
  display: inline-block;
}
.share-list li a {
  display: block;
  color: #fff;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}
.share-list li a.share-facebook {
  background: #3b5998;
}
.share-list li a.share-twitter {
  background: #38A1F3;
}
.share-list li a.share-email {
  background: #E8571A;
}

#wim-share-page, #wim-save-page {
  text-align: center;
}
#wim-share-page h2, #wim-save-page h2 {
  font-size: 1em;
  color: inherit;
  margin-bottom: 1em;
}
#wim-share-page .lightbox-content, #wim-save-page .lightbox-content {
  padding: 2em;
}
#wim-share-page .lightbox-footer, #wim-save-page .lightbox-footer {
  padding: 1em 2em;
}

#wim-share-page #wim-share-page-footer {
  background: linear-gradient(94.22deg, #1A3D8F 0%, #20376D 100%);
  color: #fff;
}
#wim-share-page #wim-share-page-footer .icon {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  vertical-align: middle;
  text-align: center;
  margin-right: 0.5em;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
}
#wim-share-page #wim-share-page-footer a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
#wim-share-page #wim-share-page-footer a:hover {
  text-decoration: none;
}

#wim-save-page h2 {
  margin-bottom: 0;
}
#wim-save-page .copy-link {
  color: #f05923;
}
#wim-save-page #wim-save-page-footer {
  background: #E4EAF0;
}
#wim-save-page .share-link-input-wrap {
  position: relative;
}
#wim-save-page .share-link-input-wrap .icon {
  position: absolute;
  top: 0.2em;
  left: 0.5em;
  color: #063e90;
}
#wim-save-page .share-link-input-wrap input {
  padding-left: 2em;
}
@media (min-width: 768px) {
  #wim-save-page {
    min-width: 600px;
  }
}

#error-video-chosen {
  max-width: 450px;
  margin: 0 auto;
}

.error-lightbox {
  text-align: center;
}
.error-lightbox .error-title {
  font-size: 24px;
  color: #f05923;
  font-weight: bold;
}
.error-lightbox .error-subtitle {
  color: #f05923;
  font-weight: bold;
}
.error-lightbox .error-icon {
  color: #f05923;
  font-size: 4rem;
}

#wim-summary-toc.sticky {
  position: fixed;
  top: 0;
}
#wim-summary-toc.pinned {
  position: absolute;
  top: auto !important;
  bottom: 0 !important;
}
body.admin-bar #wim-summary-toc.sticky {
  top: 32px;
}
#wim-summary-toc .wim-action-buttons {
  text-align: center;
  padding: 0;
  margin: 0;
}
#wim-summary-toc .wim-action-buttons li {
  margin-top: 1em;
  list-style: none;
}
#wim-summary-toc .wim-action-buttons li .button, #wim-summary-toc .wim-action-buttons li .woocommerce #respond input#submit.alt, .woocommerce #respond #wim-summary-toc .wim-action-buttons li input#submit.alt {
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: none;
  width: 100%;
  padding: 1em;
}
#wim-summary-toc .wim-action-buttons li .button .icon, #wim-summary-toc .wim-action-buttons li .woocommerce #respond input#submit.alt .icon, .woocommerce #respond #wim-summary-toc .wim-action-buttons li input#submit.alt .icon {
  font-size: 1.5rem;
}
#wim-summary-toc .wim-action-buttons li.divider {
  border-top: 1px solid #F4F5F9;
  padding-top: 1em;
}
@media (max-width: 989px) {
  #wim-summary-toc {
    position: static !important;
    width: 100% !important;
  }
}

.table-of-contents {
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.table-of-contents .toc-header {
  background: linear-gradient(156.81deg, #f6b23c 0%, #E8571A 100%);
  color: #fff;
  padding: 1em;
}
.table-of-contents .toc-header .toc-title {
  color: inherit;
  font-size: 1em;
  margin: 0;
}
.table-of-contents .toc-list {
  margin: 0;
  padding: 0;
  background: #F4F5F9;
}
.table-of-contents .toc-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.table-of-contents .toc-list li .toc-link {
  display: block;
  padding: 0.6em 1em;
  font-weight: bold;
}
.table-of-contents .toc-list li .toc-link:hover {
  background: #E4EAF0;
}
.table-of-contents .toc-list li:after {
  content: "";
  width: 80%;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  display: block;
}

.featherlight.wim-announcement-lightbox .featherlight-close {
  background: none;
  color: #fff;
}
.featherlight.wim-announcement-lightbox .featherlight-content {
  background: #f05923;
  color: #fff;
}
.featherlight.wim-announcement-lightbox #wim-announcement {
  max-width: 700px;
}
.featherlight.wim-announcement-lightbox #wim-announcement #wim-announcement-content {
  padding: 2em 1em;
  font-weight: 600;
}
.featherlight.wim-announcement-lightbox #wim-announcement #wim-announcement-content span {
  display: block;
  font-size: 0.9rem;
}
.featherlight.wim-announcement-lightbox #wim-announcement #wim-announcement-content span.large {
  font-size: 2rem;
  font-weight: bold;
}
.featherlight.wim-announcement-lightbox #wim-announcement #wim-announcement-content span.medium {
  font-size: 1rem;
  font-style: italic;
}
.featherlight.wim-announcement-lightbox #wim-announcement #wim-announcement-image {
  padding: 2em 0 0 1em;
}
@media (min-width: 768px) {
  .featherlight.wim-announcement-lightbox #wim-announcement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .featherlight.wim-announcement-lightbox #wim-announcement > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .featherlight.wim-announcement-lightbox #wim-announcement #wim-announcement-image {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #f05923;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #063e90;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce input.button.alt {
  color: #fff;
}

.woocommerce-cart .checkout-button {
  border-radius: 30px !important;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 !important;
}

.woocommerce-checkout #main input {
  border: 1px solid #c0c0c0;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}
.woocommerce-checkout #main textarea {
  border: 1px solid #c0c0c0;
  padding: 10px;
}

html[lang=pt-br] .archive-filters .archive-filter.tax-wim_grade .filter-options {
  -webkit-columns: 1 !important;
     -moz-columns: 1 !important;
          columns: 1 !important;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff; /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,
.featherlight-previous {
  display: block;
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 0;
  left: 80%;
  cursor: pointer;
  /* preventing text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* IE9 hack, otherwise navigation doesn't appear */
  background: rgba(0, 0, 0, 0);
}

.featherlight-previous {
  left: 25px;
  right: 80%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
  background: rgba(255, 255, 255, 0.25);
}

.featherlight-next span,
.featherlight-previous span {
  display: none;
  position: absolute;
  top: 50%;
  left: 5%;
  width: 82%;
  /* center horizontally */
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  /* center vertically */
  margin-top: -40px;
  text-shadow: 0px 0px 5px #fff;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}

.featherlight-next span {
  right: 5%;
  left: auto;
}

.featherlight-next:hover span,
.featherlight-previous:hover span {
  display: inline-block;
}

.featherlight-swipe-aware .featherlight-next,
.featherlight-swipe-aware .featherlight-previous {
  display: none;
}

/* Hide navigation while loading */
.featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
  display: none;
}

/* Hide navigation in case of single image */
.featherlight-first-slide.featherlight-last-slide .featherlight-previous,
.featherlight-first-slide.featherlight-last-slide .featherlight-next {
  display: none;
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
          transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: 4.6666666667px;
  padding-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5);
  padding-left: 10.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  padding-right: 10.5px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  padding-top: 4.6666666667px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
          box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc((var(--plyr-control-spacing, 10px) * 0.7 - 2px) * -1);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), color-stop(0, transparent));
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
          box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
          box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

#donate_popup .plyr__control--overlaid {
  background: linear-gradient(114.03deg, #f6b23c 0%, #E8571A 100%);
  -webkit-box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
          box-shadow: 0px 5px 25px rgba(27, 36, 58, 0.25);
  padding: 22px;
  height: auto;
}
#donate_popup .plyr__control--overlaid svg {
  width: 25px;
  height: 25px;
}
#donate_popup .plyr__progress__buffer,
#donate_popup .plyr__progress input[type=range] {
  color: #E8571A;
}
#donate_popup .plyr__volume input[type=range] {
  color: #E8571A;
}

.su-global-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 2.31rem;
  padding-bottom: 2.31rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .su-global-footer {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
}
.su-global-footer--dark {
  background-color: #2e2d29;
}
.su-global-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}
.su-global-footer a:hover, .su-global-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.su-global-footer nav {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 576px) {
  .su-global-footer nav {
    display: block;
    margin-bottom: 1.3rem;
  }
}

.su-global-footer__container {
  margin: 0 auto;
  max-width: 1110px !important;
}
@media only screen and (min-width: 0) {
  .su-global-footer__container {
    max-width: calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 576px) {
  .su-global-footer__container {
    max-width: calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) {
  .su-global-footer__container {
    max-width: calc(100% - 100px);
    width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 992px) {
  .su-global-footer__container {
    max-width: calc(100% - 160px);
    width: calc(100% - 160px);
  }
}
@media only screen and (min-width: 1200px) {
  .su-global-footer__container {
    max-width: calc(100% - 200px);
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 1500px) {
  .su-global-footer__container {
    max-width: 1500px;
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 992px) {
  .su-global-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.su-logo spanfirst-of-type {
  font-size: 3.14rem;
}
.su-logo span:last-of-type {
  font-size: 66%;
}

.su-global-footer__brand {
  padding-top: 0.5rem;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 989px) {
  .su-global-footer__brand {
    margin-bottom: 2rem;
  }
}
.su-global-footer__brand a {
  display: inline-block;
  font-family: Stanford, "Source Serif Pro", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 0.75;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 3.4rem;
}
.su-global-footer__brand a:hover, .su-global-footer__brand a:focus {
  text-decoration: none;
}
@media only screen and (min-width: 0) and (max-width: 575px) {
  .su-global-footer__brand a {
    font-size: 3.2rem;
  }
}

.su-global-footer__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .su-global-footer__content {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .su-global-footer__content {
    padding-left: 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .su-global-footer__content {
    padding-left: 5.2rem;
  }
}

.su-global-footer__link-a11y {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.su-global-footer__menu {
  margin-bottom: 1rem;
  padding: 0;
  font-size: 1.5rem;
  list-style-type: none;
  font-weight: 600;
}
.su-global-footer__menu li {
  margin: 0;
  padding: 0.25em 0;
  display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .su-global-footer__menu li {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 576px) {
  .su-global-footer__menu li {
    display: inline-block;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) {
  .su-global-footer__menu li {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .su-global-footer__menu li {
    padding: 0;
    text-align: left;
  }
}
.su-global-footer__menu li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 0) and (max-width: 575px) {
  .su-global-footer__menu--global {
    padding-right: 1.9rem;
  }
}
@media (min-width: 768px) and (max-width: 1499.98px) {
  .su-global-footer__menu--global {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1500px) {
  .su-global-footer__menu--global {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 0) and (max-width: 575px) {
  .su-global-footer__menu--policy {
    padding-left: 1.9rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .su-global-footer__menu--policy {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 576px) {
  .su-global-footer__menu--policy a {
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .su-global-footer__menu--policy {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .su-global-footer__menu--policy {
    font-size: 1.6rem;
  }
}

.su-global-footer__copyright {
  font-size: 1rem;
  text-align: center;
}
.su-global-footer__copyright span {
  white-space: nowrap;
}
@media only screen and (min-width: 992px) {
  .su-global-footer__copyright {
    text-align: left;
  }
}
/*# sourceMappingURL=cc-style.css.map */