@import url(//hello.myfonts.net/count/360e10);
@charset "UTF-8";
#start-resizable-editor-section {
    display: none;
}
.wp-block-audio {
    margin: 0 0 1em;
}
.wp-block-audio figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-audio audio {
    width: 100%;
    min-width: 300px;
}
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    box-sizing: border-box;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff;
}
.wp-block-button__link.aligncenter {
    text-align: center;
}
.wp-block-button__link.alignright {
    text-align: right;
}
.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
    width: 100%;
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: calc(100% - 0.5em);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100:only-child {
    margin-right: 0;
    width: 100%;
}
@supports (column-gap: 0.5em) {
    .wp-block-buttons.is-content-justification-right > .wp-block-button.wp-block-button,
    .wp-block-buttons > .wp-block-button.wp-block-button {
        margin-right: 0;
        margin-left: 0;
    }
    .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
        width: calc(25% - 0.375em);
    }
    .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
        width: calc(50% - 0.25em);
    }
    .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
        width: calc(75% - 0.125em);
    }
    .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
        width: auto;
        flex-basis: 100%;
    }
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important;
}
.is-style-outline > .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: 0.667em 1.333em;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor;
}
.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent;
}
.wp-block-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 0.5em;
}
.wp-block-buttons.is-vertical {
    flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button {
    margin-right: 0;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
    margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.wp-block-buttons > .wp-block-button:last-child {
    margin-right: 0;
}
.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
    align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
    align-items: center;
}
.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right > .wp-block-button {
    margin-left: 0.5em;
    margin-right: 0;
}
.wp-block-buttons.is-content-justification-right > .wp-block-button:first-child {
    margin-left: 0;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
    align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between;
}
.wp-block-buttons.aligncenter {
    text-align: center;
}
.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 0.5em;
}
.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0;
}
.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 0.5em;
}
.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0;
}
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    width: 100%;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
    text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 0.25em;
    border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
    border: none;
}
.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
}
.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd;
}
.wp-block-calendar a {
    text-decoration: underline;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d;
}
.wp-block-categories.alignleft {
    margin-right: 2em;
}
.wp-block-categories.alignright {
    margin-left: 2em;
}
.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}
.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap;
}
@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
}
.wp-block-columns.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}
.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}
@media (max-width: 599px) {
    .wp-block-column {
        flex-basis: 100% !important;
    }
}
@media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 2em;
    }
}
@media (min-width: 782px) {
    .wp-block-column {
        flex-basis: 0%;
        flex-grow: 1;
    }
    .wp-block-column[style*="flex-basis"] {
        flex-grow: 0;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 2em;
    }
}
.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
    align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%;
}
.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll;
    }
}
@media (prefers-reduced-motion: reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll;
    }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto;
}
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
    background-color: #232323;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 420px;
    width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit;
}
@supports (position: sticky) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none;
    }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff;
}
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto;
}
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: 0.44em;
    text-align: center;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper {
    min-width: 280px;
}
.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px;
}
.wp-block-embed {
    margin: 0 0 1em;
}
.wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-embed iframe {
    max-width: 100%;
}
.wp-block-embed__wrapper {
    position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%;
}
.wp-block-file {
    margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
    text-align: center;
}
.wp-block-file.alignright {
    text-align: right;
}
.wp-block-file .wp-block-file__embed {
    margin-bottom: 1em;
}
.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 0.8em;
    padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
    text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em;
}
.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    align-self: flex-start;
    width: calc(50% - 1em);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
}
@supports (position: sticky) {
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
@supports (position: sticky) {
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto;
    }
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em 0.77em 0.7em;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
    box-sizing: border-box;
    margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline;
}
.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
    flex-grow: 1;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image,
.blocks-gallery-grid.is-cropped .blocks-gallery-item,
.wp-block-gallery.is-cropped .blocks-gallery-image,
.wp-block-gallery.is-cropped .blocks-gallery-item {
    align-self: inherit;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}
@supports (position: sticky) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0;
}
@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - 0.66667em);
        margin-right: 1em;
    }
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - 0.75em);
        margin-right: 1em;
    }
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - 0.8em);
        margin-right: 1em;
    }
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 0.83333em);
        margin-right: 1em;
    }
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 0.85714em);
        margin-right: 1em;
    }
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - 0.875em);
        margin-right: 1em;
    }
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0;
    }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}
.wp-block-group {
    box-sizing: border-box;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-image {
    margin: 0 0 1em;
}
.wp-block-image img {
    max-width: 100%;
}
.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
}
.wp-block-image.aligncenter {
    text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
    display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom;
}
.wp-block-image .alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
    border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0;
    }
}
.wp-block-image figure {
    margin: 0;
}
ol.wp-block-latest-comments {
    margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0;
}
.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
    font-size: 0.875em;
    line-height: 1.8;
    margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
    display: block;
    font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: 0.75em;
    width: 2.5em;
}
.wp-block-latest-posts.alignleft {
    margin-right: 2em;
}
.wp-block-latest-posts.alignright {
    margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
}
.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 0.625em);
    }
    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 0.83333em);
    }
    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 0.9375em);
    }
    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em);
    }
    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0;
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em);
    }
    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0;
    }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #555;
    font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
    display: inline-block;
}
.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%;
}
.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center;
}
.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
    margin-bottom: 0;
}
ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr; /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1; /*!rtl:end:ignore*/
    margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
    direction: ltr; /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1; /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1; /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1; /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
    display: block;
    height: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
}
.wp-block-navigation {
    position: relative;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
    list-style: none;
    padding: 0;
}
.wp-block-navigation .wp-block-navigation-link,
.wp-block-navigation .wp-block-pages-list__item {
    display: flex;
    align-items: center;
    position: relative;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty,
.wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty {
    display: none;
}
.wp-block-navigation .wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item__link {
    color: inherit;
    display: block;
}
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-link,
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-link__container,
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-link__content,
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-link__content:active,
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-link__content:focus,
.wp-block-navigation[style*="text-decoration"] .wp-block-pages-list__item,
.wp-block-navigation[style*="text-decoration"] .wp-block-pages-list__item__link,
.wp-block-navigation[style*="text-decoration"] .wp-block-pages-list__item__link:active,
.wp-block-navigation[style*="text-decoration"] .wp-block-pages-list__item__link:focus {
    text-decoration: inherit;
}
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-navigation-link__content,
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-navigation-link__content:active,
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-navigation-link__content:focus,
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-pages-list__item__link,
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-pages-list__item__link:active,
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-pages-list__item__link:focus {
    text-decoration: none;
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-page-list__submenu-icon {
    height: inherit;
}
.wp-block-navigation .wp-block-navigation-link__submenu-icon svg,
.wp-block-navigation .wp-block-page-list__submenu-icon svg {
    stroke: currentColor;
}
.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content,
.wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link {
    padding: 0;
}
.wp-block-navigation .has-child > .wp-block-navigation-link__content,
.wp-block-navigation .has-child > .wp-block-pages-list__item__link {
    margin-right: 0.5em;
}
.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation .has-child .wp-block-navigation-link__container {
    background-color: inherit;
    color: inherit;
    position: absolute;
    z-index: 2;
    flex-direction: column;
    align-items: normal;
    min-width: 200px;
    display: none;
    opacity: 0;
    transition: opacity 0.1s linear;
    visibility: hidden;
}
.wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-navigation-link__content,
.wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-pages-list__item__link,
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-navigation-link__content,
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-pages-list__item__link,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-navigation-link__content,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-pages-list__item__link {
    flex-grow: 1;
}
.wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-page-list__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-page-list__submenu-icon {
    padding-right: 0.5em;
}
@media (min-width: 782px) {
    .wp-block-navigation .has-child .submenu-container .submenu-container:before,
    .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 0.5em;
        background: transparent;
    }
    .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg,
    .wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg,
    .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg {
        transform: rotate(-90deg);
    }
}
.wp-block-navigation .has-child:hover > .wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1;
}
.wp-block-navigation .has-child:focus-within > .wp-block-navigation-link__container {
    display: flex;
    visibility: visible;
    opacity: 1;
}
.wp-block-navigation .has-child:hover {
    cursor: pointer;
}
.wp-block-navigation .has-child:hover > .submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1;
}
.wp-block-navigation .has-child:focus-within {
    cursor: pointer;
}
.wp-block-navigation .has-child:focus-within > .submenu-container {
    display: flex;
    visibility: visible;
    opacity: 1;
}
.wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container {
    left: auto;
    right: 0;
}
.wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: auto;
    right: 100%;
}
.wp-block-navigation.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .wp-block-page-list,
.wp-block-navigation.wp-block-navigation .wp-block-page-list > .wp-block-pages-list__item {
    margin: 0 2em 0 0;
}
.wp-block-navigation.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-link:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child,
.wp-block-navigation.wp-block-navigation .wp-block-page-list > .wp-block-pages-list__item:last-child {
    margin-right: 0;
}
.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container > .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list > .wp-block-pages-list__item {
    margin: 0 0.5em 0 0;
}
.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link {
    padding: 0.5em 1em;
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container {
    left: -1em;
    top: 100%;
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item {
    margin: 0;
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link {
    padding: 0.5em 1em;
}
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: -1px;
}
@media (min-width: 782px) {
    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,
    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,
    .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,
    .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 100%;
        top: -1px;
    }
}
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container {
    left: 0;
    top: 100%;
}
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,
.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
    left: 0;
}
@media (min-width: 782px) {
    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,
    .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 100%;
        top: 0;
    }
}
.wp-block-navigation:not(.has-background) .submenu-container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container {
    background-color: #fff;
    color: #232323;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation__container {
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
    display: none;
}
@media (min-width: 600px) {
    .wp-block-navigation__container {
        display: flex;
        flex-wrap: wrap;
    }
    .is-vertical .wp-block-navigation__container {
        display: block;
        flex-direction: column;
        align-items: flex-start;
    }
}
.items-justified-center .wp-block-navigation__container {
    justify-content: center;
}
.items-justified-right .wp-block-navigation__container {
    justify-content: flex-end;
}
.items-justified-space-between .wp-block-navigation__container {
    justify-content: space-between;
}
.is-vertical.items-justified-center > ul {
    align-items: center;
}
.is-vertical.items-justified-right > ul {
    align-items: flex-end;
}
.is-vertical.items-justified-right > ul .wp-block-navigation-link,
.is-vertical.items-justified-right > ul .wp-block-pages-list__item {
    margin-right: 0;
    justify-content: flex-end;
}
.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    align-items: flex-start;
    justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open {
    display: flex;
    flex-direction: column;
    overflow: auto;
    z-index: 100000;
    padding: 24px;
    background-color: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    line-height: 48px;
    padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list {
    flex-direction: column;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container {
    background: transparent !important;
}
@media (min-width: 600px) {
    .wp-block-navigation__responsive-container:not(.is-menu-open) {
        display: flex;
        flex-direction: row;
        position: relative;
        background-color: inherit;
    }
    .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none;
    }
    .wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container,
    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container {
        left: 0;
    }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #232323;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    pointer-events: none;
    display: block;
    width: 24px;
    height: 24px;
}
.wp-block-navigation__responsive-container-open {
    display: flex;
}
@media (min-width: 600px) {
    .wp-block-navigation__responsive-container-open {
        display: none;
    }
}
.items-justified-left .wp-block-navigation__responsive-container-open {
    margin-left: 0;
    margin-right: auto;
}
.items-justified-center .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: auto;
}
.items-justified-right .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: 0;
}
.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
}
.wp-block-navigation__responsive-close {
    width: 100%;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    width: 100%;
    height: 100%;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon {
    display: none;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container {
    position: relative;
    opacity: 1;
    visibility: visible;
    padding: 0 0 0 32px;
    border: none;
}
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,
.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item {
    flex-direction: column;
    align-items: flex-start;
}
html.has-modal-open {
    overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-link__label {
    word-break: normal;
    overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-home-link__content {
    color: inherit;
    display: block;
    padding: 0.5em 1em;
}
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link,
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link__content,
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link__content:active,
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link__content:focus {
    text-decoration: inherit;
}
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-home-link__content,
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-home-link__content:active,
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-home-link__content:focus {
    text-decoration: none;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
    background-color: #fff;
    color: #232323;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
    top: -1px;
}
.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-wrap: wrap;
    background-color: inherit;
}
.wp-block-navigation .wp-block-pages-list__item {
    background-color: inherit;
}
.wp-block-navigation .wp-block-page-list__submenu-icon {
    display: none;
}
.is-open .wp-block-navigation__container .wp-block-page-list,
.is-vertical .wp-block-navigation__container .wp-block-page-list,
.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
    display: block;
}
@media (min-width: 480px) {
    .is-open .wp-block-navigation__container .wp-block-page-list {
        display: flex;
    }
}
.items-justified-space-between .wp-block-page-list {
    display: contents;
}
.is-small-text {
    font-size: 0.875em;
}
.is-regular-text {
    font-size: 1em;
}
.is-large-text {
    font-size: 2.25em;
}
.is-larger-text {
    font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: 0.68;
    font-weight: 100;
    margin: 0.05em 0.1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}
p.has-drop-cap.has-background {
    overflow: hidden;
}
p.has-background {
    padding: 1.25em 2.375em;
}
p.has-text-color a {
    color: inherit;
}
.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
}
.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.5em;
}
.wp-block-post-author__avatar {
    margin-right: 1em;
}
.wp-block-post-author__bio {
    margin-bottom: 0.7em;
    font-size: 0.7em;
}
.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0%;
}
.wp-block-post-author__name {
    font-weight: 700;
    margin: 0;
}
.wp-block-post-comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
    font-size: 0.875em;
    line-height: 1.8;
    margin: 0.36em 0 1.4em;
}
.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wp-block-post-comments .comment-author {
    line-height: 1.5;
    margin-left: -3.25em;
}
.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: 0.75em;
    width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
    font-style: normal;
}
.wp-block-post-comments .comment-meta {
    line-height: 1.5;
    margin-left: -3.25em;
}
.wp-block-post-comments .comment-body .commentmetadata {
    font-size: 0.75em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block;
}
.wp-block-post-comments .comment-form-comment textarea {
    box-sizing: border-box;
    width: 100%;
}
.wp-block-post-comments .reply {
    font-size: 0.75em;
    margin-bottom: 1.4em;
}
.wp-block-post-comments input,
.wp-block-post-comments textarea {
    border: 1px solid #949494;
}
.wp-block-post-comments-form input[type="submit"] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word;
}
.wp-block-post-excerpt__more-link,
.wp-block-post-title a {
    display: inline-block;
}
.wp-block-preformatted {
    white-space: pre-wrap;
}
.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em;
}
.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 1.25em;
}
.wp-block-pullquote p {
    font-size: 1.75em;
    line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative;
}
.wp-block-pullquote .has-text-color a {
    color: inherit;
}
.wp-block-pullquote:not(.is-style-solid-color) {
    background: none;
}
.wp-block-pullquote.is-style-solid-color {
    border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
}
.wp-block-pullquote cite {
    color: inherit;
}
.wp-block-post-template,
.wp-block-query-loop {
    max-width: 100%;
    list-style: none;
    padding: 0;
}
.wp-block-post-template li,
.wp-block-query-loop li {
    clear: both;
}
.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}
.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
    margin: 0 0 1.25em;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-post-template.is-flex-container li,
    .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em;
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - 0.625em);
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n) {
        margin-right: 0;
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - 0.83333em);
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n) {
        margin-right: 0;
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - 0.9375em);
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n) {
        margin-right: 0;
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em);
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n) {
        margin-right: 0;
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li,
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em);
    }
    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n),
    .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) {
        margin-right: 0;
    }
}
.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
    margin-right: 0;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 1.125em;
    text-align: right;
}
.wp-block-rss.wp-block-rss {
    box-sizing: border-box;
}
.wp-block-rss.alignleft {
    margin-right: 2em;
}
.wp-block-rss.alignright {
    margin-left: 2em;
}
.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%;
}
@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em);
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em);
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em);
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em);
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em);
    }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #555;
    font-size: 0.8125em;
}
.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 0.375em 0.625em;
    color: #32373c;
    margin-left: 0.625em;
    word-break: normal;
}
.wp-block-search .wp-block-search__button.has-icon {
    line-height: 0;
}
.wp-block-search .wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
}
.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}
.wp-block-search .wp-block-search__label {
    width: 100%;
}
.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 0.25em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0.125em 0.5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto;
}
.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.wp-block-separator.is-style-wide {
    border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    width: none;
    line-height: 1;
    height: auto;
}
.wp-block-separator.is-style-dots:before {
    content: "Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â·";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;
}
.wp-block-site-logo {
    line-height: 0;
}
.wp-block-site-logo a {
    display: inline-block;
}
.wp-block-site-logo.is-default-size img {
    width: 120px;
    height: auto;
}
.wp-block-site-logo .aligncenter {
    display: table;
}
.wp-block-site-logo.is-style-rounded img {
    border-radius: 9999px;
}
.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    margin: 4px 8px 4px 0;
}
.wp-block-social-links .wp-social-link a {
    padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
    width: 1em;
    height: 1em;
}
.wp-block-social-links.has-small-icon-size {
    font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
    font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
    font-size: 48px;
}
.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex;
}
.wp-block-social-links.alignright {
    justify-content: flex-end;
}
.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform 0.1s ease;
    height: auto;
}
@media (prefers-reduced-motion: reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s;
    }
}
.wp-block-social-link a {
    display: block;
    line-height: 0;
    transition: transform 0.1s ease;
}
.wp-block-social-link:hover {
    transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #232323;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #232323;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #232323;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #232323;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #232323;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #232323;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 0.66667em;
    padding-right: 0.66667em;
}
.wp-block-spacer {
    clear: both;
}
.wp-block-tag-cloud.aligncenter {
    text-align: center;
}
.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em;
}
.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
}
.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent;
}
.wp-block-table .has-border-color > *,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
    border-color: inherit;
}
.wp-block-table table[style*="border-style"] > *,
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr {
    border-style: inherit;
}
.wp-block-table table[style*="border-width"] > *,
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr {
    border-width: inherit;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex;
}
.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%;
}
pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap;
}
.wp-block-video {
    margin: 0 0 1em;
}
.wp-block-video video {
    width: 100%;
}
@supports (position: sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.wp-block-video.aligncenter {
    text-align: center;
}
.wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0;
}
.wp-block-post-featured-image a {
    display: inline-block;
}
.wp-block-post-featured-image img {
    max-width: 100%;
    height: auto;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%;
}
:root .has-pale-pink-background-color {
    background-color: #f78da7;
}
:root .has-vivid-red-background-color {
    background-color: #cf2e2e;
}
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900;
}
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900;
}
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5;
}
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084;
}
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc;
}
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3;
}
:root .has-vivid-purple-background-color {
    background-color: #9b51e0;
}
:root .has-white-background-color {
    background-color: #fff;
}
:root .has-very-light-gray-background-color {
    background-color: #eee;
}
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3;
}
:root .has-very-dark-gray-background-color {
    background-color: #313131;
}
:root .has-black-background-color {
    background-color: #232323;
}
:root .has-pale-pink-color {
    color: #f78da7;
}
:root .has-vivid-red-color {
    color: #cf2e2e;
}
:root .has-luminous-vivid-orange-color {
    color: #ff6900;
}
:root .has-luminous-vivid-amber-color {
    color: #fcb900;
}
:root .has-light-green-cyan-color {
    color: #7bdcb5;
}
:root .has-vivid-green-cyan-color {
    color: #00d084;
}
:root .has-pale-cyan-blue-color {
    color: #8ed1fc;
}
:root .has-vivid-cyan-blue-color {
    color: #0693e3;
}
:root .has-vivid-purple-color {
    color: #9b51e0;
}
:root .has-white-color {
    color: #fff;
}
:root .has-very-light-gray-color {
    color: #eee;
}
:root .has-cyan-bluish-gray-color {
    color: #abb8c3;
}
:root .has-very-dark-gray-color {
    color: #313131;
}
:root .has-black-color {
    color: #232323;
}
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0);
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082);
}
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900);
}
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e);
}
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3);
}
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c);
}
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0);
}
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e);
}
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0);
}
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5);
}
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e);
}
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc);
}
.has-small-font-size {
    font-size: 0.8125em;
}
.has-normal-font-size,
.has-regular-font-size {
    font-size: 1em;
}
.has-medium-font-size {
    font-size: 1.25em;
}
.has-large-font-size {
    font-size: 2.25em;
}
.has-huge-font-size,
.has-larger-font-size {
    font-size: 2.625em;
}
.has-text-align-center {
    text-align: center;
}
.has-text-align-left {
    text-align: left;
}
.has-text-align-right {
    text-align: right;
}
#end-resizable-editor-section {
    display: none;
}
.aligncenter {
    clear: both;
}
.items-justified-left {
    justify-content: flex-start;
}
.items-justified-center {
    justify-content: center;
}
.items-justified-right {
    justify-content: flex-end;
}
.items-justified-space-between {
    justify-content: space-between;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
@charset "UTF-8";
/*! animate.css -http://daneden.me/animate Version - 3.5.1 Licensed under the MIT license - http://opensource.org/licenses/MIT Copyright (c) 2016 Daniel Eden */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}
@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff url(../../../plugins/4as-timeline/public/images/ajax-loader.gif) center center no-repeat;
}
@font-face {
    font-display: swap;
    font-family: "slick";
    src: url(../../../plugins/4as-timeline/public/css/fonts/slick.eot);
    src: url("../../../plugins/4as-timeline/public/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url(../../../plugins/4as-timeline/public/css/fonts/slick.woff) format("woff"),
        url(../../../plugins/4as-timeline/public/css/fonts/slick.ttf) format("truetype"), url("../../../plugins/4as-timeline/public/css/fonts/slick.svg#slick") format("svg");
    font-weight: 400;
    font-style: normal;
}
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.3;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "ÃƒÂ¢Ã¢â‚¬ Ã‚Â";
}
[dir="rtl"] .slick-prev:before {
    content: "ÃƒÂ¢Ã¢â‚¬ Ã¢â‚¬â„¢";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "ÃƒÂ¢Ã¢â‚¬ Ã¢â‚¬â„¢";
}
[dir="rtl"] .slick-next:before {
    content: "ÃƒÂ¢Ã¢â‚¬ Ã‚Â";
}
.slick-dotted.slick-slider {
    margin-bottom: 5rem;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 4px;
    width: 25px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background-color: #eee;
    display: block;
    height: 4px;
    width: 25px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li.slick-active button {
    background-color: #8d8d8d;
}
.carousel-title {
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 2rem;
    color: #232323;
    font-size: 2.8rem;
    font-family: "Manrope", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid #232323;
    transition: border-bottom 1s;
    color: #8d8d8d;
    transition: color 0.5s;
}
.carousel-title span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff;
}
.slick-active .carousel-title {
    color: #232323;
}
.slick-active .carousel-title span {
    border-bottom: 3px solid #232323;
}
.carousel-event-card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 240px;
    text-align: center;
    background-color: #f7f7f7;
    border-bottom-width: 8px;
    border-bottom-style: solid;
}
.carousel-event-card {
    border-bottom-color: #787878;
}
.carousel-event-card.carousel-event-card--cameos,
div[data-category="cameos"] .carousel-event-card {
    border-bottom-color: #94cd85;
}
.carousel-event-card.carousel-event-card--characters,
div[data-category="characters"] .carousel-event-card {
    border-bottom-color: #fbb356;
}
.carousel-event-card.carousel-event-card--design,
div[data-category="design"] .carousel-event-card {
    border-bottom-color: #c75c64;
}
.carousel-event-card.carousel-event-card--diversity,
div[data-category="diversity"] .carousel-event-card {
    border-bottom-color: #0084a8;
}
.carousel-event-card.carousel-event-card--firsts,
div[data-category="firsts"] .carousel-event-card {
    border-bottom-color: #53898c;
}
.carousel-event-card.carousel-event-card--laughs,
div[data-category="laughs"] .carousel-event-card {
    border-bottom-color: #30bfc6;
}
.carousel-event-card.carousel-event-card--lines,
div[data-category="lines"] .carousel-event-card {
    border-bottom-color: #017ab5;
}
.carousel-event-card.carousel-event-card--music,
div[data-category="music"] .carousel-event-card {
    border-bottom-color: #c6c876;
}
.carousel-event-card.carousel-event-card--tech,
div[data-category="tech"] .carousel-event-card {
    border-bottom-color: #b0c5a8;
}
.carousel-event-card.carousel-event-card--women,
div[data-category="women"] .carousel-event-card {
    border-bottom-color: #f26a5d;
}
.carousel-event-card__media {
    width: 240px;
    height: auto;
    background-color: #595959;
    color: #fff;
}
.carousel-event-card__content {
    background-color: #f7f7f7;
    text-align: left;
    padding: 2rem;
    color: #232323;
}
.carousel-event-card__title {
    font-family: "Manrope", sans-serif;
    font-size: 1.6rem;
    text-align: left;
    padding: 0;
}
.timeline-body--desktop .timeline-category-page {
    display: none;
}
#category-intro-page-content {
    display: none;
}
.timeline-landing {
    padding-top: 10vh;
}
.timeline-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5vh;
    max-width: 240px;
}
@media only screen and (min-width: 30em) {
    .timeline-logo {
        max-width: 280px;
    }
}
@media only screen and (min-width: 48em) {
    .timeline-logo {
        max-width: 100%;
        margin-bottom: 56px;
        transition: all 0.6s;
    }
    .timeline-logo.js-logo {
        filter: brightness(0) invert(1);
    }
}
.timeline-category-page .timeline-logo {
    max-width: 185px;
    margin-bottom: 0;
}
.timeline-description {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0;
    margin-bottom: 10vh;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    color: #595959;
    font-family: "Arial", sans-serif;
    font-size: 4.25vw;
    letter-spacing: normal;
    line-height: 28px;
    text-transform: none;
}
@media only screen and (min-width: 30em) {
    .timeline-description {
        font-size: 2.2rem;
        line-height: 32px;
    }
}
@media only screen and (min-width: 48em) {
    .timeline-description {
        padding-left: 0;
        padding-right: 0;
    }
}
.timeline-.FAs-header {
    background-color: #fff;
}
.timeline-.FAs-header__container {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 110px;
}
.landing-page .timeline-.FAs-header {
    color: #595959;
}
.timeline-.FAs-header.js-timeline-.FAs-header--smaller {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    margin-bottom: 0;
}
.timeline-.FAs-header.js-timeline-.FAs-header--smaller .timeline-.FAs-header__logo {
    margin-bottom: 4rem;
    max-width: 184px;
}
.timeline-.FAs-header.js-timeline-.FAs-header--smaller .timeline-.FAs-header__container {
    padding-top: 40px;
}
.timeline-category__.FAs-header {
    position: fixed;
    top: 148px;
    z-index: 10;
    width: 100%;
    padding-top: 4rem;
    transition: all 0.4s;
}
.timeline-category__container {
    position: relative;
    margin-bottom: 3rem;
    padding-top: 105px;
    min-height: 430px;
    transition: all 0.5s ease;
    background-color: #787878;
}
.timeline-category__container.js-sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    min-height: 1px;
}
@media only screen and (min-width: 60em) {
    .timeline-category__container {
        padding-top: 9.5rem;
        padding-bottom: 7.5rem;
    }
}
@media screen and (min-width: 64.0625em) {
    .timeline-category__container {
        margin-top: 383px;
        margin-bottom: 0;
    }
}
.category-switcher {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 35px;
}
.category-switcher--prev {
    left: 10px;
}
.category-switcher--next {
    right: 10px;
}
.timeline-category__name {
    margin-bottom: 2rem;
    padding-bottom: 0;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 3.2rem;
    letter-spacing: normal;
}
@media only screen and (min-width: 48em) {
    .timeline-category__name {
        font-size: 6rem;
    }
}
.js-sticky .timeline-category__name {
    margin-bottom: 0;
}
.timeline-category__description {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-family: "Arial", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}
@media only screen and (min-width: 30em) {
    .timeline-category__description {
        max-width: 50vw;
    }
}
@media only screen and (min-width: 48em) {
    .timeline-category__description {
        max-width: 500px;
        font-size: 2.2rem;
    }
}
.js-animated-icon {
    animation-delay: 1s;
}
.timeline-navigation {
    position: relative;
    z-index: 2;
    padding-top: 4rem;
    border-bottom: 1px solid #fff;
    transition: all 1s;
}
.timeline-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.timeline-navigation li {
    margin-right: 2.5rem;
    padding-bottom: 2.5rem;
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-size: 2rem;
    line-height: 1;
    text-transform: uppercase;
}
.timeline-navigation li:last-child {
    margin-right: 0;
}
.timeline-navigation li a {
    color: #737373;
}
.timeline-navigation li.selected {
    border-bottom: 3px solid #232323;
}
.timeline-navigation li.selected a {
    color: #232323;
}
@media screen and (min-width: 80em) {
    .timeline-navigation li {
        margin-right: 5rem;
    }
}
.timeline-navigation.js-active {
    border-bottom: 1px solid #d5d5d5;
}
.timeline-navigation.js-active li a {
    color: rgba(255, 255, 255, 0.7);
}
.timeline-navigation.js-active li.selected a {
    color: #232323;
}
.js-timeline-.FAs-header--smaller .timeline-navigation {
    padding-top: 0;
    border-bottom: 1px solid #232323;
}
.events-teaser {
    border-top: 1px solid #eee;
    position: relative;
    height: 10000px;
    background-image: url(../../../plugins/4as-timeline/public/images/bg-desktop-timeline-events.png);
    background-repeat: repeat-y;
    background-position: top right;
}
.small-window-notice {
    opacity: 0.98;
    background: #222;
    color: rgba(255, 255, 255, 0.6);
}
.loading-overlay {
    opacity: 0.8;
    background: #fff;
}
.loading-overlay--mobile {
    opacity: 1;
}
.loading-overlay,
.small-window-notice {
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.no-events-notice {
    padding: 2rem 0;
    font-family: "Manrope", sans-serif;
}
.timeline-body--desktop .no-events-notice {
    padding: 5rem 0;
    display: none;
}
.timeline-time {
    position: fixed;
    top: calc(50% + 74px);
    right: 50px;
    color: #888;
}
.timeline-time time {
    display: none;
    position: relative;
    font-family: "Manrope", sans-serif;
}
.timeline-time time::after {
    position: absolute;
    top: 50%;
    left: 60px;
    content: "";
    display: block;
    height: 2px;
    width: 41px;
    background-color: #888;
}
.decade-separator {
    display: none;
    position: fixed;
    top: calc(50% + 74px);
    right: 50px;
    font-family: "Arial", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: lowercase;
    z-index: -10;
    color: #dcdcdc;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #dcdcdc;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
.decade-separator span {
    padding: 0 10px;
}
.c-timeline-year {
    position: relative;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #929292;
    text-align: left;
    font-family: "Manrope", sans-serif;
    font-size: 1.9rem;
}
.c-timeline-year:after {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    margin-left: 10px;
    content: "";
    display: inline-block;
    width: 80%;
    height: 1px;
    background-color: #8d8d8d;
}
.go-back,
#go-back {
    display: none;
}
.go-back,
#go-back,
.view-more {
    margin-bottom: 2rem;
    font-family: "Manrope", sans-serif;
}
.go-back.go-back--single,
#go-back.go-back--single,
.view-more.go-back--single {
    margin-top: 5rem;
    display: block;
}
.go-back a,
#go-back a,
.view-more a {
    color: #232323;
    text-decoration: underline;
}
.timeline-category__container .go-back,
.timeline-category__container #go-back,
.timeline-category__container .view-more {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.6rem;
    width: 100%;
    color: #fff;
}
.go-back-to-top {
    color: #232323;
    text-decoration: underline;
    font-size: 1.6rem;
}
#event-overlay {
    max-width: 930px;
    width: 100%;
    height: 100%;
}
#event-overlay article {
    min-height: 100%;
}
.event-overlay-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1;
    cursor: pointer;
}
.c-event-card {
    color: #232323;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    max-width: 280px;
    padding-bottom: 1.5rem;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-bottom-color: #787878;
    background-color: #f7f7f7;
}
@media only screen and (min-width: 30em) {
    .c-event-card {
        max-width: 440px;
    }
}
@media only screen and (min-width: 37.5em) {
    .c-event-card {
        max-width: 512px;
    }
}
.c-event-card:after {
    content: "";
    display: table;
    clear: both;
}
.c-event-card a {
    color: #232323;
}
.c-event-card a:focus,
.c-event-card a:active {
    outline: none;
}
.c-event-card .svg-icon {
    margin-top: 1rem;
    float: right;
}
@media only screen and (min-width: 64em) {
    .c-event-card {
        position: relative;
        margin-bottom: 0;
    }
    .c-event-card:before {
        position: absolute;
        z-index: -1;
        top: -20px;
        left: -20px;
        content: "";
        width: 65%;
        height: 65%;
        opacity: 0.5;
        background-color: #787878;
    }
    .c-event-card.js-highlight {
        box-shadow: 2px 6px 12px 0 rgba(0, 0, 0, 0.6);
        transition: 0.3s;
    }
}
.c-event-card__media {
    position: relative;
}
.c-event-card__title {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    color: #232323;
    font-family: "Manrope", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    text-align: left;
}
.c-event-card__content {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
}
.c-event-card__content p {
    padding-bottom: 0;
    font-family: "Arial", sans-serif;
    font-size: 1.6rem;
}
.c-event-card--behindthescenes {
    border-bottom-color: #787878;
}
.c-event-card--behindthescenes:before {
    background-color: #787878;
}
.c-event-card--cameos {
    border-bottom-color: #94cd85;
}
.c-event-card--cameos:before {
    background-color: #94cd85;
}
.c-event-card--characters {
    border-bottom-color: #fbb356;
}
.c-event-card--characters:before {
    background-color: #fbb356;
}
.c-event-card--design {
    border-bottom-color: #c75c64;
}
.c-event-card--design:before {
    background-color: #c75c64;
}
.c-event-card--diversity {
    border-bottom-color: #0084a8;
}
.c-event-card--diversity:before {
    background-color: #0084a8;
}
.c-event-card--firsts {
    border-bottom-color: #53898c;
}
.c-event-card--firsts:before {
    background-color: #53898c;
}
.c-event-card--laughs {
    border-bottom-color: #30bfc6;
}
.c-event-card--laughs:before {
    background-color: #30bfc6;
}
.c-event-card--lines {
    border-bottom-color: #017ab5;
}
.c-event-card--lines:before {
    background-color: #017ab5;
}
.c-event-card--music {
    border-bottom-color: #c6c876;
}
.c-event-card--music:before {
    background-color: #c6c876;
}
.c-event-card--tech {
    border-bottom-color: #b0c5a8;
}
.c-event-card--tech:before {
    background-color: #b0c5a8;
}
.c-event-card--women {
    border-bottom-color: #f26a5d;
}
.c-event-card--women:before {
    background-color: #f26a5d;
}
.c-event-card__year {
    display: none;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 24px;
}
.event-overlay-close {
    display: none;
}
.single-timeline-article .logo {
    display: none;
}
.single-timeline-article {
    background-color: #fff;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media only screen and (min-width: 48em) {
    .single-timeline-article {
        padding-top: 8rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media only screen and (min-width: 64em) {
    .single-timeline-article {
        padding-left: 135px;
        padding-right: 135px;
    }
}
.single-timeline-title {
    font-family: "Manrope", sans-serif;
    color: #232323;
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: none;
    text-align: center;
}
@media only screen and (min-width: 64em) {
    .single-timeline-title {
        max-width: 670px;
        margin-left: auto;
        margin-right: auto;
    }
}
.single-timeline-content {
    text-align: left;
}
.single-timeline-content > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.single-timeline-content iframe {
    width: 100%;
}
.single-timeline-content > p,
.single-timeline-content > ol,
.single-timeline-content > ul,
.single-timeline-content > li,
.single-timeline-content > h2,
.single-timeline-content > h3,
.single-timeline-content > h4,
.single-timeline-content > h5,
.single-timeline-content > h6 {
    word-wrap: break-word;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #595959;
}
@media only screen and (min-width: 37.5em) {
    .single-timeline-content > p,
    .single-timeline-content > ol,
    .single-timeline-content > ul,
    .single-timeline-content > li,
    .single-timeline-content > h2,
    .single-timeline-content > h3,
    .single-timeline-content > h4,
    .single-timeline-content > h5,
    .single-timeline-content > h6 {
        font-size: 2rem;
    }
}
@media only screen and (min-width: 48em) {
    .single-timeline-content > p,
    .single-timeline-content > ol,
    .single-timeline-content > ul,
    .single-timeline-content > li,
    .single-timeline-content > h2,
    .single-timeline-content > h3,
    .single-timeline-content > h4,
    .single-timeline-content > h5,
    .single-timeline-content > h6 {
        margin-left: auto;
        margin-right: auto;
        max-width: 670px;
    }
}
.single-timeline-content blockquote {
    border-left: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: "Manrope", sans-serif;
    font-size: 2.4rem;
}
@media only screen and (min-width: 48em) {
    .single-timeline-content blockquote {
        font-size: 3.2rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 670px;
    }
}
@media only screen and (min-width: 64em) {
    .single-timeline-content blockquote {
        font-size: 4.8rem;
        line-height: 5.6rem;
        letter-spacing: -1.5px;
    }
}
.single-timeline-content blockquote:before,
.single-timeline-content blockquote:after {
    content: "\201C";
    display: block;
    text-align: left;
    font-size: 4rem;
    line-height: 1;
}
.single-timeline-content blockquote:after {
    content: "\201D";
    text-align: right;
}
blockquote {
    color: #787878;
}
.single-timeline-cameos blockquote {
    color: #94cd85;
}
.single-timeline-characters blockquote {
    color: #fbb356;
}
.single-timeline-design blockquote {
    color: #c75c64;
}
.single-timeline-diversity blockquote {
    color: #0084a8;
}
.single-timeline-firsts blockquote {
    color: #53898c;
}
.single-timeline-laughs blockquote {
    color: #30bfc6;
}
.single-timeline-lines blockquote {
    color: #017ab5;
}
.single-timeline-music blockquote {
    color: #c6c876;
}
.single-timeline-tech blockquote {
    color: #b0c5a8;
}
.single-timeline-women blockquote {
    color: #f26a5d;
}
.single-timeline-year blockquote {
    color: #929292;
}
.single-timeline-footer {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
}
@media only screen and (min-width: 48em) {
    .single-timeline-footer {
        margin-left: auto;
        margin-right: auto;
        max-width: 670px;
    }
}
.single-timeline-footer:after {
    content: "";
    display: table;
    clear: both;
}
.single-timeline-footer .svg-icon-container {
    float: right;
}
.addthis_sharing_toolbox {
    display: inline-block;
}
.single-timeline-share {
    color: #595959;
}
.single-timeline-year {
    padding-bottom: 15px;
    color: #595959;
    font-family: "Manrope", sans-serif;
    font-size: 1.6rem;
    text-align: center;
}
@media screen and (min-width: 64.0625em) {
    .single-timeline-footer {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 64.0625em) {
    .single-timeline-article {
        margin-left: auto;
        margin-right: auto;
        max-width: 940px;
    }
    .single-timeline-title {
        font-size: 3.6rem;
    }
    .single-timeline-content > p,
    .single-timeline-content > ol,
    .single-timeline-content > ul,
    .single-timeline-content > li,
    .single-timeline-content > h2,
    .single-timeline-content > h3,
    .single-timeline-content > h4,
    .single-timeline-content > h5,
    .single-timeline-content > h6 {
        padding-left: 0;
        padding-right: 0;
        font-size: 2rem;
    }
}
.single-timeline-carousel {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7f7f7;
}
@media only screen and (min-width: 37.5em) {
    .single-timeline-carousel {
        max-width: 480px;
    }
}
@media only screen and (min-width: 48em) {
    .single-timeline-carousel {
        max-width: 670px;
    }
}
.iframe-container {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.svg-icon {
    display: inline-block;
    width: 1.6em;
    height: 1.6em;
    stroke-width: 0;
    stroke: #595959;
    fill: #595959;
}
.svg-icon--white {
    stroke: #fff;
    fill: #fff;
}
.svg-icon--large {
    width: 50px;
    height: 50px;
}
.svg-icon-spinner2 {
    width: 48px;
    height: 48px;
}
.timeline-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    margin-left: -24px;
    margin-top: -24px;
}
.u-color-cameos {
    background-color: #94cd85;
}
.u-color-characters {
    background-color: #fbb356;
}
.u-color-design {
    background-color: #c75c64;
}
.u-color-diversity {
    background-color: #0084a8;
}
.u-color-firsts {
    background-color: #53898c;
}
.u-color-laughs {
    background-color: #30bfc6;
}
.u-color-lines {
    background-color: #017ab5;
}
.u-color-music {
    background-color: #c6c876;
}
.u-color-tech {
    background-color: #b0c5a8;
}
.u-color-women {
    background-color: #f26a5d;
}
.u-color-black {
    color: #232323;
}
.u-color-behindthescenes {
    background-color: #787878;
}
body.page .main-nav.js-static {
    position: static;
}
.js-scroll {
    padding-top: 300px;
}
.at4m-dock-toggle,
.at4m-dock,
.hide {
    display: none !important;
}
@media print {
    .timeline-.FAs-header,
    .events-teaser,
    .timeline-time,
    .event-overlay-close,
    .iframe-container,
    .timeline-category__.FAs-header,
    .addthis_sharing_toolbox {
        display: none !important;
    }
    .single-timeline-article .logo {
        display: block !important;
        width: 185px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    #event-overlay .single-timeline-article {
        width: 480px !important;
        margin-left: auto;
        margin-right: auto;
    }
    #event-overlay blockquote {
        font-size: 12pt;
        border-width: 0;
    }
    #event-overlay blockquote:before,
    #event-overlay blockquote:after {
        font-size: 12pt;
    }
    .single-timeline-title {
        font-size: 16pt;
    }
    .single-timeline-content > p,
    .single-timeline-content > ol,
    .single-timeline-content > ul,
    .single-timeline-content > li,
    .single-timeline-content > h2,
    .single-timeline-content > h3,
    .single-timeline-content > h4,
    .single-timeline-content > h5,
    .single-timeline-content > h6 {
        font-size: 10pt;
        line-height: 1.25;
    }
}
#btn_submit {
    border: 3px solid;
    border-width: 4px;
    padding: 16px 30px 14px;
    border-color: #191e28;
}
#btn_submit:hover {
    color: #fff;
    background-color: #191e28;
}
.popover.top {
    margin-top: -10px;
}
.fade.in {
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.popover {
    position: absolute;
    top: 64.5%;
    left: 20%;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}
.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
    font-size: 10px;
}
#wordfenceBox,
#wfboxOverlay,
#wfboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 16777271;
    overflow: hidden;
}
#wfboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#wfboxMiddleLeft,
#wfboxBottomLeft {
    clear: left;
}
#wfboxContent {
    position: relative;
}
#wfboxLoadedContent {
    overflow: auto;
}
#wfboxTitle {
    margin: 0;
}
#wfboxLoadingOverlay,
#wfboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#wfboxPrevious,
#wfboxNext,
#wfboxClose,
#wfboxSlideshow {
    cursor: pointer;
}
.wfboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
}
.wfboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
#wfboxOverlay {
    background: #777;
    background: -webkit-radial-gradient(rgba(120, 120, 120, 0.8), rgba(100, 100, 100, 0.8) 50%, rgba(70, 70, 70, 1));
    background: -moz-radial-gradient(rgba(120, 120, 120, 0.6), rgba(100, 100, 100, 0.8) 20%, rgba(70, 70, 70, 1));
}
#wordfenceBox {
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}
#wfboxContent {
    background: #fff;
    overflow: hidden;
    padding: 0 0 8px;
    margin: 20px;
    -webkit-border-radius: 3px 3px 2px 2px;
    -moz-border-radius: 3px 3px 2px 2px;
    border-radius: 3px 3px 2px 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-background-clip: padding-box;
}
#wfboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#wfboxLoadedContent {
    margin: 10px 20px 28px 20px;
    font-family: Arial;
    color: #333;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
#wfboxTitle {
    position: absolute;
    bottom: 8px;
    left: 5px;
    text-align: center;
    width: 100%;
    color: #949494;
}
#wfboxCurrent {
    position: absolute;
    bottom: 8px;
    left: 63px;
    color: #949494;
    text-indent: -9999px;
}
#wfboxSlideshow {
    position: absolute;
    bottom: 8px;
    right: 35px;
    color: #0092ef;
}
#wfboxPrevious {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: url(../../../plugins/wordfence/images/lightbox-controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#wfboxPrevious.hover {
    background-position: -75px -25px;
}
#wfboxNext {
    position: absolute;
    bottom: 5px;
    left: 32px;
    background: url(../../../plugins/wordfence/images/lightbox-controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#wfboxNext.hover {
    background-position: -50px -25px;
}
#wfboxLoadingOverlay {
    background: url(../../../plugins/wordfence/images/loading_background.png) no-repeat center center;
}
#wfboxLoadingGraphic {
    background: url(../../../plugins/wordfence/images/loading.gif) no-repeat center center;
}
#wfboxClose {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url(../../../plugins/wordfence/images/lightbox-controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
#wfboxClose.hover {
    background-position: -25px -25px;
}
.wfboxIE #wfboxTopLeft,
.wfboxIE #wfboxTopCenter,
.wfboxIE #wfboxTopRight,
.wfboxIE #wfboxBottomLeft,
.wfboxIE #wfboxBottomCenter,
.wfboxIE #wfboxBottomRight,
.wfboxIE #wfboxMiddleLeft,
.wfboxIE #wfboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
#wordfenceBox,
#wordfenceBox:before,
#wordfenceBox:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#wordfenceBox h1,
#wordfenceBox h2,
#wordfenceBox h3,
#wordfenceBox h4,
#wordfenceBox h5,
#wordfenceBox h6 {
    display: block;
    font-weight: 600;
}
#wordfenceBox h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
#wordfenceBox h2,
#wordfenceBox h3 {
    font-size: 1.3em;
    margin: 1em 0;
}
#wordfenceBox h1,
#wordfenceBox h2,
#wordfenceBox h3 {
    color: #23282d;
}
#wordfenceBox p {
    font-size: 13px;
    line-height: 1.5;
    margin: 1em 0;
}
#wordfenceBox .textright {
    text-align: right;
}
#wordfenceBox .button,
#wordfenceBox .button-primary,
#wordfenceBox .button-secondary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#wordfenceBox .button,
#wordfenceBox .button-secondary {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
}
#wordfenceBox p .button {
    vertical-align: baseline;
    font-family: Arial, san-serif;
    font-weight: 400;
    text-transform: none;
}
#wordfenceBox p code {
    padding: 3px 5px 2px;
    margin: 0 1px;
    background: #eaeaea;
    background: rgba(0, 0, 0, 0.07);
    font-size: 13px;
}
#wordfenceBox .button-secondary:focus,
#wordfenceBox .button-secondary:hover,
#wordfenceBox .button.focus,
#wordfenceBox .button.hover,
#wordfenceBox .button:focus,
#wordfenceBox .button:hover {
    background: #fafafa;
    border-color: #999;
    color: #23282d;
}
#wordfenceBox a.wfboxhelp {
    float: left;
    background-image: url(../../../plugins/wordfence/images/help.png);
    width: 12px;
    height: 12px;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0;
    margin: 9px 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
.exactmetrics-roller {
    display: inline-block;
    position: relative;
    width: 58px;
    height: 58px;
}
.exactmetrics-roller div {
    -webkit-animation: exactmetrics-roller 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: exactmetrics-roller 1.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 29px 29px;
    -ms-transform-origin: 29px 29px;
    transform-origin: 29px 29px;
}
.exactmetrics-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6528f5;
    margin: -4px 0 0 -4px;
}
.exactmetrics-roller div:first-child {
    -webkit-animation-delay: -36ms;
    animation-delay: -36ms;
}
.exactmetrics-roller div:nth-child(2) {
    -webkit-animation-delay: -72ms;
    animation-delay: -72ms;
}
.exactmetrics-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}
.exactmetrics-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}
.exactmetrics-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}
.exactmetrics-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}
.exactmetrics-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}
.exactmetrics-roller div:first-child:after {
    top: 49px;
    left: 44px;
}
.exactmetrics-roller div:nth-child(2):after {
    top: 54px;
    left: 28px;
}
.exactmetrics-roller div:nth-child(3):after {
    top: 48px;
    left: 13px;
}
.exactmetrics-roller div:nth-child(4):after {
    top: 35px;
    left: 5px;
}
.exactmetrics-roller div:nth-child(5):after {
    top: 19px;
    left: 6px;
}
.exactmetrics-roller div:nth-child(6):after {
    top: 8px;
    left: 15px;
}
.exactmetrics-roller div:nth-child(7):after {
    top: 4px;
    left: 29px;
}
@-webkit-keyframes exactmetrics-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes exactmetrics-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
#wpadminbar .exactmetrics-frontend-stats {
    position: absolute;
    top: 32px;
    background: #fff;
    width: 100vw;
    left: 0;
    color: #232323;
    padding: 0 20px 20px;
    -webkit-box-shadow: 0 5px 25px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 25px -10px rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 104px;
}
@media (max-width: 1023px) {
    #wpadminbar .exactmetrics-frontend-stats {
        padding: 0 20px 20px;
    }
}
@media (max-width: 782px) {
    #wpadminbar .exactmetrics-frontend-stats {
        top: 46px;
    }
}
#wpadminbar .exactmetrics-adminbar-menu-item {
    position: static;
}
@media (max-width: 782px) {
    #wpadminbar .exactmetrics-adminbar-menu-item {
        display: block;
    }
    #wpadminbar .exactmetrics-adminbar-menu-item .exactmetrics-admin-bar-handle-text {
        display: none;
    }
    #wpadminbar .exactmetrics-adminbar-menu-item .dashicons-chart-bar:before {
        font-size: 28px;
        margin-top: 10px;
        width: 28px;
        height: 28px;
    }
}
#wpadminbar .exactmetrics-toggle {
    cursor: pointer;
}
#wpadminbar .exactmetrics-toggle-active {
    background: #fff;
    color: #393f4c;
}
#wpadminbar .exactmetrics-toggle-active:focus,
#wpadminbar .exactmetrics-toggle-active:hover {
    color: #6528f5;
}
#wpadminbar .ab-item.exactmetrics-toggle-active .ab-icon:before {
    color: #393f4c;
}
#wpadminbar .ab-top-menu > li:hover .ab-item.exactmetrics-toggle-active {
    background: #fff;
    color: #393f4c;
}
#wpadminbar .ab-top-menu > li:hover .ab-item.exactmetrics-toggle-active .ab-icon,
#wpadminbar .ab-top-menu > li:hover .ab-item.exactmetrics-toggle-active .ab-icon:before {
    color: #393f4c;
}
#wpadminbar .ab-top-menu > li:hover .ab-item.exactmetrics-toggle-active:focus,
#wpadminbar .ab-top-menu > li:hover .ab-item.exactmetrics-toggle-active:focus .ab-icon:before,
#wpadminbar .ab-top-menu > li:hover .ab-item.exactmetrics-toggle-active:hover,
#wpadminbar .ab-top-menu > li:hover .ab-item.exactmetrics-toggle-active:hover .ab-icon:before {
    color: #6528f5;
}
#wpadminbar .exactmetrics-frontend-stats-inner h3 {
    font-size: 13px;
    line-height: 1;
    color: #4d3f7a;
    margin: 13px 0;
    font-weight: 500;
}
#wpadminbar .exactmetrics-frontend-stats-inner h3 span {
    line-height: 1;
    font-weight: 700;
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-frontend-stats-grey-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f4f3f7;
    border-radius: 10px;
    padding-top: 24px;
    padding-bottom: 24px;
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-frontend-stats-grey-area .exactmetrics-stats-column {
    margin-right: 20px;
    padding-left: 60px;
    border-left: 1px solid #d6e2ed;
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-frontend-stats-grey-area .exactmetrics-stats-column:first-child {
    border: none;
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-frontend-stats-grey-area:not(.exactmetrics-pageinsights-data) .exactmetrics-frontend-column-button,
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-frontend-stats-grey-area:not(.exactmetrics-pageinsights-data) .exactmetrics-stats-column:last-child {
    border: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 881px) {
    #wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-frontend-stats-grey-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 20px 0;
    }
    #wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-frontend-stats-grey-area .exactmetrics-stats-column {
        width: calc(50% - 20px);
        padding: 0;
        margin: 0 0 20px;
        border: none;
    }
    #wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-frontend-stats-grey-area .exactmetrics-stats-column:last-child {
        width: 100%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-frontend-infobox-change,
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-frontend-infobox-change div,
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-frontend-infobox-change span {
    line-height: 1;
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-reports-infobox-compare,
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-reports-infobox-prev {
    display: inline-block;
}
@media (max-width: 1280px) {
    #wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-reports-infobox-compare,
    #wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-reports-infobox-prev {
        float: none;
        clear: both;
    }
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-reports-infobox-compare {
    color: #9087ac;
    font-size: 12px;
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-reports-infobox-prev {
    font-size: 14px;
    margin-right: 6px;
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-reports-infobox-prev .exactmetrics-arrow {
    vertical-align: middle;
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-arrow {
    width: 10px;
    height: 11px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-arrow.exactmetrics-down {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAXVBMVEUAAADYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjip09rAAAAHnRSTlMA8IciAeKVlnAwD/bp1ci5on1URtyyl2dhPzccFQOiNcZVAAAAg0lEQVQoz9XNWQ6DMAxFUUNCmwBl7Dx4/8tsjCAvQd4A98OWdT5MaOr74UtaLTOPqhRByuNL7fxefs9ZoOPmlYsdmB3RLdzFOxV759BMHQv5REqWJjKV7NZEGRc4WVqpMqu4CBtdP4s8IoAujQwACAFAAI3OABAgJ4BGgJzkuVrt0+sPB0gVjZ7FTpgAAAAASUVORK5CYII=);
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-arrow.exactmetrics-down.exactmetrics-green {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAWlBMVEUAAABcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKXnJVaBAAAAHXRSTlMADloG+qFg0bOrm1RNGJCAd3FoRe/Zyci8kjIuLCxb7jsAAACJSURBVCjP3cpbFsIgDEXRC8G29mVrfWvmP00DcREtHYHnI0A2sB7T5LEVnZh52RLHkv8DeblCnhTnnc/DSlquZXWQd+1+ZIwrwoWlqzORv7EBS4jnjbLMCUYAfaKGPlIlaIFMO5UuKGidUhp6BYwsAULOhxVYldFewagAowxFxwiNQkkKZf38DW9jKhaFyDomEwAAAABJRU5ErkJggg==);
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-arrow.exactmetrics-up {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAaCAMAAAB1owf/AAAAWlBMVEUAAABcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKVcwKXnJVaBAAAAHXRSTlMA8Icj45jrlzD20bqkfXJkV0sUD9zWxbaLcT43HO3asg8AAACASURBVCjP3clJFsIgEADRisRA5slZuf81ReQ1UZILpBa1+SyaDeup3OotsPa4AUIJCCUQKYVIERKKcC7dKqEIp1fmfugDRcgVXui+JFAogtB60nDxYBDh5mng6p49WQj6IyNTZcsHP0JjbQfMd8Of0I9IIqEdSOGkXZWhrpsJ6Q1+nBSNjDcDLgAAAABJRU5ErkJggg==);
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-arrow.exactmetrics-up.exactmetrics-red {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAMAAAAc9R5vAAAAV1BMVEUAAADYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjjYNjhHHlCMAAAAHHRSTlMALTzj+N0V79kkHNVD0U5IIBnqy8K3VTcSB704vhc5cQAAAJRJREFUKM/VjUkSwyAMBIeACRhsvC+J/v/ORErZcOADmYOm1F0lIccH51HJoIl0xbQNfaOHKhdT4ZKmLfnoiGrGOirixpsH3p8ySmM7+Zp4bvIrWOaH8MkrrofXlzlmOaHwE1ATd2fx4jZvXAK7/FmgmUdkgWj4hFSPUqA3ZBIQ1w2FELMm5GTB+XOxV8S5EM3nvX4AV4MVrf6KAvgAAAAASUVORK5CYII=);
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-red {
    color: #d73638;
}
#wpadminbar .exactmetrics-frontend-stats-inner .exactmetrics-green {
    color: #5cc0a5;
}
#wpadminbar .exactmetrics-stats-label {
    font-weight: 700;
    color: #4d3f7a;
    font-size: 13px;
    line-height: 1;
}
#wpadminbar .exactmetrics-stats-value {
    font-size: 32px;
    color: #210f59;
    margin: 6px 0 5px;
    line-height: 1;
}
#wpadminbar .exactmetrics-stats-column-title {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#wpadminbar .exactmetrics-stats-column-title .exactmetrics-stats-value {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}
#wpadminbar .exactmetrics-frontend-stats-loading {
    text-align: center;
    position: absolute;
    z-index: 90;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 100px;
}
#wpadminbar .exactmetrics-frontend-spinner {
    animation: exactmetrics-rotate-loading 1.5s linear 0s infinite normal;
    -webkit-animation: exactmetrics-rotate-loading 1.5s linear 0s infinite normal;
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 100%;
    border-color: rgba(0, 0, 0, 0) #4b9ce4;
    border-style: solid;
    border-width: 0.25em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0);
    cursor: default;
    display: inline-block;
    height: 2.5em;
    margin: 10px auto;
    padding: 0;
    width: 2.5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#wpadminbar a.exactmetrics-button,
#wpadminbar button.exactmetrics-button {
    background: #6528f5;
    border: solid #6528f5;
    border-width: 1px 1px 2px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-decoration: none;
    line-height: 1;
    height: auto;
}
#wpadminbar a.exactmetrics-button:focus,
#wpadminbar a.exactmetrics-button:hover,
#wpadminbar button.exactmetrics-button:focus,
#wpadminbar button.exactmetrics-button:hover {
    background-color: #37276a;
    border-color: #37276a;
    color: #fff;
    border-width: 1px 1px 2px;
}
#wpadminbar .exactmetrics-widget-error {
    padding: 0;
    text-align: center;
}
#wpadminbar .exactmetrics-widget-error h2 {
    font-size: 18px;
    font-weight: 700;
}
#wpadminbar .exactmetrics-widget-error h2:before {
    display: none;
}
#wpadminbar .exactmetrics-widget-error .exactmetrics-error-title {
    font-weight: 700;
    font-size: 24px;
}
#wpadminbar .exactmetrics-widget-error .exactmetrics-error-content {
    font-size: 16px;
}
#wpadminbar .exactmetrics-widget-error .exactmetrics-error-footer {
    margin: 35px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #ccc;
}
#wpadminbar .exactmetrics-widget-error .swal2-icon,
#wpadminbar .exactmetrics-widget-error .swal2-icon *,
#wpadminbar .swal2-icon {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#wpadminbar .swal2-icon {
    border: 0.25em solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    cursor: default;
    height: 5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    width: 5em;
    zoom: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#wpadminbar .swal2-animate-error-icon .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s;
    -webkit-animation: swal2-animate-error-x-mark 0.5s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}
#wpadminbar .swal2-animate-error-icon {
    animation: swal2-animate-error-icon 0.5s;
    -webkit-animation: swal2-animate-error-icon 0.5s;
}
#wpadminbar .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
    left: 1.0625em;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#wpadminbar .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    background-color: #f27474;
    border-radius: 0.125em;
    display: block;
    height: 0.3125em;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
}
#wpadminbar .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
    right: 1em;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#wpadminbar .swal2-icon.swal2-error {
    border-color: #f27474;
}
#wpadminbar .quicklinks .exactmetrics-powered-by {
    display: none;
}
@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}
@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}
@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }
    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }
    80% {
        margin-top: -0.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }
    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }
    80% {
        margin-top: -0.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    to {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
#wpadminbar .exactmetrics-not-authenticated-notice {
    text-align: center;
    font-family: Arial, Helvetica, Trebuchet MS, sans-serif;
    margin-bottom: 17px;
    border: none;
}
#wpadminbar .exactmetrics-not-authenticated-notice h3 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin-top: 17px;
}
#wpadminbar .exactmetrics-not-authenticated-notice .exactmetrics-settings-input-authenticate {
    max-width: 975px;
    margin-left: auto;
    margin-right: auto;
}
#wpadminbar .exactmetrics-not-authenticated-notice .exactmetrics-settings-input-authenticate p {
    font-size: 15px;
    line-height: 1.4;
    color: #222;
    margin: 5px 0 30px;
}
#wpadminbar .exactmetrics-not-authenticated-notice .exactmetrics-settings-input-authenticate .exactmetrics-wp-button {
    color: #555;
    background: #f7f7f7;
    -webkit-box-shadow: 0 1px 0 #ccc;
    box-shadow: 0 1px 0 #ccc;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0 6px;
    padding: 0 10px 1px;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#wpadminbar .exactmetrics-not-authenticated-notice .exactmetrics-settings-input-authenticate .exactmetrics-wp-button:hover {
    background: #fafafa;
    border-color: #999;
    color: #23282d;
}
#wpadminbar .exactmetrics-not-authenticated-notice .exactmetrics-settings-input-authenticate .exactmetrics-wp-button.exactmetrics-wp-button-primary {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
#wpadminbar .exactmetrics-not-authenticated-notice .exactmetrics-settings-input-authenticate .exactmetrics-wp-button.exactmetrics-wp-button-primary:hover {
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}
#wpadminbar .exactmetrics-notifications-indicator {
    padding-top: 10px;
}
#wpadminbar .exactmetrics-notifications-indicator a {
    margin-left: 0;
    position: relative;
    height: auto;
    max-width: 35px;
    padding: 0;
}
#wpadminbar .exactmetrics-notifications-unread {
    min-width: 10px;
    height: 16px;
    background: #c84b29;
    border: 1.72823px solid #f9fbff;
    position: absolute;
    bottom: 12px;
    left: 18px;
    border-radius: 20px;
    line-height: 16px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 0 3px;
}
#wpadminbar .exactmetrics-menu-notification-indicator {
    min-width: 8px;
    height: 18px;
    border-radius: 9px;
    background: #ca4a1f;
    display: inline-block;
    margin-left: 8px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 1.6;
    padding: 0 5px;
}
@media (max-width: 782px) {
    #wpadminbar .exactmetrics-menu-notification-indicator {
        margin: 0 0 10px -13px;
        z-index: 10;
        position: relative;
    }
}
#wpadminbar .exactmetrics-roller {
    display: inline-block;
    position: relative;
    width: 58px;
    height: 58px;
}
@-webkit-keyframes exactmetrics-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes exactmetrics-rotate-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.mega-menu-last-modified-1640228573 {
    content: "Thursday 23rd December 2021 03:02:53 UTC";
}
#mega-menu-wrap-main-nav,
#mega-menu-wrap-main-nav #mega-menu-main-nav,
#mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-row,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-column,
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav span.mega-menu-badge {
    transition: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 0;
    bottom: auto;
    box-sizing: border-box;
    clip: auto;
    color: #666;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    left: auto;
    line-height: 1.7;
    list-style-type: none;
    margin: 0;
    min-height: auto;
    max-height: none;
    min-width: auto;
    max-width: none;
    opacity: 1;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    pointer-events: auto;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
    transform: none;
    top: auto;
    vertical-align: baseline;
    visibility: inherit;
    width: auto;
    word-wrap: break-word;
    white-space: normal;
}
#mega-menu-wrap-main-nav:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-row:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-column:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link:before,
#mega-menu-wrap-main-nav #mega-menu-main-nav span.mega-menu-badge:before,
#mega-menu-wrap-main-nav:after,
#mega-menu-wrap-main-nav #mega-menu-main-nav:after,
#mega-menu-wrap-main-nav #mega-menu-main-nav ul.mega-sub-menu:after,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item:after,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-row:after,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-column:after,
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link:after,
#mega-menu-wrap-main-nav #mega-menu-main-nav span.mega-menu-badge:after {
    display: none;
}
#mega-menu-wrap-main-nav {
    border-radius: 0;
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-nav {
        background: #222;
    }
}
#mega-menu-wrap-main-nav.mega-keyboard-navigation .mega-menu-toggle:focus,
#mega-menu-wrap-main-nav.mega-keyboard-navigation .mega-toggle-block:focus,
#mega-menu-wrap-main-nav.mega-keyboard-navigation .mega-toggle-block a:focus,
#mega-menu-wrap-main-nav.mega-keyboard-navigation .mega-toggle-block .mega-search input[type="text"]:focus,
#mega-menu-wrap-main-nav.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus,
#mega-menu-wrap-main-nav.mega-keyboard-navigation #mega-menu-main-nav a:focus,
#mega-menu-wrap-main-nav.mega-keyboard-navigation #mega-menu-main-nav input:focus,
#mega-menu-wrap-main-nav.mega-keyboard-navigation #mega-menu-main-nav li.mega-menu-item a.mega-menu-link:focus {
    outline: 3px solid #109cde;
    outline-offset: -3px;
}
#mega-menu-wrap-main-nav.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
    outline-offset: 2px;
}
#mega-menu-wrap-main-nav.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
    background: #333;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border-color: #fff;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
        color: #fff;
        background: #333;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav {
    visibility: visible;
    text-align: left;
    padding: 0 0 0 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link {
    cursor: pointer;
    display: inline;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link .mega-description-group {
    vertical-align: middle;
    display: inline-block;
    transition: none;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link .mega-description-group .mega-menu-title,
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link .mega-description-group .mega-menu-description {
    transition: none;
    line-height: 1.5;
    display: block;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link .mega-description-group .mega-menu-description {
    font-style: italic;
    font-size: 0.8em;
    text-transform: none;
    font-weight: 400;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
    display: flex;
    align-items: center;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {
    flex: 0 0 auto;
    align-self: flex-start;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
    display: block;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-icon-top > a.mega-menu-link {
    display: table-cell;
    vertical-align: middle;
    line-height: initial;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
    display: block;
    margin: 0 0 6px 0;
    text-align: center;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
    display: inline-block;
    transition: none;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
        display: block;
        line-height: 40px;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
        display: inline-block;
        margin: 0 6px 0 0;
        text-align: left;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-animating > ul.mega-sub-menu {
    pointer-events: none;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-disable-link > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
    cursor: inherit;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
    cursor: pointer;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav p {
    margin-bottom: 10px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav input,
#mega-menu-wrap-main-nav #mega-menu-main-nav img {
    max-width: 100%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item > ul.mega-sub-menu {
    display: block;
    visibility: hidden;
    opacity: 1;
    pointer-events: auto;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item > ul.mega-sub-menu {
        display: none;
        visibility: visible;
        opacity: 1;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: block;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
        display: none;
    }
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu {
        opacity: 0;
        transition: opacity 200ms ease-in, visibility 200ms ease-in;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        opacity: 1;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        opacity: 0;
        transform: translate(0, 10px);
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        opacity: 1;
        transform: translate(0, 0);
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
        transform: translate(0, 10px);
        transition: transform 200ms ease-in, visibility 200ms ease-in;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
    #mega-menu-wrap-main-nav #mega-menu-main-nav[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
        transform: translate(0, 0);
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
    display: none;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {
    display: block;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    visibility: visible;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
    visibility: inherit;
    opacity: 1;
    display: block;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {
    float: left;
    width: 100%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
    float: left;
    width: 50%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {
    float: left;
    width: 33.33333%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
    float: left;
    width: 25%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {
    float: left;
    width: 20%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {
    float: left;
    width: 16.66667%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item a[class^="dashicons"]:before {
    font-family: dashicons;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item a.mega-menu-link:before {
    display: inline-block;
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 6px 0 0;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    background: transparent;
    height: auto;
    width: auto;
    top: auto;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
    margin: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
    margin: 0 6px 0 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
    border-radius: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-align-bottom-right > ul.mega-sub-menu {
    right: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
    border-radius: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu.mega-menu-item {
    position: static;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item {
    margin: 0 0 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-item-align-right {
    float: right;
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-item-align-right {
        margin: 0 0 0 0;
    }
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-item-align-float-left {
        float: left;
    }
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover {
        background: #333;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        border-color: #fff;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: #333;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border-color: #fff;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        color: #fff;
        background: #333;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #333;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    border-color: #fff;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link,
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #fff;
        background: #333;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 40px;
    padding: 0 10px 0 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    outline: none;
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
        line-height: inherit;
        display: table-cell;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-item-align-right {
        float: none;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
        border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        background: transparent;
        text-align: left;
        color: #fff;
        font-size: 14px;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    width: 100%;
    float: left;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    float: left;
    min-height: 1px;
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
        width: 33.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
        width: 66.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
        width: 25%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
        width: 75%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
        width: 20%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
        width: 40%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
        width: 60%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
        width: 80%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
        width: 16.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
        width: 33.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
        width: 66.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
        width: 83.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
        width: 14.28571%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
        width: 28.57143%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
        width: 42.85714%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
        width: 57.14286%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
        width: 71.42857%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
        width: 85.71429%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
        width: 12.5%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
        width: 25%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
        width: 37.5%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
        width: 62.5%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
        width: 75%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
        width: 87.5%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {
        width: 11.11111%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {
        width: 22.22222%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {
        width: 33.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {
        width: 44.44444%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {
        width: 55.55556%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {
        width: 66.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {
        width: 77.77778%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {
        width: 88.88889%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {
        width: 10%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
        width: 20%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
        width: 30%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {
        width: 40%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {
        width: 60%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
        width: 70%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {
        width: 80%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {
        width: 90%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {
        width: 9.09091%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {
        width: 18.18182%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {
        width: 27.27273%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {
        width: 36.36364%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {
        width: 45.45455%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {
        width: 54.54545%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {
        width: 63.63636%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {
        width: 72.72727%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {
        width: 81.81818%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {
        width: 90.90909%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
        width: 8.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
        width: 16.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        width: 25%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
        width: 33.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
        width: 41.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
        width: 58.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
        width: 66.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
        width: 75%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
        width: 83.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
        width: 91.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
        width: 100%;
        clear: both;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 15px 15px 15px 15px;
    width: 100%;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #f1f1f1;
    border: 0;
    padding: 0 0 0 0;
    position: absolute;
    width: 100%;
    max-width: none;
    left: 0;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
        float: left;
        position: static;
        width: 100%;
    }
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
        width: 33.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
        width: 66.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
        width: 25%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
        width: 75%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
        width: 20%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
        width: 40%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
        width: 60%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
        width: 80%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
        width: 16.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
        width: 33.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
        width: 66.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
        width: 83.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
        width: 14.28571%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
        width: 28.57143%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
        width: 42.85714%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
        width: 57.14286%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
        width: 71.42857%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
        width: 85.71429%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
        width: 12.5%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
        width: 25%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
        width: 37.5%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
        width: 62.5%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
        width: 75%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
        width: 87.5%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
        width: 11.11111%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
        width: 22.22222%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
        width: 33.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
        width: 44.44444%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
        width: 55.55556%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
        width: 66.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
        width: 77.77778%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
        width: 88.88889%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
        width: 10%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
        width: 20%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
        width: 30%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
        width: 40%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
        width: 60%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
        width: 70%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
        width: 80%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
        width: 90%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
        width: 9.09091%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
        width: 18.18182%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
        width: 27.27273%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
        width: 36.36364%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
        width: 45.45455%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
        width: 54.54545%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
        width: 63.63636%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
        width: 72.72727%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
        width: 81.81818%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
        width: 90.90909%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
        width: 8.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
        width: 16.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
        width: 25%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
        width: 33.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
        width: 41.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
        width: 50%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
        width: 58.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
        width: 66.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
        width: 75%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
        width: 83.33333%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
        width: 91.66667%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
        width: 100%;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
    margin: 5px 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
    clear: both;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    margin-left: 10px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
    margin-left: 10px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    color: #666;
    font-family: inherit;
    font-size: 14px;
    display: block;
    float: left;
    clear: none;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
    clear: left;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    color: #555;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 5px 0;
    vertical-align: top;
    display: block;
    visibility: inherit;
    border: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
    border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #555;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    vertical-align: top;
    display: block;
    border: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #555;
    font-weight: 700;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {
    text-decoration: none;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #666;
    font-family: inherit;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    vertical-align: top;
    display: block;
    border: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
    display: flex;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    color: #666;
    font-weight: 400;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
        border: 0;
        padding: 10px;
        border-radius: 0;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
        width: 100%;
        clear: both;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu.mega-no-.FAs-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu.mega-no-.FAs-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #666;
    font-family: inherit;
    font-size: 14px;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    margin: 0;
    border: 0;
    padding: 0 0 0 0;
    vertical-align: top;
    display: block;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu.mega-no-.FAs-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu.mega-no-.FAs-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu.mega-no-.FAs-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu.mega-no-.FAs-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #666;
    font-weight: 400;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 250px;
    max-width: none;
    padding: 0 0 0 0;
    border: 0;
    background: #f1f1f1;
    border-radius: 0;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu {
        float: left;
        position: static;
        width: 100%;
        padding: 0;
        border: 0;
        border-radius: 0;
    }
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
        clear: both;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #f1f1f1;
    color: #666;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px 0 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ddd;
    font-weight: 400;
    text-decoration: none;
    color: #666;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        position: static;
        left: 0;
        width: 100%;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
        padding-left: 20px;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
        padding-left: 30px;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "\f140";
    font-family: dashicons;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: inline;
    height: auto;
    width: auto;
    background: transparent;
    position: relative;
    pointer-events: auto;
    left: auto;
    min-width: auto;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    padding: 0;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: "\f142";
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: right;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
        content: "\f142";
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {
        display: none;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator,
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
    display: none;
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
        content: "\f139";
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
        text-align: right;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {
        float: left;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
        content: "\f141";
        margin: 0 6px 0 0;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
        float: right;
        margin: 0 0 0 6px;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        left: -100%;
        top: 0;
    }
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: right;
    }
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li[class^="mega-lang-item"] > a.mega-menu-link > img {
    display: inline;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link > img.wpml-ls-flag,
#mega-menu-wrap-main-nav #mega-menu-main-nav a.mega-menu-link > img.iclflag {
    display: inline;
    margin-right: 8px;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-hide-on-mobile,
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile,
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {
        display: none;
    }
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-hide-on-desktop,
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop,
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav:after {
        content: "";
        display: table;
        clear: both;
    }
}
#mega-menu-wrap-main-nav .mega-menu-toggle {
    display: none;
    z-index: 1;
    cursor: pointer;
    background: #222;
    border-radius: 2px 2px 2px 2px;
    line-height: 40px;
    height: 40px;
    text-align: left;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    white-space: nowrap;
}
#mega-menu-wrap-main-nav .mega-menu-toggle img {
    max-width: 100%;
    padding: 0;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav .mega-menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-left,
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-center,
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-preferred-size: 33.33%;
    -webkit-flex-basis: 33.33%;
    flex-basis: 33.33%;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin-left: 6px;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
    margin-right: 6px;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
    margin-left: 3px;
    margin-right: 3px;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin-right: 6px;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: 6px;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    outline: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-main-nav .mega-menu-toggle + #mega-menu-main-nav {
        background: #222;
        padding: 0 0 0 0;
        display: none;
    }
    #mega-menu-wrap-main-nav .mega-menu-toggle.mega-menu-open + #mega-menu-main-nav {
        display: block;
    }
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 {
    /*! 
                * Hamburgers 
                * @description Tasty CSS-animated hamburgers 
                * @author Jonathan Suh @jonsuh 
                * @site https://jonsuh.com/hamburgers 
                * @link https://github.com/jonsuh/hamburgers 
                */
    cursor: pointer;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    transform: scale(0.8);
    align-self: center;
    outline: 0;
    background: none;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    outline: 0;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #ddd;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    content: "";
    display: block;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
    top: -10px;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    bottom: -10px;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 2px;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}
#mega-menu-wrap-main-nav .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 20px;
}
#mega-menu-wrap-main-nav .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
#mega-menu-wrap-main-nav .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}
#mega-menu-wrap-main-nav .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}
#mega-menu-wrap-main-nav {
    clear: both;
} /*! This file is auto-generated */
@font-face {
    font-display: swap;
    font-family: dashicons;
    src: url(../../../../wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);
    src: url("../../../../wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),
        url(data:application/x-font-woff;charset=utf-8;base64,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)
            format("woff"),
        url(../../../../wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");
    font-weight: 400;
    font-style: normal;
}
.dashicons,
.dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color 0.1s ease-in;
}
.dashicons-admin-appearance:before {
    content: "\f100";
}
.dashicons-admin-collapse:before {
    content: "\f148";
}
.dashicons-admin-comments:before {
    content: "\f101";
}
.dashicons-admin-customizer:before {
    content: "\f540";
}
.dashicons-admin-generic:before {
    content: "\f111";
}
.dashicons-admin-home:before {
    content: "\f102";
}
.dashicons-admin-links:before {
    content: "\f103";
}
.dashicons-admin-media:before {
    content: "\f104";
}
.dashicons-admin-multisite:before {
    content: "\f541";
}
.dashicons-admin-network:before {
    content: "\f112";
}
.dashicons-admin-page:before {
    content: "\f105";
}
.dashicons-admin-plugins:before {
    content: "\f106";
}
.dashicons-admin-post:before {
    content: "\f109";
}
.dashicons-admin-settings:before {
    content: "\f108";
}
.dashicons-admin-site-alt:before {
    content: "\f11d";
}
.dashicons-admin-site-alt2:before {
    content: "\f11e";
}
.dashicons-admin-site-alt3:before {
    content: "\f11f";
}
.dashicons-admin-site:before {
    content: "\f319";
}
.dashicons-admin-tools:before {
    content: "\f107";
}
.dashicons-admin-users:before {
    content: "\f110";
}
.dashicons-airplane:before {
    content: "\f15f";
}
.dashicons-album:before {
    content: "\f514";
}
.dashicons-align-center:before {
    content: "\f134";
}
.dashicons-align-full-width:before {
    content: "\f114";
}
.dashicons-align-left:before {
    content: "\f135";
}
.dashicons-align-none:before {
    content: "\f138";
}
.dashicons-align-pull-left:before {
    content: "\f10a";
}
.dashicons-align-pull-right:before {
    content: "\f10b";
}
.dashicons-align-right:before {
    content: "\f136";
}
.dashicons-align-wide:before {
    content: "\f11b";
}
.dashicons-amazon:before {
    content: "\f162";
}
.dashicons-analytics:before {
    content: "\f183";
}
.dashicons-archive:before {
    content: "\f480";
}
.dashicons-arrow-down-alt:before {
    content: "\f346";
}
.dashicons-arrow-down-alt2:before {
    content: "\f347";
}
.dashicons-arrow-down:before {
    content: "\f140";
}
.dashicons-arrow-left-alt:before {
    content: "\f340";
}
.dashicons-arrow-left-alt2:before {
    content: "\f341";
}
.dashicons-arrow-left:before {
    content: "\f141";
}
.dashicons-arrow-right-alt:before {
    content: "\f344";
}
.dashicons-arrow-right-alt2:before {
    content: "\f345";
}
.dashicons-arrow-right:before {
    content: "\f139";
}
.dashicons-arrow-up-alt:before {
    content: "\f342";
}
.dashicons-arrow-up-alt2:before {
    content: "\f343";
}
.dashicons-arrow-up-duplicate:before {
    content: "\f143";
}
.dashicons-arrow-up:before {
    content: "\f142";
}
.dashicons-art:before {
    content: "\f309";
}
.dashicons-awards:before {
    content: "\f313";
}
.dashicons-backup:before {
    content: "\f321";
}
.dashicons-bank:before {
    content: "\f16a";
}
.dashicons-beer:before {
    content: "\f16c";
}
.dashicons-bell:before {
    content: "\f16d";
}
.dashicons-block-default:before {
    content: "\f12b";
}
.dashicons-book-alt:before {
    content: "\f331";
}
.dashicons-book:before {
    content: "\f330";
}
.dashicons-buddicons-activity:before {
    content: "\f452";
}
.dashicons-buddicons-bbpress-logo:before {
    content: "\f477";
}
.dashicons-buddicons-buddypress-logo:before {
    content: "\f448";
}
.dashicons-buddicons-community:before {
    content: "\f453";
}
.dashicons-buddicons-forums:before {
    content: "\f449";
}
.dashicons-buddicons-friends:before {
    content: "\f454";
}
.dashicons-buddicons-groups:before {
    content: "\f456";
}
.dashicons-buddicons-pm:before {
    content: "\f457";
}
.dashicons-buddicons-replies:before {
    content: "\f451";
}
.dashicons-buddicons-topics:before {
    content: "\f450";
}
.dashicons-buddicons-tracking:before {
    content: "\f455";
}
.dashicons-building:before {
    content: "\f512";
}
.dashicons-businessman:before {
    content: "\f338";
}
.dashicons-businessperson:before {
    content: "\f12e";
}
.dashicons-businesswoman:before {
    content: "\f12f";
}
.dashicons-button:before {
    content: "\f11a";
}
.dashicons-calculator:before {
    content: "\f16e";
}
.dashicons-calendar-alt:before {
    content: "\f508";
}
.dashicons-calendar:before {
    content: "\f145";
}
.dashicons-camera-alt:before {
    content: "\f129";
}
.dashicons-camera:before {
    content: "\f306";
}
.dashicons-car:before {
    content: "\f16b";
}
.dashicons-carrot:before {
    content: "\f511";
}
.dashicons-cart:before {
    content: "\f174";
}
.dashicons-category:before {
    content: "\f318";
}
.dashicons-chart-area:before {
    content: "\f239";
}
.dashicons-chart-bar:before {
    content: "\f185";
}
.dashicons-chart-line:before {
    content: "\f238";
}
.dashicons-chart-pie:before {
    content: "\f184";
}
.dashicons-clipboard:before {
    content: "\f481";
}
.dashicons-clock:before {
    content: "\f469";
}
.dashicons-cloud-saved:before {
    content: "\f137";
}
.dashicons-cloud-upload:before {
    content: "\f13b";
}
.dashicons-cloud:before {
    content: "\f176";
}
.dashicons-code-standards:before {
    content: "\f13a";
}
.dashicons-coffee:before {
    content: "\f16f";
}
.dashicons-color-picker:before {
    content: "\f131";
}
.dashicons-columns:before {
    content: "\f13c";
}
.dashicons-controls-back:before {
    content: "\f518";
}
.dashicons-controls-forward:before {
    content: "\f519";
}
.dashicons-controls-pause:before {
    content: "\f523";
}
.dashicons-controls-play:before {
    content: "\f522";
}
.dashicons-controls-repeat:before {
    content: "\f515";
}
.dashicons-controls-skipback:before {
    content: "\f516";
}
.dashicons-controls-skipforward:before {
    content: "\f517";
}
.dashicons-controls-volumeoff:before {
    content: "\f520";
}
.dashicons-controls-volumeon:before {
    content: "\f521";
}
.dashicons-cover-image:before {
    content: "\f13d";
}
.dashicons-dashboard:before {
    content: "\f226";
}
.dashicons-database-add:before {
    content: "\f170";
}
.dashicons-database-export:before {
    content: "\f17a";
}
.dashicons-database-import:before {
    content: "\f17b";
}
.dashicons-database-remove:before {
    content: "\f17c";
}
.dashicons-database-view:before {
    content: "\f17d";
}
.dashicons-database:before {
    content: "\f17e";
}
.dashicons-desktop:before {
    content: "\f472";
}
.dashicons-dismiss:before {
    content: "\f153";
}
.dashicons-download:before {
    content: "\f316";
}
.dashicons-drumstick:before {
    content: "\f17f";
}
.dashicons-edit-large:before {
    content: "\f327";
}
.dashicons-edit-page:before {
    content: "\f186";
}
.dashicons-edit:before {
    content: "\f464";
}
.dashicons-editor-aligncenter:before {
    content: "\f207";
}
.dashicons-editor-alignleft:before {
    content: "\f206";
}
.dashicons-editor-alignright:before {
    content: "\f208";
}
.dashicons-editor-bold:before {
    content: "\f200";
}
.dashicons-editor-break:before {
    content: "\f474";
}
.dashicons-editor-code-duplicate:before {
    content: "\f494";
}
.dashicons-editor-code:before {
    content: "\f475";
}
.dashicons-editor-contract:before {
    content: "\f506";
}
.dashicons-editor-customchar:before {
    content: "\f220";
}
.dashicons-editor-expand:before {
    content: "\f211";
}
.dashicons-editor-help:before {
    content: "\f223";
}
.dashicons-editor-indent:before {
    content: "\f222";
}
.dashicons-editor-insertmore:before {
    content: "\f209";
}
.dashicons-editor-italic:before {
    content: "\f201";
}
.dashicons-editor-justify:before {
    content: "\f214";
}
.dashicons-editor-kitchensink:before {
    content: "\f212";
}
.dashicons-editor-ltr:before {
    content: "\f10c";
}
.dashicons-editor-ol-rtl:before {
    content: "\f12c";
}
.dashicons-editor-ol:before {
    content: "\f204";
}
.dashicons-editor-outdent:before {
    content: "\f221";
}
.dashicons-editor-paragraph:before {
    content: "\f476";
}
.dashicons-editor-paste-text:before {
    content: "\f217";
}
.dashicons-editor-paste-word:before {
    content: "\f216";
}
.dashicons-editor-quote:before {
    content: "\f205";
}
.dashicons-editor-removeformatting:before {
    content: "\f218";
}
.dashicons-editor-rtl:before {
    content: "\f320";
}
.dashicons-editor-spellcheck:before {
    content: "\f210";
}
.dashicons-editor-strikethrough:before {
    content: "\f224";
}
.dashicons-editor-table:before {
    content: "\f535";
}
.dashicons-editor-textcolor:before {
    content: "\f215";
}
.dashicons-editor-ul:before {
    content: "\f203";
}
.dashicons-editor-underline:before {
    content: "\f213";
}
.dashicons-editor-unlink:before {
    content: "\f225";
}
.dashicons-editor-video:before {
    content: "\f219";
}
.dashicons-ellipsis:before {
    content: "\f11c";
}
.dashicons-email-alt:before {
    content: "\f466";
}
.dashicons-email-alt2:before {
    content: "\f467";
}
.dashicons-email:before {
    content: "\f465";
}
.dashicons-embed-audio:before {
    content: "\f13e";
}
.dashicons-embed-generic:before {
    content: "\f13f";
}
.dashicons-embed-photo:before {
    content: "\f144";
}
.dashicons-embed-post:before {
    content: "\f146";
}
.dashicons-embed-video:before {
    content: "\f149";
}
.dashicons-excerpt-view:before {
    content: "\f164";
}
.dashicons-exit:before {
    content: "\f14a";
}
.dashicons-external:before {
    content: "\f504";
}
.dashicons-facebook-alt:before {
    content: "\f305";
}
.dashicons-facebook:before {
    content: "\f304";
}
.dashicons-feedback:before {
    content: "\f175";
}
.dashicons-filter:before {
    content: "\f536";
}
.dashicons-flag:before {
    content: "\f227";
}
.dashicons-food:before {
    content: "\f187";
}
.dashicons-format-aside:before {
    content: "\f123";
}
.dashicons-format-audio:before {
    content: "\f127";
}
.dashicons-format-chat:before {
    content: "\f125";
}
.dashicons-format-gallery:before {
    content: "\f161";
}
.dashicons-format-image:before {
    content: "\f128";
}
.dashicons-format-quote:before {
    content: "\f122";
}
.dashicons-format-status:before {
    content: "\f130";
}
.dashicons-format-video:before {
    content: "\f126";
}
.dashicons-forms:before {
    content: "\f314";
}
.dashicons-fullscreen-alt:before {
    content: "\f188";
}
.dashicons-fullscreen-exit-alt:before {
    content: "\f189";
}
.dashicons-games:before {
    content: "\f18a";
}
.dashicons-google:before {
    content: "\f18b";
}
.dashicons-googleplus:before {
    content: "\f462";
}
.dashicons-grid-view:before {
    content: "\f509";
}
.dashicons-groups:before {
    content: "\f307";
}
.dashicons-hammer:before {
    content: "\f308";
}
.dashicons-heading:before {
    content: "\f10e";
}
.dashicons-heart:before {
    content: "\f487";
}
.dashicons-hidden:before {
    content: "\f530";
}
.dashicons-hourglass:before {
    content: "\f18c";
}
.dashicons-html:before {
    content: "\f14b";
}
.dashicons-id-alt:before {
    content: "\f337";
}
.dashicons-id:before {
    content: "\f336";
}
.dashicons-image-crop:before {
    content: "\f165";
}
.dashicons-image-filter:before {
    content: "\f533";
}
.dashicons-image-flip-horizontal:before {
    content: "\f169";
}
.dashicons-image-flip-vertical:before {
    content: "\f168";
}
.dashicons-image-rotate-left:before {
    content: "\f166";
}
.dashicons-image-rotate-right:before {
    content: "\f167";
}
.dashicons-image-rotate:before {
    content: "\f531";
}
.dashicons-images-alt:before {
    content: "\f232";
}
.dashicons-images-alt2:before {
    content: "\f233";
}
.dashicons-index-card:before {
    content: "\f510";
}
.dashicons-info-outline:before {
    content: "\f14c";
}
.dashicons-info:before {
    content: "\f348";
}
.dashicons-insert-after:before {
    content: "\f14d";
}
.dashicons-insert-before:before {
    content: "\f14e";
}
.dashicons-insert:before {
    content: "\f10f";
}
.dashicons-instagram:before {
    content: "\f12d";
}
.dashicons-laptop:before {
    content: "\f547";
}
.dashicons-layout:before {
    content: "\f538";
}
.dashicons-leftright:before {
    content: "\f229";
}
.dashicons-lightbulb:before {
    content: "\f339";
}
.dashicons-linkedin:before {
    content: "\f18d";
}
.dashicons-list-view:before {
    content: "\f163";
}
.dashicons-location-alt:before {
    content: "\f231";
}
.dashicons-location:before {
    content: "\f230";
}
.dashicons-lock-duplicate:before {
    content: "\f315";
}
.dashicons-lock:before {
    content: "\f160";
}
.dashicons-marker:before {
    content: "\f159";
}
.dashicons-media-archive:before {
    content: "\f501";
}
.dashicons-media-audio:before {
    content: "\f500";
}
.dashicons-media-code:before {
    content: "\f499";
}
.dashicons-media-default:before {
    content: "\f498";
}
.dashicons-media-document:before {
    content: "\f497";
}
.dashicons-media-interactive:before {
    content: "\f496";
}
.dashicons-media-spreadsheet:before {
    content: "\f495";
}
.dashicons-media-text:before {
    content: "\f491";
}
.dashicons-media-video:before {
    content: "\f490";
}
.dashicons-megaphone:before {
    content: "\f488";
}
.dashicons-menu-alt:before {
    content: "\f228";
}
.dashicons-menu-alt2:before {
    content: "\f329";
}
.dashicons-menu-alt3:before {
    content: "\f349";
}
.dashicons-menu:before {
    content: "\f333";
}
.dashicons-microphone:before {
    content: "\f482";
}
.dashicons-migrate:before {
    content: "\f310";
}
.dashicons-minus:before {
    content: "\f460";
}
.dashicons-money-alt:before {
    content: "\f18e";
}
.dashicons-money:before {
    content: "\f526";
}
.dashicons-move:before {
    content: "\f545";
}
.dashicons-nametag:before {
    content: "\f484";
}
.dashicons-networking:before {
    content: "\f325";
}
.dashicons-no-alt:before {
    content: "\f335";
}
.dashicons-no:before {
    content: "\f158";
}
.dashicons-open-folder:before {
    content: "\f18f";
}
.dashicons-palmtree:before {
    content: "\f527";
}
.dashicons-paperclip:before {
    content: "\f546";
}
.dashicons-pdf:before {
    content: "\f190";
}
.dashicons-performance:before {
    content: "\f311";
}
.dashicons-pets:before {
    content: "\f191";
}
.dashicons-phone:before {
    content: "\f525";
}
.dashicons-pinterest:before {
    content: "\f192";
}
.dashicons-playlist-audio:before {
    content: "\f492";
}
.dashicons-playlist-video:before {
    content: "\f493";
}
.dashicons-plugins-checked:before {
    content: "\f485";
}
.dashicons-plus-alt:before {
    content: "\f502";
}
.dashicons-plus-alt2:before {
    content: "\f543";
}
.dashicons-plus:before {
    content: "\f132";
}
.dashicons-podio:before {
    content: "\f19c";
}
.dashicons-portfolio:before {
    content: "\f322";
}
.dashicons-post-status:before {
    content: "\f173";
}
.dashicons-pressthis:before {
    content: "\f157";
}
.dashicons-printer:before {
    content: "\f193";
}
.dashicons-privacy:before {
    content: "\f194";
}
.dashicons-products:before {
    content: "\f312";
}
.dashicons-randomize:before {
    content: "\f503";
}
.dashicons-reddit:before {
    content: "\f195";
}
.dashicons-redo:before {
    content: "\f172";
}
.dashicons-remove:before {
    content: "\f14f";
}
.dashicons-rest-api:before {
    content: "\f124";
}
.dashicons-rss:before {
    content: "\f303";
}
.dashicons-saved:before {
    content: "\f15e";
}
.dashicons-schedule:before {
    content: "\f489";
}
.dashicons-screenoptions:before {
    content: "\f180";
}
.dashicons-search:before {
    content: "\f179";
}
.dashicons-share-alt:before {
    content: "\f240";
}
.dashicons-share-alt2:before {
    content: "\f242";
}
.dashicons-share:before {
    content: "\f237";
}
.dashicons-shield-alt:before {
    content: "\f334";
}
.dashicons-shield:before {
    content: "\f332";
}
.dashicons-shortcode:before {
    content: "\f150";
}
.dashicons-slides:before {
    content: "\f181";
}
.dashicons-smartphone:before {
    content: "\f470";
}
.dashicons-smiley:before {
    content: "\f328";
}
.dashicons-sort:before {
    content: "\f156";
}
.dashicons-sos:before {
    content: "\f468";
}
.dashicons-spotify:before {
    content: "\f196";
}
.dashicons-star-empty:before {
    content: "\f154";
}
.dashicons-star-filled:before {
    content: "\f155";
}
.dashicons-star-half:before {
    content: "\f459";
}
.dashicons-sticky:before {
    content: "\f537";
}
.dashicons-store:before {
    content: "\f513";
}
.dashicons-superhero-alt:before {
    content: "\f197";
}
.dashicons-superhero:before {
    content: "\f198";
}
.dashicons-table-col-after:before {
    content: "\f151";
}
.dashicons-table-col-before:before {
    content: "\f152";
}
.dashicons-table-col-delete:before {
    content: "\f15a";
}
.dashicons-table-row-after:before {
    content: "\f15b";
}
.dashicons-table-row-before:before {
    content: "\f15c";
}
.dashicons-table-row-delete:before {
    content: "\f15d";
}
.dashicons-tablet:before {
    content: "\f471";
}
.dashicons-tag:before {
    content: "\f323";
}
.dashicons-tagcloud:before {
    content: "\f479";
}
.dashicons-testimonial:before {
    content: "\f473";
}
.dashicons-text-page:before {
    content: "\f121";
}
.dashicons-text:before {
    content: "\f478";
}
.dashicons-thumbs-down:before {
    content: "\f542";
}
.dashicons-thumbs-up:before {
    content: "\f529";
}
.dashicons-tickets-alt:before {
    content: "\f524";
}
.dashicons-tickets:before {
    content: "\f486";
}
.dashicons-tide:before {
    content: "\f10d";
}
.dashicons-translation:before {
    content: "\f326";
}
.dashicons-trash:before {
    content: "\f182";
}
.dashicons-twitch:before {
    content: "\f199";
}
.dashicons-twitter-alt:before {
    content: "\f302";
}
.dashicons-twitter:before {
    content: "\f301";
}
.dashicons-undo:before {
    content: "\f171";
}
.dashicons-universal-access-alt:before {
    content: "\f507";
}
.dashicons-universal-access:before {
    content: "\f483";
}
.dashicons-unlock:before {
    content: "\f528";
}
.dashicons-update-alt:before {
    content: "\f113";
}
.dashicons-update:before {
    content: "\f463";
}
.dashicons-upload:before {
    content: "\f317";
}
.dashicons-vault:before {
    content: "\f178";
}
.dashicons-video-alt:before {
    content: "\f234";
}
.dashicons-video-alt2:before {
    content: "\f235";
}
.dashicons-video-alt3:before {
    content: "\f236";
}
.dashicons-visibility:before {
    content: "\f177";
}
.dashicons-warning:before {
    content: "\f534";
}
.dashicons-welcome-add-page:before {
    content: "\f133";
}
.dashicons-welcome-comments:before {
    content: "\f117";
}
.dashicons-welcome-learn-more:before {
    content: "\f118";
}
.dashicons-welcome-view-site:before {
    content: "\f115";
}
.dashicons-welcome-widgets-menus:before {
    content: "\f116";
}
.dashicons-welcome-write-blog:before {
    content: "\f119";
}
.dashicons-whatsapp:before {
    content: "\f19a";
}
.dashicons-wordpress-alt:before {
    content: "\f324";
}
.dashicons-wordpress:before {
    content: "\f120";
}
.dashicons-xing:before {
    content: "\f19d";
}
.dashicons-yes-alt:before {
    content: "\f12a";
}
.dashicons-yes:before {
    content: "\f147";
}
.dashicons-youtube:before {
    content: "\f19b";
}
.dashicons-editor-distractionfree:before {
    content: "\f211";
}
.dashicons-exerpt-view:before {
    content: "\f164";
}
.dashicons-format-links:before {
    content: "\f103";
}
.dashicons-format-standard:before {
    content: "\f109";
}
.dashicons-post-trash:before {
    content: "\f182";
}
.dashicons-share1:before {
    content: "\f237";
}
.dashicons-welcome-edit-page:before {
    content: "\f119";
}
.text-cap {
    text-transform: capitalize !important;
}
.solid-slate-button {
    background: #5087a5 !important;
    padding: 18px !important;
    color: #ffffff !important;
}
.slate-button {
    border-color: #5087a5 !important;
    color: #5087a5 !important;
}
.slate-button:hover {
    background: #5087a5 !important;
    color: #fff !important;
}
.logo-container {
    width: 100px;
    float: left;
}
.main-nav__logo {
    float: left;
}
.agency-search,
.site-search {
    display: inline-block;
    position: relative;
    top: 25px;
}
.site-search {
    margin-left: 15px;
}
/*@media screen and (max-width: 1024px) {
    .agency-search,
    .site-search {
        display: none;
    }
    .main-nav__logo {
        float: none;
    }
}*/
#mega-menu-main-nav,
#mega-menu-wrap-main-nav,
.navbar,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover {
    background: #5087a5 !important;
}
a.mega-menu-link {
    color: #232323 !important;
    font-size: 18px !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600;
    padding: 0 30px 0 30px;
    background: #5087a5 !important;
    color: #fff !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item:nth-child(1) > a.mega-menu-link {
    padding-left: 0px !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover {
    text-decoration: underline;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    text-transform: none !important;
    font-weight: 400 !important;
}
.mega-menu-item h4 {
    font-size: 18px !important;
    color: #fff;
    font-weight: 600 !important;
    margin: 0px !important;
    padding: 20px 0px !important;
}
.mega-menu-item a {
    color: #fff !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0 15px !important;
}
.fa-green-bar {
    padding: 15px;
    background: #5087a5;
    position: absolute;
    width: 100%;
    left: 0;
    border-top: 20px solid #162127;
}
.fa-green-bar-text {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    top: 2px;
    left: 20px;
    position: relative;
}
.fa-green-bar-text a {
    color: #fff !important;
    text-decoration: underline;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #162127 !important;
}
.main-nav__profile {
    width: 150px !important;
}
.recently-visited-parent {
    color: #fff;
}
.recently-visited-parent:hover .main-nav__recent {
    display: block;
}
.main-nav__recent {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: -146px;
    min-width: 100%;
    list-style: none;
    background-color: rgba(25, 30, 40, 0.9);
    border: solid #5992af;
    border-width: 0 2px 2px;
    padding: 0;
    margin: 0;
}
.main-nav__profile--item {
    border-color: #5992af !important;
}
.main-nav__profile {
    border-color: #5992af !important;
}
.main-nav__profile a:hover {
    background: #5992af !important;
}
.logged-in .my-accont-container {
    margin-right: 50px;
}
.widget-container {
    z-index: 9;
    position: fixed;
    left: 0;
    top: 52%;
    text-align: center;
    margin-right: -45px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.widget-button-separate {
    width: 63px;
    height: 62px;
    z-index: 9;
    position: fixed;
    left: 0;
    top: 52%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.widget-button-separate.closed {
    left: 0;
}
.widget-button-separate.open {
    left: 200px;
}
.recent-flyout {
    display: block !important;
    position: relative !important;
    right: 0 !important;
    border-top: 1px solid #5992af;
}
.widget-slider {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.recent-flyout a {
    display: block;
    color: #fff;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    padding: 5px 16px;
    font-size: 16px;
    text-align: left !important;
}
.recent-flyout a:hover {
    color: #fff !important;
    background: #5992af;
}
.widget-button,
.widget-button-separate {
    background: #4f87a5;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    float: left;
}
.widget-content {
    float: left;
    width: 200px;
    position: relative;
}
.widget-slider {
    position: relative;
}
.widget-container.closed {
    left: -200px;
}
.widget-container.open {
    left: 0;
}
.recent-.FAs-header a {
    font-size: 18px !important;
}
#mega-menu-wrap-main-nav .mega-menu-toggle {
    display: none !important;
}
/*@media screen and (max-width: 1024px) {
    #mega-menu-main-nav {
        display: block !important;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
        padding: 0px !important;
    }
    .mega-sub-menu .fa-green-bar {
        position: static;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
    }
    .mega-sub-menu .fa-green-bar-text {
        position: static;
        line-height: 1.4;
        padding-left: 15px;
    }
    .sm-flex {
        display: flex;
        align-items: center;
    }
    .sm-hamburger {
        width: auto !important;
    }
    .sm-links {
        margin-left: auto;
        padding-left: 0 !important;
    }
    .sm-links .main-nav__cta.primary {
        display: block;
        margin-left: auto;
    }
    .sm-links .main-nav__cta .why-membership {
        display: none;
    }
    .logged-in .sm-links .my-accont-container {
        margin-right: 0;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
        padding-left: 0 !important;
    }
    #mega-menu-wrap-main-nav #mega-menu-main-nav .mega-menu-item h4 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    #mega-menu-wrap-main-nav ul#mega-menu-main-nav li ul.mega-sub-menu li ul.mega-sub-menu li ul.mega-sub-menu li a.mega-menu-link {
        padding-bottom: 8px !important;
        font-size: 16px !important;
    }
}
@media screen and (max-width: 767px) {
    .widget-container {
        top: 25%;
    }
    .main-nav__top .grid.grid--middle .main-nav__top--right ul.main-nav__profile li.main-nav__profile--item.recently-visited-parent ul#revent-vis.main-nav__recent {
        right: 146px !important;
        left: auto !important;
    }
}
*/
.logged-in .why-membership {
    position: relative;
    top: -2px;
}
.mobile-why {
    display: none;
    font-size: 18px;
    margin-top: 8px;
}
@media screen and (max-width: 1009px) {
    .mobile-why {
        display: block;
    }
}
@charset "UTF-8";
.mu-third {
    width: 33.33333%;
    height: 200px;
    background-color: #333;
    overflow: hidden;
}
.mu-three .mu-innner-wrap,
.mu-two .mu-innner-wrap {
    width: 100%;
    max-width: 1230px;
    margin: auto;
}
.mu-innner-wrap {
    display: flex !important;
}
.mu-block-inner,
.mu-block-wrap {
    height: 100%;
}
.mu-carousel {
    width: 90%;
    max-width: 1230px;
    margin: auto;
}
.mu-block-aligner {
    width: 100%;
}
.mu-.FAs-header h3 {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}
.mu-block-inner {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.font-color--white {
    color: #fff !important;
}
.mu-play-button {
    width: 60px;
    margin: 0 auto;
}
.mu-full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mu-video-inner {
    width: 100%;
    text-align: center;
}
.mu-block-wrap {
    position: relative;
    overflow: hidden;
}
.mu-corner-ribbon {
    position: absolute;
    width: 150px;
    top: -15px;
    left: -51px;
    font-weight: 600;
    transform: rotate(-45deg);
    text-align: center;
    font-size: 13px;
    padding-top: 40px;
    padding-bottom: 5px;
}
.mu-corner-ribbon p {
    margin: 0 !important;
    padding: 0 !important;
}
.mu-align-center {
    text-align: center;
}
.mu-align-center img {
    display: inline-block;
}
.mu-align-left {
    text-align: left;
}
.mu-align-left img {
    display: inline-block;
}
.mu-align-right {
    text-align: right;
}
.mu-align-right img {
    display: inline-block;
}
.mu-event-.FAs-header {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.mu-event-description {
    width: 90%;
    margin: 0 auto;
}
.mu-event-date {
    width: 70px;
}
.mu-event-date-.FAs-header {
    display: inline-block;
    background: #fed64b;
    font-size: 10px;
    color: #232323;
    letter-spacing: 2px;
    padding: 2px 10px 2px 15px;
}
.mu-event-title {
    padding: 0 20px;
}
.mu-event-title h3 {
    font-size: 21px;
    margin: 0 !important;
    padding: 0 !important;
}
.mu-event-day {
    display: inline-block;
    margin-top: -10px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    font-size: 56px;
}
.mu-event-month {
    display: inline-block;
    margin-top: -20px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
.slick-prev:before {
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹" !important;
}
.slick-next:before {
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âº" !important;
}
.slick-next:before,
.slick-prev:before {
    color: #232323 !important;
    font-size: 64px !important;
}
.slick-next,
.slick-prev {
    top: 40% !important;
}
.slick-dots li.slick-active button {
    background-color: transparent !important;
}
.mu-play-button-hover {
    display: none;
    width: 60px;
    margin: 0 auto;
}
.video-wrap:hover .mu-play-button {
    display: none;
}
.video-wrap:hover .mu-play-button-hover {
    display: block;
}
@media screen and (max-width: 768px) {
    .mu-two {
        margin: 0 !important;
    }
}
.mu-two .mu-block {
    width: 50%;
    float: left;
    padding: 15px;
}
@media screen and (max-width: 768px) {
    .mu-two .mu-block {
        width: 100%;
    }
}
.mu-two .mu-block .mu-block-inner {
    min-height: 380px;
    padding: 20px;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .mu-three {
        margin: 0 !important;
    }
}
.mu-three .mu-block {
    width: 33.333333%;
    float: left;
    padding: 15px;
}
@media screen and (max-width: 768px) {
    .mu-three .mu-block {
        width: 100%;
    }
}
.mu-three .mu-block .mu-block-inner {
    min-height: 380px;
    padding: 20px;
    color: #fff;
}
.mu-four {
    margin: 0;
}
@media screen and (max-width: 768px) {
    .mu-four {
        margin: 0 !important;
    }
}
.mu-four .mu-four-top .mu-block {
    width: 100% !important;
    border-bottom: 1px solid #fff;
}
.mu-four .mu-four-top .mu-block-inner {
    min-height: 380px;
    color: #fff;
}
.mu-four .mu-block {
    width: 33.333333%;
    float: left;
    border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
    .mu-four .mu-block {
        width: 100%;
    }
}
.mu-four .mu-block .mu-block-inner {
    min-height: 380px;
    padding: 20px;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .mu-five {
        margin: 0 !important;
    }
}
.mu-five .mu-five-left {
    width: 50%;
    float: left;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
    .mu-five .mu-five-left {
        width: 100%;
        border: none;
    }
}
.mu-five .mu-five-left .mu-block {
    width: 100% !important;
}
.mu-five .mu-five-left .mu-block .mu-block-inner {
    height: 500px;
    min-height: 500px;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .mu-five .mu-five-left .mu-block .mu-block-inner {
        height: auto;
        min-height: 350px;
        padding: 70px 0;
    }
}
.mu-five .mu-five-right {
    width: 50%;
    float: left;
    border: 2px solid #fff;
    border-left: none;
}
@media screen and (max-width: 1024px) {
    .mu-five .mu-five-right {
        width: 100%;
        border: none;
    }
}
.mu-five .mu-block {
    width: 50%;
    float: left;
    border: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
    .mu-five .mu-block {
        width: 100%;
        border: none;
    }
}
.mu-five .mu-block .mu-block-inner {
    height: 248px;
    max-height: 248px;
    padding: 20px;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .mu-five .mu-block .mu-block-inner {
        height: auto;
    }
}
.multi-events {
    display: block !important;
    padding: 0 !important;
}
.mevents-.FAs-header {
    background: #1a1e2a;
    color: #f4cd49;
    font-size: 16px;
    padding: 10px 20px;
}
.events-container {
    padding: 20px;
    height: 199px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.events-container h3 {
    font-size: 18px;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}
.events-container h3 a {
    color: #fff !important;
}
.events-container .me-event {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.mu-featured-pre {
    font-size: 14px;
    letter-spacing: 2px;
}
.mu-featured-.FAs-header h2 {
    padding: 0 !important;
    margin-top: 20px !important;
    font-size: 64px !important;
}
.mu-featured-.FAs-header h3 {
    padding: 0 !important;
}
.mu-featured-sub.FAs-header h3 {
    font-size: 2.5rem !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
}
.mu-four .events-container,
.mu-three .events-container,
.mu-two .events-container {
    height: 300px !important;
}
.mu-text h3 {
    padding: 0 !important;
}
.mu-video-play svg {
    width: 64px !important;
    height: auto !important;
} /*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}
.lity-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.lity-content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close:active {
    top: 1px;
}
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #232323;
}
.lity-hide {
    display: none;
}
@charset 'UTF-8';
.slick-loading .slick-list {
    background: #fff url(../../../plugins/4as-multi-up/assets/css/ajax-loader.gif) center center no-repeat;
}
@font-face {
    font-display: swap;
    font-family: "slick";
    font-weight: 400;
    font-style: normal;
    src: url(../../../plugins/4as-multi-up/assets/css/fonts/slick.eot);
    src: url("../../../plugins/4as-multi-up/assets/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url(../../../plugins/4as-multi-up/assets/css/fonts/slick.woff) format("woff"),
        url(../../../plugins/4as-multi-up/assets/css/fonts/slick.ttf) format("truetype"), url("../../../plugins/4as-multi-up/assets/css/fonts/slick.svg#slick") format("svg");
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "ÃƒÂ¢Ã¢â‚¬ Ã‚Â";
}
[dir="rtl"] .slick-prev:before {
    content: "ÃƒÂ¢Ã¢â‚¬ Ã¢â‚¬â„¢";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "ÃƒÂ¢Ã¢â‚¬ Ã¢â‚¬â„¢";
}
[dir="rtl"] .slick-next:before {
    content: "ÃƒÂ¢Ã¢â‚¬ Ã‚Â";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";
    text-align: center;
    opacity: 0.25;
    color: #232323;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #232323;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
#cookie-notice {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
}
#cookie-notice,
#cookie-notice * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cookie-notice.cn-animated {
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#cookie-notice.cn-animated.cn-effect-none {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
}
#cookie-notice .cookie-notice-container {
    display: block;
}
#cookie-notice.cookie-notice-hidden .cookie-notice-container {
    display: none;
}
#cookie-notice .cookie-revoke-container {
    display: block;
}
#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
    display: none;
}
.cn-position-top {
    top: 0;
}
.cn-position-bottom {
    bottom: 0;
}
.cookie-notice-container {
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.cookie-revoke-container {
    padding: 15px 30px;
    width: 100%;
    z-index: 1;
}
.cn-close-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    padding: 10px;
    outline: 0;
}
.cn-close-icon:hover {
    opacity: 1;
}
.cn-close-icon:after,
.cn-close-icon:before {
    position: absolute;
    content: " ";
    height: 15px;
    width: 2px;
    top: 3px;
    background-color: grey;
}
.cn-close-icon:before {
    transform: rotate(45deg);
}
.cn-close-icon:after {
    transform: rotate(-45deg);
}
#cookie-notice .cn-revoke-cookie {
    margin: 0;
}
#cookie-notice .cn-button {
    margin: 0 0 0 10px;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 20px;
    margin: 0 0 0 10px;
    text-align: center;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
    touch-action: manipulation;
    white-space: nowrap;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 8.5px 10px;
    line-height: 1;
    color: inherit;
}
.cn-text-container {
    margin: 0 0 6px 0;
}
.cn-buttons-container,
.cn-text-container {
    display: inline-block;
}
#cookie-notice.cookie-notice-visible.cn-effect-none,
#cookie-notice.cookie-revoke-visible.cn-effect-none {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#cookie-notice.cn-effect-none {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#cookie-notice.cn-effect-fade {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-effect-slide {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
#cookie-notice.cn-effect-slide {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
#cookie-notice.cn-position-top.cn-effect-slide {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@media all and (max-width: 900px) {
    .cookie-notice-container #cn-notice-text {
        display: block;
    }
    .cookie-notice-container #cn-notice-buttons {
        display: block;
    }
    #cookie-notice .cn-button {
        margin: 0 5px 5px 5px;
    }
}
@media all and (max-width: 480px) {
    .cookie-notice-container,
    .cookie-revoke-container {
        padding: 15px 25px;
    }
}
@font-face {
    font-display: swap;
    font-family: "FuturaPTCond-Book";
    src: url(../../../themes/aaaa/assets/fonts/webfonts/360E10_0_0.eot);
    src: url("../../../themes/aaaa/assets/fonts/webfonts/360E10_0_0.eot?#iefix") format("embedded-opentype"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_0_0.woff2) format("woff2"),
        url(../../../themes/aaaa/assets/fonts/webfonts/360E10_0_0.woff) format("woff"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_0_0.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "FuturaPT-Medium";
    src: url(../../../themes/aaaa/assets/fonts/webfonts/360E10_1_0.eot);
    src: url("../../../themes/aaaa/assets/fonts/webfonts/360E10_1_0.eot?#iefix") format("embedded-opentype"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_1_0.woff2) format("woff2"),
        url(../../../themes/aaaa/assets/fonts/webfonts/360E10_1_0.woff) format("woff"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_1_0.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "FuturaPTCond-Medium";
    src: url(../../../themes/aaaa/assets/fonts/webfonts/360E10_2_0.eot);
    src: url("../../../themes/aaaa/assets/fonts/webfonts/360E10_2_0.eot?#iefix") format("embedded-opentype"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_2_0.woff2) format("woff2"),
        url(../../../themes/aaaa/assets/fonts/webfonts/360E10_2_0.woff) format("woff"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_2_0.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "FuturaPT-Heavy";
    src: url(../../../themes/aaaa/assets/fonts/webfonts/360E10_3_0.eot);
    src: url("../../../themes/aaaa/assets/fonts/webfonts/360E10_3_0.eot?#iefix") format("embedded-opentype"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_3_0.woff2) format("woff2"),
        url(../../../themes/aaaa/assets/fonts/webfonts/360E10_3_0.woff) format("woff"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_3_0.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "FuturaPTCond-ExtraBold";
    src: url(../../../themes/aaaa/assets/fonts/webfonts/360E10_4_0.eot);
    src: url("../../../themes/aaaa/assets/fonts/webfonts/360E10_4_0.eot?#iefix") format("embedded-opentype"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_4_0.woff2) format("woff2"),
        url(../../../themes/aaaa/assets/fonts/webfonts/360E10_4_0.woff) format("woff"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_4_0.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "FuturaBTWXX-Book";
    src: url(../../../themes/aaaa/assets/fonts/webfonts/360E10_5_0.eot);
    src: url("../../../themes/aaaa/assets/fonts/webfonts/360E10_5_0.eot?#iefix") format("embedded-opentype"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_5_0.woff2) format("woff2"),
        url(../../../themes/aaaa/assets/fonts/webfonts/360E10_5_0.woff) format("woff"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_5_0.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "FuturaBTWXX-BookItalic";
    src: url(../../../themes/aaaa/assets/fonts/webfonts/360E10_6_0.eot);
    src: url("../../../themes/aaaa/assets/fonts/webfonts/360E10_6_0.eot?#iefix") format("embedded-opentype"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_6_0.woff2) format("woff2"),
        url(../../../themes/aaaa/assets/fonts/webfonts/360E10_6_0.woff) format("woff"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_6_0.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "FuturaBTWXX-Bold";
    src: url(../../../themes/aaaa/assets/fonts/webfonts/360E10_7_0.eot);
    src: url("../../../themes/aaaa/assets/fonts/webfonts/360E10_7_0.eot?#iefix") format("embedded-opentype"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_7_0.woff2) format("woff2"),
        url(../../../themes/aaaa/assets/fonts/webfonts/360E10_7_0.woff) format("woff"), url(../../../themes/aaaa/assets/fonts/webfonts/360E10_7_0.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "aaaa";
    src: url(../../../themes/aaaa/assets/fonts/aaaa.ttf?xmlkes) format("truetype"), url(../../../themes/aaaa/assets/fonts/aaaa.woff?xmlkes) format("woff"), url("../../../themes/aaaa/assets/fonts/aaaa.svg?xmlkes#aaaa") format("svg");
    font-weight: 400;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "aaaa" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-logo:before {
    content: "\e900";
}
.icon-menu-open:before {
    content: "\e901";
}
.icon-menu-close:before {
    content: "\e902";
}
.icon-grid-boring:before {
    content: "\e904";
}
.icon-grid-tetris:before {
    content: "\e905";
}
.icon-lightning:before {
    content: "\e906";
}
.icon-social-facebook:before {
    content: "\e907";
}
.icon-social-twitter:before {
    content: "\e908";
}
.icon-social-instagram:before {
    content: "\e909";
}
.icon-social-linkedin:before {
    content: "\e90a";
}
.icon-social-youtube:before {
    content: "\e90b";
}
.icon-social-share:before {
    content: "\e917";
}
.icon-social-print:before {
    content: "\e918";
}
.icon-social-envelope:before {
    content: "\e919";
}
.icon-social-pinterest:before {
    content: "\e91a";
}
.icon-social-google-plus:before {
    content: "\e91b";
}
.icon-arrow-up:before {
    content: "\e90c";
}
.icon-arrow-down:before {
    content: "\e90d";
}
.icon-arrow-left:before {
    content: "\e90e";
}
.icon-arrow-right:before {
    content: "\e90f";
}
.icon-contact-letter-p:before {
    content: "\e910";
}
.icon-contact-letter-f:before {
    content: "\e911";
}
.icon-download:before {
    content: "\e912";
}
.icon-play:before {
    content: "\e913";
}
.icon-gallery:before {
    content: "\e914";
}
.icon-rss:before {
    content: "\e915";
}
.icon-rss-border:before {
    content: "\e916";
}
.icon-file-pdf:before {
    content: "\e91c";
}
.icon-search:before {
    content: "\e903";
}
.icon-rss-border {
    position: relative;
}
.icon-rss-border:after {
    content: "\e915";
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 49%;
}
@charset "UTF-8";
/*!
 ************************************************************************************************
 * Official AAAA Stylesheet                                                                     *
 * Red Clay Interactive | www.redclayinteractive.com                                            *
 *   ____          _    ____ _               ___       _                      _   _             *
 *  |  _ \ ___  __| |  / ___| | __ _ _   _  |_ _|_ __ | |_ ___ _ __ __ _  ___| |_(_)_   _____   *
 *  | |_) / _ \/ _` | | |   | |/ _` | | | |  | || '_ \| __/ _ \ '__/ _` |/ __| __| \ \ / / _ \  *
 *  |  _ <  __/ (_| | | |___| | (_| | |_| |  | || | | | ||  __/ | | (_| | (__| |_| |\ V /  __/  *
 *  |_| \_\___|\__,_|  \____|_|\__,_|\__, | |___|_| |_|\__\___|_|  \__,_|\___|\__|_| \_/ \___|  *
 *                                   |___/                                                      *
 ************************************************************************************************/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
.FAs-header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #232323;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.alignleft,
.alignright {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 37.5em) {
    .alignleft {
        display: inline;
        float: left;
    }
}
@media only screen and (min-width: 37.5em) {
    .alignright {
        display: inline;
        float: right;
    }
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft,
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
audio,
canvas {
    display: inline-block;
}
embed,
iframe,
object,
video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
    padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}
.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery {
    font-size: 0;
    margin: 0 -2px 30px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    max-height: 283px;
    max-width: calc(50% - 4px);
    text-align: center;
    vertical-align: top;
    margin: 2px;
}
.gallery-item img {
    transition: all 0.3s ease;
}
.gallery-item a {
    position: relative;
    display: inline-block;
}
.gallery-item:hover a:before {
    opacity: 0;
    transition: all 0.3s ease;
}
.gallery-item:hover img {
    transition: all 0.3s ease;
}
@media only screen and (min-width: 48em) {
    .gallery-columns-1 .gallery-item {
        max-width: calc(100% - 4px);
    }
    .gallery-columns-2 .gallery-item {
        max-width: calc(50% - 4px);
    }
    .gallery-columns-4 .gallery-item {
        max-width: calc(25% - 4px);
    }
    .gallery-columns-5 .gallery-item {
        max-width: calc(20% - 4px);
    }
    .gallery-columns-6 .gallery-item {
        max-width: calc(16.66% - 4px);
    }
    .gallery-columns-7 .gallery-item {
        max-width: calc(14.28% - 4px);
    }
    .gallery-columns-8 .gallery-item {
        max-width: calc(12.5% - 4px);
    }
    .gallery-columns-9 .gallery-item {
        max-width: calc(11.11% - 4px);
    }
}
@media only screen and (min-width: 37.5em) {
    blockquote.alignleft,
    .wp-caption.alignleft,
    img.alignleft {
        margin: 0.4em 1.6em 1.6em 0;
    }
    blockquote.alignright,
    .wp-caption.alignright,
    img.alignright {
        margin: 0.4em 0 1.6em 1.6em;
    }
    blockquote.aligncenter,
    .wp-caption.aligncenter,
    img.aligncenter {
        margin-top: 0.4em;
        margin-bottom: 1.6em;
    }
    .wp-caption.alignleft,
    .wp-caption.alignright,
    .wp-caption.aligncenter {
        margin-bottom: 1.2em;
    }
}
/*! formstone v0.8.37 [scrollbar.css] 2016-01-28 | MIT License | formstone.it */
.fs-scrollbar {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.fs-scrollbar,
.fs-scrollbar * {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.fs-scrollbar,
.fs-scrollbar-content,
.fs-scrollbar-bar,
.fs-scrollbar-track,
.fs-scrollbar-handle {
    box-sizing: border-box;
}
.fs-scrollbar-content {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.fs-scrollbar-content::-webkit-scrollbar,
.fs-scrollbar-content::-webkit-scrollbar-button,
.fs-scrollbar-content::-webkit-scrollbar-track,
.fs-scrollbar-content::-webkit-scrollbar-track-piece,
.fs-scrollbar-content::-webkit-scrollbar-thumb,
.fs-scrollbar-content::-webkit-scrollbar-corner,
.fs-scrollbar-content::-webkit-resizer {
    background: transparent;
    opacity: 0;
}
.fs-scrollbar-bar {
    width: 16px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
    display: none;
}
.fs-scrollbar-track {
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.fs-scrollbar-handle {
    width: 10px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 3px;
    z-index: 2;
    background: #bbb;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
}
.fs-scrollbar-horizontal .fs-scrollbar-content {
    overflow: auto;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 0 16px 0;
}
.fs-scrollbar-horizontal .fs-scrollbar-bar {
    width: 100%;
    height: 16px;
    top: auto;
    bottom: 0;
    border-width: 1px 0 0 0;
}
.fs-scrollbar-horizontal .fs-scrollbar-handle {
    width: 20px;
    height: 10px;
    top: auto;
    right: auto;
    bottom: 3px;
}
.fs-scrollbar-setup .fs-scrollbar-content,
.fs-scrollbar-active .fs-scrollbar-content {
    padding: 20px;
}
.fs-scrollbar-setup .fs-scrollbar-bar,
.fs-scrollbar-active .fs-scrollbar-bar {
    display: block;
}
.fs-carousel.fs-carousel-enabled {
    width: 100%;
    position: relative;
}
.fs-carousel.fs-carousel-enabled:after {
    clear: both;
    content: "";
    display: table;
}
.fs-carousel,
.fs-carousel:after,
.fs-carousel:before,
.fs-carousel *,
.fs-carousel *:after,
.fs-carousel *:before {
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.fs-carousel-enabled.fs-carousel-contained,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container {
    overflow: hidden;
}
.fs-carousel-enabled .fs-carousel-viewport {
    position: relative;
}
.fs-carousel-enabled .fs-carousel-viewport:after {
    clear: both;
    content: "";
    display: table;
}
.fs-carousel-enabled .fs-carousel-wrapper {
    position: relative;
}
.fs-carousel-enabled .fs-carousel-wrapper:after {
    clear: both;
    content: "";
    display: table;
}
.fs-carousel-enabled .fs-carousel-container {
    position: relative;
}
.fs-carousel-enabled .fs-carousel-container:after {
    clear: both;
    content: "";
    display: table;
}
.fs-carousel-enabled .fs-carousel-canister {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
    -webkit-transition: height 0.5s ease, -webkit-transform 0.5s ease;
    transition: height 0.5s ease, transform 0.5s ease;
}
.fs-carousel-enabled .fs-carousel-item {
    min-height: 1px;
    display: block;
    float: left;
}
.fs-carousel-enabled .fs-carousel-item img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fs-carousel-single .fs-carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.fs-carousel-single .fs-carousel-item.fs-carousel-visible {
    position: relative;
    z-index: 2;
}
.fs-carousel-controls {
    display: none;
}
.fs-carousel-enabled .fs-carousel-controls {
    width: 100%;
    margin: 0;
    padding: 0;
}
.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible,
.fs-carousel-controls_custom.fs-carousel-visible {
    display: block;
}
.fs-carousel-enabled .fs-carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    border: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    visibility: hidden;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin: auto;
    opacity: 0;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity 0.15s ease, visibility 0.15s ease;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    white-space: nowrap;
}
.fs-carousel-enabled .fs-carousel-control:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto;
}
.no-opacity .fs-carousel-enabled .fs-carousel-control {
    text-indent: -999px;
}
.fs-carousel-enabled .fs-carousel-control.fs-carousel-visible {
    visibility: visible;
    opacity: 1;
}
.fs-carousel-enabled .fs-carousel-control_previous,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next {
    right: auto;
    left: 20px;
}
.fs-carousel-enabled .fs-carousel-control_previous:before,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_next:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10.5px solid #333;
    border-left: none;
    margin-left: 13.7px;
    margin-right: auto;
}
.fs-carousel-enabled .fs-carousel-control_next,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous {
    right: 20px;
    left: auto;
}
.fs-carousel-enabled .fs-carousel-control_next:before,
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-control_previous:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10.5px solid #333;
    border-right: none;
    margin-right: 13.7px;
    margin-left: auto;
}
.fs-carousel-enabled .fs-carousel-control_disabled {
    opacity: 0;
}
.fs-carousel-pagination {
    display: none;
}
.fs-carousel-enabled .fs-carousel-pagination {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
    display: block;
}
.fs-carousel-enabled .fs-carousel-page {
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 0;
    width: 10px;
    height: 10px;
    background: #333;
    border-radius: 100%;
    margin: 0 3px;
    opacity: 0.5;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}
.no-opacity .fs-carousel-enabled .fs-carousel-page {
    text-indent: -999px;
}
.fs-carousel-enabled .fs-carousel-page.fs-carousel-active {
    opacity: 1;
}
.fs-carousel-enabled.fs-carousel-rtl {
    direction: rtl;
}
.fs-carousel-enabled.fs-carousel-rtl .fs-carousel-item {
    float: right;
}
/*! formstone v0.8.38 [lightbox.css] 2016-02-04 | MIT License | formstone.it */
.fs-lightbox {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 101;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 25px #232323;
    opacity: 0;
    margin: 0 auto;
    padding: 10px;
    -webkit-transform: translateZ(0);
}
.fs-lightbox,
.fs-lightbox *:not(input):not(textarea) {
    box-sizing: border-box;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.fs-lightbox-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
}
.fs-lightbox-inline {
    padding: 30px;
}
.fs-lightbox-animating {
    -webkit-transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
    transition: height 0.25s ease, width 0.25s ease, opacity 0.25s linear, top 0.25s ease;
}
.fs-lightbox-animating .fs-lightbox-container {
    -webkit-transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
    transition: opacity 0.25s linear 0.25s, visibility 0.25s linear 0.25s;
}
.fs-lightbox-mobile .fs-lightbox-image_container {
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
}
.fs-lightbox-mobile.fs-lightbox-animating .fs-lightbox-image_container {
    -webkit-transition: height 0.25s ease, width 0.25s ease, top 0.25s ease, left 0.25s ease;
    transition: height 0.25s ease, width 0.25s ease, top 0.25s ease, left 0.25s ease;
}
.fs-lightbox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: #232323;
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
.fs-lightbox-open {
    opacity: 1;
}
.fs-lightbox-overlay.fs-lightbox-open {
    opacity: 0.75;
}
.fs-lightbox-close {
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -7.5px;
    right: -7.5px;
    z-index: 105;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0;
    text-indent: 200%;
    white-space: nowrap;
}
.fs-lightbox-close:focus {
    outline: none;
}
.fs-lightbox-close:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #333;
    content: "\00d7";
    display: block;
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: auto;
    text-align: center;
    text-indent: 0;
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
}
.no-opacity .fs-lightbox-close {
    text-indent: -999px;
}
.fs-lightbox-loading_icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    display: block;
    margin: auto;
    opacity: 0;
    -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;
    transition: opacity 0.25s linear, visibility 0.25s linear;
    visibility: hidden;
}
.fs-lightbox-loading_icon:before,
.fs-lightbox-loading_icon:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 110%;
    content: "";
    display: block;
}
.fs-lightbox-loading_icon:before {
    border: 5px solid rgba(51, 51, 51, 0.25);
}
.fs-lightbox-loading_icon:after {
    -webkit-animation: fs-lightbox-loading-spin 0.75s linear infinite;
    animation: fs-lightbox-loading-spin 0.75s linear infinite;
    border: 5px solid transparent;
    border-top-color: #333;
}
@-webkit-keyframes fs-lightbox-loading-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fs-lightbox-loading-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fs-lightbox-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 103;
    background: #fff;
    overflow: hidden;
}
.fs-lightbox-container:after {
    clear: both;
    content: "";
    display: table;
}
.fs-lightbox-content {
    width: 100%;
    background: #fff;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    visibility: visible;
}
.fs-lightbox-content:after {
    clear: both;
    content: "";
    display: table;
}
.fs-lightbox-inline .fs-lightbox-content {
    width: auto;
}
.fs-lightbox-iframed .fs-lightbox-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.fs-lightbox-mobile .fs-lightbox-image_container {
    width: 1px;
    height: 1px;
    margin: 0;
    position: absolute;
}
.fs-lightbox-image {
    float: left;
}
.fs-lightbox-mobile .fs-lightbox-image {
    position: relative;
    float: none;
}
.fs-lightbox-video {
    width: 100%;
    height: 100%;
}
.fs-lightbox-iframe {
    width: 100%;
    height: 100%;
    border: none;
    float: left;
    overflow: auto;
}
.fs-lightbox-meta {
    clear: both;
    padding: 10px 10px 0;
}
.fs-lightbox-control {
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 105;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    display: block;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity 0.15s linear, visibility 0.15s linear;
    transition: opacity 0.15s linear, visibility 0.15s linear;
    white-space: nowrap;
    visibility: visible;
}
.fs-lightbox-control:focus {
    outline: none;
}
.fs-lightbox-control:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    margin: auto;
}
.no-opacity .fs-lightbox-control {
    text-indent: -999px;
}
.fs-lightbox-control_previous {
    left: 20px;
}
.fs-lightbox-control_previous:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10.4px solid #333;
    margin-left: 14px;
}
.fs-lightbox-control_next {
    right: 20px;
}
.fs-lightbox-control_next:before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10.4px solid #333;
    margin-right: 14px;
}
.fs-lightbox-control_disabled {
    opacity: 0;
    visibility: hidden;
}
.no-touchevents .fs-lightbox .fs-lightbox-control {
    opacity: 0;
    visibility: hidden;
}
.no-touchevents .fs-lightbox:hover .fs-lightbox-control {
    opacity: 1;
    visibility: visible;
}
.no-touchevents .fs-lightbox .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
    opacity: 0;
    cursor: default;
    visibility: hidden;
}
.fs-lightbox-position {
    color: #999;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}
.fs-lightbox-caption:after {
    clear: both;
    content: "";
    display: table;
}
.fs-lightbox-caption p {
    color: #666;
    font-size: 14px;
    margin: 5px 0;
    padding: 0;
}
.fs-lightbox-caption_toggle {
    display: none;
}
.fs-lightbox-error {
    width: 250px;
}
.fs-lightbox-error p {
    color: #900;
    font-size: 14px;
    margin: 0;
    padding: 25px;
    text-align: center;
    text-transform: uppercase;
}
.fs-lightbox-loading .fs-lightbox-container {
    opacity: 0;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    visibility: hidden;
}
.fs-lightbox-loading .fs-lightbox-loading_icon {
    opacity: 1;
    visibility: visible;
}
.fs-lightbox-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #111;
    border-radius: 0;
    padding: 40px 0 0;
}
.fs-lightbox-mobile .fs-lightbox-close {
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    background: #111;
    border-radius: 0;
}
.fs-lightbox-mobile .fs-lightbox-close:before {
    color: #ccc;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}
.fs-lightbox-mobile .fs-lightbox-loading_icon:before {
    border-color: rgba(153, 153, 153, 0.25);
}
.fs-lightbox-mobile .fs-lightbox-loading_icon:after {
    border-top-color: #999;
}
.fs-lightbox-mobile .fs-lightbox-container {
    position: static;
    background: #111;
}
.fs-lightbox-mobile .fs-lightbox-content {
    background-color: #111;
    padding: 0 15px;
}
.fs-lightbox-mobile .fs-lightbox-tools {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111;
}
.fs-lightbox-mobile .fs-lightbox-control {
    width: 50px;
    height: 100%;
    min-height: 50px;
    background: #111;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
}
.fs-lightbox-mobile .fs-lightbox-control_previous {
    left: 0;
}
.fs-lightbox-mobile .fs-lightbox-control_previous:before {
    border-right-color: #eee;
    margin-left: 19px;
}
.fs-lightbox-mobile .fs-lightbox-control_next {
    right: 0;
}
.fs-lightbox-mobile .fs-lightbox-control_next:before {
    border-left-color: #eee;
    margin-right: 19px;
}
.no-touchevents .fs-lightbox-mobile .fs-lightbox-control,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
    opacity: 1;
    visibility: visible;
}
.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
    opacity: 0;
    cursor: default !important;
    visibility: hidden;
}
.fs-lightbox-mobile .fs-lightbox-meta {
    padding: 15px 65px;
}
.fs-lightbox-mobile .fs-lightbox-position {
    color: #999;
    font-size: 12px;
    margin: 0;
    padding: 0 15px 0 0;
}
.fs-lightbox-mobile .fs-lightbox-caption p {
    color: #eee;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.fs-lightbox-mobile .fs-lightbox-image {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fs-lightbox-mobile.fs-lightbox-animated .fs-lightbox-image {
    -webkit-transition: -webkit-transform 0.25s ease-out !important;
    transition: transform 0.25s ease-out !important;
}
.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
    width: auto;
    position: static;
    background: transparent;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
    width: 100%;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    background-color: #111;
    padding: 0 65px;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-caption_toggle {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 50px;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
    width: 100%;
    height: 80%;
    position: fixed;
    top: 20%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 104;
    background: #222;
    box-shadow: 0 0 25px #232323;
    padding: 15px 15px 65px;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
}
.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.fs-checkbox.fs-checkbox-enabled {
    cursor: pointer;
    margin: 0 0 10px 0;
    overflow: hidden;
}
.fs-checkbox.fs-checkbox-enabled:focus {
    box-shadow: none;
    outline: none;
}
.fs-checkbox,
.fs-checkbox:after,
.fs-checkbox:before,
.fs-checkbox *,
.fs-checkbox *:after,
.fs-checkbox *:before {
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.fs-checkbox-element_wrapper {
    position: relative;
    border: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
}
.fs-checkbox-element {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: none;
    transition: none;
}
.fs-checkbox-label {
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fs-checkbox-marker {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
.fs-checkbox-flag {
    width: 100%;
    height: 100%;
    margin: 0;
}
.fs-checkbox-flag:before {
    width: 5px;
    height: 10px;
    border: 2px solid #999;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    margin: 3px 0 0 6px;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
    transform: rotate(45deg) scale(0);
}
.fs-checkbox-checked .fs-checkbox-flag:before {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
.no-csstransforms .fs-checkbox-flag:before {
    width: 100%;
    height: 100%;
    content: "\2713";
    display: none;
    line-height: 1;
    text-align: center;
}
.no-csstransforms .fs-checkbox-checked .fs-checkbox-flag:before {
    display: block;
}
.fs-checkbox-radio .fs-checkbox-marker {
    border-radius: 100%;
}
.fs-checkbox-radio .fs-checkbox-flag {
    background: #999;
    border: 3px solid #fff;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
}
.fs-checkbox-radio .fs-checkbox-flag:before {
    display: none;
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
    display: none;
}
.no-csstransforms .fs-checkbox-radio .fs-checkbox-flag:before {
    display: none;
}
.no-csstransforms .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
    display: block;
}
.fs-checkbox-focus .fs-checkbox-label {
    color: #333;
}
.fs-checkbox-focus .fs-checkbox-marker {
    border-color: #999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.fs-checkbox-disabled {
    cursor: default;
    opacity: 0.5;
}
.fs-checkbox-disabled .fs-checkbox-label {
    color: #666;
    cursor: default;
}
.fs-checkbox-disabled .fs-checkbox-marker {
    border-color: #ccc;
    cursor: default;
}
.fs-checkbox-toggle {
    position: relative;
}
.fs-checkbox-toggle .fs-checkbox-label {
    line-height: 40px;
}
.fs-checkbox-toggle .fs-checkbox-marker {
    width: 100px;
    height: 40px;
    position: relative;
    border-radius: 3px;
}
.fs-checkbox-toggle .fs-checkbox-marker:after {
    clear: both;
    content: "";
    display: table;
}
.fs-checkbox-toggle .fs-checkbox-flag {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #999;
    border: 2px solid #fff;
    border-radius: 3px;
    display: block;
    margin: 0;
    -webkit-transition: left 0.15s ease;
    transition: left 0.15s ease;
}
.fs-checkbox-toggle .fs-checkbox-flag:before {
    display: none;
}
.fs-checkbox-toggle .fs-checkbox-flag:after {
    width: 2px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: 3px 0 0 #ffffff, -3px 0 0 #fff;
    content: "";
    margin: auto;
    opacity: 0.75;
}
.no-touchevents .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
    opacity: 1;
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
    left: 50%;
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
    display: none;
}
.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
    display: none;
}
.fs-checkbox-toggle .fs-checkbox-state {
    width: 50%;
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
.fs-checkbox-toggle .fs-checkbox-state_on {
    float: left;
}
.fs-checkbox-toggle .fs-checkbox-state_off {
    float: right;
}
/*! formstone v0.8.37 [dropdown.css] 2016-01-28 | MIT License | formstone.it */
.fs-dropdown {
    position: relative;
    z-index: 1;
    display: block;
    margin: 10px 0;
    max-width: 100%;
}
.fs-dropdown:focus {
    box-shadow: none;
    outline: none;
}
.fs-dropdown,
.fs-dropdown:after,
.fs-dropdown:before,
.fs-dropdown *,
.fs-dropdown *:after,
.fs-dropdown *:before {
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.fs-dropdown-element {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.fs-dropdown-element,
.fs-dropdown-element:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
.no-opacity .fs-dropdown-element {
    left: -999999px;
}
.fs-dropdown-selected {
    width: 100%;
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #222;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0 40px 0 15px;
    text-align: left;
    text-overflow: clip;
    z-index: 2;
}
.fs-dropdown-selected:after {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ccc;
    content: "";
    display: block;
    margin: auto 0;
}
.no-touchevents .fs-dropdown-selected:hover {
    color: #222;
}
.no-touchevents .fs-dropdown-disabled .fs-dropdown-selected:hover {
    color: #ccc;
}
.fs-dropdown-options {
    width: 100%;
    max-height: 260px;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    display: none;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    z-index: 50;
}
.fs-dropdown-options.fs-scrollbar {
    position: absolute;
}
.no-opacity .fs-dropdown-options {
    width: auto;
}
.fs-dropdown-group {
    border-bottom: 1px solid #ccc;
    color: #999;
    display: block;
    font-size: 11px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.fs-dropdown-item {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #222;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 15px;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
}
.fs-dropdown-item_placeholder {
    display: none;
}
.fs-dropdown-item_selected {
    background: #eee;
}
.fs-dropdown-item_disabled {
    color: #999;
    cursor: default;
}
.fs-dropdown-item:first-child {
    border-radius: 0;
}
.fs-dropdown-item:last-child {
    border-bottom: 0;
    border-radius: 0 0 3px 3px;
}
.no-touchevents .fs-dropdown-item:hover,
.no-touchevents .fs-dropdown-item_selected:hover {
    color: #222;
    background-color: #ddd;
    border-color: #ccc;
}
.fs-dropdown-item_disabled,
.no-touchevents .fs-dropdown-item_disabled:hover {
    color: #ccc;
    background-color: #fff;
    border-color: #ccc;
}
.fs-dropdown-open {
    z-index: 3;
}
.fs-dropdown-open .fs-dropdown-options {
    display: block;
    border-radius: 0 0 3px 3px;
}
.fs-dropdown-open .fs-dropdown-selected {
    z-index: 51;
    border-radius: 3px 3px 0 0;
}
.fs-dropdown-open .fs-dropdown-selected,
.fs-dropdown-focus .fs-dropdown-selected {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
    z-index: 49;
}
.fs-dropdown-cover .fs-dropdown-options {
    top: 0;
    border-radius: 3px;
    border-width: 1px;
}
.fs-dropdown-cover .fs-dropdown-item:first-child {
    border-radius: 3px 3px 0 0;
}
.fs-dropdown-multiple {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.fs-dropdown-multiple .fs-dropdown-options {
    width: 100%;
    position: static;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    display: block;
}
.fs-dropdown-disabled .fs-dropdown-selected {
    background: #fff;
    border-color: #ccc;
    color: #ccc;
    cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-options {
    background: #fff;
    border-color: #ccc;
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
    border-color: #ccc;
    color: #ccc;
    cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-item,
.no-touchevents .fs-dropdown-disabled .fs-dropdown-item:hover {
    color: #ccc;
    background-color: #fff;
}
.fs-dropdown-disabled .fs-dropdown-item_selected,
.no-touchevents .fs-dropdown-disabled .fs-dropdown-item_selected:hover {
    background: #fafafa;
}
.fs-dropdown-options.fs-scrollbar {
    overflow: hidden;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
    max-height: 260px;
    height: auto;
}
.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
    padding: 0;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar,
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-track {
    border-radius: 0 3px 3px 0;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}
.alert,
.form .validation_error,
.gform_wrapper .validation_error {
    padding: 15px;
    border: 1px solid transparent;
}
.alert h4,
.form .validation_error h4,
.gform_wrapper .validation_error h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link,
.form .validation_error .alert-link,
.gform_wrapper .validation_error .alert-link {
    font-weight: 700;
}
.alert > p,
.form .validation_error > p,
.gform_wrapper .validation_error > p,
.alert > ul,
.form .validation_error > ul,
.gform_wrapper .validation_error > ul {
    margin-bottom: 0;
}
.alert > p + p,
.form .validation_error > p + p,
.gform_wrapper .validation_error > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger,
.form .validation_error,
.gform_wrapper .validation_error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr,
.form .validation_error hr,
.gform_wrapper .validation_error hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.form .validation_error .alert-link,
.gform_wrapper .validation_error .alert-link {
    color: #843534;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #232323;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #232323;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
    z-index: 1060;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #232323;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-.FAs-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-.FAs-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
    box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
    text-shadow: none;
}
.btn:active,
.btn.active {
    background-image: none;
}
.btn-default {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #e0e0e0;
    background-image: none;
}
.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff265a88',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
    background-color: #265a88;
    border-color: #245580;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #265a88;
    background-image: none;
}
.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #419641;
    background-image: none;
}
.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #2aabd2;
    background-image: none;
}
.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #eb9316;
    background-image: none;
}
.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #c12e2a;
    background-image: none;
}
.alert,
.form .validation_error,
.gform_wrapper .validation_error {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
    /*background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0);
    border-color: #b2dba1;
}
.alert-info {
    /*background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0);
    border-color: #9acfea;
}
.alert-warning {
    /*background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0);
    border-color: #f5e79e;
}
.alert-danger,
.form .validation_error,
.gform_wrapper .validation_error {
    /*background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0);
    border-color: #dca7a7;
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
}
.slick-arrow.slick-hidden {
    display: none;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 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;
}
* {
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
::-webkit-selection {
    background: #42a4e6;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #42a4e6;
    color: #fff;
    text-shadow: none;
}
html {
    height: 100%;
    min-height: 100%;
    font-size: 62.5%;
}
html:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../../themes/aaaa/assets/images/mockup_home.jpg);
    opacity: 0.8;
}
body {
    height: 100%;
    min-height: 100%;
    color: #464646;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "franklin-gothic-urw", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.36;
    -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 37.5em) {
    body {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 48em) {
    body {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
body.is-stuck {
    overflow-y: hidden;
}
body.account .main-content__content {
    max-width: none;
}
textarea {
    resize: vertical;
}
.main-nav .card-cta__link:after,
.main-nav .navbar .mmenu a:after {
    display: none;
}
h1,
.h1,
h2,
.h2,
.full-width-drawer__inline b,
.double-feature__item--title,
.topics .overlay-text,
h3,
.h3,
.main-content__.FAs-header.has-border .post-title,
h4,
.h4,
.double-feature__item--title.is-small,
[data-style="aggregator"] .slider__slide--title,
.trending-featured .center-block .trending-featured__small--title,
.trending-featured .center-block .trending-featured__list--item__title,
.news-item--featured .news-item__title,
h5,
.h5,
.sidebar-promo__title,
.trending-featured__small--title,
.trending-featured__list--item__title,
.news-item__title,
h6,
.h6 {
    font-weight: 400;
    line-height: 1.25;
    padding: 0 0 20px;
    margin: 0;
}
@media only screen and (min-width: 48em) {
    h1,
    .h1,
    h2,
    .h2,
    .full-width-drawer__inline b,
    .double-feature__item--title,
    .topics .overlay-text,
    h3,
    .h3,
    .main-content__.FAs-header.has-border .post-title,
    h4,
    .h4,
    .double-feature__item--title.is-small,
    [data-style="aggregator"] .slider__slide--title,
    .trending-featured .center-block .trending-featured__small--title,
    .trending-featured .center-block .trending-featured__list--item__title,
    .news-item--featured .news-item__title,
    h5,
    .h5,
    .sidebar-promo__title,
    .trending-featured__small--title,
    .trending-featured__list--item__title,
    .news-item__title,
    h6,
    .h6 {
        padding-bottom: 30px;
    }
}
h1,
.h1,
h2,
.h2,
.full-width-drawer__inline b,
.double-feature__item--title,
.topics .overlay-text {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
}
h1,
.h1,
h6,
.h6 {
    text-transform: uppercase;
}
h3,
.h3,
.main-content__.FAs-header.has-border .post-title,
h4,
.h4,
.double-feature__item--title.is-small,
[data-style="aggregator"] .slider__slide--title,
.trending-featured .center-block .trending-featured__small--title,
.trending-featured .center-block .trending-featured__list--item__title,
.news-item--featured .news-item__title,
h5,
.h5,
.sidebar-promo__title,
.trending-featured__small--title,
.trending-featured__list--item__title,
.news-item__title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}
h6,
.h6 {
    font-family: "Manrope", sans-serif;
}
h1,
.h1 {
    font-size: 42px;
    font-size: 4.2rem;
}
h2,
.h2,
.full-width-drawer__inline b,
.double-feature__item--title,
.topics .overlay-text {
    font-size: 36px;
    font-size: 3.6rem;
}
h3,
.h3,
.main-content__.FAs-header.has-border .post-title {
    font-size: 28px;
    font-size: 2.8rem;
}
h4,
.h4,
.double-feature__item--title.is-small,
[data-style="aggregator"] .slider__slide--title,
.trending-featured .center-block .trending-featured__small--title,
.trending-featured .center-block .trending-featured__list--item__title,
.news-item--featured .news-item__title {
    font-size: 26px;
    font-size: 2.6rem;
}
h5,
.h5,
.sidebar-promo__title,
.trending-featured__small--title,
.trending-featured__list--item__title,
.news-item__title {
    font-size: 22px;
    font-size: 2.2rem;
}
h6,
.h6 {
    font-size: 18px;
    font-size: 1.8rem;
}
.main-content h1 {
    font-size: 28px;
    font-size: 2.8rem;
}
.main-content h2 {
    font-size: 39px;
    font-size: 3.9rem;
}
.main-content h3 {
    font-size: 30px;
    font-size: 3rem;
}
.main-content h4 {
    font-size: 28px;
    font-size: 2.8rem;
}
.main-content h5 {
    font-size: 24px;
    font-size: 2.4rem;
}
.main-content h6 {
    font-size: 19px;
    font-size: 1.9rem;
}
@media only screen and (min-width: 37.5em) {
    h1,
    .h1 {
        font-size: 46px;
        font-size: 4.6rem;
    }
    h2,
    .h2,
    .full-width-drawer__inline b,
    .double-feature__item--title,
    .topics .overlay-text {
        font-size: 38px;
        font-size: 3.8rem;
    }
    h3,
    .h3,
    .main-content__.FAs-header.has-border .post-title {
        font-size: 28px;
        font-size: 2.8rem;
    }
    h4,
    .h4,
    .double-feature__item--title.is-small,
    [data-style="aggregator"] .slider__slide--title,
    .trending-featured .center-block .trending-featured__small--title,
    .trending-featured .center-block .trending-featured__list--item__title,
    .news-item--featured .news-item__title {
        font-size: 26px;
        font-size: 2.6rem;
    }
    h5,
    .h5,
    .sidebar-promo__title,
    .trending-featured__small--title,
    .trending-featured__list--item__title,
    .news-item__title {
        font-size: 22px;
        font-size: 2.2rem;
    }
    h6,
    .h6 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .main-content h1 {
        font-size: 33px;
        font-size: 3.3rem;
    }
    .main-content h2 {
        font-size: 41px;
        font-size: 4.1rem;
    }
    .main-content h3 {
        font-size: 30px;
        font-size: 3rem;
    }
    .main-content h4 {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .main-content h5 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .main-content h6 {
        font-size: 19px;
        font-size: 1.9rem;
    }
}
@media only screen and (min-width: 60em) {
    h1,
    .h1 {
        font-size: 50px;
        font-size: 5rem;
    }
    h2,
    .h2,
    .full-width-drawer__inline b,
    .double-feature__item--title,
    .topics .overlay-text {
        font-size: 40px;
        font-size: 4rem;
    }
    h3,
    .h3,
    .main-content__.FAs-header.has-border .post-title {
        font-size: 28px;
        font-size: 2.8rem;
    }
    h4,
    .h4,
    .double-feature__item--title.is-small,
    [data-style="aggregator"] .slider__slide--title,
    .trending-featured .center-block .trending-featured__small--title,
    .trending-featured .center-block .trending-featured__list--item__title,
    .news-item--featured .news-item__title {
        font-size: 26px;
        font-size: 2.6rem;
    }
    h5,
    .h5,
    .sidebar-promo__title,
    .trending-featured__small--title,
    .trending-featured__list--item__title,
    .news-item__title {
        font-size: 22px;
        font-size: 2.2rem;
    }
    h6,
    .h6 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .main-content h1 {
        font-size: 50px;
        font-size: 5rem;
    }
    .main-content h2 {
        font-size: 40px;
        font-size: 4rem;
    }
    .main-content h3 {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .main-content h4 {
        font-size: 26px;
        font-size: 2.6rem;
    }
    .main-content h5 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .main-content h6 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    text-transform: none;
}
.main-content h1 {
    color: #132128;
}
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.lead-in,
.sidebar-promo__content,
.module__intro,
.full-width-drawer__inline p,
.double-feature__item--content,
.form__intro,
.gform_wrapper__intro,
.trending-featured__small--excerpt,
.trending-featured__slider--item__excerpt,
.trending-featured .center-block .trending-featured__small--excerpt {
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
}
.subtitle {
    display: block;
    margin-bottom: 1rem;
}
.subtitle--md,
.subtitle--lg,
.main-content__meta-footer--title,
.mason-block__content b,
.sidebar-post__title,
.topics__item--heading,
.partners__title,
.card__title,
.quick-links__title,
.hero__promo__title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}
.subtitle--sm,
.main-nav .navbar .mmenu__heading,
select.fancy .fs-dropdown-group,
.fancy-select .fs-dropdown-group,
.content-list .advanced-search__dropdowns .query-exposed-label,
.trending-featured__small--heading {
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.subtitle--lg,
.main-content__meta-footer--title,
.mason-block__content b,
.sidebar-post__title,
.topics__item--heading,
.partners__title,
.card__title,
.quick-links__title,
.hero__promo__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.25;
}
.font-size--larger {
    font-size: 18px;
    font-size: 1.8rem;
}
@media only screen and (min-width: 37.5em) {
    .font-size--larger {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media only screen and (min-width: 60em) {
    .font-size--larger {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
.font-size--larger .subtitle {
    font-size: 20px;
    font-size: 2rem;
}
@media only screen and (min-width: 37.5em) {
    .font-size--larger .subtitle {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 60em) {
    .font-size--larger .subtitle {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
.font-size--larger .subtitle--sm,
.font-size--larger .main-nav .navbar .mmenu__heading,
.main-nav .navbar .font-size--larger .mmenu__heading,
.font-size--larger select.fancy .fs-dropdown-group,
select.fancy .font-size--larger .fs-dropdown-group,
.font-size--larger .fancy-select .fs-dropdown-group,
.fancy-select .font-size--larger .fs-dropdown-group,
.font-size--larger .content-list .advanced-search__dropdowns .query-exposed-label,
.content-list .advanced-search__dropdowns .font-size--larger .query-exposed-label,
.font-size--larger .trending-featured__small--heading {
    font-size: 20px;
    font-size: 2rem;
}
@media only screen and (min-width: 37.5em) {
    .font-size--larger .subtitle--sm,
    .font-size--larger .main-nav .navbar .mmenu__heading,
    .main-nav .navbar .font-size--larger .mmenu__heading,
    .font-size--larger select.fancy .fs-dropdown-group,
    select.fancy .font-size--larger .fs-dropdown-group,
    .font-size--larger .fancy-select .fs-dropdown-group,
    .fancy-select .font-size--larger .fs-dropdown-group,
    .font-size--larger .content-list .advanced-search__dropdowns .query-exposed-label,
    .content-list .advanced-search__dropdowns .font-size--larger .query-exposed-label,
    .font-size--larger .trending-featured__small--heading {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media only screen and (min-width: 60em) {
    .font-size--larger .subtitle--sm,
    .font-size--larger .main-nav .navbar .mmenu__heading,
    .main-nav .navbar .font-size--larger .mmenu__heading,
    .font-size--larger select.fancy .fs-dropdown-group,
    select.fancy .font-size--larger .fs-dropdown-group,
    .font-size--larger .fancy-select .fs-dropdown-group,
    .fancy-select .font-size--larger .fs-dropdown-group,
    .font-size--larger .content-list .advanced-search__dropdowns .query-exposed-label,
    .content-list .advanced-search__dropdowns .font-size--larger .query-exposed-label,
    .font-size--larger .trending-featured__small--heading {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
.font-size--larger h2,
.font-size--larger .h2,
.font-size--larger .full-width-drawer__inline b,
.full-width-drawer__inline .font-size--larger b,
.font-size--larger .double-feature__item--title,
.font-size--larger .topics .overlay-text,
.topics .font-size--larger .overlay-text {
    font-size: 44px;
    font-size: 4.4rem;
}
@media only screen and (min-width: 37.5em) {
    .font-size--larger h2,
    .font-size--larger .h2,
    .font-size--larger .full-width-drawer__inline b,
    .full-width-drawer__inline .font-size--larger b,
    .font-size--larger .double-feature__item--title,
    .font-size--larger .topics .overlay-text,
    .topics .font-size--larger .overlay-text {
        font-size: 46px;
        font-size: 4.6rem;
    }
}
@media only screen and (min-width: 60em) {
    .font-size--larger h2,
    .font-size--larger .h2,
    .font-size--larger .full-width-drawer__inline b,
    .full-width-drawer__inline .font-size--larger b,
    .font-size--larger .double-feature__item--title,
    .font-size--larger .topics .overlay-text,
    .topics .font-size--larger .overlay-text {
        font-size: 48px;
        font-size: 4.8rem;
    }
}
.h2--alt {
    font-family: "Manrope", sans-serif;
}
p {
    padding: 0 0 20px;
    margin: 0;
}
p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
p + ul,
p + ol {
    margin-top: -10px;
    margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
    p {
        padding-bottom: 30px;
    }
    p + ul,
    p + ol {
        margin-top: -20px;
        margin-bottom: 20px;
    }
}
a,
.link {
    color: #42a4e6;
    text-decoration: none;
    transition: all 0.3s ease;
}
a:hover,
a:hover .link,
.link:hover,
.link:hover .link {
    color: #232323;
    transition: all 0.3s ease;
}
a:hover,
a:hover .link,
.link:hover,
.link:hover .link {
    color: #232323;
}
[class*="font-color--white"] a:hover,
[class*="font-color--white"] .link:hover {
    color: #fff;
}
[class*="background--green"] a,
[class*="background--teal"] a,
[class*="background--green"] .link,
[class*="background--teal"] .link {
    color: #fff;
}
[class*="background--green"] a:hover,
[class*="background--green"] a:hover .link,
[class*="background--teal"] a:hover,
[class*="background--teal"] a:hover .link,
[class*="background--green"] .link:hover,
[class*="background--green"] .link:hover .link,
[class*="background--teal"] .link:hover,
[class*="background--teal"] .link:hover .link {
    color: #fff;
}
ul,
ol {
    padding-left: 8%;
    margin-top: 10px;
    margin-bottom: 30px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 4%;
    list-style: none;
}
.list-icon {
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}
.list-icon ul,
.list-icon ol {
    margin-bottom: 0;
}
.list-icon li {
    padding-left: 4%;
    list-style: none;
    position: relative;
}
.list-icon li:before {
    content: "\2022";
    position: absolute;
    top: 4px;
    left: 0;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.list-icon li.mail:before {
    content: "\e919";
    font-family: "aaaa" !important;
    font-size: 60%;
    top: 6px;
}
@media only screen and (min-width: 37.5em) {
    .list-icon li.mail:before {
        font-size: 90%;
        top: 4px;
    }
}
blockquote {
    font-size: 28px;
    font-size: 2.8rem;
    border-left: 5px solid #a2a2a2;
    padding: 0.272em 0.544em;
    margin: 0 0 0.544em;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote p {
    padding-bottom: 0.272em;
}
blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.36;
    color: #a2a2a2;
}
blockquote footer:before {
    content: "\2014 \00A0";
}
blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #a2a2a2;
    border-left: 0;
    text-align: right;
}
blockquote-reverse footer:before {
    content: "";
}
blockquote-reverse footer:after {
    content: "\00A0 \2014";
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 0;
    overflow: hidden;
    position: absolute !important;
    width: 0;
}
.button.style--backtotop:after,
.module input[type="submit"].style--backtotop:after,
.button.style--pdf:before,
.module input[type="submit"].style--pdf:before,
.sharing .at-share-tbx-element .at-share-btn,
.sharing .at4-jumboshare .at-share-btn,
select.fancy .fs-dropdown-selected:after,
.fancy-select .fs-dropdown-selected:after {
    font-family: "aaaa" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
}
.fs-lightbox img {
    max-width: 100000000000000%;
}
.embed-responsive {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive--ar16x9 {
    padding-top: 56.25%;
}
.embed-responsive--ar4x3 {
    padding-top: 75%;
}
a.button {
    color: currentColor;
}
button {
    outline: 0;
}
.button,
.module input[type="submit"] {
    cursor: pointer;
    position: relative;
    display: inline-block;
    color: currentColor;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Manrope", sans-serif;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    padding: 15px 15px 15px;
    vertical-align: middle;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.button:hover,
.main-content__video-embed:hover .button,
.mason-block:hover .button,
.trending-featured__small:hover .trending-featured__small--button,
.module input[type="submit"]:hover {
    color: #388bc3;
    transition: all 0.3s ease;
}
.button:focus,
.button:hover,
.main-content__video-embed:hover .button,
.mason-block:hover .button,
.trending-featured__small:hover .trending-featured__small--button,
.module input[type="submit"]:focus,
.module input[type="submit"]:hover {
    text-decoration: none;
}
.button.size--small,
.comment-list .comment-respond .button[type="submit"],
.double-feature[data-style="benefit"] .double-feature__item--button,
.trending-featured[data-style="live"] .trending-featured__small--button,
.trending-featured[data-style="fifty"] .trending-featured__small--button,
.module input[type="submit"].size--small,
.module .comment-list .comment-respond input[type="submit"],
.comment-list .comment-respond .module input[type="submit"] {
    padding: 12.5px 12px 11.5px;
}
.button.style--outline,
.module input[type="submit"],
.module input[type="submit"].style--outline {
    border: 3px solid;
    padding: 12px 12px 12px;
}
.button.style--outline[class*="--small"],
.module input[class*="--small"][type="submit"],
.module input[type="submit"].style--outline[class*="--small"] {
    padding: 12.5px 12px 11.5px;
}
.button.style--play,
.button.style--backtotop,
.module input[type="submit"].style--play,
.module input[type="submit"].style--backtotop {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 60px 0 0;
}
.button.style--play:hover,
.main-content__video-embed:hover .style--play.button,
.mason-block:hover .style--play.button,
.trending-featured__small:hover .style--play.trending-featured__small--button,
.button.style--backtotop:hover,
.main-content__video-embed:hover .style--backtotop.button,
.mason-block:hover .style--backtotop.button,
.trending-featured__small:hover .style--backtotop.trending-featured__small--button,
.module input[type="submit"].style--play:hover,
.module input[type="submit"].style--backtotop:hover {
    color: currentColor;
}
.button.style--play:hover:before,
.main-content__video-embed:hover .style--play.button:before,
.mason-block:hover .style--play.button:before,
.trending-featured__small:hover .style--play.trending-featured__small--button:before,
.button.style--backtotop:hover:before,
.main-content__video-embed:hover .style--backtotop.button:before,
.mason-block:hover .style--backtotop.button:before,
.trending-featured__small:hover .style--backtotop.trending-featured__small--button:before,
.module input[type="submit"].style--play:hover:before,
.module input[type="submit"].style--backtotop:hover:before {
    background-color: #fff;
}
.button.style--play:hover:after,
.main-content__video-embed:hover .style--play.button:after,
.mason-block:hover .style--play.button:after,
.trending-featured__small:hover .style--play.trending-featured__small--button:after,
.button.style--backtotop:hover:after,
.main-content__video-embed:hover .style--backtotop.button:after,
.mason-block:hover .style--backtotop.button:after,
.trending-featured__small:hover .style--backtotop.trending-featured__small--button:after,
.module input[type="submit"].style--play:hover:after,
.module input[type="submit"].style--backtotop:hover:after {
    border-left-color: #132128;
}
.button.style--play:before,
.button.style--play:after,
.button.style--backtotop:before,
.button.style--backtotop:after,
.module input[type="submit"].style--play:before,
.module input[type="submit"].style--play:after,
.module input[type="submit"].style--backtotop:before,
.module input[type="submit"].style--backtotop:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.button.style--play:before,
.button.style--backtotop:before,
.module input[type="submit"].style--play:before,
.module input[type="submit"].style--backtotop:before {
    width: 53px;
    height: 53px;
    border: 3px solid currentColor;
    border-radius: 99em;
}
.button.style--play:after,
.button.style--backtotop:after,
.module input[type="submit"].style--play:after,
.module input[type="submit"].style--backtotop:after {
    width: 0;
    height: 0;
    border: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent currentColor;
    margin-left: 2px;
    margin-top: 16px;
}
.button.style--backtotop:after,
.module input[type="submit"].style--backtotop:after {
    width: auto;
    height: auto;
    content: "\e90c";
    font-size: 13px;
    font-size: 1.3rem;
    border: none;
    margin: 20px 0 0;
}
.button.style--stacked,
.module input[type="submit"].style--stacked {
    display: block;
}
.button.style--stacked:first-child,
.module input[type="submit"].style--stacked:first-child {
    margin-bottom: 12px;
}
.button.style--stacked + .style--stacked,
.module input[type="submit"].style--stacked + .style--stacked {
    margin-left: 0;
}
.button.style--sidebyside,
.module input[type="submit"].style--sidebyside {
    display: block;
    white-space: normal;
    margin: 12px 0 0;
}
.button.style--pdf,
.module input[type="submit"].style--pdf {
    position: relative;
    width: calc(100% - 53px);
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 53px;
}
.button.style--pdf:before,
.module input[type="submit"].style--pdf:before {
    content: "\e91c";
    position: absolute;
    top: -3px;
    left: -56px;
    width: 53px;
    height: 100%;
    font-size: 40px;
    font-size: 4rem;
    text-align: left;
}
.button.font-color--black,
.module input[type="submit"].font-color--black {
    color: #132128;
}
.button.font-color--green,
.module input[type="submit"].font-color--green {
    color: #42a4e6;
}
.button.font-color--red,
.module input[type="submit"].font-color--red {
    color: #b80000;
}
.button.font-color--sky,
.module input[type="submit"].font-color--sky {
    color: #42a4e6;
}
.button.font-color--sky-dark,
.module input[type="submit"].font-color--sky-dark {
    color: #388bc3;
}
.button.outline-color--white,
.module[class*="font-color--white"] input[type="submit"],
.module input[type="submit"].outline-color--white {
    border-color: #fff;
}
.button.outline-color--white:before,
.module[class*="font-color--white"] input[type="submit"]:before,
.module input[type="submit"].outline-color--white:before {
    color: #fff;
}
.button.outline-color--white:hover,
.module[class*="font-color--white"] input[type="submit"]:hover,
.main-content__video-embed:hover .outline-color--white.button,
.main-content__video-embed:hover .module[class*="font-color--white"] input[type="submit"],
.module[class*="font-color--white"] .main-content__video-embed:hover input[type="submit"],
.mason-block:hover .outline-color--white.button,
.mason-block:hover .module[class*="font-color--white"] input[type="submit"],
.module[class*="font-color--white"] .mason-block:hover input[type="submit"],
.trending-featured__small:hover .outline-color--white.trending-featured__small--button,
.module input[type="submit"].outline-color--white:hover {
    color: #132128;
    background-color: #fff;
}
.button.outline-color--black,
.module input[type="submit"],
.module input[type="submit"].outline-color--black {
    color: #132128;
    border-color: #132128;
}
.button.outline-color--black:before,
.module input[type="submit"]:before,
.module input[type="submit"].outline-color--black:before {
    color: #132128;
}
.button.outline-color--black:hover,
.module input[type="submit"]:hover,
.main-content__video-embed:hover .outline-color--black.button,
.main-content__video-embed:hover .module input[type="submit"],
.module .main-content__video-embed:hover input[type="submit"],
.mason-block:hover .outline-color--black.button,
.mason-block:hover .module input[type="submit"],
.module .mason-block:hover input[type="submit"],
.trending-featured__small:hover .outline-color--black.trending-featured__small--button,
.module input[type="submit"].outline-color--black:hover {
    color: #fff;
    background-color: #132128;
}
.button.outline-color--green,
.module input[type="submit"].outline-color--green {
    border-color: #42a4e6;
    color: #42a4e6;
}
.button.outline-color--green:before,
.module input[type="submit"].outline-color--green:before {
    color: #42a4e6;
}
.button.outline-color--green:hover,
.main-content__video-embed:hover .outline-color--green.button,
.mason-block:hover .outline-color--green.button,
.trending-featured__small:hover .outline-color--green.trending-featured__small--button,
.module input[type="submit"].outline-color--green:hover {
    color: #fff;
    background-color: #42a4e6;
}
.button.outline-color--red,
.module input[type="submit"].outline-color--red {
    border-color: #b80000;
    color: #b80000;
}
.button.outline-color--red:before,
.module input[type="submit"].outline-color--red:before {
    color: #b80000;
}
.button.outline-color--red:hover,
.main-content__video-embed:hover .outline-color--red.button,
.mason-block:hover .outline-color--red.button,
.trending-featured__small:hover .outline-color--red.trending-featured__small--button,
.module input[type="submit"].outline-color--red:hover {
    color: #fff;
    background-color: #b80000;
}
.button.outline-color--sky,
.module input[type="submit"].outline-color--sky {
    border-color: #42a4e6;
    color: #42a4e6;
}
.button.outline-color--sky:before,
.module input[type="submit"].outline-color--sky:before {
    color: #42a4e6;
}
.button.outline-color--sky:hover,
.main-content__video-embed:hover .outline-color--sky.button,
.mason-block:hover .outline-color--sky.button,
.trending-featured__small:hover .outline-color--sky.trending-featured__small--button,
.module input[type="submit"].outline-color--sky:hover {
    color: #fff;
    background-color: #42a4e6;
}
.button.outline-color--sky-dark,
.module input[type="submit"].outline-color--sky-dark {
    border-color: #388bc3;
    color: #388bc3;
}
.button.outline-color--sky-dark:before,
.module input[type="submit"].outline-color--sky-dark:before {
    color: #388bc3;
}
.button.outline-color--sky-dark:hover,
.main-content__video-embed:hover .outline-color--sky-dark.button,
.mason-block:hover .outline-color--sky-dark.button,
.trending-featured__small:hover .outline-color--sky-dark.trending-featured__small--button,
.module input[type="submit"].outline-color--sky-dark:hover {
    color: #fff;
    background-color: #232323;
}
.button [class*="icon-"],
.module input[type="submit"] [class*="icon-"] {
    position: relative;
    top: -2px;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 6px;
}
@media only screen and (min-width: 37.5em) {
    .button,
    .module input[type="submit"] {
        font-size: 12px;
        font-size: 1.2rem;
    }
    .button.size--small,
    .comment-list .comment-respond .button[type="submit"],
    .double-feature[data-style="benefit"] .double-feature__item--button,
    .trending-featured[data-style="live"] .trending-featured__small--button,
    .trending-featured[data-style="fifty"] .trending-featured__small--button,
    .module input[type="submit"].size--small,
    .module .comment-list .comment-respond input[type="submit"],
    .comment-list .comment-respond .module input[type="submit"] {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 10px 20px 10px;
    }
    .button.style--outline,
    .module input[type="submit"],
    .module input[type="submit"].style--outline {
        padding: 24px 20px 26px;
    }
    .button.style--outline[class*="--small"],
    .module input[class*="--small"][type="submit"],
    .module input[type="submit"].style--outline[class*="--small"] {
        padding: 15px 20px 15px;
    }
    .button.style--play,
    .button.style--backtotop,
    .module input[type="submit"].style--play,
    .module input[type="submit"].style--backtotop {
        padding-top: 88px;
    }
    .button.style--play:before,
    .button.style--backtotop:before,
    .module input[type="submit"].style--play:before,
    .module input[type="submit"].style--backtotop:before {
        width: 76px;
        height: 76px;
        border: 4px solid currentColor;
    }
    .button.style--play:after,
    .button.style--backtotop:after,
    .module input[type="submit"].style--play:after,
    .module input[type="submit"].style--backtotop:after {
        margin-top: 28px;
    }
    .button.style--play.large,
    .mason-block:nth-of-type(6) .button.style--play,
    .mason-block:nth-of-type(7) ~ .mason-block .button.style--play,
    .module input[type="submit"].style--play.large {
        padding-top: 132px;
    }
    .button.style--play.large:before,
    .mason-block:nth-of-type(6) .button.style--play:before,
    .mason-block:nth-of-type(7) ~ .mason-block .button.style--play:before,
    .module input[type="submit"].style--play.large:before {
        width: 120px;
        height: 120px;
    }
    .button.style--play.large:after,
    .mason-block:nth-of-type(6) .button.style--play:after,
    .mason-block:nth-of-type(7) ~ .mason-block .button.style--play:after,
    .module input[type="submit"].style--play.large:after {
        border-width: 25px 0 25px 25px;
        margin-top: 36px;
        margin-left: 7px;
    }
    .button.style--backtotop,
    .module input[type="submit"].style--backtotop {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .button.style--pdf,
    .module input[type="submit"].style--pdf {
        width: calc(100% - 73px);
        margin-left: 73px;
    }
    .button.style--pdf:before,
    .module input[type="submit"].style--pdf:before {
        left: -76px;
        width: 73px;
        font-size: 65px;
        font-size: 6.5rem;
    }
}
@media only screen and (min-width: 48em) {
    .button,
    .module input[type="submit"] {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .button.size--small,
    .comment-list .comment-respond .button[type="submit"],
    .double-feature[data-style="benefit"] .double-feature__item--button,
    .trending-featured[data-style="live"] .trending-featured__small--button,
    .trending-featured[data-style="fifty"] .trending-featured__small--button,
    .module input[type="submit"].size--small,
    .module .comment-list .comment-respond input[type="submit"],
    .comment-list .comment-respond .module input[type="submit"] {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 21px 30px 19px;
    }
    .button.style--outline,
    .module input[type="submit"],
    .module input[type="submit"].style--outline {
        border-width: 4px;
        padding: 16px 30px 14px;
    }
    .button.style--outline[class*="--small"],
    .module input[class*="--small"][type="submit"],
    .module input[type="submit"].style--outline[class*="--small"] {
        padding: 16px 30px 14px;
    }
    .button.style--sidebyside,
    .module input[type="submit"].style--sidebyside {
        display: inline-block;
        width: 49%;
        margin-top: 1%;
        margin-right: 1%;
    }
    .button.style--sidebyside:nth-of-type(2n + 2),
    .module input[type="submit"].style--sidebyside:nth-of-type(2n + 2) {
        margin-right: 0;
        margin-left: 1%;
    }
    .button.style--sidebyside:nth-of-type(2n + 3),
    .module input[type="submit"].style--sidebyside:nth-of-type(2n + 3) {
        margin-right: 1%;
        margin-left: 0;
    }
    .button.style--pdf,
    .module input[type="submit"].style--pdf {
        width: calc(100% - 83px);
        margin-left: 83px;
    }
    .button.style--pdf:before,
    .module input[type="submit"].style--pdf:before {
        top: -5px;
        left: -88px;
        width: 83px;
        font-size: 79px;
        font-size: 7.9rem;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .global-sidebar .button.style--pdf,
    .global-sidebar .module input[type="submit"].style--pdf {
        width: 100%;
        margin-left: 0;
    }
    .global-sidebar .button.style--pdf:before,
    .global-sidebar .module input[type="submit"].style--pdf:before {
        display: none;
    }
}
.module input[type="submit"] {
    outline: none;
    color: currentColor;
}
.module[class*="font-color--white"] input[type="submit"]:hover {
    color: #132128;
    background-color: #fff;
    border-color: #fff;
}
.paging,
.pager-numbers,
.query-pager {
    line-height: normal;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 1.5em 0 0;
    margin: 2em 20px 0;
}
.query-pager > div {
    display: inline-block;
    border: 1px solid #ccc;
}
.query-pager > div:first-child {
    border-radius: 4px 0 0 4px;
}
.query-pager > div:last-child {
    border-radius: 0 4px 4px 0;
}
.query-pager a {
    display: block;
    color: #42a4e6;
    text-decoration: none;
    padding: 12px 16px;
}
.query-pager a:hover {
    color: #1d8dd8;
    background: #eee;
}
.paging ul,
.pager-numbers ul {
    overflow: hidden;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.paging li,
.pager-numbers li {
    float: left;
}
.paging li:first-child a,
.pager-numbers li:first-child a {
    border-left: 0;
}
.paging li:first-child,
.paging li:last-child,
.pager-numbers li:first-child,
.pager-numbers li:last-child {
    width: 50%;
}
.paging a,
.paging [class*="current"],
.paging [class*="dots"],
.pager-numbers a,
.pager-numbers [class*="current"],
.pager-numbers [class*="dots"] {
    display: none;
    border-left: 1px solid #ccc;
    text-decoration: none;
    padding: 12px 16px;
}
.paging .prev,
.paging .next,
.pager-numbers .prev,
.pager-numbers .next {
    display: block;
    text-align: center;
}
.paging .prev span,
.paging .next span,
.pager-numbers .prev span,
.pager-numbers .next span {
    position: relative;
    top: -1px;
}
.paging a,
.pager-numbers a {
    color: #42a4e6;
}
.paging a:hover,
.pager-numbers a:hover {
    color: #1d8dd8;
    background: #eee;
}
.paging .current,
.pager-numbers .current {
    color: #fff;
    background: #42a4e6;
}
@media only screen and (min-width: 48em) {
    .paging ul,
    .pager-numbers ul {
        display: inline-block;
    }
    .paging li:first-child,
    .paging li:last-child,
    .pager-numbers li:first-child,
    .pager-numbers li:last-child {
        width: auto;
    }
    .paging a,
    .paging [class*="current"],
    .paging [class*="dots"],
    .pager-numbers a,
    .pager-numbers [class*="current"],
    .pager-numbers [class*="dots"] {
        display: block;
    }
}
.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -20px;
    letter-spacing: -0.32em;
}
.opera:-o-prefocus,
.grid {
    word-spacing: -0.43em;
}
.grid__item {
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
}
.grid--rev {
    direction: rtl;
    text-align: left;
}
.grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
}
.grid--full {
    margin-left: 0;
}
.grid--full > .grid__item {
    padding-left: 0;
}
.grid--right {
    text-align: right;
}
.grid--right > .grid__item {
    text-align: left;
}
.grid--center {
    text-align: center;
}
.grid--center > .grid__item {
    text-align: left;
}
.grid--middle > .grid__item {
    vertical-align: middle;
}
.grid--bottom > .grid__item {
    vertical-align: bottom;
}
.grid--narrow {
    margin-left: -10px;
}
.grid--narrow > .grid__item {
    padding-left: 10px;
}
.grid--wide {
    margin-left: -40px;
}
.grid--wide > .grid__item {
    padding-left: 40px;
}
.col-1-1 {
    width: 100%;
}
.col-1-2,
.col-2-4,
.col-3-6,
.col-4-8,
.col-5-10,
.col-6-12 {
    width: 50%;
}
.col-1-3,
.col-2-6,
.col-3-9,
.col-4-12 {
    width: 33.333%;
}
.col-2-3,
.col-4-6,
.col-6-9,
.col-8-12 {
    width: 66.666%;
}
.col-1-4,
.col-2-8,
.col-3-12 {
    width: 25%;
}
.col-3-4,
.col-6-8,
.col-9-12 {
    width: 75%;
}
.col-1-5,
.col-2-10 {
    width: 20%;
}
.col-2-5,
.col-4-10 {
    width: 40%;
}
.col-3-5,
.col-6-10 {
    width: 60%;
}
.col-4-5,
.col-8-10 {
    width: 80%;
}
.col-1-6 {
    width: 16.666%;
}
.col-5-6,
.col-10-12 {
    width: 83.333%;
}
.col-1-7 {
    width: 14.2857%;
}
.col-2-7 {
    width: 28.5714%;
}
.col-3-7 {
    width: 42.8571%;
}
.col-4-7 {
    width: 57.1428%;
}
.col-5-7 {
    width: 71.4285%;
}
.col-6-7 {
    width: 85.7142%;
}
.col-1-8 {
    width: 12.5%;
}
.col-3-8 {
    width: 37.5%;
}
.col-5-8 {
    width: 62.5%;
}
.col-7-8 {
    width: 87.5%;
}
.col-1-9 {
    width: 11.111%;
}
.col-2-9 {
    width: 22.222%;
}
.col-4-9 {
    width: 44.444%;
}
.col-5-9 {
    width: 55.555%;
}
.col-7-9 {
    width: 77.777%;
}
.col-8-9 {
    width: 88.888%;
}
.col-1-10 {
    width: 10%;
}
.col-3-10 {
    width: 30%;
}
.col-7-10 {
    width: 70%;
}
.col-9-10 {
    width: 90%;
}
.col-1-11 {
    width: 9.0909%;
}
.col-2-11 {
    width: 18.1818%;
}
.col-3-11 {
    width: 27.2727%;
}
.col-4-11 {
    width: 36.3636%;
}
.col-5-11 {
    width: 45.4545%;
}
.col-6-11 {
    width: 54.5454%;
}
.col-7-11 {
    width: 63.6363%;
}
.col-8-11 {
    width: 72.7272%;
}
.col-9-11 {
    width: 81.8181%;
}
.col-10-11 {
    width: 90.909%;
}
.col-1-12 {
    width: 8.333%;
}
.col-2-12 {
    width: 16.666%;
}
.col-5-12 {
    width: 41.666%;
}
.col-7-12 {
    width: 58.333%;
}
.col-11-12 {
    width: 91.666%;
}
.show {
    display: inline-block;
}
.hide {
    display: none;
}
@media only screen and (min-width: 30em) {
    .xs--col-1-1 {
        width: 100%;
    }
    .xs--col-1-2,
    .xs--col-2-4,
    .xs--col-3-6,
    .xs--col-4-8,
    .xs--col-5-10,
    .xs--col-6-12 {
        width: 50%;
    }
    .xs--col-1-3,
    .xs--col-2-6,
    .xs--col-3-9,
    .xs--col-4-12 {
        width: 33.333%;
    }
    .xs--col-2-3,
    .xs--col-4-6,
    .xs--col-6-9,
    .xs--col-8-12 {
        width: 66.666%;
    }
    .xs--col-1-4,
    .xs--col-2-8,
    .xs--col-3-12 {
        width: 25%;
    }
    .xs--col-3-4,
    .xs--col-6-8,
    .xs--col-9-12 {
        width: 75%;
    }
    .xs--col-1-5,
    .xs--col-2-10 {
        width: 20%;
    }
    .xs--col-2-5,
    .xs--col-4-10 {
        width: 40%;
    }
    .xs--col-3-5,
    .xs--col-6-10 {
        width: 60%;
    }
    .xs--col-4-5,
    .xs--col-8-10 {
        width: 80%;
    }
    .xs--col-1-6 {
        width: 16.666%;
    }
    .xs--col-5-6,
    .xs--col-10-12 {
        width: 83.333%;
    }
    .xs--col-1-7 {
        width: 14.2857%;
    }
    .xs--col-2-7 {
        width: 28.5714%;
    }
    .xs--col-3-7 {
        width: 42.8571%;
    }
    .xs--col-4-7 {
        width: 57.1428%;
    }
    .xs--col-5-7 {
        width: 71.4285%;
    }
    .xs--col-6-7 {
        width: 85.7142%;
    }
    .xs--col-1-8 {
        width: 12.5%;
    }
    .xs--col-3-8 {
        width: 37.5%;
    }
    .xs--col-5-8 {
        width: 62.5%;
    }
    .xs--col-7-8 {
        width: 87.5%;
    }
    .xs--col-1-9 {
        width: 11.111%;
    }
    .xs--col-2-9 {
        width: 22.222%;
    }
    .xs--col-4-9 {
        width: 44.444%;
    }
    .xs--col-5-9 {
        width: 55.555%;
    }
    .xs--col-7-9 {
        width: 77.777%;
    }
    .xs--col-8-9 {
        width: 88.888%;
    }
    .xs--col-1-10 {
        width: 10%;
    }
    .xs--col-3-10 {
        width: 30%;
    }
    .xs--col-7-10 {
        width: 70%;
    }
    .xs--col-9-10 {
        width: 90%;
    }
    .xs--col-1-11 {
        width: 9.0909%;
    }
    .xs--col-2-11 {
        width: 18.1818%;
    }
    .xs--col-3-11 {
        width: 27.2727%;
    }
    .xs--col-4-11 {
        width: 36.3636%;
    }
    .xs--col-5-11 {
        width: 45.4545%;
    }
    .xs--col-6-11 {
        width: 54.5454%;
    }
    .xs--col-7-11 {
        width: 63.6363%;
    }
    .xs--col-8-11 {
        width: 72.7272%;
    }
    .xs--col-9-11 {
        width: 81.8181%;
    }
    .xs--col-10-11 {
        width: 90.909%;
    }
    .xs--col-1-12 {
        width: 8.333%;
    }
    .xs--col-2-12 {
        width: 16.666%;
    }
    .xs--col-5-12 {
        width: 41.666%;
    }
    .xs--col-7-12 {
        width: 58.333%;
    }
    .xs--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 30em) {
    .xs--show {
        display: inline-block;
    }
    .xs--hide {
        display: none;
    }
}
@media only screen and (min-width: 37.5em) {
    .s--col-1-1 {
        width: 100%;
    }
    .s--col-1-2,
    .s--col-2-4,
    .s--col-3-6,
    .s--col-4-8,
    .s--col-5-10,
    .s--col-6-12 {
        width: 50%;
    }
    .s--col-1-3,
    .s--col-2-6,
    .s--col-3-9,
    .s--col-4-12 {
        width: 33.333%;
    }
    .s--col-2-3,
    .s--col-4-6,
    .s--col-6-9,
    .s--col-8-12 {
        width: 66.666%;
    }
    .s--col-1-4,
    .s--col-2-8,
    .s--col-3-12 {
        width: 25%;
    }
    .s--col-3-4,
    .s--col-6-8,
    .s--col-9-12 {
        width: 75%;
    }
    .s--col-1-5,
    .s--col-2-10 {
        width: 20%;
    }
    .s--col-2-5,
    .s--col-4-10 {
        width: 40%;
    }
    .s--col-3-5,
    .s--col-6-10 {
        width: 60%;
    }
    .s--col-4-5,
    .s--col-8-10 {
        width: 80%;
    }
    .s--col-1-6 {
        width: 16.666%;
    }
    .s--col-5-6,
    .s--col-10-12 {
        width: 83.333%;
    }
    .s--col-1-7 {
        width: 14.2857%;
    }
    .s--col-2-7 {
        width: 28.5714%;
    }
    .s--col-3-7 {
        width: 42.8571%;
    }
    .s--col-4-7 {
        width: 57.1428%;
    }
    .s--col-5-7 {
        width: 71.4285%;
    }
    .s--col-6-7 {
        width: 85.7142%;
    }
    .s--col-1-8 {
        width: 12.5%;
    }
    .s--col-3-8 {
        width: 37.5%;
    }
    .s--col-5-8 {
        width: 62.5%;
    }
    .s--col-7-8 {
        width: 87.5%;
    }
    .s--col-1-9 {
        width: 11.111%;
    }
    .s--col-2-9 {
        width: 22.222%;
    }
    .s--col-4-9 {
        width: 44.444%;
    }
    .s--col-5-9 {
        width: 55.555%;
    }
    .s--col-7-9 {
        width: 77.777%;
    }
    .s--col-8-9 {
        width: 88.888%;
    }
    .s--col-1-10 {
        width: 10%;
    }
    .s--col-3-10 {
        width: 30%;
    }
    .s--col-7-10 {
        width: 70%;
    }
    .s--col-9-10 {
        width: 90%;
    }
    .s--col-1-11 {
        width: 9.0909%;
    }
    .s--col-2-11 {
        width: 18.1818%;
    }
    .s--col-3-11 {
        width: 27.2727%;
    }
    .s--col-4-11 {
        width: 36.3636%;
    }
    .s--col-5-11 {
        width: 45.4545%;
    }
    .s--col-6-11 {
        width: 54.5454%;
    }
    .s--col-7-11 {
        width: 63.6363%;
    }
    .s--col-8-11 {
        width: 72.7272%;
    }
    .s--col-9-11 {
        width: 81.8181%;
    }
    .s--col-10-11 {
        width: 90.909%;
    }
    .s--col-1-12 {
        width: 8.333%;
    }
    .s--col-2-12 {
        width: 16.666%;
    }
    .s--col-5-12 {
        width: 41.666%;
    }
    .s--col-7-12 {
        width: 58.333%;
    }
    .s--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 37.5em) {
    .s--show {
        display: inline-block;
    }
    .s--hide {
        display: none;
    }
}
@media only screen and (min-width: 48em) {
    .m--col-1-1 {
        width: 100%;
    }
    .m--col-1-2,
    .m--col-2-4,
    .m--col-3-6,
    .m--col-4-8,
    .m--col-5-10,
    .m--col-6-12 {
        width: 50%;
    }
    .m--col-1-3,
    .m--col-2-6,
    .m--col-3-9,
    .m--col-4-12 {
        width: 33.333%;
    }
    .m--col-2-3,
    .m--col-4-6,
    .m--col-6-9,
    .m--col-8-12 {
        width: 66.666%;
    }
    .m--col-1-4,
    .m--col-2-8,
    .m--col-3-12 {
        width: 25%;
    }
    .m--col-3-4,
    .m--col-6-8,
    .m--col-9-12 {
        width: 75%;
    }
    .m--col-1-5,
    .m--col-2-10 {
        width: 20%;
    }
    .m--col-2-5,
    .m--col-4-10 {
        width: 40%;
    }
    .m--col-3-5,
    .m--col-6-10 {
        width: 60%;
    }
    .m--col-4-5,
    .m--col-8-10 {
        width: 80%;
    }
    .m--col-1-6 {
        width: 16.666%;
    }
    .m--col-5-6,
    .m--col-10-12 {
        width: 83.333%;
    }
    .m--col-1-7 {
        width: 14.2857%;
    }
    .m--col-2-7 {
        width: 28.5714%;
    }
    .m--col-3-7 {
        width: 42.8571%;
    }
    .m--col-4-7 {
        width: 57.1428%;
    }
    .m--col-5-7 {
        width: 71.4285%;
    }
    .m--col-6-7 {
        width: 85.7142%;
    }
    .m--col-1-8 {
        width: 12.5%;
    }
    .m--col-3-8 {
        width: 37.5%;
    }
    .m--col-5-8 {
        width: 62.5%;
    }
    .m--col-7-8 {
        width: 87.5%;
    }
    .m--col-1-9 {
        width: 11.111%;
    }
    .m--col-2-9 {
        width: 22.222%;
    }
    .m--col-4-9 {
        width: 44.444%;
    }
    .m--col-5-9 {
        width: 55.555%;
    }
    .m--col-7-9 {
        width: 77.777%;
    }
    .m--col-8-9 {
        width: 88.888%;
    }
    .m--col-1-10 {
        width: 10%;
    }
    .m--col-3-10 {
        width: 30%;
    }
    .m--col-7-10 {
        width: 70%;
    }
    .m--col-9-10 {
        width: 90%;
    }
    .m--col-1-11 {
        width: 9.0909%;
    }
    .m--col-2-11 {
        width: 18.1818%;
    }
    .m--col-3-11 {
        width: 27.2727%;
    }
    .m--col-4-11 {
        width: 36.3636%;
    }
    .m--col-5-11 {
        width: 45.4545%;
    }
    .m--col-6-11 {
        width: 54.5454%;
    }
    .m--col-7-11 {
        width: 63.6363%;
    }
    .m--col-8-11 {
        width: 72.7272%;
    }
    .m--col-9-11 {
        width: 81.8181%;
    }
    .m--col-10-11 {
        width: 90.909%;
    }
    .m--col-1-12 {
        width: 8.333%;
    }
    .m--col-2-12 {
        width: 16.666%;
    }
    .m--col-5-12 {
        width: 41.666%;
    }
    .m--col-7-12 {
        width: 58.333%;
    }
    .m--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 48em) {
    .m--show {
        display: inline-block;
    }
    .m--hide {
        display: none;
    }
}
@media only screen and (min-width: 60em) {
    .l--col-1-1 {
        width: 100%;
    }
    .l--col-1-2,
    .l--col-2-4,
    .l--col-3-6,
    .l--col-4-8,
    .l--col-5-10,
    .l--col-6-12 {
        width: 50%;
    }
    .l--col-1-3,
    .l--col-2-6,
    .l--col-3-9,
    .l--col-4-12 {
        width: 33.333%;
    }
    .l--col-2-3,
    .l--col-4-6,
    .l--col-6-9,
    .l--col-8-12 {
        width: 66.666%;
    }
    .l--col-1-4,
    .l--col-2-8,
    .l--col-3-12 {
        width: 25%;
    }
    .l--col-3-4,
    .l--col-6-8,
    .l--col-9-12 {
        width: 75%;
    }
    .l--col-1-5,
    .l--col-2-10 {
        width: 20%;
    }
    .l--col-2-5,
    .l--col-4-10 {
        width: 40%;
    }
    .l--col-3-5,
    .l--col-6-10 {
        width: 60%;
    }
    .l--col-4-5,
    .l--col-8-10 {
        width: 80%;
    }
    .l--col-1-6 {
        width: 16.666%;
    }
    .l--col-5-6,
    .l--col-10-12 {
        width: 83.333%;
    }
    .l--col-1-7 {
        width: 14.2857%;
    }
    .l--col-2-7 {
        width: 28.5714%;
    }
    .l--col-3-7 {
        width: 42.8571%;
    }
    .l--col-4-7 {
        width: 57.1428%;
    }
    .l--col-5-7 {
        width: 71.4285%;
    }
    .l--col-6-7 {
        width: 85.7142%;
    }
    .l--col-1-8 {
        width: 12.5%;
    }
    .l--col-3-8 {
        width: 37.5%;
    }
    .l--col-5-8 {
        width: 62.5%;
    }
    .l--col-7-8 {
        width: 87.5%;
    }
    .l--col-1-9 {
        width: 11.111%;
    }
    .l--col-2-9 {
        width: 22.222%;
    }
    .l--col-4-9 {
        width: 44.444%;
    }
    .l--col-5-9 {
        width: 55.555%;
    }
    .l--col-7-9 {
        width: 77.777%;
    }
    .l--col-8-9 {
        width: 88.888%;
    }
    .l--col-1-10 {
        width: 10%;
    }
    .l--col-3-10 {
        width: 30%;
    }
    .l--col-7-10 {
        width: 70%;
    }
    .l--col-9-10 {
        width: 90%;
    }
    .l--col-1-11 {
        width: 9.0909%;
    }
    .l--col-2-11 {
        width: 18.1818%;
    }
    .l--col-3-11 {
        width: 27.2727%;
    }
    .l--col-4-11 {
        width: 36.3636%;
    }
    .l--col-5-11 {
        width: 45.4545%;
    }
    .l--col-6-11 {
        width: 54.5454%;
    }
    .l--col-7-11 {
        width: 63.6363%;
    }
    .l--col-8-11 {
        width: 72.7272%;
    }
    .l--col-9-11 {
        width: 81.8181%;
    }
    .l--col-10-11 {
        width: 90.909%;
    }
    .l--col-1-12 {
        width: 8.333%;
    }
    .l--col-2-12 {
        width: 16.666%;
    }
    .l--col-5-12 {
        width: 41.666%;
    }
    .l--col-7-12 {
        width: 58.333%;
    }
    .l--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 60em) {
    .l--show {
        display: inline-block;
    }
    .l--hide {
        display: none;
    }
}
@media only screen and (min-width: 64em) {
    .xl--col-1-1 {
        width: 100%;
    }
    .xl--col-1-2,
    .xl--col-2-4,
    .xl--col-3-6,
    .xl--col-4-8,
    .xl--col-5-10,
    .xl--col-6-12 {
        width: 50%;
    }
    .xl--col-1-3,
    .xl--col-2-6,
    .xl--col-3-9,
    .xl--col-4-12 {
        width: 33.333%;
    }
    .xl--col-2-3,
    .xl--col-4-6,
    .xl--col-6-9,
    .xl--col-8-12 {
        width: 66.666%;
    }
    .xl--col-1-4,
    .xl--col-2-8,
    .xl--col-3-12 {
        width: 25%;
    }
    .xl--col-3-4,
    .xl--col-6-8,
    .xl--col-9-12 {
        width: 75%;
    }
    .xl--col-1-5,
    .xl--col-2-10 {
        width: 20%;
    }
    .xl--col-2-5,
    .xl--col-4-10 {
        width: 40%;
    }
    .xl--col-3-5,
    .xl--col-6-10 {
        width: 60%;
    }
    .xl--col-4-5,
    .xl--col-8-10 {
        width: 80%;
    }
    .xl--col-1-6 {
        width: 16.666%;
    }
    .xl--col-5-6,
    .xl--col-10-12 {
        width: 83.333%;
    }
    .xl--col-1-7 {
        width: 14.2857%;
    }
    .xl--col-2-7 {
        width: 28.5714%;
    }
    .xl--col-3-7 {
        width: 42.8571%;
    }
    .xl--col-4-7 {
        width: 57.1428%;
    }
    .xl--col-5-7 {
        width: 71.4285%;
    }
    .xl--col-6-7 {
        width: 85.7142%;
    }
    .xl--col-1-8 {
        width: 12.5%;
    }
    .xl--col-3-8 {
        width: 37.5%;
    }
    .xl--col-5-8 {
        width: 62.5%;
    }
    .xl--col-7-8 {
        width: 87.5%;
    }
    .xl--col-1-9 {
        width: 11.111%;
    }
    .xl--col-2-9 {
        width: 22.222%;
    }
    .xl--col-4-9 {
        width: 44.444%;
    }
    .xl--col-5-9 {
        width: 55.555%;
    }
    .xl--col-7-9 {
        width: 77.777%;
    }
    .xl--col-8-9 {
        width: 88.888%;
    }
    .xl--col-1-10 {
        width: 10%;
    }
    .xl--col-3-10 {
        width: 30%;
    }
    .xl--col-7-10 {
        width: 70%;
    }
    .xl--col-9-10 {
        width: 90%;
    }
    .xl--col-1-11 {
        width: 9.0909%;
    }
    .xl--col-2-11 {
        width: 18.1818%;
    }
    .xl--col-3-11 {
        width: 27.2727%;
    }
    .xl--col-4-11 {
        width: 36.3636%;
    }
    .xl--col-5-11 {
        width: 45.4545%;
    }
    .xl--col-6-11 {
        width: 54.5454%;
    }
    .xl--col-7-11 {
        width: 63.6363%;
    }
    .xl--col-8-11 {
        width: 72.7272%;
    }
    .xl--col-9-11 {
        width: 81.8181%;
    }
    .xl--col-10-11 {
        width: 90.909%;
    }
    .xl--col-1-12 {
        width: 8.333%;
    }
    .xl--col-2-12 {
        width: 16.666%;
    }
    .xl--col-5-12 {
        width: 41.666%;
    }
    .xl--col-7-12 {
        width: 58.333%;
    }
    .xl--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 64em) {
    .xl--show {
        display: inline-block;
    }
    .xl--hide {
        display: none;
    }
}
@media only screen and (min-width: 64.0625em) {
    .xl-weird--col-1-1 {
        width: 100%;
    }
    .xl-weird--col-1-2,
    .xl-weird--col-2-4,
    .xl-weird--col-3-6,
    .xl-weird--col-4-8,
    .xl-weird--col-5-10,
    .xl-weird--col-6-12 {
        width: 50%;
    }
    .xl-weird--col-1-3,
    .xl-weird--col-2-6,
    .xl-weird--col-3-9,
    .xl-weird--col-4-12 {
        width: 33.333%;
    }
    .xl-weird--col-2-3,
    .xl-weird--col-4-6,
    .xl-weird--col-6-9,
    .xl-weird--col-8-12 {
        width: 66.666%;
    }
    .xl-weird--col-1-4,
    .xl-weird--col-2-8,
    .xl-weird--col-3-12 {
        width: 25%;
    }
    .xl-weird--col-3-4,
    .xl-weird--col-6-8,
    .xl-weird--col-9-12 {
        width: 75%;
    }
    .xl-weird--col-1-5,
    .xl-weird--col-2-10 {
        width: 20%;
    }
    .xl-weird--col-2-5,
    .xl-weird--col-4-10 {
        width: 40%;
    }
    .xl-weird--col-3-5,
    .xl-weird--col-6-10 {
        width: 60%;
    }
    .xl-weird--col-4-5,
    .xl-weird--col-8-10 {
        width: 80%;
    }
    .xl-weird--col-1-6 {
        width: 16.666%;
    }
    .xl-weird--col-5-6,
    .xl-weird--col-10-12 {
        width: 83.333%;
    }
    .xl-weird--col-1-7 {
        width: 14.2857%;
    }
    .xl-weird--col-2-7 {
        width: 28.5714%;
    }
    .xl-weird--col-3-7 {
        width: 42.8571%;
    }
    .xl-weird--col-4-7 {
        width: 57.1428%;
    }
    .xl-weird--col-5-7 {
        width: 71.4285%;
    }
    .xl-weird--col-6-7 {
        width: 85.7142%;
    }
    .xl-weird--col-1-8 {
        width: 12.5%;
    }
    .xl-weird--col-3-8 {
        width: 37.5%;
    }
    .xl-weird--col-5-8 {
        width: 62.5%;
    }
    .xl-weird--col-7-8 {
        width: 87.5%;
    }
    .xl-weird--col-1-9 {
        width: 11.111%;
    }
    .xl-weird--col-2-9 {
        width: 22.222%;
    }
    .xl-weird--col-4-9 {
        width: 44.444%;
    }
    .xl-weird--col-5-9 {
        width: 55.555%;
    }
    .xl-weird--col-7-9 {
        width: 77.777%;
    }
    .xl-weird--col-8-9 {
        width: 88.888%;
    }
    .xl-weird--col-1-10 {
        width: 10%;
    }
    .xl-weird--col-3-10 {
        width: 30%;
    }
    .xl-weird--col-7-10 {
        width: 70%;
    }
    .xl-weird--col-9-10 {
        width: 90%;
    }
    .xl-weird--col-1-11 {
        width: 9.0909%;
    }
    .xl-weird--col-2-11 {
        width: 18.1818%;
    }
    .xl-weird--col-3-11 {
        width: 27.2727%;
    }
    .xl-weird--col-4-11 {
        width: 36.3636%;
    }
    .xl-weird--col-5-11 {
        width: 45.4545%;
    }
    .xl-weird--col-6-11 {
        width: 54.5454%;
    }
    .xl-weird--col-7-11 {
        width: 63.6363%;
    }
    .xl-weird--col-8-11 {
        width: 72.7272%;
    }
    .xl-weird--col-9-11 {
        width: 81.8181%;
    }
    .xl-weird--col-10-11 {
        width: 90.909%;
    }
    .xl-weird--col-1-12 {
        width: 8.333%;
    }
    .xl-weird--col-2-12 {
        width: 16.666%;
    }
    .xl-weird--col-5-12 {
        width: 41.666%;
    }
    .xl-weird--col-7-12 {
        width: 58.333%;
    }
    .xl-weird--col-11-12 {
        width: 91.666%;
    }
}
@media only screen and (min-width: 64.0625em) {
    .xl-weird--show {
        display: inline-block;
    }
    .xl-weird--hide {
        display: none;
    }
}
.wrapper {
    width: 100%;
    max-width: 1230px;
    margin: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.wrapper--content {
    max-width: 750px;
}
@media only screen and (min-width: 80em) {
    .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
.content-sidebar-wrap {
    max-width: 1777px;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
}
@media only screen and (min-width: 60em) {
    .content-sidebar-wrap {
        flex-direction: row;
    }
}
.breadcrumbs {
    position: relative;
    line-height: 1;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Manrope", sans-serif;
    background-color: #132128;
}
.breadcrumbs__wrap {
    max-width: 1777px;
    text-align: left;
    padding: 11px 20px 13px;
    margin: 0 auto;
}
.breadcrumbs__item {
    padding-left: 11px;
}
.breadcrumbs__item:first-child {
    padding-left: 0;
}
.breadcrumbs__item:after {
    position: relative;
    top: -4px;
    content: ">";
    color: #fff;
    font-size: 9px;
    font-size: 0.9rem;
    padding-left: 11px;
}
.breadcrumbs__item.current {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
}
.breadcrumbs__item.current:after {
    display: none;
}
.main-nav + .breadcrumbs {
    top: 2px;
    margin-bottom: 4px;
}
.separator {
    margin: 0 1rem;
}
.sharing {
    min-height: 70px;
    text-align: center;
    line-height: 42px;
}
.sharing[class*="background--"] {
    padding: 12px;
}
.main-content__.FAs-header .sharing[class*="background--"] {
    float: right;
    min-height: 109px;
    padding: 24px 24px 19px 24px;
}
.sharing .at-icon-wrapper,
.sharing .at4-visually-hidden {
    display: none;
    background-color: transparent !important;
}
.sharing .at-share-tbx-element .at-share-btn,
.sharing .at4-jumboshare .at-share-btn {
    display: none;
    cursor: pointer;
    vertical-align: middle;
    color: #464646;
    font-size: 22px;
    font-size: 2.2rem;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 0 0 11px;
    transition: all 0.3s ease;
}
.sharing .at-share-tbx-element .at-share-btn:hover,
.sharing .at4-jumboshare .at-share-btn:hover {
    color: #b80000;
}
.sharing .at-share-tbx-element .at-share-btn:first-child,
.sharing .at4-jumboshare .at-share-btn:first-child {
    margin-left: 0;
}
.sharing .at-share-tbx-element .at-share-btn .at-label,
.sharing .at4-jumboshare .at-share-btn .at-label {
    display: none;
}
.sharing .at-share-tbx-element .at-share-btn.at-svc-facebook:before,
.sharing .at4-jumboshare .at-share-btn.at-svc-facebook:before {
    content: "\e907";
}
.sharing .at-share-tbx-element .at-share-btn.at-svc-twitter:before,
.sharing .at4-jumboshare .at-share-btn.at-svc-twitter:before {
    content: "\e908";
}
.sharing .at-share-tbx-element .at-share-btn.at-svc-linkedin:before,
.sharing .at4-jumboshare .at-share-btn.at-svc-linkedin:before {
    content: "\e90a";
}
.sharing .at-share-tbx-element .at-share-btn.at-svc-compact:after,
.sharing .at4-jumboshare .at-share-btn.at-svc-compact:after {
    content: "\e917";
}
.sharing .at-share-tbx-element .at-share-btn.at-svc-print:before,
.sharing .at4-jumboshare .at-share-btn.at-svc-print:before {
    content: "\e918";
}
.sharing .at-share-tbx-element .at-share-btn.at-svc-email:before,
.sharing .at4-jumboshare .at-share-btn.at-svc-email:before {
    content: "\e919";
}
.sharing .at-share-tbx-element .at-share-btn.at-svc-pinterest_share:before,
.sharing .at4-jumboshare .at-share-btn.at-svc-pinterest_share:before {
    content: "\e91a";
}
.sharing .at-share-tbx-element .at-share-btn.at-svc-google_plusone_share:before,
.sharing .at4-jumboshare .at-share-btn.at-svc-google_plusone_share:before {
    content: "\e91b";
}
.sharing .at-share-tbx-element .at-share-btn.at-svc-compact,
.sharing .at4-jumboshare .at-share-btn.at-svc-compact {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sharing .at-share-tbx-element .at-share-btn.at-svc-compact:before,
.sharing .at4-jumboshare .at-share-btn.at-svc-compact:before {
    display: none;
    float: left;
    content: "Share";
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    padding: 4px 15px 0 0;
}
.sharing .at-share-tbx-element .at_flat_counter,
.sharing .at-share-tbx-element .at4-count-container,
.sharing .at4-jumboshare .at_flat_counter,
.sharing .at4-jumboshare .at4-count-container {
    cursor: default;
    float: left;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    min-width: 50%;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "Manrope", sans-serif;
    line-height: 1;
    text-align: center;
    border-right: 2px solid #d9d9d9;
    background: none;
    padding: 5px 5px 6px 0;
    margin: 0 17px 0 0;
    display: none;
}
.sharing .at-share-tbx-element .at_flat_counter ~ .at_flat_counter,
.sharing .at-share-tbx-element .at_flat_counter ~ .at4-count-container,
.sharing .at-share-tbx-element .at4-count-container ~ .at_flat_counter,
.sharing .at-share-tbx-element .at4-count-container ~ .at4-count-container,
.sharing .at4-jumboshare .at_flat_counter ~ .at_flat_counter,
.sharing .at4-jumboshare .at_flat_counter ~ .at4-count-container,
.sharing .at4-jumboshare .at4-count-container ~ .at_flat_counter,
.sharing .at4-jumboshare .at4-count-container ~ .at4-count-container {
    display: none;
}
.sharing .at-share-tbx-element .at_flat_counter .at4-count,
.sharing .at-share-tbx-element .at4-count-container .at4-count,
.sharing .at4-jumboshare .at_flat_counter .at4-count,
.sharing .at4-jumboshare .at4-count-container .at4-count {
    font-size: inherit;
    line-height: inherit;
}
@media only screen and (min-width: 37.5em) {
    .sharing .at-share-tbx-element .at-share-btn,
    .sharing .at4-jumboshare .at-share-btn {
        display: inline-block;
    }
    .sharing .at-share-tbx-element .at-share-btn.at-svc-compact,
    .sharing .at4-jumboshare .at-share-btn.at-svc-compact {
        width: auto;
    }
    .sharing .at-share-tbx-element .at_flat_counter,
    .sharing .at-share-tbx-element .at4-count-container,
    .sharing .at4-jumboshare .at_flat_counter,
    .sharing .at4-jumboshare .at4-count-container {
        display: block;
    }
    .sharing .at-share-tbx-element .at_flat_counter ~ .at-share-btn,
    .sharing .at-share-tbx-element .at4-count-container ~ .at-share-btn,
    .sharing .at4-jumboshare .at_flat_counter ~ .at-share-btn,
    .sharing .at4-jumboshare .at4-count-container ~ .at-share-btn {
        display: none;
    }
}
@media only screen and (min-width: 48em) {
    .sharing {
        text-align: left;
    }
    .sharing[class*="background--"] {
        min-height: 114px;
        line-height: 60px;
        padding: 24px;
    }
    .sharing .at-share-tbx-element .at-share-btn,
    .sharing .at4-jumboshare .at-share-btn {
        display: inline-block;
        font-size: 32px;
        font-size: 3.2rem;
        margin-left: 24px;
    }
    .sharing .at-share-tbx-element .at-share-btn.at-svc-compact:before,
    .sharing .at4-jumboshare .at-share-btn.at-svc-compact:before {
        display: block;
        padding-top: 10px;
        padding-right: 24px;
    }
    .sharing .at-share-tbx-element .at_flat_counter,
    .sharing .at-share-tbx-element .at4-count-container,
    .sharing .at4-jumboshare .at_flat_counter,
    .sharing .at4-jumboshare .at4-count-container {
        min-width: 60px;
        padding: 15px 5px 16px 0;
    }
    .sharing .at-share-tbx-element .at_flat_counter ~ .at-share-btn,
    .sharing .at-share-tbx-element .at4-count-container ~ .at-share-btn,
    .sharing .at4-jumboshare .at_flat_counter ~ .at-share-btn,
    .sharing .at4-jumboshare .at4-count-container ~ .at-share-btn {
        display: inline-block;
    }
}
@media only screen and (min-width: 64em) {
    .sharing .at-share-tbx-element .at-share-btn,
    .sharing .at4-jumboshare .at-share-btn {
        display: none;
    }
    .sharing .at-share-tbx-element .at-share-btn.at-svc-compact,
    .sharing .at4-jumboshare .at-share-btn.at-svc-compact {
        display: inline-block;
        width: auto;
    }
    .sharing .at-share-tbx-element .at-share-btn.at-svc-compact:before,
    .sharing .at4-jumboshare .at-share-btn.at-svc-compact:before {
        display: none;
    }
    .sharing .at-share-tbx-element .at_flat_counter ~ .at-share-btn,
    .sharing .at-share-tbx-element .at4-count-container ~ .at-share-btn,
    .sharing .at4-jumboshare .at_flat_counter ~ .at-share-btn,
    .sharing .at4-jumboshare .at4-count-container ~ .at-share-btn {
        display: none;
    }
}
@media only screen and (min-width: 80em) {
    .sharing .at-share-tbx-element .at-share-btn,
    .sharing .at4-jumboshare .at-share-btn {
        display: inline-block;
        font-size: 22px;
        font-size: 2.2rem;
        margin-left: 15px;
    }
    .sharing .at-share-tbx-element .at-share-btn.at-svc-compact:before,
    .sharing .at4-jumboshare .at-share-btn.at-svc-compact:before {
        display: block;
        padding-top: 4px;
    }
    .sharing .at-share-tbx-element .at_flat_counter ~ .at-share-btn,
    .sharing .at-share-tbx-element .at4-count-container ~ .at-share-btn,
    .sharing .at4-jumboshare .at_flat_counter ~ .at-share-btn,
    .sharing .at4-jumboshare .at4-count-container ~ .at-share-btn {
        display: inline-block;
    }
}
@media only screen and (min-width: 90em) {
    .sharing .at-share-tbx-element .at-share-btn,
    .sharing .at4-jumboshare .at-share-btn {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .sharing .at-share-tbx-element .at-share-btn.at-svc-compact:before,
    .sharing .at4-jumboshare .at-share-btn.at-svc-compact:before {
        padding-top: 7px;
    }
}
@media only screen and (min-width: 120em) {
    .sharing .at-share-tbx-element .at-share-btn,
    .sharing .at4-jumboshare .at-share-btn {
        font-size: 32px;
        font-size: 3.2rem;
        margin-left: 24px;
    }
    .sharing .at-share-tbx-element .at-share-btn.at-svc-compact:before,
    .sharing .at4-jumboshare .at-share-btn.at-svc-compact:before {
        padding-top: 10px;
        padding-right: 24px;
    }
}
#nf-dashboard {
    min-height: 200px;
}
[aria-controls*="my-account-section-about-me"],
[href*="#my-account-section-about-me"],
#my-account-section-about-me {
    display: none !important;
}
.select2-drop {
    font-size: 13px;
    font-size: 1.3rem;
}
.select2-container-multi {
    font-size: 13px;
    font-size: 1.3rem;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    padding-right: 25px;
}
#message {
    border: 1px solid #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0);
    padding: 15px;
}
#message a {
    color: #245269;
    font-weight: 700;
}
#message > p,
#message > ul {
    padding-bottom: 0;
    margin-bottom: 0;
}
#message > p + p {
    padding-top: 5px;
}
.fs-lightbox.gallery-lightbox {
    padding: 0;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-content {
    padding-right: 20px;
    padding-left: 20px;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-image_container {
    z-index: 106;
    width: 100%;
    left: 0 !important;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-image {
    left: 0 !important;
    width: auto !important;
    max-height: 833px;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-tools {
    position: fixed;
    height: 100%;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-controls {
    z-index: 106;
    width: 100% !important;
    height: 15%;
    background: none;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-meta {
    z-index: 105;
    top: 0;
    height: 100%;
    background: none;
    box-shadow: none;
    transform: translate(0, 0);
    padding: 0;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-position,
.fs-lightbox.gallery-lightbox .fs-lightbox-caption {
    font-family: "Manrope", sans-serif;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-position {
    position: fixed;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 15%;
    color: #b80000;
    font-size: 20px;
    font-size: 2rem;
    padding: 0;
    margin: 0;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-position:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-position span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-size: 2.4rem;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-caption {
    text-align: left;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-caption p {
    color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 14px 20px 0;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-close {
    width: 43px;
    height: 43px;
    border-radius: 0;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-close:before {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
}
.fs-lightbox.gallery-lightbox .fs-lightbox-close:hover:before {
    color: #b80000;
}
@media only screen and (min-width: 37.5em) {
    .fs-lightbox.gallery-lightbox .fs-lightbox-image {
        margin-top: 14px;
    }
    .fs-lightbox.gallery-lightbox .fs-lightbox-controls {
        height: 8%;
    }
    .fs-lightbox.gallery-lightbox .fs-lightbox-position,
    .fs-lightbox.gallery-lightbox .fs-lightbox-caption {
        font-family: "Manrope", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }
    .fs-lightbox.gallery-lightbox .fs-lightbox-position {
        height: 8%;
        font-size: 20px;
        font-size: 2rem;
    }
    .fs-lightbox.gallery-lightbox .fs-lightbox-caption p {
        font-size: 24px;
        font-size: 2.4rem;
        padding: 24px 20px 0;
    }
    .fs-lightbox.gallery-lightbox .fs-lightbox-close {
        width: 76px;
        height: 76px;
    }
    .fs-lightbox.gallery-lightbox .fs-lightbox-close:before {
        font-size: 68px;
        line-height: 78px;
    }
}
@media only screen and (min-width: 80em) {
    .fs-lightbox.gallery-lightbox .fs-lightbox-controls {
        height: 7%;
    }
    .fs-lightbox.gallery-lightbox .fs-lightbox-position {
        height: 7%;
    }
}
.fs-lightbox.gallery-black,
.fs-lightbox.gallery-black .fs-lightbox-content,
.fs-lightbox.gallery-black .fs-lightbox-container {
    background-color: #232323;
}
.fs-lightbox.gallery-black .fs-lightbox-position {
    color: #b80000;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.fs-lightbox.gallery-black .caption {
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
    padding-top: 15px;
    padding-bottom: 15px;
}
.fs-lightbox.gallery-black .fs-lightbox-control {
    width: 76px;
    height: 76px;
    border-radius: 0;
    background: #232323;
    opacity: 0.4;
}
.fs-lightbox.gallery-black .fs-lightbox-control:before,
.fs-lightbox.gallery-black .fs-lightbox-control:after {
    border: 15px solid transparent;
    transition: all 0.3s ease;
}
.fs-lightbox.gallery-black .fs-lightbox-control:hover {
    opacity: 1;
}
.fs-lightbox.gallery-black .fs-lightbox-control_previous {
    left: 0;
}
.fs-lightbox.gallery-black .fs-lightbox-control_previous:before {
    border-right-color: #fff;
}
.fs-lightbox.gallery-black .fs-lightbox-control_next {
    right: 0;
}
.fs-lightbox.gallery-black .fs-lightbox-control_next:before {
    border-left-color: #fff;
}
.fs-lightbox.gallery-black .fs-lightbox-close {
    top: 10px;
    right: 10px;
    width: 76px;
    height: 76px;
    background: #232323;
    border-radius: 0;
    opacity: 0.4;
    transition: all 0.3s ease;
}
.fs-lightbox.gallery-black .fs-lightbox-close:before {
    color: #fff;
    font-size: 68px;
    line-height: 76px;
}
.fs-lightbox.gallery-black .fs-lightbox-close:hover {
    opacity: 1;
}
.fs-lightbox.gallery-black .fs-lightbox-close:hover:before {
    color: #b80000;
}
.link--caret {
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.link--caret:after {
    position: relative;
    top: -2px;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    margin-left: 1rem;
    transition: 0.3s;
    font-size: 50%;
}
.logged-in-nav {
    opacity: 0.5;
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    z-index: 999;
}
.logged-in-nav:hover {
    opacity: 1;
}
.logged-in-nav ul,
.logged-in-nav li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.logged-in-nav li {
    padding: 0 5px;
}
.logged-in-nav li:before {
    content: "";
}
.logged-in-nav a {
    text-decoration: none;
    color: #132128;
}
.logged-in-nav a:hover {
    text-decoration: underline;
}
.at-share-dock.atss {
    z-index: 10 !important;
}
.overlay-menu {
    display: none;
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(19, 33, 40, 0.98);
}
.main-nav {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "Manrope", sans-serif;
}
.main-nav[style*="height: 100%"],
.main-nav[style*="height:100%"] {
    overflow-y: auto;
}
.main-nav.is-up,
.main-nav.is-down {
    position: fixed;
    transition: 0.6s;
}
.main-nav.is-up {
    top: -100%;
}
.main-nav.is-down {
    top: 0;
}
.main-nav a {
    cursor: pointer;
    color: #232323;
}
.main-nav a:focus,
.main-nav a:hover {
    text-decoration: none;
}
.main-nav .menu-trigger {
    display: inline-block;
    vertical-align: middle;
    width: 2.3rem;
    height: 4px;
    background: #333e48;
    position: relative;
    z-index: 10;
}
.main-nav .menu-trigger:before,
.main-nav .menu-trigger:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #333e48;
    position: absolute;
    left: 0;
    transition: 0.2s;
}
.main-nav .menu-trigger:before {
    top: -8px;
}
.main-nav .menu-trigger:after {
    bottom: -8px;
}
.main-nav .menu-trigger.is-active {
    background: none;
}
.main-nav .menu-trigger.is-active:before {
    top: 0;
    transform: rotate(45deg);
}
.main-nav .menu-trigger.is-active:after {
    bottom: 0;
    transform: rotate(-45deg);
}
.main-nav__top {
    position: relative;
    padding: 25px 0;
    z-index: 2;
    width: 100%;
    z-index: 11;
    background-color: #fff;
}
.main-nav__logo {
    text-align: center;
    margin: auto;
    width: 120px;
    height: 40px;
    font-size: 40px;
    font-size: 4rem;
    text-decoration: none;
}
.main-nav__logo.is-out {
    opacity: 0;
}
.main-nav__search .site-search {
    float: right;
    text-align: right;
}
.main-nav__search .site-search__wrap {
    padding: 0;
}
.main-nav__search .site-search__button {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}
.main-nav__search .site-search__button {
    position: relative;
    width: 22px;
    max-width: 22px;
    height: 22px;
    color: #333e48;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    background-color: transparent;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0 6px 0 10px;
}
.main-nav__search .site-search__button.method-close {
    display: inline-block;
    overflow: hidden;
    width: 0;
    font-size: 21px;
    font-size: 2.1rem;
    margin-right: 0;
    margin-left: 0;
}
.main-nav__search.is-out {
    opacity: 0;
}
.main-nav__cta {
    position: relative;
}
.main-nav__cta.primary {
    display: none;
    float: right;
}
.main-nav__cta.secondary {
    display: block;
    clear: both;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.main-nav__cta--account {
    position: relative;
    float: right;
    cursor: pointer;
}
.main-nav__profile {
    position: absolute;
    z-index: 1;
    top: 60px;
    right: 0;
    min-width: 100%;
    list-style: none;
    background-color: rgba(19, 33, 40, 0.9);
    border: solid #388bc3;
    border-width: 0 2px 2px;
    padding: 0;
    margin: 0;
}
.main-nav__profile--item {
    border-top: 1px solid #388bc3;
}
.main-nav__profile--item:first-child {
    border-top: 0;
}
.main-nav__profile a {
    display: block;
    color: #fff;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    padding: 5px 16px;
}
.main-nav__profile a:hover {
    color: #fff;
    background-color: #388bc3;
}
.main-nav .navbar {
    background: #eee;
    position: fixed;
    height: 100%;
    width: 100%;
    left: -100%;
    overflow-y: scroll;
    text-align: left;
    border-radius: 0;
    z-index: 10;
    transition: 0.3s;
}
.main-nav .navbar.is-active {
    left: 0;
}
.main-nav .navbar ul {
    list-style: none;
}
.main-nav .navbar .nav {
    margin: 0;
    padding: 3rem;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
}
.main-nav .navbar .nav a {
    color: #132128;
}
.main-nav .navbar .nav > li {
    position: initial;
    flex-grow: 1;
    -ms-flex-grow: 1;
}
.main-nav .navbar .nav > li > a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 1.5rem 1rem;
    display: block;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}
.main-nav .navbar .nav > li > a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    color: #8a8a8a;
    float: right;
    transition: 0.3s;
}
.main-nav .navbar .nav__sub {
    padding: 0 3rem 3rem;
}
.main-nav .navbar .nav__sub .main-nav__cta--account {
    float: none;
}
.main-nav .navbar .nav__sub__social {
    margin-top: 2rem;
}
.main-nav .navbar .nav__sub__social a {
    width: 20%;
    margin-right: 9px;
    margin-left: 9px;
}
.main-nav .navbar .nav__sub__social a:first-child {
    margin-left: 0;
}
.main-nav .navbar .mmenu {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    left: -100%;
    top: 0;
    z-index: 10;
    padding: 10rem 6rem 3rem;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    background: #eee;
    font-family: "Manrope", sans-serif;
    transition: 0.3s;
}
.main-nav .navbar .mmenu.is-active {
    left: 0;
}
.main-nav .navbar .mmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-nav .navbar .mmenu a {
    display: inline-block;
    color: #333e48;
    margin: 0.5rem 0;
}
.main-nav .navbar .mmenu a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    color: #333e48;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 1rem;
    transition: 0.3s;
}
.main-nav .navbar .mmenu .subtitle--lg,
.main-nav .navbar .mmenu .main-content__meta-footer--title,
.main-nav .navbar .mmenu .mason-block__content b,
.mason-block__content .main-nav .navbar .mmenu b,
.main-nav .navbar .mmenu .sidebar-post__title,
.main-nav .navbar .mmenu .topics__item--heading,
.main-nav .navbar .mmenu .partners__title,
.main-nav .navbar .mmenu .card__title,
.main-nav .navbar .mmenu .quick-links__title,
.main-nav .navbar .mmenu .hero__promo__title {
    display: inline-block;
    margin-bottom: 1rem;
}
.main-nav .navbar .mmenu .subtitle--lg > a,
.main-nav .navbar .mmenu .main-content__meta-footer--title > a,
.main-nav .navbar .mmenu .mason-block__content b > a,
.mason-block__content .main-nav .navbar .mmenu b > a,
.main-nav .navbar .mmenu .sidebar-post__title > a,
.main-nav .navbar .mmenu .topics__item--heading > a,
.main-nav .navbar .mmenu .partners__title > a,
.main-nav .navbar .mmenu .card__title > a,
.main-nav .navbar .mmenu .quick-links__title > a,
.main-nav .navbar .mmenu .hero__promo__title > a {
    font-weight: inherit;
    margin-top: 0;
}
.main-nav .navbar .mmenu__heading {
    display: none;
}
.main-nav .navbar .mmenu__sublist {
    margin: 2rem 0;
}
.main-nav .navbar .mmenu .card-cta {
    margin-top: 3rem;
}
.main-nav .mmenu__back {
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 10;
    transition: 0.3s;
}
.main-nav .mmenu__back button {
    margin-top: 2.5rem;
    padding-left: 0;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}
.main-nav .mmenu__back button:before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro";
    color: #333e48;
    margin-right: 1rem;
}
.main-nav .mmenu__back.is-active {
    z-index: 15;
    opacity: 1;
    visibility: visible;
}
.main-nav .button + .button {
    margin-left: 10px;
}
.theme-mobile .main-nav .global-social {
    padding-bottom: 45px;
}
@media only screen and (min-width: 37.5em) {
    .main-nav__menu--quicklinks {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .main-nav__menu--quicklinks__alt {
        display: none;
    }
    .main-nav__menu--quicklinks__title {
        width: 17%;
    }
    .main-nav__menu--quicklinks__list {
        width: 83%;
    }
    .main-nav__menu--quicklinks__item {
        display: inline-block;
        width: 25%;
    }
    .main-nav__menu--quicklinks__item span {
        top: -3px;
    }
    .main-nav__menu--quicklinks[data-count="5"] .main-nav__menu--quicklinks__item {
        width: 19%;
    }
    .main-nav__menu--grid .title {
        font-size: 30px;
        font-size: 3rem;
    }
    .main-nav .global-social {
        line-height: 120px;
    }
}
@media only screen and (min-width: 48em) {
    .main-nav__logo {
        height: 58px;
        font-size: 58px;
        font-size: 5.8rem;
    }
    .main-nav__menu--quicklinks {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .main-nav__menu--quicklinks__item span {
        top: -4px;
    }
}
@media only screen and (min-width: 64.0625em) {
    .main-nav__top--right {
        float: right;
    }
    .main-nav__logo {
        text-align: left;
        height: 65px;
        font-size: 65px;
        font-size: 6.5rem;
    }
    .main-nav__search .site-search {
        padding: 14px 0;
    }
    .main-nav__search .site-search__button {
        width: 32px;
        max-width: 32px;
        height: 26px;
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 32px;
    }
    .main-nav__cta.primary {
        display: block;
    }
    .main-nav__cta.secondary {
        display: none;
    }
    .main-nav__menu--icon {
        font-size: 38px;
        font-size: 3.8rem;
        padding: 0 72px 0 43px;
    }
    .main-nav__menu--icon[class*="close"] {
        font-size: 32px;
        font-size: 3.2rem;
        padding-left: 43px;
    }
    .main-nav__menu--quicklinks {
        font-size: 35px;
        font-size: 3.5rem;
    }
    .main-nav__menu--quicklinks__item:before {
        height: 54px;
        margin-top: -27px;
    }
    .main-nav__menu--quicklinks__item span {
        top: -7px;
    }
    .main-nav .navbar {
        position: relative;
        background: #333e48;
        text-align: center;
        height: auto;
        left: 0;
        overflow-y: inherit;
    }
    .main-nav .navbar .nav {
        padding: 0;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        position: relative;
    }
    .main-nav .navbar .nav a {
        color: #fff;
    }
    .main-nav .navbar .nav > li > a {
        font-size: 18px;
        font-size: 1.8rem;
        text-transform: uppercase;
        font-family: "Manrope", sans-serif;
    }
    .main-nav .navbar .nav > li > a:after {
        display: none;
    }
    .main-nav .navbar .nav > li:hover > a {
        background: #132128;
    }
    .main-nav .navbar .mmenu {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        background: #132128;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: auto;
        padding: 3rem 6rem;
        left: 0;
        top: calc(100% - 8px);
        text-align: left;
        color: #fff;
    }
    .main-nav .navbar .mmenu.is-active {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transition-delay: 0.3s;
    }
    .main-nav .navbar .mmenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .main-nav .navbar .mmenu a {
        color: #fff;
        text-transform: inherit;
        font-weight: 400;
    }
    .main-nav .navbar .mmenu a:hover {
        color: #388bc3;
    }
    .main-nav .navbar .mmenu a:after {
        display: none;
    }
    .main-nav .navbar .mmenu .card-cta {
        margin-top: 0;
        margin-left: auto;
    }
    .main-nav .navbar .mmenu__back {
        display: none;
    }
    .main-nav .navbar .mmenu__primary {
        width: 20%;
        border-right: 2px solid #333e48;
        margin-right: 7rem;
    }
    .main-nav .navbar .mmenu__related {
        width: 80%;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: flex-start;
        -ms-align-items: flex-start;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
    .main-nav .navbar .mmenu__heading {
        width: 100%;
        display: block;
        line-height: 1;
        margin-bottom: 3rem;
        padding-bottom: 1.5rem;
        border-bottom: 2px solid rgba(51, 62, 72, 0.3);
    }
    .main-nav .navbar .mmenu__sublist {
        margin: 0;
        margin-right: auto;
    }
    .main-nav .navbar .mmenu__sublist a {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .main-nav .global-social {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
}
@media only screen and (min-width: 80em) {
    .main-nav__top--right {
        float: right;
    }
    .main-nav__search .site-search {
        float: left;
        padding-right: 25px;
    }
    .main-nav__cta.secondary {
        display: none;
    }
}
@media only screen and (min-width: 120em) {
    .main-nav__top--right {
        padding-right: 0px;
    }
}
.main-content {
    padding: 3rem;
}
.main-content__content {
    font-family: "Manrope", sans-serif;
    max-width: 700px;
    margin: 0 auto;
}
.main-content__content > p a {
    border-bottom: 1px solid transparent;
}
.main-content__content > p a:hover {
    color: #232323;
    border-bottom-color: #232323;
}
.main-content.width--full {
    width: 100%;
    max-width: 100%;
}
.main-content__.FAs-header {
    color: #464646;
    max-width: 700px;
    margin: 0 auto;
}
.main-content__.FAs-header.has-border .post-title {
    line-height: 1.1;
    padding: 0 0 20px;
}
.main-content__meta-.FAs-header {
    line-height: 1;
    border-bottom: 2px solid #d9d9d9;
    margin-bottom: 30px;
}
.main-content__meta-.FAs-header[class*="background--"] {
    border-bottom: 0 none;
    padding: 3px;
}
.main-content__meta-.FAs-header--date,
.main-content__meta-.FAs-header--vertical-align {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 52px;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Manrope", sans-serif;
    text-align: center;
    line-height: 38px;
    background-color: #fff;
    margin-right: 13px;
}
.main-content__meta-.FAs-header--date b,
.main-content__meta-.FAs-header--vertical-align b {
    display: block;
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: -16px;
}
.main-content__meta-.FAs-header--vertical-align {
    width: 0 !important;
    background: none !important;
}
.main-content__meta-.FAs-header--meta-and-title {
    display: inline-block;
    vertical-align: middle;
    width: 72%;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Manrope", sans-serif;
}
.main-content__meta-.FAs-header--vertical-align + .main-content__meta-.FAs-header--meta-and-title {
    width: 90%;
    padding-top: 16px;
    padding-bottom: 16px;
}
.main-content__meta-.FAs-header--meta-and-title .meta,
.main-content__meta-.FAs-header--meta-and-title .title {
    display: block;
}
.main-content__meta-.FAs-header--meta-and-title .meta {
    padding-bottom: 5px;
}
.main-content__meta-.FAs-header--meta-and-title .title {
    color: currentColor;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    padding: 0;
}
.main-content__meta-.FAs-header--author,
.main-content__meta-.FAs-header--author + .sharing {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-content__meta-.FAs-header--author + .sharing {
    float: right;
    min-height: 44px;
    line-height: 40px;
    padding-left: 15px;
}
.main-content__meta-.FAs-header--author + .sharing .at-share-tbx-element .at-share-btn {
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 15px;
}
.main-content__meta-.FAs-header--author + .sharing .at-share-tbx-element .at-share-btn.at-svc-compact {
    width: auto;
    white-space: nowrap;
}
.main-content__meta-.FAs-header--author + .sharing .at-share-tbx-element .at-share-btn.at-svc-compact:before {
    display: none;
}
.main-content__meta-.FAs-header--author + .sharing .at-share-tbx-element .at_flat_counter {
    display: none;
    min-width: 39%;
    min-height: 44px;
    color: #b9cfdc;
    border-right-color: #d9d9d9;
    padding: 2px 20px 3px 5px;
}
.main-content__meta-.FAs-header .author__avatar {
    overflow: hidden;
    float: left;
    border-radius: 99em;
}
.main-content__meta-.FAs-header .author__name,
.main-content__meta-.FAs-header .author__postdate {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    font-family: "Manrope", sans-serif;
    color: #82878b;
}
.main-content__meta-.FAs-header .author__name {
    padding: 4px 0;
}
.main-content__meta-.FAs-header .author__name a {
    color: #82878b;
}
.main-content__meta-.FAs-header .author__postdate span {
    position: relative;
    color: #7c7c7c;
    margin: 0 -5px;
}
.main-content__img {
    width: 100%;
    margin-bottom: 4.5rem;
}
.main-content__img > img {
    width: 100%;
}
.main-content__video-embed {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.main-content__video-embed:hover {
    color: #fff;
}
.main-content__video-embed--content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    line-height: 1.1;
    padding: 0 5%;
}
.main-content__video-embed--content b,
.main-content__video-embed--content p {
    text-shadow: 0 0 0 #232323;
}
.main-content__video-embed--content b {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.main-content__video-embed--content p {
    font-family: "Manrope", sans-serif;
    padding: 0;
}
.main-content__video-embed .button {
    margin-top: 20px;
}
.main-content__video-embed .button.style--play {
    margin-top: 0;
    margin-bottom: 14px;
}
.main-content__meta-footer {
    font-family: "Manrope", sans-serif;
    line-height: 1.2;
    border-top: 1px solid #eee;
    padding: 3rem 0;
    margin-top: 25px;
    max-width: 700px;
    margin: 7rem auto 5rem;
}
.main-content__meta-footer--title {
    display: inline-block;
    padding-bottom: 3px;
}
.main-content__meta-footer--item {
    text-transform: uppercase;
    display: inline-block;
    margin: 0 1rem;
}
.main-content__additional {
    border-top: 2px solid #d9d9d9;
    padding-top: 20px;
    margin-top: 25px;
}
.main-content--hp .subtitle--sm,
.main-content--hp .main-nav .navbar .mmenu__heading,
.main-nav .navbar .main-content--hp .mmenu__heading,
.main-content--hp select.fancy .fs-dropdown-group,
select.fancy .main-content--hp .fs-dropdown-group,
.main-content--hp .fancy-select .fs-dropdown-group,
.fancy-select .main-content--hp .fs-dropdown-group,
.main-content--hp .content-list .advanced-search__dropdowns .query-exposed-label,
.content-list .advanced-search__dropdowns .main-content--hp .query-exposed-label,
.main-content--hp .trending-featured__small--heading {
    display: block;
    margin-bottom: 3rem;
}
@media only screen and (min-width: 37.5em) {
    .main-content__meta-.FAs-header[class*="background--"] {
        padding: 5px;
    }
    .main-content__meta-.FAs-header--date,
    .main-content__meta-.FAs-header--vertical-align {
        width: 118px;
        height: 104px;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 80px;
    }
    .main-content__meta-.FAs-header--date b,
    .main-content__meta-.FAs-header--vertical-align b {
        font-size: 74px;
        font-size: 7.4rem;
        margin-bottom: -40px;
    }
    .main-content__meta-.FAs-header--meta-and-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .main-content__meta-.FAs-header--meta-and-title .title {
        font-size: 30px;
        font-size: 3rem;
    }
    .main-content__meta-.FAs-header--vertical-align + .main-content__meta-.FAs-header--meta-and-title {
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-content__meta-.FAs-header--author + .sharing .at-share-tbx-element .at-share-btn.at-svc-compact:before {
        display: block;
        padding-top: 7px;
    }
    .main-content__meta-.FAs-header--author + .sharing .at-share-tbx-element .at_flat_counter {
        display: inline-block;
    }
    .main-content__video-embed {
        margin-bottom: 77px;
    }
    .main-content__video-embed--content b {
        font-size: 32px;
        font-size: 3.2rem;
    }
    .main-content__video-embed--content p {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .main-content__video-embed .button {
        margin-top: 28px;
    }
    .main-content__video-embed .button.style--play {
        margin-bottom: 14px;
    }
}
@media only screen and (min-width: 48em) {
    .main-content__meta-.FAs-header--author + .sharing .at-share-tbx-element .at_flat_counter {
        min-width: 12%;
        margin-right: 0;
    }
}
@media only screen and (min-width: 64em) {
    .main-content {
        width: 66.66666%;
        padding: 3rem 5rem;
    }
    .main-content--hp {
        padding: 6rem 5rem;
    }
    .main-content__.FAs-header.has-border {
        padding-top: 17px;
    }
    .main-content__meta-.FAs-header {
        border-bottom: 0 none;
    }
    .main-content__meta-.FAs-header--meta-and-title {
        width: 76%;
    }
    .sharing + .main-content__meta-.FAs-header .main-content__meta-.FAs-header--meta-and-title {
        width: 69%;
    }
    .main-content__additional {
        padding-top: 40px;
        margin-top: 0;
    }
}
@media only screen and (min-width: 80em) {
    .sharing + .main-content__meta-.FAs-header .main-content__meta-.FAs-header--meta-and-title {
        width: 53%;
    }
}
@media only screen and (min-width: 120em) {
    .sharing + .main-content__meta-.FAs-header .main-content__meta-.FAs-header--meta-and-title {
        width: 59%;
    }
}
.global-sidebar {
    background: #eee;
    padding: 3rem;
}
.global-sidebar__block {
    clear: both;
    padding-top: 25px;
}
.global-sidebar__block:first-child {
    padding-top: 0;
}
.global-sidebar__block.no-gap {
    padding-top: 0;
}
.global-sidebar__block--title {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 2.5rem 1rem;
}
@media only screen and (min-width: 60em) {
    .global-sidebar {
        width: 33.33333%;
        padding: 4.5rem 5rem;
    }
}
@media only screen and (min-width: 64em) {
    .main-content.width--full ~ .global-sidebar .global-sidebar__block {
        display: inline-block;
        width: 33.33%;
        padding-top: 0;
    }
}
.global-sidebar--wrapped {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: none;
    clear: left;
}
.global-sidebar--wrapped:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.global-sidebar--wrapped .sidebar__title {
    width: 100%;
    margin-bottom: 3rem;
}
.global-sidebar--wrapped .sidebar-module {
    width: 100%;
    padding: 0 1.5rem;
}
@media only screen and (min-width: 48em) {
    .global-sidebar--wrapped .sidebar-module {
        float: left;
        width: 33.333%;
    }
}
.mason-block {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
}
.mason-block:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.28em;
}
.main-content.width--full ~ .global-sidebar .mason-block {
    width: 100%;
}
.mason-block:nth-of-type(4).text-top,
.mason-block:nth-of-type(5).text-top {
    padding-top: 0;
}
.mason-block:nth-of-type(4).text-top:before,
.mason-block:nth-of-type(5).text-top:before {
    vertical-align: middle;
}
.mason-block:nth-of-type(4) .button,
.mason-block:nth-of-type(5) .button {
    display: none;
}
.mason-block:nth-of-type(4) .button.style--play,
.mason-block:nth-of-type(5) .button.style--play {
    display: block;
}
.mason-block:nth-of-type(4) .button.style--play ~ p,
.mason-block:nth-of-type(5) .button.style--play ~ p {
    display: none;
}
.mason-block:nth-of-type(6),
.mason-block:nth-of-type(7),
.mason-block:nth-of-type(7) ~ .mason-block {
    width: 100%;
}
.mason-block:nth-of-type(6) .button.style--play,
.mason-block:nth-of-type(7) .button.style--play,
.mason-block:nth-of-type(7) ~ .mason-block .button.style--play {
    margin-top: 14px;
    margin-bottom: 14px;
}
.mason-block:hover {
    color: #fff;
}
.mason-block:hover.font-color--black {
    color: #132128;
}
.mason-block:hover .mason-block__image {
    transition: all 0.3s ease;
}
.mason-block[class*="background--"]:hover .mason-block__image {
    opacity: 0.7;
    filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz1cJ2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCc+PGZpbHRlciBpZD1cJ2dyYXlzY2FsZVwnPjxmZUNvbG9yTWF0cml4IHR5cGU9XCdtYXRyaXhcJyB2YWx1ZXM9XCcxIDAgMCAwIDAsIDAgMSAwIDAgMCwgMCAwIDEgMCAwLCAwIDAgMCAxIDBcJy8+PC9maWx0ZXI+PC9zdmc+#grayscale");
    filter: grayscale(0%);
}
.mason-block .corner-tag {
    width: 100px;
    height: 100px;
}
.mason-block .corner-tag:before {
    border-width: 50px;
}
.mason-block .corner-tag span {
    top: 11%;
    left: 11%;
    width: 100px;
    height: 100px;
    font-size: 18px;
    font-size: 1.8rem;
}
.mason-block__content {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 1.1;
    padding: 2.5rem;
}
.mason-block__content b {
    overflow: hidden;
    display: block;
    font-weight: 700;
}
.mason-block__content p {
    font-family: "Manrope", sans-serif;
    padding: 10px 0 0;
}
.mason-block__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 101%;
    max-width: 1000%;
    min-height: 100%;
    transition: all 0.3s ease;
    backface-visibility: hidden;
}
.mason-block[class*="background--"] .mason-block__image {
    opacity: 0.4;
    filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz1cJ2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCc+PGZpbHRlciBpZD1cJ2dyYXlzY2FsZVwnPjxmZUNvbG9yTWF0cml4IHR5cGU9XCdtYXRyaXhcJyB2YWx1ZXM9XCcwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwIDAgMCAxIDBcJy8+PC9maWx0ZXI+PC9zdmc+#grayscale");
    filter: gray;
    filter: grayscale(100%);
}
.mason-block .button {
    margin-top: 20px;
}
.mason-block .button.style--play {
    margin-top: 14px;
}
@media only screen and (min-width: 48em) {
    .mason-block {
        float: left;
        width: 50%;
        height: 440px;
    }
    .mason-block.text-top {
        padding-top: 78px;
    }
    .mason-block.text-top:before {
        vertical-align: top;
    }
    .mason-block:nth-of-type(2n + 2) {
        float: right;
    }
    .mason-block:nth-of-type(4),
    .mason-block:nth-of-type(5) {
        height: 220px;
    }
    .mason-block:nth-of-type(6) .button.style--play,
    .mason-block:nth-of-type(7) .button.style--play,
    .mason-block:nth-of-type(7) ~ .mason-block .button.style--play {
        margin-top: 28px;
        margin-bottom: 28px;
    }
    .mason-block .button {
        margin-top: 28px;
    }
}
@media only screen and (min-width: 64em) {
    .mason-block {
        float: none;
        width: 100%;
        height: auto;
    }
    .mason-block.text-top {
        padding-top: 0;
    }
    .mason-block.text-top:before {
        vertical-align: middle;
    }
    .mason-block:nth-of-type(2n + 2) {
        float: none;
    }
    .mason-block:nth-of-type(4),
    .mason-block:nth-of-type(5) {
        height: auto;
    }
}
@media only screen and (min-width: 90em) {
    .mason-block {
        float: left;
        width: 50%;
        height: 440px;
    }
    .mason-block.text-top {
        padding-top: 78px;
    }
    .mason-block.text-top:before {
        vertical-align: top;
    }
    .mason-block:nth-of-type(2n + 2) {
        float: right;
    }
    .mason-block:nth-of-type(4),
    .mason-block:nth-of-type(5) {
        height: 220px;
    }
    .mason-block:nth-of-type(4) .corner-tag,
    .mason-block:nth-of-type(5) .corner-tag {
        display: none;
    }
    .mason-block:nth-of-type(6),
    .mason-block:nth-of-type(7),
    .mason-block:nth-of-type(7) ~ .mason-block {
        height: 395px;
    }
}
@media only screen and (min-width: 120em) {
    .mason-block:nth-of-type(4) .corner-tag,
    .mason-block:nth-of-type(5) .corner-tag {
        display: block;
    }
}
.news-toggle {
    display: block;
    padding: 0 3rem 3rem;
    margin: 3rem -3rem;
    border-bottom: 1px solid #fff;
}
.news-toggle:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #8a8a8a;
    float: right;
    transition: 0.3s;
}
.news-toggle.is-active:after {
    transform: rotate(180deg);
    transform-origin: center;
}
@media only screen and (min-width: 60em) {
    .news-toggle {
        border-bottom: none;
        padding: 0;
        margin: 0 0 3rem;
    }
    .news-toggle:after {
        display: none;
    }
}
.sidebar-module {
    margin-bottom: 6rem;
}
.sidebar-module .card {
    margin-bottom: 3rem;
}
.hp-sidebar {
    padding: 0 3rem;
}
.hp-sidebar .sidebar-module {
    margin-bottom: 0;
}
.hp-sidebar .news-toggle:last-of-type {
    margin-bottom: 0;
}
@media only screen and (min-width: 60em) {
    .hp-sidebar {
        padding: 6rem 5rem;
    }
    .hp-sidebar .news-toggle:last-of-type {
        margin: 0 0 3rem;
    }
    .hp-sidebar .sidebar-module {
        margin-bottom: 6rem;
    }
}
.sidebar-post {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #fff;
    font-family: "Manrope", sans-serif;
}
.sidebar-post__sub {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    color: #82878b;
    margin-bottom: 1rem;
}
.sidebar-post .fa {
    font-size: 12px;
    font-size: 1.2rem;
}
.sidebar-post__title {
    display: block;
    font-weight: 700;
    color: #132128;
    margin-bottom: 1rem;
}
.sidebar-promo {
    padding: 3rem;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.sidebar-promo > img {
    display: block;
    margin: 0 auto 2rem;
    max-width: 100%;
}
.sidebar-promo__title {
    display: block;
    font-weight: 700;
    padding-bottom: 2rem;
}
.sidebar-promo__content {
    margin-bottom: 2rem;
    font-family: "Manrope", sans-serif;
}
.global-footer {
    position: relative;
    color: #fff;
    font-family: "Manrope", sans-serif;
    background-color: #232323;
}
.global-footer__logo {
    display: block;
    text-align: center;
    font-size: 58px;
    font-size: 5.8rem;
    text-decoration: none;
    margin: 0 auto 4rem;
}
.global-footer__logo,
.global-footer__logo:hover {
    color: #fff;
}
.global-footer__btns {
    text-align: center;
}
.global-footer .button {
    display: inline-block;
    width: 100%;
    max-width: 135px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 18px 36px;
}
.global-footer .button.hidden {
    margin: 0 0.5rem 18px;
}
.global-footer .button.hidden ~ .global-footer__logo {
    margin-top: 18px;
}
.global-footer .global-social {
    padding: 20px 0;
    margin-bottom: 3rem;
    text-align: center;
}
.global-footer__main {
    padding: 4rem;
}
.global-footer__bottom {
    background: #F5F6F7;
    color: #232323;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1;
    padding: 3rem 0;
    font-family: "Manrope", sans-serif;
}
.theme-mobile .global-footer__bottom {
    padding-bottom: 45px;
}
.global-footer__subnav,
.global-footer__copyright {
    text-align: center;
}
.global-footer__subnav {
    font-size: 12px;
    font-size: 1.2rem;
}
.global-footer__subnav li {
    display: inline-block;
    border-right: 1px solid #232323;
    padding: 0 1rem;
}
.global-footer__subnav li:first-child {
    margin-left: 0;
}
.global-footer__subnav li:last-child {
    border-right: none;
}
.global-footer__subnav a {
    color: #132128;
    text-transform: uppercase;
}
.global-footer__subnav ul {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    padding: 0;
    margin: 0;
}
.global-footer__subnav a {
    text-decoration: none;
}
.global-footer__subnav a:hover {
    color: #fff;
}
.global-footer__copyright {
    margin-top: 2rem;
}
@media only screen and (min-width: 37.5em) {
    .global-footer .button {
        display: none;
    }
    .global-footer .button.hidden {
        display: inline-block;
        margin-bottom: 1.5rem;
    }
    .global-footer .button.hidden ~ .global-footer__logo {
        margin-top: 0;
    }
}
@media only screen and (min-width: 48em) {
    .global-footer__about {
        display: flex;
    }
    .global-footer__about > * {
        flex-grow: 1;
    }
    .global-footer__about .global-footer__logo {
        order: 1;
    }
    .global-footer__about .global-social {
        order: 2;
        margin: 0;
    }
    .global-footer__about .global-footer__btns {
        order: 3;
    }
    .global-footer__logo {
        text-align: left;
    }
    .global-footer__btns {
        text-align: right;
    }
    .global-footer__bottom {
        padding: 2rem 0;
    }
    .global-footer__subnav {
        text-align: left;
    }
    .global-footer__copyright {
        text-align: right;
        margin: 0;
    }
}
@media only screen and (min-width: 60em) {
    .global-footer__main {
        padding: 7.5rem 2rem;
    }
    .global-footer__subnav.primary {
        display: inline-block;
    }
}
@media only screen and (min-width: 64em) {
    .global-footer__about {
        display: block;
    }
    .global-footer__logo {
        display: inline-block;
        font-size: 86px;
        font-size: 8.6rem;
        margin: 0 auto 3.5rem;
    }
    .global-footer__btns {
        text-align: left;
    }
    .global-footer .button.hidden {
        margin: 0 auto 18px;
    }
    .global-footer .global-social {
        padding: 0;
        text-align: left;
        margin-top: 2rem;
    }
    .global-footer .global-social a {
        width: 20%;
        margin-right: 9px;
        margin-left: 9px;
    }
}
@media only screen and (min-width: 80em) {
    .global-footer .button.hidden {
        width: 100%;
        max-width: auto;
    }
}
.ftr-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ftr-nav > li {
    margin-bottom: 2rem;
}
.ftr-nav__title {
    display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}
.ftr-nav__title:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: rgba(238, 238, 238, 0.3);
    float: right;
    transition: 0.3s;
}
.ftr-nav__title:hover {
    color: #fff;
}
.ftr-nav__title.is-active:after {
    transform: rotate(180deg);
    transform-origin: center;
}
.ftr-nav__list {
    list-style: none;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.ftr-nav__list a {
    color: #eee;
    display: inline-block;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    margin-bottom: 0.5rem;
    font-size: 12px;
    font-size: 1.2rem;
}
.ftr-nav__list a:hover {
    color: #388bc3;
}
@media only screen and (min-width: 60em) {
    .ftr-nav {
        display: grid;
        -ms-display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    .ftr-nav__title {
        display: inline-block;
    }
    .ftr-nav__title:after {
        display: none;
    }
    .ftr-nav > li:nth-child(1) {
        grid-row: 1;
        grid-column: 1;
    }
    .ftr-nav > li:nth-child(2) {
        grid-row: 1;
        grid-column: 2;
    }
    .ftr-nav > li:nth-child(3) {
        grid-row: 1;
        grid-column: 3;
    }
    .ftr-nav > li:nth-child(4) {
        grid-row: 1;
        grid-column: 4;
    }
    .ftr-nav > li:nth-child(5) {
        grid-row: 1;
        grid-column: 5;
    }
    .ftr-nav > li:nth-child(6) {
        grid-row: 1/2;
        grid-column: 5;
        align-self: end;
    }
}
.site-search__wrap {
    padding: 20px;
}
.site-search__wrap + .content-list {
    padding-top: 0;
}
.site-search__input,
.site-search__button {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    -webkit-appearance: none;
}
.site-search__input {
    position: relative;
    overflow: hidden;
    width: 85%;
    max-width: 365px;
    color: #132128;
    font-size: 20px;
    font-size: 2rem;
    font-family: "Manrope", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: none;
    border: 0 none;
    border-bottom: 2px solid #132128;
    outline: none;
    padding: 0;
    margin-right: 15px;
    transition: all 0.3s ease;
}
.site-search__input:focus {
    color: #388bc3;
    border-bottom-color: #388bc3;
    transition: all 0.3s ease;
}
.site-search__button {
    position: relative;
    width: 22px;
    max-width: 22px;
    height: 22px;
    color: #132128;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 22px;
    background-color: transparent;
    border: 0;
    outline: none;
    padding: 0;
}
.site-search__button.method-close {
    display: none;
}
@media only screen and (min-width: 37.5em) {
    .site-search__input {
        font-size: 41px;
        font-size: 4.1rem;
        border-bottom: 5px solid #132128;
        margin-right: 30px;
    }
    .site-search__button {
        width: 32px;
        max-width: 32px;
        height: 32px;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 32px;
    }
}
.global-social a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 26px;
    font-size: 2.6rem;
    text-decoration: none;
    margin: 0 1.5rem;
}
.global-social a:hover {
    color: #388bc3;
}
.global-social [class*="facebook"]:hover {
    color: #3b5998;
}
.global-social [class*="linkedin"]:hover {
    color: #007bb5;
}
.global-social [class*="twitter"]:hover {
    color: #00aced;
}
.global-social [class*="youtube"]:hover {
    color: #b00;
}
.global-social [class*="instagram"]:hover {
    color: #9b6954;
}
.comment-list {
    font-family: "franklin-gothic-urw", "Helvetica", "Arial", sans-serif;
    list-style: none;
    padding: 20px 8px;
    margin: 0;
}
.comment-list .comment {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.comment-list .comment:first-child {
    border-top: 0;
}
.comment-list .comment-body {
    position: relative;
    padding: 12.5px;
}
.comment-list .avatar {
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
    border-radius: 99em;
}
.comment-list .comment-meta {
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    line-height: 1;
    padding-bottom: 2.5px;
}
.comment-list .comment-meta b,
.comment-list .comment-meta strong {
    font-weight: 400;
}
.comment-list .comment-author {
    padding: 3px 0;
}
.comment-list .comment-metadata {
    font-size: 15px;
    font-size: 1.5rem;
}
.comment-list .edit-link:before {
    content: "\2022";
    color: #7c7c7c;
    padding-right: 2px;
}
.comment-list .children {
    list-style: none;
    padding: 0 0 10px 10px;
    margin: 5px 0 0;
}
.comment-list .children .children {
    margin-top: 10px;
}
.comment-list .children li {
    border-top-width: 0;
    border-left: 2px solid;
    padding-left: 0;
    margin-bottom: 0;
}
.comment-list .children .comment-body {
    padding-top: 0;
    padding-bottom: 0;
}
.comment-list .children .avatar {
    top: 0;
}
.comment-list li.depth-2 {
    border-left-color: rgba(56, 139, 195, 0.3);
}
.comment-list li.depth-3 {
    border-left-color: rgba(185, 207, 220, 0.3);
}
.comment-list li.depth-4 {
    border-left-color: rgba(252, 200, 68, 0.3);
}
.comment-list li.depth-5 {
    border-left-color: rgba(184, 0, 0, 0.3);
}
.comment-list .comment-body .reply > small,
.comment-list .comment-respond > small {
    display: block;
    padding: 10px;
}
.comment-list .comment-body .reply > small > a,
.comment-list .comment-body .reply > a,
.comment-list .comment-respond > small > a,
.comment-list .comment-respond > a {
    display: inline-block;
    font-size: 19px;
    font-size: 1.9rem;
    font-family: "Manrope", sans-serif;
    line-height: 1;
    text-transform: uppercase;
}
.comment-list .comment-respond {
    background: #16272f;
    border: 2px solid #333e48;
    padding: 10px;
    margin: 5px 5px 5px 10px;
}
.comment-list .comment-respond p {
    padding-bottom: 0;
}
.comment-list .comment-respond .form-allowed-tags {
    display: none;
}
@media only screen and (min-width: 37.5em) {
    .comment-list {
        font-size: 19px;
        font-size: 1.9rem;
    }
    .comment-list .comment-body {
        padding: 20px 20px 20px 50px;
    }
    .comment-list .avatar {
        display: block;
        top: 20px;
    }
    .comment-list .comment-meta {
        font-size: 19px;
        font-size: 1.9rem;
        padding-bottom: 10px;
    }
    .comment-list .comment-metadata {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .comment-list .children {
        padding: 0 0 40px 40px;
        margin: 20px 0 0;
    }
    .comment-list .children .children {
        margin-top: 40px;
    }
    .comment-list .comment-respond {
        margin: 20px 20px 20px 40px;
    }
}
@media only screen and (min-width: 48em) {
    .comment-list .comment-body {
        padding: 30px 30px 30px 75px;
    }
    .comment-list .avatar {
        display: block;
        top: 30px;
        left: 15px;
    }
    .comment-list .comment-meta {
        padding-bottom: 15px;
    }
    .comment-list .children {
        padding: 0 0 60px 60px;
        margin: 30px 0 0;
    }
    .comment-list .children .children {
        margin-top: 60px;
    }
    .comment-list .comment-respond {
        margin: 30px 30px 30px 60px;
    }
}
.module {
    color: #132128;
    padding: 50px 0;
}
.module--mob_hide {
    display: none;
}
.module-break {
    padding: 0 0 30px;
}
.module__pre-title,
.module__title,
.module__intro {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 800px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
}
.module__title {
    max-width: 1777px;
}
.module__pre-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Manrope", sans-serif;
    padding-bottom: 13px;
}
.module__intro {
    font-family: "Manrope", sans-serif;
    padding-top: 36px;
    padding-bottom: 36px;
}
.module .module__intro {
    padding-top: 0;
}
.module__intro p {
    padding-bottom: 0;
}
.module__intro p + p {
    padding-top: 20px;
}
.module__subtitle {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.module__section-link {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Manrope", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 30px;
}
.module__section-link a {
    text-decoration: none;
}
@media only screen and (min-width: 37.5em) {
    .module__pre-title {
        font-size: 19px;
        font-size: 1.9rem;
    }
    .module__pre-title {
        padding-bottom: 20px;
    }
    .module__section-link {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media only screen and (min-width: 48em) {
    .module--mob_hide {
        display: block;
    }
}
.twitter-timeline__wrap {
    position: relative;
    z-index: 1;
    background-color: #132128;
    padding: 20px;
}
.twitter-timeline__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 540px;
    font-size: 20px;
    font-size: 2rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    text-align: left;
    padding: 22px 20px 0;
    margin-right: auto;
    margin-left: auto;
}
.global-sidebar .twitter-timeline__wrap {
    height: 330px;
    padding-top: 0;
}
.corner-tag {
    overflow: hidden;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: block;
    width: 84px;
    height: 84px;
    text-align: center;
}
.corner-tag:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-width: 42px;
    border-style: solid;
    border-color: #77a2ba transparent transparent #77a2ba;
}
.corner-tag span {
    position: absolute;
    top: 13%;
    left: 13%;
    display: block;
    width: 70px;
    height: 70px;
    color: #132128;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    line-height: 0.9;
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
    word-spacing: 99em;
}
@media only screen and (min-width: 37.5em) {
    .corner-tag {
        width: 124px;
        height: 124px;
    }
    .corner-tag:before {
        border-width: 62px;
    }
    .corner-tag span {
        top: 13%;
        left: 13%;
        width: 100px;
        height: 100px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media only screen and (min-width: 48em) {
    .corner-tag {
        width: 170px;
        height: 170px;
    }
    .corner-tag:before {
        border-width: 85px;
    }
    .corner-tag span {
        top: 15%;
        left: 15%;
        width: 120px;
        height: 120px;
        font-size: 20px;
        font-size: 2rem;
    }
}
.fs-checkbox {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.fs-checkbox-marker {
    border-color: currentColor;
    background: none;
    border-width: 2px;
    border-radius: 1px;
    margin-right: 10px;
}
.fs-checkbox-flag:before {
    width: 6px;
    height: 12px;
    border-width: 2px;
    margin: 1px 0 0 5px;
    border-color: currentColor;
    transition: transform 0.15s ease;
    transform: rotate(35deg) scale(0);
}
.fs-checkbox-checked .fs-checkbox-flag:before {
    transform: rotate(35deg) scale(1);
}
.fs-checkbox-radio .fs-checkbox-flag {
    background-color: currentColor;
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
    transform: scale(0.75);
}
.fs-checkbox-label {
    font-size: 16px;
    font-size: 1.6rem;
    color: currentColor;
    line-height: 1;
    font-family: "Manrope", sans-serif;
    padding-top: 3px;
}
.fs-checkbox-label a:hover {
    color: currentColor;
}
.fs-checkbox-focus .fs-checkbox-label {
    color: currentColor;
}
.fs-checkbox-focus .fs-checkbox-marker {
    border-color: currentColor;
    box-shadow: none;
}
.loader {
    position: relative;
    margin: 0 auto;
    width: 50px;
}
.loader:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.loader__circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: auto;
    animation: rotate 2s linear infinite;
    transform-origin: center center;
}
.loader__path {
    stroke-dasharray: 5, 9;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: color 6s ease-in-out infinite;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes color {
    100%,
    0% {
        stroke: #b80000;
    }
    40% {
        stroke: #b9cfdc;
    }
    66% {
        stroke: #b80000;
    }
    80%,
    90% {
        stroke: #fcc844;
    }
}
.full-width-drawer {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 0;
}
.full-width-drawer__wrap {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    padding: 5rem 0;
    text-align: center;
}
.full-width-drawer__outro {
    padding-top: 37px;
}
.full-width-drawer__content {
    border-top: 2px solid #adafb1;
    padding: 30px 20px 10px;
}
.full-width-drawer__inline {
    vertical-align: middle;
    line-height: 1.2;
    padding-bottom: 20px;
}
.full-width-drawer__inline + .button {
    margin-top: 20px;
    margin-bottom: 0;
}
.full-width-drawer__inline b {
    display: block;
    padding-bottom: 0;
}
.full-width-drawer__inline p {
    margin-top: 1rem;
    padding-bottom: 0;
}
.full-width-drawer__button {
    margin-bottom: 18px;
}
.full-width-drawer__title + .full-width-drawer__button {
    margin-top: 30px;
}
.full-width-drawer.style--oneline {
    font-family: "Manrope", sans-serif;
}
.full-width-drawer.style--oneline .full-width-drawer__inline + .button {
    margin-top: 0;
}
.full-width-drawer.style--multi-button .full-width-drawer__wrap {
    padding-right: 20px;
    padding-left: 20px;
}
.full-width-drawer.style--multi-button .button {
    display: block;
}
.full-width-drawer.style--multi-button .button + .button {
    margin-left: 0;
}
.full-width-drawer .twitter-timeline__wrap {
    width: 100%;
    height: 500px;
    padding: 63px 20px 20px;
    margin-top: 36px;
}
@media only screen and (min-width: 37.5em) {
    .full-width-drawer__grid {
        padding: 68px 20px 33px;
    }
    .full-width-drawer__grid--heading .button {
        display: block;
    }
    .full-width-drawer__grid--title {
        text-indent: 42px;
        padding: 0 0 47px;
    }
    .full-width-drawer.style--multi-button .button {
        display: inline-block;
    }
    .full-width-drawer.style--multi-button .button + .button {
        margin-left: 18px;
    }
}
@media only screen and (min-width: 48em) {
    .full-width-drawer__content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .main-content .full-width-drawer__inline {
        width: 55%;
        padding-right: 0;
    }
    .main-content.width--full .full-width-drawer__inline,
    .full-width-drawer__inline {
        display: inline-block;
        width: auto;
        line-height: 1;
        text-align: left;
        padding-right: 70px;
        padding-bottom: 0;
    }
    .full-width-drawer__grid--title {
        padding-top: 29px;
    }
    .full-width-drawer__grid--item {
        overflow: hidden;
        width: 50%;
        border: solid transparent;
        border-width: 0 1px;
    }
    .full-width-drawer__grid--content {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .full-width-drawer__grid .overlay-text {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .full-width-drawer.style--multi-button .button + .button {
        margin-left: 18px;
    }
    .full-width-drawer .twitter-timeline__wrap {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 212px;
        height: 100%;
        padding: 63px 2px 0 20px;
        margin-top: 0;
    }
    [data-style="promotional"] .full-width-drawer__wrap {
        padding: 93px 232px 100px 0;
    }
}
@media only screen and (min-width: 64em) {
    .full-width-drawer__grid--item {
        width: 33.3%;
    }
    .full-width-drawer__grid--content {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .full-width-drawer__grid .overlay-text {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .full-width-drawer.style--multi-button .button + .button {
        margin-left: 30px;
    }
    .full-width-drawer .twitter-timeline__wrap {
        max-width: 276px;
    }
    [data-style="promotional"] .full-width-drawer__wrap {
        padding-right: 296px;
    }
}
@media only screen and (min-width: 80em) {
    .full-width-drawer__grid--content {
        height: 160px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .full-width-drawer__grid .overlay-text {
        font-size: 30px;
        font-size: 3rem;
    }
    .full-width-drawer__grid .overlay-text:after {
        border-width: 37px 0 37px 37px;
    }
    .full-width-drawer__grid .overlay-text.type--play:before {
        width: 175px;
        height: 175px;
        border-width: 5px;
    }
    .full-width-drawer__grid .overlay-text.type--play:after {
        left: 19px;
    }
    .full-width-drawer.style--multi-button .button + .button {
        margin-left: 3rem;
    }
    .full-width-drawer .twitter-timeline__wrap {
        max-width: 340px;
    }
    [data-style="promotional"] .full-width-drawer__wrap {
        padding-right: 360px;
    }
}
@media only screen and (min-width: 90em) {
    .full-width-drawer__grid--content {
        height: 160px;
        font-size: 20px;
        font-size: 2rem;
    }
    .full-width-drawer .twitter-timeline__wrap {
        max-width: 380px;
    }
    [data-style="promotional"] .full-width-drawer__wrap {
        padding-right: 400px;
    }
}
@media only screen and (min-width: 120em) {
    .full-width-drawer__grid--content {
        height: 210px;
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 47px;
    }
    .full-width-drawer .twitter-timeline__wrap {
        max-width: 520px;
    }
    [data-style="promotional"] .full-width-drawer__wrap {
        padding-right: 540px;
    }
}
.full-width-grid {
    padding: 5rem 20px;
}
.full-width-grid--heading,
.full-width-grid--item-wrap {
    display: block;
    width: 100%;
    max-width: 1737px;
    margin: 0 auto;
}
.full-width-grid--heading {
    max-width: 1737px;
}
.full-width-grid--heading .button {
    display: none;
}
.full-width-grid--title {
    float: left;
    text-indent: 26px;
    text-align: left;
    padding: 21px 0;
}
.full-width-grid--item {
    text-align: center;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
.full-width-grid--item:hover [class*="--content"] {
    background-color: #388bc3;
    transition: all 0.3s ease;
}
.full-width-grid--image {
    position: relative;
    overflow: hidden;
    display: block;
}
.full-width-grid--image img {
    width: 100%;
}
.full-width-grid .overlay-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px;
    transition: all 0.3s ease;
}
.full-width-grid .overlay-text:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.28em;
}
.full-width-grid .overlay-text span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-size: 2rem;
    font-family: "Manrope", sans-serif;
    line-height: 1;
}
.full-width-grid .overlay-text span.style--play {
    white-space: normal;
    padding-top: 100px;
    margin-top: 12px;
}
.full-width-grid .overlay-text span.style--play:before {
    width: 88px;
    height: 88px;
    border-width: 3px;
    border-color: #fff;
    background-color: transparent;
}
.full-width-grid .overlay-text span.style--play:after {
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #fff;
    margin-top: 25px;
    margin-left: 5px;
}
.full-width-grid--content {
    display: block;
    height: 111px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    text-align: left;
    background-color: #132128;
    padding: 0 28px;
    transition: all 0.3s ease;
}
.full-width-grid--content:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.28em;
}
.full-width-grid--content span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.36;
}
@media only screen and (min-width: 37.5em) {
    .full-width-grid {
        padding: 5rem 20px;
    }
    .full-width-grid--heading .button {
        display: block;
    }
    .full-width-grid--title {
        text-indent: 42px;
        padding: 0 0 47px;
    }
}
@media only screen and (min-width: 48em) {
    .full-width-grid--title {
        padding-top: 29px;
    }
    .full-width-grid--item {
        overflow: hidden;
        width: 50%;
        border: solid transparent;
        border-width: 0 1px;
    }
    .full-width-grid--content {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .full-width-grid .overlay-text span {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media only screen and (min-width: 64em) {
    .full-width-grid--item {
        width: 33.3%;
    }
    .full-width-grid--content {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .full-width-grid .overlay-text span {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media only screen and (min-width: 80em) {
    .full-width-grid--content {
        height: 160px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .full-width-grid .overlay-text span {
        font-size: 30px;
        font-size: 3rem;
    }
    .full-width-grid .overlay-text span.style--play {
        font-size: 30px;
        font-size: 3rem;
        padding-top: 200px;
        margin-top: 25px;
    }
    .full-width-grid .overlay-text span.style--play:before {
        width: 175px;
        height: 175px;
        border-width: 5px;
    }
    .full-width-grid .overlay-text span.style--play:after {
        border-width: 37px 0 37px 37px;
        margin-top: 50px;
        margin-left: 9px;
    }
}
@media only screen and (min-width: 90em) {
    .full-width-grid--content {
        height: 160px;
        font-size: 20px;
        font-size: 2rem;
    }
}
@media only screen and (min-width: 120em) {
    .full-width-grid--content {
        height: 210px;
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 47px;
    }
}
.double-feature {
    font-size: 0;
    transform: translateZ(0);
}
.double-feature__wrap {
    padding: 0 20px;
}
.double-feature__link {
    margin-top: 2rem;
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: "Manrope", sans-serif;
}
.double-feature__link:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 1rem;
    transition: 0.3s;
}
.double-feature__link:hover:after {
    margin-left: 1.5rem;
}
.double-feature__item {
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-height: 675px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
}
.double-feature__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 101%;
    max-width: 1000%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.double-feature__item--wrap-outer {
    z-index: 1;
    margin: auto;
    height: 100%;
}
.double-feature__item--wrap-inner {
    display: block;
    vertical-align: middle;
    line-height: 1.2;
    width: 100%;
    padding: 9rem 4.5rem;
    position: relative;
    z-index: 20;
}
.double-feature__item--title,
.double-feature__item--content {
    display: block;
}
.double-feature__item--title {
    line-height: 1;
}
.double-feature__item--title + [class*="--button"] {
    margin-top: 16px;
}
.double-feature[data-style="benefit"] .double-feature__item,
.double-feature[data-style="benefit"] .double-feature__item + [class*="__item"],
.double-feature[data-style="contact"] .double-feature__item,
.double-feature[data-style="contact"] .double-feature__item + [class*="__item"] {
    left: 0;
}
.double-feature[data-style="benefit"] .double-feature__wrap {
    padding: 0;
}
.double-feature[data-style="benefit"] .double-feature__title,
.double-feature[data-style="benefit"] .double-feature__intro {
    padding-right: 20px;
    padding-left: 20px;
}
.double-feature[data-style="benefit"] .double-feature__item--title + [class*="--button"] {
    margin-top: 22px;
}
.double-feature[data-style="benefit"] .double-feature__item--content {
    padding-top: 0;
}
.double-feature[data-style="benefit"] .double-feature__item--button {
    margin-top: 0;
}
.double-feature[data-style="benefit"] .double-feature__item img {
    height: auto;
    min-height: 101%;
}
.double-feature[data-style="benefit"] .double-feature__item:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.double-feature[data-style="contact"] .double-feature__wrap {
    padding: 0;
}
.double-feature[data-style="contact"] .double-feature__item {
    margin-top: 0;
}
.double-feature[data-style="contact"] .double-feature__item b {
    position: relative;
    top: 2px;
    margin-right: 8px;
}
@media only screen and (min-width: 37.5em) {
    .double-feature__item--title + [class*="--button"] {
        margin-top: 54px;
    }
}
@media only screen and (min-width: 48em) {
    .double-feature[data-style="contact"] .double-feature__item--wrap-outer {
        padding: 11% 3% 0;
    }
    .double-feature[data-style="contact"] .double-feature__item--wrap-inner {
        vertical-align: top;
    }
}
@media only screen and (min-width: 64em) {
    .double-feature__item {
        margin-right: 3rem;
    }
    .double-feature__item:last-child {
        margin-right: 0;
    }
    .double-feature[data-style="contact"] .double-feature__item {
        width: calc(50% - 3rem);
        margin-bottom: 3rem;
    }
    .double-feature[data-style="contact"] .double-feature__item--wrap-outer {
        padding-right: 9%;
        padding-left: 9%;
    }
}
@media only screen and (min-width: 80em) {
    .double-feature[data-style="benefit"] .double-feature__item--title {
        padding-bottom: 16px;
    }
    .double-feature[data-style="benefit"] .double-feature__item--button {
        margin-top: 9px;
    }
    .double-feature[data-style="contact"] {
        padding-right: 20px;
        padding-left: 20px;
    }
    .double-feature[data-style="contact"] .double-feature__item--wrap-outer {
        padding-right: 6%;
        padding-left: 6%;
    }
    .double-feature[data-style="contact"] .double-feature__item--content b {
        top: 3px;
    }
}
@media only screen and (min-width: 90em) {
    .double-feature[data-style="contact"] .double-feature__item--title {
        font-size: 42px;
        font-size: 4.2rem;
    }
    .double-feature[data-style="contact"] .double-feature__item--content {
        padding-right: 11%;
        padding-left: 11%;
    }
}
@media only screen and (min-width: 120em) {
    .double-feature div.double-feature__item {
        margin-right: -3px;
        margin-left: -3px;
    }
    .double-feature[data-style="contact"] .double-feature__item {
        float: none;
    }
}
.promo__wrap {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
}
.promo__wrap--wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}
@media only screen and (min-width: 60em) {
    .promo__wrap {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
    }
}
.topics {
    padding: 33px 20px 0;
}
.topics__item-wrap {
    display: block;
    width: 100%;
    max-width: 1737px;
    margin: 0 auto;
    text-align: center;
}
.topics__item {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    max-height: 660px;
    text-decoration: none;
    margin-bottom: 12px;
}
.topics__item:nth-child(4n + 1) [class*="--heading"],
.topics__item:nth-child(4n + 1) [class*="--image"] {
    background-color: #77a2ba;
}
.topics__item:nth-child(4n + 2) [class*="--heading"],
.topics__item:nth-child(4n + 2) [class*="--image"] {
    background-color: #b9cfdc;
}
.topics__item:nth-child(4n + 3) [class*="--heading"],
.topics__item:nth-child(4n + 3) [class*="--image"] {
    background-color: #fcc844;
}
.topics__item:nth-child(4n + 4) [class*="--heading"],
.topics__item:nth-child(4n + 4) [class*="--image"] {
    background-color: #5087a5;
}
.topics__item--heading {
    display: block;
    color: #fff;
    padding: 1.5rem 0;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}
.topics__item--image {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 100%;
}
.topics__item--content {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 111px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    text-align: left;
    background-color: rgba(19, 33, 40, 0.8);
    padding: 0 15px;
    transition: all 0.3s ease;
}
.topics__item--content:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.28em;
}
.topics__item--content span {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 1.36;
}
.topics__item--content p {
    padding: 0;
}
[data-style="double"] .topics__item {
    max-width: 861px;
}
.topics__item:hover {
    transition: all 0.3s ease;
}
.topics__item:hover [class*="--heading"],
.topics__item:hover [class*="--content"] {
    background-color: #388bc3;
}
.topics .link {
    display: block;
}
.topics .overlay-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    display: block;
    color: #fff;
    padding: 0 20px;
    transition: all 0.3s ease;
}
.topics .overlay-text:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.28em;
}
.topics .overlay-text span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.topics .overlay-text b,
.topics .overlay-text time {
    display: block;
    font-weight: 400;
    padding-top: 3px;
}
.topics .overlay-text b {
    font-size: 20px;
    font-size: 2rem;
}
.topics .overlay-text time {
    font-size: 18px;
    font-size: 1.8rem;
}
.topics[data-style="news"] .overlay-text {
    text-align: left;
}
.topics[data-style="news"] .overlay-text span {
    vertical-align: bottom;
    padding-bottom: 20px;
}
@media only screen and (max-width: 360px) {
    .topics__item .overlay-text:before {
        height: 60%;
    }
}
@media only screen and (min-width: 37.5em) {
    .topics {
        padding: 68px 20px 33px;
    }
    .topics__item--image {
        padding-bottom: 62%;
    }
    .topics .overlay-text {
        font-size: 40px;
        font-size: 4rem;
    }
    .topics .overlay-text b {
        font-size: 30px;
        font-size: 3rem;
    }
    .topics .overlay-text time {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .topics[data-style="news"] .overlay-text span {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 48em) {
    .topics__item-wrap {
        padding-top: 43px;
    }
    .topics__item {
        overflow: hidden;
        width: 50%;
        border: solid transparent;
        border-width: 0 1px;
        margin-bottom: 2px;
    }
    [data-style="double"] .topics__item {
        margin-bottom: 18px;
        border-right-width: 7px;
    }
    [data-style="double"] .topics__item:nth-child(2n + 2) {
        border-right-width: 0;
        border-left-width: 8px;
    }
    .topics__item--content {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .topics__item--image {
        padding-bottom: 80%;
    }
    .topics .overlay-text b {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .topics .overlay-text time {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .topics[data-style="news"] .overlay-text span {
        padding-bottom: 20px;
    }
}
@media only screen and (min-width: 64em) {
    [data-style="news"] .topics__item,
    [data-topic-count="3"] .topics__item {
        width: 33.3%;
    }
    [data-topic-count="4"] .topics__item {
        width: 25%;
    }
    [data-topic-count="4"] .topics__item--content {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .topics__item--image {
        padding-bottom: 370px;
    }
    .topics__item--content {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .topics .overlay-text:before {
        height: 65%;
    }
    .topics .overlay-text b {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .topics .overlay-text time {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .topics[data-topic-count="4"] .overlay-text:before {
        height: 72%;
    }
    .topics[data-style="news"] .overlay-text span {
        padding-bottom: 0;
    }
    .topics[data-style="news"] .overlay-text b {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .topics[data-style="news"] .overlay-text time {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media only screen and (min-width: 80em) {
    .topics__item--image {
        padding-bottom: 460px;
    }
    [data-topic-count="4"] .topics__item--content,
    .topics__item--content {
        height: 160px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .topics__item--content {
        padding: 0 28px;
    }
    .topics .overlay-text b {
        font-size: 30px;
        font-size: 3rem;
    }
    .topics[data-style="news"] .overlay-text {
        font-size: 34px;
        font-size: 3.4rem;
    }
    .topics[data-style="news"] .overlay-text:before {
        height: 60%;
    }
    .topics[data-style="news"] .overlay-text span {
        padding-left: 20px;
    }
    .topics[data-style="news"] .overlay-text b {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .topics[data-style="news"] .overlay-text time {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media only screen and (min-width: 90em) {
    .topics__item--image {
        padding-bottom: 620px;
    }
    .topics__item--content {
        height: 160px;
        font-size: 20px;
        font-size: 2rem;
    }
    .topics .overlay-text:before {
        height: 70%;
    }
    .topics[data-style="news"] .overlay-text {
        font-size: 40px;
        font-size: 4rem;
    }
}
@media only screen and (min-width: 120em) {
    .topics__item {
        height: 660px;
    }
    [data-topic-count="4"] .topics__item--content,
    .topics__item--content {
        font-size: 21px;
        font-size: 2.1rem;
        padding: 0 27px;
    }
    .topics__item--content {
        height: 228px;
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 47px;
    }
    .topics .overlay-text:before {
        height: 70%;
    }
}
.slider {
    overflow: hidden;
    padding: 0;
    transform-style: preserve-3d;
}
.slider__wrap,
.slider__slides-wrap {
    position: relative;
}
.slider__slide {
    position: relative;
    outline: none;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    padding: 34px 18px 104px;
    text-align: center;
}
.main-nav + .slider .slider__slide {
    padding-top: 79px;
}
.main-nav + .slider .slider__slide--pre-title {
    height: auto;
    margin-top: 0;
}
.slider__slide--title,
.slider__slide--intro {
    max-width: 900px;
}
.slider__slide--title {
    padding-bottom: 24px;
}
.slider__slide--intro {
    padding-bottom: 31px;
}
.slider .fs-carousel-pagination {
    position: absolute;
    height: 12px;
    bottom: 47px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    width: auto;
    padding: 0;
    margin: 0;
}
.slider .fs-carousel-pagination button {
    overflow: hidden;
    width: 12px;
    height: 12px;
    text-indent: -99em;
    border: 0 none;
    border-radius: 99em;
    background-color: currentColor;
    outline: none;
    transition: all 0.3s ease;
    margin: 0 0 0 18px;
    opacity: 1;
}
.slider .fs-carousel-pagination button:first-child {
    margin-top: 0;
    margin-left: 0;
}
.slider .fs-carousel-pagination button:hover,
.slider .fs-carousel-pagination button.fs-carousel-active {
    background-color: #388bc3;
}
[data-style="aggregator"] .slider__slides-wrap {
    overflow: visible;
    max-width: 1200px;
    padding: 34px 0 0;
    border: solid #388bc3;
    border-width: 0 4px 4px;
    margin: 17px auto 0;
}
[data-style="aggregator"] .slider__slide {
    padding: 0;
}
[data-style="aggregator"] .slider__slide--title {
    padding-bottom: 17px;
}
[data-style="aggregator"] .slider__slide--intro {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 0;
}
[data-style="aggregator"] .slider__slide--intro p + .button {
    margin-top: 30px;
    margin-bottom: 30px;
}
.slider[data-style="aggregator"] {
    padding: 72px 20px 20px;
}
.slider[data-style="aggregator"] .fs-carousel-pagination {
    overflow: hidden;
    top: -4px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.slider[data-style="aggregator"] .fs-carousel-pagination button {
    position: relative;
    overflow: visible;
    display: inline-block;
    margin: 0 9px;
}
.slider[data-style="aggregator"] .fs-carousel-pagination button:first-child:before,
.slider[data-style="aggregator"] .fs-carousel-pagination button:last-child:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 35px;
    width: 1200px;
    height: 4px;
    background-color: #388bc3;
}
.slider[data-style="aggregator"] .fs-carousel-pagination button:last-child:after {
    right: auto;
    left: 35px;
}
@media only screen and (min-width: 37.5em) {
    [data-style="aggregator"] .slider__slides-wrap {
        padding-top: 68px;
        padding-bottom: 34px;
    }
    [data-style="aggregator"] .slider__slide {
        padding-right: 20px;
        padding-left: 20px;
    }
    [data-style="aggregator"] .slider__slide--intro {
        font-size: 19px;
        font-size: 1.9rem;
    }
}
@media only screen and (min-width: 48em) {
    .main-nav + .slider .slider__slide {
        min-height: 670px;
        padding-top: 113px;
        padding-bottom: 0;
    }
    [data-style="aggregator"] .slider__slides-wrap {
        padding-top: 82px;
        padding-bottom: 60px;
        margin-top: 34px;
    }
    [data-style="aggregator"] .slider__slide {
        padding-right: 60px;
        padding-left: 60px;
    }
    [data-style="aggregator"] .slider__slide--intro {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .slider[data-style="aggregator"] .fs-carousel-pagination {
        height: 23px;
    }
    .slider[data-style="aggregator"] .fs-carousel-pagination button:first-child:before,
    .slider[data-style="aggregator"] .fs-carousel-pagination button:last-child:after {
        right: 55px;
    }
    .slider[data-style="aggregator"] .fs-carousel-pagination button:last-child:after {
        left: 55px;
    }
    .slider[data-style="aggregator"] {
        padding-bottom: 60px;
    }
}
@media only screen and (min-width: 64em) {
    .slider__slide {
        padding-top: 57px;
        padding-bottom: 117px;
    }
    .main-nav + .slider .slider__slide {
        padding-top: 163px;
    }
    .slider .fs-carousel-pagination {
        top: 50%;
        right: 2%;
        bottom: auto;
        left: auto;
        transform: translateY(-50%);
        height: auto;
    }
    .slider .fs-carousel-pagination button {
        display: block;
        margin: 32px 0 0;
    }
    [data-style="aggregator"] .slider__slide {
        padding-right: 115px;
        padding-left: 115px;
    }
    .slider[data-style="aggregator"] {
        padding-bottom: 97px;
    }
}
@media only screen and (min-width: 80em) {
    .slider__slide {
        padding-top: 137px;
    }
    .main-nav + .slider .slider__slide {
        min-height: 765px;
        padding-top: 185px;
        padding-bottom: 0;
    }
    .slider__slide--pre-title {
        height: 68px;
        margin-top: -68px;
    }
    .slider__slide--title,
    .slider__slide--intro {
        max-width: 1024px;
    }
}
@media only screen and (min-width: 90em) {
    .slider__slide {
        padding-top: 237px;
    }
    .slider__slide--title {
        padding-bottom: 40px;
    }
    .slider__slide--intro {
        padding-bottom: 44px;
    }
}
.nav-list {
    padding: 0;
    text-align: center;
}
.nav-list__wrap {
    padding: 25px 0 25px;
}
[class*="background--"] .nav-list__item--link:hover {
    color: #fff;
}
.hidden .nav-list {
    padding-top: 0;
    padding-bottom: 0;
}
.hidden .nav-list__group-wrap {
    padding-top: 30px;
}
.nav-list__group-wrap {
    font-family: "Manrope", sans-serif;
    line-height: 1;
}
.nav-list__group-wrap + [class*="__button"] {
    margin-top: 30px;
}
.nav-list__group {
    max-width: 800px;
    margin: 0 auto;
    list-style: none;
    padding: 0 20px 16px;
}
.nav-list__group + .nav-list__group {
    margin-top: -16px;
    padding-top: 0;
}
.nav-list__group + [class*="__button"] {
    margin-top: 37px;
    margin-bottom: 41px;
}
.nav-list__group.background--default a:focus,
.nav-list__group.background--default a:hover,
.nav-list__group.background--default .link:focus,
.nav-list__group.background--default .link:hover {
    color: #132128;
}
.nav-list__title {
    padding-top: 30px;
}
.nav-list__item {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    padding: 12px 0;
    margin: 0;
}
.nav-list__item:first-child {
    border-left: 0 none;
}
.nav-list__item--link {
    display: block;
}
.nav-list__item:first-child [class*="--link"] {
    padding-left: 0;
}
.nav-list__item:last-child [class*="--link"] {
    border-right: 0 none;
    padding-right: 0;
}
.nav-list [class*="icon-"] {
    position: relative;
    right: -6px;
}
@media only screen and (min-width: 37.5em) {
    .nav-list__wrap {
        padding: 35px 0 35px;
    }
    .hidden .nav-list__group-wrap {
        padding-top: 63px;
    }
    .nav-list__group {
        padding-bottom: 32px;
    }
    .nav-list__group + [class*="__button"] {
        margin-top: 67px;
        margin-bottom: 51px;
    }
    .nav-list__title {
        padding-top: 40px;
    }
    .nav-list__item {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 11px 0;
    }
    .nav-list__item--link {
        border-right: 2px solid #fff;
        padding: 0 20px 0 15px;
    }
    .nav-list [class*="icon-"] {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media only screen and (min-width: 48em) {
    .nav-list__wrap {
        padding: 45px 0 45px;
    }
}
@media only screen and (min-width: 80em) {
    .nav-list__item--link {
        padding: 0 30px 0 25px;
    }
}
.form,
.gform_wrapper {
    padding: 68px 10px 42px;
}
.form .gform_wrapper,
.gform_wrapper .gform_wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
.form ul,
.form li,
.gform_wrapper ul,
.gform_wrapper li {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.form__intro,
.gform_wrapper__intro {
    max-width: 910px;
}
.form form,
.form__block,
.gform_wrapper form,
.gform_wrapper__block {
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}
.form form p[class*="login-"],
.form form p[class*="form-submit"],
.form form--row,
.form__block p[class*="login-"],
.form__block p[class*="form-submit"],
.form__block--row,
.gform_wrapper form p[class*="login-"],
.gform_wrapper form p[class*="form-submit"],
.gform_wrapper form--row,
.gform_wrapper__block p[class*="login-"],
.gform_wrapper__block p[class*="form-submit"],
.gform_wrapper__block--row {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding: 9px 10px;
}
.form form--error,
.form__block--error,
.gform_wrapper form--error,
.gform_wrapper__block--error {
    color: #b80000;
}
.form form--error .close,
.form__block--error .close,
.gform_wrapper form--error .close,
.gform_wrapper__block--error .close {
    display: none;
}
.form form--error br,
.form__block--error br,
.gform_wrapper form--error br,
.gform_wrapper__block--error br {
    content: " ";
    display: block;
    margin-top: 10px;
}
.form form--error .alert,
.form form--error .validation_error,
.form__block--error .alert,
.form__block--error .form .validation_error,
.form .form__block--error .validation_error,
.form__block--error .gform_wrapper .validation_error,
.gform_wrapper .form__block--error .validation_error,
.gform_wrapper form--error .alert,
.gform_wrapper form--error .validation_error,
.gform_wrapper__block--error .alert,
.gform_wrapper__block--error .form .validation_error,
.form .gform_wrapper__block--error .validation_error,
.gform_wrapper__block--error .gform_wrapper .validation_error,
.gform_wrapper .gform_wrapper__block--error .validation_error {
    padding-bottom: 30px;
}
.form .gfield_required,
.form .validation_message,
.form .req,
.gform_wrapper .gfield_required,
.gform_wrapper .validation_message,
.gform_wrapper .req {
    color: #b80000;
}
.form .req-text,
.form .validation_message,
.gform_wrapper .req-text,
.gform_wrapper .validation_message {
    position: relative;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Manrope", sans-serif;
    text-align: left;
    padding-left: 15px;
    margin-top: -9px;
}
.form .validation_message,
.gform_wrapper .validation_message {
    clear: both;
    margin-top: 0 !important;
}
.form .gform_validation_container,
.gform_wrapper .gform_validation_container {
    display: none;
}
.form p[class*="login-"] label:after,
.gform_wrapper p[class*="login-"] label:after {
    content: "*";
    color: #b80000;
}
.form .gfield_description,
.form .gform_drop_instructions,
.form .ginput_counter,
.gform_wrapper .gfield_description,
.gform_wrapper .gform_drop_instructions,
.gform_wrapper .ginput_counter {
    margin: 1rem 0;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
}
.form p[class*="login-"] label,
.form[class*="labels-on-top"] label,
.form .ontop,
.form [type="url"],
.form [type="tel"],
.form [type="email"],
.form [type="number"],
.form [type="password"],
.form [type="text"],
.form textarea,
.form select,
.gform_wrapper p[class*="login-"] label,
.gform_wrapper[class*="labels-on-top"] label,
.gform_wrapper .ontop,
.gform_wrapper [type="url"],
.gform_wrapper [type="tel"],
.gform_wrapper [type="email"],
.gform_wrapper [type="number"],
.gform_wrapper [type="password"],
.gform_wrapper [type="text"],
.gform_wrapper textarea,
.gform_wrapper select {
    overflow: hidden;
    position: relative;
    width: 100%;
    color: #b8b8b8;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Manrope", sans-serif;
    text-align: left;
    border: 0 none;
    border-radius: 4px;
    padding: 10px 15px;
    transition: all 0.3s ease;
    margin: 0;
}
.form p[class*="login-"] label,
.form[class*="labels-on-top"] label,
.form .ontop,
.gform_wrapper p[class*="login-"] label,
.gform_wrapper[class*="labels-on-top"] label,
.gform_wrapper .ontop {
    cursor: text;
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Manrope", sans-serif;
    padding: 18px 25px;
}
html.no-js .form p[class*="login-"] label,
html.no-js .form[class*="labels-on-top"] label,
html.no-js .form .ontop,
html.no-js .gform_wrapper p[class*="login-"] label,
html.no-js .gform_wrapper[class*="labels-on-top"] label,
html.no-js .gform_wrapper .ontop {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    padding: 0 25px 7px;
    margin: 0 auto;
}
.form p[class*="login-"] label + input:focus,
.form p[class*="login-"] label + select:focus,
.form p[class*="login-"] label + textarea:focus,
.form p[class*="login-"] label + div input:focus,
.form p[class*="login-"] label + div select:focus,
.form p[class*="login-"] label + div textarea:focus,
.form[class*="labels-on-top"] label + input:focus,
.form[class*="labels-on-top"] label + select:focus,
.form[class*="labels-on-top"] label + textarea:focus,
.form[class*="labels-on-top"] label + div input:focus,
.form[class*="labels-on-top"] label + div select:focus,
.form[class*="labels-on-top"] label + div textarea:focus,
.form .ontop + input:focus,
.form .ontop + select:focus,
.form .ontop + textarea:focus,
.form .ontop + div input:focus,
.form .ontop + div select:focus,
.form .ontop + div textarea:focus,
.gform_wrapper p[class*="login-"] label + input:focus,
.gform_wrapper p[class*="login-"] label + select:focus,
.gform_wrapper p[class*="login-"] label + textarea:focus,
.gform_wrapper p[class*="login-"] label + div input:focus,
.gform_wrapper p[class*="login-"] label + div select:focus,
.gform_wrapper p[class*="login-"] label + div textarea:focus,
.gform_wrapper[class*="labels-on-top"] label + input:focus,
.gform_wrapper[class*="labels-on-top"] label + select:focus,
.gform_wrapper[class*="labels-on-top"] label + textarea:focus,
.gform_wrapper[class*="labels-on-top"] label + div input:focus,
.gform_wrapper[class*="labels-on-top"] label + div select:focus,
.gform_wrapper[class*="labels-on-top"] label + div textarea:focus,
.gform_wrapper .ontop + input:focus,
.gform_wrapper .ontop + select:focus,
.gform_wrapper .ontop + textarea:focus,
.gform_wrapper .ontop + div input:focus,
.gform_wrapper .ontop + div select:focus,
.gform_wrapper .ontop + div textarea:focus {
    z-index: 1;
}
.form p[class*="login-"] label.hidden,
.form[class*="labels-on-top"] label.hidden,
.form .ontop.hidden,
.gform_wrapper p[class*="login-"] label.hidden,
.gform_wrapper[class*="labels-on-top"] label.hidden,
.gform_wrapper .ontop.hidden {
    display: none;
}
.form [type="url"],
.form [type="tel"],
.form [type="email"],
.form [type="number"],
.form [type="password"],
.form [type="text"],
.form textarea,
.form select,
.gform_wrapper [type="url"],
.gform_wrapper [type="tel"],
.gform_wrapper [type="email"],
.gform_wrapper [type="number"],
.gform_wrapper [type="password"],
.gform_wrapper [type="text"],
.gform_wrapper textarea,
.gform_wrapper select {
    background-color: #eee;
}
.form [type="url"].active,
.form [type="url"]:focus,
.form [type="tel"].active,
.form [type="tel"]:focus,
.form [type="email"].active,
.form [type="email"]:focus,
.form [type="number"].active,
.form [type="number"]:focus,
.form [type="password"].active,
.form [type="password"]:focus,
.form [type="text"].active,
.form [type="text"]:focus,
.form textarea.active,
.form textarea:focus,
.form select.active,
.form select:focus,
.gform_wrapper [type="url"].active,
.gform_wrapper [type="url"]:focus,
.gform_wrapper [type="tel"].active,
.gform_wrapper [type="tel"]:focus,
.gform_wrapper [type="email"].active,
.gform_wrapper [type="email"]:focus,
.gform_wrapper [type="number"].active,
.gform_wrapper [type="number"]:focus,
.gform_wrapper [type="password"].active,
.gform_wrapper [type="password"]:focus,
.gform_wrapper [type="text"].active,
.gform_wrapper [type="text"]:focus,
.gform_wrapper textarea.active,
.gform_wrapper textarea:focus,
.gform_wrapper select.active,
.gform_wrapper select:focus {
    outline: none;
    color: #388bc3;
    transition: all 0.3s ease;
}
.form [type="url"]:focus,
.form [type="tel"]:focus,
.form [type="email"]:focus,
.form [type="number"]:focus,
.form [type="password"]:focus,
.form [type="text"]:focus,
.form textarea:focus,
.form select:focus,
.gform_wrapper [type="url"]:focus,
.gform_wrapper [type="tel"]:focus,
.gform_wrapper [type="email"]:focus,
.gform_wrapper [type="number"]:focus,
.gform_wrapper [type="password"]:focus,
.gform_wrapper [type="text"]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    color: #388bc3;
    box-shadow: 0 0 8px rgba(19, 33, 40, 0.5);
}
.form [type="url"]:-webkit-autofill,
.form [type="url"]:-webkit-autofill:focus,
.form [type="tel"]:-webkit-autofill,
.form [type="tel"]:-webkit-autofill:focus,
.form [type="email"]:-webkit-autofill,
.form [type="email"]:-webkit-autofill:focus,
.form [type="number"]:-webkit-autofill,
.form [type="number"]:-webkit-autofill:focus,
.form [type="password"]:-webkit-autofill,
.form [type="password"]:-webkit-autofill:focus,
.form [type="text"]:-webkit-autofill,
.form [type="text"]:-webkit-autofill:focus,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:focus,
.form select:-webkit-autofill,
.form select:-webkit-autofill:focus,
.gform_wrapper [type="url"]:-webkit-autofill,
.gform_wrapper [type="url"]:-webkit-autofill:focus,
.gform_wrapper [type="tel"]:-webkit-autofill,
.gform_wrapper [type="tel"]:-webkit-autofill:focus,
.gform_wrapper [type="email"]:-webkit-autofill,
.gform_wrapper [type="email"]:-webkit-autofill:focus,
.gform_wrapper [type="number"]:-webkit-autofill,
.gform_wrapper [type="number"]:-webkit-autofill:focus,
.gform_wrapper [type="password"]:-webkit-autofill,
.gform_wrapper [type="password"]:-webkit-autofill:focus,
.gform_wrapper [type="text"]:-webkit-autofill,
.gform_wrapper [type="text"]:-webkit-autofill:focus,
.gform_wrapper textarea:-webkit-autofill,
.gform_wrapper textarea:-webkit-autofill:focus,
.gform_wrapper select:-webkit-autofill,
.gform_wrapper select:-webkit-autofill:focus {
    -webkit-text-fill-color: #388bc3;
}
.form [type="url"].error,
.gfield_error .form [type="url"],
.form [type="tel"].error,
.gfield_error .form [type="tel"],
.form [type="email"].error,
.gfield_error .form [type="email"],
.form [type="number"].error,
.gfield_error .form [type="number"],
.form [type="password"].error,
.gfield_error .form [type="password"],
.form [type="text"].error,
.gfield_error .form [type="text"],
.form textarea.error,
.gfield_error .form textarea,
.form select.error,
.gfield_error .form select,
.gform_wrapper [type="url"].error,
.gfield_error .gform_wrapper [type="url"],
.gform_wrapper [type="tel"].error,
.gfield_error .gform_wrapper [type="tel"],
.gform_wrapper [type="email"].error,
.gfield_error .gform_wrapper [type="email"],
.gform_wrapper [type="number"].error,
.gfield_error .gform_wrapper [type="number"],
.gform_wrapper [type="password"].error,
.gfield_error .gform_wrapper [type="password"],
.gform_wrapper [type="text"].error,
.gfield_error .gform_wrapper [type="text"],
.gform_wrapper textarea.error,
.gfield_error .gform_wrapper textarea,
.gform_wrapper select.error,
.gfield_error .gform_wrapper select {
    border: 1px solid #b80000 !important;
    box-shadow: 0 0 8px #b80000 !important;
}
[class*="font-color--white"] .form [type="url"],
[class*="font-color--white"] .form [type="tel"],
[class*="font-color--white"] .form [type="email"],
[class*="font-color--white"] .form [type="number"],
[class*="font-color--white"] .form [type="password"],
[class*="font-color--white"] .form [type="text"],
[class*="font-color--white"] .form textarea,
[class*="font-color--white"] .form select,
.form[class*="font-color--white"] [type="url"],
.form[class*="font-color--white"] [type="tel"],
.form[class*="font-color--white"] [type="email"],
.form[class*="font-color--white"] [type="number"],
.form[class*="font-color--white"] [type="password"],
.form[class*="font-color--white"] [type="text"],
.form[class*="font-color--white"] textarea,
.form[class*="font-color--white"] select,
[class*="font-color--white"] .gform_wrapper [type="url"],
[class*="font-color--white"] .gform_wrapper [type="tel"],
[class*="font-color--white"] .gform_wrapper [type="email"],
[class*="font-color--white"] .gform_wrapper [type="number"],
[class*="font-color--white"] .gform_wrapper [type="password"],
[class*="font-color--white"] .gform_wrapper [type="text"],
[class*="font-color--white"] .gform_wrapper textarea,
[class*="font-color--white"] .gform_wrapper select,
.gform_wrapper[class*="font-color--white"] [type="url"],
.gform_wrapper[class*="font-color--white"] [type="tel"],
.gform_wrapper[class*="font-color--white"] [type="email"],
.gform_wrapper[class*="font-color--white"] [type="number"],
.gform_wrapper[class*="font-color--white"] [type="password"],
.gform_wrapper[class*="font-color--white"] [type="text"],
.gform_wrapper[class*="font-color--white"] textarea,
.gform_wrapper[class*="font-color--white"] select {
    background: #fff;
}
[class*="font-color--white"] .form [type="url"].active,
[class*="font-color--white"] .form [type="url"]:focus,
[class*="font-color--white"] .form [type="tel"].active,
[class*="font-color--white"] .form [type="tel"]:focus,
[class*="font-color--white"] .form [type="email"].active,
[class*="font-color--white"] .form [type="email"]:focus,
[class*="font-color--white"] .form [type="number"].active,
[class*="font-color--white"] .form [type="number"]:focus,
[class*="font-color--white"] .form [type="password"].active,
[class*="font-color--white"] .form [type="password"]:focus,
[class*="font-color--white"] .form [type="text"].active,
[class*="font-color--white"] .form [type="text"]:focus,
[class*="font-color--white"] .form textarea.active,
[class*="font-color--white"] .form textarea:focus,
[class*="font-color--white"] .form select.active,
[class*="font-color--white"] .form select:focus,
.form[class*="font-color--white"] [type="url"].active,
.form[class*="font-color--white"] [type="url"]:focus,
.form[class*="font-color--white"] [type="tel"].active,
.form[class*="font-color--white"] [type="tel"]:focus,
.form[class*="font-color--white"] [type="email"].active,
.form[class*="font-color--white"] [type="email"]:focus,
.form[class*="font-color--white"] [type="number"].active,
.form[class*="font-color--white"] [type="number"]:focus,
.form[class*="font-color--white"] [type="password"].active,
.form[class*="font-color--white"] [type="password"]:focus,
.form[class*="font-color--white"] [type="text"].active,
.form[class*="font-color--white"] [type="text"]:focus,
.form[class*="font-color--white"] textarea.active,
.form[class*="font-color--white"] textarea:focus,
.form[class*="font-color--white"] select.active,
.form[class*="font-color--white"] select:focus,
[class*="font-color--white"] .gform_wrapper [type="url"].active,
[class*="font-color--white"] .gform_wrapper [type="url"]:focus,
[class*="font-color--white"] .gform_wrapper [type="tel"].active,
[class*="font-color--white"] .gform_wrapper [type="tel"]:focus,
[class*="font-color--white"] .gform_wrapper [type="email"].active,
[class*="font-color--white"] .gform_wrapper [type="email"]:focus,
[class*="font-color--white"] .gform_wrapper [type="number"].active,
[class*="font-color--white"] .gform_wrapper [type="number"]:focus,
[class*="font-color--white"] .gform_wrapper [type="password"].active,
[class*="font-color--white"] .gform_wrapper [type="password"]:focus,
[class*="font-color--white"] .gform_wrapper [type="text"].active,
[class*="font-color--white"] .gform_wrapper [type="text"]:focus,
[class*="font-color--white"] .gform_wrapper textarea.active,
[class*="font-color--white"] .gform_wrapper textarea:focus,
[class*="font-color--white"] .gform_wrapper select.active,
[class*="font-color--white"] .gform_wrapper select:focus,
.gform_wrapper[class*="font-color--white"] [type="url"].active,
.gform_wrapper[class*="font-color--white"] [type="url"]:focus,
.gform_wrapper[class*="font-color--white"] [type="tel"].active,
.gform_wrapper[class*="font-color--white"] [type="tel"]:focus,
.gform_wrapper[class*="font-color--white"] [type="email"].active,
.gform_wrapper[class*="font-color--white"] [type="email"]:focus,
.gform_wrapper[class*="font-color--white"] [type="number"].active,
.gform_wrapper[class*="font-color--white"] [type="number"]:focus,
.gform_wrapper[class*="font-color--white"] [type="password"].active,
.gform_wrapper[class*="font-color--white"] [type="password"]:focus,
.gform_wrapper[class*="font-color--white"] [type="text"].active,
.gform_wrapper[class*="font-color--white"] [type="text"]:focus,
.gform_wrapper[class*="font-color--white"] textarea.active,
.gform_wrapper[class*="font-color--white"] textarea:focus,
.gform_wrapper[class*="font-color--white"] select.active,
.gform_wrapper[class*="font-color--white"] select:focus {
    color: #132128;
}
[class*="font-color--white"] .form [type="url"]:focus,
[class*="font-color--white"] .form [type="tel"]:focus,
[class*="font-color--white"] .form [type="email"]:focus,
[class*="font-color--white"] .form [type="number"]:focus,
[class*="font-color--white"] .form [type="password"]:focus,
[class*="font-color--white"] .form [type="text"]:focus,
[class*="font-color--white"] .form textarea:focus,
[class*="font-color--white"] .form select:focus,
.form[class*="font-color--white"] [type="url"]:focus,
.form[class*="font-color--white"] [type="tel"]:focus,
.form[class*="font-color--white"] [type="email"]:focus,
.form[class*="font-color--white"] [type="number"]:focus,
.form[class*="font-color--white"] [type="password"]:focus,
.form[class*="font-color--white"] [type="text"]:focus,
.form[class*="font-color--white"] textarea:focus,
.form[class*="font-color--white"] select:focus,
[class*="font-color--white"] .gform_wrapper [type="url"]:focus,
[class*="font-color--white"] .gform_wrapper [type="tel"]:focus,
[class*="font-color--white"] .gform_wrapper [type="email"]:focus,
[class*="font-color--white"] .gform_wrapper [type="number"]:focus,
[class*="font-color--white"] .gform_wrapper [type="password"]:focus,
[class*="font-color--white"] .gform_wrapper [type="text"]:focus,
[class*="font-color--white"] .gform_wrapper textarea:focus,
[class*="font-color--white"] .gform_wrapper select:focus,
.gform_wrapper[class*="font-color--white"] [type="url"]:focus,
.gform_wrapper[class*="font-color--white"] [type="tel"]:focus,
.gform_wrapper[class*="font-color--white"] [type="email"]:focus,
.gform_wrapper[class*="font-color--white"] [type="number"]:focus,
.gform_wrapper[class*="font-color--white"] [type="password"]:focus,
.gform_wrapper[class*="font-color--white"] [type="text"]:focus,
.gform_wrapper[class*="font-color--white"] textarea:focus,
.gform_wrapper[class*="font-color--white"] select:focus {
    box-shadow: 0 0 8px rgba(56, 139, 195, 0.5);
}
[class*="font-color--white"] .form [type="url"]:-webkit-autofill,
[class*="font-color--white"] .form [type="url"]:-webkit-autofill:focus,
[class*="font-color--white"] .form [type="tel"]:-webkit-autofill,
[class*="font-color--white"] .form [type="tel"]:-webkit-autofill:focus,
[class*="font-color--white"] .form [type="email"]:-webkit-autofill,
[class*="font-color--white"] .form [type="email"]:-webkit-autofill:focus,
[class*="font-color--white"] .form [type="number"]:-webkit-autofill,
[class*="font-color--white"] .form [type="number"]:-webkit-autofill:focus,
[class*="font-color--white"] .form [type="password"]:-webkit-autofill,
[class*="font-color--white"] .form [type="password"]:-webkit-autofill:focus,
[class*="font-color--white"] .form [type="text"]:-webkit-autofill,
[class*="font-color--white"] .form [type="text"]:-webkit-autofill:focus,
[class*="font-color--white"] .form textarea:-webkit-autofill,
[class*="font-color--white"] .form textarea:-webkit-autofill:focus,
[class*="font-color--white"] .form select:-webkit-autofill,
[class*="font-color--white"] .form select:-webkit-autofill:focus,
.form[class*="font-color--white"] [type="url"]:-webkit-autofill,
.form[class*="font-color--white"] [type="url"]:-webkit-autofill:focus,
.form[class*="font-color--white"] [type="tel"]:-webkit-autofill,
.form[class*="font-color--white"] [type="tel"]:-webkit-autofill:focus,
.form[class*="font-color--white"] [type="email"]:-webkit-autofill,
.form[class*="font-color--white"] [type="email"]:-webkit-autofill:focus,
.form[class*="font-color--white"] [type="number"]:-webkit-autofill,
.form[class*="font-color--white"] [type="number"]:-webkit-autofill:focus,
.form[class*="font-color--white"] [type="password"]:-webkit-autofill,
.form[class*="font-color--white"] [type="password"]:-webkit-autofill:focus,
.form[class*="font-color--white"] [type="text"]:-webkit-autofill,
.form[class*="font-color--white"] [type="text"]:-webkit-autofill:focus,
.form[class*="font-color--white"] textarea:-webkit-autofill,
.form[class*="font-color--white"] textarea:-webkit-autofill:focus,
.form[class*="font-color--white"] select:-webkit-autofill,
.form[class*="font-color--white"] select:-webkit-autofill:focus,
[class*="font-color--white"] .gform_wrapper [type="url"]:-webkit-autofill,
[class*="font-color--white"] .gform_wrapper [type="url"]:-webkit-autofill:focus,
[class*="font-color--white"] .gform_wrapper [type="tel"]:-webkit-autofill,
[class*="font-color--white"] .gform_wrapper [type="tel"]:-webkit-autofill:focus,
[class*="font-color--white"] .gform_wrapper [type="email"]:-webkit-autofill,
[class*="font-color--white"] .gform_wrapper [type="email"]:-webkit-autofill:focus,
[class*="font-color--white"] .gform_wrapper [type="number"]:-webkit-autofill,
[class*="font-color--white"] .gform_wrapper [type="number"]:-webkit-autofill:focus,
[class*="font-color--white"] .gform_wrapper [type="password"]:-webkit-autofill,
[class*="font-color--white"] .gform_wrapper [type="password"]:-webkit-autofill:focus,
[class*="font-color--white"] .gform_wrapper [type="text"]:-webkit-autofill,
[class*="font-color--white"] .gform_wrapper [type="text"]:-webkit-autofill:focus,
[class*="font-color--white"] .gform_wrapper textarea:-webkit-autofill,
[class*="font-color--white"] .gform_wrapper textarea:-webkit-autofill:focus,
[class*="font-color--white"] .gform_wrapper select:-webkit-autofill,
[class*="font-color--white"] .gform_wrapper select:-webkit-autofill:focus,
.gform_wrapper[class*="font-color--white"] [type="url"]:-webkit-autofill,
.gform_wrapper[class*="font-color--white"] [type="url"]:-webkit-autofill:focus,
.gform_wrapper[class*="font-color--white"] [type="tel"]:-webkit-autofill,
.gform_wrapper[class*="font-color--white"] [type="tel"]:-webkit-autofill:focus,
.gform_wrapper[class*="font-color--white"] [type="email"]:-webkit-autofill,
.gform_wrapper[class*="font-color--white"] [type="email"]:-webkit-autofill:focus,
.gform_wrapper[class*="font-color--white"] [type="number"]:-webkit-autofill,
.gform_wrapper[class*="font-color--white"] [type="number"]:-webkit-autofill:focus,
.gform_wrapper[class*="font-color--white"] [type="password"]:-webkit-autofill,
.gform_wrapper[class*="font-color--white"] [type="password"]:-webkit-autofill:focus,
.gform_wrapper[class*="font-color--white"] [type="text"]:-webkit-autofill,
.gform_wrapper[class*="font-color--white"] [type="text"]:-webkit-autofill:focus,
.gform_wrapper[class*="font-color--white"] textarea:-webkit-autofill,
.gform_wrapper[class*="font-color--white"] textarea:-webkit-autofill:focus,
.gform_wrapper[class*="font-color--white"] select:-webkit-autofill,
.gform_wrapper[class*="font-color--white"] select:-webkit-autofill:focus {
    -webkit-text-fill-color: #132128;
}
.form [type="submit"],
.gform_wrapper [type="submit"] {
    display: block;
    margin: 13px auto;
}
.form textarea,
.gform_wrapper textarea {
    overflow: auto;
    min-height: 132px;
    line-height: 1.2;
}
.form select,
.gform_wrapper select {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.form .hide-label label,
.form .hide-labels label,
.gform_wrapper .hide-label label,
.gform_wrapper .hide-labels label {
    display: none;
}
.form .hide-label ::placeholder,
.form .hide-labels ::placeholder,
.gform_wrapper .hide-label ::placeholder,
.gform_wrapper .hide-labels ::placeholder {
    text-transform: uppercase;
}
.form .hide-label.gfield_contains_required ::placeholder:after,
.form .hide-labels.gfield_contains_required ::placeholder:after,
.gform_wrapper .hide-label.gfield_contains_required ::placeholder:after,
.gform_wrapper .hide-labels.gfield_contains_required ::placeholder:after {
    content: "*";
    color: #b80000;
}
.form .hide-label input:focus::placeholder,
.form .hide-label input:focus::placeholder:after,
.form .hide-labels input:focus::placeholder,
.form .hide-labels input:focus::placeholder:after,
.gform_wrapper .hide-label input:focus::placeholder,
.gform_wrapper .hide-label input:focus::placeholder:after,
.gform_wrapper .hide-labels input:focus::placeholder,
.gform_wrapper .hide-labels input:focus::placeholder:after {
    color: transparent !important;
}
.form .gfield,
.gform_wrapper .gfield {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding: 9px 10px 0;
}
.form .acf-field,
.gform_wrapper .acf-field {
    padding: 0 0 10px;
}
.form .acf-field label,
.form .acf-field .description,
.form .gfield_label,
.gform_wrapper .acf-field label,
.gform_wrapper .acf-field .description,
.gform_wrapper .gfield_label {
    float: left;
    width: 100%;
    color: currentColor;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Manrope", sans-serif;
    text-align: left;
    padding-top: 10px;
}
.form .acf-field label,
.form .acf-field .description,
.gform_wrapper .acf-field label,
.gform_wrapper .acf-field .description {
    float: none;
}
.form .ginput_complex label,
.form .ginput_container_time label,
.gform_wrapper .ginput_complex label,
.gform_wrapper .ginput_container_time label {
    opacity: 0.8;
    padding-top: 5px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Manrope", sans-serif;
}
.form .ginput_complex .name_first,
.gform_wrapper .ginput_complex .name_first {
    display: block;
    margin-bottom: 9px;
}
.form .gfield_checkbox li,
.form .gfield_radio li,
.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    padding-bottom: 10px;
}
.form .gfield_radio input,
.gform_wrapper .gfield_radio input {
    width: 20px;
    height: 20px;
}
.form .gfield_radio input:after,
.gform_wrapper .gfield_radio input:after {
    content: "";
    display: block;
    position: relative;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    border: 3px solid currentColor;
    border-radius: 99em;
}
.form .gfield_radio label,
.gform_wrapper .gfield_radio label {
    position: relative;
    top: -3px;
    color: currentColor;
    line-height: 1;
    font-family: "Manrope", sans-serif;
    margin-left: 5px;
}
.form .ginput_container_time,
.gform_wrapper .ginput_container_time {
    float: left;
    width: 33.3%;
}
.form .ginput_container_time input,
.gform_wrapper .ginput_container_time input {
    float: left;
    width: 90%;
}
.form .ginput_container_time i,
.gform_wrapper .ginput_container_time i {
    float: left;
    width: 10%;
    text-align: center;
    font-style: normal;
    padding: 9px 0;
}
.form .gfield_list,
.gform_wrapper .gfield_list {
    width: 100%;
}
.form .gfield_list th,
.gform_wrapper .gfield_list th {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}
.form .gfield_list_group td,
.gform_wrapper .gfield_list_group td {
    padding: 5px 10px 5px 0;
}
.form .gfield_list_group .gfield_list_icons,
.gform_wrapper .gfield_list_group .gfield_list_icons {
    padding-right: 0;
}
.form .gfield_list_group .gfield_list_icons img,
.gform_wrapper .gfield_list_group .gfield_list_icons img {
    margin: 0 !important;
}
[class*="font-color--white"] .form .gfield_list img.add_list_item,
.form[class*="font-color--white"] .gfield_list img.add_list_item,
[class*="font-color--white"] .gform_wrapper .gfield_list img.add_list_item,
.gform_wrapper[class*="font-color--white"] .gfield_list img.add_list_item {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0yNTYgNTEyYy0xNDEuMzc1IDAtMjU2LTExNC42MDktMjU2LTI1NnMxMTQuNjI1LTI1NiAyNTYtMjU2YzE0MS4zOTEgMCAyNTYgMTE0LjYwOSAyNTYgMjU2cy0xMTQuNjA5IDI1Ni0yNTYgMjU2ek0yNTYgNjRjLTEwNi4wMzEgMC0xOTIgODUuOTY5LTE5MiAxOTJzODUuOTY5IDE5MiAxOTIgMTkyYzEwNi4wNDcgMCAxOTItODUuOTY5IDE5Mi0xOTJzLTg1Ljk1My0xOTItMTkyLTE5MnpNMjg4IDM4NGgtNjR2LTk2aC05NnYtNjRoOTZ2LTk2aDY0djk2aDk2djY0aC05NnY5NnoiPjwvcGF0aD48L3N2Zz4=);
}
[class*="font-color--white"] .form .gfield_list img.delete_list_item,
.form[class*="font-color--white"] .gfield_list img.delete_list_item,
[class*="font-color--white"] .gform_wrapper .gfield_list img.delete_list_item,
.gform_wrapper[class*="font-color--white"] .gfield_list img.delete_list_item {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0yNTYgMGMtMTQxLjM3NSAwLTI1NiAxMTQuNjI1LTI1NiAyNTYgMCAxNDEuMzkxIDExNC42MjUgMjU2IDI1NiAyNTYgMTQxLjM5MSAwIDI1Ni0xMTQuNjA5IDI1Ni0yNTYgMC0xNDEuMzc1LTExNC42MDktMjU2LTI1Ni0yNTZ6TTI1NiA0NDhjLTEwNi4wMzEgMC0xOTItODUuOTY5LTE5Mi0xOTJzODUuOTY5LTE5MiAxOTItMTkyYzEwNi4wNDcgMCAxOTIgODUuOTY5IDE5MiAxOTJzLTg1Ljk1MyAxOTItMTkyIDE5MnpNMTI4IDI4OGgyNTZ2LTY0aC0yNTZ2NjR6Ij48L3BhdGg+PC9zdmc+);
}
.form .gform_footer,
.gform_wrapper .gform_footer {
    clear: both;
    padding-top: 16px;
}
@media only screen and (min-width: 37.5em) {
    .form,
    .gform_wrapper {
    }
    .form form p[class*="login-"],
    .form form--row,
    .form__block p[class*="login-"],
    .form__block--row,
    .gform_wrapper form p[class*="login-"],
    .gform_wrapper form--row,
    .gform_wrapper__block p[class*="login-"],
    .gform_wrapper__block--row {
        padding: 16px 10px;
    }
    .form form p[class*="login-"].one-half,
    .form form--row.one-half,
    .form__block p[class*="login-"].one-half,
    .form__block--row.one-half,
    .gform_wrapper form p[class*="login-"].one-half,
    .gform_wrapper form--row.one-half,
    .gform_wrapper__block p[class*="login-"].one-half,
    .gform_wrapper__block--row.one-half {
        clear: none;
        width: 50%;
    }
    .form .gfield,
    .gform_wrapper .gfield {
        padding-top: 16px;
    }
    .form .ginput_complex .name_first,
    .gform_wrapper .ginput_complex .name_first {
        display: inline;
        margin-bottom: 0;
    }
    .form .ginput_container_time i,
    .gform_wrapper .ginput_container_time i {
        font-weight: 700;
    }
    .form .address_city,
    .form .address_state,
    .form .address_zip,
    .form .name_prefix,
    .form .name_first,
    .form .name_middle,
    .form .name_last,
    .form .name_suffix,
    .gform_wrapper .address_city,
    .gform_wrapper .address_state,
    .gform_wrapper .address_zip,
    .gform_wrapper .name_prefix,
    .gform_wrapper .name_first,
    .gform_wrapper .name_middle,
    .gform_wrapper .name_last,
    .gform_wrapper .name_suffix {
        float: left;
    }
    .form .address_city,
    .gform_wrapper .address_city {
        width: 40.3%;
    }
    .form .address_state,
    .gform_wrapper .address_state {
        width: 32.3%;
        padding-left: 3%;
    }
    .form .address_zip,
    .gform_wrapper .address_zip {
        width: 27.3%;
        padding-left: 3%;
    }
    .form .has_first_name.no_middle_name.has_last_name .name_first,
    .form .has_first_name.no_middle_name.has_last_name .name_last,
    .gform_wrapper .has_first_name.no_middle_name.has_last_name .name_first,
    .gform_wrapper .has_first_name.no_middle_name.has_last_name .name_last {
        width: 50%;
    }
    .form .has_first_name.no_middle_name.has_last_name .name_last,
    .gform_wrapper .has_first_name.no_middle_name.has_last_name .name_last {
        padding-left: 3%;
    }
    .form .has_first_name.has_middle_name.has_last_name .name_prefix,
    .form .has_first_name.has_middle_name.has_last_name .name_suffix,
    .gform_wrapper .has_first_name.has_middle_name.has_last_name .name_prefix,
    .gform_wrapper .has_first_name.has_middle_name.has_last_name .name_suffix {
        width: 66.6%;
    }
    .form .has_first_name.has_middle_name.has_last_name .name_first,
    .form .has_first_name.has_middle_name.has_last_name .name_middle,
    .form .has_first_name.has_middle_name.has_last_name .name_last,
    .gform_wrapper .has_first_name.has_middle_name.has_last_name .name_first,
    .gform_wrapper .has_first_name.has_middle_name.has_last_name .name_middle,
    .gform_wrapper .has_first_name.has_middle_name.has_last_name .name_last {
        float: left;
        width: 33.3%;
    }
    .form .has_first_name.has_middle_name.has_last_name .name_middle,
    .form .has_first_name.has_middle_name.has_last_name .name_last,
    .gform_wrapper .has_first_name.has_middle_name.has_last_name .name_middle,
    .gform_wrapper .has_first_name.has_middle_name.has_last_name .name_last {
        padding-left: 3%;
    }
    .form .has_first_name.has_middle_name.has_last_name .name_prefix + [class*="name_"],
    .gform_wrapper .has_first_name.has_middle_name.has_last_name .name_prefix + [class*="name_"] {
        clear: both;
    }
    .form .has_first_name.has_middle_name.has_last_name .name_suffix,
    .gform_wrapper .has_first_name.has_middle_name.has_last_name .name_suffix {
        clear: both;
    }
    .form .req-text,
    .form .validation_message,
    .gform_wrapper .req-text,
    .gform_wrapper .validation_message {
        font-size: 24px;
        font-size: 2.4rem;
        padding-left: 25px;
        margin-top: -16px;
    }
    .form textarea,
    .gform_wrapper textarea {
        min-height: 232px;
    }
    .form [type="submit"],
    .gform_wrapper [type="submit"] {
        margin-top: 27px;
        margin-bottom: 27px;
    }
}
.partners {
    font-size: 0;
    padding: 7rem 0;
}
.partners__wrap {
    width: 100%;
    max-width: 1230px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}
.partners__title {
    display: block;
    margin-bottom: 7rem;
    padding-left: 3rem;
    padding-right: 3rem;
}
.partners__item {
    display: block;
}
.partners__item img {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}
.partners .slick-track {
    margin: 0 auto;
}
@media only screen and (min-width: 60em) {
    .partners__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .global-sidebar .partners__item {
        width: 100%;
        padding: 0;
        margin-bottom: 2px;
    }
}
.fancy-select select.fancy {
    margin: 0;
}
select.fancy,
.fancy-select {
    max-width: 870px;
    font-family: "Manrope", sans-serif;
    background-color: rgba(0, 0, 0, 0.05);
    border: 10px solid transparent;
    border-radius: 5px;
    margin: 20px;
}
select.fancy .fs-dropdown-options,
.fancy-select .fs-dropdown-options {
    max-height: 200px;
    border-radius: 0 0 5px 5px;
}
select.fancy .fs-dropdown-options .fs-scrollbar-content,
.fancy-select .fs-dropdown-options .fs-scrollbar-content {
    max-height: 200px;
}
select.fancy .fs-dropdown-selected,
.fancy-select .fs-dropdown-selected {
    overflow: hidden;
    border: 1px solid #cacaca;
    border-radius: 5px;
    box-shadow: none;
}
select.fancy .fs-dropdown-selected:after,
.fancy-select .fs-dropdown-selected:after {
    content: "\e90d";
    width: auto;
    height: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    border: none;
    transition: all 0.3s ease;
}
select.fancy.fs-dropdown-open .fs-dropdown-selected,
.fancy-select.fs-dropdown-open .fs-dropdown-selected {
    border-radius: 5px 5px 0 0;
}
select.fancy.fs-dropdown-open .fs-dropdown-selected:after,
.fancy-select.fs-dropdown-open .fs-dropdown-selected:after {
    transform: rotate(-180deg);
}
select.fancy button,
select.fancy a.fs-dropdown-item,
select.fancy .fs-dropdown-group,
.fancy-select button,
.fancy-select a.fs-dropdown-item,
.fancy-select .fs-dropdown-group {
    outline: none;
    line-height: 1;
    border: 0 none;
    height: 46px;
    font-size: 20px;
    font-size: 2rem;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}
select.fancy a.fs-dropdown-item,
.fancy-select a.fs-dropdown-item {
    line-height: 46px;
}
select.fancy .fs-scrollbar-content button:hover,
select.fancy .fs-scrollbar-content a.fs-dropdown-item:hover,
.fancy-select .fs-scrollbar-content button:hover,
.fancy-select .fs-scrollbar-content a.fs-dropdown-item:hover {
    color: #fff;
    background-color: #388bc3;
    transition: all 0.3s ease;
}
select.fancy .fs-scrollbar-content button.fs-dropdown-item_selected,
select.fancy .fs-scrollbar-content a.fs-dropdown-item.fs-dropdown-item_selected,
.fancy-select .fs-scrollbar-content button.fs-dropdown-item_selected,
.fancy-select .fs-scrollbar-content a.fs-dropdown-item.fs-dropdown-item_selected {
    color: #fff;
    background-color: #132128;
}
select.fancy .fs-dropdown-group,
.fancy-select .fs-dropdown-group {
    text-transform: uppercase;
    line-height: 46px;
    background-color: #eee;
    padding-top: 0;
    padding-bottom: 0;
}
select.fancy .fs-dropdown-item,
.fancy-select .fs-dropdown-item {
    line-height: 1;
}
@media only screen and (min-width: 37.5em) {
    select.fancy .fs-dropdown-options,
    .fancy-select .fs-dropdown-options {
        max-height: 500px;
    }
    select.fancy .fs-dropdown-options .fs-scrollbar-content,
    .fancy-select .fs-dropdown-options .fs-scrollbar-content {
        max-height: 500px;
    }
}
@media only screen and (min-width: 60em) {
    select.fancy,
    .fancy-select {
        margin-right: auto;
        margin-left: auto;
    }
}
select.fancy {
    outline: none;
    width: 87%;
    background-color: #fff;
    border: 10px solid rgba(0, 0, 0, 0.05);
    padding: 5px;
    margin: 20px;
}
.content-list {
    padding: 68px 0 135px;
}
.content-list span {
    transition: all 0.3s ease;
}
.content-list__wrap {
    position: relative;
    text-align: center;
}
.content-list__intro {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 0;
}
.content-list .fancy,
.content-list .fancy-select,
.content-list [class*="query-exposed-taxonomy"] {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
}
.content-list .fancy .query-checkboxes,
.content-list .fancy-select .query-checkboxes,
.content-list [class*="query-exposed-taxonomy"] .query-checkboxes {
    display: inline;
}
.content-list .fancy .fs-checkbox,
.content-list .fancy-select .fs-checkbox,
.content-list [class*="query-exposed-taxonomy"] .fs-checkbox {
    vertical-align: top;
    width: 49%;
    margin-top: 5px;
}
.content-list [class*="query-exposed-taxonomy"] .fancy-select {
    max-width: 100%;
}
.content-list__sorting {
    position: relative;
    max-width: 1280px;
    padding: 0;
    margin: 30px auto 20px;
}
.content-list .advanced-search {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 10px;
}
.content-list .advanced-search__query {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Manrope", sans-serif;
    padding-bottom: 10px;
}
.content-list .advanced-search__query label {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    color: #132128;
    text-align: center;
    padding: 0 20px;
    margin-top: -68px;
}
.content-list .advanced-search #search_query {
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 6px 15px 8px;
}
.content-list .advanced-search__dropdowns {
    max-height: 0;
    overflow: hidden;
    padding-top: 40px;
    transition: all 0.3s ease;
}
.no-js .content-list .advanced-search__dropdowns {
    max-height: 100%;
}
.no-js .content-list .advanced-search__dropdowns--more {
    display: none;
}
.content-list .advanced-search__dropdowns.active {
    overflow: visible;
    max-height: 600px;
}
.content-list .advanced-search__dropdowns--more {
    cursor: pointer;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    line-height: 49px;
    text-align: center;
}
.content-list .advanced-search__dropdowns--more [class*="icon-"] {
    position: relative;
    top: -3px;
    font-size: 8px;
    font-size: 0.8rem;
    margin-left: 5px;
}
.content-list .advanced-search__dropdowns .query-exposed-label {
    display: block;
    color: #7c7c7c;
    text-transform: uppercase;
    padding: 0 0 5px;
}
.content-list .advanced-search .fancy-select,
.content-list .advanced-search [class*="query-exposed-taxonomy"] {
    text-align: left;
    border: none;
    margin-bottom: 10px;
}
.content-list .advanced-search [type="submit"] {
    clear: both;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.content-list .advanced-search .submit-plus-reset {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.content-list .advanced-search .submit-plus-reset .button {
    width: 100%;
    margin-top: 10px;
}
.content-list .advanced-search .req {
    clear: both;
    position: relative;
    display: block;
    color: #b80000;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Manrope", sans-serif;
    text-align: left;
    padding-left: 15px;
    margin-top: -9px;
    margin-top: 0 !important;
}
.content-list__style-select {
    overflow: hidden;
    position: absolute;
    top: 14px;
    right: 0;
    max-width: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: lowercase;
    text-align: center;
}
.content-list__style-select a {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 88px;
    color: #949d93;
    letter-spacing: inherit;
}
.content-list__style-select a.active {
    color: #132128;
}
.content-list__style-select [class*="icon-"] {
    font-size: 28px;
    font-size: 2.8rem;
}
.content-list__style-select span {
    display: block;
    padding-top: 9px;
}
.content-list__style-select.centered {
    position: relative;
    top: 0;
    max-width: 100%;
    margin: 0 auto;
}
.content-list__items-wrap {
    clear: both;
    max-width: 1777px;
    padding: 0 20px 20px;
    margin-right: auto;
    margin-left: auto;
}
.main-content .content-list__items-wrap {
    padding-right: 0;
    padding-left: 0;
}
.content-list__item,
[data-list-style="grid"] .content-list__item {
    position: relative;
    max-width: 1737px;
    text-align: left;
    border: solid #959595;
    border-width: 1px 0 0;
    margin: 0 auto;
}
.content-list__item--.FAs-header,
[data-list-style="grid"] .content-list__item--.FAs-header {
    color: #44464d;
    font-family: "Manrope", sans-serif;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 9px;
}
.content-list__item .post-avatar-icon,
[data-list-style="grid"] .content-list__item .post-avatar-icon {
    display: inline-block;
    overflow: hidden;
    line-height: 0;
    border-radius: 0;
    font-size: 41px;
    font-size: 4.1rem;
    position: absolute;
    vertical-align: middle;
    top: 9px;
    left: 0;
    color: #a2a2a2;
}
.content-list__item .post-avatar-icon .icon-gallery,
[data-list-style="grid"] .content-list__item .post-avatar-icon .icon-gallery {
    font-size: 35px;
    font-size: 3.5rem;
}
.content-list__item .event-link,
.content-list__item .post-author,
.content-list__item .post-date,
.content-list__item .post-title,
.content-list__item .post-image,
[data-list-style="grid"] .content-list__item .event-link,
[data-list-style="grid"] .content-list__item .post-author,
[data-list-style="grid"] .content-list__item .post-date,
[data-list-style="grid"] .content-list__item .post-title,
[data-list-style="grid"] .content-list__item .post-image {
    display: block;
    position: relative;
    line-height: 1;
}
.content-list__item .post-date,
.content-list__item .post-author,
[data-list-style="grid"] .content-list__item .post-date,
[data-list-style="grid"] .content-list__item .post-author {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.content-list__item .post-author,
[data-list-style="grid"] .content-list__item .post-author {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 5px;
}
.content-list__item .sep,
[data-list-style="grid"] .content-list__item .sep {
    position: relative;
    color: #7d7d7d;
    margin: 0 -5px;
}
.content-list__item .post-title,
[data-list-style="grid"] .content-list__item .post-title {
    position: relative;
    font-size: 19px;
    font-size: 1.9rem;
    font-family: "Manrope", sans-serif;
    text-transform: none;
    letter-spacing: -1px;
    padding: 7px 0;
}
.content-list__item .post-title a,
[data-list-style="grid"] .content-list__item .post-title a {
    color: #132128;
}
.content-list__item .post-title a:hover,
[data-list-style="grid"] .content-list__item .post-title a:hover {
    color: #388bc3;
}
.content-list__item .post-image,
[data-list-style="grid"] .content-list__item .post-image {
    overflow: hidden;
    position: relative;
    max-height: 337px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-list__item .post-image [class*="icon-"],
[data-list-style="grid"] .content-list__item .post-image [class*="icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 61px;
    font-size: 6.1rem;
}
.content-list__item .post-excerpt,
[data-list-style="grid"] .content-list__item .post-excerpt {
    clear: both;
    color: #464646;
    padding-top: 10px;
}
.content-list__item .date-formatted,
[data-list-style="grid"] .content-list__item .date-formatted {
    position: relative;
    overflow: hidden;
    float: left;
    width: 60px;
    height: 52px;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Manrope", sans-serif;
    text-align: center;
    line-height: 38px;
    background-color: #fff;
    margin-top: -9px;
    margin-right: 13px;
}
.content-list__item .date-formatted b,
[data-list-style="grid"] .content-list__item .date-formatted b {
    display: block;
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: -16px;
}
.content-list__item .event-link,
[data-list-style="grid"] .content-list__item .event-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #44464d;
    text-transform: uppercase;
    padding: 12px 3px 3px;
    margin: 18px 0 0;
}
.content-list__item[data-type="blog-post"] .post-avatar-icon,
.content-list__item[data-type="post-standard"] .post-avatar-icon,
[data-list-style="grid"] .content-list__item[data-type="blog-post"] .post-avatar-icon,
[data-list-style="grid"] .content-list__item[data-type="post-standard"] .post-avatar-icon {
    font-size: 1px;
    width: 30px;
    border-radius: 99em;
}
.content-list__item[data-type="event"],
[data-list-style="grid"] .content-list__item[data-type="event"] {
    padding-top: 76px;
    padding-right: 0;
    padding-left: 0;
}
.content-list__item[data-type="event"] .post-date,
.content-list__item[data-type="event"] .post-author,
[data-list-style="grid"] .content-list__item[data-type="event"] .post-date,
[data-list-style="grid"] .content-list__item[data-type="event"] .post-author {
    display: block;
}
.content-list__item[data-type="event"] .post-date,
[data-list-style="grid"] .content-list__item[data-type="event"] .post-date {
    font-family: "Manrope", sans-serif;
}
.content-list__item[data-type="event"] .post-title,
[data-list-style="grid"] .content-list__item[data-type="event"] .post-title {
    padding-top: 17px;
    padding-bottom: 5px;
}
.content-list__item[data-type="page"] .content-list__item--.FAs-header,
[data-list-style="grid"] .content-list__item[data-type="page"] .content-list__item--.FAs-header {
    margin-right: 15px;
}
.content-list__item[data-type="page"] .post-excerpt,
[data-list-style="grid"] .content-list__item[data-type="page"] .post-excerpt {
    padding-right: 15px;
}
[data-list-style="list"] .content-list__item .post-avatar-icon {
    position: relative;
    float: left;
    top: 0;
    font-size: 30px;
    font-size: 3rem;
    margin-top: 5px;
    margin-right: 7px;
}
[data-list-style="grid"] .content-list__item [class*="--.FAs-header"] {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
}
[data-list-style="grid"] .content-list__item .post-title {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 9px;
    margin-bottom: 8px;
}
[data-list-style="grid"] .content-list__item .post-avatar-icon {
    position: relative;
    float: left;
    top: auto;
    left: auto;
    min-width: 44px;
    margin-right: 7px;
    margin-bottom: 0;
}
.content-list__item--featured {
    background-color: #f4f4f4;
}
.content-list__item--featured .post-title:before {
    content: "Featured";
    display: block;
    max-width: 60px;
    vertical-align: middle;
    margin-bottom: 10px;
    padding: 5px 10px 2px;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: normal;
    background-color: #388bc3;
    color: #fff;
}
@media only screen and (min-width: 37.5em) {
    .content-list .advanced-search__query {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .content-list .advanced-search__query label {
        font-size: 28px;
        font-size: 2.8rem;
        margin-top: -70px;
    }
    .content-list .advanced-search #search_query {
        padding: 13px 15px 14px;
    }
    .content-list .advanced-search__dropdowns--more {
        top: 68px;
    }
    .content-list__item .post-date,
    .content-list__item .post-author,
    [data-list-style="grid"] .content-list__item .post-date,
    [data-list-style="grid"] .content-list__item .post-author {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .content-list__item .post-author,
    [data-list-style="grid"] .content-list__item .post-author {
        margin-bottom: -5px;
    }
    .content-list__item .post-title,
    [data-list-style="grid"] .content-list__item .post-title {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .content-list__item .date-formatted,
    [data-list-style="grid"] .content-list__item .date-formatted {
        width: 118px;
        height: 104px;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 80px;
        margin-top: -30px;
        margin-right: 30px;
    }
    .content-list__item .date-formatted b,
    [data-list-style="grid"] .content-list__item .date-formatted b {
        font-size: 74px;
        font-size: 7.4rem;
        margin-bottom: -40px;
    }
    .content-list__item .event-link,
    [data-list-style="grid"] .content-list__item .event-link {
        padding: 35px 5px 5px;
    }
    .content-list__item[data-type="blog-post"] .post-avatar-icon,
    .content-list__item[data-type="post-standard"] .post-avatar-icon,
    [data-list-style="grid"] .content-list__item[data-type="blog-post"] .post-avatar-icon,
    [data-list-style="grid"] .content-list__item[data-type="post-standard"] .post-avatar-icon {
        width: 44px;
    }
    .content-list__item[data-type="event"],
    [data-list-style="grid"] .content-list__item[data-type="event"] {
        padding: 134px 20px 20px;
    }
    .content-list__item[data-type="event"] .post-author,
    [data-list-style="grid"] .content-list__item[data-type="event"] .post-author {
        font-size: 28px;
        font-size: 2.8rem;
    }
    [data-list-style="grid"] .content-list__item {
        float: left;
        width: 33.3%;
        border-width: 1px;
        margin-bottom: -1px;
        margin-left: -1px;
        padding: 20px;
    }
    [data-list-style="grid"] .content-list__item:first-child,
    [data-list-style="grid"] .content-list__item:nth-child(3n + 1) {
        clear: both;
        margin-left: 2px;
    }
    [data-list-style="grid"] .content-list__item .post-avatar-icon {
        margin-bottom: 26px;
    }
    [data-list-style="grid"] .content-list__item .post-image {
        clear: both;
        margin-top: 22px;
    }
    [data-list-style="grid"] .content-list__item .event-link {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }
    [data-list-style="grid"] .content-list__item[data-type="event"] .post-image {
        margin-top: 28px;
        margin-bottom: 25px;
    }
    [data-list-style="list"] .content-list__item {
        padding: 36px 0 12px 150px;
    }
    [data-list-style="list"] .content-list__item .post-avatar-icon {
        position: absolute;
        top: 47px;
        left: 42px;
    }
    [data-list-style="list"] .content-list__item .post-title {
        padding-top: 0;
    }
    [data-list-style="list"] .content-list__item .event-link {
        margin: 46px 0 0;
    }
    [data-list-style="list"] .content-list__item .post-avatar-icon {
        font-size: 41px;
        font-size: 4.1rem;
    }
    [data-list-style="list"] .content-list__item .post-excerpt {
        padding-top: 25px;
    }
    [data-list-style="list"] .content-list__item[data-type="event"] {
        padding-top: 180px;
        padding-left: 0;
    }
    [data-list-style="list"] .content-list__item[data-type="event"] .post-date {
        font-size: 18px;
        font-size: 1.8rem;
    }
    [data-list-style="list"] .content-list__item[data-type="event"] .post-title,
    [data-list-style="list"] .content-list__item[data-type="event"] .post-excerpt,
    [data-list-style="list"] .content-list__item[data-type="event"] .post-image {
        padding-left: 150px;
    }
}
@media only screen and (min-width: 48em) {
    .content-list__items-wrap {
        padding-bottom: 80px;
    }
    .content-list__intro {
        font-size: 42px;
        font-size: 4.2rem;
    }
    .content-list__sorting {
        padding-right: 180px;
        padding-left: 180px;
        margin-top: 27px;
        margin-top: 57px;
        margin-bottom: 75px;
    }
    .content-list .advanced-search {
        position: relative;
        margin-right: -160px;
        margin-left: -160px;
    }
    .content-list .advanced-search__query {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .content-list .advanced-search #search_query {
        padding: 13px 15px 14px;
    }
    .content-list .advanced-search__dropdowns .fancy-select:nth-of-type(2n + 1),
    .content-list .advanced-search__dropdowns [class*="query-exposed-taxonomy"]:nth-of-type(2n + 1) {
        margin-left: 0;
        margin-right: 5px;
    }
    .content-list .advanced-search__dropdowns .fancy-select:nth-of-type(2n + 2),
    .content-list .advanced-search__dropdowns [class*="query-exposed-taxonomy"]:nth-of-type(2n + 2) {
        margin-left: 5px;
        margin-right: 0;
    }
    .content-list .advanced-search .fancy-select {
        float: left;
        width: calc(50% - 5px);
        text-align: left;
        margin-right: 5px;
    }
    .content-list .advanced-search .fancy-select .fs-dropdown-selected {
        text-align: left;
        padding-left: 15px;
    }
    .content-list .advanced-search__dropdowns [class*="query-exposed-taxonomy"],
    .content-list .advanced-search__dropdowns [class*="query-exposed-taxonomy"]:nth-of-type(2n + 2) {
        margin-left: 0;
    }
    .content-list .advanced-search [class*="query-exposed-taxonomy"] {
        clear: both;
        margin-left: 0;
    }
    .content-list .advanced-search [class*="query-exposed-taxonomy"] .fs-checkbox {
        width: 32%;
        margin-top: 5px;
    }
    .content-list .advanced-search .submit-plus-reset {
        width: 68%;
    }
    .content-list .advanced-search .submit-plus-reset + .submit-plus-reset {
        width: 24%;
        padding-left: 2%;
    }
    .content-list .advanced-search .submit-plus-reset .button {
        margin-top: 0;
    }
    .content-list__item .post-image,
    [data-list-style="list"] .content-list__item .post-image {
        max-height: 0;
        margin: 0;
    }
}
@media only screen and (min-width: 64em) {
    .content-list__sorting {
        min-height: 98px;
    }
    .content-list__style-select {
        max-width: 180px;
        margin-right: 20px;
    }
    .content-list .advanced-search {
        text-align: left;
        padding-right: 180px;
    }
    .content-list .advanced-search__query {
        display: inline-block;
        vertical-align: top;
        width: 75%;
        font-size: 28px;
        font-size: 2.8rem;
        padding-bottom: 0;
    }
    .content-list .advanced-search__query label {
        font-size: 42px;
        font-size: 4.2rem;
        margin-top: -100px;
    }
    .content-list .advanced-search #search_query {
        padding: 20px 15px 22px;
    }
    .content-list .advanced-search [type="submit"] {
        display: inline-block;
        vertical-align: top;
        width: 24%;
    }
    .content-list .advanced-search__dropdowns {
        padding-top: 10px;
    }
    .content-list .advanced-search__dropdowns--more {
        top: 10px;
        right: 180px;
        left: auto;
        width: 20%;
        line-height: 79px;
    }
    .content-list .advanced-search [class*="query-exposed-taxonomy"] .fs-checkbox {
        width: 24%;
    }
}
.query-wrapper-content {
    padding: 50px 0 0;
}
.query-wrapper-content > .module {
    padding-top: 0;
}
.query-wrapper-content > .module .content-list__sorting {
    min-height: 0;
    margin-top: 0;
    margin-bottom: 30px;
}
.query-wrapper-content > .module .advanced-search__dropdowns {
    padding-top: 0;
}
.query-wrapper-content > .module [class*="query-exposed-taxonomy"] .fancy-select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
}
.query.compact .content-list__style-select,
.query.compact .post-excerpt,
.query.compact .post-date,
.query.compact .post-author,
.query.compact .post-avatar-icon {
    display: none;
}
.query.compact .post-title {
    font-size: 23px;
    font-size: 2.3rem;
    border-bottom: none;
    font-family: "Manrope", sans-serif;
}
.query.compact .content-list__sorting {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.query.compact .content-list .advanced-search {
    padding: 20px;
    margin: 0 auto;
}
@media only screen and (min-width: 60em) {
    .query.compact .content-list .advanced-search button,
    .query.compact .content-list .advanced-search a.fs-dropdown-item,
    .query.compact .content-list .advanced-search .fs-dropdown-group {
        height: 55px;
        font-size: 20px;
        font-size: 2rem;
    }
    .query.compact .content-list .advanced-search select.fancy .fs-dropdown-selected:after,
    .query.compact .content-list .advanced-search .fancy-select .fs-dropdown-selected:after {
        height: 18px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .query.compact .content-list .advanced-search .submit-plus-reset {
        width: 19%;
        font-size: 22px;
        vertical-align: bottom;
        margin-bottom: 1px;
        padding-left: 0;
    }
    .query.compact .content-list .advanced-search .submit-plus-reset a {
        font-size: 22px;
        padding: 10px;
    }
    .query.compact .content-list .advanced-search input.submit-plus-reset {
        padding: 10px;
        margin-left: 5px;
    }
    .query.compact .content-list .advanced-search__dropdowns .query-exposed-label {
        font-size: 12px;
        font-weight: 700;
    }
    .query.compact .content-list .advanced-search__dropdowns {
        display: inline-block;
        width: 60%;
    }
    .query.compact .content-list .advanced-search__dropdowns > div {
        margin-bottom: 0;
    }
}
.query.compact .content-list__item,
.query.compact [data-list-style="grid"] .content-list__item {
    border-color: #f2f2f2;
}
.cta-bar {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Manrope", sans-serif;
    line-height: 1.3;
    padding: 5rem 20px;
    text-align: center;
}
.cta-bar__wrap {
    width: 100%;
    max-width: 1737px;
    margin: 0 auto;
}
.cta-bar__column {
    padding: 20px 0;
}
.cta-bar p {
    padding: 0;
}
.cta-bar strong {
    position: relative;
    display: block;
    font-size: 30px;
    font-size: 3rem;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.cta-bar strong + br {
    display: none;
}
@media only screen and (min-width: 37.5em) {
    .cta-bar {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .cta-bar strong {
        font-size: 35px;
        font-size: 3.5rem;
    }
}
@media only screen and (min-width: 48em) {
    .cta-bar {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .cta-bar strong {
        font-size: 40px;
        font-size: 4rem;
    }
}
@media only screen and (min-width: 64em) {
    .cta-bar {
        font-size: 19px;
        font-size: 1.9rem;
    }
    .cta-bar .button {
        line-height: 1.3;
    }
    .cta-bar__column {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding: 0 30px;
    }
    .cta-bar__column.c01 {
        float: left;
        padding: 12px 0 0;
    }
    .cta-bar__column.c01 + .c02,
    .cta-bar__column.c01 ~ .c03 {
        float: left;
        padding: 12px 0 0 3%;
    }
    .cta-bar__column.c01 ~ .c04 {
        float: right;
        padding: 0;
    }
    .cta-bar__column.c04 {
        padding: 0;
    }
    .cta-bar strong {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 0;
        margin-top: -10px;
    }
}
@media only screen and (min-width: 80em) {
    .cta-bar {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .cta-bar__column.c01 {
        padding: 8px 0 0;
    }
    .cta-bar__column.c01 + .c02,
    .cta-bar__column.c01 ~ .c03 {
        padding: 8px 0 0 3%;
    }
    .cta-bar strong {
        font-size: 35px;
        font-size: 3.5rem;
        margin-bottom: 0;
        margin-top: -7px;
    }
}
@media only screen and (min-width: 90em) {
    .cta-bar {
        font-size: 28px;
        font-size: 2.8rem;
    }
    .cta-bar strong {
        font-size: 40px;
        font-size: 4rem;
        margin-top: -5px;
        margin-bottom: -3px;
    }
}
@media only screen and (min-width: 120em) {
    .cta-bar__column.c01 + .c02,
    .cta-bar__column.c01 ~ .c03 {
        padding-left: 7%;
    }
}
.call-out__items-wrap {
    max-width: 1777px;
    font-size: 0;
    padding: 0 20px;
    margin: 0 auto;
}
.call-out__item {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 310px;
    color: #464646;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Manrope", sans-serif;
    border: 0 solid #d1d2d4;
    padding: 28px 20px 0;
    margin: 0;
    text-align: center;
}
.call-out__item ~ .call-out__item {
    border-top-width: 1px;
}
.call-out__item:hover .link {
    color: #132128;
}
.call-out__item:hover .call-out__item--title,
.call-out__item:hover .call-out__item--subtitle,
.call-out__item:hover .call-out__item--excerpt {
    color: #388bc3;
    transition: all 0.3s ease;
}
.call-out__item--image {
    position: relative;
    max-width: 300px;
    height: 115px;
    font-size: 50px;
    font-size: 5rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    line-height: 115px;
    letter-spacing: -2px;
    margin: 0 auto;
}
.call-out__item--image img,
.call-out__item--image span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
}
.call-out__item--title,
.call-out__item--subtitle,
.call-out__item--excerpt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    transition: all 0.3s ease;
}
.call-out__item--title,
.call-out__item--subtitle {
    top: 160px;
    bottom: auto;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Manrope", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 20px;
}
.call-out__item--subtitle {
    top: 200px;
    font-family: "Manrope", sans-serif;
}
.call-out__item--excerpt {
    bottom: 20px;
    line-height: 1.1;
}
.call-out__item--excerpt p {
    padding: 0 0 6px;
    margin: 0 auto;
}
.call-out__item--link {
    text-transform: uppercase;
}
.call-out__item--overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 37.5em) {
    .call-out__items-wrap {
        padding-top: 38px;
    }
    .call-out__item {
        display: inline-block;
        width: 50%;
    }
    .call-out__item ~ .call-out__item {
        border-top-width: 0;
        border-left-width: 1px;
    }
    .call-out__item--title,
    .call-out__item--subtitle {
        top: 150px;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .call-out__item--subtitle {
        top: 190px;
    }
    .call-out__item:nth-child(2n + 1) {
        border-left-width: 0;
    }
    .call-out__item:nth-child(2n + 2) ~ .call-out__item {
        border-top-width: 1px;
    }
}
@media only screen and (min-width: 48em) {
    .call-out__item {
        min-height: 445px;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 38px 20px 0;
    }
    .call-out__item--image {
        height: 196px;
        font-size: 100px;
        font-size: 10rem;
        line-height: 196px;
    }
    .call-out__item--title,
    .call-out__item--subtitle {
        top: 240px;
    }
    .call-out__item--title-sm,
    .call-out__item--title-nm,
    .call-out__item--subtitle-sm,
    .call-out__item--subtitle-nm {
        font-size: 20px;
        font-size: 2rem;
    }
    .call-out__item--subtitle {
        top: 285px;
    }
    .call-out__item--excerpt {
        bottom: 30px;
    }
    .call-out__item--excerpt p {
        padding: 0 0 10px;
    }
}
@media only screen and (min-width: 60em) {
    .call-out__item--title,
    .call-out__item--subtitle {
        top: 240px;
        font-size: 24px;
        font-size: 2.4rem;
    }
    .call-out__item--subtitle {
        top: 295px;
    }
}
@media only screen and (min-width: 64em) {
    .call-out__item--title {
        top: 260px;
    }
    .call-out__item--subtitle {
        top: 315px;
    }
}
@media only screen and (min-width: 80em) {
    .call-out__item {
        width: 33.3%;
        min-height: 580px;
        font-size: 22px;
        font-size: 2.2rem;
        padding-top: 57px;
    }
    .call-out__item ~ .call-out__item {
        border-top-width: 0;
        border-left-width: 1px;
    }
    .call-out__item:nth-child(2n + 2) + .call-out__item {
        border-top-width: 0;
    }
    .call-out__item:nth-child(3n + 4) {
        border-left-width: 0;
    }
    .call-out__item:nth-child(3n + 4),
    .call-out__item:nth-child(3n + 4) ~ .call-out__item {
        border-top-width: 1px;
    }
    .call-out__item--image {
        font-size: 130px;
        font-size: 13rem;
    }
    .call-out__item--title,
    .call-out__item--subtitle {
        top: 285px;
    }
    .call-out__item--title-nm,
    .call-out__item--subtitle-nm {
        font-size: 30px;
        font-size: 3rem;
    }
    .call-out__item--title-sm,
    .call-out__item--subtitle-sm {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .call-out__item--subtitle {
        top: 369px;
        font-size: 30px;
        font-size: 3rem;
    }
    .call-out__item--excerpt {
        bottom: 50px;
    }
}
@media only screen and (min-width: 90em) {
    .call-out__item--title {
        top: 305px;
    }
    .call-out__item--subtitle {
        font-size: 30px;
        font-size: 3rem;
    }
}
@media only screen and (min-width: 120em) {
    .call-out__item--title {
        top: 335px;
    }
}
.trending-featured {
    clear: both;
    padding: 0;
    margin: 0 auto;
}
.trending-featured__wrap {
    position: relative;
    clear: both;
    background-size: cover;
    background-position: center;
    padding: 40px 0 0;
}
.trending-featured__wrap ~ .trending-featured__wrap {
    padding-bottom: 40px;
}
.trending-featured__title {
    line-height: 0.9;
}
.trending-featured__overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}
.trending-featured__small {
    overflow: hidden;
    position: relative;
    font-family: "Manrope", sans-serif;
    text-align: left;
    padding: 46px 20px 34px;
}
.trending-featured__small:hover > .trending-featured__small--title,
.trending-featured__small:hover > .trending-featured__list--item__title,
.trending-featured__small:hover > .center-block > .trending-featured__small--title,
.trending-featured__small:hover > .center-block > .trending-featured__list--item__title {
    color: #77a2ba;
    transition: color 0.3s ease;
}
.trending-featured__small:hover > .trending-featured__small--image {
    filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz1cJ2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCc+PGZpbHRlciBpZD1cJ2dyYXlzY2FsZVwnPjxmZUNvbG9yTWF0cml4IHR5cGU9XCdtYXRyaXhcJyB2YWx1ZXM9XCcxIDAgMCAwIDAsIDAgMSAwIDAgMCwgMCAwIDEgMCAwLCAwIDAgMCAxIDBcJy8+PC9maWx0ZXI+PC9zdmc+#grayscale");
    filter: grayscale(0%);
    opacity: 0.5;
    transition: all 0.3s ease;
}
.trending-featured__small .corner-tag {
    display: none;
}
.trending-featured__small.has-list,
.trending-featured__small.has-slider {
    border: 0;
    padding: 0;
}
.trending-featured__small.has-slider {
    float: none;
}
.trending-featured__small--item {
    position: relative;
    z-index: 1;
}
.trending-featured__small--item:hover .trending-featured__small--title,
.trending-featured__small--item:hover .trending-featured__list--item__title {
    color: #77a2ba;
}
.trending-featured__small--date,
.trending-featured__small--title,
.trending-featured__list--item__title {
    vertical-align: middle;
}
.trending-featured__small--date {
    float: left;
    width: 23%;
    max-width: 50px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    margin-right: 5%;
}
.trending-featured__small--date b {
    position: relative;
    display: block;
    font-size: 40px;
    font-size: 4rem;
    margin: 0 0 -4px;
}
.trending-featured__small--date span {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 50px;
    color: #132128;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    background-color: #77a2ba;
    padding: 2px 0;
    margin-top: 4px;
}
.trending-featured__small--date [class*="icon-"] {
    display: inline-block;
    height: 83px;
    font-size: 35px;
    font-size: 3.5rem;
}
.trending-featured__small--date [class*="icon-"]:before {
    color: #77a2ba;
}
.trending-featured__small--date .icon-lightning,
.trending-featured__small--date .icon-rss-border {
    font-size: 55px;
    font-size: 5.5rem;
}
.trending-featured__small--title,
.trending-featured__list--item__title {
    line-height: 1;
    transition: color 0.3s ease;
}
.trending-featured__small--excerpt,
.trending-featured__small--heading {
    float: left;
    width: 69%;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    text-transform: none;
}
.trending-featured__small--excerpt {
    padding-top: 11px;
}
.trending-featured__small--heading {
    float: none;
    width: 100%;
    color: #132128;
    line-height: 40px;
    text-transform: uppercase;
    background-color: #eee;
    padding: 0 0 0 30px;
}
.trending-featured__small--link {
    float: none;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Manrope", sans-serif;
    line-height: 1em;
    padding: 40px;
    height: 12%;
}
.trending-featured__small--link a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 1rem;
    color: inherit;
}
.trending-featured__small--button {
    margin-top: 46px;
    margin-right: 5px;
    margin-left: 5px;
}
.trending-featured__small--image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    margin: auto;
    transform: translateX(-50%);
    filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz1cJ2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCc+PGZpbHRlciBpZD1cJ2dyYXlzY2FsZVwnPjxmZUNvbG9yTWF0cml4IHR5cGU9XCdtYXRyaXhcJyB2YWx1ZXM9XCcwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwIDAgMCAxIDBcJy8+PC9maWx0ZXI+PC9zdmc+#grayscale");
    filter: gray;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}
.trending-featured__featured-store {
    width: 100%;
}
.trending-featured__featured-store .trending-featured__slider {
    padding: 0;
}
.trending-featured__featured-store .center-block {
    padding-top: 47px;
    padding-bottom: 90px;
}
.trending-featured__featured-store .fs-carousel-pagination {
    position: relative;
    top: -76px;
}
.trending-featured__list {
    padding: 0 20px;
}
.trending-featured__list--item {
    position: relative;
    height: 47%;
    padding: 23px 0;
}
.trending-featured__list--item:hover .trending-featured__list--item__title {
    color: #77a2ba;
    transition: color 0.3s ease;
}
.trending-featured__list--item:first-child + .trending-featured__list--item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.trending-featured__list--item__title {
    float: none;
}
.trending-featured__list--item__date {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    text-transform: none;
    padding-top: 5px;
}
.trending-featured__list--link {
    float: none;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Manrope", sans-serif;
    line-height: 1em;
    padding: 20px 0 0;
}
.trending-featured__list--link a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 1rem;
    color: inherit;
}
.trending-featured__list ul,
.trending-featured__list ol {
    padding: 0;
    margin: 0;
}
.trending-featured__slider,
.trending-featured__slide-group {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.trending-featured__slider {
    padding: 47px 0 20px;
}
.trending-featured__slider--item {
    overflow: hidden;
    position: relative;
    padding: 0 0 20px 80px;
}
.trending-featured__slider--item:hover .trending-featured__slider--item__title {
    color: #77a2ba;
    transition: color 0.3s ease;
}
.trending-featured__slider--item:before {
    content: attr(data-count);
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 38px;
    font-size: 3.8rem;
    font-family: "Manrope", sans-serif;
    transform: translateY(-50%);
    text-align: center;
}
.trending-featured__slider--item:nth-child(2n + 1) .trending-featured__slider--item__title {
    border-top: 0;
}
.trending-featured__slider--item__title {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    padding: 23px 20px 5px 0;
}
.trending-featured__slider--item__excerpt {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    text-transform: none;
    padding-right: 50px;
}
.trending-featured .fs-carousel-page {
    outline: 0 none;
    opacity: 1;
    background-color: #fff;
    margin: 0 7px;
}
.trending-featured .fs-carousel-page:hover,
.trending-featured .fs-carousel-page.fs-carousel-active {
    background-color: #388bc3;
}
.trending-featured .center-block {
    position: relative;
    z-index: 1;
    left: 0;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}
.trending-featured .center-block .trending-featured__small--title,
.trending-featured .center-block .trending-featured__list--item__title {
    width: 100%;
}
.trending-featured .center-block .trending-featured__small--excerpt {
    float: none;
    width: 100%;
}
.trending-featured[data-style="events"] .trending-featured__wrap {
    padding: 40px 0 38px;
    text-align: center;
}
.trending-featured[data-style="events"] .trending-featured__small:nth-child(3) {
    border: 0 solid rgba(255, 255, 255, 0.3);
    border-top-width: 1px;
}
.trending-featured[data-style="events"] .trending-featured__small:nth-child(4) {
    background-image: url(../../../themes/aaaa/assets/images/bkg-geotriangle.png);
}
.trending-featured[data-style="live"],
.trending-featured[data-style="fifty"] {
    max-width: 1737px;
}
.trending-featured[data-style="live"] .trending-featured__small.has-list,
.trending-featured[data-style="fifty"] .trending-featured__small.has-list {
    padding: 40px 0 0 40px;
}
.trending-featured[data-style="live"] .trending-featured__list,
.trending-featured[data-style="fifty"] .trending-featured__list {
    height: auto;
    padding: 0;
}
.trending-featured[data-style="live"] .trending-featured__list--item,
.trending-featured[data-style="fifty"] .trending-featured__list--item {
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 20px 0 0;
}
.trending-featured[data-style="live"] .trending-featured__list--item:first-child,
.trending-featured[data-style="fifty"] .trending-featured__list--item:first-child {
    border-top: 0;
}
.trending-featured[data-style="live"] .trending-featured__list--item__title,
.trending-featured[data-style="fifty"] .trending-featured__list--item__title {
    display: block;
    max-height: 100%;
    text-transform: none;
    font-weight: 400;
    line-height: 1.3;
    padding: 23px 0 25px 0;
}
.trending-featured[data-style="live"] .corner-tag,
.trending-featured[data-style="stories"] .corner-tag,
.trending-featured[data-style="fifty"] .corner-tag {
    display: block;
}
.trending-featured[data-style="live"] .trending-featured__list,
.trending-featured[data-style="stories"] .trending-featured__list,
.trending-featured[data-style="fifty"] .trending-featured__list {
    height: auto;
    padding: 0;
}
.trending-featured[data-style="live"] .trending-featured__list--item,
.trending-featured[data-style="stories"] .trending-featured__list--item,
.trending-featured[data-style="fifty"] .trending-featured__list--item {
    height: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 20px 0 0;
}
.trending-featured[data-style="live"] .trending-featured__list--item:first-child,
.trending-featured[data-style="stories"] .trending-featured__list--item:first-child,
.trending-featured[data-style="fifty"] .trending-featured__list--item:first-child {
    border-top: 0;
}
.trending-featured[data-style="live"] .trending-featured__list--item__title,
.trending-featured[data-style="stories"] .trending-featured__list--item__title,
.trending-featured[data-style="fifty"] .trending-featured__list--item__title {
    float: none !important;
    display: block;
    max-height: 100%;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    text-transform: none;
    font-weight: 400;
    line-height: 1.3;
    padding: 23px 0 25px 0;
}
.trending-featured[data-style="stories"] .trending-featured__small {
    padding: 0;
}
.trending-featured[data-style="stories"] .trending-featured__small--item {
    float: left;
    clear: both;
    border-top: 1px solid rgba(51, 62, 72, 0.3);
    padding: 29px 29px 29px 0;
    margin: 0 0 0 85px;
}
.trending-featured[data-style="stories"] .trending-featured__small--item:nth-of-type(1) {
    border-top: 0;
    margin-top: 74px;
}
.trending-featured[data-style="stories"] .trending-featured__small--date {
    position: absolute;
    left: -64px;
    top: 5px;
}
.trending-featured[data-style="stories"] .trending-featured__small--title,
.trending-featured[data-style="stories"] .trending-featured__list--item__title,
.trending-featured[data-style="stories"] .trending-featured__small--excerpt {
    width: 100%;
}
.trending-featured[data-style="stories"] .trending-featured__list {
    padding: 30px 0 30px 45px;
}
.trending-featured[data-style="stories"] .trending-featured__list--item {
    border-top-color: rgba(51, 62, 72, 0.3);
}
.trending-featured[data-style="fifty"] .trending-featured__list--item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.trending-featured[data-style="fifty"] .trending-featured__list--item:first-child {
    border-top: 0;
}
.trending-featured[data-style="fifty"] .width--one-half {
    border-bottom: 1px solid #f1f1f1;
}
@media only screen and (min-width: 37.5em) {
    .trending-featured__wrap {
        padding-top: 60px;
    }
    .trending-featured__wrap ~ .trending-featured__wrap {
        padding-bottom: 60px;
    }
    .trending-featured__small {
        padding: 70px 70px 70px 100px;
    }
    .trending-featured__small .corner-tag {
        display: block;
    }
    .trending-featured__small--date,
    .trending-featured__small--title,
    .trending-featured__list--item__title {
        display: inline-block;
    }
    .trending-featured__small--date {
        float: none;
        width: 30%;
        max-width: 81px;
        font-size: 45px;
        font-size: 4.5rem;
    }
    .trending-featured__small--date b {
        font-size: 74px;
        font-size: 7.4rem;
        margin: -1px 0 -8px;
    }
    .trending-featured__small--date span {
        position: absolute;
        top: -21px;
        width: 81px;
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 0;
    }
    .trending-featured__small--date [class*="icon-"] {
        height: auto;
        font-size: 55px;
        font-size: 5.5rem;
        line-height: 110px;
    }
    .trending-featured__small--date .icon-lightning,
    .trending-featured__small--date .icon-rss-border {
        font-size: 109px;
        font-size: 10.9rem;
        line-height: initial;
    }
    .trending-featured__small--title,
    .trending-featured__list--item__title {
        width: 68%;
        padding-bottom: 0;
        line-height: 0.9;
    }
    .trending-featured__small--excerpt,
    .trending-featured__small--heading {
        float: none;
        width: 100%;
    }
    .trending-featured__small--excerpt {
        padding-top: 21px;
    }
    .trending-featured__small--heading {
        line-height: 58px;
        padding-left: 60px;
    }
    .trending-featured__list {
        padding-right: 40px;
        padding-left: 40px;
    }
    .trending-featured__list--item {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .trending-featured__list--item__title {
        width: 100%;
        line-height: 1;
    }
    .trending-featured__slider--item {
        height: 254px;
        padding: 0 0 0 157px;
    }
    .trending-featured__slider--item:before {
        width: 157px;
        font-size: 71px;
        font-size: 7.1rem;
    }
    .trending-featured[data-style="events"] .trending-featured__wrap {
        padding-top: 60px;
        padding-bottom: 53px;
    }
    .trending-featured[data-style="live"] .trending-featured__small.has-list {
        padding: 90px 0 30px 67px;
    }
    .trending-featured[data-style="stories"] .trending-featured__small--item {
        padding: 40px 29px 40px 0;
        margin: 0 0 0 150px;
    }
    .trending-featured[data-style="stories"] .trending-featured__small--item:nth-of-type(1) {
        margin-top: 74px;
    }
    .trending-featured[data-style="stories"] .trending-featured__small--date {
        left: -100px;
        top: 40px;
    }
    .trending-featured[data-style="stories"] .trending-featured__list {
        padding: 60px 0 30px 90px;
    }
}
@media only screen and (min-width: 48em) {
    .trending-featured__wrap {
        padding-top: 80px;
    }
    .trending-featured__wrap ~ .trending-featured__wrap {
        padding-bottom: 100px;
    }
    .trending-featured__small {
        float: left;
        padding: 94px 100px 94px 120px;
    }
    .trending-featured__list {
        padding: 0 80px 0 40px;
    }
    .trending-featured[data-style="events"] .trending-featured__wrap {
        padding-top: 85px;
    }
    .trending-featured[data-style="stories"] .trending-featured__small--item:nth-of-type(1) {
        margin-top: 120px;
    }
    .trending-featured[data-style="stories"] .trending-featured__list {
        padding-top: 90px;
    }
}
@media only screen and (min-width: 64em) {
    .trending-featured .width--one-third {
        width: 33.33%;
    }
    .trending-featured .width--one-half {
        width: 50%;
    }
    .trending-featured .width--two-thirds {
        width: 66.66%;
        border-bottom: 2px solid #eee;
    }
    .trending-featured__small {
        height: 380px;
        padding: 46px 20px 34px;
    }
    .global-sidebar .trending-featured__small {
        width: 100%;
    }
    .trending-featured__small.has-slider {
        float: left;
    }
    .trending-featured__small .corner-tag {
        display: none;
    }
    .trending-featured__small--date {
        width: 25%;
        max-width: 61px;
        font-size: 35px;
        font-size: 3.5rem;
        margin-right: 4%;
    }
    .trending-featured__small--date b {
        font-size: 58px;
        font-size: 5.8rem;
    }
    .trending-featured__small--date span {
        width: 61px;
    }
    .trending-featured__small--date [class*="icon-"] {
        line-height: 84px;
    }
    .trending-featured__small--date .icon-lightning,
    .trending-featured__small--date .icon-rss-border {
        font-size: 83px;
        font-size: 8.3rem;
        line-height: initial;
    }
    .trending-featured__small--heading {
        padding-left: 30px;
    }
    .trending-featured__small--link {
        padding: 0 0 0 40px;
    }
    .trending-featured__small--image {
        max-width: 1000%;
    }
    .trending-featured__list {
        height: 73%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .trending-featured__list--item {
        padding-top: 23px;
        padding-bottom: 0;
    }
    .trending-featured__list--item__date {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .trending-featured__slider--item {
        height: auto;
        padding: 0 0 20px 80px;
    }
    .trending-featured__slider--item:before {
        width: 80px;
        font-size: 38px;
        font-size: 3.8rem;
    }
    .trending-featured__slider--item__title {
        font-size: 20px;
        font-size: 2rem;
        padding: 23px 20px 5px 0;
    }
    .trending-featured .center-block {
        width: 100%;
    }
    .trending-featured[data-style="events"] .trending-featured__small:nth-child(3) {
        border-top-width: 0;
        border-left-width: 1px;
    }
    .trending-featured[data-style="live"] .trending-featured__small.has-list,
    .trending-featured[data-style="fifty"] .trending-featured__small.has-list {
        padding: 40px 0 0 40px;
    }
    .trending-featured[data-style="live"] .trending-featured__list--item__title,
    .trending-featured[data-style="stories"] .trending-featured__list--item__title,
    .trending-featured[data-style="fifty"] .trending-featured__list--item__title {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 16px 0 18px 0;
    }
    .trending-featured[data-style="live"] .corner-tag,
    .trending-featured[data-style="stories"] .corner-tag,
    .trending-featured[data-style="fifty"] .corner-tag {
        display: block;
        width: 90px;
        height: 90px;
    }
    .trending-featured[data-style="live"] .corner-tag:before,
    .trending-featured[data-style="stories"] .corner-tag:before,
    .trending-featured[data-style="fifty"] .corner-tag:before {
        border-width: 45px;
    }
    .trending-featured[data-style="live"] .corner-tag span,
    .trending-featured[data-style="stories"] .corner-tag span,
    .trending-featured[data-style="fifty"] .corner-tag span {
        top: 0;
        left: 0;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .trending-featured[data-style="stories"] .trending-featured__small {
        height: auto;
    }
    .trending-featured[data-style="stories"] .trending-featured__small--item {
        margin-left: 140px;
    }
    .trending-featured[data-style="stories"] .trending-featured__small--item:nth-of-type(1) {
        margin-top: 54px;
    }
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small--item {
        margin-left: 100px;
    }
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small--date {
        left: -80px;
    }
    .trending-featured[data-style="stories"] .trending-featured__list {
        padding-top: 60px;
        padding-left: 60px;
    }
}
@media only screen and (min-width: 80em) {
    .trending-featured__small {
        padding: 84px 50px 0 80px;
    }
    .trending-featured__small .corner-tag {
        display: block;
        width: 130px;
        height: 130px;
    }
    .trending-featured__small .corner-tag:before {
        border-width: 65px;
    }
    .trending-featured__small .corner-tag span {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .trending-featured__small--title,
    .trending-featured__list--item__title {
        width: 73%;
        line-height: 1.05;
    }
    .trending-featured__small--heading {
        line-height: 65px;
    }
    .trending-featured__list {
        padding-right: 40px;
        padding-left: 40px;
    }
    .trending-featured__list--item {
        padding-top: 23px;
        padding-bottom: 0;
    }
    .trending-featured__list--item__title {
        width: 100%;
    }
    .trending-featured__list--item__date {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .trending-featured__slider--item {
        padding-left: 100px;
    }
    .trending-featured__slider--item:before {
        width: 100px;
        font-size: 60px;
        font-size: 6rem;
    }
    .trending-featured .center-block {
        display: inline-block;
        vertical-align: middle;
        padding-right: 50px;
        padding-left: 50px;
    }
    .trending-featured[data-style="live"] .trending-featured__small.has-list,
    .trending-featured[data-style="fifty"] .trending-featured__small.has-list {
        padding-left: 50px;
    }
    .trending-featured[data-style="live"] .trending-featured__small.center,
    .trending-featured[data-style="fifty"] .trending-featured__small.center {
        padding: 0;
    }
    .trending-featured[data-style="live"] .trending-featured__small.center:before,
    .trending-featured[data-style="fifty"] .trending-featured__small.center:before {
        content: "";
        position: relative;
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.28em;
    }
    .trending-featured[data-style="fifty"] .width--one-half {
        border-right: 1px solid #f1f1f1;
        border-bottom: none;
    }
    .trending-featured[data-style="stories"] .trending-featured__small--item {
        margin-left: 60px;
    }
    .trending-featured[data-style="stories"] .trending-featured__small--date {
        float: left;
        position: relative;
        left: auto;
        top: auto;
        margin-top: 25px;
    }
    .trending-featured[data-style="stories"] .trending-featured__small--title,
    .trending-featured[data-style="stories"] .trending-featured__list--item__title,
    .trending-featured[data-style="stories"] .trending-featured__small--excerpt {
        float: left;
        width: 84%;
    }
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small--item {
        margin-left: 120px;
    }
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small--date {
        position: absolute;
        left: -90px;
    }
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small--title,
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__list--item__title,
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small--excerpt {
        width: 100%;
    }
}
@media only screen and (min-width: 120em) {
    .trending-featured__small {
        padding: 94px 50px 0 120px;
    }
    .trending-featured__small--date {
        width: 30%;
        max-width: 81px;
        font-size: 45px;
        font-size: 4.5rem;
        margin-right: 25px;
    }
    .trending-featured__small--date b {
        font-size: 74px;
        font-size: 7.4rem;
    }
    .trending-featured__small--date span {
        width: 81px;
    }
    .trending-featured__small--date [class*="icon-"] {
        line-height: 110px;
    }
    .trending-featured__small--date .icon-lightning,
    .trending-featured__small--date .icon-rss-border {
        font-size: 109px;
        font-size: 10.9rem;
        line-height: initial;
    }
    .trending-featured__small--title,
    .trending-featured__list--item__title {
        width: 73%;
    }
    .trending-featured__list {
        padding-right: 80px;
    }
    .trending-featured__list--item__title {
        width: 100%;
        max-height: 120px;
        font-size: 36px;
        font-size: 3.6rem;
    }
    .trending-featured__list--item__date {
        font-size: 25px;
        font-size: 2.5rem;
    }
    .trending-featured__slider--item {
        height: 254px;
        padding: 0 0 0 157px;
    }
    .trending-featured__slider--item:before {
        width: 157px;
        font-size: 71px;
        font-size: 7.1rem;
    }
    .trending-featured__slider--item__excerpt {
        line-height: 1.2;
    }
    .trending-featured .center-block {
        padding-right: 110px;
        padding-left: 110px;
    }
    .trending-featured__small .corner-tag,
    .trending-featured[data-style="live"] .corner-tag,
    .trending-featured[data-style="stories"] .corner-tag {
        display: block;
        width: 170px;
        height: 170px;
    }
    .trending-featured__small .corner-tag:before,
    .trending-featured[data-style="live"] .corner-tag:before,
    .trending-featured[data-style="stories"] .corner-tag:before {
        border-width: 85px;
    }
    .trending-featured__small .corner-tag span,
    .trending-featured[data-style="live"] .corner-tag span,
    .trending-featured[data-style="stories"] .corner-tag span {
        top: 15%;
        left: 15%;
        font-size: 20px;
        font-size: 2rem;
    }
    .trending-featured[data-style="live"] .trending-featured__small {
        height: 620px;
    }
    .trending-featured[data-style="live"] .trending-featured__small.has-list {
        padding: 90px 0 0 67px;
    }
    .trending-featured[data-style="live"] .trending-featured__small--button {
        padding: 24px 30px 25px;
    }
    .trending-featured[data-style="stories"] .trending-featured__small--item {
        margin-left: 180px;
    }
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small {
        padding-bottom: 20px;
    }
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small--item {
        padding-right: 0;
        margin-right: 80px;
        margin-left: 80px;
    }
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small--item:nth-of-type(1) {
        margin-top: 120px;
    }
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small--date {
        position: relative;
        left: 0;
        margin-bottom: 100px;
    }
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small--title,
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__list--item__title,
    .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small--excerpt {
        width: 72%;
    }
    .main-content.width--full ~ .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small .corner-tag {
        display: none;
    }
    .main-content.width--full ~ .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small .trending-featured__small--item {
        margin-right: 60px;
        margin-left: 60px;
    }
    .main-content.width--full ~ .global-sidebar .trending-featured[data-style="stories"] .trending-featured__small .trending-featured__small--item:nth-of-type(1) {
        padding-top: 60px;
        margin-top: 0;
    }
    .trending-featured[data-style="stories"] .trending-featured__list {
        padding-top: 95px;
        padding-bottom: 44px;
        padding-left: 110px;
    }
}
.splash {
    position: relative;
    min-height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.splash__title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 0.8;
    transform: translateY(-50%);
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 32px;
}
@media only screen and (min-width: 37.5em) {
    .splash {
        min-height: 300px;
    }
    .splash__title {
        margin-top: 6%;
    }
}
@media only screen and (min-width: 48em) {
    .splash__title {
        margin-top: 7%;
    }
}
@media only screen and (min-width: 60em) {
    .splash {
        min-height: 400px;
    }
    .splash__title {
        margin-top: 8%;
    }
}
@media only screen and (min-width: 64em) {
    .splash {
        min-height: 412px;
    }
    .splash__title {
        margin-top: 73px;
    }
}
.list-block {
    font-family: "Manrope", sans-serif;
    text-align: left;
    line-height: 1.2;
    padding: 40px 40px 20px;
}
.list-block__title {
    font-size: 20px;
    font-size: 2rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    padding-bottom: 28px;
}
.list-block__item {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 21px 0 25px;
}
.list-block a {
    position: relative;
    display: block;
    padding: 21px 0 25px;
    margin: -21px 0 -25px;
}
.list-block[class*="background--"] a {
    color: currentColor;
}
.list-block[class*="background--"] a:hover {
    color: #388bc3;
}
@media only screen and (min-width: 37.5em) {
    .list-block {
        padding: 60px 80px 40px;
    }
    .list-block__title {
        font-size: 32px;
        font-size: 3.2rem;
    }
    .list-block__item {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media only screen and (min-width: 64em) {
    .list-block {
        padding: 60px 80px 40px;
    }
    .list-block__title {
        font-size: 32px;
        font-size: 3.2rem;
    }
    .list-block__item {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .global-sidebar .list-block {
        padding: 40px 40px 10px;
    }
    .global-sidebar .list-block__title {
        font-size: 20px;
        font-size: 2rem;
    }
    .global-sidebar .list-block__item {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media only screen and (min-width: 80em) {
    .global-sidebar .list-block {
        padding: 60px 60px 40px;
    }
    .global-sidebar .list-block__title {
        font-size: 32px;
        font-size: 3.2rem;
    }
    .global-sidebar .list-block__item {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media only screen and (min-width: 90em) {
    .global-sidebar .list-block {
        padding-right: 80px;
        padding-left: 80px;
    }
}
.sitemap .main-content {
    float: none;
    margin: 0 auto;
}
.sitemap-list {
    list-style: none;
    padding-left: 0;
}
.sitemap-list ul {
    padding-left: 5rem;
}
.sitemap-list a {
    font-family: "Manrope", sans-serif;
    line-height: 1;
    text-transform: uppercase;
    color: #132128;
}
.sitemap-list a:hover {
    color: #388bc3;
}
.sitemap-list .children {
    font-size: 1.8rem;
    list-style: circle;
}
.sitemap-list .children .children {
    font-size: 1.4rem;
    list-style: disc;
}
.sitemap-list .children a {
    color: #a2a2a2;
    font-family: "Manrope", sans-serif;
    text-transform: none;
}
.sitemap-list .children a:after {
    content: "\e90f";
    font-family: "aaaa" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0.75em;
    margin-left: 0.75rem;
    color: #388bc3;
    transition: 0.3s;
}
.sitemap-list .children a:hover {
    color: #132128;
}
.sitemap-list .children a:hover:after {
    margin-left: 1.25rem;
}
.sitemap-list li {
    margin-bottom: 0.75rem;
}
.card {
    font-family: "Manrope", sans-serif;
    transition: 0.3s;
}
.card img {
    width: 100%;
}
.card__tag {
    display: inline-block;
    padding: 1rem 1.5rem;
    background: #77a2ba;
    font-family: "Manrope", sans-serif;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
.card__tag--overhang {
    position: relative;
    top: -20px;
}
.card-cta {
    position: relative;
    display: block;
    padding: 14rem 3rem 1.5rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 350px;
    color: #fff;
}
.card-cta__wrap {
    position: relative;
    z-index: 5;
}
.card-cta__title {
    display: block;
    margin-bottom: 0.5rem;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.25;
}
.card-cta__content {
    display: block;
    margin-bottom: 1rem;
}
.card-cta__link {
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
}
.card-cta__link:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    margin-left: 1rem;
    transition: 0.3s;
}
.card-cta:after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.95) 100%);
}
.card-cta:hover {
    color: #fff !important;
}
.card__date {
    display: block;
    margin-bottom: 1.5rem;
    color: #82878b;
}
.card__title {
    padding-bottom: 0;
    margin-bottom: 1.5rem;
}
.card__content {
    padding: 0 2.5rem 3rem;
}
.card__link {
    font-family: "Manrope", sans-serif;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
.card__link:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 0.5rem;
}
.card--hover:hover {
    transform: translateY(-1rem);
}
.card--gray {
    background: #eee;
}
.card--white {
    background: #fff;
}
.card--shadow {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
}
.event-list__slider .slick-slide {
    padding: 1.5rem;
    opacity: 0.6;
    transition: 0.3s;
}
.event-list__slider .slick-active {
    opacity: 1;
}
.event-list__slider .slick-dots {
    text-align: left;
    padding-left: 2rem;
}
.event-list__slider .slick-dots li {
    height: 8px;
    width: 40px;
}
.event-list__slider .slick-dots li button {
    background: #132128;
    height: 8px;
    width: 40px;
}
.event-list__slider .slick-dots li.slick-active button {
    background: #fcc844;
}
@media only screen and (min-width: 64em) {
    .event-list__slider .slick-slide {
        opacity: 1;
    }
}
.event-list__btn {
    background: #b9cfdc;
    padding-bottom: 5rem;
}
.event-list__btn .button.outline-color--green {
    color: #fff;
    border-color: #fff;
}
@media only screen and (min-width: 64em) {
    .event-list__btn {
        padding: 0;
        margin: 3rem 0;
        background: #fff;
    }
    .event-list__btn .button.outline-color--green {
        color: #42a4e6;
        border-color: #42a4e6;
    }
    .event-list__btn .button.outline-color--green:hover,
    .event-list__btn .main-content__video-embed:hover .outline-color--green.button,
    .main-content__video-embed:hover .event-list__btn .outline-color--green.button,
    .event-list__btn .mason-block:hover .outline-color--green.button,
    .mason-block:hover .event-list__btn .outline-color--green.button,
    .event-list__btn .trending-featured__small:hover .outline-color--green.trending-featured__small--button,
    .trending-featured__small:hover .event-list__btn .outline-color--green.trending-featured__small--button {
        background: #42a4e6;
        color: #fff;
    }
}
.quick-links {
    padding: 4rem 0;
}
.quick-links__wrap {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
}
.quick-links__title {
    text-transform: uppercase;
}
.quick-links__title:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #8a8a8a;
    float: right;
    transition: 0.3s;
}
.quick-links__title.is-active:after {
    transform: rotate(180deg);
    transform-origin: center;
}
.quick-links__list {
    flex-direction: column;
}
.quick-links a {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    margin: 1rem 0;
    display: block;
}
.quick-links a:last-child {
    margin-bottom: 0;
}
.quick-links a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    margin-left: 1.5rem;
}
.quick-links--light {
    background: #eee;
    color: #626262;
}
.quick-links--light a {
    color: #626262;
}
.quick-links--dark {
    background: #333e48;
    color: #fff;
}
.quick-links--dark a {
    color: #fff;
}
@media only screen and (min-width: 60em) {
    .quick-links__wrap {
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        justify-content: space-between;
        -ms-flex-pack: justify;
        align-items: center;
        -ms-align-items: center;
    }
    .quick-links__title {
        margin-right: 12rem;
    }
    .quick-links__title:after {
        display: none;
    }
    .quick-links__list {
        flex-grow: 1;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: space-between;
        -ms-flex-pack: justify;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
    }
    .quick-links a {
        margin: 0;
        display: inline-block;
    }
}
.textarea {
    font-family: "Manrope", sans-serif;
}
.textarea--hp {
    padding: 30px 0;
    color: #333e48;
}
.textarea--hp .button {
    margin-top: 3rem;
}
.textarea .button {
    margin-top: 3rem;
}
.hero {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}
.hero__promo {
    width: 100%;
    padding: 2rem 2.5rem;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero__promo .center-block {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    justify-content: flex-end;
    -ms-justify-content: flex-end;
}
.hero__promo .center-block > * {
    width: auto;
}
.hero__promo__title {
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.hero__promo__content {
    display: none;
    font-family: "Manrope", sans-serif;
}
.hero__promo__logo {
    display: block;
    margin: 0 auto 2rem;
}
.hero__promo__link {
    display: inline-block;
    margin-top: 1rem;
    color: #fff;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
}
.hero__promo__link:after {
    position: relative;
    top: -2px;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    margin-left: 1rem;
    transition: 0.3s;
}
.hero__promo__link:hover {
    color: inherit;
}
.hero__promo__link:hover:after {
    margin-left: 1.5rem;
}
.hero__promo__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.hero__promo--first {
    padding: 5rem 2.5rem;
    text-align: center;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
}
.hero__promo--first .center-block {
    justify-content: center;
}
.hero__promo--first .hero__promo__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
}
.hero__promo--first .hero__promo__content {
    margin-bottom: 2.5rem;
    display: block;
}
.hero__promo--first .hero__promo__logo {
    display: block;
    margin: 0 auto 4rem;
}
.hero__promo--first.has-overlay {
    position: relative;
}
@media only screen and (min-width: 64em) {
    .hero {
        height: 50vw;
        max-height: 500px;
        border: 2.5px solid #fff;
    }
    .hero__promo {
        border: 2.5px solid #fff;
    }
    .hero__promo .center-block {
        max-width: 530px;
    }
    .hero__promo__content {
        display: block;
    }
    .hero__promo.has-overlay {
        position: relative;
    }
    .hero__promo--first .hero__promo__title {
        font-size: 34px;
        font-size: 3.4rem;
    }
    .hero--five .hero__promo {
        width: 25%;
        flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
    }
    .hero--five .hero__promo--first {
        width: 50%;
        flex: 1 1 100%;
        -ms-flex: 1 1 100%;
    }
    .hero--three .hero__promo {
        width: 33.33333%;
        flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        -moz-flex: 1 1 50%;
    }
    .hero--three .hero__promo--first {
        width: 66.6666%;
        flex: 1 1 100%;
        -ms-flex: 1 1 100%;
    }
}
@media only screen and (max-width: 1023px) {
    .hero__promo:not(:first-child) {
        background-image: none !important;
    }
}
.news-item {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #eee;
    font-family: "Manrope", sans-serif;
}
.news-item__wrap {
    display: flex;
    flex-direction: column;
}
.news-item__thumb,
.news-item__content {
    flex-basis: 100%;
}
.news-item__thumb {
    margin-bottom: 3rem;
    flex: 4;
}
.news-item__img {
    padding-bottom: 66.66667%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.news-item__content {
    flex: 6;
}
.news-item__video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 4rem;
}
.news-item__video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-item__sub {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    color: #82878b;
    margin-bottom: 1rem;
}
.news-item__sub a {
    color: #82878b;
}
.news-item__title {
    display: block;
    font-weight: 700;
    color: #132128;
    padding-bottom: 1rem;
}
.news-item--featured .news-item__thumb {
    flex: 5.5;
}
.news-item--featured .news-item__content {
    flex: 4.5;
}
.news-item--featured .news-item__title {
    padding-bottom: 1rem;
}
@media only screen and (min-width: 60em) {
    .news-item__wrap {
        flex-direction: row;
        align-items: flex-start;
    }
    .news-item__thumb {
        margin-right: 3rem;
        margin-bottom: 0;
    }
}
.query-.FAs-header {
    text-align: center;
}
.hidden {
    display: none;
}
@media only screen and (max-width: 60em) {
    .hidden--on-mobile {
        display: none;
    }
}
@media only screen and (min-width: 60em) {
    .hidden--on-desktop {
        display: none !important;
    }
}
@media only screen and (min-width: 64.0625em) {
    .hidden--on-desktopweird {
        display: none !important;
    }
}
.zero-width {
    width: 0;
}
.wrap--width-max {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.wrap--width-max.wrap--gutter {
    max-width: 1320px;
}
.wrap--gutter {
    padding-right: 20px;
    padding-left: 20px;
}
.float--left {
    float: left;
}
.float--right {
    float: right;
}
.font-color--white {
    color: #fff;
}
.font-color--black {
    color: #132128;
}
.font-color--primary-two {
    color: #333e48;
}
.text-align--left {
    text-align: left;
}
.text-align--right {
    text-align: right;
}
.text-align--center {
    text-align: center;
}
.text-align--center-m {
    text-align: center;
}
@media only screen and (min-width: 64.0625em) {
    .text-align--center-m {
        text-align: left;
    }
}
.font--futura {
    font-family: "Manrope", sans-serif;
}
.font--futura-condensed {
    font-family: "Manrope", sans-serif;
}
.padding--no-top {
    padding-top: 0 !important;
}
.padding--no-bottom {
    padding-bottom: 0 !important;
}
.overhang__item {
    padding: 0;
}
@media only screen and (min-width: 64em) {
    .overhang {
        margin-bottom: 14rem;
    }
    .overhang__item {
        margin-bottom: -15rem;
        paddng-left: 2rem;
        padding-right: 2rem;
    }
}
.background--default {
    background-color: #fff;
}
.background--teal {
    background-color: #82878b;
}
.background--blue {
    background-color: #388bc3;
}
.background--green {
    background-color: #b80000;
}
.background--dark-green {
    background-color: #720000;
}
.background--yellow {
    background-color: #fcc844;
}
.background--orange {
    background-color: #fcc844;
}
.background--red {
    background-color: #b80000;
}
.background--light-gray {
    background-color: #eee;
}
.background--filter-blue {
    background-color: #5087a5;
}
.background--filter-teal {
    background-color: #5087a5;
}
.background--filter-green {
    background-color: #113a5e;
}
.background--filter-dark-green {
    background-color: #113a5e;
}
.background--filter-yellow {
    background-color: #77a2ba;
}
.background--filter-red {
    background-color: #fcc844;
}
.background--filter-orange {
    background-color: #fcc844;
}
.background--primary {
    background-color: #132128;
}
.background--primary-two {
    background-color: #333e48;
}
.background--primary-three {
    background-color: #82878b;
}
.background--primary-four {
    background-color: #eee;
}
.background--secondary {
    background-color: #388bc3;
}
.background--secondary-two {
    background-color: #42a4e6;
}
.background--secondary-three {
    background-color: #b9cfdc;
}
.background--secondary-four {
    background-color: #5087a5;
}
.background--tertiary {
    background-color: #fcc844;
}
.background--tertiary-two {
    background-color: #77a2ba;
}
.background--tertiary-three {
    background-color: #113a5e;
}
.background--red-dark {
    background-color: #720000;
}
.background--sun {
    background-color: #fcc844;
}
.background--sky {
    background-color: #42a4e6;
}
.background--sky-dark {
    background-color: #388bc3;
}
.background--slate {
    background-color: #5087a5;
}
.background--slate-light {
    background-color: #b9cfdc;
}
.background--slate-medium {
    background-color: #77a2ba;
}
.background--slate-dark {
    background-color: #132128;
}
.background--night {
    background-color: #113a5e;
}
.background--gray-light {
    background-color: #a2a2a2;
}
.background--gray-medium {
    background-color: #82878b;
}
.background--polygon {
    background-image: url(../../../themes/aaaa/assets/images/bkg-polygon.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
[class*="background--filter-"]:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    transition: all 0.3s ease;
}
[class*="background--filter-"] img {
    filter: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz1cJ2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnXCc+PGZpbHRlciBpZD1cJ2dyYXlzY2FsZVwnPjxmZUNvbG9yTWF0cml4IHR5cGU9XCdtYXRyaXhcJyB2YWx1ZXM9XCcwLjMzMzMgMC4zMzMzIDAuMzMzMyAwIDAgMC4zMzMzIDAuMzMzMyAwLjMzMzMgMCAwIDAuMzMzMyAwLjMzMzMgMC4zMzMzIDAgMCAwIDAgMCAxIDBcJy8+PC9maWx0ZXI+PC9zdmc+#grayscale");
    filter: gray;
    filter: grayscale(100%);
}
[class*="background--filter-"] > *:first-child {
    z-index: 2;
}
[class*="background--filter-"]:hover:before {
    opacity: 0.7;
    transition: all 0.3s ease;
}
.background--filter-blue:before {
    background-color: #5087a5;
}
.background--filter-teal:before {
    background-color: #5087a5;
}
.background--filter-green:before {
    background-color: #113a5e;
}
.background--filter-dark-green:before {
    background-color: #113a5e;
}
.background--filter-yellow:before {
    background-color: #77a2ba;
}
.background--filter-red:before {
    background-color: #fcc844;
}
.background--filter-orange:before {
    background-color: #fcc844;
}
a.icon-logo {
    color: #b80000;
}
a.icon-logo.global-footer__logo {
    color: #fff !important;
}
@media print {
    * {
        background: transparent !important;
        color: #232323 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-.FAs-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .main-nav {
        position: static;
    }
    .main-nav__menu--icon,
    .main-nav__top--right {
        display: none;
    }
    .main-nav.not-on-top + * {
        margin-top: 0;
    }
    .main-content__meta-footer,
    .main-content .sharing {
        display: none;
    }
    .main-content .wp-caption.alignleft,
    .main-content img.alignleft {
        margin: 0.4em 1.6em 1.6em 0;
        display: inline;
        float: left;
        width: 3cm !important;
    }
    .main-content .wp-caption.alignright,
    .main-content img.alignright {
        margin: 0.4em 0 1.6em 1.6em;
        display: inline;
        float: right;
        width: 3cm !important;
    }
    .content-sidebar-wrap {
        padding-top: 0.8cm;
    }
    .content-sidebar-wrap .global-sidebar {
        display: none;
    }
    .global-footer {
        display: none;
    }
    .call-out {
        padding-top: 0;
    }
    .call-out .call-out__intro {
        padding-bottom: 0.25cm;
    }
    .call-out .call-out__items-wrap .call-out__items-wrap {
        padding-top: 0;
    }
    .call-out .call-out__items-wrap .call-out__item {
        width: 33.3%;
        vertical-align: top;
        display: inline-block;
        min-height: inherit;
        border: none;
    }
    .call-out .call-out__items-wrap .call-out__item--subtitle,
    .call-out .call-out__items-wrap .call-out__item--excerpt {
        position: static;
    }
    .nav-list__wrap {
        display: none;
        padding-bottom: 0 !important;
    }
    .nav-list__wrap .nav-list__group {
        padding: 0.25cm 0 !important;
    }
    .nav-list__wrap .nav-list__intro {
        padding-bottom: 0.25cm;
    }
    .nav-list__wrap .nav-list__item {
        display: inline-block;
        margin: 0 0.25cm;
    }
    .query-wrapper-content > .module .content-list__sorting,
    .query-wrapper-content .pager-numbers {
        display: none;
    }
    .query-wrapper-content [data-list-style="grid"] .content-list__item {
        height: inherit !important;
        page-break-inside: avoid;
    }
    .single .splash {
        display: none;
    }
    .full-width-drawer .full-width-drawer__wrap {
        height: inherit;
        padding: 0.8cm !important;
    }
}
.content-sidebar-wrap:before,
.sharing:before,
.main-content__meta-.FAs-header:before,
.comment-list .comment-respond:before,
.module:before,
.content-list .fancy:before,
.content-list .fancy-select:before,
.content-list [class*="query-exposed-taxonomy"]:before,
.content-sidebar-wrap:after,
.sharing:after,
.main-content__meta-.FAs-header:after,
.comment-list .comment-respond:after,
.module:after,
.content-list .fancy:after,
.content-list .fancy-select:after,
.content-list [class*="query-exposed-taxonomy"]:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.content-sidebar-wrap:after,
.sharing:after,
.main-content__meta-.FAs-header:after,
.comment-list .comment-respond:after,
.module:after,
.content-list .fancy:after,
.content-list .fancy-select:after,
.content-list [class*="query-exposed-taxonomy"]:after,
.clearfix:after {
    clear: both;
}
p.jobs-opportunity-text {
    margin-top: -85px;
}
a.right-float {
    float: right;
    position: relative;
    top: -39px;
}
.job footer.main-content__meta-footer,
.job .sharing {
    display: none;
}
.apply-button:hover {
    background-color: #3cb878 !important;
    border-color: #3cb878 !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
}
.apply-button {
    padding: 10px 30px 10px;
    border: 3px solid #3cb878;
    max-width: 98px;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 32px;
    transition: all 0.3s ease !important;
    color: #3cb878 !important;
}
.content-list__sorting {
    margin-bottom: 0px !important;
}
.border-list {
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border: 1px solid #959595;
    margin-top: 15px;
}
.container-buttons {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    text-align: center;
}
a .button-job-posting:hover {
    background-color: #3cb878 !important;
    border-color: #3cb878 !important;
    color: #fff !important;
    transition: all 0.3s ease !important;
}
.button-job-posting {
    padding: 10px 30px 10px;
    border: 3px solid #3cb878;
    max-width: 136px;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 32px;
    transition: all 0.3s ease !important;
    color: #3cb878 !important;
    position: absolute;
    bottom: 15px;
}
.post-excerpt {
    margin-top: 36px;
}
.height-excerpt {
    height: auto !important;
    min-height: 180px;
}
#job-listings span.post-author,
.post-date {
    font-size: 16px;
    color: #44464d;
    font-family: "Manrope", sans-serif;
}
#job-listings a h2.post-title:hover {
    color: #3cb878 !important;
    transition: all 0.3s ease !important;
}
#job-listings h2.post-title {
    color: #191e28;
    font-size: 28px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 9px;
    margin-bottom: 8px;
    transition: all 0.3s ease !important;
}
#job-listings .job-listings-container {
    padding: 20px 20px;
}
#job-listings .job-listings-boxes {
    margin-left: -1px;
    margin-bottom: 15px;
    padding: 20px;
    padding-bottom: 80px;
}
#job-listings .border {
    border: 1px solid #959595;
    margin-left: -1px;
    margin-bottom: 40px;
}
@media (max-width: 991px) {
    .height-excerpt {
        height: auto !important;
        min-height: 0;
    }
    #job-listings .border {
        border-left: none !important;
        border-bottom: none !important;
        border-right: none !important;
    }
}
@media (max-width: 450px) {
    a.right-float {
        float: inherit;
        position: relative;
        top: -15px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.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;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .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%;
    }
}
.employee-section__bio strong {
    display: block;
    margin-bottom: -7px;
}
.employee-section__image {
    overflow: hidden !important;
    height: 300px !important;
    position: relative !important;
}
.employee-section__image img {
    position: absolute !important;
    top: -100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: -100% !important;
    margin: auto !important;
    transform: scale(1.09);
}
.employee-section__content {
    min-height: 104px;
}
.employee-section {
    padding: 140px 0 110px;
}
.employee-section .grid .grid__item {
    margin-bottom: 30px;
}
.employee-section__card {
    background-color: #0f3156;
    max-width: 373px;
    margin: 0 auto;
}
.employee-section__card .employee-section__content {
    background-color: #0f3156;
    color: #fff;
    padding: 20px 30px;
    position: relative;
}
.employee-section__card .employee-section__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 190px;
    height: 10px;
    background-color: #2280c2;
}
.employee-section__card .employee-section__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.employee-section__card .employee-section__image img {
    transition: all 0.4s ease-out;
}
.employee-section__card:hover .employee-section__image img {
    opacity: 0;
}
.employee-section__card .employee-section__name {
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
}
.employee-section__card .employee-section__position {
    padding-bottom: 0;
    font-size: 1.5rem;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}
.employee-section__card .employee-section__bio {
    display: none;
    padding-top: 20px;
    font-size: 14px;
}
@media (max-width: 1279px) {
    .employee-section__content {
        min-height: 125px;
    }
    .employee-section__image img {
        transform: scale(1.35);
    }
}
@media (max-width: 1150px) {
    .employee-section__content {
        min-height: 150px;
    }
}
@media (max-width: 1030px) {
    .employee-section__image img {
        transform: scale(1.4);
    }
}
@media (max-width: 973px) {
    .employee-section__content {
        min-height: 170px;
    }
}
@media (max-width: 959px) {
    .employee-section__content {
        min-height: 120px;
    }
    .employee-section__image img {
        transform: scale(1.2);
    }
}
@media (max-width: 873px) {
    .employee-section__content {
        min-height: 150px;
    }
}
@media (max-width: 767px) {
    .employee-section__content {
        min-height: 120px;
    }
    .employee-section__image img {
        transform: scale(1.2);
    }
}
@media (max-width: 599px) {
    .employee-section__content {
        min-height: auto;
    }
} /*! jQuery UI - v1.11.4 - 2016-04-15
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%22futura-pt%22%2Csans-serif&fsDefault=1.5rem&fwDefault=normal&cornerRadius=0&bgColor.FAs-header=%23333e48&bgTexture.FAs-header=flat&borderColor.FAs-header=%23191e28&fc.FAs-header=%23fff&iconColor.FAs-header=%23eee&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23191e28&fcContent=%23191e28&iconColorContent=%23191e28&bgColorDefault=%23eee&bgTextureDefault=flat&borderColorDefault=%23a2a2a2&fcDefault=%23454545&iconColorDefault=%23191e28&bgColorHover=%23eee&bgTextureHover=flat&borderColorHover=%23a2a2a2&fcHover=%23191e28&iconColorHover=%23191e28&bgColorActive=%23137ab2&bgTextureActive=flat&borderColorActive=%23191e28&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%23fffddd&bgTextureHighlight=flat&borderColorHighlight=%23ffd54c&fcHighlight=%23777620&iconColorHighlight=%23ffd54c&bgColorError=%23fddfdf&bgTextureError=flat&borderColorError=%23f1a899&fcError=%235f3f3f&iconColorError=%23cc0000&bgColorOverlay=%23191e28&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=95&bgColorShadow=%23191e28&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=50&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px&bgImgOpacity.FAs-header=&bgImgOpacityContent=&bgImgOpacityDefault=&bgImgOpacityHover=&bgImgOpacityActive=&bgImgOpacityHighlight=&bgImgOpacityError=
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #232323;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-accordion .ui-accordion-.FAs-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    min-height: 0;
    font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-.FAs-header .ui-accordion-.FAs-header-icon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px !important;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px !important;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px !important;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: 0.5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-.FAs-header {
    position: relative;
    padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px !important;
    top: 50%;
    margin-top: -8px !important;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-.FAs-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-.FAs-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-.FAs-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-.FAs-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,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);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px !important;
    position: absolute;
    top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 22px;
}
.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px !important;
    top: 50%;
    left: 0;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}
.ui-tabs {
    position: relative;
    padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
    border-width: 2px;
}
.ui-widget {
    font-family: franklin-gothic-urw, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: "Manrope", sans-serif;
}
.ui-widget-content {
    border: 1px solid #191e28;
    background: #fff;
    color: #191e28;
}
.ui-widget-content a {
    color: #191e28;
}
.ui-widget-.FAs-header {
    border: 1px solid #191e28;
    background: #333e48;
    color: #fff;
    font-weight: 700;
}
.ui-widget-.FAs-header a {
    color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-.FAs-header .ui-state-default {
    border: 1px solid #a2a2a2;
    background: #eee;
    font-weight: 400;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-.FAs-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-.FAs-header .ui-state-focus {
    border: 1px solid #a2a2a2;
    background: #eee;
    font-weight: 400;
    color: #191e28;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #191e28;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-.FAs-header .ui-state-active {
    border: 1px solid #191e28;
    background: #137ab2;
    font-weight: 400;
    color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-.FAs-header .ui-state-highlight {
    border: 1px solid #ffd54c;
    background: #fffddd;
    color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-.FAs-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-.FAs-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-.FAs-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-.FAs-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-.FAs-header .ui-priority-primary {
    font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-.FAs-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-.FAs-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(../../../themes/aaaa/assets/jqueryui/images/ui-icons_191e28_256x240.png);
}
.ui-widget-.FAs-header .ui-icon {
    background-image: url(../../../themes/aaaa/assets/jqueryui/images/ui-icons_eee_256x240.png);
}
.ui-state-default .ui-icon {
    background-image: url(../../../themes/aaaa/assets/jqueryui/images/ui-icons_191e28_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(../../../themes/aaaa/assets/jqueryui/images/ui-icons_191e28_256x240.png);
}
.ui-state-active .ui-icon {
    background-image: url(../../../themes/aaaa/assets/jqueryui/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(../../../themes/aaaa/assets/jqueryui/images/ui-icons_ffd54c_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../../../themes/aaaa/assets/jqueryui/images/ui-icons_cc0000_256x240.png);
}
.ui-icon-blank {
    background-position: 16px 16px;
}
.ui-icon-carat-1-n {
    background-position: 0 0;
}
.ui-icon-carat-1-ne {
    background-position: -16px 0;
}
.ui-icon-carat-1-e {
    background-position: -32px 0;
}
.ui-icon-carat-1-se {
    background-position: -48px 0;
}
.ui-icon-carat-1-s {
    background-position: -64px 0;
}
.ui-icon-carat-1-sw {
    background-position: -80px 0;
}
.ui-icon-carat-1-w {
    background-position: -96px 0;
}
.ui-icon-carat-1-nw {
    background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}
.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}
.ui-icon-arrow-4 {
    background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}
.ui-icon-extlink {
    background-position: -32px -80px;
}
.ui-icon-newwin {
    background-position: -48px -80px;
}
.ui-icon-refresh {
    background-position: -64px -80px;
}
.ui-icon-shuffle {
    background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}
.ui-icon-folder-open {
    background-position: -16px -96px;
}
.ui-icon-document {
    background-position: -32px -96px;
}
.ui-icon-document-b {
    background-position: -48px -96px;
}
.ui-icon-note {
    background-position: -64px -96px;
}
.ui-icon-mail-closed {
    background-position: -80px -96px;
}
.ui-icon-mail-open {
    background-position: -96px -96px;
}
.ui-icon-suitcase {
    background-position: -112px -96px;
}
.ui-icon-comment {
    background-position: -128px -96px;
}
.ui-icon-person {
    background-position: -144px -96px;
}
.ui-icon-print {
    background-position: -160px -96px;
}
.ui-icon-trash {
    background-position: -176px -96px;
}
.ui-icon-locked {
    background-position: -192px -96px;
}
.ui-icon-unlocked {
    background-position: -208px -96px;
}
.ui-icon-bookmark {
    background-position: -224px -96px;
}
.ui-icon-tag {
    background-position: -240px -96px;
}
.ui-icon-home {
    background-position: 0 -112px;
}
.ui-icon-flag {
    background-position: -16px -112px;
}
.ui-icon-calendar {
    background-position: -32px -112px;
}
.ui-icon-cart {
    background-position: -48px -112px;
}
.ui-icon-pencil {
    background-position: -64px -112px;
}
.ui-icon-clock {
    background-position: -80px -112px;
}
.ui-icon-disk {
    background-position: -96px -112px;
}
.ui-icon-calculator {
    background-position: -112px -112px;
}
.ui-icon-zoomin {
    background-position: -128px -112px;
}
.ui-icon-zoomout {
    background-position: -144px -112px;
}
.ui-icon-search {
    background-position: -160px -112px;
}
.ui-icon-wrench {
    background-position: -176px -112px;
}
.ui-icon-gear {
    background-position: -192px -112px;
}
.ui-icon-heart {
    background-position: -208px -112px;
}
.ui-icon-star {
    background-position: -224px -112px;
}
.ui-icon-link {
    background-position: -240px -112px;
}
.ui-icon-cancel {
    background-position: 0 -128px;
}
.ui-icon-plus {
    background-position: -16px -128px;
}
.ui-icon-plusthick {
    background-position: -32px -128px;
}
.ui-icon-minus {
    background-position: -48px -128px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}
.ui-icon-close {
    background-position: -80px -128px;
}
.ui-icon-closethick {
    background-position: -96px -128px;
}
.ui-icon-key {
    background-position: -112px -128px;
}
.ui-icon-lightbulb {
    background-position: -128px -128px;
}
.ui-icon-scissors {
    background-position: -144px -128px;
}
.ui-icon-clipboard {
    background-position: -160px -128px;
}
.ui-icon-copy {
    background-position: -176px -128px;
}
.ui-icon-contact {
    background-position: -192px -128px;
}
.ui-icon-image {
    background-position: -208px -128px;
}
.ui-icon-video {
    background-position: -224px -128px;
}
.ui-icon-script {
    background-position: -240px -128px;
}
.ui-icon-alert {
    background-position: 0 -144px;
}
.ui-icon-info {
    background-position: -16px -144px;
}
.ui-icon-notice {
    background-position: -32px -144px;
}
.ui-icon-help {
    background-position: -48px -144px;
}
.ui-icon-check {
    background-position: -64px -144px;
}
.ui-icon-bullet {
    background-position: -80px -144px;
}
.ui-icon-radio-on {
    background-position: -96px -144px;
}
.ui-icon-radio-off {
    background-position: -112px -144px;
}
.ui-icon-pin-w {
    background-position: -128px -144px;
}
.ui-icon-pin-s {
    background-position: -144px -144px;
}
.ui-icon-play {
    background-position: 0 -160px;
}
.ui-icon-pause {
    background-position: -16px -160px;
}
.ui-icon-seek-next {
    background-position: -32px -160px;
}
.ui-icon-seek-prev {
    background-position: -48px -160px;
}
.ui-icon-seek-end {
    background-position: -64px -160px;
}
.ui-icon-seek-start {
    background-position: -80px -160px;
}
.ui-icon-seek-first {
    background-position: -80px -160px;
}
.ui-icon-stop {
    background-position: -96px -160px;
}
.ui-icon-eject {
    background-position: -112px -160px;
}
.ui-icon-volume-off {
    background-position: -128px -160px;
}
.ui-icon-volume-on {
    background-position: -144px -160px;
}
.ui-icon-power {
    background-position: 0 -176px;
}
.ui-icon-signal-diag {
    background-position: -16px -176px;
}
.ui-icon-signal {
    background-position: -32px -176px;
}
.ui-icon-battery-0 {
    background-position: -48px -176px;
}
.ui-icon-battery-1 {
    background-position: -64px -176px;
}
.ui-icon-battery-2 {
    background-position: -80px -176px;
}
.ui-icon-battery-3 {
    background-position: -96px -176px;
}
.ui-icon-circle-plus {
    background-position: 0 -192px;
}
.ui-icon-circle-minus {
    background-position: -16px -192px;
}
.ui-icon-circle-close {
    background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}
.ui-icon-circle-check {
    background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 0;
}
.ui-widget-overlay {
    background: #191e28;
    opacity: 0.95;
    filter: Alpha(Opacity=95);
}
.ui-widget-shadow {
    margin: 0;
    padding: 5px;
    background: #191e28;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    border-radius: 8px;
} /*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */
html.os-html,
html.os-html > .os-host {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    height: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    position: absolute !important;
}
html.os-html > .os-host > .os-padding {
    position: absolute;
}
body.os-dragging,
body.os-dragging * {
    cursor: default;
}
.os-host,
.os-host-textarea {
    position: relative;
    overflow: visible !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.os-host-flexbox {
    overflow: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.os-host-flexbox > .os-size-auto-observer {
    height: inherit !important;
}
.os-host-flexbox > .os-content-glue {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
    min-height: 0;
    min-width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
#os-dummy-scrollbar-size {
    position: fixed;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    overflow: scroll;
    height: 500px;
    width: 500px;
}
#os-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}
#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
    content: "";
    display: table;
    width: 0.01px;
    height: 0.01px;
    line-height: 0;
    font-size: 0;
    flex-grow: 0;
    flex-shrink: 0;
    visibility: hidden;
}
#os-dummy-scrollbar-size,
.os-viewport {
    -ms-overflow-style: scrollbar !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
    scrollbar-width: none !important;
}
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    background: transparent !important;
}
.os-content-glue {
    box-sizing: inherit;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.os-padding {
    box-sizing: inherit;
    direction: inherit;
    position: absolute;
    overflow: visible;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.os-host-overflow > .os-padding {
    overflow: hidden;
}
.os-viewport {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    outline: none !important;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.os-content-arrange {
    position: absolute;
    z-index: -1;
    min-height: 1px;
    min-width: 1px;
    pointer-events: none;
}
.os-content {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    height: 100%;
    width: 100%;
    visibility: visible;
}
.os-content > .os-textarea {
    box-sizing: border-box !important;
    direction: inherit !important;
    background: transparent !important;
    outline: 0 none transparent !important;
    overflow: hidden !important;
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border-radius: 0px !important;
    float: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    border: none !important;
    resize: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    max-width: none !important;
    max-height: none !important;
    box-shadow: none !important;
    -webkit-perspective: none !important;
    perspective: none !important;
    opacity: 1 !important;
    z-index: 1 !important;
    clip: auto !important;
    vertical-align: baseline !important;
    padding: 0;
}
.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
    right: 0 !important;
}
.os-content > .os-textarea-cover {
    z-index: -1;
    pointer-events: none;
}
.os-content > .os-textarea[wrap="off"] {
    white-space: pre !important;
    margin: 0px !important;
}
.os-text-inherit {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-indent: inherit;
    text-align: inherit;
    text-shadow: inherit;
    text-overflow: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    line-height: inherit;
    unicode-bidi: inherit;
    direction: inherit;
    color: inherit;
    cursor: text;
}
.os-resize-observer,
.os-resize-observer-host {
    box-sizing: inherit;
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.os-resize-observer-host {
    padding: inherit;
    border: inherit;
    border-color: transparent;
    border-style: solid;
    box-sizing: border-box;
}
.os-resize-observer-host.observed {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
    height: 200%;
    width: 200%;
    padding: inherit;
    border: inherit;
    margin: 0;
    display: block;
    box-sizing: content-box;
}
.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
    display: flex;
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    box-sizing: border-box;
}
.os-resize-observer-host.observed > .os-resize-observer:before {
    content: "";
    box-sizing: content-box;
    padding: inherit;
    border: inherit;
    margin: 0;
}
.os-size-auto-observer {
    box-sizing: inherit !important;
    height: 100%;
    width: inherit;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
}
.os-size-auto-observer > .os-resize-observer {
    width: 1000%;
    height: 1000%;
    min-height: 1px;
    min-width: 1px;
}
.os-resize-observer-item {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    direction: ltr !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}
.os-resize-observer-item-final {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}
.os-resize-observer {
    -webkit-animation-duration: 0.001s;
    animation-duration: 0.001s;
    -webkit-animation-name: os-resize-observer-dummy-animation;
    animation-name: os-resize-observer-dummy-animation;
}
object.os-resize-observer {
    box-sizing: border-box !important;
}
@-webkit-keyframes os-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }
    to {
        z-index: -1;
    }
}
@keyframes os-resize-observer-dummy-animation {
    from {
        z-index: 0;
    }
    to {
        z-index: -1;
    }
}
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
    -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
html.os-html > .os-host > .os-scrollbar {
    position: absolute;
    z-index: 999999;
}
.os-scrollbar,
.os-scrollbar-corner {
    position: absolute;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}
.os-scrollbar-corner {
    bottom: 0;
    right: 0;
}
.os-scrollbar {
    pointer-events: none;
}
.os-scrollbar-track {
    pointer-events: auto;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    border: none !important;
}
.os-scrollbar-handle {
    pointer-events: auto;
    position: absolute;
    width: 100%;
    height: 100%;
}
.os-scrollbar-handle-off,
.os-scrollbar-track-off {
    pointer-events: none;
}
.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
    pointer-events: none !important;
}
.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
    opacity: 0 !important;
}
.os-scrollbar-horizontal {
    bottom: 0;
    left: 0;
}
.os-scrollbar-vertical {
    top: 0;
    right: 0;
}
.os-host-rtl > .os-scrollbar-horizontal {
    right: 0;
}
.os-host-rtl > .os-scrollbar-vertical {
    right: auto;
    left: 0;
}
.os-host-rtl > .os-scrollbar-corner {
    right: auto;
    left: 0;
}
.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.os-scrollbar-corner-resize-both {
    cursor: nwse-resize;
}
.os-host-rtl > .os-scrollbar-corner-resize-both {
    cursor: nesw-resize;
}
.os-scrollbar-corner-resize-horizontal {
    cursor: ew-resize;
}
.os-scrollbar-corner-resize-vertical {
    cursor: ns-resize;
}
.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
    cursor: default;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
    top: 0;
    bottom: 0;
}
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
    right: 0;
    left: 0;
}
.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
    opacity: 1 !important;
    visibility: visible !important;
}
.os-scrollbar-corner.os-scrollbar-corner-resize {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    pointer-events: auto !important;
}
.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.os-host-overflow {
    overflow: hidden !important;
}
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
    display: none !important;
}
.os-theme-none > .os-scrollbar-corner-resize {
    display: block !important;
    min-width: 10px;
    min-height: 10px;
}
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
    right: 10px;
    height: 10px;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
    bottom: 10px;
    width: 10px;
}
.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
    left: 10px;
    right: 0;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
    height: 10px;
    width: 10px;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
    background-color: transparent;
}
.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
    padding: 2px;
    box-sizing: border-box;
    background: transparent;
}
.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
    background: transparent;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    background: transparent;
}
.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
    min-width: 30px;
}
.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    min-height: 30px;
}
.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    border-radius: 10px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(0, 0, 0, 0.4);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.4);
}
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(0, 0, 0, 0.55);
}
.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(255, 255, 255, 0.55);
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: rgba(0, 0, 0, 0.7);
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: rgba(255, 255, 255, 0.7);
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
}
.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
    display: none;
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
    top: -6px;
    bottom: -2px;
}
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    left: -6px;
    right: -2px;
}
.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
    right: -6px;
    left: -2px;
}
.featured-news-slider-wrap {
    float: left;
    width: 772px;
    height: 605px;
}
.featured-news-slider-bg-image {
    width: 772px;
    height: 433px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
.featured-news-slider-bg-image-color-overlay {
    background-color: rgba(66, 164, 230, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured-news-slider .slick-next {
    right: 20px !important;
    z-index: 9999999;
    color: #fff !important;
}
.featured-news-slider .slick-prev {
    left: 20px !important;
    z-index: 9999999;
    color: #fff !important;
}
.featured-news-slider .slick-next:before,
.featured-news-slider .slick-prev:before {
    color: #fff !important;
}
.featured-news-slider .slick-next:before {
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Âº" !important;
    font-family: arial, sans-serif !important;
}
.featured-news-slider .slick-prev:before {
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹" !important;
    font-family: arial, sans-serif !important;
}
.featured-news-slider .news-item {
    border-bottom: none !important;
}
.featured-news-slider ul.slick-dots {
    z-index: 99999;
    position: absolute;
    bottom: 20px;
}
.featured-news-slider .slick-dots li button:before {
    color: #fff !important;
    font-size: 10px;
}
.featured-news-slider .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #fff !important;
}
.featured-news-slider-sticky-title {
    position: absolute;
    top: 10px;
    z-index: 9999;
    background-color: #42aee6;
    color: #fff;
    padding: 8px 20px;
}
.featured-news-slider-sticky-title .subtitle--sm {
    margin-bottom: 0 !important;
    font-size: 18px !important;
}
.featured-news-slider-content-wrap {
    background-color: #232323;
    padding: 25px;
    width: 100%;
    height: 170px;
}
.featured-news-slider-content-wrap .news-item__content {
    color: #fff !important;
}
.featured-news-slider-content-wrap .news-item__sub,
.featured-news-slider-content-wrap .news-item__sub .seperator,
.featured-news-slider-content-wrap .news-item__sub a {
    color: #eee !important;
}
.featured-news-slider-content-wrap .news-item__title {
    color: #42a4e6 !important;
}
.featured-news-slider-thumb-container {
    padding-left: 800px;
}
.featured-news-slider-thumb-wrap {
    margin-bottom: 30px;
}
.featured-news-slider-thumb-bg-image {
    width: 286px;
    height: 181px;
    position: relative;
    padding: 25px 25px;
    background-repeat: no-repeat;
}
.featured-news-slider-thumb-bg-image-color-overlay {
    background-color: rgba(66, 164, 230, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured-news-slider-thumb-date {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
}
.featured-news-slider-thumb-title {
    position: absolute;
    top: 70px;
    left: 30px;
    color: #fff;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    padding-right: 25px;
}
.featured-news-slider-thumb-title:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}
.member-news-cta-bar {
    margin-top: 0;
    padding: 30px 40px 40px 40px !important;
}
.member-news-cta-left {
    float: left;
    width: 70%;
    padding-right: 30px;
}
.member-news-cta-left h2 {
    text-align: left;
}
.member-news-cta-left p {
    font-size: 22px;
    text-align: left;
}
.member-news-cta-right {
    float: right;
    width: 30%;
    padding-top: 50px;
}
.news-tab-global-sidebar {
    padding: 0 !important;
    margin-top: 60px;
    margin-bottom: 60px;
}
.news-tab {
    overflow: hidden;
    border: none !important;
    background-color: #fff;
}
.news-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 30px;
    transition: 0.3s;
}
.news-tab button:hover {
    background-color: #ddd;
}
.news-tab button.active {
    background-color: #eeeeee !important;
}
.tabcontent {
    display: none;
    padding: 20px 30px 0 30px !important;
    background-color: #eeeeee !important;
    border: none !important;
    border-top: none;
}
.tabcontent.active {
    display: block;
}
.news-right-button-wrap {
    margin-top: 30px !important;
}
.news-scrollbar {
    height: 620px;
    padding-right: 30px !important;
}
.cursor {
    cursor: pointer;
}
.cursor:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 1800px) {
    .featured-news-slider-wrap {
        width: 74% !important;
        height: 605px;
    }
    .featured-news-slider-bg-image {
        width: 100% !important;
        height: 433px;
    }
    .featured-news-slider-thumb-container {
        padding-left: 77% !important;
        width: 100% !important;
    }
    .featured-news-slider-thumb-bg-image {
        width: 100% !important;
    }
    .featured-news-slider-thumb-date {
        font-size: 12px !important;
        top: 20px;
        left: 20px;
    }
    .featured-news-slider-thumb-title {
        font-size: 14px !important;
        top: 60px;
        left: 20px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 1400px) {
    .featured-news-slider-content-wrap .news-item__title {
        font-size: 20px !important;
    }
    .featured-news-slider-wrap {
        float: none !important;
        width: 100% !important;
        height: 505px !important;
    }
    .featured-news-slider-bg-image {
        width: 100% !important;
        height: 333px !important;
    }
    .featured-news-slider-thumb-container {
        clear: both !important;
        padding-left: 0px !important;
        width: 103.5% !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .featured-news-slider-thumb-wrap {
        width: 30% !important;
        float: left;
        margin-right: 3%;
    }
    .featured-news-slider-thumb-date {
        font-size: 11px !important;
        top: 15px;
        left: 15px;
    }
    .featured-news-slider-thumb-title {
        font-size: 14px !important;
        top: 50px;
        left: 15px;
        padding-right: 10px;
    }
    .member-news-cta-bar {
        padding: 20px 30px 30px 30px !important;
    }
    .member-news-cta-left {
        width: 60% !important;
        padding-right: 30px;
    }
    .member-news-cta-left h2 {
        font-size: 30px !important;
    }
    .member-news-cta-left p {
        font-size: 16px !important;
    }
    .member-news-cta-right {
        width: 40% !important;
    }
    .news-tab button {
        padding: 20px 20px !important;
    }
    .news-scrollbar {
        max-height: 700px !important;
    }
}
@media only screen and (max-width: 1026px) {
    .featured-news-content-sidebar-wrap {
        display: block !important;
    }
    .featured-news-content-sidebar-wrap .global-sidebar {
        width: 100% !important;
    }
    .featured-news-slider-content-wrap .news-item__title {
        font-size: 20px !important;
    }
    .featured-news-slider-wrap {
        max-width: 940px !important;
    }
    .news-tab-global-sidebar {
        margin-top: 30px !important;
        padding-bottom: 60px !important;
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 600px) {
    .featured-news-slider-thumb-date {
        display: none !important;
    }
    .featured-news-slider-thumb-title {
        font-size: 13px !important;
        top: 20px;
        left: 15px;
        padding-right: 10px;
    }
    .member-news-cta-left {
        width: 100% !important;
        padding-right: 0px !important;
        float: none !important;
    }
    .member-news-cta-left h2 {
        text-align: center;
    }
    .member-news-cta-left p {
        font-size: 18px !important;
        text-align: center;
    }
    .member-news-cta-right {
        width: 100% !important;
        float: none !important;
        padding-top: 10px !important;
    }
    .member-news-cta-right .cta-bar__column {
        padding-bottom: 0 !important;
    }
}
.background--night {
    background-color: #113a5e;
}
.featured-news-slider .slick-dots li button {
    display: inline-block;
    height: 0;
    width: 0;
}
.featured-news-slider .slick-prev:before,
.slick-next:before {
    font-size: 52px;
}
.featured-news-slider .slick-dots li button:before {
    font-family: "slick";
    font-size: 36px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢";
    text-align: center;
    opacity: 0.25;
    color: #232323;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.newsviews-featured-wrap {
    margin: 0 auto;
    width: 1020px;
    height: 470px;
}
.newsviews-featured-left-wrap {
    float: left;
    width: 585px;
    height: 470px;
}
.newsviews-featured-right-wrap {
    padding-left: 610px;
    width: 410px;
    height: 470px;
}
.newsviews-featured-left-item-img {
    width: 585px;
    height: 320px;
    background: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.newsviews-featured-left-item-content-wrap {
    height: 150px;
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    text-align: left;
}
.newsviews-featured-left-item-content-wrap a:hover {
    color: #42a4e6;
}
.newsviews-featured-left-item-date {
    margin-bottom: 20px;
    font-size: 14px;
    color: #838383;
    text-align: left;
}
.newsviews-featured-left-item-title {
    font-size: 24px;
    font-weight: 700;
    color: #232323;
    line-height: 1.1 !important;
}
.newsviews-featured-right-item-wrap {
    width: 410px;
    height: 140px;
    margin-bottom: 25px;
}
.newsviews-featured-right-item-img {
    float: left;
    width: 180px;
    height: 140px;
    background: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.newsviews-featured-right-item-content-wrap {
    background-color: #fff;
    padding: 20px 20px 20px 200px;
    text-align: left;
    height: 140px;
}
.newsviews-featured-right-item-date {
    margin-bottom: 20px;
    font-size: 11px;
    color: #838383;
    text-align: left;
}
.newsviews-featured-right-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #232323;
    line-height: 17px !important;
}
.newsviews-featured-right-item-content-wrap a:hover {
    color: #42a4e6;
}
.newsviews-featured-right-item-content-wrap a:hover .newsviews-featured-right-item-title {
    color: #42a4e6;
}
.leadgen-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.leadgen-wrapper {
    margin: 50px auto 40px auto;
    width: 100%;
    max-width: 1200px;
    display: table;
    clear: both;
}
.leadgen-wrapper .leadgen-title {
    text-align: center;
    margin-bottom: 10px;
}
.leadgen-left-col {
    width: 48%;
    float: left;
    margin-right: 7%;
}
.leadgen-right-col {
    width: 45%;
    float: left;
}
.leadgen-right-col-title {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: 3rem;
}
.leadgen-right-col-content-wrap {
    padding-bottom: 20px;
}
.leadgen-right-col-content-wrap p.bullet {
    display: flex;
}
.leadgen-right-col-content-wrap p.bullet:before {
    font-family: "font awesome 5 pro";
    font-weight: 900;
    content: "\f058";
    padding-right: 10px;
}
.leadgen-right-col svg {
    margin-right: 1rem;
}
.leadgen-right-col fieldset {
    border: none;
}
.leadgen-right-col fieldset label {
    padding-bottom: 4px;
}
.leadgen-gf-box {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
}
.leadgen-gf-box p {
    font-size: 18px;
    font-weight: 700;
}
.leadgen-right-col .form,
.leadgen-right-col .gform_wrapper {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.leadgen-right-col .gform_wrapper .validation_message {
    font-size: 1.6rem;
    padding-left: 0;
}
.gform_button.button {
    border: 4px solid #b00;
    color: #b00;
}
.gform_button.button:hover {
    color: #fff;
    background-color: #b00;
}
.leadgen-flex-container {
    display: flex;
    flex-direction: row;
}
.leadgen-flex-left {
    width: 57%;
    min-height: 500px;
    padding: 80px 2% 80px 0;
    border-right: solid 1px #ccc;
}
.leadgen-flex-right {
    width: 43%;
    padding: 80px 0 80px 2%;
    background-color: #eee;
}
.leadgen-flex-right .rightcol-wrap {
    max-width: 400px;
}
.leadgen-flex-container .form [type="url"],
.leadgen-flex-container .form [type="tel"],
.leadgen-flex-container .form [type="email"],
.leadgen-flex-container .form [type="number"],
.leadgen-flex-container .form [type="password"],
.leadgen-flex-container .form [type="text"],
.leadgen-flex-container .form textarea,
.leadgen-flex-container .form select,
.leadgen-flex-container .gform_wrapper [type="url"],
.leadgen-flex-container .gform_wrapper [type="tel"],
.leadgen-flex-container .gform_wrapper [type="email"],
.leadgen-flex-container .gform_wrapper [type="number"],
.leadgen-flex-container .gform_wrapper [type="password"],
.leadgen-flex-container .gform_wrapper [type="text"],
.leadgen-flex-container .gform_wrapper textarea,
.leadgen-flex-container .gform_wrapper select {
    background-color: #fff;
}
.leadgen-flex-container .form-title {
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    font-weight: normal !important;
    font-size: 26px;
    padding-bottom: 10px !important;
    margin-top: 80px;
}
.leadgen-flex-container .form [type="submit"],
.leadgen-flex-container .gform_wrapper [type="submit"] {
    margin: 13px 0 !important;
}
.leadgen-flex-container .form .gfield,
.leadgen-flex-container .gform_wrapper .gfield {
    padding: 9px 10px 0 0 !important;
}
.leadgen-flex-container fieldset {
    border: none;
}
.leadgen-flex-container fieldset label {
    padding-bottom: 4px;
}
@media only screen and (min-width: 48em) {
    .leadgen-flex-container p + ul,
    .leadgen-flex-container p + ol {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.leadgen-flex-container li {
    margin-bottom: 10px;
}



/* Updates for Lightning Components */
:root {
    --lwc-formLabelFontSize: 1.5rem !important;
    --lwc-fontSize3: 1.5rem !important;
    --lwc-fontSize2: 1.5rem !important;
    --lwc-squareIconMediumContent: 1.5rem !important;
    --lwc-heightInput: 3.0rem  !important;
}

.slds-scope button, .slds-scope input, .slds-scope optgroup, .slds-scope select, .slds-scope textarea {
    margin:2px 0 !important;
    padding:4px 10px !important;
}
.nu-lightning-wrapper .slds-scope:not(html) {
    font-size: 16px !important;
}
.slds-scope .slds-card__footer{
    margin-top:30px !important;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 4As Update for new Site 2025                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/************************* FONT FAMILY *************************/
h1, h2, h3, h4, h5, h6 {
    font-family: "Manrope", sans-serif !important;
}
p, a {
    font-family: "Manrope", sans-serif !important;
}


/************************* HEADINGS *************************/
/* HEADINGS - GENERAL STYLE */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: 58px;
    line-height: 1.2;
}
h2 {
    font-size: 48px;
    line-height: 1.2;
}
h3 {
    font-size: 36px;
    line-height: 1.3;
}
h4 {
    font-size: 24px;
    line-height: 1.4;
}
h5 {
    font-size: 20px;
    line-height: 1.4;
}
h6 {
    font-size: 16px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 1.4;
    }
    h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    h3 {
        font-size: 24px;
        line-height: 1.2;
    }
    h4 {
        font-size: 18px;
        line-height: 1.4;
    }
    h5 {
        font-size: 18px;
        line-height: 1.4;
    }
    h6 {
        font-size: 12px;
        line-height: 1.4;
    }
}


/************************* TEXT *************************/
body, p {
    color: #656565 !important;;
    font-size: 18px !important;;
    line-height: 1.6 !important;;
    font-weight: 400 !important;;
}
body, .card .card-detail, .navbar .navbar-nav>li>a, .page-header {
    font-size: 18px;
}
.card .card-detail-label {
    font-size: 18px;
}
.card-list .card-list-heading, .card-list .card-list-heading>h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}
h1, .h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 70px;
}
@media screen and (max-width: 1024px) {
    body, p {
        font-size: 16px !important;;
        line-height: 1.6 !important;;
    }
}
@media screen and (max-width: 768px) {
    body, p {
        font-size: 14px !important;;
        line-height: 1.6 !important;;
    }
}
a {
    color: #B80000;;
    text-decoration: none;
}
a:hover {
    color: #940000 !important;;
    text-decoration: underline;
}


input[type='text'], input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='url'], select, textarea{
    font-size:1.5rem !important;
}


/*************************** BUTTONS ***************************/

button, .btn, .primarybutton, .cEmailChecker button.slds-button.primarybutton {
    text-align: center !important;
    border: 0 !important;
    background-color: transparent;
    padding: 0 !important;
}
button a, .btn, input[type='submit'] {
    padding: 14.5px 24px !important;
    font-size: 18px !important;
	font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 44px !important;
	-webkit-transition: all 0.5s !important;
	transition: all 0.5s !important;
    border: 1px solid #B90303 !important;
    line-height: 1.4 !important;
}
a.btn, a.primarybutton, .cEmailChecker button.slds-button.primarybutton {
    padding: 14.5px 24px !important;
    font-size: 18px !important;
	font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 44px !important;
	-webkit-transition: all 0.5s !important;
	transition: all 0.5s !important;
    border: 1px solid #B90303 !important;
    line-height: 1.4 !important;
    text-align:center !important;
    border: 1px solid #B90303 !important;
    background-color: #B90303 !important;
    color: #FCFCFC !important;
}
a.btn:hover, a.primarybutton:hover, .cEmailChecker button.slds-button.primarybutton:hover {
    border-color: #940000 !important;
    background-color: #940000 !important;
    color: #FCFCFC !important;
}


.btn-list-button{
    padding: 14.5px 24px !important;
    font-size: 18px !important;
	font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 44px !important;
	-webkit-transition: all 0.5s !important;
	transition: all 0.5s !important;
    border: 1px solid #B90303 !important;
    line-height: 1.4 !important;
    text-align:center !important;
    border: 1px solid #B90303 !important;
    background-color: #B90303 !important;
    color: #FCFCFC !important;
}
.btn-list-button:hover{
    border-color: #940000 !important;
    background-color: #940000 !important;
    color: #FCFCFC !important;
}

button.default a, .btn, input[type='submit'] {
    border: 1px solid #B90303 !important;
    background-color: #B90303 !important;
    color: #FCFCFC !important;
    background-image: none !important;
}
button.default a:hover, .btn, input[type='submit'] {
    border-color: #940000 !important;
    background-color: #940000 !important;
    color: #FCFCFC !important;
}
button.alternative a {
    border-color: rgba(0, 0, 0, 0.10) !important;
    background-color: transparent !important;
    color: #B90303 !important;
}
button.alternative a:hover {
    border-color: #B90303 !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.02) 100%), rgba(185, 3, 3, 0.00)  !important;
    color: #B90303 !important;
}
@media screen and (max-width: 768px) {
    button {
        text-align: center !important;
        width: 100% !important;
    }
}

.btn-secondary{color:#fff !important;}

ul.dropdown-menu li > a.m-btn-menu-button{
    margin:6px 10px;font-size:1.25rem !important;
}

/* .slds-scope *, .slds-scope *:before, .slds-scope *:after{
    padding-block:0px !important;
} */

/************************* SEPARATOR *************************/
hr {
    border: 0;
    height: 1px;
    background: #EDEDED;
    margin: 20px 0;
}


/************************* SUBMENU *************************/
.sub-menu nav {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    border-radius: 0;
    background-color: #161616;
    width: fit-content;
}

.sub-menu nav a {
    padding: 14px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.4;
}

.sub-menu nav a:hover {
	text-decoration: underline;
    text-decoration-color: #B80000;
	color: #FFF !important;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .sub-menu nav {
        width: 100%;
    }
}
.FAs-header a{background:none !important;}
.FAs-header a:hover{background:none !important;}

.FAs-header nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.FAs-header .first-level {
    background: transparent;
    text-align: center;
    padding: 20px;
}
.FAs-header .first-level nav {
    justify-content: flex-end;
    gap: 30px;
    width: 100%;
}
.FAs-header .first-level > div {
    width: 100%;
}
.FAs-header .first-level > div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 200px;
}
.FAs-header .first-level > div:nth-child(2) {
    justify-content: flex-end;
}
.FAs-header .first-level nav a {
    padding: 20px 0;
}
.FAs-header a.nav-link {
    font-size:18px !important;
    margin-right:20px !important;;
    color:#535353 !important;
}
.FAs-header a.nav-link:hover {
    color:#b80000 !important;
}

.FAs-header .logo {
    width: 74px;
}

.FAs-header nav a {
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 400;
    color: #535353;
    line-height: 1.6;
}
.FAs-header nav a:hover {
    color: #940000;
    text-decoration: underline !important;
}

.FAs-header .navigation-bar{
    background-color:#fff !important;
    padding:0px 0 8px 0 !important;
}

.FAs-header .navigation-bar ul.navigation-links {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

.FAs-header .navigation-bar ul.navigation-links li {
    display: inline-block;
}

.FAs-header .navigation-bar ul.navigation-links li.navigation-links-mobile-only {
    display: none;
}

.FAs-header .navigation-bar ul.navigation-links li a {
    text-decoration: none;
    color: #535353 !important; 
    font-size: 18px;
    font-weight: 500;
    padding: 20px 15px;
    white-space: nowrap;
}
.FAs-header .navigation-bar ul.navigation-links li a:hover {
    color: #b80000 !important; 
}

/* Mobile Menu */
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}


.card .card-heading{
    font-size:24px !important;
    text-transform: uppercase !important;
    color:#232323 !important;
}

.page-header.page-header-anchor {
    background-color: #387291 !important;
    border-bottom-color: #387291 !important;
}

.footer-logo{width:74px !important;}

/* Footer */
ul.footer-nav-primary {
    list-style: none;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 0;
    margin: 20px 0 20px 0;
}

ul.footer-nav-primary li {
    display: inline-block;
}

ul.footer-nav-primary li a {
    text-decoration: none;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    white-space: nowrap;
    background:none !important;
}

ul.footer-nav-primary li a:hover {
    text-decoration: underline;
    color: #b80000 !important;
}

ul.footer-nav-secondary li a{
    font-size:12px !important;
    color:#232323 !important;
}
ul.footer-nav-secondary li a:hover{
    font-size:12px !important;
    color:#b80000 !important;
}
.global-footer__main{padding:30px 0 !important;}
.global-footer__about a, .global-footer__about a:hover{background:none !important;}

.page-header-anchor p{color:#ffffff !important;}

.card-detail p{margin-bottom: 1rem !important}

.list-group a.list-group-item{
    background-color:#F5F6F7 !important;
    border: 0;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
}

.card ul.card-detail.m-card-detail-striped li:nth-child(even){
    background-color:#F5F6F7 !important;
}

body, .l-canvas {
    background-color: #F5F6F7 !important;
}

div.section-below-main {
    padding-top: 200px !important;
}

.cEmailChecker.card{padding:40px !important;}


/* Responsive Styles */
@media screen and (max-width: 1024px) {
    .menu-toggle {
        display: inline-block; /* Show the menu button */
        margin-right:20px;
    }
    
    .navigation-links {
        display: none !important;
        flex-direction: column;
        position: absolute !important;
        top: 100px  !important;
        left: 0 !important;
        width: 100% !important;
        background: white !important;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .navigation-links.active {
        display: flex !important; /* Show menu when active */
    }

    .navigation-links.active li.navigation-links-mobile-only {
        display: inline-block !important;
    }
    

    .navigation-links li {
        margin: 8px 0;
    }

    div.section-below-main {
        padding-top: 120px !important;
    }

    .global-footer__main{display:none !important;}

    
}

@media screen and (max-width: 768px) {
    .FAs-header {
        padding: 0;
    }
    .FAs-header .first-level {
        flex-direction: column;
    }
    .FAs-header .first-level,
    .FAs-header nav {
        justify-content: center;
    }
    .FAs-header .first-level {
        padding: 20px;

    }
    .FAs-header .first-level > div {
        width: 100%;
    }
    .FAs-header .first-level > div:first-child {
        flex-direction: column;
        gap: 20px;
    }
    .FAs-header .first-level nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .FAs-header .first-level nav a {
        padding: 0;
    }
    
    div.section-below-main {
        padding-top: 60px !important;
    }
}
