/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.owl-carousel {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    -moz-backface-visibility: hidden;
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
}
.owl-carousel .owl-stage:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-backface-visibility: hidden;
    float: left;
    min-height: 1px;
    position: relative;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    padding: 0 !important;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    display: block;
    opacity: 0;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    background: #000;
    height: 100%;
    position: relative;
}
.owl-carousel .owl-video-play-icon {
    -webkit-backface-visibility: hidden;
    background: url(../images/7f01b07148f205f6e825.png) no-repeat;
    cursor: pointer;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    position: absolute;
    top: 50%;
    transition: transform 0.1s ease;
    width: 80px;
    z-index: 1;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
@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 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.col {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
html {
    text-size-adjust: 100%;
    font-family: sans-serif;
    line-height: 1.15;
}
body {
    margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    text-decoration-skip: objects;
    background-color: transparent;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    appearance: none;
}
::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
[hidden],
template {
    display: none;
}
body {
    -webkit-font-smoothing: antialiased;
    font: 16px sans-serif;
    line-height: 1.5;
    text-rendering: optimizelegibility;
}
input,
select,
table,
textarea {
    font: 100% sans-serif;
}
*,
:after,
:before {
    box-sizing: border-box;
}
input[type="radio"] {
    vertical-align: text-bottom;
}
input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}
button,
input[type="button"],
input[type="submit"],
label {
    cursor: pointer;
}
main {
    display: block;
}
.accessibility--component,
.screen-reader-text {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
.screen-reader-text:focus {
    background: #000;
    color: #fff;
    display: block;
    height: auto;
    padding: 1em;
    position: static;
    width: 100%;
}
a:active,
button:active,
html.no-touch a:hover,
html.no-touch button:hover {
    outline: none;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}
img {
    height: auto;
    width: 100%;
}
img.align-left,
img[align="left"] {
    margin-right: 16px;
}
img.align-right,
img[align="right"] {
    margin-left: 16px;
}
a {
    text-decoration: none;
}
li,
p {
    line-height: 1.5em;
}
p {
    margin: 0 0 16px;
    padding: 0;
}
* + p {
    margin-bottom: 16px;
    margin-top: 16px;
}
@media screen and (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media screen and (max-width: 992px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .hidden-sm-up {
        display: none;
    }
}
@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/8b43027f47b20503057d.eot?v=4.7.0);
    src:
        url(../fonts/8b43027f47b20503057d.eot#iefix&v=4.7.0) format("embedded-opentype"),
        url(../fonts/20fd1704ea223900efa9.woff2?v=4.7.0) format("woff2"),
        url(../fonts/f691f37e57f04c152e23.woff?v=4.7.0) format("woff"),
        url(../fonts/asset_dist/1e59d2330b4c6deb84b3.ttf?v=4.7.0) format("truetype"),
        url(../fonts/asset_dist/c1e38fd9e0e74ba58f7a.svg?v=4.7.0#fontawesomeregular) format("svg");
}
.fa {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    text-align: center;
    width: 1.2857142857em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.1428571429em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2.1428571429em;
    position: absolute;
    text-align: center;
    top: 0.1428571429em;
    width: 2.1428571429em;
}
.fa-li.fa-lg {
    left: -1.8571428571em;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-cog:before,
.fa-gear:before {
    content: "";
}
.fa-trash-o:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-file-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-arrow-circle-o-down:before {
    content: "";
}
.fa-arrow-circle-o-up:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-play-circle-o:before {
    content: "";
}
.fa-repeat:before,
.fa-rotate-right:before {
    content: "";
}
.fa-refresh:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-video-camera:before {
    content: "";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "";
}
.fa-pencil:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}
.fa-share-square-o:before {
    content: "";
}
.fa-check-square-o:before {
    content: "";
}
.fa-arrows:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-times-circle-o:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-h:before {
    content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-cogs:before,
.fa-gears:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-thumbs-o-up:before {
    content: "";
}
.fa-thumbs-o-down:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-heart-o:before {
    content: "";
}
.fa-sign-out:before {
    content: "";
}
.fa-linkedin-square:before {
    content: "";
}
.fa-thumb-tack:before {
    content: "";
}
.fa-external-link:before {
    content: "";
}
.fa-sign-in:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-lemon-o:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-square-o:before {
    content: "";
}
.fa-bookmark-o:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-feed:before,
.fa-rss:before {
    content: "";
}
.fa-hdd-o:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-hand-o-right:before {
    content: "";
}
.fa-hand-o-left:before {
    content: "";
}
.fa-hand-o-up:before {
    content: "";
}
.fa-hand-o-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-group:before,
.fa-users:before {
    content: "";
}
.fa-chain:before,
.fa-link:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-cut:before,
.fa-scissors:before {
    content: "";
}
.fa-copy:before,
.fa-files-o:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-floppy-o:before,
.fa-save:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-money:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-sort:before,
.fa-unsorted:before {
    content: "";
}
.fa-sort-desc:before,
.fa-sort-down:before {
    content: "";
}
.fa-sort-asc:before,
.fa-sort-up:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}
.fa-gavel:before,
.fa-legal:before {
    content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}
.fa-comment-o:before {
    content: "";
}
.fa-comments-o:before {
    content: "";
}
.fa-bolt:before,
.fa-flash:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-clipboard:before,
.fa-paste:before {
    content: "";
}
.fa-lightbulb-o:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-upload:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-bell-o:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cutlery:before {
    content: "";
}
.fa-file-text-o:before {
    content: "";
}
.fa-building-o:before {
    content: "";
}
.fa-hospital-o:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}
.fa-circle-o:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-folder-o:before {
    content: "";
}
.fa-folder-open-o:before {
    content: "";
}
.fa-smile-o:before {
    content: "";
}
.fa-frown-o:before {
    content: "";
}
.fa-meh-o:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-keyboard-o:before {
    content: "";
}
.fa-flag-o:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-chain-broken:before,
.fa-unlink:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-shield:before {
    content: "";
}
.fa-calendar-o:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-minus-square-o:before {
    content: "";
}
.fa-level-up:before {
    content: "";
}
.fa-level-down:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-pencil-square:before {
    content: "";
}
.fa-external-link-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "";
}
.fa-eur:before,
.fa-euro:before {
    content: "";
}
.fa-gbp:before {
    content: "";
}
.fa-dollar:before,
.fa-usd:before {
    content: "";
}
.fa-inr:before,
.fa-rupee:before {
    content: "";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "";
}
.fa-krw:before,
.fa-won:before {
    content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-text:before {
    content: "";
}
.fa-sort-alpha-asc:before {
    content: "";
}
.fa-sort-alpha-desc:before {
    content: "";
}
.fa-sort-amount-asc:before {
    content: "";
}
.fa-sort-amount-desc:before {
    content: "";
}
.fa-sort-numeric-asc:before {
    content: "";
}
.fa-sort-numeric-desc:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitbucket-square:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-long-arrow-down:before {
    content: "";
}
.fa-long-arrow-up:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}
.fa-sun-o:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-arrow-circle-o-right:before {
    content: "";
}
.fa-arrow-circle-o-left:before {
    content: "";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "";
}
.fa-dot-circle-o:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-try:before,
.fa-turkish-lira:before {
    content: "";
}
.fa-plus-square-o:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-spoon:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-automobile:before,
.fa-car:before {
    content: "";
}
.fa-cab:before,
.fa-taxi:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-file-pdf-o:before {
    content: "";
}
.fa-file-word-o:before {
    content: "";
}
.fa-file-excel-o:before {
    content: "";
}
.fa-file-powerpoint-o:before {
    content: "";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}
.fa-file-code-o:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "";
}
.fa-circle-o-notch:before {
    content: "";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "";
}
.fa-empire:before,
.fa-ge:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "";
}
.fa-paper-plane:before,
.fa-send:before {
    content: "";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-circle-thin:before {
    content: "";
}
.fa-header:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-sliders:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-newspaper-o:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bell-slash-o:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-eyedropper:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-area-chart:before {
    content: "";
}
.fa-pie-chart:before {
    content: "";
}
.fa-line-chart:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-cc:before {
    content: "";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "";
}
.fa-meanpath:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-diamond:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-facebook-official:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-bed:before,
.fa-hotel:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-y-combinator:before,
.fa-yc:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-sticky-note-o:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-hourglass-o:before {
    content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "";
}
.fa-hand-scissors-o:before {
    content: "";
}
.fa-hand-lizard-o:before {
    content: "";
}
.fa-hand-spock-o:before {
    content: "";
}
.fa-hand-pointer-o:before {
    content: "";
}
.fa-hand-peace-o:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-television:before,
.fa-tv:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-500px:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-calendar-plus-o:before {
    content: "";
}
.fa-calendar-minus-o:before {
    content: "";
}
.fa-calendar-times-o:before {
    content: "";
}
.fa-calendar-check-o:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-map-o:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-commenting:before {
    content: "";
}
.fa-commenting-o:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-credit-card-alt:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-pause-circle-o:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stop-circle-o:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-wheelchair-alt:before {
    content: "";
}
.fa-question-circle-o:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-volume-control-phone:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-sign-language:before,
.fa-signing:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}
.fa-handshake-o:before {
    content: "";
}
.fa-envelope-open:before {
    content: "";
}
.fa-envelope-open-o:before {
    content: "";
}
.fa-linode:before {
    content: "";
}
.fa-address-book:before {
    content: "";
}
.fa-address-book-o:before {
    content: "";
}
.fa-address-card:before,
.fa-vcard:before {
    content: "";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "";
}
.fa-user-circle:before {
    content: "";
}
.fa-user-circle-o:before {
    content: "";
}
.fa-user-o:before {
    content: "";
}
.fa-id-badge:before {
    content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}
.fa-quora:before {
    content: "";
}
.fa-free-code-camp:before {
    content: "";
}
.fa-telegram:before {
    content: "";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}
.fa-shower:before {
    content: "";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "";
}
.fa-podcast:before {
    content: "";
}
.fa-window-maximize:before {
    content: "";
}
.fa-window-minimize:before {
    content: "";
}
.fa-window-restore:before {
    content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}
.fa-bandcamp:before {
    content: "";
}
.fa-grav:before {
    content: "";
}
.fa-etsy:before {
    content: "";
}
.fa-imdb:before {
    content: "";
}
.fa-ravelry:before {
    content: "";
}
.fa-eercast:before {
    content: "";
}
.fa-microchip:before {
    content: "";
}
.fa-snowflake-o:before {
    content: "";
}
.fa-superpowers:before {
    content: "";
}
.fa-wpexplorer:before {
    content: "";
}
.fa-meetup:before {
    content: "";
}
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.theme__blue,
.theme__blue * {
    background: #6cf !important;
    color: #000098 !important;
}
.theme__blue * {
    fill: #000098;
    border-color: #000098 !important;
}
.theme__blue::input-placeholder {
    color: #000098;
}
.theme__blue::placeholder,
.theme__blue:placeholder {
    color: #000098;
}
.theme__blue:input-placeholder {
    color: #000098;
}
.theme__hivis,
.theme__hivis * {
    background: #000 !important;
    color: #ff0 !important;
}
.theme__hivis * {
    fill: #ff0;
    border-color: #ff0 !important;
}
.theme__hivis::input-placeholder {
    color: #ff0;
}
.theme__hivis::placeholder,
.theme__hivis:placeholder {
    color: #ff0;
}
.theme__hivis:input-placeholder {
    color: #ff0;
}
.theme__soft,
.theme__soft * {
    background: #cccc96 !important;
    color: #00009f !important;
}
.theme__soft * {
    fill: #00009f;
    border-color: #00009f !important;
}
.theme__soft::input-placeholder {
    color: #00009f;
}
.theme__soft::placeholder,
.theme__soft:placeholder {
    color: #00009f;
}
.theme__soft:input-placeholder {
    color: #00009f;
}
.theme__blue .button__normal,
.theme__hivis .button__normal,
.theme__soft .button__normal {
    background: url(../images/contrast-normal.svg) no-repeat 50% !important;
}
.theme__blue .button__blue,
.theme__hivis .button__blue,
.theme__soft .button__blue {
    background: url(../images/contrast-blue.svg) no-repeat 50% !important;
}
.theme__blue .button__hivis,
.theme__hivis .button__hivis,
.theme__soft .button__hivis {
    background: url(../images/contrast-hivis.svg) no-repeat 50% !important;
}
.theme__blue .button__soft,
.theme__hivis .button__soft,
.theme__soft .button__soft {
    background: url(../images/contrast-soft.svg) no-repeat 50% !important;
}
.theme__blue .triangle,
.theme__hivis .triangle,
.theme__soft .triangle {
    display: none !important;
}
dd {
    clear: both;
    margin-inline-start: 0 !important;
    padding-right: 10px;
}
dd,
dt {
    display: inline-block !important;
    float: left;
}
ul.menu {
    margin: 0;
}
ul.menu,
ul.nolist {
    list-style: none;
    padding: 0;
    position: relative;
}
.views-element-container ul.nolist li {
    margin-bottom: 40px;
}
.tpo-local-tasks {
    margin: 24px 0;
    padding: 0;
}
.tpo-local-tasks ul {
    padding: 0;
}
.tpo-local-tasks ul li {
    display: inline;
}
.tpo-local-tasks ul li a {
    background: #fff;
    border: 2px solid #005d8f;
    color: #005d8f;
    cursor: pointer;
    display: block;
    font-weight: 700;
    margin-bottom: 16px;
    padding: 8px 24px;
}
@media (min-width: 768px) {
    .tpo-local-tasks ul li a {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 16px;
    }
}
.tpo-local-tasks ul li a.is-active,
.tpo-local-tasks ul li a:hover {
    background: #005d8f;
    border-color: #005d8f;
    color: #fff;
}
.breadcrumbs {
    color: #666;
}
.breadcrumbs ol {
    font-size: 0.875em;
    line-height: 1.25em;
    list-style: none;
    padding: 0;
}
.breadcrumbs ol li {
    display: inline;
}
.breadcrumbs ol li a {
    color: #666;
}
.breadcrumbs ol li:after {
    content: " / ";
}
.breadcrumbs ol li:last-child:after {
    content: "";
}
ul.pager {
    margin: 40px 0 80px;
    padding: 0;
    text-align: center;
}
ul.pager li {
    list-style: none;
}
ul.pager__items {
    margin: 40px 0;
    padding: 0;
    text-align: center;
}
ul.pager__items li {
    display: inline-block;
    list-style: none;
    padding: 0 10px;
}
ul.pager__items li a {
    color: #005d8f;
}
ul.pager__items li a:hover {
    color: #d83913;
}
ul.pager__items li.is-active {
    font-weight: 700;
}
ul.checklist,
ul.crosslist {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.checklist li,
ul.crosslist li {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}
ul.checklist li:before,
ul.crosslist li:before {
    -webkit-font-smoothing: antialiased;
    border: 2px solid;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin-right: 20px;
    padding: 6px;
    text-rendering: auto;
}
ul.crosslist li:before {
    content: "";
    padding: 6px 8px;
}
ul.chevronlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.chevronlist li:before {
    -webkit-font-smoothing: antialiased;
    color: #0c828d;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    padding: 6px;
    text-rendering: auto;
}
.social-sharing li {
    margin-left: 10px;
}
.social-sharing li a {
    display: block;
    transition: all 0.5s;
}
.social-sharing li a:hover {
    transform: translateY(-10px);
}
ul.related-documents {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}
ul.related-documents li {
    align-items: baseline;
    display: flex;
    padding: 10px 0;
}
ul.related-documents .fa {
    color: #005d8f;
    margin-right: 10px;
}
ul.related-documents a {
    display: block;
}
body {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.2em;
}
.ck.ck-heading_heading1,
h1 {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2em;
}
.ck.ck-heading_heading2,
.h2,
h2 {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.section h2 {
    color: #005d8f;
    font-size: 2em;
    line-height: 1.125em;
    margin-bottom: 20px;
}
h2.heading_large {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.325em;
    margin-bottom: 0;
}
.ck.ck-heading_heading3,
.h3,
h3 {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
}
.ck.ck-heading_heading4,
h4 {
    font-size: 1.125em;
    line-height: 1.5em;
}
.ck.ck-heading_heading5,
h5 {
    font-size: 6.25em;
    line-height: 6.25em;
}
.bg__blue h1,
.bg__blue h2,
.bg__blue h3,
.bg__blue h4,
.bg__blue h5,
.bg__gradient_blue h1,
.bg__gradient_blue h2,
.bg__gradient_blue h3,
.bg__gradient_blue h4,
.bg__gradient_blue h5,
.bg__gradient_teal h1,
.bg__gradient_teal h2,
.bg__gradient_teal h3,
.bg__gradient_teal h4,
.bg__gradient_teal h5,
.bg__orange h1,
.bg__orange h2,
.bg__orange h3,
.bg__orange h4,
.bg__orange h5,
.bg__teal h1,
.bg__teal h2,
.bg__teal h3,
.bg__teal h4,
.bg__teal h5,
.two-box-blocks-full-width h1,
.two-box-blocks-full-width h2,
.two-box-blocks-full-width h3,
.two-box-blocks-full-width h4,
.two-box-blocks-full-width h5 {
    color: #fff;
}
a {
    color: #005d8f;
}
p a {
    color: #666;
}
p a:hover {
    opacity: 0.6;
}
.content li a {
    color: #666;
}
.content li a:hover {
    opacity: 0.6;
}
.accordion-panel li a,
.content li a,
.messages a,
.ui-tabs-panel li a,
.ui-widget-content .ui-tabs-panel a,
p a {
    color: #666;
    font-weight: 700;
    position: relative;
}
.blue_font {
    color: #005d8f !important;
}
.teal_font {
    color: #0c828d;
}
.orange_font {
    color: #d83913;
}
.small {
    font-size: 0.95em;
}
@media (min-width: 1640px) {
    .small {
        font-size: 0.9em;
    }
}
.xsmall {
    font-size: 0.9em;
}
@media (min-width: 1640px) {
    .xsmall {
        font-size: 0.8em;
    }
}
.bold {
    font-weight: 700;
}
.uppercase {
    text-transform: uppercase;
}
table {
    border-spacing: 0;
    display: block;
    overflow-x: auto;
}
table td {
    border-right: 1px solid rgba(19, 40, 86, 0.1);
    padding: 12px 10px;
}
table td:last-child {
    border-right: none;
}
table th {
    background: #005d8f;
    border-right: 1px solid rgba(19, 40, 86, 0.1);
    color: #fff;
    font-weight: 700;
    padding: 12px 10px;
}
table th:last-child {
    border-right: none;
}
table tr {
    background: #fff;
    color: #000;
}
table tr:nth-child(2n) {
    background: #ccdee9;
    color: #000;
}
.more-link a {
    border-top: 1px solid;
    color: #005d8f;
    padding-right: 40px;
    padding-top: 20px;
}
.btn {
    border: 2px solid;
    border-radius: 5px;
    color: #005d8f;
    display: inline-block;
    padding: 20px 30px;
    text-align: center;
    transition: all 0.5s;
}
.btn:focus,
.btn:hover {
    opacity: 1 !important;
}
.btn.btn_blue,
.btn:focus,
.btn:hover {
    background: #005d8f;
    border-color: #005d8f;
    color: #fff;
}
.btn.btn_blue:focus,
.btn.btn_blue:hover {
    background: #fff;
    color: #005d8f;
}
.btn.btn_teal {
    background: #fff;
    color: #0c828d;
}
.btn.btn_teal:focus,
.btn.btn_teal:hover {
    background: #0c828d;
    border-color: #0c828d;
    color: #fff;
}
.btn.btn_orange {
    background: #d83913;
    border-color: #d83913;
    color: #fff;
}
.btn.btn_orange:focus,
.btn.btn_orange:hover {
    background: #fff;
    color: #d83913;
}
.btn + .btn,
.button + .button {
    margin-top: 20px;
}
@media (min-width: 768px) {
    .btn + .btn,
    .button + .button {
        margin-left: 20px;
        margin-top: 0;
    }
}
p + .btn,
p > .btn {
    margin-top: 20px;
}
.bg__blue .btn:focus,
.bg__blue .btn:hover,
.bg__gradient_blue .btn:focus,
.bg__gradient_blue .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #005d8f;
}
.bg__gradient_teal .btn:focus,
.bg__gradient_teal .btn:hover,
.bg__teal .btn:focus,
.bg__teal .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #0c828d;
}
.bg__orange .btn:focus,
.bg__orange .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #d83913;
}
.download_btn {
    padding: 20px 50px 20px 30px;
    position: relative;
}
.download_btn:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    height: 35px;
    position: absolute;
    right: 10px;
    text-rendering: auto;
    top: 22px;
    width: 35px;
}
.pager .button {
    border: 2px solid;
    border-radius: 5px;
    color: #005d8f;
    font-weight: 700;
    padding: 16px 60px 16px 30px;
    position: relative;
    transition: all 0.5s;
}
.pager .button:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #005d8f;
    border-radius: 50%;
    color: #fff;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    height: 30px;
    padding-top: 7px;
    position: absolute;
    right: 16px;
    text-rendering: auto;
    top: 10px;
    width: 30px;
}
.pager .button:focus,
.pager .button:hover {
    background: #005d8f;
    border-color: #005d8f;
    color: #fff;
}
.pager .button:focus:after,
.pager .button:hover:after {
    background: #fff;
    color: #005d8f;
}
.news-archive .pager .button {
    color: #d83913;
}
.news-archive .pager .button:after {
    background: #d83913;
}
.news-archive .pager .button:focus,
.news-archive .pager .button:hover {
    background: #d83913;
    border-color: #d83913;
    color: #fff;
}
.news-archive .pager .button:focus:after,
.news-archive .pager .button:hover:after {
    background: #fff;
    color: #d83913;
}
.decisions-archive .pager .button {
    color: #0c828d;
}
.decisions-archive .pager .button:after {
    background: #0c828d;
}
.decisions-archive .pager .button:focus,
.decisions-archive .pager .button:hover {
    background: #0c828d;
    border-color: #0c828d;
    color: #fff;
}
.decisions-archive .pager .button:focus:after,
.decisions-archive .pager .button:hover:after {
    background: #fff;
    color: #0c828d;
}
.btn{
    background:white;
}
input,
select,
textarea {
    border: 1px solid #005d8f !important;
    border-radius: 12px !important;
    max-width: 100% !important;
    padding: 16px !important;
        width: 100%;
}
label.form-required:after,
span.form-required:after {
    content: "*";
}
.webform-submission-form input,
.webform-submission-form select,
.webform-submission-form textarea {
    border-color: #0c828d;
}
.webform-submission-form label {
    color: #0c828d;
    display: block;
    margin: 20px 0;
}
@media (min-width: 1200px) {
    .webform-submission-form label {
        font-size: 1.5em;
    }
}
.webform-submission-form .form-submit {
    background: #fff;
    color: #0c828d;
    font-size: 0.9em;
    font-weight: 700;
    padding: 16px 30px;
}
.webform-submission-form .form-submit:hover {
    background: #0c828d;
    border-color: #0c828d;
    color: #fff;
}
textarea {
    width: 100%;
}
.filter-group {
    color: #005d8f;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .filter-group {
        margin-bottom: 0;
    }
}
.filter-group .filter-group-body {
    display: none;
}
.filter-group fieldset {
    margin: 0;
}
.filter-group .form-item-keys,
.filter-group .form-item-tags {
    margin-bottom: 40px;
}
.filter-group .form-item-keys input,
.filter-group .form-item-tags input {
    width: 100%;
}
.filter-group .form-item-keys input::placeholder,
.filter-group .form-item-tags input::placeholder {
    color: #005d8f;
    font-style: italic;
}
.filter-group ::marker {
    content: "";
}
.filter-group ::-webkit-details-marker {
    display: none;
}
.filter-group details {
    list-style-type: none;
    margin-bottom: 20px;
}
.filter-group details summary {
    cursor: pointer;
    display: flex;
    font-size: 1.2em;
    padding-bottom: 20px;
    padding-right: 40px;
    position: relative;
}
.filter-group details summary:before,
.filter-group details summary:marker {
    content: "";
}
.filter-group details summary:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #005d8f;
    border-radius: 100%;
    color: #fff;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    height: 35px;
    padding-top: 8px;
    position: absolute;
    right: 0;
    text-align: center;
    text-rendering: auto;
    transition: all 0.5s;
    width: 35px;
}
.filter-group details[open] summary {
    color: #0c828d;
}
.filter-group details[open] summary:after {
    background: #0c828d;
    transform: rotate(-180deg);
}
@media (min-width: 1024px) {
    .filter-group .form-actions {
        align-items: start;
        display: flex;
    }
}
.filter-group .form-actions input {
    background: #fff;
    border: 2px solid #005d8f;
    color: #005d8f;
    font-size: 0.9em;
    font-weight: 700;
    padding: 16px 28px;
}
.filter-group .form-actions input:hover {
    background: #005d8f;
    border-color: #005d8f;
    color: #fff;
}
@media (max-width: 768px) {
    .filter-group .form-actions input {
        margin-left: 0;
        margin-right: 20px;
        margin-top: 20px;
    }
}
.filter-group .form-actions #edit-reset {
    opacity: 0.3;
}
.filter-group .form-checkboxes {
    margin: 20px 0;
}
.filter-group .form-checkboxes > ul {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}
@media (min-width: 768px) {
    .filter-group .form-checkboxes > ul {
        column-count: 2;
        margin-bottom: 0;
    }
}
.filter-group .form-checkboxes.bef-nested ul {
    column-count: unset;
    list-style: none;
}
.filter-group fieldset:nth-child(2) .form-checkboxes > ul {
    column-count: 1;
}
.filter-group .fieldset-legend {
    display: block;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.filter-group fieldset[id^="edit-outcome"] legend,
.filter-group fieldset[id^="edit-topic"] legend,
.filter-group fieldset[id^="edit-type"] legend {
    cursor: pointer;
    padding-bottom: 20px;
    padding-right: 40px;
    position: relative;
    width: 100%;
}
.filter-group fieldset[id^="edit-outcome"] legend .fieldset-legend,
.filter-group fieldset[id^="edit-topic"] legend .fieldset-legend,
.filter-group fieldset[id^="edit-type"] legend .fieldset-legend {
    font-size: 1.2em;
}
.filter-group fieldset[id^="edit-outcome"] legend:after,
.filter-group fieldset[id^="edit-topic"] legend:after,
.filter-group fieldset[id^="edit-type"] legend:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #005d8f;
    border-radius: 100%;
    color: #fff;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    height: 35px;
    padding-top: 8px;
    position: absolute;
    right: 0;
    text-align: center;
    text-rendering: auto;
    top: 0;
    transition: all 0.5s;
    width: 35px;
}
.filter-group fieldset[id^="edit-outcome"] legend[aria-expanded="true"]:after,
.filter-group fieldset[id^="edit-topic"] legend[aria-expanded="true"]:after,
.filter-group fieldset[id^="edit-type"] legend[aria-expanded="true"]:after {
    background: #0c828d;
    transform: rotate(-180deg);
}
.webform-ajax-form-wrapper label {
    display: block;
    padding-bottom: 5px;
}
.g-recaptcha {
    margin-top: 20px;
}
input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    position: absolute;
}
input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
    color: #0c828d;
}
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
    content: "";
}
input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
    border: 1px dotted;
    color: #0c828d;
}
.js-form-type-checkbox,
.js-form-type-radio {
    margin-bottom: 10px;
}
.js-form-type-checkbox label,
.js-form-type-radio label {
    font-size: 1em;
    padding-left: 25px;
    position: relative;
    vertical-align: middle;
}
.js-form-type-checkbox label:before,
.js-form-type-radio label:before {
    border: 1px solid;
    content: "";
    display: inline-block;
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1rem;
}
.js-form-type-checkbox label:after,
.js-form-type-radio label:after {
    border-bottom: 2px solid;
    border-left: 2px solid;
    display: inline-block;
    height: 5px;
    left: 4px;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 9px;
}
.js-form-type-checkbox.form-no-label,
.js-form-type-radio.form-no-label {
    margin-bottom: 20px;
}
.js-form-type-checkbox.form-no-label .description,
.js-form-type-radio.form-no-label .description {
    padding-left: 30px;
}
.js-form-type-checkbox.form-no-label input[type="checkbox"],
.js-form-type-radio.form-no-label input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    border: 1px solid #0c828d;
    border-radius: 0;
    color: #0c828d;
    display: inline-block;
    opacity: 1;
    padding: 9px;
}
.js-form-type-checkbox.form-no-label input[type="checkbox"]:checked:after,
.js-form-type-radio.form-no-label input[type="checkbox"]:checked:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    left: 0;
    position: absolute;
    text-rendering: auto;
    top: 0;
}
.js-form-type-radio label:before {
    border-radius: 50%;
}
@media (min-width: 400px) {
    .webform-options-display-three-columns,
    .webform-options-display-two-columns {
        margin: 20px 0 40px;
    }
    .webform-options-display-three-columns div.form-item label,
    .webform-options-display-two-columns div.form-item label {
        margin: 0;
    }
}
.webform-section {
    margin: 40px 0;
}
.form-item-sort-bef-combine {
    display: none;
}
.sortby {
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .sortby {
        margin-bottom: 0;
        position: absolute;
        right: 15px;
        top: -100px;
        z-index: 1;
    }
    .sortby .label {
        float: left;
        font-size: 1.5em;
        margin-right: 20px;
        margin-top: 14px;
    }
}
.sortby .sortby-toggle {
    background: #fff;
    margin-top: 20px;
    padding: 10px 30px;
    width: 100%;
}
@media (min-width: 768px) {
    .sortby .sortby-toggle {
        margin: 0;
        width: 330px;
    }
}
.sortby .sortby-toggle .fa {
    background: #005d8f;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    padding-top: 8px;
    text-align: center;
    transition: all 0.5s;
    width: 35px;
}
.sortby .sortby-toggle.open {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.sortby .sortby-toggle.open .fa {
    transform: rotate(-180deg);
}
.sortby .sortby-menu {
    background: #fff;
    border: 2px solid;
    border-radius: 12px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
}
@media (min-width: 768px) {
    .sortby .sortby-menu {
        float: right;
        width: 330px;
    }
}
.sortby .sortby-menu li {
    cursor: pointer;
    display: none;
    padding-bottom: 20px;
}
.sortby .sortby-menu li:last-child {
    padding-bottom: 0;
}
.sortby .sortby-menu li:hover {
    color: #0c828d;
}
.sortby .sortby-menu.open {
    height: 100%;
    opacity: 1;
    padding: 0 40px 40px;
}
.sortby .sortby-menu.open li {
    display: block;
}
.sortby .sortby-menu.open li:first-child {
    border-top: 1px solid;
    padding-top: 40px;
}
.webform-submission-website-feedback-form {
    padding: 28px 0;
}
.webform-submission-website-feedback-form .h2,
.webform-submission-website-feedback-form h2 {
    font-size: 1.8em;
}
.webform-submission-website-feedback-form label {
    color: #fff;
}
.webform-submission-website-feedback-form input {
    border-color: #fff;
}
.webform-submission-website-feedback-form a {
    font-weight: 400;
    text-decoration: underline;
}
.webform-submission-website-feedback-form .webform-type-radios label {
    border-width: 0 !important;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: middle;
}
.webform-submission-website-feedback-form .webform-type-radios label:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid;
    border-radius: 50%;
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    height: 37px;
    left: 0;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-rendering: auto;
    top: 0;
    width: 37px;
}
.webform-submission-website-feedback-form .webform-type-radios label:after {
    color: transparent !important;
}
.webform-submission-website-feedback-form .webform-type-radios legend {
    font-size: 1.8em;
}
@media (max-width: 1024px) {
    .webform-submission-website-feedback-form .webform-type-radios legend {
        display: block;
        float: none;
        margin: auto;
    }
}
.webform-submission-website-feedback-form .webform-type-radios input {
    opacity: 0;
    position: absolute;
}
.webform-submission-website-feedback-form .webform-type-radios .js-form-item + .js-form-item label:before {
    content: "";
    left: 40px;
}
.webform-submission-website-feedback-form input[type="checkbox"]:checked + label,
.webform-submission-website-feedback-form input[type="checkbox"]:checked + label:before,
.webform-submission-website-feedback-form input[type="checkbox"]:focus + label:before,
.webform-submission-website-feedback-form input[type="radio"]:checked + label,
.webform-submission-website-feedback-form input[type="radio"]:checked + label:before,
.webform-submission-website-feedback-form input[type="radio"]:focus + label:before {
    background: #fff;
    border-color: #fff;
    color: #0c828d;
}
.webform-submission-website-feedback-form .form-actions .form-submit {
    background: #0c828d;
    color: #fff;
    margin-top: 20px;
}
.webform-submission-website-feedback-form .form-actions .form-submit:focus,
.webform-submission-website-feedback-form .form-actions .form-submit:hover {
    background: #fff;
    border-color: #fff;
    color: #0c828d;
}
.webform-submission-website-feedback-form .close {
    border: 1px solid;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    height: 37px;
    padding-top: 4px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 37px;
}
.webform-submission-website-feedback-form .close:hover {
    background: #fff;
    border-color: #fff;
    color: #0c828d;
}
.webform-submission-website-feedback-form .webform-confirmation__message {
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 1024px) {
    .webform-submission-website-feedback-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper {
        text-align: center;
    }
    .webform-submission-website-feedback-form .form-composite.webform-fieldset--title-inline .fieldset-legend {
        line-height: 1em;
    }
}
label[for="analytics-accept"],
label[for="browsealoud-accept"] {
    margin-right: 20px;
}
fieldset.fieldset--plain {
    border: 0;
    margin: 0;
    padding: 0;
}
.views-exposed-form label[for="edit-keys"] {
    display: block;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.gov-form-modal,
.govuk-form {
    margin: 20px auto 40px;
}
.gov-form-modal a,
.govuk-form a {
    color: #007e88;
}
.gov-form-modal p,
.govuk-form p {
    color: #000;
}
@media (min-width: 40.0625em) {
    .gov-form-modal p,
    .govuk-form p {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.gov-form-modal ul,
.govuk-form ul {
    list-style-type: disc;
}
.gov-form-modal ul li,
.govuk-form ul li {
    color: #505a5f;
}
.gov-form-modal label,
.govuk-form label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
}
@media (min-width: 40.0625em) {
    .gov-form-modal label,
    .govuk-form label {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.gov-form-modal .js-form-type-party-at-fault-multiple > label,
.gov-form-modal .js-form-type-textarea label,
.gov-form-modal .legend,
.gov-form-modal legend,
.govuk-form .js-form-type-party-at-fault-multiple > label,
.govuk-form .js-form-type-textarea label,
.govuk-form .legend,
.govuk-form legend {
    color: #000;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.09375;
    margin-bottom: 15px;
    margin-top: 0;
}
.gov-form-modal .js-form-type-party-at-fault-multiple > label h1,
.gov-form-modal .js-form-type-textarea label h1,
.gov-form-modal .legend h1,
.gov-form-modal legend h1,
.govuk-form .js-form-type-party-at-fault-multiple > label h1,
.govuk-form .js-form-type-textarea label h1,
.govuk-form .legend h1,
.govuk-form legend h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.09375;
    margin-bottom: 0;
}
.gov-form-modal .js-form-type-party-at-fault-multiple > label.form-label--small,
.gov-form-modal .js-form-type-textarea label.form-label--small,
.gov-form-modal .legend.form-label--small,
.gov-form-modal legend.form-label--small,
.govuk-form .js-form-type-party-at-fault-multiple > label.form-label--small,
.govuk-form .js-form-type-textarea label.form-label--small,
.govuk-form .legend.form-label--small,
.govuk-form legend.form-label--small {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.gov-form-modal .description,
.govuk-form .description {
    color: #505a5f;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 15px;
}
@media (min-width: 40.0625em) {
    .gov-form-modal .description,
    .govuk-form .description {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.gov-form-modal .description .webform-element-description,
.govuk-form .description .webform-element-description {
    margin-top: -15px;
}
.gov-form-modal .js-form-type-radio .description .webform-element-description,
.govuk-form .js-form-type-radio .description .webform-element-description {
    margin-left: 50px;
    margin-top: -25px;
}
.gov-form-modal .default-file-upload-description,
.govuk-form .default-file-upload-description {
    display: none;
}
.gov-form-modal fieldset,
.govuk-form fieldset {
    border: 0;
    margin-inline-end: 0;
    margin-inline-start: 0;
    padding: 0;
    padding-block-end: 0;
    padding-block-start: 0;
    padding-inline-end: 0;
    padding-inline-start: 0;
}
.gov-form-modal fieldset legend,
.govuk-form fieldset legend {
    float: left;
}
.gov-form-modal fieldset .fieldset-wrapper,
.govuk-form fieldset .fieldset-wrapper {
    clear: both;
}
.gov-form-modal fieldset.address-label-wrapper,
.govuk-form fieldset.address-label-wrapper {
    margin-bottom: 20px;
    margin-top: -20px;
}
.gov-form-modal fieldset.address-label-wrapper legend,
.govuk-form fieldset.address-label-wrapper legend {
    font-size: 1rem;
    font-weight: 400;
}
@media (min-width: 40.0625em) {
    .gov-form-modal fieldset.address-label-wrapper legend,
    .govuk-form fieldset.address-label-wrapper legend {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.gov-form-modal fieldset.address-label-wrapper .edit-address,
.govuk-form fieldset.address-label-wrapper .edit-address {
    display: inline-block;
    margin-top: 10px;
}
.gov-form-modal fieldset.error,
.govuk-form fieldset.error {
    border-left: 5px solid #d4351c;
    padding-left: 15px;
}
.gov-form-modal fieldset.error .fieldset-wrapper > div:first-of-type,
.govuk-form fieldset.error .fieldset-wrapper > div:first-of-type {
    color: #d4351c;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
    .gov-form-modal fieldset.error .fieldset-wrapper > div:first-of-type,
    .govuk-form fieldset.error .fieldset-wrapper > div:first-of-type {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.gov-form-modal input[type="email"],
.gov-form-modal input[type="number"],
.gov-form-modal input[type="tel"],
.gov-form-modal input[type="text"],
.gov-form-modal select,
.gov-form-modal textarea,
.govuk-form input[type="email"],
.govuk-form input[type="number"],
.govuk-form input[type="tel"],
.govuk-form input[type="text"],
.govuk-form select,
.govuk-form textarea {
    appearance: none;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 1.25;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 5px;
    position: relative;
    width: 100%;
}
@media (min-width: 641px) {
    .gov-form-modal input[type="email"],
    .gov-form-modal input[type="number"],
    .gov-form-modal input[type="tel"],
    .gov-form-modal input[type="text"],
    .gov-form-modal select,
    .gov-form-modal textarea,
    .govuk-form input[type="email"],
    .govuk-form input[type="number"],
    .govuk-form input[type="tel"],
    .govuk-form input[type="text"],
    .govuk-form select,
    .govuk-form textarea {
        font-size: 1.185rem;
        line-height: 1.31579;
    }
}
.gov-form-modal input[type="email"].error,
.gov-form-modal input[type="number"].error,
.gov-form-modal input[type="tel"].error,
.gov-form-modal input[type="text"].error,
.gov-form-modal select.error,
.gov-form-modal textarea.error,
.govuk-form input[type="email"].error,
.govuk-form input[type="number"].error,
.govuk-form input[type="tel"].error,
.govuk-form input[type="text"].error,
.govuk-form select.error,
.govuk-form textarea.error {
    border-color: #d4351c;
    margin-bottom: 5px;
}
.gov-form-modal input[type="email"]:focus,
.gov-form-modal input[type="number"]:focus,
.gov-form-modal input[type="tel"]:focus,
.gov-form-modal input[type="text"]:focus,
.gov-form-modal select:focus,
.gov-form-modal textarea:focus,
.govuk-form input[type="email"]:focus,
.govuk-form input[type="number"]:focus,
.govuk-form input[type="tel"]:focus,
.govuk-form input[type="text"]:focus,
.govuk-form select:focus,
.govuk-form textarea:focus {
    box-shadow: inset 0 0 0 2px;
    outline: 3px solid #6e99a1;
    outline-offset: 0;
}
.gov-form-modal input[type="file"],
.govuk-form input[type="file"] {
    border: 0;
    margin-left: -15px;
}
.gov-form-modal input[type="radio"],
.govuk-form input[type="radio"] {
    opacity: 0;
    position: absolute;
}
.gov-form-modal input[type="radio"] + label,
.govuk-form input[type="radio"] + label {
    -webkit-font-smoothing: antialiased;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    margin: 0 0 10px;
    padding: 8px 0 10px 50px;
    touch-action: manipulation;
}
@media (min-width: 40.0625em) {
    .gov-form-modal input[type="radio"] + label,
    .govuk-form input[type="radio"] + label {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.gov-form-modal input[type="radio"] + label:before,
.govuk-form input[type="radio"] + label:before {
    background: transparent;
    border: 2px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.gov-form-modal input[type="radio"] + label:after,
.govuk-form input[type="radio"] + label:after {
    background: #000;
    border: 10px solid #000;
    border-radius: 50%;
    height: 0;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 0;
}
.gov-form-modal input[type="radio"]:checked + label,
.govuk-form input[type="radio"]:checked + label {
    color: #000;
}
.gov-form-modal input[type="radio"]:checked + label:after,
.govuk-form input[type="radio"]:checked + label:after {
    content: "";
}
.gov-form-modal input[type="radio"]:focus + label,
.govuk-form input[type="radio"]:focus + label {
    border: none;
    color: #000;
}
.gov-form-modal input[type="radio"]:focus + label:before,
.govuk-form input[type="radio"]:focus + label:before {
    border-width: 4px;
    box-shadow: 0 0 0 4px #6e99a1;
}
.gov-form-modal input[type="checkbox"]:focus + label,
.govuk-form input[type="checkbox"]:focus + label {
    border: none;
    color: #000;
}
.gov-form-modal input[type="checkbox"]:focus + label:before,
.govuk-form input[type="checkbox"]:focus + label:before {
    border-width: 4px;
    box-shadow: 0 0 0 4px #6e99a1;
}
.gov-form-modal .js-form-type-checkbox,
.govuk-form .js-form-type-checkbox {
    margin: 15px 0;
}
.gov-form-modal .js-form-type-checkbox label:before,
.govuk-form .js-form-type-checkbox label:before {
    top: 6px !important;
}
.gov-form-modal .js-webform-document-file,
.govuk-form .js-webform-document-file {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px !important;
}
.gov-form-modal .js-webform-document-file input,
.govuk-form .js-webform-document-file input {
    border: none;
}
.gov-form-modal .js-webform-document-file input.form-checkbox:checked + label:after,
.govuk-form .js-webform-document-file input.form-checkbox:checked + label:after {
    top: 10px;
}
.gov-form-modal .js-webform-document-file .js-form-file,
.govuk-form .js-webform-document-file .js-form-file {
    margin-left: -15px;
}
.gov-form-modal .js-webform-document-file .button,
.govuk-form .js-webform-document-file .button {
    margin-bottom: 0;
}
.gov-form-modal .js-form-type-processed-text,
.govuk-form .js-form-type-processed-text {
    color: #000;
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 15px;
}
@media (min-width: 40.0625em) {
    .gov-form-modal .js-form-type-processed-text,
    .govuk-form .js-form-type-processed-text {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.gov-form-modal .govuk-date-input__item,
.govuk-form .govuk-date-input__item {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
}
.gov-form-modal .govuk-date-input__item:nth-child(3n) input,
.govuk-form .govuk-date-input__item:nth-child(3n) input {
    max-width: 9ex;
}
.gov-form-modal .text-count-wrapper,
.govuk-form .text-count-wrapper {
    margin: -10px 0 20px;
}
.gov-form-modal .govuk-input--width-2,
.govuk-form .govuk-input--width-2 {
    max-width: 5.4ex;
}
.gov-form-modal label.form-required:after,
.gov-form-modal span.form-required:after,
.govuk-form label.form-required:after,
.govuk-form span.form-required:after {
    content: "";
}
.gov-form-modal .conditional--item,
.govuk-form .conditional--item {
    border: none;
    border-left: 4px solid #a4bbd6;
    margin-bottom: 20px;
    margin-left: 18px;
    margin-top: 20px;
    padding-left: 33px;
}
.gov-form-modal .conditional--item label,
.gov-form-modal .conditional--item legend,
.govuk-form .conditional--item label,
.govuk-form .conditional--item legend {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.11111;
}
@media (min-width: 40.0625em) {
    .gov-form-modal .conditional--item label,
    .gov-form-modal .conditional--item legend,
    .govuk-form .conditional--item label,
    .govuk-form .conditional--item legend {
        font-size: 1.2rem;
        line-height: 1.25;
    }
}
.gov-form-modal .conditional--item label.govuk-date-input__label,
.gov-form-modal .conditional--item legend.govuk-date-input__label,
.govuk-form .conditional--item label.govuk-date-input__label,
.govuk-form .conditional--item legend.govuk-date-input__label {
    font-size: 1rem;
    font-weight: 400;
}
@media (min-width: 40.0625em) {
    .gov-form-modal .conditional--item label.govuk-date-input__label,
    .gov-form-modal .conditional--item legend.govuk-date-input__label,
    .govuk-form .conditional--item label.govuk-date-input__label,
    .govuk-form .conditional--item legend.govuk-date-input__label {
        font-size: 1.125rem;
    }
}
.gov-form-modal .conditional--item label h1,
.gov-form-modal .conditional--item legend h1,
.govuk-form .conditional--item label h1,
.govuk-form .conditional--item legend h1 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.11111;
}
@media (min-width: 40.0625em) {
    .gov-form-modal .conditional--item label h1,
    .gov-form-modal .conditional--item legend h1,
    .govuk-form .conditional--item label h1,
    .govuk-form .conditional--item legend h1 {
        font-size: 1.2rem;
        line-height: 1.25;
    }
}
.gov-form-modal .conditional--item.radios--wrapper,
.govuk-form .conditional--item.radios--wrapper {
    margin-left: 18px;
    margin-top: -5px;
}
.gov-form-modal .form-item--error,
.govuk-form .form-item--error {
    border-left: 5px solid #d4351c;
    margin-bottom: 20px;
    padding-left: 15px;
}
.gov-form-modal .messages--error,
.govuk-form .messages--error {
    background-color: #fff;
    border-color: #d4351c;
    border-width: 5px;
    box-shadow: none;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 20px;
}
.gov-form-modal .messages--error:focus,
.govuk-form .messages--error:focus {
    outline: 3px solid #6e99a1;
}
.gov-form-modal .messages--error .item-list__comma-list,
.govuk-form .messages--error .item-list__comma-list {
    display: block;
    font-size: 1.5rem;
    margin-top: 20px;
}
.gov-form-modal .messages--error .item-list__comma-list li,
.govuk-form .messages--error .item-list__comma-list li {
    display: block;
    margin-bottom: 5px;
}
.gov-form-modal .messages--error .item-list__comma-list li:after,
.govuk-form .messages--error .item-list__comma-list li:after {
    content: "";
}
.gov-form-modal .messages--error .item-list__comma-list li a,
.govuk-form .messages--error .item-list__comma-list li a {
    color: #d4351c;
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 40.0625em) {
    .gov-form-modal .messages--error .item-list__comma-list li a,
    .govuk-form .messages--error .item-list__comma-list li a {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.gov-form-modal .messages--error .item-list__comma-list li a:hover,
.govuk-form .messages--error .item-list__comma-list li a:hover {
    color: #942514;
}
.gov-form-modal .form-item--error-message,
.govuk-form .form-item--error-message {
    clear: both;
    color: #d4351c;
    font-weight: 600;
    margin-top: 10px;
}
.gov-form-modal .form-actions,
.govuk-form .form-actions {
    margin-top: 20px;
}
@media (min-width: 40.0625em) {
    .gov-form-modal .form-actions,
    .govuk-form .form-actions {
        margin-top: 30px;
    }
}
.gov-form-modal .button,
.govuk-form .button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    appearance: none;
    background-color: #007e88;
    border: 2px solid transparent;
    border-radius: 0;
    box-shadow: 0 2px 0 #6e99a1;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1875;
    margin-bottom: 22px;
    margin-top: 0;
    padding: 8px 10px 7px;
    position: relative;
    width: 100%;
}
@media (min-width: 40.0625em) {
    .gov-form-modal .button,
    .govuk-form .button {
        font-size: 1.1875rem;
        line-height: 1;
        margin-bottom: 32px;
        width: auto;
    }
}
.gov-form-modal .button:first-child,
.govuk-form .button:first-child {
    margin-right: 10px;
}
.gov-form-modal .button:hover,
.govuk-form .button:hover {
    background-color: #6e99a1;
    border-color: #6e99a1;
    color: #000;
}
.gov-form-modal .button:focus,
.govuk-form .button:focus {
    border-color: #6e99a1;
    box-shadow: inset 0 0 0 1px #6e99a1;
    outline: 3px solid transparent;
}
.gov-form-modal .button:focus:not(:active):not(:hover),
.govuk-form .button:focus:not(:active):not(:hover) {
    background-color: #6e99a1;
    border-color: #6e99a1;
    box-shadow: 0 2px 0 #000;
    color: #000;
}
.gov-form-modal details,
.govuk-form details {
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 20px;
    margin-top: 30px;
}
@media (min-width: 40.0625em) {
    .gov-form-modal details,
    .govuk-form details {
        font-size: 1.1875rem;
        line-height: 1.31579;
        margin-bottom: 30px;
    }
}
.gov-form-modal details summary,
.govuk-form details summary {
    color: #0d6494;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
    text-decoration: underline;
}
.gov-form-modal details summary:focus,
.govuk-form details summary:focus {
    background-color: #6e99a1;
    box-shadow:
        0 -2px #6e99a1,
        0 4px #000;
    color: #000;
    outline: 3px solid transparent;
    text-decoration: none;
}
.gov-form-modal details summary:before,
.govuk-form details summary:before {
    border-bottom: 7px solid transparent;
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 12.124px;
    border-right: 0 solid transparent;
    border-top: 7px solid transparent;
    bottom: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: "";
    display: block;
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: -1px;
    width: 0;
}
.gov-form-modal details[open] > summary:before,
.govuk-form details[open] > summary:before {
    border-bottom: 0 solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 12.124px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    display: block;
    height: 0;
    width: 0;
}
.gov-form-modal details > summary:first-of-type,
.govuk-form details > summary:first-of-type {
    counter-increment: list-item 0;
    display: block;
    list-style: disclosure-closed inside;
}
.gov-form-modal details .webform-element-description,
.govuk-form details .webform-element-description {
    border-left: 5px solid #a4bbd6;
    color: #000;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 20px;
    padding: 15px 15px 15px 20px;
}
@media (min-width: 40.0625em) {
    .gov-form-modal details .webform-element-description,
    .govuk-form details .webform-element-description {
        font-size: 1.1875rem;
        line-height: 1.31579;
        margin-bottom: 30px;
    }
}
.gov-form-modal .govuk-hint,
.govuk-form .govuk-hint {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    clear: both;
    color: #505a5f;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
    .gov-form-modal .govuk-hint,
    .govuk-form .govuk-hint {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.govuk-table {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 20px;
    width: 100%;
}
@media (min-width: 40.0625em) {
    .govuk-table {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.31579;
        margin-bottom: 30px;
    }
}
.govuk-table__header {
    font-weight: 700;
}
.govuk-table__cell,
.govuk-table__header {
    border: none;
    border-bottom: 1px solid #b1b4b6;
    padding: 10px 20px 10px 0;
    text-align: left;
    vertical-align: top;
}
.govuk-table__cell:last-child,
.govuk-table__header:last-child {
    padding-right: 0;
}
.govuk-back-link {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.14286;
    margin-bottom: 60px;
    padding-left: 14px;
    position: relative;
}
@media (min-width: 40.0625em) {
    .govuk-back-link {
        font-size: 1rem;
        line-height: 1.25;
    }
}
.govuk-back-link:after {
    border: solid;
    border-color: #000;
    border-width: 1px 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 7px;
    left: 3px;
    margin: auto 0;
    position: absolute;
    top: 0;
    transform: rotate(225deg);
    width: 7px;
}
.govuk-back-link[href] {
    text-decoration: underline;
}
.govuk-back-link input {
    background: #fff !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 0.875rem !important;
    line-height: 1.14286 !important;
    margin-bottom: 0 !important;
    margin-left: -14px;
    padding-left: 12px !important;
    text-decoration: underline !important;
    text-underline-offset: 0.1em;
    width: auto !important;
}
@media (min-width: 40.0625em) {
    .govuk-back-link input {
        font-size: 1rem !important;
    }
}
.govuk-back-link input:focus {
    background-color: #6e99a1 !important;
    box-shadow:
        0 -2px #6e99a1,
        0 4px #000 !important;
    color: #000 !important;
    outline: 3px solid transparent;
    text-decoration: none !important;
}
.govuk-back-link input:hover {
    text-decoration-thickness: 3px !important;
}
.govuk-warning-text {
    margin-bottom: 20px;
    padding: 10px 0 10px 45px;
    position: relative;
}
@media (min-width: 40.0625em) {
    .govuk-warning-text {
        margin-bottom: 30px;
    }
}
.govuk-warning-text__icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #000;
    border: 3px solid #000;
    border-radius: 50%;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    left: 0;
    line-height: 29px;
    margin-top: -7px;
    min-height: 35px;
    min-width: 35px;
    position: absolute;
    text-align: center;
    user-select: none;
}
.govuk-main-wrapper {
    padding-bottom: 40px;
    padding-top: 40px;
}
@media (min-width: 40.0625em) {
    .govuk-main-wrapper {
        padding-top: 80px;
    }
}
.govuk-grid-row {
    margin-left: -15px;
    margin-right: -15px;
}
.govuk-grid-column-two-thirds-from-desktop {
    box-sizing: border-box;
    padding: 0 15px;
}
@media (min-width: 48.0625em) {
    .govuk-grid-column-two-thirds-from-desktop {
        float: left;
    }
}
.govuk-summary-list {
    color: #000;
    display: table;
    table-layout: fixed;
    width: 100%;
}
@media (min-width: 40.0625em) {
    .govuk-summary-list {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.govuk-summary-list ul {
    margin: 0;
    padding-left: 20px;
}
.govuk-summary-list ul li {
    margin-bottom: 5px;
}
.govuk-summary-list__row {
    border-bottom: 1px solid #b1b4b6;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 40.0525em) {
    .govuk-summary-list__row {
        flex-direction: column;
        margin-bottom: 15px;
    }
}
.govuk-summary-list__key {
    word-wrap: break-word;
    font-weight: 700;
    margin-bottom: 5px;
    overflow-wrap: break-word;
}
@media (min-width: 40.0625em) {
    .govuk-summary-list__key {
        padding-bottom: 10px;
        padding-right: 20px;
        padding-top: 10px;
        width: 30%;
    }
}
.govuk-summary-list__value {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media (min-width: 40.0625em) {
    .govuk-summary-list__value {
        padding-bottom: 10px;
        padding-right: 20px;
        padding-top: 10px;
        width: 50%;
    }
}
@media (max-width: 40.0525em) {
    .govuk-summary-list__value {
        margin-bottom: 15px;
    }
}
@media (min-width: 40.0625em) {
    .govuk-summary-list__actions {
        padding-bottom: 10px;
        padding-right: 20px;
        padding-top: 10px;
        text-align: right;
        width: 20%;
    }
}
.govuk-summary-list__actions-list-item {
    display: inline;
    margin-right: 10px;
    padding-right: 10px;
}
h1.govuk-heading-l {
    font-size: 1.5rem;
    line-height: 1.04167;
    margin-bottom: 20px;
}
h1.govuk-heading-l,
h2.govuk-heading-m {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    display: block;
    font-weight: 700;
    margin-top: 0;
}
h2.govuk-heading-m {
    font-size: 1.125rem;
    line-height: 1.11111;
    margin-bottom: 15px;
}
@media (min-width: 40.0625em) {
    h2.govuk-heading-m {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
.govuk-notification-banner {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #007e88;
    border: 5px solid #007e88;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 30px;
}
@media (min-width: 1024px) {
    .govuk-notification-banner {
        width: 82%;
    }
}
.govuk-notification-banner__header {
    border-bottom: 1px solid transparent;
    padding: 2px 15px 5px;
}
.govuk-notification-banner__title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}
@media (min-width: 40.0625em) {
    .govuk-notification-banner__title {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.govuk-notification-banner__content {
    background-color: #fff;
    color: #000;
    padding: 15px;
}
.govuk-notification-banner__heading {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.11111;
    margin: 0 0 15px;
    padding: 0;
}
@media (min-width: 40.0625em) {
    .govuk-notification-banner__heading {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
.govuk-notification-banner__link:focus {
    background-color: #6e99a1;
    box-shadow:
        0 -2px #6e99a1,
        0 4px #000;
    color: #000;
    outline: 3px solid transparent;
    text-decoration: none;
}
.govuk-\!-margin-bottom-9 {
    margin-bottom: 40px !important;
}
@media (min-width: 40.0625em) {
    .govuk-\!-margin-bottom-9 {
        margin-bottom: 60px !important;
    }
}
.gov-form-modal {
    padding: 30px 20px 0;
    top: 30% !important;
}
@media (min-width: 40.0625em) {
    .gov-form-modal {
        width: 40% !important;
    }
}
.gov-form-modal h2 {
    font-size: 1.5rem;
}
.gov-form-modal p {
    color: #505a5f;
}
@media (min-width: 40.0625em) {
    .gov-form-modal p {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.pensions-form .messages--warning {
    margin-top: 100px !important;
}
.pensions-form [name="supporting_documentation_files_upload_button"] {
    display: none !important;
}
.pensions-form .tableresponsive-toggle-columns {
    margin-top: 30px;
}
.pensions-form #block-tpo-content {
    width: 100%;
}
@media (min-width: 1024px) {
    .pensions-form #block-tpo-content {
        width: 75%;
    }
}
.pensions-form.pensions-form-confirmation .govuk-grid-column-two-thirds {
    width: 100% !important;
}
.pensions-form.pensions-form-confirmation .govuk-panel--confirmation {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
}
@media (min-width: 40.0625em) {
    .pensions-form.pensions-form-confirmation .govuk-panel--confirmation {
        width: 40%;
    }
}
.pensions-form.pensions-form-confirmation .govuk-panel--confirmation .govuk-panel__title {
    text-align: center;
    width: 200px;
}
.pensions-form .govuk-width-container .govuk-grid-column-two-thirds {
    width: 100%;
}
.pensions-form .webform-confirmation .govuk-panel--confirmation {
    background: #007e88;
    color: #fff;
    font-weight: 600;
    margin: 50px auto 20px;
    padding: 30px;
}
.pensions-form .webform-confirmation .govuk-panel--confirmation h1 {
    font-weight: 600 !important;
}
.pensions-form .webform-confirmation .govuk-panel__body {
    font-size: 20px;
}
.pensions-form .webform-confirmation__back {
    display: none;
}
.pensions-form .messages {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
}
@media (min-width: 1024px) {
    .pensions-form .messages {
        width: 60%;
    }
}
.pensions-form .messages--warning {
    background-color: #fff;
    border-color: #d83913;
    border-width: 5px;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-weight: 400;
    padding-top: 20px;
}
@media (min-width: 40.0625em) {
    .pensions-form .messages--warning {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.pensions-form .messages--warning:focus {
    outline: 3px solid #f4daa6;
}
.pensions-form .messages--warning a {
    color: #e09600;
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 40.0625em) {
    .pensions-form .messages--warning a {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.pensions-form .messages--warning a:hover {
    color: #734c00;
}
.pensions-form .messages--status {
    background-color: #fff;
    border-color: #007e88;
    border-width: 5px;
    box-shadow: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-weight: 400;
    padding-top: 20px;
}
@media (min-width: 40.0625em) {
    .pensions-form .messages--status {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.pensions-form .messages--status:focus {
    outline: 3px solid #6e99a1;
}
.pensions-form .messages--status a {
    color: #007e88;
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 40.0625em) {
    .pensions-form .messages--status a {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.pensions-form .messages--status a:hover {
    color: #6e99a1;
}
.pensions-form .messages--error {
    background-color: #fff;
    border-color: #d4351c;
    border-width: 5px;
    box-shadow: none;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 20px;
}
.pensions-form .messages--error:focus {
    outline: 3px solid #6e99a1;
}
.pensions-form .messages--error .item-list__comma-list {
    display: block;
    font-size: 1.5rem;
    margin-top: 20px;
}
.pensions-form .messages--error .item-list__comma-list li {
    display: block;
    margin-bottom: 5px;
}
.pensions-form .messages--error .item-list__comma-list li:after {
    content: "";
}
.pensions-form .messages--error .item-list__comma-list li a {
    color: #d4351c;
    font-size: 16px;
    font-weight: 400;
}
@media (min-width: 40.0625em) {
    .pensions-form .messages--error .item-list__comma-list li a {
        font-size: 1.1875rem;
        line-height: 1.31579;
    }
}
.pensions-form .messages--error .item-list__comma-list li a:hover {
    color: #942514;
}
.webform-submission-per-occ-pensions-complaint-form-form [data-webform-key="page_001"] {
    margin-top: 120px;
}
.webform-submission-per-occ-pensions-complaint-form-form [name="supporting_documentation_files_upload_button"] {
    display: none !important;
}
.webform-submission-per-occ-pensions-complaint-form-form .manual-address {
    display: block;
    margin-bottom: 15px;
    margin-top: -15px;
}
.webform-submission-per-occ-pensions-complaint-form-form.page-2 .webform-button--preview,
.webform-submission-per-occ-pensions-complaint-form-form.page-4 .webform-button--preview {
    display: none !important;
}
.webform-submission-per-occ-pensions-complaint-form-form.page-31 .govuk-back-link {
    left: 15px;
    position: absolute;
    top: -200px;
}
@media (min-width: 1200px) {
    .webform-submission-per-occ-pensions-complaint-form-form.page-31 .govuk-back-link {
        top: -170px;
    }
}
.webform-submission-per-occ-pensions-complaint-form-form [id="edit-have-you-suffered-any-financial-loss---wrapper"] h1,
.webform-submission-per-occ-pensions-complaint-form-form
    [id="edit-have-you-suffered-any-financial-loss---wrapper"]
    legend,
.webform-submission-per-occ-pensions-complaint-form-form [id="edit-when-did-you-first-become-aware-of-the-problem"] h1,
.webform-submission-per-occ-pensions-complaint-form-form
    [id="edit-when-did-you-first-become-aware-of-the-problem"]
    legend,
.webform-submission-per-occ-pensions-complaint-form-form
    [id="edit-would-you-like-to-participate-customer-surveys---wrapper"]
    h1,
.webform-submission-per-occ-pensions-complaint-form-form
    [id="edit-would-you-like-to-participate-customer-surveys---wrapper"]
    legend {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.messages {
    word-wrap: break-word;
    background: no-repeat 10px 17px;
    border: 1px solid;
    border-left: 0 solid;
    border-radius: 2px;
    margin-bottom: 20px;
    overflow-wrap: break-word;
    padding: 15px 20px 15px 35px;
}
[dir="rtl"] .messages {
    background-position: right 10px top 17px;
    border-width: 1px 0 1px 1px;
    padding-left: 20px;
    padding-right: 35px;
    text-align: right;
}
.messages + .messages {
    margin-top: 1.538em;
}
.messages__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.messages__item + .messages__item {
    margin-top: 0.769em;
}
.messages--status {
    background-color: #f3faef;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    box-shadow: -8px 0 0 #77b259;
    color: #325e1c;
}
[dir="rtl"] .messages--status {
    border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
    box-shadow: 8px 0 0 #77b259;
    margin-left: 0;
}
.messages--warning {
    background-color: #fdf8ed;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
    box-shadow: -8px 0 0 #e09600;
    color: #734c00;
}
[dir="rtl"] .messages--warning {
    border-color: #f4daa6 transparent #f4daa6 #f4daa6;
    box-shadow: 8px 0 0 #e09600;
}
.messages--error {
    background-color: #fcf4f2;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    box-shadow: -8px 0 0 #e62600;
    color: #a51b00;
}
[dir="rtl"] .messages--error {
    border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
    box-shadow: 8px 0 0 #e62600;
}
.messages--error p.error {
    color: #a51b00;
}
.modal {
    -webkit-overflow-scrolling: touch;
    background: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
    display: none;
    height: auto;
    left: 50%;
    max-height: 95%;
    max-width: 1088px;
    overflow: auto;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 100;
}
@media only screen and (max-height: 800px) {
    .modal {
        max-height: 95%;
    }
}
@media only screen and (max-width: 1200px) {
    .modal {
        max-width: 90%;
    }
}
.modal-overlay {
    background: hsla(0, 0%, 40%, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
}
.modal--quiz {
    border: 3px solid #0c828d;
    border-radius: 2px;
    padding: 40px 35px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz {
        padding: 30px 35px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz {
        padding: 30px 35px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz {
        padding: 20px;
    }
}
.modal--quiz .modal-header .restart-btn {
    color: #0c828d;
    font-size: 1.5em;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-header .restart-btn {
        font-size: 1.3em;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-header .restart-btn {
        font-size: 1.1em;
    }
}
.modal--quiz .modal-header .restart-btn .icon-restart {
    background-repeat: no-repeat;
    background-size: 26px;
    display: inline-block;
    height: 26px;
    margin-right: 5px;
    vertical-align: middle;
    width: 26px;
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-header .restart-btn .icon-restart {
        background-size: 17px;
        height: 17px;
        width: 17px;
    }
}
.modal--quiz .modal-header .close-btn {
    color: #0c828d;
    font-size: 1.5em;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-header .close-btn {
        font-size: 1.3em;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-header .close-btn {
        font-size: 1.1em;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.modal--quiz .fade-in {
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-name: fade-in;
}
.modal--quiz .modal-body {
    -webkit-overflow-scrolling: touch;
    margin-bottom: 40px;
    margin-right: 50px;
    margin-top: 40px;
    max-height: calc(100vh - 400px);
    max-width: 1024px;
    min-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 60px;
    width: 100%;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-body {
        margin-bottom: 30px;
        margin-top: 30px;
        max-height: calc(100vh - 300px);
        min-height: 230px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-body {
        max-height: calc(100vh - 300px);
        min-height: 230px;
        padding: 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-body {
        margin-bottom: 30px;
        margin-top: 15px;
        max-height: calc(100vh - 270px);
        padding: 0 20px 0 0;
    }
}
.modal--quiz .modal-title {
    color: #000;
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 40px;
    max-width: 600px;
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-title {
        font-size: 1.8em;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-title {
        font-size: 1.5em;
        margin-bottom: 30px;
    }
}
.modal--quiz .modal-title--error {
    color: #d83913;
    max-width: 100%;
    text-align: center;
}
.modal--quiz .modal-title-image {
    float: right;
    margin-right: 15px;
    max-width: 80px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-title-image {
        max-width: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-title-image {
        float: none;
        margin: 0 auto 10px;
        max-width: 40px;
    }
    .modal--quiz .answer-butons-group {
        margin-top: 20px;
    }
}
.modal--quiz .answer-butons-group .btn_answer {
    border-radius: 2px;
    border-width: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 1.3em;
    margin-bottom: 15px;
    margin-left: 0;
    overflow: hidden;
    padding: 15px 20px;
    text-align: left;
    width: 100%;
}
.modal--quiz .answer-butons-group .btn_answer:last-of-type {
    margin-bottom: 0;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .answer-butons-group .btn_answer {
        font-size: 0.8em;
        margin-bottom: 10px;
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .answer-butons-group .btn_answer {
        font-size: 0.8em;
        margin-bottom: 10px;
        padding: 10px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .answer-butons-group .btn_answer {
        font-size: 0.85em;
        margin-bottom: 10px;
        padding: 10px 20px;
    }
}
.modal--quiz .answer-butons-group .btn_answer .vote-icon {
    display: inline-block;
    height: 29px;
    position: relative;
    right: 15%;
    vertical-align: middle;
    width: 29px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .answer-butons-group .btn_answer .vote-icon {
        height: 27px;
        width: 27px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .answer-butons-group .btn_answer .vote-icon {
        height: 27px;
        width: 27px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .answer-butons-group .btn_answer .vote-icon {
        height: 25px;
        width: 25px;
    }
}
.modal--quiz .answer-butons-group .btn_answer .vote-icon--yes {
    background-position: 0 -13px;
    background-size: 56px;
    filter: brightness(1);
    top: -2px;
    transition-duration: 0.2s;
    transition-property:
        -moz-filter,
        -ms-filter,
        -o-filter,
        -webkit-filter,
        filter;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .answer-butons-group .btn_answer .vote-icon--yes {
        background-size: 52px;
        top: 0;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .answer-butons-group .btn_answer .vote-icon--yes {
        background-size: 52px;
        top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .answer-butons-group .btn_answer .vote-icon--yes {
        background-size: 49px;
        top: 0;
    }
}
.modal--quiz .answer-butons-group .btn_answer .vote-icon--no {
    background-position: 29px -13px;
    background-size: 56px;
    filter: brightness(1);
    right: 16%;
    top: -2px;
    transition-duration: 0.2s;
    transition-property:
        -moz-filter,
        -ms-filter,
        -o-filter,
        -webkit-filter,
        filter;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .answer-butons-group .btn_answer .vote-icon--no {
        background-position: 27px -13px;
        background-size: 52px;
        top: 0;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .answer-butons-group .btn_answer .vote-icon--no {
        background-position: 27px -13px;
        background-size: 49px;
        top: 0;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .answer-butons-group .btn_answer .vote-icon--no {
        background-position: 25px -13px;
        background-size: 49px;
        top: 0;
    }
}
.modal--quiz .answer-butons-group .btn_answer:hover .vote-icon--no,
.modal--quiz .answer-butons-group .btn_answer:hover .vote-icon--yes {
    filter: brightness(100);
    transition-duration: 0.2s;
    transition-property:
        -moz-filter,
        -ms-filter,
        -o-filter,
        -webkit-filter,
        filter;
}
.modal--quiz .answer-butons-group .btn_answer--start-button {
    left: -8%;
    margin: 0 auto;
    position: relative;
    width: auto;
}
@media only screen and (max-width: 767px) {
    .modal--quiz .answer-butons-group .btn_answer--start-button {
        left: 0;
    }
}
.modal--quiz .answer-butons-group .btn_auto {
    margin: 0 auto;
    width: auto;
}
.modal--quiz .answer-butons-group .btn_answer--center {
    text-align: center;
}
.modal--quiz .answer-butons-group .btn_answer--half {
    display: inline-block;
    margin: 0 10px;
    width: 45%;
}
@media only screen and (max-width: 767px) {
    .modal--quiz .answer-butons-group .btn_answer--half {
        display: block;
        margin: 0 0 15px;
        width: 100%;
    }
}
.modal--quiz .btn_answer {
    background: transparent;
    border-color: #d83913;
    color: #000;
}
.modal--quiz .btn_answer:focus,
.modal--quiz .btn_answer:hover {
    background: #d83913;
    color: #fff;
}
.modal--quiz .modal-content-inside {
    padding-bottom: 30px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-content-inside {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-content-inside {
        min-height: 100%;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-content-inside {
        min-height: 100%;
        padding-bottom: 0;
    }
}
.modal--quiz .modal-content-inside .modal-textearea {
    color: #000;
    padding-bottom: 30px;
}
.modal--quiz .modal-content-inside .modal-textearea * {
    color: #000;
}
.modal--quiz .modal-content-inside .modal-textearea h1 {
    font-size: 2.2em;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-content-inside .modal-textearea h1 {
        font-size: 2em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-content-inside .modal-textearea h1 {
        font-size: 2em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-content-inside .modal-textearea h1 {
        font-size: 1.8em;
    }
}
.modal--quiz .modal-content-inside .modal-textearea h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-content-inside .modal-textearea h2 {
        font-size: 1.6em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-content-inside .modal-textearea h2 {
        font-size: 1.6em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-content-inside .modal-textearea h2 {
        font-size: 1.5em;
    }
}
.modal--quiz .modal-content-inside .modal-textearea h3 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-content-inside .modal-textearea h3 {
        font-size: 1.6em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-content-inside .modal-textearea h3 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-content-inside .modal-textearea h3 {
        font-size: 1.3em;
    }
}
.modal--quiz .modal-content-inside .modal-textearea h4 {
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-content-inside .modal-textearea h4 {
        font-size: 1.4em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-content-inside .modal-textearea h4 {
        font-size: 1.4em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-content-inside .modal-textearea h4 {
        font-size: 1.3em;
    }
}
.modal--quiz .modal-content-inside .modal-textearea h5 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-content-inside .modal-textearea h5 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-content-inside .modal-textearea h5 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-content-inside .modal-textearea h5 {
        font-size: 1.2em;
    }
}
.modal--quiz .modal-content-inside .modal-textearea h6 {
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-content-inside .modal-textearea h6 {
        font-size: 1em;
    }
}
.modal--quiz .modal-content-inside .modal-textearea a:not(.btn),
.modal--quiz .modal-content-inside .modal-textearea blockquote,
.modal--quiz .modal-content-inside .modal-textearea li,
.modal--quiz .modal-content-inside .modal-textearea p,
.modal--quiz .modal-content-inside .modal-textearea p > a:not(.btn) {
    font-size: 16px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-content-inside .modal-textearea a:not(.btn),
    .modal--quiz .modal-content-inside .modal-textearea blockquote,
    .modal--quiz .modal-content-inside .modal-textearea li,
    .modal--quiz .modal-content-inside .modal-textearea p,
    .modal--quiz .modal-content-inside .modal-textearea p > a:not(.btn) {
        font-size: 13px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-content-inside .modal-textearea a:not(.btn),
    .modal--quiz .modal-content-inside .modal-textearea blockquote,
    .modal--quiz .modal-content-inside .modal-textearea li,
    .modal--quiz .modal-content-inside .modal-textearea p,
    .modal--quiz .modal-content-inside .modal-textearea p > a:not(.btn) {
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-content-inside .modal-textearea a:not(.btn),
    .modal--quiz .modal-content-inside .modal-textearea blockquote,
    .modal--quiz .modal-content-inside .modal-textearea li,
    .modal--quiz .modal-content-inside .modal-textearea p,
    .modal--quiz .modal-content-inside .modal-textearea p > a:not(.btn) {
        font-size: 13px;
    }
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-content-inside .modal-textearea ol,
    .modal--quiz .modal-content-inside .modal-textearea p,
    .modal--quiz .modal-content-inside .modal-textearea ul {
        margin-bottom: 10px;
        margin-top: 0;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-content-inside .modal-textearea ol,
    .modal--quiz .modal-content-inside .modal-textearea p,
    .modal--quiz .modal-content-inside .modal-textearea ul {
        margin-bottom: 10px;
        margin-top: 0;
    }
}
.modal--quiz .modal-content-inside .modal-textearea li {
    margin-bottom: 20px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-content-inside .modal-textearea li {
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-content-inside .modal-textearea li {
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-content-inside .modal-textearea li {
        margin-bottom: 5px;
    }
}
.modal--quiz .modal-content-inside .modal-textearea p + .btn,
.modal--quiz .modal-content-inside .modal-textearea p > .btn {
    margin-top: 10px;
}
.modal--quiz .modal-content-inside .modal-textearea a:not(.btn) {
    font-weight: 700;
}
.modal--quiz .modal-content-inside .modal-textearea a:not(.btn):hover {
    opacity: 0.6;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .modal-content-inside .modal-textearea {
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 991px) {
    .modal--quiz .modal-content-inside .modal-textearea {
        padding-bottom: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .modal-content-inside .modal-textearea {
        padding-bottom: 0;
    }
}
.modal--quiz .prograssbar-group {
    border: 3px solid #0c828d;
    border-radius: 2px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .modal--quiz .prograssbar-group {
        padding: 10px 20px;
    }
}
.modal--quiz .prograssbar-group .progress-title {
    background-color: #fff;
    color: #000;
    font-size: 1.2em;
    left: 50px;
    padding: 2px 20px;
    position: absolute;
    top: -15px;
    z-index: 3;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .prograssbar-group .progress-title {
        font-size: 1.1em;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .prograssbar-group .progress-title {
        font-size: 1em;
    }
}
.modal--quiz .prograssbar-group .prograssbar-group-inside {
    margin-right: 20px;
    position: relative;
    width: 100%;
}
.modal--quiz .prograssbar-group .prograssbar-group-inside .progressbar {
    background-color: #0c828d;
    height: 35px;
    position: relative;
    width: 100%;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .prograssbar-group .prograssbar-group-inside .progressbar {
        height: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .prograssbar-group .prograssbar-group-inside .progressbar {
        height: 20px;
    }
}
.modal--quiz .prograssbar-group .prograssbar-group-inside .progressbar--up {
    position: absolute;
    transition: width 0.5s;
    z-index: 2;
}
.modal--quiz .prograssbar-group .prograssbar-group-inside .progressbar--down {
    opacity: 0.15;
}
.modal--quiz .btn_hidden {
    display: none;
}
.modal--quiz .btn_previous {
    background: transparent;
    border-color: #0c828d;
    border-radius: 2px;
    border-width: 3px;
    color: #0c828d;
    font-size: 1.5em;
    margin: 0 40px 15px 0;
    padding: 15px 20px;
    text-align: center;
    width: 290px;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .btn_previous {
        font-size: 1.3em;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .btn_previous {
        font-size: 1.3em;
        font-size: 1.1em;
        margin-bottom: 30px;
        max-width: 220px;
        padding: 10px 20px;
        width: 100%;
    }
}
.modal--quiz .btn_previous:focus,
.modal--quiz .btn_previous:hover {
    background: #0c828d;
    color: #fff;
}
.modal--quiz .btn.btn_teal {
    background: transparent;
    border-color: #0c828d;
    border-radius: 2px;
    border-width: 3px;
    color: #0c828d;
    font-weight: 400;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .btn.btn_teal {
        padding: 13px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .btn.btn_teal {
        padding: 10px 20px;
    }
}
.modal--quiz .btn.btn_teal:focus,
.modal--quiz .btn.btn_teal:hover {
    background: #0c828d;
    color: #fff;
}
.modal--quiz .btn.btn_orange {
    background: transparent;
    border-color: #d83913;
    border-radius: 2px;
    border-width: 3px;
    color: #000;
    font-weight: 400;
}
@media only screen and (max-height: 800px) {
    .modal--quiz .btn.btn_orange {
        padding: 13px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .modal--quiz .btn.btn_orange {
        padding: 10px 20px;
    }
}
.modal--quiz .btn.btn_orange:focus,
.modal--quiz .btn.btn_orange:hover {
    background: #d83913;
    color: #fff;
}
.main-menu {
    background: #fff;
}
.main-menu.parent-menu {
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .main-menu.parent-menu {
        margin: 0;
    }
}
.main-menu > li {
    padding: 40px 0;
}
.main-menu li {
    margin-right: 24px;
    position: relative;
}
.main-menu li:last-child {
    margin-right: 0;
}
@media (min-width: 992px) {
    .main-menu li.hover .child-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}
.main-menu a {
    color: #005d8f;
    font-weight: 700;
}
@media (min-width: 1440px) {
    .main-menu a {
        font-size: 1.2em;
    }
}
@media (min-width: 992px) {
    .main-menu a:hover {
        color: #0c828d;
    }
}
.main-menu a.is-active {
    color: #0c828d;
}
.main-menu .child-menu {
    background: #fff;
    display: none;
    transition: all 0.5s;
}
.main-menu .child-menu a {
    font-size: 0.9em;
}
.main-menu .child-menu li {
    line-height: 1em;
    margin-bottom: 20px;
    margin-right: 0;
}
.main-menu .child-menu li:last-child {
    margin-bottom: 0;
}
.main-menu .child-menu.open {
    display: block;
    opacity: 1;
    visibility: visible;
}
@media (min-width: 992px) {
    .main-menu .child-menu {
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        display: block;
        left: -40px;
        margin-top: 40px;
        min-width: 240px;
        opacity: 0;
        padding: 40px;
        position: absolute;
        right: -40px;
        visibility: hidden;
        z-index: 1;
    }
}
.main-menu .submenu--toggle {
    background: #005d8f;
    border-radius: 100%;
    color: #fff;
    font-size: 1em;
    height: 28px;
    text-align: center;
    width: 28px;
}
@media (min-width: 992px) {
    .main-menu .submenu--toggle {
        display: none;
    }
}
.main-menu .submenu--toggle.open {
    background: #0c828d;
    color: #fff;
}
.main-menu .submenu--toggle.open .fa-arrow-down:before {
    color: #fff;
    content: "";
}
@media (max-width: 991px) {
    #mobile-container {
        background: #fff;
        bottom: 0;
        display: flex !important;
        flex-direction: column-reverse !important;
        justify-content: space-between;
        left: 0;
        position: fixed !important;
        right: 0;
        top: 145px;
        transform: translateX(-130%);
        transition: all 0.5s;
    }
    #mobile-container.open {
        overflow-y: scroll;
        padding: 20px;
        transform: translateX(0);
        z-index: 1;
    }
    #mobile-container .main-menu li {
        margin-bottom: 0;
        margin-right: 0;
        padding: 12px 0;
    }
    #mobile-container .main-menu li a.open {
        color: #0c828d;
    }
    #mobile-container .main-menu li:last-child {
        border-bottom: 0;
    }
    #mobile-container .main-menu li .child-menu li {
        margin-left: 20px;
    }
    .header--shrink #mobile-container {
        top: 100px;
    }
}
.menu--toggle {
    display: inline-block;
    height: 21px;
    margin: 0;
    position: relative;
    position: absolute;
    right: 15px;
    top: 30px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    width: 30px;
}
@media (min-width: 768px) {
    .menu--toggle {
        top: 40px;
    }
}
@media (min-width: 992px) {
    .menu--toggle {
        display: none;
    }
}
.menu--toggle .menu--toggle-icon-line {
    background: #005d8f;
    border-radius: 2px;
    display: block;
    height: 5px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: 0.25s ease-in-out;
    width: 100%;
}
.menu--toggle .menu--toggle-icon-line:first-child {
    top: 2px;
    transform-origin: left center;
}
.menu--toggle .menu--toggle-icon-line:nth-child(2) {
    top: 11px;
    transform-origin: left center;
}
.menu--toggle .menu--toggle-icon-line:nth-child(3) {
    top: 20px;
    transform-origin: left center;
}
.menu--toggle.open .menu--toggle-icon-line:first-child {
    left: 2px;
    top: -1.5px;
    transform: rotate(45deg);
}
.menu--toggle.open .menu--toggle-icon-line:nth-child(2) {
    opacity: 0;
    width: 0;
}
.menu--toggle.open .menu--toggle-icon-line:nth-child(3) {
    bottom: 1px;
    left: 2px;
    transform: rotate(-45deg);
}
.header--shrink .menu--toggle {
    top: 30px;
}
@media (max-width: 992px) {
    .header--shrink .main-menu {
        top: 32px;
    }
}
.site-logo {
    display: inline-block;
    margin: 15px 15px 10px 0;
}
@media (min-width: 1200px) {
    .site-logo {
        margin: 0 65px 0 0;
    }
}
.site-logo img {
    width: 280px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .site-logo img {
        width: 200px;
    }
}
.search--container .search--toggle {
    display: none;
}
.search--container form {
    position: relative;
}
.search--container .search--input {
    border-radius: 20px;
    padding: 5px 0 5px 35px;
}
@media (max-width: 480px) {
    .search--container .search--input {
        margin-top: 20px;
        width: 100%;
    }
}
.search--container button {
    background: none;
    border: 0;
    color: #005d8f;
    left: 0;
    position: absolute;
    top: 5px;
    width: 20px !important;
}
@media (max-width: 480px) {
    .search--container button {
        left: 0;
        top: 24px;
    }
}
.accessibility--controls {
    padding-top: 10px;
}
.accessibility--controls button {
    background: none;
    border: 0;
    height: 16px;
    width: 16px;
}
.accessibility--controls .button__normal {
    background: url(../images/contrast-normal.svg) no-repeat 50%;
}
.accessibility--controls .button__blue {
    background: url(../images/contrast-blue.svg) no-repeat 50%;
}
.accessibility--controls .button__hivis {
    background: url(../images/contrast-hivis.svg) no-repeat 50%;
}
.accessibility--controls .button__soft {
    background: url(../images/contrast-soft.svg) no-repeat 50%;
}
.accessibility--controls .accessibility--label {
    margin-right: 5px;
}
.accessibility--controls .colour-contrast,
.accessibility--controls .text-sizing {
    margin: 10px 0 10px 20px;
    position: relative;
}
@media screen and (max-width: 992px) {
    .accessibility--controls .colour-contrast,
    .accessibility--controls .text-sizing {
        margin-left: 0;
    }
}
.accessibility--controls .colour-contrast .accessibility--control,
.accessibility--controls .text-sizing .accessibility--control {
    margin-right: 5px;
}
.accessibility--controls .colour-contrast .accessibility--control:last-child,
.accessibility--controls .text-sizing .accessibility--control:last-child {
    margin-right: 0;
}
.accessibility--controls .colour-contrast .accessibility--control.button__small,
.accessibility--controls .text-sizing .accessibility--control.button__small {
    font-size: 0.8em;
}
.accessibility--controls .colour-contrast .accessibility--control.button__medium,
.accessibility--controls .text-sizing .accessibility--control.button__medium {
    margin-right: 8px;
}
.accessibility--controls .colour-contrast .accessibility--control.button__large,
.accessibility--controls .text-sizing .accessibility--control.button__large {
    font-size: 1.2em;
}
.accessibility--controls .colour-contrast .accessibility--control .fa,
.accessibility--controls .text-sizing .accessibility--control .fa {
    color: #707070;
}
.accessibility--controls .menu {
    display: flex;
}
@media (max-width: 768px) {
    .accessibility--controls .menu {
        justify-content: space-between;
    }
}
.accessibility--controls .menu li a {
    color: #005d8f;
    font-size: 0.9em;
    margin-right: 20px;
}
.accessibility--controls .menu li a:hover {
    text-decoration: underline;
}
.header {
    transition: all 0.5s;
}
.header.header--shrink {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}
.header.header--shrink .site-logo {
    margin-top: 20px;
}
.header.header--shrink .site-logo img {
    max-width: 180px;
}
@media (min-width: 1024px) {
    .header.header--shrink .accessibility--controls {
        position: absolute;
        top: -100%;
    }
}
.tpo-form-header {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #0d6494;
    border-bottom: 10px solid #fff;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.14286;
}
@media (min-width: 40.0625em) {
    .tpo-form-header {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.25;
    }
}
.tpo-form-header__container--full-width {
    border-color: #a4bbd6;
    padding: 0 15px;
}
.tpo-form-header__container--full-width .tpo-form-header__menu-button {
    right: 15px;
}
.tpo-form-header__container {
    align-items: center;
    border-bottom: 10px solid #a4bbd6;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    padding-top: 10px;
    position: relative;
}
.tpo-form-header__container .site-logo img {
    width: auto;
}
.tpo-form-header__container:after {
    clear: both;
    content: "";
    display: block;
}
.tpo-form-header__logotype {
    display: inline-block;
    margin-right: 5px;
}
.tpo-form-header__logotype-crown {
    fill: currentColor;
    margin-right: 1px;
    position: relative;
    top: -1px;
    vertical-align: top;
}
.tpo-form-header__logotype-crown-fallback-image {
    border: 0;
    height: 32px;
    vertical-align: middle;
    width: 36px;
}
.tpo-form-header__product-name {
    display: inline-table;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    padding-right: 10px;
}
@media (min-width: 40.0625em) {
    .tpo-form-header__product-name {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1;
    }
}
.tpo-form-header__link {
    text-decoration: none;
}
.tpo-form-header__link:link,
.tpo-form-header__link:visited {
    color: #fff;
}
.tpo-form-header__link:focus {
    background-color: #a4bbd6;
    box-shadow:
        0 -2px #a4bbd6,
        0 4px #0d6494;
    color: #0d6494;
    outline: 3px solid transparent;
    text-decoration: none;
}
.tpo-form-header__link--homepage {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.tpo-form-header__link--homepage:link,
.tpo-form-header__link--homepage:visited {
    text-decoration: none;
}
.tpo-form-header__link--homepage:active,
.tpo-form-header__link--homepage:hover {
    border-bottom: 1px solid;
    margin-bottom: -1px;
}
.tpo-form-header__link--homepage:focus {
    border-bottom: 0;
    margin-bottom: 0;
}
.tpo-form-header__link--service-name {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.11111;
    margin-bottom: 10px;
}
.tpo-form-header__link--service-name a {
    color: #fff;
}
@media (min-width: 40.0625em) {
    .tpo-form-header__link--service-name {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
.tpo-form-header__content,
.tpo-form-header__logo {
    box-sizing: border-box;
}
.tpo-form-header__logo {
    margin-bottom: 10px;
    padding-right: 50px;
}
@media (min-width: 40.0625em) {
    .tpo-form-header__logo {
        margin-bottom: 10px;
    }
}
@media (min-width: 48.0625em) {
    .tpo-form-header__logo {
        float: left;
        vertical-align: top;
        width: 30%;
    }
    .tpo-form-header__content {
        float: left;
        padding-left: 15px;
        width: 70%;
    }
}
.footer {
    overflow: hidden;
    position: relative;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .footer-top {
    padding: 40px 0;
}
.footer .footer-top .social-navigation a {
    color: #d83913;
    display: block;
    font-size: 1.4em;
    margin-left: 20px;
    transition: all 0.5s;
}
.footer .footer-top .social-navigation a:hover {
    transform: translateY(-10px);
}
.footer .footer-top .h2 {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .footer .footer-top .h2 {
        margin-right: 40px;
    }
}
.footer .footer-top .phones {
    white-space: pre-line;
}
.footer .logo-footer img {
    max-width: 200px;
}
.footer .footer-bottom {
    color: #fff;
    padding: 60px 0;
}
.footer .footer-bottom a {
    color: #fff;
}
.footer .footer-bottom .address {
    font-size: 0.9em;
    margin: 20px 0;
    white-space: pre;
}
@media (min-width: 768px) {
    .footer .footer-bottom .address {
        margin: 10px 0;
    }
}
@media (max-width: 768px) {
    .footer .copyright {
        margin-top: 20px;
    }
}
@media (min-width: 768px) {
    .button-menu {
        column-count: 2;
    }
}
.button-menu li a {
    border: 2px solid;
    border-radius: 5px;
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 13px 10px;
    text-align: center;
    transition: all 0.5s;
}
.button-menu li a:focus,
.button-menu li a:hover {
    background: #fff;
    border-color: #fff;
    color: #005d8f;
}
@media (min-width: 768px) {
    .button-menu li:nth-child(2n) {
        margin-bottom: 0;
    }
}
.footer-menu {
    font-size: 0.9em;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .footer-menu {
        display: flex;
        justify-content: space-between;
    }
}
.footer-menu li {
    margin-bottom: 12px;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
body.frozen {
    height: 100vh;
    overflow-y: hidden;
}
@media (min-width: 1220px) {
    .container {
        max-width: 1190px;
    }
}
@media (min-width: 1520px) {
    .container {
        max-width: 1300px;
    }
}
@media (min-width: 1620px) {
    .container {
        max-width: 1600px;
    }
}
.container,
.section {
    position: relative;
}
.section {
    clear: both;
    overflow: hidden;
    padding: 40px 0;
}
@media (min-width: 768px) {
    .section {
        padding: 80px 0;
    }
}
@media (min-width: 1220px) {
    .section {
        padding: 100px 0;
    }
}
@media (max-width: 768px) {
    .row--cover--background {
        flex-direction: column !important;
    }
}
.bg__white {
    background: #fff;
}
.bg__white.opacity {
    background: hsla(0, 0%, 100%, 0.9);
}
.bg__blue {
    background: #005d8f;
}
.bg__blue,
.bg__blue a {
    color: #fff;
}
.bg__blue.opacity {
    background: rgba(0, 93, 143, 0.95);
}
.bg__teal {
    background: #0c828d;
}
.bg__teal,
.bg__teal a {
    color: #fff;
}
.bg__teal.opacity {
    background: rgba(0, 160, 174, 0.95);
}
.bg__orange {
    background: #d83913;
    color: #fff;
}
.bg__orange a {
    color: #fff;
}
.bg__orange.opacity {
    background: rgba(238, 83, 45, 0.95);
}
.bg__lightcyan {
    background: #ccecef;
}
.bg__lightgrey {
    background: #ccdee9;
}
.bg__gradient_blue {
    background-image: linear-gradient(#005d8f, #008ca4);
    color: #fff;
}
.bg__gradient_blue a {
    color: #fff;
}
.bg__gradient_teal {
    background-image: linear-gradient(#00a0ae, #007f9f);
    color: #fff;
}
.bg__gradient_teal a {
    color: #fff;
}
.bg__logo:before {
    background: url(../images/pattern.svg) no-repeat;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bg__logo.logo__top_right:before {
    transform: rotate(180deg);
}
.bg__logo.logo__center_left:before {
    left: -50%;
}
.bg__logo.logo__center_right:before {
    transform: rotate(180deg);
}
.row--cover--background .bg__logo:before {
    background-size: cover;
}
.node-type-news .main,
.node-type-publication .main,
.without-top-image {
    margin-top: 60px;
}
.image-landscape {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}
.content-box {
    border-radius: 40px;
    padding: 40px;
}
.content-box.right {
    border-bottom-right-radius: 0;
}
.content-box.left {
    border-bottom-left-radius: 0;
}
.full-width-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 1200px) {
    .full-width-image {
        height: 640px;
    }
}
.full-width-image .content-box {
    margin: 80px 0;
}
@media (min-width: 1200px) {
    .full-width-image .content-box {
        margin: 0;
        transform: translateY(100px);
    }
}
.full-width-text-block .content {
    max-width: 780px;
}
.full-width-text-block .content.alignment-center {
    margin: auto;
}
@media (min-width: 1220px) {
    .full-width-text-block .content {
        max-width: 1088px;
    }
}
.full-width-text-block.firstcolumn {
    margin: 32px 0;
}
.full-width-text-block.firstcolumn .content {
    max-width: 100%;
}
.article--header {
    position: relative;
}
.article--header .skip--image {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.5s ease;
}
.article--header .skip--image a {
    border: 2px solid;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 40px;
    padding-top: 6px;
    width: 40px;
    z-index: 2;
}
.article--header .skip--image a:hover {
    background: #fff;
    border-color: #fff;
    color: #005d8f;
}
.article--header .full-width-text-block {
    padding: 40px 0;
}
.article--header .full-width-text-block .content {
    margin: 0;
}
@media (max-width: 576px) {
    .article--header .full-width-image {
        background-position: top;
        background-size: auto 400px;
        height: auto;
    }
    .article--header .content-box {
        margin: 400px 0 0;
        transform: translateY(100px);
        transform: none;
    }
    .article--header .skip--image {
        display: none;
    }
}
.full-width-text-block + .skip--image {
    display: none;
}
.image-text-block .image {
    padding-bottom: 40px;
}
@media (min-width: 768px) {
    .image-text-block .image {
        padding: 0 40px;
    }
}
.image-text-block .image img {
    border-radius: 40px;
}
@media (min-width: 1200px) {
    .image-text-block .image {
        padding: 0 100px;
    }
    .image-text-block .image img {
        border-radius: 110px;
    }
}
.image-text-block .image.img-right img {
    border-bottom-right-radius: 0 !important;
}
.image-text-block .image.img-left img {
    border-bottom-left-radius: 0 !important;
}
.image-text-block.firstcolumn .image {
    padding: 0;
}
.image-text-block.firstcolumn .image img {
    border-radius: 40px;
}
.second .image-text-block .image {
    margin-bottom: 40px;
}
.two-box-blocks-full-width,
.two-box-blocks-full-width a {
    color: #fff;
}
.two-box-blocks-full-width .first {
    padding-bottom: 40px;
}
.two-box-blocks-full-width .second {
    padding-top: 40px;
}
@media (min-width: 992px) {
    .two-box-blocks-full-width .first {
        padding-bottom: 0;
        padding-right: 100px;
    }
    .two-box-blocks-full-width .second {
        padding-left: 100px;
        padding-top: 0;
    }
}
.row--cover--background {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.row--cover--background .col {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    padding: 0 !important;
}
.row--cover--background .col:after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 767px) {
    .row--cover--background {
        flex-direction: column !important;
    }
}
.node-type {
    color: #005d8f;
    font-size: 0.7em;
    text-transform: capitalize;
}
.whats_new .col-lg-6 {
    margin-bottom: 40px;
}
.card-item {
    border: 2px solid;
    border-radius: 5px;
    height: 100%;
    padding: 20px;
}
.card-item a:hover {
    text-decoration: underline;
}
.card-item.news {
    border-color: #d83913;
}
.card-item.news a h3 {
    color: #d83913;
}
.card-item.orange {
    border-color: #d83913;
}
.card-item.orange a {
    color: #d83913;
}
.card-item.decision {
    border-color: #0c828d;
}
.card-item.decision a h3 {
    color: #0c828d;
}
.card-item.teal {
    border-color: #0c828d;
}
.card-item.teal a {
    color: #0c828d;
}
.card-item.blue,
.card-item.job,
.card-item.publication {
    border-color: #005d8f;
}
.card-item.blue a,
.card-item.job a,
.card-item.publication a {
    color: #005d8f;
}
.card-item .h3,
.card-item h3 {
    display: block;
    margin-bottom: 10px;
}
.card-item .xsmall {
    margin-top: 40px;
}
.featured-cards {
    height: 100%;
}
.featured-cards .card-item {
    border: 0;
    height: 100%;
    position: relative;
}
.featured-cards .card-item > div {
    z-index: 1;
}
.featured-cards .card-item:before {
    background: url(../images/pattern.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: -30%;
    width: 100%;
    z-index: 0;
}
.featured-cards .card-item .node-type {
    color: #fff;
}
.accordion-container.firstcolumn {
    margin: 32px 0;
}
.accordion {
    background: #0c828d;
    border: 1px solid #0c828d;
    border-radius: 12px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 15px 0 0;
    padding: 20px 60px 20px 30px;
    position: relative;
    text-align: left;
    transition: all 0.5s ease;
    width: 100%;
}
.accordion .fa {
    background: #fff;
    border-radius: 50%;
    color: #0c828d;
    height: 40px;
    padding-top: 12px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}
@media (min-width: 1220px) {
    .accordion .fa {
        padding-top: 12px;
    }
}
.accordion.blue {
    background: #005d8f;
    border-color: #005d8f;
}
.accordion.blue .fa {
    color: #005d8f;
}
.accordion:hover {
    background: #fff;
    color: #0c828d !important;
}
.accordion:hover .fa {
    background: #0c828d !important;
    color: #fff;
}
.accordion.blue:hover {
    color: #005d8f !important;
}
.accordion.blue:hover .fa {
    background: #005d8f !important;
}
.accordion.active {
    background: #fff;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #0c828d !important;
}
.accordion.active .fa:before {
    content: "";
}
.accordion.blue.active {
    color: #005d8f !important;
}
.accordion-panel {
    border: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
}
.accordion-panel.show {
    border: 1px solid #0c828d;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-top: 0;
    height: auto;
    opacity: 1;
    padding: 20px 30px;
    visibility: visible;
}
.accordion-panel.blue.show {
    border: 1px solid #005d8f;
}
.tabbed--content {
    border: 0 !important;
    padding: 0;
}
.tabbed--content.firstcolumn {
    margin: 32px 0;
}
.tabbed--content .ui-tabs-panel {
    border: 1px solid #005d8f;
    border-radius: 12px;
    padding: 30px;
}
.tabbed--content .ui-tabs-nav {
    background: none;
    border: 0;
    font-size: 1.25em;
    margin-bottom: 20px;
    padding: 0;
}
.tabbed--content .ui-tabs-nav li {
    background: rgba(0, 93, 143, 0.1);
    border: 0 !important;
    border-radius: 12px;
}
@media (max-width: 568px) {
    .tabbed--content .ui-tabs-nav li {
        width: 100%;
    }
}
.tabbed--content .ui-tabs-nav li a {
    color: #005d8f;
    padding: 20px 30px !important;
}
.tabbed--content .ui-tabs-nav li.ui-tabs-active,
.tabbed--content .ui-tabs-nav li:hover {
    background: #fff;
    border: 2px solid #005d8f !important;
}
.tabbed--content.tabbed--content--vertical {
    clear: both;
    overflow: hidden;
}
.tabbed--content.tabbed--content--vertical .ui-tabs-nav li {
    margin: 0;
}
.tabbed--content.tabbed--content--vertical .ui-tabs-nav li a {
    white-space: pre-wrap;
    width: 100%;
}
@media (min-width: 992px) {
    .tabbed--content.tabbed--content--vertical .ui-tabs-nav {
        border-bottom: 0;
        float: left;
        padding-right: 20px;
        width: 30%;
    }
    .tabbed--content.tabbed--content--vertical .ui-tabs-nav li {
        margin-bottom: 20px;
        width: 100%;
    }
    .tabbed--content.tabbed--content--vertical .ui-tabs-nav li a {
        padding: 0.5em 0;
    }
    .tabbed--content.tabbed--content--vertical .ui-tabs-panel {
        border: 0;
        float: right;
        padding-top: 0;
        width: 70%;
    }
}
@media (max-width: 992px) {
    .two-collumns .image-text-block.firstcolumn {
        margin-bottom: 40px;
    }
}
.owl-item {
    visibility: hidden;
}
.owl-item.active {
    visibility: visible;
}
.owl-carousel {
    padding: 40px 20px;
    position: relative;
}
@media (min-width: 1200px) {
    .owl-carousel {
        padding: 40px 100px;
    }
}
@media (min-width: 1640px) {
    .owl-carousel {
        padding: 120px;
    }
}
.owl-carousel img {
    border-radius: 40px;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .owl-carousel img {
        border-radius: 110px;
        margin-bottom: 0;
    }
}
.owl-carousel .owl-nav {
    left: 0;
    top: 50%;
    width: 100%;
}
@media (min-width: 1200px) {
    .owl-carousel .owl-nav {
        height: 0;
        position: absolute;
        transform: translateY(-50%);
    }
}
.owl-carousel .owl-nav button {
    background: #0c828d !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 1.6em !important;
    height: 40px;
    transition: color 0.5s;
    width: 40px;
}
@media (min-width: 768px) {
    .owl-carousel .owl-nav button {
        font-size: 2.2em !important;
        height: 80px;
        width: 80px;
    }
}
.owl-carousel .owl-nav button.disabled {
    cursor: default;
    opacity: 0.3;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}
.owl-carousel .owl-nav.disable button {
    cursor: default;
    opacity: 0.3;
    pointer-events: none;
}
.members-carousel h2 a {
    color: #d83913;
}
@media (min-width: 768px) {
    .members-carousel li div {
        padding: 20px 20px 0;
    }
}
@media (min-width: 1440px) {
    .members-carousel li div {
        padding: 40px 40px 0;
    }
    .members-carousel .owl-nav {
        left: -120px;
    }
}
.members-carousel .owl-nav button {
    background: #d83913 !important;
}
@media (min-width: 1440px) {
    .members-carousel .owl-nav button.owl-next {
        right: -240px;
    }
}
@media (min-width: 768px) {
    .archive--list {
        margin-top: 140px;
        position: relative;
    }
    .archive--list.faqs {
        margin: 40px 0 80px;
    }
    .archive--list .col-md-3 {
        position: static;
    }
}
.archive--list ul.nolist {
    margin-top: 0;
}
.infographic .infographic-item {
    clear: both;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
}
@media (min-width: 1200px) {
    .infographic .infographic-item {
        padding: 100px 0;
    }
}
.infographic .infographic-item:after {
    background: #0c828d;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: -1;
}
.infographic .infographic-item .infographic-content {
    background: #fff;
    margin-top: 40px;
}
.infographic .infographic-item .infographic-content h3 {
    text-align: center;
}
@media (min-width: 1024px) {
    .infographic .infographic-item .infographic-content {
        margin-top: 0;
        max-width: 380px;
    }
    .infographic .infographic-item .infographic-content h3 {
        text-align: left;
    }
    .infographic .infographic-item .infographic-content.right {
        float: right;
    }
}
@media (min-width: 1200px) {
    .infographic .infographic-item .infographic-content {
        max-width: 450px;
    }
}
@media (min-width: 1620px) {
    .infographic .infographic-item .infographic-content {
        max-width: 600px;
    }
}
.infographic .infographic-item .infographic-body {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
.infographic .infographic-item .infographic-body.show {
    height: auto;
    margin-top: 20px;
    opacity: 1;
}
.infographic .infographic-item .infographic-icon {
    text-align: center;
}
@media (min-width: 1024px) {
    .infographic .infographic-item .infographic-icon {
        left: 50%;
        position: absolute;
        transform: translate(-50%);
    }
}
.infographic .infographic-item .infographic-icon img {
    max-width: 180px;
}
@media (min-width: 1200px) {
    .infographic .infographic-item .infographic-icon img {
        max-width: 250px;
    }
}
.infographic .infographic-item .show-more {
    color: #0c828d;
}
@media (max-width: 768px) {
    .infographic .infographic-item .show-more {
        display: block;
        text-align: center;
    }
}
.infographic .infographic-item .show-more .fa {
    background: #0c828d;
    border-radius: 50%;
    color: #fff;
    height: 28px;
    margin-left: 10px;
    padding-top: 6px;
    text-align: center;
    width: 28px;
}
@media (min-width: 1200px) {
    .infographic .infographic-item .show-more .fa {
        padding-top: 3px;
    }
}
.donwload-file {
    margin-top: 80px;
}
.decision-details {
    border-radius: 12px;
    font-weight: 700;
    margin-bottom: 40px;
    padding: 20px;
}
@media (min-width: 1640px) {
    .decision-details {
        font-size: 0.8em;
        padding: 40px;
    }
}
.decision-details > div > div > div {
    padding: 5px 0;
}
.path-search .archive--list h3 a {
    color: #005d8f;
}
.path-search .archive--list h3 a:hover {
    color: #0c828d;
}
.path-search ol h3 a {
    color: #005d8f;
}
.path-search ol h3 a:hover {
    color: #0c828d;
}
.path-search .search-result {
    border-bottom: 1px solid #0c828d;
    margin-bottom: 40px;
    padding-bottom: 24px;
}
.path-search h1 {
    margin-top: 40px;
}
.path-search h1 em {
    font-size: 0.9em;
    text-decoration: underline;
}
.banner {
    border-bottom: 2px solid;
    color: #fff;
    padding: 20px;
}
.banner a {
    color: #fff;
    text-decoration: underline;
}
.banner .close-banner .fa {
    border: 2px solid;
    border-radius: 50%;
    height: 37px;
    padding-top: 6px;
    text-align: center;
    width: 37px;
}
.banner.hide {
    padding: 0;
}
.node-type-decision article,
.node-type-news article,
.node-type-page article,
.node-type-publication article {
    margin: 40px 0;
}
@media (min-width: 1200px) {
    .node-type-decision article,
    .node-type-news article,
    .node-type-page article,
    .node-type-publication article {
        margin: 80px 0;
    }
}
.node-type-decision article .col-lg-8 h2,
.node-type-decision article .col-lg-8 h3,
.node-type-decision article .col-lg-8 h4,
.node-type-decision article .col-lg-8 h5,
.node-type-news article .col-lg-8 h2,
.node-type-news article .col-lg-8 h3,
.node-type-news article .col-lg-8 h4,
.node-type-news article .col-lg-8 h5,
.node-type-page article .col-lg-8 h2,
.node-type-page article .col-lg-8 h3,
.node-type-page article .col-lg-8 h4,
.node-type-page article .col-lg-8 h5,
.node-type-publication article .col-lg-8 h2,
.node-type-publication article .col-lg-8 h3,
.node-type-publication article .col-lg-8 h4,
.node-type-publication article .col-lg-8 h5 {
    color: #0c828d;
}
.node-type-decision article .article--body,
.node-type-news article .article--body,
.node-type-page article .article--body,
.node-type-publication article .article--body {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .views-element-container {
        margin-top: 40px;
    }
}

.text-center{
    text-align: center;
}