.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
.tippy-box[data-theme~=light]{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.15),0 4px 80px -8px rgba(36,40,47,.25),0 4px 4px -2px rgba(91,94,105,.15);background-color:#fff}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff}.tippy-box[data-theme~=light][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff}.tippy-box[data-theme~=light]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light]>.tippy-svg-arrow{fill:#fff}
@charset "UTF-8";
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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: 100%;
  }
  .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%;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .comment-list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.form-control, .search-form .search-field, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .search-form .search-field, .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=url],
  .comment-form textarea {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand, .search-form .search-field::-ms-expand, .comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .search-form .search-field:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder, .comment-form input[type=text]::-webkit-input-placeholder, .comment-form input[type=email]::-webkit-input-placeholder, .comment-form input[type=url]::-webkit-input-placeholder, .comment-form textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder, .search-form .search-field::-moz-placeholder, .comment-form input[type=text]::-moz-placeholder, .comment-form input[type=email]::-moz-placeholder, .comment-form input[type=url]::-moz-placeholder, .comment-form textarea::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder, .comment-form input[type=email]:-ms-input-placeholder, .comment-form input[type=url]:-ms-input-placeholder, .comment-form textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .search-form .search-field::-ms-input-placeholder, .comment-form input[type=text]::-ms-input-placeholder, .comment-form input[type=email]::-ms-input-placeholder, .comment-form input[type=url]::-ms-input-placeholder, .comment-form textarea::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .search-form .search-field::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .search-form .search-field:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled, .form-control[readonly], .search-form [readonly].search-field, .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], .search-form select[size].search-field, select.form-control[multiple], .search-form select[multiple].search-field {
  height: auto;
}

textarea.form-control, .search-form textarea.search-field,
.comment-form textarea {
  height: auto;
}

.form-group, .search-form label, .comment-form p {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .was-validated .comment-form input[type=text]:valid, .comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .form-control.is-valid, .search-form .is-valid.search-field, .comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus, .comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .search-form .search-field:valid ~ .valid-feedback, .search-form .was-validated .search-field:valid ~ .valid-feedback, .was-validated .comment-form input[type=text]:valid ~ .valid-feedback, .comment-form .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=email]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=email]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=url]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=url]:valid ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .search-form .search-field:valid ~ .valid-tooltip,
.search-form .was-validated .search-field:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=text]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=email]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=email]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=url]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=url]:valid ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .search-form .is-valid.search-field ~ .valid-feedback, .comment-form input.is-valid[type=text] ~ .valid-feedback,
.comment-form input.is-valid[type=email] ~ .valid-feedback,
.comment-form input.is-valid[type=url] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.search-form .is-valid.search-field ~ .valid-tooltip,
.comment-form input.is-valid[type=text] ~ .valid-tooltip,
.comment-form input.is-valid[type=email] ~ .valid-tooltip,
.comment-form input.is-valid[type=url] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, .was-validated .search-form textarea.search-field:valid, .search-form .was-validated textarea.search-field:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, textarea.form-control.is-valid, .search-form textarea.is-valid.search-field,
.comment-form textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .was-validated .comment-form input[type=text]:invalid, .comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .form-control.is-invalid, .search-form .is-invalid.search-field, .comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus, .comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .search-form .search-field:invalid ~ .invalid-feedback, .search-form .was-validated .search-field:invalid ~ .invalid-feedback, .was-validated .comment-form input[type=text]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
.search-form .was-validated .search-field:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=text]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .search-form .is-invalid.search-field ~ .invalid-feedback, .comment-form input.is-invalid[type=text] ~ .invalid-feedback,
.comment-form input.is-invalid[type=email] ~ .invalid-feedback,
.comment-form input.is-invalid[type=url] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.search-form .is-invalid.search-field ~ .invalid-tooltip,
.comment-form input.is-invalid[type=text] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=email] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=url] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, .was-validated .search-form textarea.search-field:invalid, .search-form .was-validated textarea.search-field:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, textarea.form-control.is-invalid, .search-form textarea.is-invalid.search-field,
.comment-form textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline, .search-form {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check, .search-form .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label, .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .search-form .form-group, .search-form label, .form-inline .comment-form p, .search-form .comment-form p, .comment-form .form-inline p, .comment-form .search-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .search-form .form-control, .search-form .search-field, .form-inline .comment-form input[type=text], .search-form .comment-form input[type=text], .comment-form .form-inline input[type=text], .comment-form .search-form input[type=text],
  .form-inline .comment-form input[type=email],
  .search-form .comment-form input[type=email],
  .comment-form .form-inline input[type=email],
  .comment-form .search-form input[type=email],
  .form-inline .comment-form input[type=url],
  .search-form .comment-form input[type=url],
  .comment-form .form-inline input[type=url],
  .comment-form .search-form input[type=url],
  .form-inline .comment-form textarea,
  .search-form .comment-form textarea,
  .comment-form .form-inline textarea,
  .comment-form .search-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }
  .form-inline .form-check, .search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input, .search-form .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .search-form .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label, .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .block-btn, .search-form .search-submit, .comment-form input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .block-btn, .search-form .search-submit, .comment-form input[type=submit] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover, .block-btn:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .block-btn:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn.focus, .focus.block-btn, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .disabled.block-btn, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn:disabled, .block-btn:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  opacity: 0.65;
}
a.btn.disabled, a.disabled.block-btn, .search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled a.block-btn,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary, .search-form .search-submit, .comment-form input[type=submit] {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn-secondary.focus, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn-secondary:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled):active, .comment-form input[type=submit]:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled).active, .comment-form input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .search-form .show > .dropdown-toggle.search-submit, .comment-form .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .search-form .show > .dropdown-toggle.search-submit:focus, .comment-form .show > input.dropdown-toggle[type=submit]:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.img-fluid, .wp-caption img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure, .wp-caption {
  display: inline-block;
}

.figure-img, .wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link, .banner .nav a {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .banner .nav a:hover, .nav-link:focus, .banner .nav a:focus {
  text-decoration: none;
}
.nav-link.disabled, .banner .nav a.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item, .nav-tabs .banner .nav li, .banner .nav .nav-tabs li {
  margin-bottom: -1px;
}
.nav-tabs .nav-link, .nav-tabs .banner .nav a, .banner .nav .nav-tabs a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .banner .nav a:hover, .banner .nav .nav-tabs a:hover, .nav-tabs .nav-link:focus, .nav-tabs .banner .nav a:focus, .banner .nav .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled, .nav-tabs .banner .nav a.disabled, .banner .nav .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .banner .nav a.active, .banner .nav .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .banner .nav a,
.banner .nav .nav-tabs .nav-item.show a,
.nav-tabs .banner .nav li.show .nav-link,
.nav-tabs .banner .nav li.show a,
.banner .nav .nav-tabs li.show .nav-link,
.banner .nav .nav-tabs li.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link, .nav-pills .banner .nav a, .banner .nav .nav-pills a {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .banner .nav a.active, .banner .nav .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .banner .nav .show > a,
.banner .nav .nav-pills .show > a {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item, .nav-fill .banner .nav li, .banner .nav .nav-fill li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item, .nav-justified .banner .nav li, .banner .nav .nav-justified li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

*,
*::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%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  overflow: hidden;
  vertical-align: middle;
}

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

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.sr-only, .screen-reader-text {
  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, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

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

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

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

.text-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-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !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: #0056b3 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !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;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

/**
 * background-color: get-colour("primary", "dark");
 */
/** Import everything from autoload */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/** Import theme styles */
body {
  font-family: "din-2014", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 1140px;
  max-width: 100%;
}

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

html {
  font-weight: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin-top: 0;
}

ul {
  padding: 0;
}

blockquote {
  margin: 0;
}

img {
  max-width: 100%;
  border-style: none; /*Remove the border on images inside links in IE 10-.*/
}

button {
  border: 0;
}

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

[hidden] {
  display: none;
}

section.no-bg + section.no-bg,
section.theme-row + section.theme-row,
section.homepage-light-purple + section.homepage-light-purple,
section.sfh-gradient + section.sfh-gradient {
  padding-top: 0 !important;
}

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

.page-header {
  color: #2F2F81;
  font-family: "din-2014";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 66px;
}

.bg-violet {
  background-color: #2f2f81;
}

.bg-blue {
  background-color: #32598a;
}

.bg-grey {
  background-color: #EAEBEC;
}

.bg-purple {
  background-color: #462669;
}

.text-violet {
  color: #2f2f81 !important;
}

.bg-gradient-violet {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
}

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

strong, b {
  font-weight: 700;
}

.pagination-wrapper {
  padding: 20px 0;
}

.pagination-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.algolia-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.algolia-label span {
  margin-right: 0.5rem;
}
.algolia-label img {
  width: 100px;
}

.wd-shape {
  border-radius: 60px 0 60px 0 !important;
}

.column-heading {
  padding-bottom: 1.2rem !important;
  font-size: 2.5rem;
  font-weight: bold;
  color: #2F2F81;
}

.column-subheading {
  padding-bottom: 1.2rem !important;
  font-size: 1.3rem;
}

/* Utility classes */
.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.aspect-3-2 {
  aspect-ratio: 3/2;
}
.aspect-16-10 {
  aspect-ratio: 16/10;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}

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

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

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

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

.rounded-offset {
  border-radius: 3rem 0 3rem 0;
}

.overflow-hidden {
  overflow: hidden;
}

.size-18 {
  width: 18px;
  height: 18px;
}
.size-24 {
  width: 24px;
  height: 24px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.pt-16,
.pb-16 {
  padding-top: 16px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.gap-x-4 {
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.gap-x-8 {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.gap-x-16 {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.gap-y-4 {
  row-gap: 4px;
}
.gap-y-8 {
  row-gap: 8px;
}
.gap-y-16 {
  row-gap: 16px;
}

.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}

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

.stroke-black {
  stroke: #000;
}

@media (min-width: 992px) {
  .lg-w-1\/2 {
    width: 50%;
  }
  .lg-ml-auto {
    margin-left: auto;
  }
}
.btn, .block-btn, .search-form .search-submit, .comment-form input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0.6em 2em;
  line-height: 1.2;
  border-radius: 3em;
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.0444444444em;
}

.btn--primary {
  color: #fff;
  background-color: #2F2F81;
  -webkit-box-shadow: 0 5px 10px -2px #2f2f81;
          box-shadow: 0 5px 10px -2px #2f2f81;
}
.btn--primary:hover, .btn--primary:focus {
  color: #fff;
  background-color: #90278e;
}
.btn--primary.btn--ghost {
  color: #2F2F81;
  -webkit-box-shadow: 0 0 0 2px #2F2F81;
          box-shadow: 0 0 0 2px #2F2F81;
  background-color: transparent;
}
.btn--primary.btn--ghost:hover {
  color: #6534BC;
  -webkit-box-shadow: 0 0 0 2px #6534BC;
          box-shadow: 0 0 0 2px #6534BC;
}

.btn--secondary {
  color: #fff;
  background-color: #E36F82;
  -webkit-box-shadow: 0 5px 10px -2px rgba(255, 160, 177, 0.5);
          box-shadow: 0 5px 10px -2px rgba(255, 160, 177, 0.5);
}
.btn--secondary:hover, .btn--secondary:focus {
  color: #fff;
  background-color: #FFA0B1;
}
.btn--secondary.btn--ghost {
  color: #FFA0B1;
  -webkit-box-shadow: 0 0 0 2px #FFA0B1;
          box-shadow: 0 0 0 2px #FFA0B1;
  background-color: transparent;
}
.btn--secondary.btn--ghost:hover {
  color: #E36F82;
  -webkit-box-shadow: 0 0 0 2px #E36F82;
          box-shadow: 0 0 0 2px #E36F82;
}

.btn-berry {
  color: #fff;
  background-color: #90278e;
  -webkit-box-shadow: 0 5px 10px -2px #2f2f81;
          box-shadow: 0 5px 10px -2px #2f2f81;
}

.btn--black {
  background-color: #252729;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px -2px rgba(102, 107, 109, 0.5);
          box-shadow: 0 5px 10px -2px rgba(102, 107, 109, 0.5);
}
.btn--black:hover, .btn--black:focus {
  color: #fff;
  background-color: #666B6D;
}
.btn--black.btn--ghost {
  color: #252729;
  -webkit-box-shadow: 0 0 0 2px #252729;
          box-shadow: 0 0 0 2px #252729;
  background-color: transparent;
}
.btn--black.btn--ghost:hover {
  color: #666B6D;
  -webkit-box-shadow: 0 0 0 2px #666B6D;
          box-shadow: 0 0 0 2px #666B6D;
}

.btn--white {
  background-color: #fff !important;
  color: #2f2f81 !important;
}
.btn--white:hover, .btn--white:focus {
  background-color: #DADCDD;
  color: #90278e !important;
}
.btn--white.btn--ghost {
  color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 2px #FFFFFF;
          box-shadow: 0 0 0 2px #FFFFFF;
  background-color: transparent !important;
}
.btn--white.btn--ghost:hover {
  color: #DADCDD;
  -webkit-box-shadow: 0 0 0 2px #DADCDD;
          box-shadow: 0 0 0 2px #DADCDD;
}
.btn--white.btn--icon {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  color: #252729 !important;
}

.btn--blue {
  color: #fff;
  background-color: #32598A;
  -webkit-box-shadow: 0 5px 10px -2px rgba(50, 89, 138, 0.5);
          box-shadow: 0 5px 10px -2px rgba(50, 89, 138, 0.5);
}
.btn--blue:hover, .btn--blue:focus {
  color: #fff;
  background-color: #003366;
}
.btn--blue.btn--ghost {
  color: #32598A;
  -webkit-box-shadow: 0 0 0 2px #32598A;
          box-shadow: 0 0 0 2px #32598A;
  background-color: transparent;
}
.btn--blue.btn--ghost:hover {
  color: #003366;
  -webkit-box-shadow: 0 0 0 2px #003366;
          box-shadow: 0 0 0 2px #003366;
}

.comment-list ol {
  list-style: none;
}

/** Search form */
.search-form label {
  font-weight: normal;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
/** Media alignment */
.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 2rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 2rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 3rem;
  }
  .alignright {
    float: right;
    margin-left: 3rem;
  }
}
/** Captions */
/** Text meant only for screen readers */
.siteHeader {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(129, 137, 140, 0.5);
          box-shadow: 0 5px 15px 0 rgba(129, 137, 140, 0.5);
  padding-top: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

body.frontend-body {
  padding-top: 60px !important;
}
@media (min-width: 1023px) {
  body.frontend-body {
    padding-top: 90px !important;
  }
}

.siteHeader__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.siteHeader__logo {
  width: 68px;
  height: 67px;
  margin-bottom: -32px;
  margin-right: 20px;
  position: relative;
  z-index: 4;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.siteHeader__logo img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0px 2px 8px rgba(255, 255, 255, 0.1));
          filter: drop-shadow(0px 2px 8px rgba(255, 255, 255, 0.1));
}
@media (min-width: 1023px) {
  .siteHeader__logo {
    width: 110px;
    height: 109px;
    margin-bottom: -34px;
  }
}

.siteHeader__actions {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -8px;
  margin-bottom: 8px;
}
@media (min-width: 1023px) {
  .siteHeader__actions {
    height: 70px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .siteHeader__actions .btn, .siteHeader__actions .block-btn, .siteHeader__actions .comment-form input[type=submit], .comment-form .siteHeader__actions input[type=submit], .siteHeader__actions .search-form .search-submit, .search-form .siteHeader__actions .search-submit {
    display: none;
  }
}
@media (min-width: 1023px) and (max-width: 1060px) {
  .siteHeader__actions {
    font-size: 15px;
  }
}

.siteHeader__menu--desktop {
  display: none;
}
@media (min-width: 1023px) {
  .siteHeader__menu--desktop {
    display: block;
  }
}

.siteHeader__searchToggle {
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  display: none;
}
@media (min-width: 1023px) {
  .siteHeader__searchToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.siteHeader__searchToggle svg {
  width: 24px;
  height: 24px;
  fill: currentcolor;
  margin-left: 10px;
}

@media (min-width: 1023px) {
  .siteHeader_mobileToggle {
    display: none;
  }
}

.menuIcon {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 2px;
}

.menuIcon__line {
  background-color: #2f2f81;
  position: absolute;
  right: 0;
  width: 32px;
  height: 2px;
}
.menuIcon__line--top {
  top: 9px;
}
.menuIcon__line--middle {
  top: 19px;
  width: 19px;
}
.menuIcon__line--bottom {
  top: 29px;
  width: 26px;
}

.menu-is-active .menuIcon__line--top {
  top: 19px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-is-active .menuIcon__line--middle {
  display: none;
}
.menu-is-active .menuIcon__line--bottom {
  top: 19px;
  width: 32px;
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-is-active {
  overflow: hidden;
}
.search-is-active body {
  overflow: hidden;
}
.search-is-active .siteSearch {
  display: block;
}
.search-is-active .cookie-popup {
  display: none !important;
}

.js-search-toggle {
  cursor: pointer;
}

.siteSearch {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  color: #fff;
  display: none;
}
.siteSearch__wrapper {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  height: 100%;
}
.siteSearch .searchForm {
  width: 100%;
  font-size: 48px;
}
.siteSearch .searchForm input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.siteSearch .searchForm input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.siteSearch .searchForm input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.siteSearch .searchForm input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.siteSearch .searchForm__submit svg {
  fill: #fff;
}
.siteSearch .searchForm {
  border-bottom-color: #fff;
  font-weight: 100;
}

.siteSearch__header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.siteSearch__title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 24px;
  font-weight: 100;
}

.siteSearch__content {
  padding: 100px 15px;
}

.siteSearch__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  background-color: #fff;
  color: #2f2f81;
}
.siteSearch__header .js-search-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.siteSearchCloseIcon {
  font-size: 40px;
  margin-left: 10px;
  margin-top: -5px;
}

.siteHeader__logo {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.siteHeader {
  -webkit-transition: padding 0.25s ease;
  -o-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}

@media (min-width: 1023px) {
  .has-shrunk-nav .siteHeader {
    padding-top: 0;
  }
  .has-shrunk-nav .siteHeader__logo {
    width: 80px;
    height: 80px;
    -webkit-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.siteFooter {
  background-color: #2f2f81;
  color: #fff;
  font-family: "din-2014";
  position: relative;
  z-index: 9;
}
.siteFooter a {
  color: #fff;
  text-decoration: none;
}
.siteFooter a:hover {
  text-decoration: underline;
}

.siteFooter__stripe {
  max-width: 100%;
  display: block;
}

.siteFooter__primary {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .siteFooter__primary {
    padding: 50px 0;
  }
}
.siteFooter__primary .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.4px;
  line-height: 1.375;
}
@media (max-width: 767.98px) {
  .siteFooter__primary .menu {
    margin-bottom: 30px;
  }
}
.siteFooter__primary .menu-item + .menu-item {
  margin-top: 15px;
}

.siteFooter__secondary {
  background-color: white;
  color: #2f2f81;
  padding: 10px 0;
}
.siteFooter__secondary .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.siteFooter__copyright {
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 18px;
}
@media (max-width: 767.98px) {
  .siteFooter__copyright {
    width: 100%;
  }
}
.siteFooter__copyright > p {
  margin-bottom: 0;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .siteFooter__copyright > p {
    text-align: center;
    margin-bottom: 10px;
  }
}
.siteFooter__copyright .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .siteFooter__copyright .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.siteFooter__copyright .menu li {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .siteFooter__copyright .menu li {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .siteFooter__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.x-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  fill: #2f2f81;
  border-radius: 100px;
  border: 2px solid #2f2f81;
}

.socialLinks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .socialLinks {
    padding-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.socialLinks__item {
  margin: 0 5px;
}
@media (min-width: 768px) {
  .socialLinks__item {
    margin-left: 0;
  }
}

.socialLinks__icon {
  display: block;
  width: 36px;
  height: 36px;
  fill: #2f2f81;
}

@media (max-width: 767.98px) {
  .siteFooter__social {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .siteFooter__social {
    margin-left: auto;
  }
}

.siteFooter__title {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.2px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .siteFooter__title {
    position: relative;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    padding: 15px 0;
    font-size: 20px;
  }
  .siteFooter__title:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOSAxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxOSw5IDEwLDkgMTAsMCA5LDAgOSw5IDAsOSAwLDEwIDksMTAgOSwxOSAxMCwxOSAxMCwxMCAxOSwxMCAiLz4KPC9zdmc+Cg==);
  }
  .siteFooter__title + .siteFooter__accordion {
    display: none;
  }
  .siteFooter__title.is-active {
    border-bottom: 1px solid transparent;
  }
  .siteFooter__title.is-active:after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOSAxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTkgMTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI5LDEwIDEwLDEwIDE5LDEwIDE5LDkgMTIuMyw5IDEwLDkgOSw5IDQuNSw5IDAsOSAwLDEwIDUuMywxMCAiLz4KPC9zdmc+Cg==);
  }
  .siteFooter__title.is-active + .siteFooter__accordion {
    display: block;
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 767.98px) {
  .siteFooter__accordion-secondary {
    display: none;
  }
}

[id=menu-footer-contact] a[href^="tel:"] {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.13px;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .menu-footer-about-container .menu {
    margin-bottom: 15px;
  }
  .footer-titles-secondary.is-active .siteFooter__accordion-secondary {
    display: block;
  }
}
.footerNewsletter {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footerNewsletter {
    margin-top: 60px;
  }
}

.footerNewsletter__title {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.2px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .footerNewsletter__title {
    font-size: 24px;
  }
}

.footerNewsletter__text {
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.3px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .footerNewsletter__text {
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 20px;
  }
}

@media (min-width: 768px) {
  .footerNewsletter__form {
    margin-top: 20px;
  }
}
.footerNewsletter__form .gfield_label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.footerNewsletter__form .gform_fields {
  list-style: none;
}
.footerNewsletter__form .gform_wrapper form {
  position: relative;
}
.footerNewsletter__form .gform_wrapper .ginput_container_select__arrow {
  fill: #fff;
}
.footerNewsletter__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.footerNewsletter__form .gform_wrapper select {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 15px 0;
  padding-right: 60px;
  background-color: transparent;
  outline: none;
  color: #fff;
}
.footerNewsletter__form .gform_wrapper select > option {
  color: #000;
}
.footerNewsletter__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #fff;
}
.footerNewsletter__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #fff;
}
.footerNewsletter__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #fff;
}
.footerNewsletter__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder {
  color: #fff;
}
.footerNewsletter__form .gform_wrapper .validation_error {
  display: none;
}
.footerNewsletter__form .gform_wrapper .gform_footer input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  height: 56px;
  width: 56px;
  background-color: transparent;
  color: #fff;
  font-size: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjIgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNvbnMvZW52ZWxvcGUvYmxhY2s8L3RpdGxlPgogICAgPGRlZnM+CiAgICAgICAgPGZpbHRlciBpZD0iZmlsdGVyLTEiPgogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlR3JhcGhpYyIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMS4wMDAwMDAgMCAwIDAgMCAxLjAwMDAwMCAwIDAgMCAwIDEuMDAwMDAwIDAgMCAwIDEuMDAwMDAwIDAiPjwvZmVDb2xvck1hdHJpeD4KICAgICAgICA8L2ZpbHRlcj4KICAgIDwvZGVmcz4KICAgIDxnIGlkPSJTeW1ib2xzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iR2xvYmFsLWZvb3RlciIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEzNDcuMDAwMDAwLCAtNDIzLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaWNvbnMvZW52ZWxvcGUvYmxhY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzNDYuMDAwMDAwLCA0MTkuMDAwMDAwKSIgZmlsdGVyPSJ1cmwoI2ZpbHRlci0xKSI+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTIiIHN0cm9rZT0iI0IyQjdCNyIgc3Ryb2tlLXdpZHRoPSIyIiB4PSIyIiB5PSI1IiB3aWR0aD0iMjAiIGhlaWdodD0iMTQiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtMiIgc3Ryb2tlPSIjQjJCN0I3IiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iMiA1IDEyIDE0IDIyIDUiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICAgICAgPGxpbmUgeDE9IjIiIHkxPSIxOSIgeDI9IjkiIHkyPSIxMSIgaWQ9IlBhdGgtMTAiIHN0cm9rZT0iI0IyQjdCNyIgc3Ryb2tlLXdpZHRoPSIyIj48L2xpbmU+CiAgICAgICAgICAgICAgICAgICAgPGxpbmUgeDE9IjE1IiB5MT0iMTkiIHgyPSIyMiIgeTI9IjExIiBpZD0iUGF0aC0xMCIgc3Ryb2tlPSIjQjJCN0I3IiBzdHJva2Utd2lkdGg9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE4LjUwMDAwMCwgMTUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xOC41MDAwMDAsIC0xNS4wMDAwMDApICI+PC9saW5lPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  z-index: 9;
  outline: none;
}
.footerNewsletter__form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.footerNewsletter__form .gform_wrapper li.gfield_error textarea {
  border: none;
  border-bottom: 2px solid #ff2a4d;
}
.footerNewsletter__form .gform_wrapper .validation_message {
  color: #ff2a4d;
}
.footerNewsletter__form .gform_wrapper li.gfield.gfield_error,
.footerNewsletter__form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: inherit;
  border: none;
  padding: 0;
}

.siteFooter .container {
  position: relative;
}

.siteFooter__topLink {
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  top: -30px;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 5px 15px -2px #252729;
          box-shadow: 0 5px 15px -2px #252729;
}
@media (min-width: 768px) {
  .siteFooter__topLink {
    top: -50px;
  }
}

#menu-footer-legal li > a {
  color: #2f2f81;
}

.siteHeader__menu--desktop .menu-main-menu-container {
  height: 100%;
}
.siteHeader__menu--desktop .mobile-only {
  display: none !important;
}
.siteHeader__menu--desktop .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.siteHeader__menu--desktop .menu > .menu-item {
  position: relative;
  height: 100%;
}
.siteHeader__menu--desktop .menu > .menu-item > a {
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  color: #252729;
  text-decoration: none;
  letter-spacing: 0.4px;
  line-height: 1.2;
  position: relative;
  z-index: 3;
}
@media (min-width: 1023px) and (max-width: 1060px) {
  .siteHeader__menu--desktop .menu > .menu-item > a {
    font-size: 15px;
    padding: 10px;
  }
}
.siteHeader__menu--desktop .menu > .menu-item > .sub-menu {
  border-top: 8px solid #90278e;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 20px 0 20px 20px;
  width: 400px;
  border-radius: 0 0 15px 0;
  -webkit-box-shadow: 0 5px 15px -2px rgba(102, 107, 109, 0.5);
          box-shadow: 0 5px 15px -2px rgba(102, 107, 109, 0.5);
}
.siteHeader__menu--desktop .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 30px 10px 10px;
  color: #252729;
  text-decoration: none;
}
.siteHeader__menu--desktop .menu > .menu-item > .sub-menu > .menu-item > a:hover {
  background-color: #90278e;
  color: #fff;
}
.siteHeader__menu--desktop .menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  position: absolute;
  top: -8px;
  left: 100%;
  width: 400px;
  min-height: calc(100% + 8px);
  background-color: #90278e;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  display: none;
}
.siteHeader__menu--desktop .menu > .menu-item > .sub-menu > .menu-item > .sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 15px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.siteHeader__menu--desktop .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.siteHeader__menu--desktop .menu > .menu-item > .sub-menu > .menu-item:hover > .sub-menu, .siteHeader__menu--desktop .menu > .menu-item > .sub-menu > .menu-item:focus > .sub-menu {
  display: block;
}
.siteHeader__menu--desktop .menu > .menu-item:hover > a, .siteHeader__menu--desktop .menu > .menu-item:focus > a {
  background-color: #90278e;
  color: #fff;
}
.siteHeader__menu--desktop .menu > .menu-item:hover > .sub-menu, .siteHeader__menu--desktop .menu > .menu-item:focus > .sub-menu {
  display: block;
}
.siteHeader__menu--desktop .menu > .menu-item--pink:hover > a, .siteHeader__menu--desktop .menu > .menu-item--pink:focus > a {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--pink > .sub-menu {
  border-top-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--pink > .sub-menu > .menu-item > a:hover {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--pink > .sub-menu > .menu-item > .sub-menu {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--green:hover > a, .siteHeader__menu--desktop .menu > .menu-item--green:focus > a {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--green > .sub-menu {
  border-top-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--green > .sub-menu > .menu-item > a:hover {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--green > .sub-menu > .menu-item > .sub-menu {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--orange:hover > a, .siteHeader__menu--desktop .menu > .menu-item--orange:focus > a {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--orange > .sub-menu {
  border-top-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--orange > .sub-menu > .menu-item > a:hover {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--orange > .sub-menu > .menu-item > .sub-menu {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--blue:hover > a, .siteHeader__menu--desktop .menu > .menu-item--blue:focus > a {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--blue > .sub-menu {
  border-top-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--blue > .sub-menu > .menu-item > a:hover {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--blue > .sub-menu > .menu-item > .sub-menu {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--teal:hover > a, .siteHeader__menu--desktop .menu > .menu-item--teal:focus > a {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--teal > .sub-menu {
  border-top-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--teal > .sub-menu > .menu-item > a:hover {
  background-color: #90278E;
}
.siteHeader__menu--desktop .menu > .menu-item--teal > .sub-menu > .menu-item > .sub-menu {
  background-color: #90278E;
}

.siteHeader__menu--mobile {
  display: none;
  height: calc(100% - 60px);
  background: #fff;
  color: #fff;
  width: 100%;
  position: fixed;
  top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.siteHeader__menu--mobile__wrapper {
  padding: 50px 0 20px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  height: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1023px) {
  .siteHeader__menu--mobile {
    display: none !important;
  }
}
.siteHeader__menu--mobile .menu,
.siteHeader__menu--mobile .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.siteHeader__menu--mobile .menu-main-menu-container {
  position: relative;
}
.siteHeader__menu--mobile .menu-main-menu-container a {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-right: 30px;
}
.siteHeader__menu--mobile .menu-main-menu-container a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICB2aWV3Qm94PSIwIDAgMjAgMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CiAgLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTkuNCw3bC03LjMtNi4xdjUuNkgwLjZ2MWgxMS41djUuNkwxOS40LDd6IE0xMy4xLDMuMUwxNy44LDdsLTQuNywzLjlWNy41di0xVjMuMXoiLz4KPC9zdmc+Cg==);
  background-size: cover;
}
.siteHeader__menu--mobile .sub-menu .menu-item a:after {
  display: inline-block;
  vertical-align: middle;
  position: static;
  -webkit-transform: translate(30px, 0);
       -o-transform: translate(30px, 0);
          transform: translate(30px, 0);
  margin-left: -20px;
}
.siteHeader__menu--mobile .sub-menu .menu-item a[href="#back"]:before {
  content: "";
  width: 20px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICB2aWV3Qm94PSIwIDAgMjAgMTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIwIDE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+CiAgLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC42LDdsNy4zLDYuMVY3LjVoMTEuNXYtMUg3LjlWMC45TDAuNiw3eiBNNi45LDEwLjlMMi4yLDdsNC43LTMuOXYzLjR2MVYxMC45eiIvPgo8L3N2Zz4K);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  position: static;
  margin-right: 10px;
}
.siteHeader__menu--mobile .sub-menu .menu-item a[href="#back"]:after {
  display: none;
}
.siteHeader__menu--mobile .menu {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
}
.siteHeader__menu--mobile .menu.is-level-1 {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}
.siteHeader__menu--mobile .menu.is-level-2 {
  -webkit-transform: translateX(-200%);
       -o-transform: translateX(-200%);
          transform: translateX(-200%);
}
.siteHeader__menu--mobile .menu.is-level-3 {
  -webkit-transform: translateX(-300%);
       -o-transform: translateX(-300%);
          transform: translateX(-300%);
}
.siteHeader__menu--mobile .menu.is-level-4 {
  -webkit-transform: translateX(-400%);
       -o-transform: translateX(-400%);
          transform: translateX(-400%);
}
.siteHeader__menu--mobile .menu.is-level-5 {
  -webkit-transform: translateX(-500%);
       -o-transform: translateX(-500%);
          transform: translateX(-500%);
}
.siteHeader__menu--mobile .menu .menu-item {
  margin: 0 20px;
  padding-bottom: 10px;
}
.siteHeader__menu--mobile .menu .menu-item + .menu-item {
  margin-top: 10px;
}
.siteHeader__menu--mobile .menu > .menu-item {
  border-bottom: 1px solid #fff;
}
.siteHeader__menu--mobile .menu > .menu-item .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  padding-bottom: 20px;
}
.siteHeader__menu--mobile .menu a[href="#back"] {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.siteHeader__menu--mobile .menu .menu-item.is-active > .sub-menu {
  display: block;
}

.menu-is-active {
  overflow: hidden;
}
.menu-is-active body {
  overflow: hidden;
}
.menu-is-active .siteHeader__menu--mobile {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.siteHeader__extras {
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
}
.siteHeader__extras .btn, .siteHeader__extras .block-btn, .siteHeader__extras .comment-form input[type=submit], .comment-form .siteHeader__extras input[type=submit], .siteHeader__extras .search-form .search-submit, .search-form .siteHeader__extras .search-submit {
  display: block;
  margin-bottom: 20px;
  background-color: #7A5CB1;
}
.siteHeader__extras .btn:hover, .siteHeader__extras .block-btn:hover, .siteHeader__extras .comment-form input[type=submit]:hover, .comment-form .siteHeader__extras input[type=submit]:hover, .siteHeader__extras .search-form .search-submit:hover, .search-form .siteHeader__extras .search-submit:hover {
  background-color: #6d4fa5;
}

.menu-is-level-1 .siteHeader__extras {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.return-link a {
  color: white;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 22px;
}

.blog-author {
  font-weight: 700;
  color: #90278e;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 22px;
}
.blog-author a {
  color: inherit;
}

.blog-image {
  width: 100%;
  height: auto;
  margin-top: -70px;
}

.blog-image .time-to-read {
  margin-left: 0;
  font-size: 16px;
  line-height: 22px;
  width: 95px;
}

.blog-details {
  padding: 15px 0;
  color: #252729;
  font-family: "din-2014";
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 22px;
}

.blog-copy {
  color: #252729;
  font-family: "din-2014";
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 22px !important;
}

.blog-post-single-tags h6 {
  color: #252729;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 32px;
}

.blog-post-single-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  list-style-type: none;
  padding: 0;
}

.blog-post-single-tags li {
  padding: 6px 20px 9px 20px;
  margin: 6px;
  font-family: "din-2014";
  font-size: 16px;
  letter-spacing: 0.4px;
  height: 36px;
  border-radius: 18px;
  background-color: #90278e;
  -webkit-box-shadow: 0 2px 4px 0 rgba(144, 39, 142, 0.5);
          box-shadow: 0 2px 4px 0 rgba(144, 39, 142, 0.5);
}
.blog-post-single-tags li a {
  text-decoration: none;
  color: white;
}
.blog-post-single-tags li:hover {
  background: rgba(144, 39, 142, 0.9);
}

.social-icons {
  display: block;
  padding-left: 30px;
}
.social-icons a {
  background-color: #2f2f81;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.social-icons a:hover {
  background-color: #90278e;
}
.social-icons a svg {
  fill: white;
  width: 15px;
  height: 15px;
  margin: auto;
}
@media (max-width: 767.98px) {
  .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 15px;
  }
}

.social-icons img {
  display: block;
  margin-bottom: 16px;
}

.post-related-content {
  padding-top: 1em;
}

.post-related-content .heading {
  color: #90278e;
  font-family: "din-2014";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.post-related-content p {
  color: #252729;
  font-family: "din-2014";
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.post-related-content p a:hover {
  color: #2f2f81;
}

.post-related-content hr {
  width: 100%;
  background-color: #90278e;
}

.blog-copy ul:not(.gform_fields, .gfield_radio) {
  list-style-type: none;
  font-size: 16px;
  line-height: 22px;
}
.blog-copy ul:not(.gform_fields, .gfield_radio) li:before {
  content: "•";
  color: #90278e;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.author-info {
  border-left: 4px solid #90278e;
  padding-left: 1em;
  color: #90278e;
  margin: 2em 0;
}

.author-info a {
  font-weight: bold;
  color: #252729;
  border-bottom: 2px solid #90278e;
  text-decoration: none;
}

.highlight-block {
  background-color: #2f2f81;
  color: #FFFFFF;
  font-family: "din-2014";
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
  padding: 1em;
  margin-bottom: 30px;
}

.highlight-block a {
  font-weight: bold;
  border-bottom: 2px solid #90278e;
  text-decoration: none;
}
.highlight-block a:hover {
  color: #fff;
}

.highlight-block ul, .highlight-block ol {
  list-style-type: none;
}
.highlight-block ul li + li, .highlight-block ol li + li {
  margin-top: 10px;
}

.highlight-block ul li {
  position: relative;
  padding-left: 30px;
}
.highlight-block ul li:before {
  content: "•";
  color: #90278e;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
  top: -2px;
}
.highlight-block ol {
  list-style: none;
  counter-reset: highlight-list;
  padding: 0;
}
.highlight-block ol li {
  position: relative;
  padding-left: 30px;
  counter-increment: highlight-list;
}
.highlight-block ol li:before {
  content: counter(highlight-list) ". ";
  color: #90278e;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8em;
}

.blog-filter {
  color: #252729;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 22px;
  padding: 23px 15px 15px 15px;
}

.blog-entries img {
  width: 100%;
  height: auto;
  border-radius: 0 0 15px 0;
  -webkit-box-shadow: 0 5px 15px -2px rgba(102, 107, 109, 0.5);
          box-shadow: 0 5px 15px -2px rgba(102, 107, 109, 0.5);
}

.blog-entries .content-type a {
  color: #7AB37C;
  text-decoration: none;
}

.blog-title a {
  color: #252729;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 22px;
  text-decoration: none;
}

.categories {
  font-family: "din-2014";
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

.categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  list-style-type: none;
}

.categories li {
  padding: 6px 20px 9px 20px;
  margin: 6px;
  letter-spacing: 0.4px;
  height: 36px;
  border-radius: 18px;
  background-color: #252729;
  -webkit-box-shadow: 0 2px 4px 0 rgba(37, 39, 41, 0.5);
          box-shadow: 0 2px 4px 0 rgba(37, 39, 41, 0.5);
}

.categories a {
  text-decoration: none;
  color: white;
}

.categories li:hover {
  background-color: #666B6D;
}

.blog-post-thumbnail {
  position: relative;
}

.blog-post-thumbnail img {
  width: 100%;
  height: auto;
}

.time-to-read {
  position: absolute;
  top: 0;
  background: #90278e;
  color: #FFFFFF;
  opacity: 1;
  color: white;
  font-size: 12px;
  font-family: "din-2014";
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 18px;
  text-align: center;
  margin-left: 73.5%;
  padding: 10px 8px;
}

.featured-blog-title a {
  font-family: "din-2014";
  font-weight: 700;
  color: #252729;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36px;
}

.featured-blog img {
  margin-top: 15px;
}

.featured-blog .time-to-read {
  margin-top: 15px;
  margin-left: 82.5%;
}

.featured-blog {
  padding: 2em 0;
}

.blog-button {
  margin-top: 36px;
}

.blog-button a {
  background-color: #FFFFFF;
  color: #252729;
  text-decoration: none;
  font-family: "din-2014";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 24px;
  padding: 8px 40px;
  border-radius: 21px;
  -webkit-box-shadow: 0 5px 15px -2px rgba(46, 0, 139, 0.5);
  box-shadow: 0 5px 15px -2px rgba(76, 131, 79, 0.5);
}

.course-box {
  border: 8px solid #6FB4F5;
  border-radius: 0 0 15px 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 15px -2px rgba(111, 180, 245, 0.5);
          box-shadow: 0 5px 15px -2px rgba(111, 180, 245, 0.5);
  padding: 20px;
  height: 100%;
  height: calc(100% - 2em);
  margin-bottom: 2em;
  display: block;
  text-decoration: none;
  color: #252729;
  font-family: "din-2014";
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.course-box:hover {
  text-decoration: none;
}

.course-title {
  color: #252729;
  font-family: "din-2014";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 28px;
  padding-top: 1em;
  line-height: 1.2;
}

.course-box img {
  width: 100%;
  height: auto;
}

.course-box__price {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.course-category {
  margin-top: auto;
}

.course-category p {
  color: #3584C1;
  font-family: "din-2014";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 22px;
}

.course-price {
  color: #252729;
  font-family: "din-2014";
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 32px;
  text-align: right;
  display: block;
}

.course-price__pence {
  font-size: 0.7142857143em;
}

.courses-content .btn, .courses-content .block-btn, .courses-content .comment-form input[type=submit], .comment-form .courses-content input[type=submit], .courses-content .search-form .search-submit, .search-form .courses-content .search-submit {
  background: none;
  border-bottom: 2px solid #A4E6FF;
  border-radius: 0;
  color: #FFFFFF;
  padding: 15px 0 8px 0;
  width: 100%;
  text-align: left;
  font-family: "din-2014";
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
  font-weight: 100;
}

.course-listing__counter {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #252729;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin: 30px 0;
}

.dropdown-menu--courses {
  max-height: 40vh;
  overflow: auto;
}

.course-box__filter {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.course-box__filter span:hover {
  text-decoration: underline;
}
.course-box__filter span:after {
  content: ",";
}
.course-box__filter span:last-child:after {
  display: none;
}

#algolia-resources-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #algolia-resources-wrapper {
    margin-bottom: 60px;
  }
}

.resources-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.resources-listing .resourceBox {
  margin: 0 15px 30px 15px;
  width: 100%;
  width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .resources-listing .resourceBox {
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .resources-listing .resourceBox {
    width: calc(33.333% - 30px);
  }
}

.resourceBox {
  position: relative;
  padding: 20px;
  background: #FFFFFF;
  border: 6px solid #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
  border-radius: 25px 0 25px 0;
}

.resourceBox__readtime {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 18px;
  cursor: pointer;
}
.resourceBox__readtime > a, .resourceBox__readtime > span {
  display: block;
  padding: 10px;
  text-decoration: none;
  background-color: #2F2F81;
  color: #fff;
}
.resourceBox__readtime > a:hover, .resourceBox__readtime > span:hover {
  text-decoration: none;
  color: #fff;
}

.resourceBox__type {
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 22px;
  color: #2F2F81;
  margin-bottom: 10px;
  padding-right: 50px;
}
.resourceBox__type svg {
  margin-right: 1em;
  fill: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 36px;
}
.resourceBox__type a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.resourceBox__title {
  font-weight: 700;
  font-size: 24px;
  color: #252729;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin: 10px 0 20px 0;
}

.resourceBox__extract {
  margin-bottom: 0;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.load-more {
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}
.load-more a {
  background: #2f2f81;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
  border-radius: 21px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.8px;
  text-align: center;
  line-height: 24px;
  text-decoration: none;
  padding: 10px 30px;
  position: relative;
}
.load-more a:hover {
  background: #90278e;
}
.load-more a.is-loading {
  color: transparent;
}
.load-more a.is-loading .load-icon {
  opacity: 1;
}
.load-more a .load-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid white;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-radius: 100%;
  -webkit-animation: spin 0.6s ease-out infinite;
       -o-animation: spin 0.6s ease-out infinite;
          animation: spin 0.6s ease-out infinite;
  opacity: 0;
}

.resource-filter {
  margin: 15px 0;
}
.resource-filter .select-dropdown {
  font-size: 18px;
  font-weight: 600;
}
.resource-filter .select-dropdown select {
  border-bottom-color: #2F2F81;
}
.resource-filter .select-dropdown .dropdown-arrow {
  fill: #2F2F81;
}
.resource-filter .resource-filter__button {
  font-size: 16px;
  background-color: #2F2F81 !important;
  color: #fff !important;
  margin-top: 15px;
}
.resource-filter .resource-filter__button:hover {
  background-color: #28286e !important;
}
@media (min-width: 768px) {
  .resource-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .resource-filter .select-dropdown {
    min-width: calc(33.33% - 15px);
  }
  .resource-filter .resource-filter__button {
    margin-left: 30px;
    margin-top: 0;
  }
}

.resourceBox {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox .resourceBox__readtime > span, .resourceBox .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox .resourceBox__type a {
  color: #462669;
}
.resourceBox .resourceBox__type svg {
  fill: #462669;
}
.resourceBox .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox--dark-blue-theme {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox--dark-blue-theme .resourceBox__readtime > span, .resourceBox--dark-blue-theme .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox--dark-blue-theme .resourceBox__type a {
  color: #462669;
}
.resourceBox--dark-blue-theme .resourceBox__type svg {
  fill: #462669;
}
.resourceBox--dark-blue-theme .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox--light-blue-theme {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox--light-blue-theme .resourceBox__readtime > span, .resourceBox--light-blue-theme .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox--light-blue-theme .resourceBox__type a {
  color: #462669;
}
.resourceBox--light-blue-theme .resourceBox__type svg {
  fill: #462669;
}
.resourceBox--light-blue-theme .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox--red-theme {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox--red-theme .resourceBox__readtime > span, .resourceBox--red-theme .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox--red-theme .resourceBox__type a {
  color: #462669;
}
.resourceBox--red-theme .resourceBox__type svg {
  fill: #462669;
}
.resourceBox--red-theme .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox--green-theme {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox--green-theme .resourceBox__readtime > span, .resourceBox--green-theme .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox--green-theme .resourceBox__type a {
  color: #462669;
}
.resourceBox--green-theme .resourceBox__type svg {
  fill: #462669;
}
.resourceBox--green-theme .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox--dark-green-theme {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox--dark-green-theme .resourceBox__readtime > span, .resourceBox--dark-green-theme .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox--dark-green-theme .resourceBox__type a {
  color: #462669;
}
.resourceBox--dark-green-theme .resourceBox__type svg {
  fill: #462669;
}
.resourceBox--dark-green-theme .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox--orange-theme {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox--orange-theme .resourceBox__readtime > span, .resourceBox--orange-theme .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox--orange-theme .resourceBox__type a {
  color: #462669;
}
.resourceBox--orange-theme .resourceBox__type svg {
  fill: #462669;
}
.resourceBox--orange-theme .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox--yellow-theme {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox--yellow-theme .resourceBox__readtime > span, .resourceBox--yellow-theme .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox--yellow-theme .resourceBox__type a {
  color: #462669;
}
.resourceBox--yellow-theme .resourceBox__type svg {
  fill: #462669;
}
.resourceBox--yellow-theme .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox--teal-theme {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox--teal-theme .resourceBox__readtime > span, .resourceBox--teal-theme .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox--teal-theme .resourceBox__type a {
  color: #462669;
}
.resourceBox--teal-theme .resourceBox__type svg {
  fill: #462669;
}
.resourceBox--teal-theme .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox--berry {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox--berry .resourceBox__readtime > span, .resourceBox--berry .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox--berry .resourceBox__type a {
  color: #462669;
}
.resourceBox--berry .resourceBox__type svg {
  fill: #462669;
}
.resourceBox--berry .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox--violet {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox--violet .resourceBox__readtime > span, .resourceBox--violet .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox--violet .resourceBox__type a {
  color: #462669;
}
.resourceBox--violet .resourceBox__type svg {
  fill: #462669;
}
.resourceBox--violet .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox--sea {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.resourceBox--sea .resourceBox__readtime > span, .resourceBox--sea .resourceBox__readtime > a {
  background-color: #462669;
  color: #fff;
}
.resourceBox--sea .resourceBox__type a {
  color: #462669;
}
.resourceBox--sea .resourceBox__type svg {
  fill: #462669;
}
.resourceBox--sea .resourceBox__title a:hover {
  text-decoration: none;
  color: #000033;
}

.resourceBox__titleLockup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resourceBox__thumb {
  margin-top: 15px;
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.algolia-controls {
  padding-bottom: 24px;
}

.resources__sidebar {
  position: relative;
  background-color: #EAEBEC;
  padding-right: 5px;
}
.resources__sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  background-color: #EAEBEC;
}
.resources__items {
  padding-top: 56px;
  padding-bottom: 104px;
}
.resources__spotlight-heading {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.1666666667;
  margin-bottom: 20px;
  color: #2F2F81;
}

.clear-refinements__button,
.category-filter__list > li .category-filter__labelText {
  margin-bottom: 20px;
  background: #462669;
  color: white;
  padding: 8px 16px;
  border-radius: 16px;
  display: inline-block;
  gap: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.category-filter__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.category-filter__list > li .category-filter__labelText {
  background: #462669;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.category-filter__list > li input.category-filter__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.category-filter__list > li input.category-filter__checkbox:checked ~ .category-filter__labelText svg {
  display: block;
}
.category-filter__child-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.category-filter__item--child .category-filter__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.category-filter__item--child .category-filter__checkbox {
  margin-top: 0.2em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.category-filter__item--child .category-filter__labelText {
  line-height: 1.4;
}
.category-filter__labelText svg {
  width: 15px;
  height: 15px;
  display: none;
}
.category-filter__label {
  margin-bottom: 0;
}

.resources-filters {
  top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .resources-filters {
    position: sticky;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .resources-filters {
    padding-top: 64px;
    padding-bottom: 54px;
    max-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.resources-filters__title {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 120%;
  font-size: 16px;
  letter-spacing: 2px;
  background: none;
  border: none;
  padding: 10px 0;
  width: 100%;
  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;
  cursor: pointer;
  background-color: #EAEBEC;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .resources-filters__title {
    cursor: default;
    padding: 0;
    background: none;
    border: none;
    pointer-events: none;
    margin-bottom: 32px;
  }
  .resources-filters__title:hover {
    background: none;
  }
}
.resources-filters__chevron {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 12px;
}
@media (min-width: 768px) {
  .resources-filters__chevron {
    display: none;
  }
}
.resources-filters__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .resources-filters__content {
    max-height: none;
    overflow-y: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
  }
}
.resources-filters.is-expanded .resources-filters__content {
  max-height: 1000px;
}
.resources-filters.is-expanded .resources-filters__chevron {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.algolia-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.sort-by-label, .sort-by__select {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
  letter-spacing: 2px;
  font-size: 16px;
}
.sort-by__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 20px 0 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  width: 165px;
}

.pagination__list {
  margin-top: 50px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  list-style: none;
  font-size: 16px;
}
@media (min-width: 576px) {
  .pagination__list {
    margin-top: 100px;
  }
}
.pagination__item--active {
  width: 38px;
  height: 38px;
  background-color: #90278E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border-radius: 100%;
}
.pagination__item--active .pagination__link:hover {
  color: white;
  text-decoration: none;
}
.pagination__item--disabled {
  display: none;
}
.pagination__item--next, .pagination__item--prev, .pagination__item--first, .pagination__item--last {
  text-decoration: underline;
}
.pagination__item--prev {
  margin: 0 16px 0 5px;
}
.pagination__item--next {
  margin: 0 5px 0 16px;
}
.pagination__link {
  padding: 6px;
}
.pagination__link:hover {
  text-decoration: none;
  color: black;
}

.resource-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 48px;
  list-style: none;
  padding: 0;
}
@media (min-width: 576px) {
  .resource-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.spotlight-item__category .alt-btn, .spotlight-item__button-wrapper .alt-btn {
  border: none !important;
}

.spotlight-item__background,
.resource-item__image--fallback,
.related-content__image--fallback {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2F2F81)), #8D8CBD;
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8) 0%, #2F2F81 50%), #8D8CBD;
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8) 0%, #2F2F81 50%), #8D8CBD;
  background: linear-gradient(90deg, rgba(47, 47, 129, 0.8) 0%, #2F2F81 50%), #8D8CBD;
}
.spotlight-item__background::before, .spotlight-item__background::after,
.resource-item__image--fallback::before,
.resource-item__image--fallback::after,
.related-content__image--fallback::before,
.related-content__image--fallback::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#462669), to(rgba(70, 38, 105, 0)));
  background: -webkit-linear-gradient(top, #462669 0%, rgba(70, 38, 105, 0) 100%);
  background: -o-linear-gradient(top, #462669 0%, rgba(70, 38, 105, 0) 100%);
  background: linear-gradient(180deg, #462669 0%, rgba(70, 38, 105, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 3;
  mix-blend-mode: multiply;
}
.spotlight-item__background::after,
.resource-item__image--fallback::after,
.related-content__image--fallback::after {
  top: auto !important;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#462669), to(rgba(70, 38, 105, 0))) !important;
  background: -webkit-linear-gradient(bottom, #462669 0%, rgba(70, 38, 105, 0) 100%) !important;
  background: -o-linear-gradient(bottom, #462669 0%, rgba(70, 38, 105, 0) 100%) !important;
  background: linear-gradient(0deg, #462669 0%, rgba(70, 38, 105, 0) 100%) !important;
}
.spotlight-item__background .fallback-image,
.resource-item__image--fallback .fallback-image,
.related-content__image--fallback .fallback-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spotlight-item__background .fallback-image .sfh-logo,
.resource-item__image--fallback .fallback-image .sfh-logo,
.related-content__image--fallback .fallback-image .sfh-logo {
  width: 40%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 100px 0px rgba(255, 255, 255, 0.2509803922);
          box-shadow: 0px 0px 100px 0px rgba(255, 255, 255, 0.2509803922);
  border-radius: 6.1em 0;
}

.resource-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.resource-item__image {
  overflow: hidden;
}
.resource-item__image img {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-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, -o-transform 0.4s ease-in-out;
}
.resource-item__image:hover img {
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
}
.resource-item:has(.resource-item__meta--category:hover) .resource-item__image img, .resource-item:has(.resource-item__footer--readmore:hover) .resource-item__image img, .resource-item:has(.resource-item__title a:hover) .resource-item__image img, .resource-item:has(.resource-item__extract a:hover) .resource-item__image img {
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
}
.resource-item__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  width: 30px;
  z-index: 6;
  fill: white;
}
.resource-item__read-time {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  z-index: 5;
  text-transform: lowercase;
  padding: 16px;
  font-size: 14px;
}
.resource-item__meta {
  padding-top: 16px;
}
.resource-item__meta--category {
  color: white;
  font-size: 14px;
  line-height: 120%;
  padding: 8px 14px;
  border-radius: 16px;
}
.resource-item__meta--category:hover {
  background-color: white !important;
  color: black !important;
  text-decoration: none;
}
.resource-item__title, .resource-item__extract {
  margin-bottom: 16px;
}
.resource-item__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  margin-top: 16px;
}
.resource-item__title a:hover {
  text-decoration: none;
  color: black;
}
.resource-item__extract a:hover {
  text-decoration: none;
  color: black;
  line-height: 140%;
}
.resource-item__footer {
  border-top: 1px solid #462669;
  padding-top: 20px;
  margin-top: auto;
}
.resource-item__footer a:hover {
  color: black;
  text-decoration: none;
}
.resource-item__footer--readmore {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}
.resource-item__footer--readmore:hover {
  text-shadow: 1px 0 0 currentColor;
}

.resource-item__read-time--purple {
  background-color: #2F2F81;
}

.spotlight-item__background--purple {
  background: #2F2F81 !important;
}

.category-filter__list > li .category-filter__labelText--purple {
  background-color: #2F2F81;
}
.category-filter__list > li .category-filter__labelText--purple:hover {
  background-color: #00005D;
}

.resource-item__read-time--blue {
  background-color: #32598A;
}

.spotlight-item__background--blue {
  background: #32598A !important;
}

.category-filter__list > li .category-filter__labelText--blue {
  background-color: #32598A;
}
.category-filter__list > li .category-filter__labelText--blue:hover {
  background-color: #003366;
}

.resource-item__read-time--light-blue {
  background-color: #177ABC;
}

.spotlight-item__background--light-blue {
  background: #177ABC !important;
}

.category-filter__list > li .category-filter__labelText--light-blue {
  background-color: #177ABC;
}
.category-filter__list > li .category-filter__labelText--light-blue:hover {
  background-color: #003366;
}

.resource-item__read-time--dark-blue {
  background-color: #462669;
}

.spotlight-item__background--dark-blue {
  background: #462669 !important;
}

.category-filter__list > li .category-filter__labelText--dark-blue {
  background-color: #462669;
}
.category-filter__list > li .category-filter__labelText--dark-blue:hover {
  background-color: #000033;
}

.resource-item__read-time--red {
  background-color: #E36F82;
}

.spotlight-item__background--red {
  background: #E36F82 !important;
}

.category-filter__list > li .category-filter__labelText--red {
  background-color: #E36F82;
}
.category-filter__list > li .category-filter__labelText--red:hover {
  background-color: #AE3F56;
}

.resource-item__read-time--green {
  background-color: #7AB37C;
}

.spotlight-item__background--green {
  background: #7AB37C !important;
}

.category-filter__list > li .category-filter__labelText--green {
  background-color: #7AB37C;
}
.category-filter__list > li .category-filter__labelText--green:hover {
  background-color: #4C834F;
}

.resource-item__read-time--orange {
  background-color: #F99B68;
}

.spotlight-item__background--orange {
  background: #F99B68 !important;
}

.category-filter__list > li .category-filter__labelText--orange {
  background-color: #F99B68;
}
.category-filter__list > li .category-filter__labelText--orange:hover {
  background-color: #C26C3C;
}

.resource-item__read-time--lime {
  background-color: #D5E07A;
}

.spotlight-item__background--lime {
  background: #D5E07A !important;
}

.category-filter__list > li .category-filter__labelText--lime {
  background-color: #D5E07A;
}
.category-filter__list > li .category-filter__labelText--lime:hover {
  background-color: #A2AE4B;
}

.resource-item__read-time--yellow {
  background-color: #FED56F;
}

.spotlight-item__background--yellow {
  background: #FED56F !important;
}

.category-filter__list > li .category-filter__labelText--yellow {
  background-color: #FED56F;
}
.category-filter__list > li .category-filter__labelText--yellow:hover {
  background-color: #C8A440;
}

.resource-item__read-time--teal {
  background-color: #45A59A;
}

.spotlight-item__background--teal {
  background: #45A59A !important;
}

.category-filter__list > li .category-filter__labelText--teal {
  background-color: #45A59A;
}
.category-filter__list > li .category-filter__labelText--teal:hover {
  background-color: #00766C;
}

.resource-item__read-time--berry {
  background-color: #90278E;
}

.spotlight-item__background--berry {
  background: #90278E !important;
}

.category-filter__list > li .category-filter__labelText--berry {
  background-color: #90278E;
}
.category-filter__list > li .category-filter__labelText--berry:hover {
  background-color: #6B1D6A;
}

.spotlight-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .spotlight-item {
    margin-bottom: 30px;
  }
}
.spotlight-item__background::after {
  height: 80% !important;
}
.spotlight-item__background--image::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0))) !important;
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%) !important;
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%) !important;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.spotlight-item__background--image::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0))) !important;
  background: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%) !important;
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%) !important;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%) !important;
}
.spotlight-item__background--colour::after {
  height: 40% !important;
}
.spotlight-item__background--colour::before, .spotlight-item__background--colour::after {
  opacity: 70%;
}
.spotlight-item__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.spotlight-item__content, .spotlight-item__meta {
  position: relative;
  z-index: 4;
  color: white;
}
.spotlight-item__meta {
  padding: 24px;
}
@media (min-width: 768px) {
  .spotlight-item__date {
    margin-left: auto;
  }
}
.spotlight-item__content {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 69px;
     -moz-column-gap: 69px;
          column-gap: 69px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 992px) {
  .spotlight-item__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.spotlight-item__button {
  padding: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.8px !important;
  border-radius: 0 !important;
  text-transform: uppercase;
}
.spotlight-item__button-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  position: relative;
  z-index: 2;
}
.spotlight-item__content-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 24px 20px;
  position: relative;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .spotlight-item__content-inner {
    display: block;
  }
}
.spotlight-item__background--colour::before, .spotlight-item__background--colour::after, .spotlight-item__background--image::before, .spotlight-item__background--image::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#462669), to(rgba(70, 38, 105, 0)));
  background: -webkit-linear-gradient(top, #462669 0%, rgba(70, 38, 105, 0) 100%);
  background: -o-linear-gradient(top, #462669 0%, rgba(70, 38, 105, 0) 100%);
  background: linear-gradient(180deg, #462669 0%, rgba(70, 38, 105, 0) 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: 3;
  mix-blend-mode: multiply;
}

.spotlight-item + .spotlight-item__content-inner {
  background-color: #EAEBEC;
  padding: 13px 20px 16px;
  margin-bottom: 30px;
  color: #252729;
  display: block;
}
@media (min-width: 768px) {
  .spotlight-item + .spotlight-item__content-inner {
    display: none;
  }
}

.searchForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-bottom: 2px solid #9DA5E7;
}

.searchForm__label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 0;
}
.searchForm__label input {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #fff;
  padding: 10px 0;
  outline: none;
}
.searchForm__label input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9DA5E7;
}
.searchForm__label input::-moz-placeholder { /* Firefox 19+ */
  color: #9DA5E7;
}
.searchForm__label input:-ms-input-placeholder { /* IE 10+ */
  color: #9DA5E7;
}
.searchForm__label input:-moz-placeholder { /* Firefox 18- */
  color: #9DA5E7;
}

.searchForm__submit {
  border: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.searchForm__submit svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: #9DA5E7;
}

.hero {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  color: #fff;
  padding: 100px 0 40px 0;
}
@media (min-width: 768px) {
  .hero {
    padding: 100px 0 80px 0;
  }
}
.hero--primary {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  color: #fff;
}
.hero--teal {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  color: #fff;
}
.hero--green {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  color: #fff;
}
.hero--blue {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  color: #fff;
}
.hero--blue .hero__overline {
  color: #7A9BC7;
}
.hero--blue .dropdown-toggle {
  border-bottom-color: #7A9BC7;
}
.hero--blue .dropdown-arrow {
  fill: #7A9BC7;
}
.hero--blue .dropdown-menu {
  border: 2px solid #32598A;
  -webkit-box-shadow: 0 5px 15px -2px rgba(50, 89, 138, 0.5);
          box-shadow: 0 5px 15px -2px rgba(50, 89, 138, 0.5);
  border-radius: 10px;
  letter-spacing: 0.4px;
  line-height: 22px;
}
.hero--blue .dropdown-item:hover, .hero--blue .dropdown-item:focus {
  background-color: rgba(122, 155, 199, 0.5);
}
.hero--blue .dropdown-item.is-active {
  background-color: #7a9bc7;
}
.hero__back {
  margin-top: 20px;
  padding-left: 16px;
  color: #fff;
  font-family: "din-2014";
  font-size: 20px;
}
.hero__back a {
  color: #fff;
}
.hero__back a:hover {
  text-decoration: none;
}
.hero__back svg {
  width: 19px;
  height: 12px;
  margin-right: 8px;
}

.small-blocks .hero--blue {
  position: relative;
}
.small-blocks .hero--blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100vw;
  bottom: 0;
  background: rgba(47, 47, 129, 0.8);
}

.hero__overline {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 1.8px;
  margin: 0;
  margin-bottom: 10px;
}

.hero__title {
  font-weight: 700;
  letter-spacing: -0.8px;
  font-size: 40px;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 60px;
  }
}

.hero__icon {
  width: 200px;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .hero__secondary {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: -80px;
  }
  .hero__secondary .hero__icon {
    width: 100px;
  }
}

.postSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.postSearch__label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}

.postSearch__field {
  display: block;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  color: #252729;
  letter-spacing: 0.4px;
  line-height: 22px;
  padding: 10px;
  outline: none;
}

.postSearch__submit {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #90278e;
}
.postSearch__submit:hover {
  background-color: #7c227a;
}
.postSearch__submit svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
}

.postSearch__clear-btn {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #177ABC;
}
.postSearch__clear-btn:hover {
  background-color: #146ba5;
}
.postSearch__clear-btn svg {
  display: block;
  width: 25px;
  height: 25px;
}

.heroTabs {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
}
@media (max-width: 767.98px) {
  .heroTabs {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .heroTabs .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.heroTabs .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .heroTabs .tab + .tab {
    margin-top: 1px;
  }
}
@media (min-width: 768px) {
  .heroTabs .tab {
    -webkit-box-shadow: 0 5px 15px 0 rgba(129, 137, 140, 0.5);
            box-shadow: 0 5px 15px 0 rgba(129, 137, 140, 0.5);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 15px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .heroTabs .tab {
    font-size: 18px;
  }
}
.heroTabs .tab:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.heroTabs .tab.is-active {
  background-color: #fff;
  color: #252729;
}

.linkList {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.linkList--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.linkList__item {
  margin-bottom: 12px;
  margin-right: 12px;
}

.linkList__link {
  display: block;
  background: #2f2f81;
  -webkit-box-shadow: 0 2px 4px 0 rgba(47, 47, 129, 0.5);
          box-shadow: 0 2px 4px 0 rgba(47, 47, 129, 0.5);
  border-radius: 18px;
  color: #FFFFFF;
  line-height: 22px;
  padding: 8px 20px;
  text-decoration: none;
}
.linkList__link:hover {
  color: #FFFFFF;
  background: #90278e;
  text-decoration: none;
}
.linkList__link.is-active {
  background: #90278e;
}

.linkList__link {
  display: block;
  background: #2f2f81;
  -webkit-box-shadow: 0 2px 4px 0 rgba(47, 47, 129, 0.5);
          box-shadow: 0 2px 4px 0 rgba(47, 47, 129, 0.5);
  border-radius: 18px;
  color: #FFFFFF;
  line-height: 22px;
  padding: 8px 20px;
  text-decoration: none;
}
.linkList__link:hover {
  color: #FFFFFF;
  background: #90278e;
  text-decoration: none;
}
.linkList__link.catList.is-active {
  background: #90278e;
}

.postFilter {
  padding: 30px 0 10px 0;
  color: #252729;
  letter-spacing: 0.4px;
  line-height: 22px;
}
.postFilter .linkList {
  margin-top: 10px;
}

.postFilter__title {
  font-weight: 700;
}

.postFilter__count {
  text-align: right;
}

.filter__value + label {
  cursor: pointer;
}
.filter__value:checked + label {
  background: #90278e;
}

.quality-mark-endorsed-providers .linkList__link:focus {
  outline: none;
}
.quality-mark-endorsed-providers .linkList__link.is-active {
  background: #90278e;
}

.singleHeader {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  padding: 60px 0 35px 0;
  margin-bottom: 20px;
  color: #FFFFFF;
  position: relative;
}
@media (min-width: 768px) {
  .singleHeader {
    margin-bottom: 60px;
    padding: 90px 0 65px 0;
  }
}
.singleHeader__back {
  margin-bottom: 15px;
}
.singleHeader__back a {
  color: #fff;
  text-decoration: none;
}
.singleHeader__back svg {
  width: 18px;
  height: 12px;
  margin-right: 10px;
}
.singleHeader__title {
  font-weight: 700;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: -0.4px;
  line-height: 1.1666666667;
}
@media (min-width: 768px) {
  .singleHeader__title {
    font-size: 48px;
  }
}
.singleHeader__overline {
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.8px;
  line-height: 24px;
  text-transform: uppercase;
}
.singleHeader__cat {
  border: solid 1px #ffffff;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 120%;
  margin-top: 12px;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.singleHeader__cat:hover {
  color: #32598a;
  text-decoration: none;
  background-color: white;
}
.singleHeader__share {
  left: 0;
  top: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #90278e;
  padding: 10px 16px 10px 10px;
  z-index: 10;
}
@media (min-width: 992px) {
  .singleHeader__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 10px 13px;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .singleHeader__share {
    left: 0;
  }
}
@media (min-width: 992px) {
  .singleHeader__share--fixed {
    position: fixed;
  }
}
.singleHeader__share-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  line-height: 1;
}
@media (min-width: 992px) {
  .singleHeader__share-label {
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
    text-orientation: mixed;
  }
}
.singleHeader__share-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.singleHeader--with-image {
  padding-bottom: 150px;
}
.singleHeader--green {
  background-color: #4C834F;
  margin-bottom: 0; /* NR; hack for now */
}
.singleHeader--gradient {
  background: -webkit-linear-gradient(45deg, rgba(46, 0, 139, 0.2), rgba(227, 111, 130, 0.2), rgba(111, 180, 245, 0.2));
  background: -o-linear-gradient(45deg, rgba(46, 0, 139, 0.2), rgba(227, 111, 130, 0.2), rgba(111, 180, 245, 0.2));
  background: linear-gradient(45deg, rgba(46, 0, 139, 0.2), rgba(227, 111, 130, 0.2), rgba(111, 180, 245, 0.2));
  padding: 50px 0 30px 0;
}
.singleHeader--gradient .singleHeader__title {
  color: #252729;
}
.singleHeader--gradient .singleHeader__overline {
  color: #2F2F81;
}
@media (min-width: 768px) {
  .singleHeader--gradient {
    padding: 100px 0 60px 0;
  }
}

.resource-header .singleHeader__title {
  font-size: 30px;
}
@media (min-width: 768px) {
  .resource-header .singleHeader__title {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .resource-header .singleHeader__content {
    padding-right: 30px;
  }
}

.gform_wrapper .gfield {
  margin-bottom: 30px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper textarea,
.gform_wrapper select {
  border: none;
  background-color: transparent;
  padding: 10px 0;
  outline: none;
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder,
.gform_wrapper select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 600;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gform_wrapper select::-moz-placeholder {
  font-weight: 600;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder {
  font-weight: 600;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder,
.gform_wrapper select:-moz-placeholder {
  font-weight: 600;
}
.gform_wrapper textarea {
  resize: vertical;
  border: 2px solid;
  padding: 15px;
}
.gform_wrapper .gfield_radio {
  list-style: none;
}
.gform_wrapper .gfield_radio > li label {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 22px;
  padding-left: 34px;
  position: relative;
  cursor: pointer;
}
.gform_wrapper .gfield_radio > li label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #666B6D;
  border-radius: 100%;
}
.gform_wrapper .gfield_radio > li input[type=radio] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.gform_wrapper .gfield_radio > li input[type=radio]:checked ~ label:before {
  background-color: #000;
  border-color: #000;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjguNiwxOSAyLjcsMTMuNSA0LDEyIDguNSwxNi4yIDE4LjMsNi4zIDE5LjcsNy43IAkiLz4KPC9nPgo8L3N2Zz4K);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}
.gform_wrapper .gfield_checkbox {
  list-style: none;
}
.gform_wrapper .gfield_checkbox > li label {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 22px;
  padding-left: 34px;
  position: relative;
  cursor: pointer;
}
.gform_wrapper .gfield_checkbox > li label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 2px solid #666B6D;
}
.gform_wrapper .gfield_checkbox > li input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.gform_wrapper .gfield_checkbox > li input[type=checkbox]:checked ~ label:before {
  background-color: #000;
  border-color: #000;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8cG9seWdvbiBjbGFzcz0ic3QwIiBwb2ludHM9IjguNiwxOSAyLjcsMTMuNSA0LDEyIDguNSwxNi4yIDE4LjMsNi4zIDE5LjcsNy43IAkiLz4KPC9nPgo8L3N2Zz4K);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
}
.gform_wrapper .gform_fields {
  list-style: none;
}
.gform_wrapper .validation_message {
  color: #FF2A4D;
  font-size: 12px;
  margin-top: 5px;
}
.gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border: none;
  border-bottom: 2px solid #FF2A4D !important;
}
.gform_wrapper div.validation_error {
  display: none;
}
.gform_wrapper .gfield.hidden_label .gfield_label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.gform_wrapper .gform_button {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 0.6em 2em;
  line-height: 1.2;
  border-radius: 3em;
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.0444444444em;
  outline: none;
}
.gform_wrapper .ginput_container_select {
  position: relative;
}
.gform_wrapper .ginput_container_select .gfield_select {
  position: relative;
  z-index: 2;
  padding-right: 40px;
}
.gform_wrapper .ginput_container_select .ginput_container_select__arrow {
  position: relative;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 12px;
}
.gform_wrapper .gfield_description + .ginput_container {
  margin-top: 10px;
}

.ui-datepicker {
  background-color: #fff;
  padding: 1em;
  border-bottom-right-radius: 3em;
}

.ui-datepicker-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ui-datepicker-header .ui-datepicker-title select {
  width: 50%;
  width: calc(50% - 5px);
  padding: 5px;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 10px;
}
.ui-datepicker-calendar .ui-state-active {
  display: block;
  border-radius: 100%;
  text-align: center;
  background: #000;
  color: #fff;
  height: 0;
  padding-bottom: 100%;
}

.responsive-embed {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
}
.responsive-embed iframe,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.team-hero {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  padding: 50px 0 30px 0;
}
@media (min-width: 768px) {
  .team-hero {
    padding: 100px 0 60px 0;
  }
}

.team-hero__title {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.0083333333em;
  line-height: 1.1666666667;
  margin: 0 0 20px 0;
  font-size: 32px;
}
@media (min-width: 768px) {
  .team-hero__title {
    font-size: 48px;
    margin-top: 20px;
  }
}

.team-hero__position {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.0083333333em;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .team-hero__position {
    font-size: 24px;
  }
}

.team-hero__overline {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.8px;
  line-height: 1.3333333333;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .team-hero__overline {
    font-size: 18px;
  }
}

.team-hero__avatar {
  display: block;
  margin: 0;
}

.theme-span {
  color: #fff;
}

.team-bio {
  padding: 30px 15px;
  color: #252729;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .team-bio {
    padding: 60px 15px;
  }
}

.authorPosts {
  padding: 50px 0;
}

.authorPosts__heading {
  font-weight: 700;
  font-size: 32px;
  color: #252729;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  margin: 30px 0 50px 0;
}

.authorPosts .postCard__categories a {
  color: #2F2F81;
}
.authorPosts .postCard__readtime {
  background-color: #2F2F81;
}

.small-blocks .team-hero {
  position: relative;
}
.small-blocks .team-hero .container {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (min-width: 768px) {
  .small-blocks .team-hero::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 100vw;
    height: 100%;
    background-color: rgba(47, 47, 129, 0.8);
  }
}
@media (min-width: 576px) {
  .small-blocks .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 576px) {
  .small-blocks .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%;
  }
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

.singleSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  border-bottom: 2px solid #90278e;
}

.singleSearch__label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}

.singleSearch__field {
  display: block;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  background: #EEF0F1;
  color: #252729;
  letter-spacing: 0.4px;
  line-height: 22px;
  padding: 10px;
  outline: none;
}

.singleSearch__submit {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #90278e;
}
.singleSearch__submit:hover {
  background-color: #2f2f81;
}
.singleSearch__submit svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
}

.search-listings {
  margin-bottom: 50px;
}
.search-listings article {
  margin-bottom: 30px;
}
.search-listings .entry-title {
  font-weight: 600;
  font-size: 20px;
  color: #2f2f81;
  letter-spacing: 0.2px;
  line-height: 28px;
}
.search-listings .entry-title a {
  color: inherit;
  border-bottom: 2px solid #90278e;
  text-decoration: none;
}
.search-listings .entry-title a:hover {
  color: #90278e;
}

.search-results .posts-navigation {
  margin-top: 30px;
  margin-bottom: 50px;
}
.search-results .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .search-results .nav-links {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.4;
  position: relative;
  z-index: 2;
  padding: 15px 45px 15px 0;
  border-bottom: 2px solid;
  white-space: normal;
}
.dropdown-toggle:after {
  display: none;
}

.dropdown-arrow {
  position: absolute;
  z-index: 1;
  width: 24px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: currentColor;
  height: 16px;
}

.dropdown-menu {
  padding: 10px;
}

.dropdown-item {
  padding: 12px;
}

.select-dropdown {
  position: relative;
}
.select-dropdown select {
  border: none;
  background-color: transparent;
  padding: 10px 0;
  outline: none;
  display: block;
  width: 100%;
  border-bottom: 2px solid;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}

.resource-thumbnail {
  -webkit-box-shadow: 0 5px 15px -2px rgba(102, 107, 109, 0.5);
          box-shadow: 0 5px 15px -2px rgba(102, 107, 109, 0.5);
}
.resource-thumbnail img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0;
}

.single-resources .downloads-resources {
  padding: 5em 0 !important;
}
.single-resources .no-bg + .no-bg.downloads-resources {
  padding-top: 0 !important;
}
.single-resources .formBlock {
  padding: 0;
}

.relatedProducts {
  background-color: #EAEBEC;
  padding: 50px 0;
}
.relatedProducts .content-carousel-item {
  border-color: #2F2F81;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
}

.relatedProducts__title {
  font-weight: 700;
  font-size: 48px;
  color: #252729;
  line-height: 56px;
  margin-bottom: 30px;
}

.downloads-resources + .relatedProducts .relatedProducts__title {
  font-family: "din-2014";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 2em;
  text-align: center;
}

.singleHeader--two-columns-image {
  padding: 30px 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .singleHeader--two-columns-image {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .singleHeader--two-columns-image {
    padding: 96px 0 0;
  }
}
.singleHeader--two-columns-image .singleHeader__title {
  margin-bottom: 0;
}
.singleHeader--two-columns-image .singleHeader__back {
  line-height: 140%;
}
.singleHeader--two-columns-image .singleHeader__cat:hover {
  color: white !important;
}
.singleHeader--two-columns-image .singleHeader__cat--purple:hover {
  background-color: #2F2F81 !important;
}
.singleHeader--two-columns-image .singleHeader__cat--blue:hover {
  background-color: #32598A !important;
}
.singleHeader--two-columns-image .singleHeader__cat--light-blue:hover {
  background-color: #177ABC !important;
}
.singleHeader--two-columns-image .singleHeader__cat--dark-blue:hover {
  background-color: #462669 !important;
}
.singleHeader--two-columns-image .singleHeader__cat--red:hover {
  background-color: #E36F82 !important;
}
.singleHeader--two-columns-image .singleHeader__cat--green:hover {
  background-color: #7AB37C !important;
}
.singleHeader--two-columns-image .singleHeader__cat--orange:hover {
  background-color: #F99B68 !important;
}
.singleHeader--two-columns-image .singleHeader__cat--lime:hover {
  background-color: #D5E07A !important;
}
.singleHeader--two-columns-image .singleHeader__cat--yellow:hover {
  background-color: #FED56F !important;
}
.singleHeader--two-columns-image .singleHeader__cat--teal:hover {
  background-color: #45A59A !important;
}
.singleHeader--two-columns-image .singleHeader__cat--berry:hover {
  background-color: #90278E !important;
}
.singleHeader__content {
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .singleHeader__content {
    padding-bottom: 96px;
  }
}

.resource-header {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .resource-header {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .resource-header .singleHeader__image {
    margin-bottom: -33px;
  }
}
.resource-header .singleHeader__back svg {
  width: 19px;
  height: 12px;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .resource-header--has-update .singleHeader__image {
    margin-bottom: -67px;
  }
}

.resource-meta--will-update::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #462669;
  z-index: 1;
}
@media (min-width: 992px) {
  .resource-meta--will-update::before {
    width: 60%;
  }
}
.resource-meta--info > div {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 4px;
  padding-right: 16px;
}
@media (min-width: 1200px) {
  .resource-meta--info > div {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
}

.resources-content {
  padding-bottom: 5em;
}
.resources-content .small-blocks > .page-row:last-child {
  padding-bottom: 0;
}
.resources-content .small-blocks > .wysiwyg {
  padding-top: 2em;
  padding-bottom: 2em;
}
.resources-content .small-blocks h2 {
  font-size: 22px;
  padding-bottom: 10px;
}
.resources-content .small-blocks h2.large-h2 {
  font-size: 30px;
}
.resources-content .small-blocks .block-heading p {
  font-size: 16px;
  line-height: 140%;
}
.resources-content--second-section > .page-row {
  padding: 5em 0;
}
.resources-content--second-section > .page-row:first-child.no-bg {
  padding-top: 0;
}
.resources-content .wysiwyg h1,
.resources-content .wysiwyg h2,
.resources-content .wysiwyg h3 {
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
  margin-top: 40px;
  margin-bottom: 16px;
}
.resources-content .wysiwyg h1 {
  font-size: 20px;
}
.resources-content .wysiwyg h2 {
  font-size: 18px;
}
.resources-content .wysiwyg h3 {
  font-size: 16px;
}

.resource-sidebar {
  padding-top: 2em;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (min-width: 768px) {
  .resource-sidebar {
    position: sticky;
    top: 70px;
    padding-left: 6px;
  }
}
@media (max-width: 767.98px) {
  .resource-sidebar {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-bottom: 2em;
  }
  .resource-sidebar__image {
    display: none;
  }
}
.resource-sidebar__item {
  padding: 32px;
}
.resource-sidebar__item h2 {
  margin-bottom: 16px;
  font-size: 1.625rem;
}
@media (min-width: 768px) {
  .resource-sidebar__item h2 {
    font-size: 2rem;
  }
}
.resource-sidebar__item + .resource-sidebar__item {
  padding-top: 0;
}

.resources-noresults {
  margin: 50px 0;
  font-size: 18px;
  line-height: 1.2;
}
.resources-noresults a {
  font-weight: 600;
  color: #2F2F81;
  border-bottom: 2px solid #7A5CB1;
  text-decoration: none;
}
.resources-noresults a:hover {
  color: #00005D;
  border-bottom-color: #00005D;
}

.resources-noresults__heading {
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  font-size: 48px;
}

[data-scroll-trigger].icon-content {
  opacity: 0;
  -webkit-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, -webkit-transform 0.25s ease 0.25s;
  -o-transition: opacity 0.5s ease, -o-transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, transform 0.25s ease 0.25s, -webkit-transform 0.25s ease 0.25s, -o-transform 0.25s ease 0.25s;
}
[data-scroll-trigger].icon-content.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
[data-scroll-trigger].checklist > .checklist-item {
  opacity: 0;
  -webkit-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, -webkit-transform 0.25s ease 0.25s;
  -o-transition: opacity 0.5s ease, -o-transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, transform 0.25s ease 0.25s, -webkit-transform 0.25s ease 0.25s, -o-transform 0.25s ease 0.25s;
}
[data-scroll-trigger].checklist > .checklist-item:nth-child(2) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
[data-scroll-trigger].checklist > .checklist-item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
[data-scroll-trigger].checklist > .checklist-item:nth-child(4) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
[data-scroll-trigger].checklist > .checklist-item:nth-child(5) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
[data-scroll-trigger].checklist > .checklist-item:nth-child(6) {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
[data-scroll-trigger].checklist > .checklist-item:nth-child(7) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
[data-scroll-trigger].checklist > .checklist-item:nth-child(8) {
  -webkit-transition-delay: 1.75s;
       -o-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
[data-scroll-trigger].checklist > .checklist-item:nth-child(9) {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
[data-scroll-trigger].checklist > .checklist-item:nth-child(10) {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
[data-scroll-trigger].checklist.is-inview > .checklist-item {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
[data-scroll-trigger].quote {
  opacity: 0;
  -webkit-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, -webkit-transform 0.25s ease 0.25s;
  -o-transition: opacity 0.5s ease, -o-transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, transform 0.25s ease 0.25s, -webkit-transform 0.25s ease 0.25s, -o-transform 0.25s ease 0.25s;
}
[data-scroll-trigger].quote.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
[data-scroll-trigger].features-block .content-pod {
  opacity: 0;
  -webkit-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, -webkit-transform 0.25s ease 0.25s;
  -o-transition: opacity 0.5s ease, -o-transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, transform 0.25s ease 0.25s, -webkit-transform 0.25s ease 0.25s, -o-transform 0.25s ease 0.25s;
}
[data-scroll-trigger].features-block.is-inview .content-pod {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
[data-scroll-trigger].features-block .col-sm-3:nth-child(2) .content-pod {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
[data-scroll-trigger].features-block .col-sm-3:nth-child(3) .content-pod {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
[data-scroll-trigger].features-block .col-sm-3:nth-child(4) .content-pod {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
[data-scroll-trigger].downloads-resources .col-sm-3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
       -o-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, -webkit-transform 0.25s ease 0.25s;
  -o-transition: opacity 0.5s ease, -o-transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, transform 0.25s ease 0.25s;
  transition: opacity 0.5s ease, transform 0.25s ease 0.25s, -webkit-transform 0.25s ease 0.25s, -o-transform 0.25s ease 0.25s;
}
[data-scroll-trigger].downloads-resources.is-inview .col-sm-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}
[data-scroll-trigger].downloads-resources .col-sm-3:nth-child(2) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
[data-scroll-trigger].downloads-resources .col-sm-3:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
[data-scroll-trigger].downloads-resources .col-sm-3:nth-child(4) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

@media (min-width: 576px) {
  .small-blocks .features-block .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-sm-6:nth-child(2) [data-scroll-trigger] {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.col-sm-4:nth-child(2) [data-scroll-trigger] {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.col-sm-4:nth-child(3) [data-scroll-trigger] {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.col-sm-3:nth-child(2) [data-scroll-trigger] {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.col-sm-3:nth-child(3) [data-scroll-trigger] {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.col-sm-3:nth-child(4) [data-scroll-trigger] {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.col-sm-3:nth-child(5) [data-scroll-trigger] {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
.col-sm-3:nth-child(6) [data-scroll-trigger] {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.col-sm-3:nth-child(7) [data-scroll-trigger] {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}
.col-sm-3:nth-child(8) [data-scroll-trigger] {
  -webkit-transition-delay: 3.5s;
       -o-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.col-sm-3:nth-child(9) [data-scroll-trigger] {
  -webkit-transition-delay: 4s;
       -o-transition-delay: 4s;
          transition-delay: 4s;
}
.col-sm-3:nth-child(10) [data-scroll-trigger] {
  -webkit-transition-delay: 4.5s;
       -o-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
.col-sm-3:nth-child(11) [data-scroll-trigger] {
  -webkit-transition-delay: 5s;
       -o-transition-delay: 5s;
          transition-delay: 5s;
}
.col-sm-3:nth-child(12) [data-scroll-trigger] {
  -webkit-transition-delay: 5.5s;
       -o-transition-delay: 5.5s;
          transition-delay: 5.5s;
}

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

.singleFeaturedImage {
  position: relative;
  margin-top: -120px;
}
.singleFeaturedImage img {
  display: block;
  margin: 0;
  height: auto;
  width: 100%;
}

.singleFeaturedImage__readtime {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.single-article {
  font-size: 20px;
  color: #252729;
  letter-spacing: 0.2px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 60px;
}
.single-article p,
.single-article ol,
.single-article ul {
  margin-bottom: 30px;
}
.single-article p:first-of-type:last-of-type {
  margin-bottom: 0;
}
.single-article ol,
.single-article ul {
  margin-left: 2em;
  padding-left: 0;
  font-size: 16px;
}
.single-article ol li + li,
.single-article ul li + li {
  margin-top: 10px;
}
.single-article ul:not(.gform_fields) {
  list-style: none;
}
.single-article ul:not(.gform_fields) li:before {
  content: "•";
  color: #7AB37C;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.single-article a {
  font-weight: 600;
}
.single-article .gfield_radio {
  margin-left: 0;
}
.single-article .gform_fields {
  margin-left: 0;
  list-style: none;
}
.single-article .gform_fields li:before {
  display: none !important;
}
.single-article .gform_fields li + li {
  margin-top: 0;
}
.single-article .gform_wrapper .gform_button {
  font-size: 1em;
}
.single-article .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.single-article .gform_wrapper select {
  border-bottom-color: #2F2F81;
}
.single-article .gform_wrapper textarea {
  border-color: #2F2F81;
}
.single-article .gform_wrapper .gfield_radio > li input[type=checkbox]:checked ~ label:before,
.single-article .gform_wrapper .gfield_radio > li input[type=radio]:checked ~ label:before,
.single-article .gform_wrapper .gfield_checkbox > li input[type=checkbox]:checked ~ label:before,
.single-article .gform_wrapper .gfield_checkbox > li input[type=radio]:checked ~ label:before {
  background-color: #2F2F81;
  border-color: #2F2F81;
}
.single-article .gform_button {
  background-color: #2F2F81;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
}
.single-article .gform_button:hover {
  color: #fff;
  background-color: #90278e;
}
.single-article .ginput_container_select__arrow {
  fill: #2F2F81;
}
.single-article .formBlock__description a {
  border-bottom-color: #2F2F81;
}

.single-article--insight a {
  border-bottom: 1px solid #7AB37C;
}
.single-article--insight a:hover {
  text-decoration: none;
  color: #7AB37C;
}
.single-article--insight ul:not(.gform_fields) li:before {
  color: #7AB37C;
}
.single-article--insight .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.single-article--insight .gform_wrapper select {
  border-bottom-color: #7AB37C;
}
.single-article--insight .gform_wrapper textarea {
  border-color: #7AB37C;
}
.single-article--insight .gform_wrapper .gfield_radio > li input[type=checkbox]:checked ~ label:before,
.single-article--insight .gform_wrapper .gfield_radio > li input[type=radio]:checked ~ label:before,
.single-article--insight .gform_wrapper .gfield_checkbox > li input[type=checkbox]:checked ~ label:before,
.single-article--insight .gform_wrapper .gfield_checkbox > li input[type=radio]:checked ~ label:before {
  background-color: #7AB37C;
  border-color: #7AB37C;
}
.single-article--insight .gform_button {
  background-color: #7AB37C;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px -2px rgba(122, 179, 124, 0.5);
          box-shadow: 0 5px 15px -2px rgba(122, 179, 124, 0.5);
}
.single-article--insight .gform_button:hover {
  color: #fff;
  background-color: #4C834F;
}
.single-article--insight .ginput_container_select__arrow {
  fill: #7AB37C;
}
.single-article--insight .formBlock__description a {
  border-bottom-color: #7AB37C;
}

.single-article--resource a {
  border-bottom: 1px solid #2F2F81;
}
.single-article--resource a:hover {
  text-decoration: none;
  color: #2F2F81;
}
.single-article--resource ul:not(.gform_fields) li:before {
  color: #2F2F81;
}

.postCard {
  margin-bottom: 30px;
}

.postCard--sticky .postCard__title svg {
  display: none;
}
.postCard--sticky .postCard__categories {
  font-size: 16px;
}
@media (min-width: 768px) {
  .postCard--sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .postCard--sticky .postCard__thumbnail {
    width: 50%;
  }
  .postCard--sticky .postCard__summary {
    width: 50%;
    padding-left: 30px;
  }
  .postCard--sticky .postCard__title {
    font-weight: 700;
    font-size: 32px;
    color: #252729;
    letter-spacing: 0;
    line-height: 36px;
  }
}

.postCard__thumbnail {
  overflow: hidden;
  position: relative;
  background: #D8D8D8;
  -webkit-box-shadow: 0 5px 15px -2px rgba(102, 107, 109, 0.5);
          box-shadow: 0 5px 15px -2px rgba(102, 107, 109, 0.5);
  border-radius: 25px 0 25px 0;
  margin-bottom: 15px;
}
.postCard__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.postCard__categories {
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.postCard__categories > li + li {
  margin-left: 10px;
}
.postCard__categories a {
  text-transform: uppercase;
  font-weight: 700;
  color: #90278e;
  letter-spacing: 0.6px;
  line-height: 22px;
}

.postCard__readtime {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #90278e;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 18px;
  text-transform: uppercase;
}

.postCard__title {
  font-weight: 600;
  font-size: 16px;
  color: #252729;
  letter-spacing: 0.6px;
  line-height: 22px;
}
.postCard__title svg {
  width: 18px;
  height: 12px;
}
.postCard__title a {
  color: inherit;
  text-decoration: none;
}

.postcard__image {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.post-listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.post-listings .post-listings__item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .post-listings .post-listings__item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .post-listings .post-listings__item {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .small-blocks .post-listings__item {
    width: 50%;
  }
}

.hero--green ~ .container .linkList__link.is-active {
  background-color: #7AB37C;
}

.cookie-popup {
  background-color: #FF2A4D;
  color: #fff;
  margin-top: -15px;
  margin-bottom: 15px;
  -webkit-transition: padding 0.25s ease;
  -o-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
  display: none;
}
.cookie-popup.is-visible {
  display: block;
}

.cookie-popup__container {
  width: 1140px;
  max-width: 100%;
  padding: 15px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cookie-popup__container a {
  color: #fff;
  text-decoration: underline;
}

.cookie-popup__text p {
  margin-bottom: 0;
}

.cookie-popup__close {
  padding-left: 40px;
  font-size: 18px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.cookie-popup__close svg {
  width: 22px;
  height: 22px;
  margin-left: 10px;
}

.has-shrunk-nav .cookie-popup {
  padding-top: 15px;
}

body.has-cookie-policy {
  padding-top: 162px;
}
@media (min-width: 768px) {
  body.has-cookie-policy {
    padding-top: 156px;
  }
}

.endorsed h3 {
  color: #252729;
  font-family: "din-2014";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36px;
}

.endorsed {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

img.quality {
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: none !important;
  padding: 8px 20px;
}

img.provider-logo {
  width: 50%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filters-select {
  border: none;
  border-bottom: 2px solid #90278e;
  font-size: 20px;
  line-height: 1.4;
  padding: 0.5em;
}

.filter-select option:focus, .filter-select option:hover {
  color: #16181b;
  text-decoration: none;
  background-color: rgba(144, 39, 142, 0.2);
}

.row.filtering {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion-wrapper {
  margin-bottom: 30px;
}

.accordion {
  position: relative;
}

.accordion__header {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 30px;
  background-color: #fff;
  color: #2f2f81;
  font-weight: 700;
  padding-right: 100px;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
}
.accordion__header:focus {
  outline: none;
}
.accordion__header.collapsed .accordion__icon:after {
  height: 16px;
}

.accordion__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #40c7d4;
}
.accordion__icon:before, .accordion__icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #2f2f81;
}
.accordion__icon:before {
  width: 16px;
  height: 2px;
}
.accordion__icon:after {
  width: 2px;
  height: 2px;
  -webkit-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  transition: height 0.25s ease;
}

.accordion-wrapper__heading {
  font-size: 30px;
  line-height: 140%;
  font-weight: bold;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .accordion-wrapper__heading {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .accordion-wrapper__heading {
    font-size: 40px;
  }
}

.accordion__border {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  border-top: 2px solid #2f2f81;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion__content {
  position: relative;
}
.accordion__content.show + .accordion__border, .accordion__content.collapsing + .accordion__border {
  left: 0;
  right: 0;
}

.accordion__body {
  padding: 30px;
  background-color: #2f2f81;
  color: #fff;
}
.accordion__body > *:last-child {
  margin-bottom: 0;
}
.accordion__body a {
  border-bottom: 2px solid;
}
.accordion__body a:hover {
  color: inherit;
  text-decoration: none;
}
.accordion__body ul, .accordion__body ol {
  padding-left: 1.2em;
}
.accordion__body li + li {
  margin-top: 5px;
}

.small-blocks .accordion-wrapper .offset-sm-2 {
  margin-left: 0 !important;
}
.small-blocks .accordion-wrapper .col-sm-8 {
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}
.small-blocks .two-col-content-block .accordion__body {
  font-size: 15px;
  line-height: 140%;
  padding: 16px 20px;
}
.small-blocks .two-col-content-block .accordion__header {
  font-size: 16px;
  line-height: 120%;
}

.blog-hero {
  background-color: #4C834F;
  margin-top: -80px;
  padding-top: 70px;
  padding-bottom: 40px;
}

.overline {
  font-family: "din-2014";
  font-weight: 600;
  margin-top: 0;
  font-size: 18px;
  text-transform: uppercase;
}

.blog-content {
  margin: 5em 0 4em 0;
  color: #FFF;
}

.blog-content h1 {
  font-family: "din-2014";
  font-weight: 700;
  font-size: 60px;
  margin: 0;
  letter-spacing: -0.8px;
  line-height: 66px;
  margin-bottom: 32px;
  margin-top: -70px;
}

.blog-content h2 {
  color: #FFFFFF;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 56px;
  margin-top: 1em;
}

.blog-content p {
  font-family: "din-2014";
  font-size: 20px;
  line-height: 28px;
}

.blog-content a {
  color: white;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.hero-button {
  display: inline-block;
  background-color: white;
  color: #2f2f81;
  text-decoration: none;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 10px 50px;
  border-radius: 21px;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
  margin: 24px 0 0 0;
  text-decoration: none;
}

.cta-button a {
  background-color: #2F2F81;
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 24px;
  padding: 8px 40px;
  border-radius: 21px;
  -webkit-box-shadow: 0 5px 15px -2px rgba(46, 0, 139, 0.5);
          box-shadow: 0 5px 15px -2px rgba(46, 0, 139, 0.5);
}

.cta-button a:hover {
  background-color: #7A5CB1;
}

.orange-theme .cta-button a {
  background-color: #F59B68;
}

.light-blue-theme .cta-button a {
  background-color: #6FB4F5;
  -webkit-box-shadow: 0 5px 15px -2px rgba(111, 180, 245, 0.5);
          box-shadow: 0 5px 15px -2px rgba(111, 180, 245, 0.5);
}

.red-theme .cta-button a {
  background-color: #E36F82;
}

.dark-blue-theme .cta-button a {
  background-color: #6D76B5;
}

.green-theme .cta-button a {
  background-color: #D5E07A;
  color: #252729;
  -webkit-box-shadow: 0 5px 15px -2px rgba(213, 224, 122, 0.5);
          box-shadow: 0 5px 15px -2px rgba(213, 224, 122, 0.5);
}

.yellow-theme .cta-button a {
  background-color: #FED56F;
}

.teal-theme .cta-button a {
  background-color: #45A59A;
}

.block-btn {
  background-color: #2f2f81;
  color: #fff !important;
  border-bottom: none !important;
  margin-bottom: 1rem;
}
.block-btn:hover {
  background-color: #90278e;
  color: #fff;
}

.alt-btn {
  color: white;
  border-radius: 16px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 120%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.alt-btn:hover {
  color: white;
  text-decoration: none;
}

.sfh-gradient .block-btn {
  color: #fff;
  background-color: #2F2F81;
  -webkit-box-shadow: 0 5px 15px -2px rgba(122, 92, 177, 0.5);
          box-shadow: 0 5px 15px -2px rgba(122, 92, 177, 0.5);
}
.sfh-gradient .block-btn:hover {
  color: #fff;
  background-color: #00005D;
}

.dark-blue-theme .block-btn {
  color: #fff;
  background-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(122, 92, 177, 0.5);
          box-shadow: 0 5px 15px -2px rgba(122, 92, 177, 0.5);
}
.dark-blue-theme .block-btn:hover {
  color: #fff;
  background-color: #000033;
}

.light-blue-theme .block-btn {
  color: #fff;
  background-color: #32598A;
  -webkit-box-shadow: 0 5px 15px -2px rgba(122, 155, 199, 0.5);
          box-shadow: 0 5px 15px -2px rgba(122, 155, 199, 0.5);
}
.light-blue-theme .block-btn:hover {
  color: #fff;
  background-color: #003366;
}

.red-theme .block-btn {
  color: #fff;
  background-color: #E36F82;
  -webkit-box-shadow: 0 5px 15px -2px rgba(255, 160, 177, 0.5);
          box-shadow: 0 5px 15px -2px rgba(255, 160, 177, 0.5);
}
.red-theme .block-btn:hover {
  color: #fff;
  background-color: #AE3F56;
}

.green-theme .block-btn {
  color: #252729;
  background-color: #D5E07A;
  -webkit-box-shadow: 0 5px 15px -2px rgba(255, 255, 171, 0.5);
          box-shadow: 0 5px 15px -2px rgba(255, 255, 171, 0.5);
}
.green-theme .block-btn:hover {
  color: #252729;
  background-color: #A2AE4B;
}

.dark-green-theme .block-btn {
  color: #fff;
  background-color: #7AB37C;
  -webkit-box-shadow: 0 5px 15px -2px rgba(170, 229, 171, 0.5);
          box-shadow: 0 5px 15px -2px rgba(170, 229, 171, 0.5);
}
.dark-green-theme .block-btn:hover {
  color: #fff;
  background-color: #4C834F;
}

.orange-theme .block-btn {
  color: #fff;
  background-color: #F99B68;
  -webkit-box-shadow: 0 5px 15px -2px rgba(255, 204, 151, 0.5);
          box-shadow: 0 5px 15px -2px rgba(255, 204, 151, 0.5);
}
.orange-theme .block-btn:hover {
  color: #fff;
  background-color: #C26C3C;
}

.yellow-theme .block-btn {
  color: #252729;
  background-color: #FED56F;
  -webkit-box-shadow: 0 5px 15px -2px rgba(255, 255, 160, 0.5);
          box-shadow: 0 5px 15px -2px rgba(255, 255, 160, 0.5);
}
.yellow-theme .block-btn:hover {
  color: #252729;
  background-color: #C8A440;
}

.teal-theme .block-btn {
  color: #fff;
  background-color: #45A59A;
  -webkit-box-shadow: 0 5px 15px -2px rgba(121, 215, 203, 0.5);
          box-shadow: 0 5px 15px -2px rgba(121, 215, 203, 0.5);
}
.teal-theme .block-btn:hover {
  color: #fff;
  background-color: #00766C;
}

.block-btn--white {
  color: #2f2f81;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px -2px rgba(111, 180, 245, 0.5);
          box-shadow: 0 5px 15px -2px rgba(111, 180, 245, 0.5);
}
.block-btn--white:hover {
  background-color: #e6e6e6;
  color: #2f2f81;
}

.block-btn--violet {
  color: #fff;
  background-color: #2f2f81;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
}
.block-btn--violet:hover {
  background-color: #90278e;
  color: #fff;
}

.block-btn.block-btn--purple {
  color: #fff;
  background-color: #2F2F81;
  -webkit-box-shadow: 0 5px 15px -2px rgba(122, 92, 177, 0.5);
          box-shadow: 0 5px 15px -2px rgba(122, 92, 177, 0.5);
}
.block-btn.block-btn--purple:hover {
  color: #fff;
  background-color: #00005D;
}

.alt-btn.alt-btn--purple {
  background-color: #2F2F81;
  border: 1px solid #2F2F81;
}
.alt-btn.alt-btn--purple:hover {
  background-color: #00005D;
}

.block-btn.block-btn--blue {
  color: #fff;
  background-color: #32598A;
  -webkit-box-shadow: 0 5px 15px -2px rgba(122, 155, 199, 0.5);
          box-shadow: 0 5px 15px -2px rgba(122, 155, 199, 0.5);
}
.block-btn.block-btn--blue:hover {
  color: #fff;
  background-color: #003366;
}

.alt-btn.alt-btn--blue {
  background-color: #32598A;
  border: 1px solid #32598A;
}
.alt-btn.alt-btn--blue:hover {
  background-color: #003366;
}

.block-btn.block-btn--light-blue {
  color: #fff;
  background-color: #177ABC;
  -webkit-box-shadow: 0 5px 15px -2px rgba(122, 155, 199, 0.5);
          box-shadow: 0 5px 15px -2px rgba(122, 155, 199, 0.5);
}
.block-btn.block-btn--light-blue:hover {
  color: #fff;
  background-color: #003366;
}

.alt-btn.alt-btn--light-blue {
  background-color: #177ABC;
  border: 1px solid #177ABC;
}
.alt-btn.alt-btn--light-blue:hover {
  background-color: #003366;
}

.block-btn.block-btn--dark-blue {
  color: #fff;
  background-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(122, 92, 177, 0.5);
          box-shadow: 0 5px 15px -2px rgba(122, 92, 177, 0.5);
}
.block-btn.block-btn--dark-blue:hover {
  color: #fff;
  background-color: #000033;
}

.alt-btn.alt-btn--dark-blue {
  background-color: #462669;
  border: 1px solid #462669;
}
.alt-btn.alt-btn--dark-blue:hover {
  background-color: #000033;
}

.block-btn.block-btn--red {
  color: #fff;
  background-color: #E36F82;
  -webkit-box-shadow: 0 5px 15px -2px rgba(255, 160, 177, 0.5);
          box-shadow: 0 5px 15px -2px rgba(255, 160, 177, 0.5);
}
.block-btn.block-btn--red:hover {
  color: #fff;
  background-color: #AE3F56;
}

.alt-btn.alt-btn--red {
  background-color: #E36F82;
  border: 1px solid #E36F82;
}
.alt-btn.alt-btn--red:hover {
  background-color: #AE3F56;
}

.block-btn.block-btn--green {
  color: #fff;
  background-color: #7AB37C;
  -webkit-box-shadow: 0 5px 15px -2px rgba(170, 229, 171, 0.5);
          box-shadow: 0 5px 15px -2px rgba(170, 229, 171, 0.5);
}
.block-btn.block-btn--green:hover {
  color: #fff;
  background-color: #4C834F;
}

.alt-btn.alt-btn--green {
  background-color: #7AB37C;
  border: 1px solid #7AB37C;
}
.alt-btn.alt-btn--green:hover {
  background-color: #4C834F;
}

.block-btn.block-btn--orange {
  color: #fff;
  background-color: #F99B68;
  -webkit-box-shadow: 0 5px 15px -2px rgba(255, 204, 151, 0.5);
          box-shadow: 0 5px 15px -2px rgba(255, 204, 151, 0.5);
}
.block-btn.block-btn--orange:hover {
  color: #fff;
  background-color: #C26C3C;
}

.alt-btn.alt-btn--orange {
  background-color: #F99B68;
  border: 1px solid #F99B68;
}
.alt-btn.alt-btn--orange:hover {
  background-color: #C26C3C;
}

.block-btn.block-btn--lime {
  color: #252729;
  background-color: #D5E07A;
  -webkit-box-shadow: 0 5px 15px -2px rgba(255, 255, 171, 0.5);
          box-shadow: 0 5px 15px -2px rgba(255, 255, 171, 0.5);
}
.block-btn.block-btn--lime:hover {
  color: #252729;
  background-color: #A2AE4B;
}

.alt-btn.alt-btn--lime {
  background-color: #D5E07A;
  border: 1px solid #D5E07A;
}
.alt-btn.alt-btn--lime:hover {
  background-color: #A2AE4B;
}

.block-btn.block-btn--yellow {
  color: #252729;
  background-color: #FED56F;
  -webkit-box-shadow: 0 5px 15px -2px rgba(255, 255, 160, 0.5);
          box-shadow: 0 5px 15px -2px rgba(255, 255, 160, 0.5);
}
.block-btn.block-btn--yellow:hover {
  color: #252729;
  background-color: #C8A440;
}

.alt-btn.alt-btn--yellow {
  background-color: #FED56F;
  border: 1px solid #FED56F;
}
.alt-btn.alt-btn--yellow:hover {
  background-color: #C8A440;
}

.block-btn.block-btn--teal {
  color: #fff;
  background-color: #45A59A;
  -webkit-box-shadow: 0 5px 15px -2px rgba(121, 215, 203, 0.5);
          box-shadow: 0 5px 15px -2px rgba(121, 215, 203, 0.5);
}
.block-btn.block-btn--teal:hover {
  color: #fff;
  background-color: #00766C;
}

.alt-btn.alt-btn--teal {
  background-color: #45A59A;
  border: 1px solid #45A59A;
}
.alt-btn.alt-btn--teal:hover {
  background-color: #00766C;
}

.block-btn.block-btn--berry {
  color: #fff;
  background-color: #90278E;
  -webkit-box-shadow: 0 5px 15px -2px rgba(176, 82, 174, 0.5);
          box-shadow: 0 5px 15px -2px rgba(176, 82, 174, 0.5);
}
.block-btn.block-btn--berry:hover {
  color: #fff;
  background-color: #6B1D6A;
}

.alt-btn.alt-btn--berry {
  background-color: #90278E;
  border: 1px solid #90278E;
}
.alt-btn.alt-btn--berry:hover {
  background-color: #6B1D6A;
}

.checklist ul {
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
  color: #252729;
  font-family: "din-2014";
  list-style-type: none;
  padding-left: 0;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.checklist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  min-height: 50px;
}

.checklist-item p {
  margin: 0;
}

.checklist-item p:empty {
  display: none;
}

li.checklist-item a:hover {
  color: inherit;
  text-decoration: none;
}

.green-theme li.checklist-item a {
  border-bottom: 3px solid #D5E07A;
}

.orange-theme li.checklist-item a {
  border-bottom: 3px solid #C26C3C;
}

.light-blue-theme li.checklist-item a {
  border-bottom: 3px solid #3584C1;
}

.red-theme li.checklist-item a {
  border-bottom: 3px solid #AE3F56;
}

.dark-blue-theme li.checklist-item a {
  border-bottom: 3px solid #3E4B85;
}

.yellow-theme li.checklist-item a {
  border-bottom: 3px solid #FFFFA0;
}

.teal-theme li.checklist-item a {
  border-bottom: 3px solid #00766C;
}

.checklist-icon {
  background-color: #90278e;
  padding: 10px;
  border-radius: 100%;
  margin-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.small-blocks .checklist-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin: 0 -15px;
}
.small-blocks .checklist-item {
  margin-bottom: 0;
}

.contentCarousel .slick-slide {
  padding: 15px;
}
.contentCarousel .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.content-carousel h5 {
  font-size: 20px;
  line-height: 28px;
  font-family: "din-2014";
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #252729;
}

.contentCarousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.contentCarousel__arrow {
  width: 60px;
  height: 60px;
  background-color: #40C7D4;
  display: block;
  position: relative;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 100%;
}
.contentCarousel__arrow--prev {
  left: 30px;
}
@media (min-width: 1140px) {
  .contentCarousel__arrow--prev {
    left: calc((100vw - 1140px) / 2);
    margin-left: 15px;
  }
}
.contentCarousel__arrow--next {
  left: 100px;
}
@media (min-width: 1140px) {
  .contentCarousel__arrow--next {
    left: calc((100vw - 1140px) / 2);
    margin-left: 85px;
  }
}
.contentCarousel__arrow.slick-disabled {
  opacity: 0.2;
}
.contentCarousel__arrow:hover {
  background-color: #90278e;
}
.contentCarousel__arrow:hover svg {
  fill: white;
}
.contentCarousel__arrow svg {
  display: block;
  width: 18px;
  height: 12px;
  fill: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contentCarousel__arrow + .contentCarousel__arrow {
  margin-left: 15px;
}

.small-blocks .contentCarousel__arrow--prev {
  left: 0;
  margin-left: 0;
}
.small-blocks .contentCarousel__arrow--next {
  left: 70px !important;
  margin-left: 0;
}

@media (max-width: 768px) {
  .content-carousel {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-carousel.slick-initialized {
  margin-bottom: 100px;
}

.content-carousel p {
  font-size: 16px;
  font-family: "din-2014";
  letter-spacing: 0.6px;
  line-height: 22px;
}

.content-carousel-item {
  border: 6px solid #90278e;
  border-radius: 25px 0 25px 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px -2px rgba(144, 39, 142, 0.5);
          box-shadow: 0 5px 15px -2px rgba(144, 39, 142, 0.5);
  padding: 20px 30px;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
}
.content-carousel-item:hover {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 767px) {
  .content-carousel-item {
    width: 25vw;
  }
}

.content-carousel__spacer {
  width: calc((100vw - 1140px) / 2) !important;
  margin-left: -15px;
}
@media (max-width: 768px) {
  .content-carousel__spacer {
    display: none !important;
  }
}

.content-carousel .slick-list {
  position: relative;
}
@media (min-width: 767px) {
  .content-carousel .slick-list {
    padding-left: 15px;
  }
}
@media (min-width: 1110px) {
  .content-carousel .slick-list {
    padding-left: calc((100vw - 1110px) / 2);
  }
}
@media (min-width: 1110px) {
  .content-carousel [data-slick-index="0"] {
    margin-left: calc((100vw - 1110px) / 2);
  }
}
@media (min-width: 1110px) {
  .content-carousel.has-transitioned [data-slick-index="0"] {
    margin-left: auto;
  }
}

.small-blocks .content-carousel .slick-list {
  padding-left: 0 !important;
}

@media (min-width: 767px) {
  .content-carousel.is-static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .content-carousel.is-static .js-match-height {
    padding: 15px;
    width: 33.333%;
    height: auto !important;
  }
  .content-carousel.is-static .js-match-height .content-carousel-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .content-carousel.is-static .js-match-height {
    margin-bottom: 15px;
  }
}
.content-carousel-item.violet, .content-carousel-item .dark-blue-theme {
  border-color: #2f2f81;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
}
.content-carousel-item.blue, .content-carousel-item.light-blue-theme, .content-carousel-item.red-theme {
  border-color: #32598a;
  -webkit-box-shadow: 0 5px 15px -2px rgba(50, 89, 138, 0.5);
          box-shadow: 0 5px 15px -2px rgba(50, 89, 138, 0.5);
}
.content-carousel-item.berry, .content-carousel-item.green-theme, .content-carousel-item.dark-green-theme {
  border-color: #90278e;
  -webkit-box-shadow: 0 5px 15px -2px rgba(144, 39, 142, 0.5);
          box-shadow: 0 5px 15px -2px rgba(144, 39, 142, 0.5);
}
.content-carousel-item.purple, .content-carousel-item.yellow-theme, .content-carousel-item.orange-theme {
  border-color: #462669;
  -webkit-box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
          box-shadow: 0 5px 15px -2px rgba(70, 38, 105, 0.5);
}
.content-carousel-item.sea, .content-carousel-item.teal-theme {
  border-color: #40c7d4;
  -webkit-box-shadow: 0 5px 15px -2px rgba(64, 199, 212, 0.5);
          box-shadow: 0 5px 15px -2px rgba(64, 199, 212, 0.5);
}

.content-pod {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.6px;
  margin-bottom: 40px;
}

.content-pod img {
  width: 100%;
  height: auto;
  border-radius: 0 0 15px 0;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 15px -2px rgba(129, 137, 140, 0.5);
          box-shadow: 0 5px 15px -2px rgba(129, 137, 140, 0.5);
}

.content-type {
  text-transform: uppercase;
  color: #2F2F81;
  font-weight: 700;
  font-weight: 700;
  padding: 15px 0;
  margin: 0;
}

.content-pod__categories {
  text-transform: uppercase;
  color: #2F2F81;
  font-family: "din-2014";
  font-weight: 700;
  font-weight: 700;
  padding: 0 0 15px 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-pod__categories li + li {
  margin-left: 10px;
}
.content-pod__categories a {
  color: inherit;
}
.content-pod__categories a:hover {
  color: inherit;
}

.content-copy {
  font-weight: 700;
  color: #252729;
}
.content-copy a {
  color: inherit;
}
.content-copy a:hover {
  color: inherit;
}

.post-thumbnail {
  width: 100%;
  height: 150px;
  border-radius: 25px 0 25px 0;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 15px -2px hsla(196, 5%, 53%, 0.5);
          box-shadow: 0 5px 15px -2px hsla(196, 5%, 53%, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.homepage-light-purple .content-type a {
  color: #2F2F81;
}

.light-blue-theme .content-type a {
  color: #6FB4F5;
}

.red-theme .content-type a {
  color: #E36F82;
}

.dark-blue-theme .content-type a {
  color: #6D76B5;
}

.green-theme .content-type a {
  color: #D5E07A;
}

.dark-green-theme .content-type a {
  color: #4C834F;
}

.orange-theme .content-type a {
  color: #F99B68;
}

.yellow-theme .content-type a {
  color: #FED56F;
}

.homepage-light-purple .content-pod__categories a {
  color: #2F2F81;
}

.light-blue-theme .content-pod__categories a {
  color: #6FB4F5;
}

.red-theme .content-pod__categories a {
  color: #E36F82;
}

.dark-blue-theme .content-pod__categories a {
  color: #6D76B5;
}

.green-theme .content-pod__categories a {
  color: #D5E07A;
}

.orange-theme .content-pod__categories a {
  color: #F99B68;
}

.yellow-theme .content-pod__categories a {
  color: #FED56F;
}

.teal-theme .content-pod__categories a {
  color: #45A59A;
}

.dark-green-theme .content-pod__categories a {
  color: #4C834F;
}

blog-post-thumbnail .content-type a {
  color: #7AB37C;
}

@media screen and (max-width: 1095px) {
  .comparison-wrapper {
    overflow-x: auto;
    max-width: 100%;
    position: relative;
  }
  .comparison-overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 120px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    pointer-events: none;
  }
  .comparison {
    width: 1060px;
    max-width: none;
    padding-right: 120px;
  }
}
.no-bg + .comparison-wrapper {
  padding-top: 0;
}

.comparison-wrapper {
  padding: 100px 0;
}
.comparison-wrapper svg {
  fill: #32598a;
}

.comparison--header {
  background: #E5F2F7;
}
.comparison--header .header-cell {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 4px;
  text-align: center;
}
.comparison--header .cell-image {
  height: 60px;
}
.comparison--header .cell-title {
  font-weight: 700;
  font-size: 18px;
}
.comparison .cell-left {
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comparison .cell-left .cell-content {
  font-size: 12px;
}
.comparison--row:last-child .comparison--cell {
  border-bottom: none;
}
.comparison .header-row {
  position: sticky;
  top: 70px;
  background: white;
  z-index: 9;
}
.comparison .header-row .comparison--cell {
  border-bottom: none;
}
.comparison .header-row .comparison--cell.cell-first {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comparison .header-row .comparison--cell.cell-first .cell-heading {
  font-weight: 700;
  font-size: 18px;
}
.comparison--cell {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 16px;
  border-left: 1px solid rgba(50, 89, 138, 0.5);
  border-bottom: 1px solid rgba(50, 89, 138, 0.5);
}
.comparison--cell:first-child {
  border-left: none;
}
.comparison--cell:last-child {
  background: #32598A;
  color: white;
}
.comparison--cell:last-child .cell-heading {
  color: white;
}
.comparison--cell:last-child .btn, .comparison--cell:last-child .comment-form input[type=submit], .comment-form .comparison--cell:last-child input[type=submit], .comparison--cell:last-child .search-form .search-submit, .search-form .comparison--cell:last-child .search-submit, .comparison--cell:last-child .block-btn {
  background: white;
  color: #32598A;
}
.comparison--cell .cell-heading {
  font-weight: 500;
  font-size: 20px;
  color: #32598A;
}
.comparison--cell .cell-heading button {
  background: none;
  border: none;
  padding: 0;
  margin: 0 0 0 8px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.comparison--cell.cell-first {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.comparison--cell.cell-first .cell-heading {
  color: black;
  font-weight: normal;
  font-size: 16px;
  padding-left: 30px;
}
.comparison--cell .cell-content {
  margin-top: 10px;
  height: 100%;
  font-size: 14px;
}
.comparison--cell .cell-icon svg {
  width: 18px;
  height: auto;
}
.comparison .row-section {
  background: #E5F2F7;
  color: black;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comparison .row-section svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
}
.comparison .row-section.collapsed svg {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.comparison .row-section:last-child {
  background: #32598A;
  color: white;
}
.comparison .btn, .comparison .comment-form input[type=submit], .comment-form .comparison input[type=submit], .comparison .search-form .search-submit, .search-form .comparison .search-submit, .comparison .block-btn {
  background: #32598A;
  color: white;
  font-weight: 600;
  font-size: 13px;
  -webkit-box-shadow: rgba(50, 89, 138, 0.5) 0px 2px 10px;
          box-shadow: rgba(50, 89, 138, 0.5) 0px 2px 10px;
  padding: 10px 20px;
}
.comparison--cell-footer {
  padding: 16px;
  border-top: 1px solid rgba(111, 180, 245, 0.5);
  font-size: 12px;
  text-align: center;
}
.comparison--cell-footer .btn, .comparison--cell-footer .comment-form input[type=submit], .comment-form .comparison--cell-footer input[type=submit], .comparison--cell-footer .search-form .search-submit, .search-form .comparison--cell-footer .search-submit, .comparison--cell-footer .block-btn {
  background: none;
  color: #32598A;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
}
.comparison--cell-footer .btn svg, .comparison--cell-footer .comment-form input[type=submit] svg, .comment-form .comparison--cell-footer input[type=submit] svg, .comparison--cell-footer .search-form .search-submit svg, .search-form .comparison--cell-footer .search-submit svg, .comparison--cell-footer .block-btn svg {
  width: 8px;
  height: auto;
  margin-left: 5px;
}

hr {
  -ms-flex-line-pack: center;
      align-content: center;
  width: 33%;
}

.team-member hr {
  border-bottom: 8px solid #2F2F81;
  margin: 60px auto;
  text-align: center;
}

.light-blue-theme hr {
  border-bottom: 8px solid #6FB4F5;
}

.red-theme hr {
  border-bottom: 8px solid #E36F82;
}

.dark-blue-theme hr {
  border-bottom: 8px solid #6D76B5;
}

.green-theme hr {
  border-bottom: 8px solid #D5E07A;
}

.dark-green-theme hr {
  border-bottom: 8px solid #4C834F;
}

.orange-theme hr {
  border-bottom: 8px solid #F99B68;
}

.yellow-theme hr {
  border-bottom: 8px solid #FED56F;
}

.teal-theme hr {
  border-bottom: 8px solid #45A59A;
}

.sfh-gradient hr {
  border-bottom: 8px solid #7A5CB1;
}

.downloads-resources {
  padding: 4em 0;
}

.small-blocks .downloads-resources {
  padding: 2em 0;
  background-color: transparent;
}
.small-blocks .downloads-resources .row {
  row-gap: 16px;
}
@media (min-width: 576px) {
  .small-blocks .downloads-resources .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.downloads-resources h6 {
  font-family: "din-2014";
  font-weight: 700;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  padding-bottom: 2em;
}

.resource {
  margin-bottom: 20px;
}

.resource-box {
  border-radius: 25px 0 25px 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 93, 0.5);
          box-shadow: 0 5px 15px -2px rgba(0, 0, 93, 0.5);
  padding: 20px;
  height: 100%;
  display: block;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 767.98px) {
  .resource-box {
    height: auto;
    margin-bottom: 15px;
  }
}
.resource-box .resource-box__fileType {
  float: left;
  width: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
  fill: #2F2F81;
}
.resource-box .resource-box__arrow {
  width: 18px;
  height: 12px;
  fill: transparent;
  stroke: currentColor;
  color: currentColor;
  margin-left: 10px;
}
.resource-box:hover {
  text-decoration: none;
}
.resource-box:hover .resource-box__fileType {
  fill: #90278e;
}

.resource-box p {
  color: #252729;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 22px;
}

.resource-box:hover {
  -webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 93, 0.5);
          box-shadow: 0 5px 15px -2px rgba(0, 0, 93, 0.5);
  color: #FFFFFF;
}

.resource-box:hover p {
  color: #90278e;
}

.light-blue-theme .resource-box .resource-box__fileType {
  fill: #32598A;
}
.light-blue-theme .resource-box:hover .resource-box__fileType {
  fill: #7A9BC7;
}

.dark-blue-theme .resource-box .resource-box__fileType {
  fill: #462669;
}
.dark-blue-theme .resource-box:hover .resource-box__fileType {
  fill: #7A5CB1;
}

.red-theme .resource-box .resource-box__fileType {
  fill: #E36F82;
}
.red-theme .resource-box:hover .resource-box__fileType {
  fill: #FFA0B1;
}

.green-theme .resource-box .resource-box__fileType {
  fill: #D5E07A;
}
.green-theme .resource-box:hover .resource-box__fileType {
  fill: #FFFFAB;
}

.dark-green-theme .resource-box .resource-box__fileType {
  fill: #7AB37C;
}
.dark-green-theme .resource-box:hover .resource-box__fileType {
  fill: #AAE5AB;
}

.orange-theme .resource-box .resource-box__fileType {
  fill: #F99B68;
}
.orange-theme .resource-box:hover .resource-box__fileType {
  fill: #FFCC97;
}

.yellow-theme .resource-box .resource-box__fileType {
  fill: #FED56F;
}
.yellow-theme .resource-box:hover .resource-box__fileType {
  fill: #FFFFA0;
}

.teal-theme .resource-box .resource-box__fileType {
  fill: #45A59A;
}
.teal-theme .resource-box:hover .resource-box__fileType {
  fill: #79D7CB;
}

.block-heading-wrapper {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-heading {
  color: #2f2f81;
}
.block-heading a {
  color: inherit;
  text-decoration: none;
  color: #2f2f81;
  font-weight: 700;
  border-bottom: 3px solid #90278e;
}

.block-heading h2 {
  font-size: 36px;
  letter-spacing: -0.4px;
  line-height: 1.1666666667;
  padding-bottom: 32px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .block-heading h2 {
    font-size: 48px;
  }
}

.block-heading h3 {
  font-size: 36px;
  font-weight: 700;
}

.block-heading h4 {
  font-size: 32px;
  font-weight: 700;
}

.block-heading p {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: black;
}

.heading-icon h2 {
  font-family: "din-2014";
  font-weight: 700;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.1666666667;
}
@media (min-width: 768px) {
  .heading-icon h2 {
    font-size: 48px;
  }
}

.heading-icon p {
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
}

.homepage-hero {
  background-color: #f7f7f7;
  padding: 40px 0 40px 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  position: relative;
  min-height: calc(100vh - 90px);
}

.hero-content {
  margin: 2em 0;
  padding: 1.875em;
  border-radius: 60px 0 60px 0;
  background: #2F2F81;
  opacity: 0.9;
  -webkit-box-shadow: 0 15px 30px 0 rgba(122, 92, 177, 0.5);
          box-shadow: 0 15px 30px 0 rgba(122, 92, 177, 0.5);
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .hero-content {
    margin: 5em 0 4em 0;
  }
}

.homepage-hero__arrow-container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.homepage-hero__down {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 60px;
  height: 60px;
  z-index: 2;
  -webkit-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
  cursor: pointer;
}

.hero-content h1 {
  font-weight: 700;
  margin: 0;
  font-size: 40px;
}
@media (min-width: 768px) {
  .hero-content h1 {
    font-size: 50px;
  }
}

.hero-content p {
  font-family: "din-2014";
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
}

.hero-content ul {
  list-style-type: none;
  font-family: "din-2014";
  font-weight: normal;
  padding: 0;
  font-size: 16px;
  line-height: 1;
}

.hero-content li {
  margin-bottom: 20px;
}

.hero-content a {
  color: white;
  text-decoration: none;
}

.section-link {
  border-bottom: 2px solid #90278e;
  width: 100%;
  font-family: "din-2014";
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}

.orange-theme .section-link {
  border-bottom: 2px solid #FFCC97;
}

.light-blue-theme .section-link {
  border-bottom: 2px solid #A4E6FF;
}

.red-theme .section-link {
  border-bottom: 2px solid #FFA0B1;
}

.dark-blue-theme .section-link {
  border-bottom: 2px solid #9DA5E7;
}

.green-theme .section-link {
  border-bottom: 2px solid #D5E07A;
}

.dark-green-theme .section-link {
  border-bottom: 2px solid #4C834F;
}

.yellow-theme .section-link {
  border-bottom: 2px solid #FFFFA0;
}

.teal-theme .section-link {
  border-bottom: 2px solid #79D7CB;
}

.hero-content .hero-button {
  display: inline-block;
  background-color: white;
  color: #2f2f81;
  text-decoration: none;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 10px 50px;
  border-radius: 21px;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
  margin: 24px 0 0 0;
  text-decoration: none;
}

.info-hub-hero {
  background-color: #2f2f81;
  padding: 40px 0 80px 0;
}

.info-hub-content {
  margin: 5em 0 4em 0;
}

.info-hub-content .overline {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 24px;
  color: #FFFFFF;
}

.info-hub-content h1 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 66px;
  color: #FFFFFF;
}

.category-tabs {
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* COURSES */
.courses-hero {
  background-color: #3584C1;
  padding: 40px 0 40px 0;
}

.courses-content {
  margin: 5em 0 4em 0;
}

.courses-content .overline {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 24px;
  color: #A4E6FF;
}

.courses-content h1 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 66px;
  color: #FFFFFF;
}

.icon-content strong {
  font-weight: bolder;
}

.icon-content img {
  width: auto;
  height: 100px;
}

.icon-content p {
  font-family: "din-2014";
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
  color: #252729;
  margin: 40px 0;
}

.icon-content a {
  text-decoration: none;
  color: #252729;
  border-bottom: 3px solid #90278e;
}

.green-theme .icon-content a {
  border-bottom: 3px solid #FFFFAB;
}

.orange-theme .icon-content a {
  border-bottom: 3px solid #FFCC97;
}

.light-blue-theme .icon-content a {
  border-bottom: 3px solid #A4E6FF;
}

.red-theme .icon-content a {
  border-bottom: 3px solid #FFA0B1;
}

.dark-blue-theme .icon-content a {
  border-bottom: 3px solid #9DA5E7;
}

.yellow-theme .icon-content a {
  border-bottom: 3px solid #FFFFA0;
}

.teal-theme .icon-content a {
  border-bottom: 3px solid #79D7CB;
}

.small-blocks .icon-content p {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 140%;
}

.imageBlock.alternating {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 455px;
}
@media (max-width: 767.98px) {
  .imageBlock {
    margin-bottom: 30px;
  }
}
.imageBlock.is-rounded {
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
.imageBlock img {
  max-width: 100%;
  height: auto;
}

.imageBlock__container {
  display: inline-block;
  max-width: 100%;
}

.sfh-gradient .imageBlock.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(102, 107, 109, 0.5);
          box-shadow: 0 15px 30px 0 rgba(102, 107, 109, 0.5);
}

.light-blue-theme .imageBlock.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(50, 89, 138, 0.5);
          box-shadow: 0 15px 30px 0 rgba(50, 89, 138, 0.5);
}

.dark-blue-theme .imageBlock.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(70, 38, 105, 0.5);
          box-shadow: 0 15px 30px 0 rgba(70, 38, 105, 0.5);
}

.red-theme .imageBlock.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(227, 111, 130, 0.5);
          box-shadow: 0 15px 30px 0 rgba(227, 111, 130, 0.5);
}

.dark-green-theme .imageBlock.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(122, 179, 124, 0.5);
          box-shadow: 0 15px 30px 0 rgba(122, 179, 124, 0.5);
}

.orange-theme .imageBlock.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(249, 155, 104, 0.5);
          box-shadow: 0 15px 30px 0 rgba(249, 155, 104, 0.5);
}

.green-theme .imageBlock.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(213, 224, 122, 0.5);
          box-shadow: 0 15px 30px 0 rgba(213, 224, 122, 0.5);
}

.yellow-theme .imageBlock.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(254, 213, 111, 0.5);
          box-shadow: 0 15px 30px 0 rgba(254, 213, 111, 0.5);
}

.teal-theme .imageBlock.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(69, 165, 154, 0.5);
          box-shadow: 0 15px 30px 0 rgba(69, 165, 154, 0.5);
}

@media (min-width: 768px) {
  .col-sm-6:nth-child(odd) > .imageBlock {
    margin-right: 16.66667%;
  }
  .col-sm-6:nth-child(even) > .imageBlock {
    margin-left: 16.66667%;
  }
}
.image-carousel {
  position: initial;
}
.image-carousel.slick-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.image-carousel.slick-slider.slick-initialized {
  opacity: 1;
}

.imageCarousel.arrows-center .image-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.imageCarousel.arrows-center .image-carousel .contentCarousel__arrow {
  left: auto;
}
.imageCarousel.arrows-center .image-carousel .contentCarousel__arrow--prev {
  margin-right: 70px;
  margin-left: 0px;
}

.imageCarousel {
  position: relative;
  margin-bottom: 60px;
}
.imageCarousel .slick-slide {
  padding: 15px;
}
.imageCarousel .contentCarousel__arrow--prev {
  left: 0;
}
.imageCarousel .contentCarousel__arrow--next {
  left: 70px;
}
@media (min-width: 992px) {
  .imageCarousel .contentCarousel__arrow--next {
    left: 0;
  }
}

.imageCarousel__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 30px 0;
}

.image-carousel__item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px -2px rgba(129, 137, 140, 0.5);
          box-shadow: 0 5px 15px -2px rgba(129, 137, 140, 0.5);
}
.image-carousel__item img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.8;
}

.carousel-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 48px 0 48px 0 !important;
  overflow: hidden;
}

.imageCarousel__arrow {
  border: 100%;
  width: 60px;
  height: 60px;
  background-color: #81898C;
  display: block;
  position: relative;
  border-radius: 100%;
  cursor: pointer;
}
.imageCarousel__arrow:hover {
  background-color: #252729;
}
.imageCarousel__arrow svg {
  display: block;
  width: 18px;
  height: 12px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.imageCarousel__arrow + .imageCarousel__arrow {
  margin-left: 15px;
}

.slick-slide {
  height: unset !important;
}

.carousel-stack {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  gap: 16px !important;
}

.block-link-cloud {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.block-link-cloud ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
.block-link-cloud li {
  margin: 6px;
}
.block-link-cloud a {
  display: block;
  text-decoration: none;
  color: white;
  padding: 6px 20px 9px 20px;
  letter-spacing: 0.4px;
  border-radius: 2em;
  background-color: #2f2f81;
  -webkit-box-shadow: 0 2px 4px 0 rgba(47, 47, 129, 0.5);
          box-shadow: 0 2px 4px 0 rgba(47, 47, 129, 0.5);
}
.block-link-cloud a:hover {
  text-decoration: none;
  background-color: #90278e;
  -webkit-box-shadow: 0 2px 4px 0 rgba(144, 39, 142, 0.5);
          box-shadow: 0 2px 4px 0 rgba(144, 39, 142, 0.5);
}
.block-link-cloud span {
  display: block;
  text-decoration: none;
  color: white;
  padding: 6px 20px 9px 20px;
  letter-spacing: 0.4px;
  border-radius: 2em;
  background-color: #2F2F81;
  -webkit-box-shadow: 0 2px 4px 0 rgba(37, 39, 41, 0.5);
          box-shadow: 0 2px 4px 0 rgba(37, 39, 41, 0.5);
}

.sfh-gradient .block-link-cloud a {
  background-color: #2F2F81;
  color: #fff;
}
.sfh-gradient .block-link-cloud a:hover {
  color: #fff;
  background-color: #1a1a1a;
}
.sfh-gradient .block-link-cloud span {
  background-color: #000;
  color: #fff;
}

.dark-blue-theme .block-link-cloud a {
  background-color: #2F2F81;
  color: #fff;
}
.dark-blue-theme .block-link-cloud a:hover {
  color: #fff;
  background-color: #00005D;
}
.dark-blue-theme .block-link-cloud span {
  background-color: #2F2F81;
  color: #fff;
}

.light-blue-theme .block-link-cloud a {
  background-color: #32598A;
  color: #252729;
}
.light-blue-theme .block-link-cloud a:hover {
  color: #252729;
  background-color: #003366;
}
.light-blue-theme .block-link-cloud span {
  background-color: #32598A;
  color: #252729;
}

.red-theme .block-link-cloud a {
  background-color: #E36F82;
  color: #fff;
}
.red-theme .block-link-cloud a:hover {
  color: #fff;
  background-color: #AE3F56;
}
.red-theme .block-link-cloud span {
  background-color: #E36F82;
  color: #fff;
}

.green-theme .block-link-cloud a {
  background-color: #D5E07A;
  color: #252729;
}
.green-theme .block-link-cloud a:hover {
  color: #252729;
  background-color: #A2AE4B;
}
.green-theme .block-link-cloud span {
  background-color: #D5E07A;
  color: #252729;
}

.dark-green-theme .block-link-cloud a {
  background-color: #7AB37C;
  color: #fff;
}
.dark-green-theme .block-link-cloud a:hover {
  color: #fff;
  background-color: #4C834F;
}
.dark-green-theme .block-link-cloud span {
  background-color: #7AB37C;
  color: #fff;
}

.orange-theme .block-link-cloud a {
  background-color: #F99B68;
  color: #252729;
}
.orange-theme .block-link-cloud a:hover {
  color: #252729;
  background-color: #C26C3C;
}
.orange-theme .block-link-cloud span {
  background-color: #F99B68;
  color: #252729;
}

.yellow-theme .block-link-cloud a {
  background-color: #FED56F;
  color: #252729;
}
.yellow-theme .block-link-cloud a:hover {
  color: #252729;
  background-color: #C8A440;
}
.yellow-theme .block-link-cloud span {
  background-color: #FED56F;
  color: #252729;
}

.teal-theme .block-link-cloud a {
  background-color: #45A59A;
  color: #fff;
}
.teal-theme .block-link-cloud a:hover {
  color: #fff;
  background-color: #00766C;
}
.teal-theme .block-link-cloud span {
  background-color: #45A59A;
  color: #fff;
}

.paragraph h4 {
  font-family: "din-2014";
  font-weight: 700;
  font-size: 32px;
  color: #252729;
}

.paragraph h6 {
  font-family: "din-2014";
  color: #252729;
  font-size: 20px;
  line-height: 28px;
}

.paragraph p, .paragraph ul, .paragraph ol {
  font-size: 16px;
  font-family: "din-2014";
  line-height: 22px !important;
  color: #252729;
}

.paragraph a {
  border-bottom: 3px solid #90278e;
  line-height: 28px;
  font-family: "din-2014";
  font-weight: 700;
  text-decoration: none;
  color: #2f2f81;
}

.paragraph-text-violet h1, .paragraph-text-violet h2, .paragraph-text-violet h3, .paragraph-text-violet h4, .paragraph-text-violet h5, .paragraph-text-violet h6 {
  color: #2f2f81;
}

.paragraph-text-white h1, .paragraph-text-white h2, .paragraph-text-white h3, .paragraph-text-white h4, .paragraph-text-white h5, .paragraph-text-white h6 {
  color: white;
}

.light-blue-theme .paragraph a {
  border-bottom-color: #32598A;
}

.dark-blue-theme .paragraph a {
  border-bottom-color: #462669;
}

.red-theme .paragraph a {
  border-bottom-color: #E36F82;
}

.green-theme .paragraph a {
  border-bottom-color: #D5E07A;
}

.dark-green-theme .paragraph a {
  border-bottom-color: #7AB37C;
}

.orange-theme .paragraph a {
  border-bottom-color: #F99B68;
}

.yellow-theme .paragraph a {
  border-bottom-color: #FED56F;
}

.teal-theme .paragraph a {
  border-bottom-color: #45A59A;
}

.sfh-gradient .paragraph a {
  border-bottom-color: #2F2F81;
}

.productHero {
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 47, 129, 0.8)), color-stop(50%, #2f2f81));
  background: -webkit-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: -o-linear-gradient(left, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  background: linear-gradient(to right, rgba(47, 47, 129, 0.8), #2f2f81 50%);
  padding: 50px 0;
}
@media (min-width: 768px) {
  .productHero {
    padding: 100px 0;
  }
}
.productHero .container {
  position: relative; /* Position down arrow based on this */
}

.productHero__overline {
  font-size: 18px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}

.productHero__title {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.0133333333em;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .productHero__title {
    font-size: 60px;
  }
}

.productHero__intro {
  font-size: 20px;
  line-height: 1.2857142857;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .productHero__intro {
    font-size: 28px;
  }
}
.productHero__intro a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid;
}

.productHero__sectionTitle {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.productHero__links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.productHero__links li {
  padding: 5px 0;
}

.productHero__link {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.0444444444em;
  line-height: 1.3333333333;
  border-bottom: 2px solid #90278e;
  color: inherit;
  text-decoration: none;
}
.productHero__link:hover {
  color: inherit;
  text-decoration: none;
}

.productHero__image {
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 30px 0 rgba(47, 47, 129, 0.5);
          box-shadow: 0 15px 30px 0 rgba(47, 47, 129, 0.5);
}
.productHero__image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.productHero__down {
  position: absolute;
  bottom: -50px;
  right: 15px;
  width: 60px;
  height: 60px;
  z-index: 2;
  -webkit-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
  cursor: pointer;
}
@media (min-width: 768px) {
  .productHero__down {
    bottom: -100px;
  }
}

@media (max-width: 767.98px) {
  .productHero__content--media {
    margin-top: 30px;
  }
}

/* THEMES */
.light-blue-theme .productHero {
  background-color: #003366;
  color: #fff;
}
.light-blue-theme .productHero__overline {
  color: #7A9BC7;
}
.light-blue-theme .productHero__intro a {
  border-bottom-color: #7A9BC7;
}
.light-blue-theme .productHero__link {
  border-bottom-color: #7A9BC7;
}
.light-blue-theme .productHero__link:hover {
  color: inherit;
  text-decoration: none;
}
.light-blue-theme .productHero__image {
  -webkit-box-shadow: 0 15px 30px 0 rgba(50, 89, 138, 0.5);
          box-shadow: 0 15px 30px 0 rgba(50, 89, 138, 0.5);
}

.dark-blue-theme .productHero {
  background-color: #000033;
  color: #fff;
}
.dark-blue-theme .productHero__overline {
  color: #7A5CB1;
}
.dark-blue-theme .productHero__intro a {
  border-bottom-color: #7A5CB1;
}
.dark-blue-theme .productHero__link {
  border-bottom-color: #7A5CB1;
}
.dark-blue-theme .productHero__link:hover {
  color: inherit;
  text-decoration: none;
}
.dark-blue-theme .productHero__image {
  -webkit-box-shadow: 0 15px 30px 0 rgba(70, 38, 105, 0.5);
          box-shadow: 0 15px 30px 0 rgba(70, 38, 105, 0.5);
}

.red-theme .productHero {
  background-color: #AE3F56;
  color: #fff;
}
.red-theme .productHero__overline {
  color: #FFA0B1;
}
.red-theme .productHero__intro a {
  border-bottom-color: #FFA0B1;
}
.red-theme .productHero__link {
  border-bottom-color: #FFA0B1;
}
.red-theme .productHero__link:hover {
  color: inherit;
  text-decoration: none;
}
.red-theme .productHero__image {
  -webkit-box-shadow: 0 15px 30px 0 rgba(227, 111, 130, 0.5);
          box-shadow: 0 15px 30px 0 rgba(227, 111, 130, 0.5);
}

.green-theme .productHero {
  background-color: #A2AE4B;
  color: #fff;
}
.green-theme .productHero__overline {
  color: #FFFFAB;
}
.green-theme .productHero__intro a {
  border-bottom-color: #FFFFAB;
}
.green-theme .productHero__link {
  border-bottom-color: #FFFFAB;
}
.green-theme .productHero__link:hover {
  color: inherit;
  text-decoration: none;
}
.green-theme .productHero__image {
  -webkit-box-shadow: 0 15px 30px 0 rgba(213, 224, 122, 0.5);
          box-shadow: 0 15px 30px 0 rgba(213, 224, 122, 0.5);
}

.dark-green-theme .productHero {
  background-color: #4C834F;
  color: #fff;
}
.dark-green-theme .productHero__overline {
  color: #AAE5AB;
}
.dark-green-theme .productHero__intro a {
  border-bottom-color: #AAE5AB;
}
.dark-green-theme .productHero__link {
  border-bottom-color: #AAE5AB;
}
.dark-green-theme .productHero__link:hover {
  color: inherit;
  text-decoration: none;
}
.dark-green-theme .productHero__image {
  -webkit-box-shadow: 0 15px 30px 0 rgba(122, 179, 124, 0.5);
          box-shadow: 0 15px 30px 0 rgba(122, 179, 124, 0.5);
}

.orange-theme .productHero {
  background-color: #C26C3C;
  color: #fff;
}
.orange-theme .productHero__overline {
  color: #FFCC97;
}
.orange-theme .productHero__intro a {
  border-bottom-color: #FFCC97;
}
.orange-theme .productHero__link {
  border-bottom-color: #FFCC97;
}
.orange-theme .productHero__link:hover {
  color: inherit;
  text-decoration: none;
}
.orange-theme .productHero__image {
  -webkit-box-shadow: 0 15px 30px 0 rgba(249, 155, 104, 0.5);
          box-shadow: 0 15px 30px 0 rgba(249, 155, 104, 0.5);
}

.yellow-theme .productHero {
  background-color: #C8A440;
  color: #fff;
}
.yellow-theme .productHero__overline {
  color: #FFFFA0;
}
.yellow-theme .productHero__intro a {
  border-bottom-color: #FFFFA0;
}
.yellow-theme .productHero__link {
  border-bottom-color: #FFFFA0;
}
.yellow-theme .productHero__link:hover {
  color: inherit;
  text-decoration: none;
}
.yellow-theme .productHero__image {
  -webkit-box-shadow: 0 15px 30px 0 rgba(254, 213, 111, 0.5);
          box-shadow: 0 15px 30px 0 rgba(254, 213, 111, 0.5);
}

.teal-theme .productHero {
  background-color: #00766C;
  color: #fff;
}
.teal-theme .productHero__overline {
  color: #79D7CB;
}
.teal-theme .productHero__intro a {
  border-bottom-color: #79D7CB;
}
.teal-theme .productHero__link {
  border-bottom-color: #79D7CB;
}
.teal-theme .productHero__link:hover {
  color: inherit;
  text-decoration: none;
}
.teal-theme .productHero__image {
  -webkit-box-shadow: 0 15px 30px 0 rgba(69, 165, 154, 0.5);
          box-shadow: 0 15px 30px 0 rgba(69, 165, 154, 0.5);
}

.sfh-gradient .productHero {
  background: -webkit-linear-gradient(45deg, rgba(46, 0, 139, 0.2), rgba(227, 111, 130, 0.2), rgba(111, 180, 245, 0.2));
  background: -o-linear-gradient(45deg, rgba(46, 0, 139, 0.2), rgba(227, 111, 130, 0.2), rgba(111, 180, 245, 0.2));
  background: linear-gradient(45deg, rgba(46, 0, 139, 0.2), rgba(227, 111, 130, 0.2), rgba(111, 180, 245, 0.2));
  color: #252729;
}
.sfh-gradient .productHero__overline {
  color: #2F2F81;
}
.sfh-gradient .productHero__intro a {
  border-bottom-color: #7A5CB1;
  text-decoration: none;
  color: inherit;
}
.sfh-gradient .productHero__link {
  border-bottom-color: #7A5CB1;
}
.sfh-gradient .productHero__image {
  -webkit-box-shadow: 0 15px 30px 0 rgba(122, 92, 177, 0.5);
          box-shadow: 0 15px 30px 0 rgba(122, 92, 177, 0.5);
}
.sfh-gradient .productHero__button {
  background-color: #2F2F81 !important;
  color: #fff !important;
}
.sfh-gradient .productHero__button:hover {
  background-color: #7A5CB1 !important;
  color: #fff !important;
}

.singleHeader p {
  color: #fff;
  font-family: "din-2014";
  font-size: 20px;
  line-height: 28px;
}

.quote {
  width: 740px;
  max-width: 100%;
}
.quote.text-center {
  margin-left: auto;
  margin-right: auto;
}

.quote h5 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 32px;
  font-family: "din-2014";
  font-weight: 700;
  position: relative;
}

.quote p {
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 22px;
  color: #252729;
  font-family: "din-2014";
}

.team-member .quote {
  color: #00005D;
}

.light-blue-theme .quote {
  color: #6FB4F5;
}

.red-theme .quote {
  color: #E36F82;
}

.dark-blue-theme .quote {
  color: #6D76B5;
}

.green-theme .quote {
  color: #D5E07A;
}

.orange-theme .quote {
  color: #F99B68;
}

.yellow-theme .quote {
  color: #FED56F;
}

.teal-theme .quote {
  color: #45A59A;
}

.page-row {
  padding: 2em 0;
  overflow: hidden;
}

.no-bg {
  background-color: #FFF;
}

.homepage-light-purple {
  background-color: #EAEBEC;
}

.light-blue-theme .theme-row {
  background-color: #EAEBEC;
}

.red-theme .theme-row {
  background-color: #EAEBEC;
}

.dark-blue-theme .theme-row {
  background-color: #EAEBEC;
}

.dark-green-theme .theme-row {
  background-color: #EAEBEC;
}

.green-theme .theme-row {
  background-color: #EAEBEC;
}

.orange-theme .theme-row {
  background-color: #EAEBEC;
}

.yellow-theme .theme-row {
  background-color: #EAEBEC;
}

.teal-theme .theme-row {
  background-color: #EAEBEC;
}

.sfh-gradient .theme-row,
.sfh-gradient.page-row {
  background: #EAEBEC;
}

.theme-row {
  background: #EAEBEC;
}

.team-members img {
  max-width: 66.6%;
  height: auto;
}

.team-members h6 {
  color: #2F2F81;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 32px;
  padding: 10px 0 0 0;
  margin-bottom: 5px;
}

.team-members p {
  color: #252729;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 28px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .team-members p {
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .small-blocks .team-members .col-sm-3 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.video-block-wrapper .is-rounded {
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}

.video-block {
  position: relative;
}

.video-block__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 5px 15px -2px rgba(129, 137, 140, 0.5);
          box-shadow: 0 5px 15px -2px rgba(129, 137, 140, 0.5);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease, -o-transform 0.5s ease;
  border-radius: 100%;
}

.video-block iframe {
  width: 100%;
  border-radius: 0 0 15px 0;
}

.js-open-modal-btn img {
  width: 100%;
  height: auto;
}

.modal {
  background: rgba(0, 0, 93, 0.9);
}

.modal-dialog {
  max-width: 1200px;
  height: auto;
  margin: 4em auto;
}

.modal--video .responsive-embed {
  margin-bottom: 0;
}
.modal--video .modal-dialog {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.modal--video .modal-close {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  color: #fff;
  outline: none;
  font-size: 18px;
}
.modal--video .modal-close svg {
  margin-left: 10px;
}

.light-blue-theme .video-block__icon {
  fill: #32598A;
}
.light-blue-theme .video-block.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(50, 89, 138, 0.5);
          box-shadow: 0 15px 30px 0 rgba(50, 89, 138, 0.5);
}
.light-blue-theme .video-block.has-shadow ~ .video-block__secondary {
  -webkit-box-shadow: 0 15px 30px 0 rgba(50, 89, 138, 0.5);
          box-shadow: 0 15px 30px 0 rgba(50, 89, 138, 0.5);
}

.dark-blue-theme .video-block__icon {
  fill: #462669;
}
.dark-blue-theme .video-block.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(70, 38, 105, 0.5);
          box-shadow: 0 15px 30px 0 rgba(70, 38, 105, 0.5);
}
.dark-blue-theme .video-block.has-shadow ~ .video-block__secondary {
  -webkit-box-shadow: 0 15px 30px 0 rgba(70, 38, 105, 0.5);
          box-shadow: 0 15px 30px 0 rgba(70, 38, 105, 0.5);
}

.red-theme .video-block__icon {
  fill: #E36F82;
}
.red-theme .video-block.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(227, 111, 130, 0.5);
          box-shadow: 0 15px 30px 0 rgba(227, 111, 130, 0.5);
}
.red-theme .video-block.has-shadow ~ .video-block__secondary {
  -webkit-box-shadow: 0 15px 30px 0 rgba(227, 111, 130, 0.5);
          box-shadow: 0 15px 30px 0 rgba(227, 111, 130, 0.5);
}

.green-theme .video-block__icon {
  fill: #D5E07A;
}
.green-theme .video-block.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(213, 224, 122, 0.5);
          box-shadow: 0 15px 30px 0 rgba(213, 224, 122, 0.5);
}
.green-theme .video-block.has-shadow ~ .video-block__secondary {
  -webkit-box-shadow: 0 15px 30px 0 rgba(213, 224, 122, 0.5);
          box-shadow: 0 15px 30px 0 rgba(213, 224, 122, 0.5);
}

.dark-green-theme .video-block__icon {
  fill: #7AB37C;
}
.dark-green-theme .video-block.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(122, 179, 124, 0.5);
          box-shadow: 0 15px 30px 0 rgba(122, 179, 124, 0.5);
}
.dark-green-theme .video-block.has-shadow ~ .video-block__secondary {
  -webkit-box-shadow: 0 15px 30px 0 rgba(122, 179, 124, 0.5);
          box-shadow: 0 15px 30px 0 rgba(122, 179, 124, 0.5);
}

.orange-theme .video-block__icon {
  fill: #F99B68;
}
.orange-theme .video-block.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(249, 155, 104, 0.5);
          box-shadow: 0 15px 30px 0 rgba(249, 155, 104, 0.5);
}
.orange-theme .video-block.has-shadow ~ .video-block__secondary {
  -webkit-box-shadow: 0 15px 30px 0 rgba(249, 155, 104, 0.5);
          box-shadow: 0 15px 30px 0 rgba(249, 155, 104, 0.5);
}

.yellow-theme .video-block__icon {
  fill: #FED56F;
}
.yellow-theme .video-block.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(254, 213, 111, 0.5);
          box-shadow: 0 15px 30px 0 rgba(254, 213, 111, 0.5);
}
.yellow-theme .video-block.has-shadow ~ .video-block__secondary {
  -webkit-box-shadow: 0 15px 30px 0 rgba(254, 213, 111, 0.5);
          box-shadow: 0 15px 30px 0 rgba(254, 213, 111, 0.5);
}

.teal-theme .video-block__icon {
  fill: #45A59A;
}
.teal-theme .video-block.has-shadow {
  -webkit-box-shadow: 0 15px 30px 0 rgba(69, 165, 154, 0.5);
          box-shadow: 0 15px 30px 0 rgba(69, 165, 154, 0.5);
}
.teal-theme .video-block.has-shadow ~ .video-block__secondary {
  -webkit-box-shadow: 0 15px 30px 0 rgba(69, 165, 154, 0.5);
          box-shadow: 0 15px 30px 0 rgba(69, 165, 154, 0.5);
}

.video-block:hover .video-block__icon {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
       -o-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}

.video-block-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.video-block-wrapper .video-block__secondary {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  width: 100px;
  height: 100px;
  left: -10px;
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .video-block-wrapper .video-block__secondary {
    width: 150px;
    height: 150px;
    left: -30px;
    bottom: 30px;
  }
}
.video-block-wrapper .video-block__secondary img {
  max-width: 100%;
  display: block;
  margin: auto;
}

@media (min-width: 768px) {
  .col-sm-6:nth-child(odd) > .video-block-wrapper {
    margin-right: 16.66667%;
  }
  .col-sm-6:nth-child(odd) > .video-block-wrapper .video-block__secondary {
    left: auto;
    right: -30px;
  }
  .col-sm-6:nth-child(even) > .video-block-wrapper {
    margin-left: 16.66667%;
  }
}
.newsletterBlock {
  padding: 100px 0;
  color: #252729;
  background-color: #EAEBEC !important;
}

.newsletterBlock__title {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.4px;
  line-height: 56px;
  margin: 0;
  margin-bottom: 30px;
  color: #2f2f81;
}

.newsletterBlock__text {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  .newsletterBlock__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsletterBlock__icon {
  max-width: 100%;
  margin-left: auto;
  width: 100px;
}
@media (max-width: 767.98px) {
  .newsletterBlock__icon {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: -80px;
  }
}
@media (min-width: 768px) {
  .newsletterBlock__icon {
    width: 195px;
  }
}
.newsletterBlock__icon [id=Envelope-Back] {
  fill: #00005D;
}
.newsletterBlock__icon [id=Envelope-Title] {
  fill: #7A5CB1;
}
.newsletterBlock__icon [id=Envelope-White] {
  fill: #fff;
}
.newsletterBlock__icon [id=Envelope-Frame] {
  fill: #252729;
}

.newsletterBlock__formTitle {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 32px;
  margin-bottom: 30px;
  color: #2f2f81;
}

.newsletterBlock--primary {
  background-color: rgba(122, 92, 177, 0.2);
}
.newsletterBlock--primary .newsletterBlock__icon [id=Envelope-Back] {
  fill: #00005D;
}
.newsletterBlock--primary .newsletterBlock__icon [id=Envelope-Title] {
  fill: #7A5CB1;
}
.newsletterBlock--primary .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.newsletterBlock--primary .gform_wrapper textarea,
.newsletterBlock--primary .gform_wrapper select {
  border-bottom-color: #00005D;
}
.newsletterBlock--primary .gform_wrapper .gfield_checkbox > li input[type=radio]:checked ~ label:before,
.newsletterBlock--primary .gform_wrapper .gfield_checkbox > li input[type=checkbox]:checked ~ label:before,
.newsletterBlock--primary .gform_wrapper .gfield_radio > li input[type=radio]:checked ~ label:before,
.newsletterBlock--primary .gform_wrapper .gfield_radio > li input[type=checkbox]:checked ~ label:before {
  background-color: #00005D;
  border-color: #00005D;
}
.newsletterBlock--primary .gform_wrapper .gform_button {
  background-color: #2f2f81;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
}
.newsletterBlock--primary .gform_wrapper .gform_button:hover, .newsletterBlock--primary .gform_wrapper .gform_button:focus {
  background-color: #90278e;
}

.single-post .newsletterBlock,
.template-blog_listing .newsletterBlock {
  background-color: #EAEBEC;
}
.single-post .newsletterBlock__icon [id=Envelope-Back],
.template-blog_listing .newsletterBlock__icon [id=Envelope-Back] {
  fill: #462669;
}
.single-post .newsletterBlock__icon [id=Envelope-Title],
.template-blog_listing .newsletterBlock__icon [id=Envelope-Title] {
  fill: #2f2f81;
}
.single-post .newsletterBlock input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.single-post .newsletterBlock textarea,
.single-post .newsletterBlock select,
.template-blog_listing .newsletterBlock input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.template-blog_listing .newsletterBlock textarea,
.template-blog_listing .newsletterBlock select {
  border-bottom-color: #2f2f81;
}
.single-post .newsletterBlock .gfield_checkbox > li input[type=radio]:checked ~ label:before,
.single-post .newsletterBlock .gfield_checkbox > li input[type=checkbox]:checked ~ label:before,
.single-post .newsletterBlock .gfield_radio > li input[type=radio]:checked ~ label:before,
.single-post .newsletterBlock .gfield_radio > li input[type=checkbox]:checked ~ label:before,
.template-blog_listing .newsletterBlock .gfield_checkbox > li input[type=radio]:checked ~ label:before,
.template-blog_listing .newsletterBlock .gfield_checkbox > li input[type=checkbox]:checked ~ label:before,
.template-blog_listing .newsletterBlock .gfield_radio > li input[type=radio]:checked ~ label:before,
.template-blog_listing .newsletterBlock .gfield_radio > li input[type=checkbox]:checked ~ label:before {
  background-color: #2f2f81;
  border-color: #2f2f81;
}
.single-post .newsletterBlock .gform_button,
.template-blog_listing .newsletterBlock .gform_button {
  background-color: #2f2f81;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
}
.single-post .newsletterBlock .gform_button:hover, .single-post .newsletterBlock .gform_button:focus,
.template-blog_listing .newsletterBlock .gform_button:hover,
.template-blog_listing .newsletterBlock .gform_button:focus {
  background-color: #90278e;
}

.formBlock {
  color: #252729;
  padding-top: 30px;
  padding-bottom: 30px;
}
.formBlock .gform_button {
  background-color: #2f2f81;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
}
.formBlock .gform_button:hover {
  color: #fff;
  background-color: #90278e;
}
.formBlock .gfield_radio > li input[type=checkbox]:checked ~ label:before,
.formBlock .gfield_radio > li input[type=radio]:checked ~ label:before,
.formBlock .gfield_checkbox > li input[type=checkbox]:checked ~ label:before,
.formBlock .gfield_checkbox > li input[type=radio]:checked ~ label:before {
  background-color: #2f2f81;
  border-color: #2f2f81;
}

@media (max-width: 767.98px) {
  .formBlock__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.formBlock__heading {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.0083333333em;
  line-height: 1.1666666667;
  margin: 0;
  margin-bottom: 30px;
  color: #2f2f81;
}
@media (min-width: 768px) {
  .formBlock__heading {
    font-size: 48px;
  }
}

.formBlock__description {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .formBlock__description {
    font-size: 20px;
  }
}
.formBlock__description a {
  color: #2f2f81;
  font-weight: 700 !important;
  text-decoration: none;
  border-bottom: 3px solid #90278e;
}

.formBlock__icon {
  display: block;
  margin-left: auto;
  width: 230px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .formBlock__icon {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: -40px 0 20px auto;
    width: 150px;
  }
}

@media (min-width: 768px) {
  .formBlock--fullwidth .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .formBlock--fullwidth .gfield {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .formBlock--fullwidth .gfield.fullwidth {
    width: 100%;
  }
}

.gfield--type-honeypot {
  display: none !important;
}

.card_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
@media (max-width: 1200px) {
  .card_grid {
    gap: 15px;
  }
}
@media (max-width: 950px) {
  .card_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
  }
}
.card_grid--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.card_grid--centered > a,
.card_grid--centered > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.333% - 17px);
          flex: 0 1 calc(33.333% - 17px);
}
@media (max-width: 1200px) {
  .card_grid--centered {
    gap: 15px;
  }
  .card_grid--centered > a,
  .card_grid--centered > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.333% - 10px);
            flex: 0 1 calc(33.333% - 10px);
  }
}
@media (max-width: 950px) {
  .card_grid--centered > a,
  .card_grid--centered > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.small-blocks .card_grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}

.card_img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f2f81;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.img_overlay:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.card_wrapper {
  position: relative;
  height: 550px;
  border-radius: 5px;
  overflow: hidden;
}

.card_content {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
  height: 100%;
  width: 100%;
  padding: 20px;
  color: white;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}

.card-title {
  font-size: 30px;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50%;
  text-align: center;
}

.card-text {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  height: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}

.card-btn {
  color: white;
  text-decoration: underline;
  font-weight: 500;
  font-size: 18px;
  -webkit-transform: translateY(200px);
       -o-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.card-btn:hover {
  color: white !important;
}

.card_wrapper:hover .card-btn {
  -webkit-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
}

.btn-arrow {
  width: 20px;
  height: 20px;
}

.py-md {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.block-header {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  color: #2f2f81;
}
@media (min-width: 768px) {
  .block-header {
    font-size: 2.5rem;
  }
}

.block-wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.percentages {
  gap: 24px 0;
}
.percentages__value {
  font-size: 56px;
  font-weight: bold;
  line-height: 120%;
  color: #462669;
  border-bottom: 1px solid #000000;
}
.percentages__value--small {
  font-size: 22px;
  line-height: 140%;
}
.percentages__content {
  line-height: 140%;
}
.percentages__item {
  row-gap: 14px;
}

.call-to-action__inner {
  border-radius: 48px 0;
  overflow: hidden;
  color: white;
}
.call-to-action__content-wrap {
  padding: 28px 38px 34px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .call-to-action__content-wrap {
    padding: 48px 58px;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}
@media (min-width: 1200px) {
  .call-to-action__content-wrap {
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
  }
}
.call-to-action__content-inner {
  -ms-flex-preferred-size: 540px;
      flex-basis: 540px;
}
.call-to-action__content {
  margin-bottom: 16px;
}
.call-to-action__image-wrap {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  aspect-ratio: 16/9;
}
@media (min-width: 1200px) {
  .call-to-action__image-wrap {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}
.call-to-action__heading {
  font-size: 30px;
  line-height: 140%;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .call-to-action__heading {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .call-to-action__heading {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .small-blocks .call-to-action__content-wrap {
    padding: 28px 38px 34px;
  }
}
@media (min-width: 992px) {
  .small-blocks .call-to-action__heading {
    font-size: 34px;
  }
}

@media (max-width: 991.98px) {
  .two-col-content-block__content {
    margin-bottom: 40px;
  }
}

.small-blocks .two-col-content-block .block-btn {
  margin-left: 11px !important;
  margin-bottom: 16px !important;
}
.small-blocks .two-col-content-block .column-heading {
  font-size: 22px;
  margin-bottom: 0;
}
.small-blocks .two-col-content-block .column-subheading {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.related-content__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.related-content__card img {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-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, -o-transform 0.4s ease-in-out;
}
.related-content__card:hover {
  text-decoration: none;
}
.related-content__card:hover img {
  -webkit-transform: scale(1.15);
       -o-transform: scale(1.15);
          transform: scale(1.15);
}
.related-content__image > picture {
  overflow: hidden;
}
.related-content__content {
  padding: 20px 22px 25px;
  background-color: white;
  color: #2f2f81;
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.related-content__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 40px;
}
.related-content__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-weight: 600;
  margin-top: auto;
  padding: 10px 20px;
  background-color: #2f2f81;
  color: white;
  border: solid 2px #2f2f81;
  border-radius: 9999px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: inline-block;
}
.related-content__btn:hover {
  background-color: white;
  color: #2f2f81;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.no-bg .related-content__content {
  padding-left: 0;
  padding-right: 0;
}

/** Layouts */
.wysiwyg h1 {
  color: #2f2f81;
  font-family: "din-2014";
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 66px;
}

.wysiwyg h2 {
  color: #2f2f81;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 48px;
}

.wysiwyg h3 {
  color: #2f2f81;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 36px;
}

.wysiwyg h4 {
  color: #2f2f81;
  font-family: "din-2014";
  font-weight: 700;
  margin-top: 1em;
}

.wysiwyg p {
  font-family: "din-2014";
  letter-spacing: 0.2px;
  color: #252729;
}

.wysiwyg a {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #90278e;
  color: #252729;
}

.wysiwyg {
  margin-bottom: 30px;
}
.wysiwyg ul:not(.gform_fields, .gfield_radio) {
  list-style: none;
}
.wysiwyg ul:not(.gform_fields, .gfield_radio) li:before {
  content: "•";
  color: #90278e;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.wysiwyg ol:not(.gform_fields),
.wysiwyg ul:not(.gform_fields) {
  padding: 0;
  margin: 0 0 1rem 1.2rem;
}
.wysiwyg ol:not(.gform_fields) li,
.wysiwyg ul:not(.gform_fields) li {
  line-height: 22px;
}
.wysiwyg ol:not(.gform_fields) li + li,
.wysiwyg ul:not(.gform_fields) li + li {
  margin-top: 10px;
}
.wysiwyg .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.wysiwyg .gform_wrapper select {
  border-bottom-color: #90278e;
}
.wysiwyg .gform_wrapper textarea {
  border-color: #90278e;
}
.wysiwyg .gform_wrapper .gfield_radio > li input[type=checkbox]:checked ~ label:before,
.wysiwyg .gform_wrapper .gfield_radio > li input[type=radio]:checked ~ label:before,
.wysiwyg .gform_wrapper .gfield_checkbox > li input[type=checkbox]:checked ~ label:before,
.wysiwyg .gform_wrapper .gfield_checkbox > li input[type=radio]:checked ~ label:before {
  background-color: #90278e;
  border-color: #90278e;
}
.wysiwyg .gform_button {
  background-color: #2f2f81;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
}
.wysiwyg .gform_button:hover {
  color: #fff;
  background-color: #90278e;
}
.wysiwyg .ginput_container_select__arrow {
  fill: #2F2F81;
}
.wysiwyg .formBlock__description a {
  border-bottom-color: #2F2F81;
}
.wysiwyg img {
  height: auto;
}

.legal-content {
  padding-top: 4em;
  padding-bottom: 4em;
  font-size: 20px;
  line-height: 1.4;
}

.legal-content h1 {
  color: #2F2F81;
  font-family: "din-2014";
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -0.8px;
  line-height: 66px;
}

.legal-content h2 {
  color: #252729;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 48px;
}

.legal-content h3 {
  color: #252729;
  font-family: "din-2014";
  font-weight: 700;
  font-size: 36px;
}

.legal-content h4 {
  color: #252729;
  font-family: "din-2014";
  font-weight: 700;
  margin-top: 1em;
}

.legal-content p {
  font-family: "din-2014";
  letter-spacing: 0.2px;
  color: #252729;
}

.legal-content a {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #7A5CB1;
  color: #252729;
}

.legal-content ol:not(.gform_fields),
.legal-content ul:not(.gform_fields) {
  padding: 0;
  margin: 0 0 1rem 1.2rem;
}
.legal-content ol:not(.gform_fields) li,
.legal-content ul:not(.gform_fields) li {
  line-height: 1.2;
}
.legal-content ol:not(.gform_fields) li + li,
.legal-content ul:not(.gform_fields) li + li {
  margin-top: 10px;
}
.legal-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.legal-content .gform_wrapper select {
  border-bottom-color: #2F2F81;
}
.legal-content .gform_wrapper textarea {
  border-color: #2F2F81;
}
.legal-content .gform_wrapper .gfield_radio > li input[type=checkbox]:checked ~ label:before,
.legal-content .gform_wrapper .gfield_radio > li input[type=radio]:checked ~ label:before,
.legal-content .gform_wrapper .gfield_checkbox > li input[type=checkbox]:checked ~ label:before,
.legal-content .gform_wrapper .gfield_checkbox > li input[type=radio]:checked ~ label:before {
  background-color: #2F2F81;
  border-color: #2F2F81;
}
.legal-content .gform_button {
  background-color: #2F2F81;
  color: #fff;
  -webkit-box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
          box-shadow: 0 5px 15px -2px rgba(47, 47, 129, 0.5);
}
.legal-content .gform_button:hover {
  color: #fff;
  background-color: #90278e;
}
.legal-content .ginput_container_select__arrow {
  fill: #2F2F81;
}
.legal-content .formBlock__description a {
  border-bottom-color: #2F2F81;
}

.padding_top {
  padding-top: 64px;
}

.padding_bottom {
  padding-bottom: 64px;
}

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

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

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

.image-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.half-container {
  width: 50%;
}
@media (max-width: 767.98px) {
  .half-container {
    width: 100%;
  }
}

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

.right_segment {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.right_segment.imageBlock {
  margin-left: 100px;
}
@media (max-width: 767.98px) {
  .right_segment.imageBlock {
    margin-left: 0px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.alternator {
  gap: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body#tinymce {
  margin: 12px !important;
  padding: 0;
}

.mce-content-body ul, .mce-content-body ol {
  margin-left: 2em;
  margin-bottom: 30px;
}
.mce-content-body ul li + li, .mce-content-body ol li + li {
  margin-top: 10px;
}
.mce-content-body a {
  border-bottom: 1px solid #2F2F81;
}

/*# sourceMappingURL=main.css.map*/