@supports (display:grid){@media (min-width:992px){article.post{display:grid;grid-template-columns:75% 25%}article>div.col-sm-12.col-md-12.col-lg-9{grid-column:1;max-width:100%}article>aside.col-sm-12.col-md-12.col-lg-3{grid-column:2;max-width:100%}}}
.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.block-editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    border: 1px dashed rgba(145, 151, 162, .25);
    border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media (min-width:960px) {
    .block-editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }
    .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) transparent
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) transparent
}

.block-editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border: 1px dashed #e2e4e7;
    color: #555d66;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 440;
    background: #edeff0
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.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-columns {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }
    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width:782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
    color: #fff
}

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

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (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: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.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__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .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: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.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:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.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: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.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:-webkit-sticky) or (position:sticky)) {
    .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
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.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) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }
    @supports (-ms-ime-align:auto) {
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }
    .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
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image img {
    max-width: 100%
}

.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,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    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: 52px
}

.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: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
        grid-template-areas: "media-text-media" "media-text-content"
    }
    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content" "media-text-media"
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    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: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    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: 18px;
    text-align: right
}

.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 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }
    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }
    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }
    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }
    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.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 #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    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 {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (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: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}

.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}

.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}

.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}

.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}

.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}

.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}

.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}

.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}

.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}

.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}

.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}

.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}

.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}

.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}

.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.components-animate__appear {
    animation: components-animate__appear-animation .1s cubic-bezier(0, 0, .2, 1) 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .components-animate__appear {
        animation-duration: 1ms!important
    }
}

.components-animate__appear.is-from-top,
.components-animate__appear.is-from-top.is-from-left {
    transform-origin: top left
}

.components-animate__appear.is-from-top.is-from-right {
    transform-origin: top right
}

.components-animate__appear.is-from-bottom,
.components-animate__appear.is-from-bottom.is-from-left {
    transform-origin: bottom left
}

.components-animate__appear.is-from-bottom.is-from-right {
    transform-origin: bottom right
}

@keyframes components-animate__appear-animation {
    0% {
        transform: translateY(-2em) scaleY(0) scaleX(0)
    }
    to {
        transform: translateY(0) scaleY(1) scaleX(1)
    }
}

.components-animate__slide-in {
    animation: components-animate__slide-in-animation .1s cubic-bezier(0, 0, .2, 1);
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .components-animate__slide-in {
        animation-duration: 1ms!important
    }
}

.components-animate__slide-in.is-from-left {
    transform: translateX(100%)
}

@keyframes components-animate__slide-in-animation {
    to {
        transform: translateX(0)
    }
}

.components-autocomplete__popover .components-popover__content {
    min-width: 200px
}

.components-autocomplete__popover .components-autocomplete__results {
    padding: 3px;
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.components-autocomplete__popover .components-autocomplete__results:empty {
    display: none
}

.components-autocomplete__result.components-button {
    margin-bottom: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    color: #555d66;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 0;
    align-items: center;
    padding: 6px 8px;
    margin-left: -3px;
    margin-right: -3px;
    text-align: left
}

.components-autocomplete__result.components-button.is-selected {
    color: #191e23;
    border: none;
    box-shadow: none;
    outline-offset: -2px;
    outline: 1px dotted #555d66
}

.components-autocomplete__result.components-button:hover {
    color: #191e23;
    border: none;
    box-shadow: none;
    background: #f3f4f5
}

.components-base-control {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.components-base-control .components-base-control__field {
    margin-bottom: 8px
}

.components-panel__row .components-base-control .components-base-control__field {
    margin-bottom: inherit
}

.components-base-control .components-base-control__label {
    display: block;
    margin-bottom: 4px
}

.components-base-control .components-base-control__help {
    margin-top: -8px;
    font-style: italic
}

.components-base-control+.components-base-control {
    margin-bottom: 16px
}

.components-button-group {
    display: inline-block
}

.components-button-group .components-button.is-button {
    border-radius: 0
}

.components-button-group .components-button.is-button+.components-button.is-button {
    margin-left: -1px
}

.components-button-group .components-button.is-button:first-child {
    border-radius: 3px 0 0 3px
}

.components-button-group .components-button.is-button:last-child {
    border-radius: 0 3px 3px 0
}

.components-button-group .components-button.is-button.is-primary,
.components-button-group .components-button.is-button:focus {
    position: relative;
    z-index: 1
}

.components-button-group .components-button.is-button.is-primary {
    box-shadow: none
}

.components-button {
    display: inline-flex;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    background: none
}

.components-button.is-button {
    padding: 0 10px 1px;
    line-height: 26px;
    height: 28px;
    border-radius: 3px;
    white-space: nowrap;
    border-width: 1px;
    border-style: solid
}

.components-button.is-default {
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: inset 0 -1px 0 #ccc;
    vertical-align: top
}

.components-button.is-default:hover {
    background: #fafafa;
    border-color: #999;
    box-shadow: inset 0 -1px 0 #999;
    color: #23282d;
    text-decoration: none
}

.components-button.is-default:focus:enabled {
    background: #fafafa;
    color: #23282d;
    border-color: #999;
    box-shadow: inset 0 -1px 0 #999, 0 0 0 2px #bfe7f3;
    text-decoration: none
}

.components-button.is-default:active:enabled {
    background: #eee;
    border-color: #999;
    box-shadow: inset 0 1px 0 #999
}

.components-button.is-default:disabled,
.components-button.is-default[aria-disabled=true] {
    color: #a0a5aa;
    border-color: #ddd;
    background: #f7f7f7;
    box-shadow: none;
    text-shadow: 0 1px 0 #fff;
    transform: none
}

.components-button.is-primary {
    background: #0085ba;
    border-color: #006a95 #00648c #00648c;
    box-shadow: inset 0 -1px 0 #00648c;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #005d82, 1px 0 1px #005d82, 0 1px 1px #005d82, -1px 0 1px #005d82
}

body.admin-color-sunrise .components-button.is-primary {
    background: #d1864a;
    border-color: #a76b3b #9d6538 #9d6538;
    box-shadow: inset 0 -1px 0 #9d6538;
    text-shadow: 0 -1px 1px #925e34, 1px 0 1px #925e34, 0 1px 1px #925e34, -1px 0 1px #925e34
}

body.admin-color-ocean .components-button.is-primary {
    background: #a3b9a2;
    border-color: #829482 #7a8b7a #7a8b7a;
    box-shadow: inset 0 -1px 0 #7a8b7a;
    text-shadow: 0 -1px 1px #728271, 1px 0 1px #728271, 0 1px 1px #728271, -1px 0 1px #728271
}

body.admin-color-midnight .components-button.is-primary {
    background: #e14d43;
    border-color: #b43e36 #a93a32 #a93a32;
    box-shadow: inset 0 -1px 0 #a93a32;
    text-shadow: 0 -1px 1px #9e362f, 1px 0 1px #9e362f, 0 1px 1px #9e362f, -1px 0 1px #9e362f
}

body.admin-color-ectoplasm .components-button.is-primary {
    background: #a7b656;
    border-color: #869245 #7d8941 #7d8941;
    box-shadow: inset 0 -1px 0 #7d8941;
    text-shadow: 0 -1px 1px #757f3c, 1px 0 1px #757f3c, 0 1px 1px #757f3c, -1px 0 1px #757f3c
}

body.admin-color-coffee .components-button.is-primary {
    background: #c2a68c;
    border-color: #9b8570 #927d69 #927d69;
    box-shadow: inset 0 -1px 0 #927d69;
    text-shadow: 0 -1px 1px #887462, 1px 0 1px #887462, 0 1px 1px #887462, -1px 0 1px #887462
}

body.admin-color-blue .components-button.is-primary {
    background: #d9ab59;
    border-color: #ae8947 #a38043 #a38043;
    box-shadow: inset 0 -1px 0 #a38043;
    text-shadow: 0 -1px 1px #98783e, 1px 0 1px #98783e, 0 1px 1px #98783e, -1px 0 1px #98783e
}

body.admin-color-light .components-button.is-primary {
    background: #0085ba;
    border-color: #006a95 #00648c #00648c;
    box-shadow: inset 0 -1px 0 #00648c;
    text-shadow: 0 -1px 1px #005d82, 1px 0 1px #005d82, 0 1px 1px #005d82, -1px 0 1px #005d82
}

.components-button.is-primary:focus:enabled,
.components-button.is-primary:hover {
    background: #007eb1;
    border-color: #00435d;
    color: #fff
}

body.admin-color-sunrise .components-button.is-primary:focus:enabled,
body.admin-color-sunrise .components-button.is-primary:hover {
    background: #c77f46;
    border-color: #694325
}

body.admin-color-ocean .components-button.is-primary:focus:enabled,
body.admin-color-ocean .components-button.is-primary:hover {
    background: #9bb09a;
    border-color: #525d51
}

body.admin-color-midnight .components-button.is-primary:focus:enabled,
body.admin-color-midnight .components-button.is-primary:hover {
    background: #d64940;
    border-color: #712722
}

body.admin-color-ectoplasm .components-button.is-primary:focus:enabled,
body.admin-color-ectoplasm .components-button.is-primary:hover {
    background: #9fad52;
    border-color: #545b2b
}

body.admin-color-coffee .components-button.is-primary:focus:enabled,
body.admin-color-coffee .components-button.is-primary:hover {
    background: #b89e85;
    border-color: #615346
}

body.admin-color-blue .components-button.is-primary:focus:enabled,
body.admin-color-blue .components-button.is-primary:hover {
    background: #cea255;
    border-color: #6d562d
}

body.admin-color-light .components-button.is-primary:focus:enabled,
body.admin-color-light .components-button.is-primary:hover {
    background: #007eb1;
    border-color: #00435d
}

.components-button.is-primary:hover {
    box-shadow: inset 0 -1px 0 #00435d
}

body.admin-color-sunrise .components-button.is-primary:hover {
    box-shadow: inset 0 -1px 0 #694325
}

body.admin-color-ocean .components-button.is-primary:hover {
    box-shadow: inset 0 -1px 0 #525d51
}

body.admin-color-midnight .components-button.is-primary:hover {
    box-shadow: inset 0 -1px 0 #712722
}

body.admin-color-ectoplasm .components-button.is-primary:hover {
    box-shadow: inset 0 -1px 0 #545b2b
}

body.admin-color-coffee .components-button.is-primary:hover {
    box-shadow: inset 0 -1px 0 #615346
}

body.admin-color-blue .components-button.is-primary:hover {
    box-shadow: inset 0 -1px 0 #6d562d
}

body.admin-color-light .components-button.is-primary:hover {
    box-shadow: inset 0 -1px 0 #00435d
}

.components-button.is-primary:focus:enabled {
    box-shadow: inset 0 -1px 0 #00435d, 0 0 0 2px #bfe7f3
}

body.admin-color-sunrise .components-button.is-primary:focus:enabled {
    box-shadow: inset 0 -1px 0 #694325, 0 0 0 2px #bfe7f3
}

body.admin-color-ocean .components-button.is-primary:focus:enabled {
    box-shadow: inset 0 -1px 0 #525d51, 0 0 0 2px #bfe7f3
}

body.admin-color-midnight .components-button.is-primary:focus:enabled {
    box-shadow: inset 0 -1px 0 #712722, 0 0 0 2px #bfe7f3
}

body.admin-color-ectoplasm .components-button.is-primary:focus:enabled {
    box-shadow: inset 0 -1px 0 #545b2b, 0 0 0 2px #bfe7f3
}

body.admin-color-coffee .components-button.is-primary:focus:enabled {
    box-shadow: inset 0 -1px 0 #615346, 0 0 0 2px #bfe7f3
}

body.admin-color-blue .components-button.is-primary:focus:enabled {
    box-shadow: inset 0 -1px 0 #6d562d, 0 0 0 2px #bfe7f3
}

body.admin-color-light .components-button.is-primary:focus:enabled {
    box-shadow: inset 0 -1px 0 #00435d, 0 0 0 2px #bfe7f3
}

.components-button.is-primary:active:enabled {
    background: #006a95;
    border-color: #00435d;
    box-shadow: inset 0 1px 0 #00435d;
    vertical-align: top
}

body.admin-color-sunrise .components-button.is-primary:active:enabled {
    background: #a76b3b;
    border-color: #694325;
    box-shadow: inset 0 1px 0 #694325
}

body.admin-color-ocean .components-button.is-primary:active:enabled {
    background: #829482;
    border-color: #525d51;
    box-shadow: inset 0 1px 0 #525d51
}

body.admin-color-midnight .components-button.is-primary:active:enabled {
    background: #b43e36;
    border-color: #712722;
    box-shadow: inset 0 1px 0 #712722
}

body.admin-color-ectoplasm .components-button.is-primary:active:enabled {
    background: #869245;
    border-color: #545b2b;
    box-shadow: inset 0 1px 0 #545b2b
}

body.admin-color-coffee .components-button.is-primary:active:enabled {
    background: #9b8570;
    border-color: #615346;
    box-shadow: inset 0 1px 0 #615346
}

body.admin-color-blue .components-button.is-primary:active:enabled {
    background: #ae8947;
    border-color: #6d562d;
    box-shadow: inset 0 1px 0 #6d562d
}

body.admin-color-light .components-button.is-primary:active:enabled {
    background: #006a95;
    border-color: #00435d;
    box-shadow: inset 0 1px 0 #00435d
}

.components-button.is-primary:disabled,
.components-button.is-primary[aria-disabled=true] {
    color: #4daacf;
    background: #005d82;
    border-color: #006a95;
    box-shadow: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1)
}

body.admin-color-sunrise .components-button.is-primary:disabled,
body.admin-color-sunrise .components-button.is-primary[aria-disabled=true] {
    color: #dfaa80;
    background: #925e34;
    border-color: #a76b3b
}

body.admin-color-ocean .components-button.is-primary:disabled,
body.admin-color-ocean .components-button.is-primary[aria-disabled=true] {
    color: #bfcebe;
    background: #728271;
    border-color: #829482
}

body.admin-color-midnight .components-button.is-primary:disabled,
body.admin-color-midnight .components-button.is-primary[aria-disabled=true] {
    color: #ea827b;
    background: #9e362f;
    border-color: #b43e36
}

body.admin-color-ectoplasm .components-button.is-primary:disabled,
body.admin-color-ectoplasm .components-button.is-primary[aria-disabled=true] {
    color: #c1cc89;
    background: #757f3c;
    border-color: #869245
}

body.admin-color-coffee .components-button.is-primary:disabled,
body.admin-color-coffee .components-button.is-primary[aria-disabled=true] {
    color: #d4c1af;
    background: #887462;
    border-color: #9b8570
}

body.admin-color-blue .components-button.is-primary:disabled,
body.admin-color-blue .components-button.is-primary[aria-disabled=true] {
    color: #e4c48b;
    background: #98783e;
    border-color: #ae8947
}

body.admin-color-light .components-button.is-primary:disabled,
body.admin-color-light .components-button.is-primary[aria-disabled=true] {
    color: #4daacf;
    background: #005d82;
    border-color: #006a95
}

.components-button.is-primary.is-busy,
.components-button.is-primary.is-busy:disabled,
.components-button.is-primary.is-busy[aria-disabled=true] {
    color: #fff;
    background-size: 100px 100%;
    background-image: linear-gradient(-45deg, #0085ba 28%, #005d82 0, #005d82 72%, #0085ba 0);
    border-color: #00435d
}

body.admin-color-sunrise .components-button.is-primary.is-busy,
body.admin-color-sunrise .components-button.is-primary.is-busy:disabled,
body.admin-color-sunrise .components-button.is-primary.is-busy[aria-disabled=true] {
    background-image: linear-gradient(-45deg, #d1864a 28%, #925e34 0, #925e34 72%, #d1864a 0);
    border-color: #694325
}

body.admin-color-ocean .components-button.is-primary.is-busy,
body.admin-color-ocean .components-button.is-primary.is-busy:disabled,
body.admin-color-ocean .components-button.is-primary.is-busy[aria-disabled=true] {
    background-image: linear-gradient(-45deg, #a3b9a2 28%, #728271 0, #728271 72%, #a3b9a2 0);
    border-color: #525d51
}

body.admin-color-midnight .components-button.is-primary.is-busy,
body.admin-color-midnight .components-button.is-primary.is-busy:disabled,
body.admin-color-midnight .components-button.is-primary.is-busy[aria-disabled=true] {
    background-image: linear-gradient(-45deg, #e14d43 28%, #9e362f 0, #9e362f 72%, #e14d43 0);
    border-color: #712722
}

body.admin-color-ectoplasm .components-button.is-primary.is-busy,
body.admin-color-ectoplasm .components-button.is-primary.is-busy:disabled,
body.admin-color-ectoplasm .components-button.is-primary.is-busy[aria-disabled=true] {
    background-image: linear-gradient(-45deg, #a7b656 28%, #757f3c 0, #757f3c 72%, #a7b656 0);
    border-color: #545b2b
}

body.admin-color-coffee .components-button.is-primary.is-busy,
body.admin-color-coffee .components-button.is-primary.is-busy:disabled,
body.admin-color-coffee .components-button.is-primary.is-busy[aria-disabled=true] {
    background-image: linear-gradient(-45deg, #c2a68c 28%, #887462 0, #887462 72%, #c2a68c 0);
    border-color: #615346
}

body.admin-color-blue .components-button.is-primary.is-busy,
body.admin-color-blue .components-button.is-primary.is-busy:disabled,
body.admin-color-blue .components-button.is-primary.is-busy[aria-disabled=true] {
    background-image: linear-gradient(-45deg, #82b4cb 28%, #5b7e8e 0, #5b7e8e 72%, #82b4cb 0);
    border-color: #415a66
}

body.admin-color-light .components-button.is-primary.is-busy,
body.admin-color-light .components-button.is-primary.is-busy:disabled,
body.admin-color-light .components-button.is-primary.is-busy[aria-disabled=true] {
    background-image: linear-gradient(-45deg, #0085ba 28%, #005d82 0, #005d82 72%, #0085ba 0);
    border-color: #00435d
}

.components-button.is-link {
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    background: none;
    outline: none;
    text-align: left;
    color: #0073aa;
    text-decoration: underline;
    transition-property: border, background, color;
    transition-duration: .05s;
    transition-timing-function: ease-in-out
}

.components-button.is-link:active,
.components-button.is-link:hover {
    color: #00a0d2
}

.components-button.is-link:focus {
    color: #124964;
    box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8)
}

.components-button.is-link.is-destructive {
    color: #d94f4f
}

.components-button:active {
    color: currentColor
}

.components-button:disabled,
.components-button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.components-button:focus:enabled {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.components-button.is-busy,
.components-button.is-default.is-busy,
.components-button.is-default.is-busy:disabled,
.components-button.is-default.is-busy[aria-disabled=true] {
    animation: components-button__busy-animation 2.5s linear infinite;
    background-size: 100px 100%;
    background-image: repeating-linear-gradient(-45deg, #e2e4e7, #fff 11px, #fff 0, #e2e4e7 20px);
    opacity: 1
}

.components-button.is-large {
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px
}

.components-button.is-small {
    height: 24px;
    line-height: 22px;
    padding: 0 8px 1px;
    font-size: 11px
}

.components-button.is-tertiary {
    color: #007cba;
    padding: 0 10px;
    line-height: 26px;
    height: 28px
}

body.admin-color-sunrise .components-button.is-tertiary {
    color: #837425
}

body.admin-color-ocean .components-button.is-tertiary {
    color: #5e7d5e
}

body.admin-color-midnight .components-button.is-tertiary {
    color: #497b8d
}

body.admin-color-ectoplasm .components-button.is-tertiary {
    color: #523f6d
}

body.admin-color-coffee .components-button.is-tertiary {
    color: #59524c
}

body.admin-color-blue .components-button.is-tertiary {
    color: #417e9b
}

body.admin-color-light .components-button.is-tertiary {
    color: #007cba
}

.components-button.is-tertiary .dashicon {
    display: inline-block;
    flex: 0 0 auto
}

.components-button.is-tertiary svg {
    fill: currentColor;
    outline: none
}

.components-button.is-tertiary:active:focus:enabled {
    box-shadow: none
}

.components-button.is-tertiary:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #005d8c
}

body.admin-color-sunrise .components-button.is-tertiary:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #62571c
}

body.admin-color-ocean .components-button.is-tertiary:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #475e47
}

body.admin-color-midnight .components-button.is-tertiary:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #375c6a
}

body.admin-color-ectoplasm .components-button.is-tertiary:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #3e2f52
}

body.admin-color-coffee .components-button.is-tertiary:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #433e39
}

body.admin-color-blue .components-button.is-tertiary:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #315f74
}

body.admin-color-light .components-button.is-tertiary:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #005d8c
}

.components-button .screen-reader-text {
    height: auto
}

@keyframes components-button__busy-animation {
    0% {
        background-position: 200px 0
    }
}

.components-checkbox-control__input[type=checkbox] {
    margin-top: 0
}

.component-color-indicator {
    width: 25px;
    height: 16px;
    margin-left: .8rem;
    border: 1px solid #dadada;
    display: inline-block
}

.component-color-indicator+.component-color-indicator {
    margin-left: .5rem
}

.components-color-palette {
    margin-right: -14px;
    width: calc(100% + 14px)
}

.components-color-palette .components-color-palette__custom-clear-wrapper {
    width: calc(100% - 14px);
    display: flex;
    justify-content: flex-end
}

.components-color-palette__item-wrapper {
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-right: 14px;
    margin-bottom: 14px;
    vertical-align: top;
    transform: scale(1);
    transition: transform .1s ease
}

.components-color-palette__item-wrapper:hover {
    transform: scale(1.2)
}

.components-color-palette__item-wrapper>div {
    height: 100%;
    width: 100%
}

.components-color-palette__item {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 50%;
    background: transparent;
    box-shadow: inset 0 0 0 14px;
    transition: box-shadow .1s ease;
    cursor: pointer
}

.components-color-palette__item.is-active {
    box-shadow: inset 0 0 0 4px;
    position: relative;
    z-index: 1
}

.components-color-palette__item.is-active+.dashicons-saved {
    position: absolute;
    left: 4px;
    top: 4px
}

.components-color-palette__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2)
}

.components-color-palette__item:focus {
    outline: none
}

.components-color-palette__item:focus:after {
    content: "";
    border: 2px solid #606a73;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -2px;
    left: -2px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff
}

.components-color-palette__clear-color .components-color-palette__item {
    color: #fff;
    background: #fff
}

.components-color-palette__clear-color-line {
    display: block;
    position: absolute;
    border: 2px solid #d94f4f;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.components-color-palette__clear-color-line:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #d94f4f;
    transform: rotate(45deg) translateY(-13px) translateX(-1px)
}

.components-color-palette__custom-color {
    margin-right: 16px
}

.components-color-palette__custom-color .components-button {
    line-height: 22px
}

.block-editor__container .components-popover.components-color-palette__picker.is-bottom {
    z-index: 100001
}

.components-color-picker {
    width: 100%;
    overflow: hidden
}

.components-color-picker__saturation {
    width: 100%;
    padding-bottom: 55%;
    position: relative
}

.components-color-picker__body {
    padding: 16px 16px 12px
}

.components-color-picker__controls {
    display: flex
}

.components-color-picker__alpha-pointer,
.components-color-picker__hue-pointer,
.components-color-picker__saturation-pointer {
    padding: 0;
    position: absolute;
    cursor: pointer;
    box-shadow: none;
    border: none
}

.components-color-picker__swatch {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);
    background-size: 10px 10px;
    background-position: 0 0, 0 5px, 5px -5px, -5px 0
}

.is-alpha-disabled .components-color-picker__swatch {
    width: 12px;
    height: 12px;
    margin-top: 0
}

.components-color-picker__active {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    z-index: 2
}

.components-color-picker__active,
.components-color-picker__saturation-black,
.components-color-picker__saturation-color,
.components-color-picker__saturation-white {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.components-color-picker__saturation-color {
    overflow: hidden
}

.components-color-picker__saturation-white {
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0))
}

.components-color-picker__saturation-black {
    background: linear-gradient(0deg, #000, transparent)
}

.components-color-picker__saturation-pointer {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 1.5px #fff, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4);
    border-radius: 50%;
    background-color: transparent;
    transform: translate(-4px, -4px)
}

.components-color-picker__toggles {
    flex: 1
}

.components-color-picker__alpha {
    background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);
    background-size: 10px 10px;
    background-position: 0 0, 0 5px, 5px -5px, -5px 0
}

.components-color-picker__alpha-gradient,
.components-color-picker__hue-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.components-color-picker__alpha,
.components-color-picker__hue {
    height: 12px;
    position: relative
}

.is-alpha-enabled .components-color-picker__hue {
    margin-bottom: 8px
}

.components-color-picker__alpha-bar,
.components-color-picker__hue-bar {
    position: relative;
    margin: 0 3px;
    height: 100%;
    padding: 0 2px
}

.components-color-picker__hue-gradient {
    background: linear-gradient(90deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red)
}

.components-color-picker__alpha-pointer,
.components-color-picker__hue-pointer {
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37);
    background: #fff;
    transform: translate(-7px, -1px)
}

.components-color-picker__hue-pointer,
.components-color-picker__saturation-pointer {
    transition: box-shadow .1s linear
}

.components-color-picker__saturation-pointer:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #00a0d2, 0 0 5px 0 #00a0d2, inset 0 0 1px 1px rgba(0, 0, 0, .3), 0 0 1px 2px rgba(0, 0, 0, .4)
}

.components-color-picker__alpha-pointer:focus,
.components-color-picker__hue-pointer:focus {
    border-color: #00a0d2;
    box-shadow: 0 0 0 2px #00a0d2, 0 0 3px 0 #00a0d2;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.components-color-picker__inputs-wrapper {
    margin: 0 -4px;
    padding-top: 16px;
    display: flex;
    align-items: flex-end
}

.components-color-picker__inputs-wrapper fieldset {
    flex: 1
}

.components-color-picker__inputs-wrapper .components-color-picker__inputs-fields .components-text-control__input[type=number] {
    padding: 2px
}

.components-color-picker__inputs-fields {
    display: flex
}

.components-color-picker__inputs-fields .components-base-control__field {
    margin: 0 4px
}

svg.dashicon {
    fill: currentColor;
    outline: none
}

.PresetDateRangePicker_panel {
    padding: 0 22px 11px
}

.PresetDateRangePicker_button {
    position: relative;
    height: 100%;
    text-align: center;
    background: 0 0;
    border: 2px solid #00a699;
    color: #00a699;
    padding: 4px 12px;
    margin-right: 8px;
    font: inherit;
    font-weight: 700;
    line-height: normal;
    overflow: visible;
    box-sizing: border-box;
    cursor: pointer
}

.PresetDateRangePicker_button:active {
    outline: 0
}

.PresetDateRangePicker_button__selected {
    color: #fff;
    background: #00a699
}

.SingleDatePickerInput {
    display: inline-block;
    background-color: #fff
}

.SingleDatePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #dbdbdb
}

.SingleDatePickerInput__rtl {
    direction: rtl
}

.SingleDatePickerInput__disabled {
    background-color: #f2f2f2
}

.SingleDatePickerInput__block {
    display: block
}

.SingleDatePickerInput__showClearDate {
    padding-right: 30px
}

.SingleDatePickerInput_clearDate {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
    background: #dbdbdb;
    border-radius: 50%
}

.SingleDatePickerInput_clearDate__small {
    padding: 6px
}

.SingleDatePickerInput_clearDate__hide {
    visibility: hidden
}

.SingleDatePickerInput_clearDate_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle
}

.SingleDatePickerInput_clearDate_svg__small {
    height: 9px
}

.SingleDatePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px
}

.SingleDatePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle
}

.SingleDatePicker {
    position: relative;
    display: inline-block
}

.SingleDatePicker__block {
    display: block
}

.SingleDatePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute
}

.SingleDatePicker_picker__rtl {
    direction: rtl
}

.SingleDatePicker_picker__directionLeft {
    left: 0
}

.SingleDatePicker_picker__directionRight {
    right: 0
}

.SingleDatePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.SingleDatePicker_picker__fullScreenPortal {
    background-color: #fff
}

.SingleDatePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2
}

.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
    color: #b0b3b4;
    text-decoration: none
}

.SingleDatePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd
}

.DayPickerKeyboardShortcuts_buttonReset {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    font-size: 14px
}

.DayPickerKeyboardShortcuts_buttonReset:active {
    outline: 0
}

.DayPickerKeyboardShortcuts_show {
    width: 22px;
    position: absolute;
    z-index: 2
}

.DayPickerKeyboardShortcuts_show__bottomRight {
    border-top: 26px solid transparent;
    border-right: 33px solid #00a699;
    bottom: 0;
    right: 0
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover {
    border-right: 33px solid #008489
}

.DayPickerKeyboardShortcuts_show__topRight {
    border-bottom: 26px solid transparent;
    border-right: 33px solid #00a699;
    top: 0;
    right: 0
}

.DayPickerKeyboardShortcuts_show__topRight:hover {
    border-right: 33px solid #008489
}

.DayPickerKeyboardShortcuts_show__topLeft {
    border-bottom: 26px solid transparent;
    border-left: 33px solid #00a699;
    top: 0;
    left: 0
}

.DayPickerKeyboardShortcuts_show__topLeft:hover {
    border-left: 33px solid #008489
}

.DayPickerKeyboardShortcuts_showSpan {
    color: #fff;
    position: absolute
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
    bottom: 0;
    right: -28px
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
    top: 1px;
    right: -28px
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
    top: 1px;
    left: -28px
}

.DayPickerKeyboardShortcuts_panel {
    overflow: auto;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    padding: 22px;
    margin: 33px
}

.DayPickerKeyboardShortcuts_title {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.DayPickerKeyboardShortcuts_list {
    list-style: none;
    padding: 0;
    font-size: 14px
}

.DayPickerKeyboardShortcuts_close {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 2
}

.DayPickerKeyboardShortcuts_close:active {
    outline: 0
}

.DayPickerKeyboardShortcuts_closeSvg {
    height: 15px;
    width: 15px;
    fill: #cacccd
}

.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
    fill: #82888a
}

.CalendarDay {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    text-align: center
}

.CalendarDay:active {
    outline: 0
}

.CalendarDay__defaultCursor {
    cursor: default
}

.CalendarDay__default {
    border: 1px solid #e4e7e7;
    color: #484848;
    background: #fff
}

.CalendarDay__default:hover {
    background: #e4e7e7;
    border: 1px double #e4e7e7;
    color: inherit
}

.CalendarDay__hovered_offset {
    background: #f4f5f5;
    border: 1px double #e4e7e7;
    color: inherit
}

.CalendarDay__outside {
    border: 0;
    background: #fff;
    color: #484848
}

.CalendarDay__outside:hover {
    border: 0
}

.CalendarDay__blocked_minimum_nights {
    background: #fff;
    border: 1px solid #eceeee;
    color: #cacccd
}

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
    background: #fff;
    color: #cacccd
}

.CalendarDay__highlighted_calendar {
    background: #ffe8bc;
    color: #484848
}

.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
    background: #ffce71;
    color: #484848
}

.CalendarDay__selected_span {
    background: #66e2da;
    border: 1px solid #33dacd;
    color: #fff
}

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
    background: #33dacd;
    border: 1px solid #33dacd;
    color: #fff
}

.CalendarDay__last_in_range {
    border-right: #00a699
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
    background: #00a699;
    border: 1px solid #00a699;
    color: #fff
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
    background: #b2f1ec;
    border: 1px solid #80e8e0;
    color: #007a87
}

.CalendarDay__hovered_span:active {
    background: #80e8e0;
    border: 1px solid #80e8e0;
    color: #007a87
}

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
    background: #cacccd;
    border: 1px solid #cacccd;
    color: #82888a
}

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
    background: #fff;
    border: 1px solid #e4e7e7;
    color: #cacccd
}

.CalendarMonth {
    background: #fff;
    text-align: center;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.CalendarMonth_table {
    border-collapse: collapse;
    border-spacing: 0
}

.CalendarMonth_verticalSpacing {
    border-collapse: separate
}

.CalendarMonth_caption {
    color: #484848;
    font-size: 18px;
    text-align: center;
    padding-top: 22px;
    padding-bottom: 37px;
    caption-side: top
}

.CalendarMonth_caption__verticalScrollable {
    padding-top: 12px;
    padding-bottom: 7px
}

.CalendarMonthGrid {
    background: #fff;
    text-align: left;
    z-index: 0
}

.CalendarMonthGrid__animating {
    z-index: 1
}

.CalendarMonthGrid__horizontal {
    position: absolute;
    left: 9px
}

.CalendarMonthGrid__vertical {
    margin: 0 auto
}

.CalendarMonthGrid__vertical_scrollable {
    margin: 0 auto;
    overflow-y: scroll
}

.CalendarMonthGrid_month__horizontal {
    display: inline-block;
    vertical-align: top;
    min-height: 100%
}

.CalendarMonthGrid_month__hideForAnimation {
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none
}

.CalendarMonthGrid_month__hidden {
    visibility: hidden
}

.DayPickerNavigation {
    position: relative;
    z-index: 2
}

.DayPickerNavigation__horizontal {
    height: 0
}

.DayPickerNavigation__verticalDefault {
    position: absolute;
    width: 100%;
    height: 52px;
    bottom: 0;
    left: 0
}

.DayPickerNavigation__verticalScrollableDefault {
    position: relative
}

.DayPickerNavigation_button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0;
    margin: 0
}

.DayPickerNavigation_button__default {
    border: 1px solid #e4e7e7;
    background-color: #fff;
    color: #757575
}

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
    border: 1px solid #c4c4c4
}

.DayPickerNavigation_button__default:active {
    background: #f2f2f2
}

.DayPickerNavigation_button__horizontalDefault {
    position: absolute;
    top: 18px;
    line-height: .78;
    border-radius: 3px;
    padding: 6px 9px
}

.DayPickerNavigation_leftButton__horizontalDefault {
    left: 22px
}

.DayPickerNavigation_rightButton__horizontalDefault {
    right: 22px
}

.DayPickerNavigation_button__verticalDefault {
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    position: relative;
    display: inline-block;
    height: 100%;
    width: 50%
}

.DayPickerNavigation_nextButton__verticalDefault {
    border-left: 0
}

.DayPickerNavigation_nextButton__verticalScrollableDefault {
    width: 100%
}

.DayPickerNavigation_svg__horizontal {
    height: 19px;
    width: 19px;
    fill: #82888a;
    display: block
}

.DayPickerNavigation_svg__vertical {
    height: 42px;
    width: 42px;
    fill: #484848;
    display: block
}

.DayPicker {
    position: relative;
    text-align: left
}

.DayPicker,
.DayPicker__horizontal {
    background: #fff
}

.DayPicker__verticalScrollable {
    height: 100%
}

.DayPicker__hidden {
    visibility: hidden
}

.DayPicker__withBorder {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05), 0 0 0 1px rgba(0, 0, 0, .07);
    border-radius: 3px
}

.DayPicker_portal__horizontal {
    box-shadow: none;
    position: absolute;
    left: 50%;
    top: 50%
}

.DayPicker_portal__vertical {
    position: static
}

.DayPicker_focusRegion {
    outline: 0
}

.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
    display: inline-block;
    vertical-align: top
}

.DayPicker_weekHeaders {
    position: relative
}

.DayPicker_weekHeaders__horizontal {
    margin-left: 9px
}

.DayPicker_weekHeader {
    color: #757575;
    position: absolute;
    top: 62px;
    z-index: 2;
    text-align: left
}

.DayPicker_weekHeader__vertical {
    left: 50%
}

.DayPicker_weekHeader__verticalScrollable {
    top: 0;
    display: table-row;
    border-bottom: 1px solid #dbdbdb;
    background: #fff;
    margin-left: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.DayPicker_weekHeader_ul {
    list-style: none;
    margin: 1px 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px
}

.DayPicker_weekHeader_li {
    display: inline-block;
    text-align: center
}

.DayPicker_transitionContainer {
    position: relative;
    overflow: hidden;
    border-radius: 3px
}

.DayPicker_transitionContainer__horizontal {
    transition: height .2s ease-in-out
}

.DayPicker_transitionContainer__vertical {
    width: 100%
}

.DayPicker_transitionContainer__verticalScrollable {
    padding-top: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: scroll
}

.DateInput {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 130px;
    vertical-align: middle
}

.DateInput__small {
    width: 97px
}

.DateInput__block {
    width: 100%
}

.DateInput__disabled {
    background: #f2f2f2;
    color: #dbdbdb
}

.DateInput_input {
    font-weight: 200;
    font-size: 19px;
    line-height: 24px;
    color: #484848;
    background-color: #fff;
    width: 100%;
    padding: 11px 11px 9px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0
}

.DateInput_input__small {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: .2px;
    padding: 7px 7px 5px
}

.DateInput_input__regular {
    font-weight: auto
}

.DateInput_input__readOnly {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.DateInput_input__focused {
    outline: 0;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #008489
}

.DateInput_input__disabled {
    background: #f2f2f2;
    font-style: italic
}

.DateInput_screenReaderMessage {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.DateInput_fang {
    position: absolute;
    width: 20px;
    height: 10px;
    left: 22px;
    z-index: 2
}

.DateInput_fangShape {
    fill: #fff
}

.DateInput_fangStroke {
    stroke: #dbdbdb;
    fill: transparent
}

.DateRangePickerInput {
    background-color: #fff;
    display: inline-block
}

.DateRangePickerInput__disabled {
    background: #f2f2f2
}

.DateRangePickerInput__withBorder {
    border-radius: 2px;
    border: 1px solid #dbdbdb
}

.DateRangePickerInput__rtl {
    direction: rtl
}

.DateRangePickerInput__block {
    display: block
}

.DateRangePickerInput__showClearDates {
    padding-right: 30px
}

.DateRangePickerInput_arrow {
    display: inline-block;
    vertical-align: middle;
    color: #484848
}

.DateRangePickerInput_arrow_svg {
    vertical-align: middle;
    fill: #484848;
    height: 24px;
    width: 24px
}

.DateRangePickerInput_clearDates {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    padding: 10px;
    margin: 0 10px 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.DateRangePickerInput_clearDates__small {
    padding: 6px
}

.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
    background: #dbdbdb;
    border-radius: 50%
}

.DateRangePickerInput_clearDates__hide {
    visibility: hidden
}

.DateRangePickerInput_clearDates_svg {
    fill: #82888a;
    height: 12px;
    width: 15px;
    vertical-align: middle
}

.DateRangePickerInput_clearDates_svg__small {
    height: 9px
}

.DateRangePickerInput_calendarIcon {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 5px 0 10px
}

.DateRangePickerInput_calendarIcon_svg {
    fill: #82888a;
    height: 15px;
    width: 14px;
    vertical-align: middle
}

.DateRangePicker {
    position: relative;
    display: inline-block
}

.DateRangePicker__block {
    display: block
}

.DateRangePicker_picker {
    z-index: 1;
    background-color: #fff;
    position: absolute
}

.DateRangePicker_picker__rtl {
    direction: rtl
}

.DateRangePicker_picker__directionLeft {
    left: 0
}

.DateRangePicker_picker__directionRight {
    right: 0
}

.DateRangePicker_picker__portal {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.DateRangePicker_picker__fullScreenPortal {
    background-color: #fff
}

.DateRangePicker_closeButton {
    background: 0 0;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 2
}

.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
    color: #b0b3b4;
    text-decoration: none
}

.DateRangePicker_closeButton_svg {
    height: 15px;
    width: 15px;
    fill: #cacccd
}

.components-datetime .components-datetime__calendar-help {
    padding: 8px
}

.components-datetime .components-datetime__calendar-help h4 {
    margin: 0
}

.components-datetime .components-datetime__date-help-button {
    display: block;
    margin-left: auto;
    margin-right: 8px;
    margin-top: .5em
}

.components-datetime__date {
    min-height: 236px;
    border-top: 1px solid #e2e4e7;
    margin-left: -8px;
    margin-right: -8px
}

.components-datetime__date .CalendarMonth_caption {
    font-size: 13px
}

.components-datetime__date .CalendarDay {
    font-size: 13px;
    border: 1px solid transparent;
    border-radius: 50%;
    text-align: center
}

.components-datetime__date .CalendarDay__selected {
    background: #0085ba
}

body.admin-color-sunrise .components-datetime__date .CalendarDay__selected {
    background: #d1864a
}

body.admin-color-ocean .components-datetime__date .CalendarDay__selected {
    background: #a3b9a2
}

body.admin-color-midnight .components-datetime__date .CalendarDay__selected {
    background: #e14d43
}

body.admin-color-ectoplasm .components-datetime__date .CalendarDay__selected {
    background: #a7b656
}

body.admin-color-coffee .components-datetime__date .CalendarDay__selected {
    background: #c2a68c
}

body.admin-color-blue .components-datetime__date .CalendarDay__selected {
    background: #82b4cb
}

body.admin-color-light .components-datetime__date .CalendarDay__selected {
    background: #0085ba
}

.components-datetime__date .CalendarDay__selected:hover {
    background: #00719e
}

body.admin-color-sunrise .components-datetime__date .CalendarDay__selected:hover {
    background: #b2723f
}

body.admin-color-ocean .components-datetime__date .CalendarDay__selected:hover {
    background: #8b9d8a
}

body.admin-color-midnight .components-datetime__date .CalendarDay__selected:hover {
    background: #bf4139
}

body.admin-color-ectoplasm .components-datetime__date .CalendarDay__selected:hover {
    background: #8e9b49
}

body.admin-color-coffee .components-datetime__date .CalendarDay__selected:hover {
    background: #a58d77
}

body.admin-color-blue .components-datetime__date .CalendarDay__selected:hover {
    background: #6f99ad
}

body.admin-color-light .components-datetime__date .CalendarDay__selected:hover {
    background: #00719e
}

.components-datetime__date .DayPickerNavigation_button__horizontalDefault {
    padding: 2px 8px;
    top: 20px
}

.components-datetime__date .DayPicker_weekHeader {
    top: 50px
}

.components-datetime__date.is-description-visible .components-datetime__date-help-button,
.components-datetime__date.is-description-visible .DayPicker {
    visibility: hidden
}

.components-datetime__time {
    margin-bottom: 1em
}

.components-datetime__time fieldset {
    margin-top: .5em;
    position: relative
}

.components-datetime__time .components-datetime__time-field-am-pm fieldset {
    margin-top: 0
}

.components-datetime__time .components-datetime__time-wrapper {
    display: flex
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-separator {
    display: inline-block;
    padding: 0 3px 0 0;
    color: #555d66
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-am-button {
    margin-left: 8px;
    margin-right: -1px;
    border-radius: 3px 0 0 3px
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-pm-button {
    margin-left: -1px;
    border-radius: 0 3px 3px 0
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-am-button.is-toggled,
.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-pm-button.is-toggled {
    background: #edeff0;
    border-color: #8f98a1;
    box-shadow: inset 0 2px 5px -3px #555d66
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field {
    align-self: center;
    flex: 0 1 auto;
    order: 1
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field.am-pm button {
    font-size: 11px;
    font-weight: 600
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select {
    padding: 2px;
    margin-right: 4px
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field select:focus {
    position: relative;
    z-index: 1
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number] {
    padding: 2px;
    margin-right: 4px;
    width: 40px;
    text-align: center;
    -moz-appearance: textfield
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number]:focus {
    position: relative;
    z-index: 1
}

.components-datetime__time .components-datetime__time-wrapper .components-datetime__time-field input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.components-datetime__time.is-12-hour .components-datetime__time-field-day input {
    margin: 0 -4px 0 0!important;
    border-radius: 4px 0 0 4px!important
}

.components-datetime__time.is-12-hour .components-datetime__time-field-year input {
    border-radius: 0 4px 4px 0!important
}

.components-datetime__time-legend {
    font-weight: 600;
    margin-top: .5em
}

.components-datetime__time-legend.invisible {
    position: absolute;
    top: -999em;
    left: -999em
}

.components-datetime__time-field-day-input,
.components-datetime__time-field-hours-input,
.components-datetime__time-field-minutes-input {
    width: 35px
}

.components-datetime__time-field-year-input {
    width: 55px
}

.components-datetime__time-field-month-select {
    width: 90px
}

.components-popover .components-datetime__date {
    padding-left: 6px
}

.components-popover.edit-post-post-schedule__dialog.is-bottom.is-left {
    z-index: 100000
}

.components-disabled {
    position: relative;
    pointer-events: none
}

.components-disabled:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.components-disabled * {
    pointer-events: none
}

body.is-dragging-components-draggable {
    cursor: move;
    cursor: -webkit-grabbing!important;
    cursor: grabbing!important
}

.components-draggable__invisible-drag-image {
    position: fixed;
    left: -1000px;
    height: 50px;
    width: 50px
}

.components-draggable__clone {
    position: fixed;
    padding: 20px;
    background: transparent;
    pointer-events: none;
    z-index: 1000000000;
    opacity: .8
}

.components-drop-zone {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, background-color .3s, visibility 0s .3s;
    border: 2px solid #0071a1;
    border-radius: 2px
}

.components-drop-zone.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, background-color .3s
}

.components-drop-zone.is-dragging-over-element {
    background-color: rgba(0, 113, 161, .8)
}

.components-drop-zone__content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 110;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    transition: transform .2s ease-in-out
}

.components-drop-zone.is-dragging-over-element .components-drop-zone__content {
    transform: translateY(-50%) scale(1.05)
}

.components-drop-zone__content-icon,
.components-drop-zone__content-text {
    display: block
}

.components-drop-zone__content-icon {
    margin: 0 auto;
    line-height: 0
}

.components-drop-zone__content-text {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.components-drop-zone__provider {
    height: 100%
}

.components-dropdown-menu {
    padding: 3px;
    display: flex
}

.components-dropdown-menu .components-dropdown-menu__toggle {
    width: auto;
    margin: 0;
    padding: 4px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row
}

.components-dropdown-menu .components-dropdown-menu__toggle.is-active,
.components-dropdown-menu .components-dropdown-menu__toggle.is-active:hover {
    box-shadow: none;
    background-color: #555d66;
    color: #fff
}

.components-dropdown-menu .components-dropdown-menu__toggle:focus:before {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px
}

.components-dropdown-menu .components-dropdown-menu__toggle:focus,
.components-dropdown-menu .components-dropdown-menu__toggle:hover,
.components-dropdown-menu .components-dropdown-menu__toggle:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #555d66;
    box-shadow: inset 0 0 0 1px #555d66, inset 0 0 0 2px #fff
}

.components-dropdown-menu .components-dropdown-menu__toggle .components-dropdown-menu__indicator:after {
    content: "";
    pointer-events: none;
    display: block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid;
    margin-left: 4px;
    margin-right: 2px
}

.components-dropdown-menu__popover .components-popover__content {
    width: 200px
}

.components-dropdown-menu__menu {
    width: 100%;
    padding: 9px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 1.4
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item {
    width: 100%;
    padding: 6px;
    outline: none;
    cursor: pointer;
    margin-bottom: 4px
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator {
    margin-top: 6px;
    position: relative;
    overflow: visible
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before {
    display: block;
    content: "";
    box-sizing: content-box;
    background-color: #e2e4e7;
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    height: 1px
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item:focus:not(:disabled):not([aria-disabled=true]):not(.is-default) {
    color: #191e23;
    border: none;
    box-shadow: none;
    outline-offset: -2px;
    outline: 1px dotted #555d66
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item>svg {
    border-radius: 4px;
    padding: 2px;
    width: 24px;
    height: 24px;
    margin: -1px 8px -1px 0
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item:not(:disabled):not([aria-disabled=true]):not(.is-default).is-active>svg {
    outline: none;
    color: #fff;
    box-shadow: none;
    background: #555d66
}

.components-external-link__icon {
    width: 1.4em;
    height: 1.4em;
    margin: -.2em .1em 0;
    vertical-align: middle
}

.components-focal-point-picker-wrapper {
    background-color: transparent;
    border: 1px solid #e2e4e7;
    height: 200px;
    width: 100%;
    padding: 14px
}

.components-focal-point-picker {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.components-focal-point-picker img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.components-focal-point-picker__icon_container {
    background-color: transparent;
    cursor: -webkit-grab;
    cursor: grab;
    height: 30px;
    opacity: .8;
    position: absolute;
    will-change: transform;
    width: 30px;
    z-index: 10000
}

.components-focal-point-picker__icon_container.is-dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.components-focal-point-picker__icon {
    display: block;
    height: 100%;
    left: -15px;
    position: absolute;
    top: -15px;
    width: 100%
}

.components-focal-point-picker__icon .components-focal-point-picker__icon-outline {
    fill: #fff
}

.components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
    fill: #0085ba
}

body.admin-color-sunrise .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
    fill: #d1864a
}

body.admin-color-ocean .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
    fill: #a3b9a2
}

body.admin-color-midnight .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
    fill: #e14d43
}

body.admin-color-ectoplasm .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
    fill: #a7b656
}

body.admin-color-coffee .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
    fill: #c2a68c
}

body.admin-color-blue .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
    fill: #82b4cb
}

body.admin-color-light .components-focal-point-picker__icon .components-focal-point-picker__icon-fill {
    fill: #0085ba
}

.components-focal-point-picker_position-display-container {
    margin: 1em 0;
    display: flex
}

.components-focal-point-picker_position-display-container .components-base-control__field {
    margin: 0 1em 0 0
}

.components-focal-point-picker_position-display-container input[type=number].components-text-control__input {
    max-width: 4em;
    padding: 6px 4px
}

.components-focal-point-picker_position-display-container span {
    margin: 0 0 0 .2em
}

.components-font-size-picker__buttons {
    max-width: 248px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.components-font-size-picker__buttons .components-range-control__number {
    height: 30px;
    margin-left: 0
}

.components-font-size-picker__buttons .components-range-control__number[value=""]+.components-button {
    cursor: default;
    opacity: .3;
    pointer-events: none
}

.components-font-size-picker__custom-input .components-range-control__slider+.dashicon {
    width: 30px;
    height: 30px
}

.components-font-size-picker__dropdown-content .components-button {
    display: block;
    position: relative;
    padding: 10px 20px 10px 40px;
    width: 100%;
    text-align: left
}

.components-font-size-picker__dropdown-content .components-button .dashicon {
    position: absolute;
    top: calc(50% - 10px);
    left: 10px
}

.components-font-size-picker__dropdown-content .components-button:hover {
    color: #191e23;
    border: none;
    box-shadow: none;
    background: #f3f4f5
}

.components-font-size-picker__dropdown-content .components-button:focus {
    color: #191e23;
    border: none;
    box-shadow: none;
    outline-offset: -2px;
    outline: 1px dotted #555d66
}

.components-font-size-picker__buttons .components-font-size-picker__selector {
    background: none;
    position: relative;
    width: 110px;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 4px;
    border: 1px solid #8d96a0
}

.components-font-size-picker__buttons .components-font-size-picker__selector:focus {
    color: #191e23;
    border-color: #00a0d2;
    box-shadow: 0 0 0 1px #00a0d2;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.components-font-size-picker__buttons .components-font-size-picker__selector:after {
    content: "";
    pointer-events: none;
    display: block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid;
    margin-left: 4px;
    margin-right: 2px;
    right: 8px;
    top: 12px;
    position: absolute
}

.components-form-file-upload .components-button.is-large {
    padding-left: 6px
}

.components-form-toggle {
    position: relative;
    display: inline-block
}

.components-form-toggle .components-form-toggle__off,
.components-form-toggle .components-form-toggle__on {
    position: absolute;
    top: 6px;
    box-sizing: border-box
}

.components-form-toggle .components-form-toggle__off {
    color: #6c7781;
    fill: currentColor;
    right: 6px
}

.components-form-toggle .components-form-toggle__on {
    left: 8px
}

.components-form-toggle .components-form-toggle__track {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    background-color: #fff;
    border: 2px solid #6c7781;
    width: 36px;
    height: 18px;
    border-radius: 9px;
    transition: background .2s ease
}

.components-form-toggle .components-form-toggle__thumb {
    display: block;
    position: absolute;
    box-sizing: border-box;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: transform .1s ease;
    background-color: #6c7781;
    border: 5px solid #6c7781
}

.components-form-toggle:hover .components-form-toggle__track {
    border: 2px solid #555d66
}

.components-form-toggle:hover .components-form-toggle__thumb {
    background-color: #555d66;
    border: 5px solid #6c7781
}

.components-form-toggle:hover .components-form-toggle__off {
    color: #555d66
}

.components-form-toggle.is-checked .components-form-toggle__track {
    background-color: #11a0d2;
    border: 9px solid transparent
}

body.admin-color-sunrise .components-form-toggle.is-checked .components-form-toggle__track {
    background-color: #c8b03c;
    border: 2px solid #c8b03c
}

body.admin-color-ocean .components-form-toggle.is-checked .components-form-toggle__track {
    background-color: #a3b9a2;
    border: 2px solid #a3b9a2
}

body.admin-color-midnight .components-form-toggle.is-checked .components-form-toggle__track {
    background-color: #77a6b9;
    border: 2px solid #77a6b9
}

body.admin-color-ectoplasm .components-form-toggle.is-checked .components-form-toggle__track {
    background-color: #a7b656;
    border: 2px solid #a7b656
}

body.admin-color-coffee .components-form-toggle.is-checked .components-form-toggle__track {
    background-color: #c2a68c;
    border: 2px solid #c2a68c
}

body.admin-color-blue .components-form-toggle.is-checked .components-form-toggle__track {
    background-color: #82b4cb;
    border: 2px solid #82b4cb
}

body.admin-color-light .components-form-toggle.is-checked .components-form-toggle__track {
    background-color: #11a0d2;
    border: 2px solid #11a0d2
}

.components-form-toggle__input:focus+.components-form-toggle__track {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #6c7781;
    outline: 2px solid transparent;
    outline-offset: 2px
}

.components-form-toggle.is-checked .components-form-toggle__thumb {
    background-color: #fff;
    border-width: 0;
    transform: translateX(18px)
}

.components-form-toggle.is-checked:before {
    background-color: #11a0d2;
    border: 2px solid #11a0d2
}

body.admin-color-sunrise .components-form-toggle.is-checked:before {
    background-color: #c8b03c;
    border: 2px solid #c8b03c
}

body.admin-color-ocean .components-form-toggle.is-checked:before {
    background-color: #a3b9a2;
    border: 2px solid #a3b9a2
}

body.admin-color-midnight .components-form-toggle.is-checked:before {
    background-color: #77a6b9;
    border: 2px solid #77a6b9
}

body.admin-color-ectoplasm .components-form-toggle.is-checked:before {
    background-color: #a7b656;
    border: 2px solid #a7b656
}

body.admin-color-coffee .components-form-toggle.is-checked:before {
    background-color: #c2a68c;
    border: 2px solid #c2a68c
}

body.admin-color-blue .components-form-toggle.is-checked:before {
    background-color: #82b4cb;
    border: 2px solid #82b4cb
}

body.admin-color-light .components-form-toggle.is-checked:before {
    background-color: #11a0d2;
    border: 2px solid #11a0d2
}

.components-disabled .components-form-toggle {
    opacity: .3
}

.components-form-toggle input.components-form-toggle__input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin: 0;
    padding: 0;
    z-index: 1;
    border: none
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked {
    background: none
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:before {
    content: ""
}

.components-form-toggle .components-form-toggle__on {
    outline: 1px solid transparent;
    outline-offset: -1px;
    border: 1px solid #000;
    filter: invert(100%) contrast(500%)
}

@supports (-ms-high-contrast-adjust:auto) {
    .components-form-toggle .components-form-toggle__on {
        filter: none;
        border: 1px solid #fff
    }
}

.components-form-token-field__input-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 4px;
    background-color: #fff;
    color: #32373c;
    cursor: text;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 4px;
    border: 1px solid #8d96a0
}

.components-form-token-field__input-container.is-disabled {
    background: #e2e4e7;
    border-color: #ccd0d4
}

.components-form-token-field__input-container.is-active {
    color: #191e23;
    border-color: #00a0d2;
    box-shadow: 0 0 0 1px #00a0d2;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 2px 0 2px 8px;
    padding: 0;
    min-height: 24px;
    background: inherit;
    border: 0;
    color: #23282d;
    box-shadow: none
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    outline: none;
    box-shadow: none
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
    width: auto
}

.components-form-token-field__label {
    display: inline-block;
    margin-bottom: 4px
}

.components-form-token-field__token {
    font-size: 13px;
    display: flex;
    margin: 2px 4px 2px 0;
    color: #32373c;
    overflow: hidden
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,
.components-form-token-field__token.is-success .components-form-token-field__token-text {
    background: #4ab866
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,
.components-form-token-field__token.is-error .components-form-token-field__token-text {
    background: #d94f4f
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating .components-form-token-field__token-text {
    color: #555d66
}

.components-form-token-field__token.is-borderless {
    position: relative;
    padding: 0 16px 0 0
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    background: transparent;
    color: #11a0d2
}

body.admin-color-sunrise .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    color: #c8b03c
}

body.admin-color-ocean .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    color: #a89d8a
}

body.admin-color-midnight .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    color: #77a6b9
}

body.admin-color-ectoplasm .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    color: #c77430
}

body.admin-color-coffee .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    color: #9fa47b
}

body.admin-color-blue .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    color: #d9ab59
}

body.admin-color-light .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    color: #c75726
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
    background: transparent;
    color: #555d66;
    position: absolute;
    top: 1px;
    right: 0
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
    color: #4ab866
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
    color: #d94f4f;
    border-radius: 4px 0 0 4px;
    padding: 0 4px 0 6px
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
    color: #23282d
}

.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
    cursor: default
}

.components-form-token-field__remove-token.components-icon-button,
.components-form-token-field__token-text {
    display: inline-block;
    line-height: 24px;
    background: #e2e4e7;
    transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

.components-form-token-field__token-text {
    border-radius: 12px 0 0 12px;
    padding: 0 4px 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.components-form-token-field__remove-token.components-icon-button {
    cursor: pointer;
    border-radius: 0 12px 12px 0;
    padding: 0 2px;
    color: #555d66;
    line-height: 10px;
    overflow: initial
}

.components-form-token-field__remove-token.components-icon-button:hover {
    color: #32373c
}

.components-form-token-field__suggestions-list {
    flex: 1 0 100%;
    min-width: 100%;
    max-height: 9em;
    overflow-y: scroll;
    transition: all .15s ease-in-out;
    list-style: none;
    border-top: 1px solid #6c7781;
    margin: 4px -4px -4px;
    padding-top: 3px
}

.components-form-token-field__suggestion {
    color: #555d66;
    display: block;
    font-size: 13px;
    padding: 4px 8px;
    cursor: pointer
}

.components-form-token-field__suggestion.is-selected {
    background: #0071a1;
    color: #fff
}

.components-form-token-field__suggestion-match {
    text-decoration: underline
}

.components-navigate-regions.is-focusing-regions [role=region]:focus:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    outline: 4px solid transparent;
    box-shadow: inset 0 0 0 4px #33b3db
}

@supports (outline-offset:1px) {
    .components-navigate-regions.is-focusing-regions [role=region]:focus:after {
        content: none
    }
    .components-navigate-regions.is-focusing-regions [role=region]:focus {
        outline-style: solid;
        outline-color: #33b3db;
        outline-width: 4px;
        outline-offset: -4px
    }
}

.components-icon-button {
    display: flex;
    align-items: center;
    padding: 8px;
    margin: 0;
    border: none;
    background: none;
    color: #555d66;
    position: relative;
    overflow: hidden;
    border-radius: 4px
}

.components-icon-button .dashicon {
    display: inline-block;
    flex: 0 0 auto
}

.components-icon-button svg {
    fill: currentColor;
    outline: none
}

.components-icon-button.has-text svg {
    margin-right: 4px
}

.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #e2e4e7, inset 0 0 0 2px #fff, 0 1px 1px rgba(25, 30, 35, .2)
}

.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):active {
    outline: none;
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #ccd0d4, inset 0 0 0 2px #fff
}

.components-icon-button:disabled:focus,
.components-icon-button[aria-disabled=true]:focus {
    box-shadow: none
}

.components-menu-group {
    width: 100%;
    padding: 7px 0
}

.components-menu-group__label {
    margin-bottom: 8px;
    color: #6c7781;
    padding: 0 7px
}

.components-menu-item__button,
.components-menu-item__button.components-icon-button {
    width: 100%;
    padding: 8px 15px;
    text-align: left;
    color: #40464d
}

.components-menu-item__button.components-icon-button .components-menu-items__item-icon,
.components-menu-item__button.components-icon-button .dashicon,
.components-menu-item__button.components-icon-button>span>svg,
.components-menu-item__button .components-menu-items__item-icon,
.components-menu-item__button .dashicon,
.components-menu-item__button>span>svg {
    margin-right: 4px
}

.components-menu-item__button.components-icon-button .components-menu-items__item-icon,
.components-menu-item__button .components-menu-items__item-icon {
    display: inline-block;
    flex: 0 0 auto
}

.components-menu-item__button.components-icon-button:hover:not(:disabled):not([aria-disabled=true]),
.components-menu-item__button:hover:not(:disabled):not([aria-disabled=true]) {
    color: #555d66
}

@media (min-width:782px) {
    .components-menu-item__button.components-icon-button:hover:not(:disabled):not([aria-disabled=true]), .components-menu-item__button:hover:not(:disabled):not([aria-disabled=true]) {
        color: #191e23;
        border: none;
        box-shadow: none;
        background: #f3f4f5
    }
}

.components-menu-item__button.components-icon-button:hover:not(:disabled):not([aria-disabled=true]) .components-menu-item__shortcut,
.components-menu-item__button:hover:not(:disabled):not([aria-disabled=true]) .components-menu-item__shortcut {
    opacity: 1
}

.components-menu-item__button.components-icon-button:focus:not(:disabled):not([aria-disabled=true]),
.components-menu-item__button:focus:not(:disabled):not([aria-disabled=true]) {
    color: #191e23;
    border: none;
    box-shadow: none;
    outline-offset: -2px;
    outline: 1px dotted #555d66
}

.components-menu-item__info-wrapper {
    display: flex;
    flex-direction: column
}

.components-menu-item__info {
    margin-top: 4px;
    font-size: 12px;
    opacity: .84
}

.components-menu-item__shortcut {
    align-self: center;
    opacity: .84;
    margin-right: 0;
    margin-left: auto;
    padding-left: 8px;
    display: none
}

@media (min-width:480px) {
    .components-menu-item__shortcut {
        display: inline
    }
}

.components-modal__screen-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, .4);
    z-index: 100000;
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .components-modal__screen-overlay {
        animation-duration: 1ms!important
    }
}

.components-modal__frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #e2e4e7;
    background: #fff;
    box-shadow: 0 3px 30px rgba(25, 30, 35, .2);
    overflow: auto
}

@media (min-width:600px) {
    .components-modal__frame {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        min-width: 360px;
        max-width: calc(100% - 32px);
        max-height: calc(100% - 112px);
        transform: translate(-50%, -50%);
        animation: components-modal__appear-animation .1s ease-out;
        animation-fill-mode: forwards
    }
}

@media (min-width:600px) and (prefers-reduced-motion:reduce) {
    .components-modal__frame {
        animation-duration: 1ms!important
    }
}

@keyframes components-modal__appear-animation {
    0% {
        margin-top: 32px
    }
    to {
        margin-top: 0
    }
}

.components-modal__header {
    box-sizing: border-box;
    border-bottom: 1px solid #e2e4e7;
    padding: 0 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    height: 56px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    margin: 0 -16px 16px
}

@supports (-ms-ime-align:auto) {
    .components-modal__header {
        position: fixed;
        width: 100%
    }
}

.components-modal__header .components-modal__header-heading {
    font-size: 1rem;
    font-weight: 600
}

.components-modal__header h1 {
    line-height: 1;
    margin: 0
}

.components-modal__header-heading-container {
    align-items: center;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: left
}

.components-modal__header-icon-container {
    display: inline-block
}

.components-modal__header-icon-container svg {
    max-width: 36px;
    max-height: 36px;
    padding: 8px
}

.components-modal__content {
    box-sizing: border-box;
    height: 100%;
    padding: 0 16px 16px
}

@supports (-ms-ime-align:auto) {
    .components-modal__content {
        padding-top: 56px
    }
}

.components-notice {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    background-color: #e5f5fa;
    border-left: 4px solid #00a0d2;
    margin: 5px 15px 2px;
    padding: 8px 12px
}

.components-notice.is-dismissible {
    padding-right: 36px;
    position: relative
}

.components-notice.is-success {
    border-left-color: #4ab866;
    background-color: #eff9f1
}

.components-notice.is-warning {
    border-left-color: #f0b849;
    background-color: #fef8ee
}

.components-notice.is-error {
    border-left-color: #d94f4f;
    background-color: #f9e2e2
}

.components-notice__content {
    margin: 1em 25px 1em 0
}

.components-notice__action.components-button,
.components-notice__action.components-button.is-link {
    margin-left: 4px
}

.components-notice__action.components-button.is-default {
    vertical-align: initial
}

.components-notice__dismiss {
    position: absolute;
    top: 0;
    right: 0;
    color: #6c7781
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-default):active,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #d94f4f;
    background-color: transparent
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    box-shadow: none
}

.components-notice-list {
    min-width: 300px;
    z-index: 29
}

.components-panel {
    background: #fff;
    border: 1px solid #e2e4e7
}

.components-panel>.components-panel__body:first-child,
.components-panel>.components-panel__header:first-child {
    margin-top: -1px
}

.components-panel>.components-panel__body:last-child,
.components-panel>.components-panel__header:last-child {
    border-bottom-width: 0
}

.components-panel+.components-panel {
    margin-top: -1px
}

.components-panel__body {
    border-top: 1px solid #e2e4e7;
    border-bottom: 1px solid #e2e4e7
}

.components-panel__body h3 {
    margin: 0 0 .5em
}

.components-panel__body.is-opened {
    padding: 16px
}

.components-panel__body>.components-icon-button {
    color: #191e23
}

.components-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 50px;
    border-top: 1px solid #e2e4e7;
    border-bottom: 1px solid #e2e4e7
}

.components-panel__header h2 {
    margin: 0;
    font-size: inherit;
    color: inherit
}

.components-panel__body+.components-panel__body,
.components-panel__body+.components-panel__header,
.components-panel__header+.components-panel__body,
.components-panel__header+.components-panel__header {
    margin-top: -1px
}

.components-panel__body>.components-panel__body-title {
    display: block;
    padding: 0;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: 0;
    transition: background .1s ease-in-out
}

.components-panel__body.is-opened>.components-panel__body-title {
    margin: -16px -16px 5px
}

.components-panel__body>.components-panel__body-title:hover,
.edit-post-last-revision__panel>.components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    background: #f3f4f5
}

.components-panel__body-toggle.components-button {
    position: relative;
    padding: 15px;
    outline: none;
    width: 100%;
    font-weight: 600;
    text-align: left;
    color: #191e23;
    border: none;
    box-shadow: none;
    transition: background .1s ease-in-out
}

.components-panel__body-toggle.components-button:focus:not(:disabled):not([aria-disabled=true]) {
    color: #191e23;
    border: none;
    box-shadow: none;
    outline-offset: -2px;
    outline: 1px dotted #555d66
}

.components-panel__body-toggle.components-button .components-panel__arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #191e23;
    fill: currentColor;
    transition: color .1s ease-in-out
}

body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: FlipH;
    margin-top: -10px
}

.components-panel__icon {
    color: #555d66;
    margin: -2px 0 -2px 6px
}

.components-panel__body-toggle-icon {
    margin-right: -5px
}

.components-panel__color-title {
    float: left;
    height: 19px
}

.components-panel__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px
}

.components-panel__row select {
    min-width: 0
}

.components-panel__row label {
    margin-right: 10px;
    flex-shrink: 0;
    max-width: 75%
}

.components-panel__row:empty,
.components-panel__row:first-of-type {
    margin-top: 0
}

.components-panel .circle-picker {
    padding-bottom: 20px
}

.components-placeholder {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em;
    min-height: 200px;
    width: 100%;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    background: rgba(139, 139, 150, .1)
}

.is-dark-theme .components-placeholder {
    background: hsla(0, 0%, 100%, .15)
}

.components-placeholder__label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 1em
}

.components-placeholder__label .block-editor-block-icon,
.components-placeholder__label .dashicon {
    fill: currentColor;
    margin-right: 1ch
}

.components-placeholder__fieldset,
.components-placeholder__fieldset form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    flex-wrap: wrap;
    z-index: 1
}

.components-placeholder__fieldset form p,
.components-placeholder__fieldset p {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.components-placeholder__input {
    margin-right: 8px;
    flex: 1 1 auto
}

.components-placeholder__instructions {
    margin-bottom: 1em
}


/*!rtl:begin:ignore*/

.components-popover {
    position: fixed;
    z-index: 1000000;
    left: 50%
}

.components-popover.is-mobile {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.components-popover:not(.is-without-arrow):not(.is-mobile) {
    margin-left: 2px
}

.components-popover:not(.is-without-arrow):not(.is-mobile):before {
    border: 8px solid #e2e4e7
}

.components-popover:not(.is-without-arrow):not(.is-mobile):after {
    border: 8px solid #fff
}

.components-popover:not(.is-without-arrow):not(.is-mobile):after,
.components-popover:not(.is-without-arrow):not(.is-mobile):before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    line-height: 0
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-top {
    margin-top: -8px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-top:before {
    bottom: -8px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-top:after {
    bottom: -6px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-top:after,
.components-popover:not(.is-without-arrow):not(.is-mobile).is-top:before {
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: solid;
    margin-left: -10px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-bottom {
    margin-top: 8px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-bottom:before {
    top: -8px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-bottom:after {
    top: -6px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-bottom:after,
.components-popover:not(.is-without-arrow):not(.is-mobile).is-bottom:before {
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none;
    margin-left: -10px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-middle.is-left {
    margin-left: -8px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-middle.is-left:before {
    right: -8px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-middle.is-left:after {
    right: -6px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-middle.is-left:after,
.components-popover:not(.is-without-arrow):not(.is-mobile).is-middle.is-left:before {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-middle.is-right {
    margin-left: 8px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-middle.is-right:before {
    left: -8px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-middle.is-right:after {
    left: -6px
}

.components-popover:not(.is-without-arrow):not(.is-mobile).is-middle.is-right:after,
.components-popover:not(.is-without-arrow):not(.is-mobile).is-middle.is-right:before {
    border-bottom-color: transparent;
    border-left: none;
    border-right-style: solid;
    border-top-color: transparent
}

.components-popover:not(.is-mobile).is-top {
    bottom: 100%
}

.components-popover:not(.is-mobile).is-bottom {
    top: 100%;
    z-index: 99990
}

.components-popover:not(.is-mobile).is-middle {
    align-items: center;
    display: flex
}

.components-popover__content {
    box-shadow: 0 3px 30px rgba(25, 30, 35, .1);
    border: 1px solid #e2e4e7;
    background: #fff;
    height: 100%
}

.components-popover.is-mobile .components-popover__content {
    height: calc(100% - 50px);
    border-top: 0
}

.components-popover:not(.is-mobile) .components-popover__content {
    position: absolute;
    height: auto;
    overflow-y: auto;
    min-width: 260px
}

.components-popover:not(.is-mobile).is-top .components-popover__content {
    bottom: 100%
}

.components-popover:not(.is-mobile).is-center .components-popover__content {
    left: 50%;
    transform: translateX(-50%)
}

.components-popover:not(.is-mobile).is-right .components-popover__content {
    position: absolute;
    left: 100%
}

.components-popover:not(.is-mobile):not(.is-middle).is-right .components-popover__content {
    margin-left: -24px
}

.components-popover:not(.is-mobile).is-left .components-popover__content {
    position: absolute;
    right: 100%
}

.components-popover:not(.is-mobile):not(.is-middle).is-left .components-popover__content {
    margin-right: -24px
}

.components-popover__content>div {
    height: 100%
}

.components-popover__header {
    align-items: center;
    background: #fff;
    border: 1px solid #e2e4e7;
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 8px 0 16px
}

.components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.components-popover__close.components-icon-button {
    z-index: 5
}


/*!rtl:end:ignore*/

.components-radio-control {
    display: flex;
    flex-direction: column
}

.components-radio-control__option:not(:last-child) {
    margin-bottom: 4px
}

.components-radio-control__input[type=radio] {
    margin-top: 0;
    margin-right: 6px
}

.components-range-control .components-base-control__field {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center
}

.components-range-control .dashicon {
    flex-shrink: 0;
    margin-right: 10px
}

.components-range-control .components-base-control__label {
    width: 100%
}

.components-range-control .components-range-control__slider {
    margin-left: 0;
    flex: 1
}

.components-range-control__slider {
    width: 100%;
    margin-left: 8px;
    padding: 0;
    -webkit-appearance: none;
    background: transparent
}

.components-range-control__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    cursor: pointer;
    background: #555d66;
    border: 4px solid transparent;
    background-clip: padding-box;
    box-sizing: border-box;
    margin-top: -7px
}

.components-range-control__slider::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    cursor: pointer;
    background: #555d66;
    border: 4px solid transparent;
    background-clip: padding-box;
    box-sizing: border-box
}

.components-range-control__slider::-ms-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    cursor: pointer;
    background: #555d66;
    background-clip: padding-box;
    box-sizing: border-box;
    margin-top: 0;
    height: 14px;
    width: 14px;
    border: 2px solid transparent
}

.components-range-control__slider:focus {
    outline: none
}

.components-range-control__slider:focus::-webkit-slider-thumb {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.components-range-control__slider:focus::-moz-range-thumb {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.components-range-control__slider:focus::-ms-thumb {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.components-range-control__slider::-webkit-slider-runnable-track {
    height: 3px;
    cursor: pointer;
    background: #e2e4e7;
    border-radius: 1.5px;
    margin-top: -4px
}

.components-range-control__slider::-moz-range-track {
    height: 3px;
    cursor: pointer;
    background: #e2e4e7;
    border-radius: 1.5px
}

.components-range-control__slider::-ms-track {
    margin-top: -4px;
    background: transparent;
    border-color: transparent;
    color: transparent;
    height: 3px;
    cursor: pointer;
    background: #e2e4e7;
    border-radius: 1.5px
}

.components-range-control__number {
    display: inline-block;
    margin-left: 8px;
    font-weight: 500;
    width: 54px
}

.components-resizable-box__handle {
    display: none;
    width: 24px;
    height: 24px;
    padding: 4px
}

.components-resizable-box__container.is-selected .components-resizable-box__handle {
    display: block
}

.components-resizable-box__handle:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #0085ba;
    cursor: inherit
}

body.admin-color-sunrise .components-resizable-box__handle:before {
    background: #d1864a
}

body.admin-color-ocean .components-resizable-box__handle:before {
    background: #a3b9a2
}

body.admin-color-midnight .components-resizable-box__handle:before {
    background: #e14d43
}

body.admin-color-ectoplasm .components-resizable-box__handle:before {
    background: #a7b656
}

body.admin-color-coffee .components-resizable-box__handle:before {
    background: #c2a68c
}

body.admin-color-blue .components-resizable-box__handle:before {
    background: #82b4cb
}

body.admin-color-light .components-resizable-box__handle:before {
    background: #0085ba
}


/*!rtl:begin:ignore*/

.components-resizable-box__handle-right {
    top: calc(50% - 12px);
    right: -12px
}

.components-resizable-box__handle-bottom {
    bottom: -12px;
    left: calc(50% - 12px)
}

.components-resizable-box__handle-left {
    top: calc(50% - 12px);
    left: -12px
}


/*!rtl:end:ignore*/

.components-responsive-wrapper {
    position: relative;
    max-width: 100%
}

.components-responsive-wrapper__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.components-sandbox,
body.lockscroll,
html.lockscroll {
    overflow: hidden
}

.components-select-control__input {
    background: #fff;
    height: 36px;
    line-height: 36px;
    margin: 1px;
    outline: 0;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important
}

@media (min-width:782px) {
    .components-select-control__input {
        height: 28px;
        line-height: 28px
    }
}

@media (max-width:782px) {
    .components-base-control .components-base-control__field .components-select-control__input {
        font-size: 16px
    }
}

.components-spinner {
    display: inline-block;
    background-color: #7e8993;
    width: 18px;
    height: 18px;
    opacity: .7;
    float: right;
    margin: 5px 11px 0;
    border-radius: 100%;
    position: relative
}

.components-spinner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    transform-origin: 6px 6px;
    animation: components-spinner__animation 1s linear infinite
}

@keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.components-text-control__input,
.components-textarea-control__input {
    width: 100%;
    padding: 6px 8px
}

.components-toggle-control .components-base-control__field {
    display: flex;
    margin-bottom: 12px
}

.components-toggle-control .components-base-control__field .components-form-toggle {
    margin-right: 16px
}

.components-toggle-control .components-base-control__field .components-toggle-control__label {
    display: block;
    margin-bottom: 4px
}

.components-toolbar {
    margin: 0;
    border: 1px solid #e2e4e7;
    background-color: #fff;
    display: flex;
    flex-shrink: 0
}

div.components-toolbar>div {
    display: block;
    margin: 0
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    div.components-toolbar>div {
        display: flex
    }
}

div.components-toolbar>div+div {
    margin-left: -3px
}

div.components-toolbar>div+div.has-left-divider {
    margin-left: 6px;
    position: relative;
    overflow: visible
}

div.components-toolbar>div+div.has-left-divider:before {
    display: inline-block;
    content: "";
    box-sizing: content-box;
    background-color: #e2e4e7;
    position: absolute;
    top: 8px;
    left: -3px;
    width: 1px;
    height: 20px
}

.components-toolbar__control.components-button {
    display: inline-flex;
    align-items: flex-end;
    margin: 0;
    padding: 3px;
    outline: none;
    cursor: pointer;
    position: relative;
    width: 36px;
    height: 36px
}

.components-toolbar__control.components-button:active,
.components-toolbar__control.components-button:not([aria-disabled=true]):focus,
.components-toolbar__control.components-button:not([aria-disabled=true]):hover {
    outline: none;
    box-shadow: none;
    background: none;
    border: none
}

.components-toolbar__control.components-button:disabled {
    cursor: default
}

.components-toolbar__control.components-button>svg {
    padding: 5px;
    border-radius: 4px;
    height: 30px;
    width: 30px
}

.components-toolbar__control.components-button[data-subscript] svg {
    padding: 5px 10px 5px 0
}

.components-toolbar__control.components-button[data-subscript]:after {
    content: attr(data-subscript);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
    position: absolute;
    right: 8px;
    bottom: 10px
}

.components-toolbar__control.components-button:not(:disabled):not([aria-disabled=true]):hover {
    box-shadow: none
}

.components-toolbar__control.components-button:not(:disabled).is-active>svg,
.components-toolbar__control.components-button:not(:disabled):hover>svg {
    color: #555d66;
    box-shadow: inset 0 0 0 1px #555d66, inset 0 0 0 2px #fff
}

.components-toolbar__control.components-button:not(:disabled).is-active>svg {
    outline: none;
    color: #fff;
    box-shadow: none;
    background: #555d66
}

.components-toolbar__control.components-button:not(:disabled).is-active[data-subscript]:after {
    color: #fff
}

.components-toolbar__control.components-button:not(:disabled):focus>svg {
    box-shadow: inset 0 0 0 1px #555d66, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.components-toolbar__control .dashicon {
    display: block
}

.components-tooltip.components-popover {
    z-index: 1000002
}

.components-tooltip.components-popover:before {
    border-color: transparent
}

.components-tooltip.components-popover.is-top:after {
    border-top-color: #191e23
}

.components-tooltip.components-popover.is-bottom:after {
    border-bottom-color: #191e23
}

.components-tooltip .components-popover__content {
    padding: 4px 12px;
    background: #191e23;
    border-width: 0;
    color: #fff;
    white-space: nowrap;
    text-align: center
}

.components-tooltip:not(.is-mobile) .components-popover__content {
    min-width: 0
}

.components-tooltip__shortcut {
    display: block;
    color: #7e8993
}

@charset "UTF-8";
.block-editor-block-drop-zone {
    border: none;
    border-radius: 0
}

.block-editor-block-drop-zone .components-drop-zone__content,
.block-editor-block-drop-zone.is-dragging-over-element .components-drop-zone__content {
    display: none
}

.block-editor-block-drop-zone.is-close-to-bottom {
    background: none;
    border-bottom: 3px solid #0085ba
}

body.admin-color-sunrise .block-editor-block-drop-zone.is-close-to-bottom {
    border-bottom: 3px solid #d1864a
}

body.admin-color-ocean .block-editor-block-drop-zone.is-close-to-bottom {
    border-bottom: 3px solid #a3b9a2
}

body.admin-color-midnight .block-editor-block-drop-zone.is-close-to-bottom {
    border-bottom: 3px solid #e14d43
}

body.admin-color-ectoplasm .block-editor-block-drop-zone.is-close-to-bottom {
    border-bottom: 3px solid #a7b656
}

body.admin-color-coffee .block-editor-block-drop-zone.is-close-to-bottom {
    border-bottom: 3px solid #c2a68c
}

body.admin-color-blue .block-editor-block-drop-zone.is-close-to-bottom {
    border-bottom: 3px solid #82b4cb
}

body.admin-color-light .block-editor-block-drop-zone.is-close-to-bottom {
    border-bottom: 3px solid #0085ba
}

.block-editor-block-drop-zone.is-appender.is-close-to-bottom,
.block-editor-block-drop-zone.is-appender.is-close-to-top,
.block-editor-block-drop-zone.is-close-to-top {
    background: none;
    border-top: 3px solid #0085ba;
    border-bottom: none
}

body.admin-color-sunrise .block-editor-block-drop-zone.is-appender.is-close-to-bottom,
body.admin-color-sunrise .block-editor-block-drop-zone.is-appender.is-close-to-top,
body.admin-color-sunrise .block-editor-block-drop-zone.is-close-to-top {
    border-top: 3px solid #d1864a
}

body.admin-color-ocean .block-editor-block-drop-zone.is-appender.is-close-to-bottom,
body.admin-color-ocean .block-editor-block-drop-zone.is-appender.is-close-to-top,
body.admin-color-ocean .block-editor-block-drop-zone.is-close-to-top {
    border-top: 3px solid #a3b9a2
}

body.admin-color-midnight .block-editor-block-drop-zone.is-appender.is-close-to-bottom,
body.admin-color-midnight .block-editor-block-drop-zone.is-appender.is-close-to-top,
body.admin-color-midnight .block-editor-block-drop-zone.is-close-to-top {
    border-top: 3px solid #e14d43
}

body.admin-color-ectoplasm .block-editor-block-drop-zone.is-appender.is-close-to-bottom,
body.admin-color-ectoplasm .block-editor-block-drop-zone.is-appender.is-close-to-top,
body.admin-color-ectoplasm .block-editor-block-drop-zone.is-close-to-top {
    border-top: 3px solid #a7b656
}

body.admin-color-coffee .block-editor-block-drop-zone.is-appender.is-close-to-bottom,
body.admin-color-coffee .block-editor-block-drop-zone.is-appender.is-close-to-top,
body.admin-color-coffee .block-editor-block-drop-zone.is-close-to-top {
    border-top: 3px solid #c2a68c
}

body.admin-color-blue .block-editor-block-drop-zone.is-appender.is-close-to-bottom,
body.admin-color-blue .block-editor-block-drop-zone.is-appender.is-close-to-top,
body.admin-color-blue .block-editor-block-drop-zone.is-close-to-top {
    border-top: 3px solid #82b4cb
}

body.admin-color-light .block-editor-block-drop-zone.is-appender.is-close-to-bottom,
body.admin-color-light .block-editor-block-drop-zone.is-appender.is-close-to-top,
body.admin-color-light .block-editor-block-drop-zone.is-close-to-top {
    border-top: 3px solid #0085ba
}

.block-editor-block-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0;
    border-radius: 4px
}

.block-editor-block-icon.has-colors svg {
    fill: currentColor
}

.block-editor-block-icon svg {
    min-width: 20px;
    min-height: 20px;
    max-width: 24px;
    max-height: 24px
}

.block-editor-block-inspector__no-blocks {
    display: block;
    font-size: 13px;
    background: #fff;
    padding: 32px 16px;
    text-align: center
}

.block-editor-block-inspector__card {
    display: flex;
    align-items: flex-start;
    margin: -16px;
    padding: 16px
}

.block-editor-block-inspector__card-icon {
    border: 1px solid #ccd0d4;
    padding: 7px;
    margin-right: 10px;
    height: 36px;
    width: 36px
}

.block-editor-block-inspector__card-content {
    flex-grow: 1
}

.block-editor-block-inspector__card-title {
    font-weight: 500;
    margin-bottom: 5px
}

.block-editor-block-inspector__card-description {
    font-size: 13px
}

.block-editor-block-inspector__card .block-editor-block-icon {
    margin-left: -2px;
    margin-right: 10px;
    padding: 0 3px;
    width: 36px;
    height: 24px
}

.block-editor-block-list__layout .components-draggable__clone .block-editor-block-contextual-toolbar {
    display: none!important
}

.block-editor-block-list__layout .block-editor-block-list__block.is-selected.is-dragging .block-editor-block-list__block-edit:before {
    border: none
}

.block-editor-block-list__layout .block-editor-block-list__block.is-selected.is-dragging>.block-editor-block-list__block-edit>* {
    background: #f8f9f9
}

.block-editor-block-list__layout .block-editor-block-list__block.is-selected.is-dragging>.block-editor-block-list__block-edit>*>* {
    visibility: hidden
}

.block-editor-block-list__layout .block-editor-block-list__block.is-selected.is-dragging .block-editor-block-contextual-toolbar,
.block-editor-block-list__layout .block-editor-block-list__block.is-selected.is-dragging .block-editor-block-mover {
    display: none
}

.block-editor-block-list__layout .block-editor-block-list__block.is-selected>.block-editor-block-list__block-edit .reusable-block-edit-panel * {
    z-index: 1
}

@media (min-width:600px) {
    .block-editor-block-list__layout {
        padding-left: 46px;
        padding-right: 46px
    }
}

.block-editor-block-list__block .block-editor-block-list__layout {
    padding-left: 0;
    padding-right: 0;
    margin-left: -14px;
    margin-right: -14px
}

.block-editor-block-list__layout .block-editor-default-block-appender>.block-editor-default-block-appender__content,
.block-editor-block-list__layout>.block-editor-block-list__block>.block-editor-block-list__block-edit,
.block-editor-block-list__layout>.block-editor-block-list__layout>.block-editor-block-list__block>.block-editor-block-list__block-edit {
    margin-top: 32px;
    margin-bottom: 32px
}

.block-editor-block-list__layout .block-editor-block-list__block {
    position: relative;
    padding-left: 14px;
    padding-right: 14px;
    overflow-wrap: break-word
}

@media (min-width:600px) {
    .block-editor-block-list__layout .block-editor-block-list__block {
        padding-left: 43px;
        padding-right: 43px
    }
}

.block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui {
    margin: -10px 20px 12px;
    width: calc(100% - 40px)
}

.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui {
    margin: 0 0 12px;
    width: 100%
}

.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice {
    margin-left: 0;
    margin-right: 0
}

.block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content {
    font-size: 13px
}

.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__block-edit {
    position: relative
}

.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__block-edit:before {
    z-index: 0;
    content: "";
    position: absolute;
    border: 1px solid transparent;
    border-left: none;
    box-shadow: none;
    transition: border-color .1s linear, box-shadow .1s linear;
    pointer-events: none;
    outline: 1px solid transparent;
    right: -14px;
    left: -14px;
    top: -14px;
    bottom: -14px
}

.block-editor-block-list__layout .block-editor-block-list__block.is-selected>.block-editor-block-list__block-edit:before {
    border-color: rgba(66, 88, 99, .4);
    box-shadow: inset 3px 0 0 0 #555d66
}

.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-selected>.block-editor-block-list__block-edit:before {
    border-color: hsla(0, 0%, 100%, .45);
    box-shadow: inset 3px 0 0 0 #d7dade
}

@media (min-width:600px) {
    .block-editor-block-list__layout .block-editor-block-list__block.is-selected>.block-editor-block-list__block-edit:before {
        box-shadow: -3px 0 0 0 #555d66
    }
    .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-selected>.block-editor-block-list__block-edit:before {
        box-shadow: -3px 0 0 0 #d7dade
    }
}

.block-editor-block-list__layout .block-editor-block-list__block.is-hovered>.block-editor-block-list__block-edit:before {
    box-shadow: -3px 0 0 0 #e2e4e7
}

.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-hovered>.block-editor-block-list__block-edit:before {
    box-shadow: -3px 0 0 0 #40464d
}

.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected) {
    opacity: .5;
    transition: opacity .1s linear
}

.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected).is-focused,
.block-editor-block-list__layout .block-editor-block-list__block.is-focus-mode:not(.is-multi-selected):not(.is-focused) .block-editor-block-list__block {
    opacity: 1
}

.block-editor-block-list__layout .block-editor-block-list__block::selection {
    background-color: #b3e7fe
}

.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected::selection {
    background-color: transparent
}

.block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .block-editor-block-list__block-edit:before {
    background: #b3e7fe;
    mix-blend-mode: multiply;
    top: -14px;
    bottom: -14px
}

.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected .block-editor-block-list__block-edit:before {
    mix-blend-mode: soft-light
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning {
    min-height: 36px
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-block-list__block-edit>* {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-block-list__block-edit .block-editor-warning {
    pointer-events: all
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-block-list__block-edit:before {
    border-color: rgba(145, 151, 162, .25);
    border-left: 1px solid rgba(145, 151, 162, .25)
}

.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-block-list__block-edit:before {
    border-color: hsla(0, 0%, 100%, .35)
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-selected .editor-block-list__block-edit:before {
    border-color: rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) transparent
}

.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-selected .editor-block-list__block-edit:before {
    border-color: hsla(0, 0%, 100%, .45)
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-block-list__block-edit:after {
    content: "";
    position: absolute;
    background-color: rgba(248, 249, 249, .4);
    top: -14px;
    bottom: -14px;
    right: -14px;
    left: -14px
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected .block-editor-block-list__block-edit:after {
    background-color: transparent
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-selected .block-editor-block-list__block-edit:after {
    bottom: 22px
}

@media (min-width:600px) {
    .block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-selected .block-editor-block-list__block-edit:after {
        bottom: -14px
    }
}

.block-editor-block-list__layout .block-editor-block-list__block.is-typing .block-editor-block-list__empty-block-inserter,
.block-editor-block-list__layout .block-editor-block-list__block.is-typing .block-editor-block-list__side-inserter {
    opacity: 0;
    animation: none
}

.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__empty-block-inserter,
.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__side-inserter {
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__empty-block-inserter,
    .block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__side-inserter {
        animation-duration: 1ms!important
    }
}

.block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-block-list__block-edit:before {
    border: 1px dashed rgba(145, 151, 162, .25)
}

.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-block-list__block-edit:before {
    border-color: hsla(0, 0%, 100%, .35)
}

.block-editor-block-list__layout .block-editor-block-list__block.is-reusable.is-selected>.block-editor-block-list__block-edit:before {
    border-color: rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) transparent
}

.is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-reusable.is-selected>.block-editor-block-list__block-edit:before {
    border-color: hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) transparent
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=left],
.block-editor-block-list__layout .block-editor-block-list__block[data-align=right] {
    z-index: 81;
    width: 100%;
    height: 0
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=right] .block-editor-block-list__block-edit {
    margin-top: 0
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=left] .block-editor-block-list__block-edit:before,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=right] .block-editor-block-list__block-edit:before {
    content: none
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=left] .block-editor-block-contextual-toolbar,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=right] .block-editor-block-contextual-toolbar {
    margin-bottom: 1px;
    width: auto;
    border-bottom: 1px solid #b5bcc2;
    bottom: auto
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=left] .block-editor-block-contextual-toolbar {
    left: 0;
    right: auto
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=right] .block-editor-block-contextual-toolbar {
    left: auto;
    right: 0
}

@media (min-width:600px) {
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=left] .block-editor-block-contextual-toolbar,
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=right] .block-editor-block-contextual-toolbar {
        top: 14px
    }
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=left] .block-editor-block-list__block-edit {
    /*!rtl:begin:ignore*/
    float: left;
    margin-right: 2em
    /*!rtl:end:ignore*/
}

@media (min-width:600px) {
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=left] .block-editor-block-toolbar {
        /*!rtl:begin:ignore*/
        left: 14px;
        right: auto
        /*!rtl:end:ignore*/
    }
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=right]>.block-editor-block-list__block-edit {
    /*!rtl:begin:ignore*/
    float: right;
    margin-left: 2em
    /*!rtl:end:ignore*/
}

@media (min-width:600px) {
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=right] .block-editor-block-toolbar {
        /*!rtl:begin:ignore*/
        right: 14px;
        left: auto
        /*!rtl:end:ignore*/
    }
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=full],
.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide] {
    clear: both;
    z-index: 20
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=full].is-multi-selected>.block-editor-block-mover,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit>.block-editor-block-mover,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide].is-multi-selected>.block-editor-block-mover,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide]>.block-editor-block-list__block-edit>.block-editor-block-mover {
    top: -44px;
    bottom: auto;
    min-height: 0;
    height: auto;
    width: auto
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=full].is-multi-selected>.block-editor-block-mover:before,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit>.block-editor-block-mover:before,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide].is-multi-selected>.block-editor-block-mover:before,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide]>.block-editor-block-list__block-edit>.block-editor-block-mover:before {
    content: none
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=full].is-multi-selected>.block-editor-block-mover .block-editor-block-mover__control,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit>.block-editor-block-mover .block-editor-block-mover__control,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide].is-multi-selected>.block-editor-block-mover .block-editor-block-mover__control,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide]>.block-editor-block-list__block-edit>.block-editor-block-mover .block-editor-block-mover__control {
    float: left
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=full].is-multi-selected>.block-editor-block-mover,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit>.block-editor-block-mover,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide].is-multi-selected>.block-editor-block-mover,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide]>.block-editor-block-list__block-edit>.block-editor-block-mover {
    display: none
}

@media (min-width:1280px) {
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=full].is-multi-selected>.block-editor-block-mover,
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit>.block-editor-block-mover,
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=wide].is-multi-selected>.block-editor-block-mover,
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=wide]>.block-editor-block-list__block-edit>.block-editor-block-mover {
        display: block
    }
}

@media (min-width:600px) {
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=full] .block-editor-block-toolbar,
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=wide] .block-editor-block-toolbar {
        display: inline-flex
    }
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide].is-multi-selected>.block-editor-block-mover,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=wide]>.block-editor-block-list__block-edit>.block-editor-block-mover {
    left: -13px
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit>.block-editor-block-list__breadcrumb {
    left: 0
}

@media (min-width:600px) {
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=full] {
        margin-left: -45px;
        margin-right: -45px
    }
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit {
    margin-left: -14px;
    margin-right: -14px
}

@media (min-width:600px) {
    .block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit {
        margin-left: -44px;
        margin-right: -44px
    }
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit figure {
    width: 100%
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit:before {
    left: 0;
    right: 0;
    border-left-width: 0;
    border-right-width: 0
}

.block-editor-block-list__layout .block-editor-block-list__block[data-align=full].is-multi-selected>.block-editor-block-mover,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit>.block-editor-block-mover {
    left: 1px
}

.block-editor-block-list__layout .block-editor-block-list__block[data-clear=true] {
    float: none
}

.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-drop-zone {
    top: -4px;
    bottom: -3px;
    margin: 0 14px
}

.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-inserter-with-shortcuts {
    display: none
}

.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-block-list__empty-block-inserter,
.block-editor-block-list__layout .block-editor-block-list__block .block-editor-block-list__layout .block-editor-default-block-appender .block-editor-inserter {
    left: auto;
    right: 8px
}

.block-editor-block-list__block.is-multi-selected>.block-editor-block-mover,
.block-editor-block-list__block>.block-editor-block-list__block-edit>.block-editor-block-mover {
    position: absolute;
    width: 30px;
    height: 100%;
    max-height: 112px;
    top: -15px
}

@media (min-width:600px) {
    .block-editor-block-list__block.is-hovered .block-editor-block-mover,
    .block-editor-block-list__block.is-multi-selected .block-editor-block-mover,
    .block-editor-block-list__block.is-selected .block-editor-block-mover {
        z-index: 80
    }
}

.block-editor-block-list__block.is-multi-selected>.block-editor-block-mover,
.block-editor-block-list__block>.block-editor-block-list__block-edit>.block-editor-block-mover {
    padding-right: 2px;
    left: -45px;
    display: none
}

@media (min-width:600px) {
    .block-editor-block-list__block.is-multi-selected>.block-editor-block-mover,
    .block-editor-block-list__block>.block-editor-block-list__block-edit>.block-editor-block-mover {
        display: block
    }
}

.block-editor-block-list__block.is-multi-selected>.block-editor-block-mover {
    left: -30px
}

.block-editor-block-list__block[data-align=left].is-selected>.block-editor-block-list__block-edit>.block-editor-block-mover,
.block-editor-block-list__block[data-align=right].is-selected>.block-editor-block-list__block-edit>.block-editor-block-mover {
    display: none
}

@media (min-width:600px) {
    .block-editor-block-list__block[data-align=left].is-selected>.block-editor-block-list__block-edit>.block-editor-block-mover,
    .block-editor-block-list__block[data-align=right].is-selected>.block-editor-block-list__block-edit>.block-editor-block-mover {
        display: block;
        opacity: 1;
        animation: none;
        width: 45px;
        height: auto;
        padding-bottom: 14px;
        margin-top: 0
    }
}

.block-editor-block-list__block[data-align=left].is-dragging>.block-editor-block-list__block-edit>.block-editor-block-mover,
.block-editor-block-list__block[data-align=left].is-hovered>.block-editor-block-list__block-edit>.block-editor-block-mover,
.block-editor-block-list__block[data-align=right].is-dragging>.block-editor-block-list__block-edit>.block-editor-block-mover,
.block-editor-block-list__block[data-align=right].is-hovered>.block-editor-block-list__block-edit>.block-editor-block-mover {
    display: none
}

.block-editor-block-list__block .block-editor-block-list__block-mobile-toolbar {
    display: flex;
    flex-direction: row;
    transform: translateY(15px);
    margin-top: 37px;
    margin-right: -14px;
    margin-left: -14px;
    border-top: 1px solid #b5bcc2;
    height: 37px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(25, 30, 35, .05), 0 2px 2px rgba(25, 30, 35, .05)
}

@media (min-width:600px) {
    .block-editor-block-list__block .block-editor-block-list__block-mobile-toolbar {
        display: none;
        box-shadow: none
    }
}

.block-editor-block-list__block .block-editor-block-list__block-mobile-toolbar .block-editor-inserter {
    position: relative;
    left: auto;
    top: auto;
    margin: 0
}

.block-editor-block-list__block .block-editor-block-list__block-mobile-toolbar .block-editor-block-mover__control,
.block-editor-block-list__block .block-editor-block-list__block-mobile-toolbar .block-editor-inserter__toggle {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    padding: 3px;
    margin: 0;
    justify-content: center;
    align-items: center
}

.block-editor-block-list__block .block-editor-block-list__block-mobile-toolbar .block-editor-block-mover__control .dashicon,
.block-editor-block-list__block .block-editor-block-list__block-mobile-toolbar .block-editor-inserter__toggle .dashicon {
    margin: auto
}

.block-editor-block-list__block .block-editor-block-list__block-mobile-toolbar .block-editor-block-mover {
    display: flex;
    margin-right: auto
}

.block-editor-block-list__block .block-editor-block-list__block-mobile-toolbar .block-editor-block-mover .block-editor-block-mover__control,
.block-editor-block-list__block .block-editor-block-list__block-mobile-toolbar .block-editor-block-mover .block-editor-inserter {
    float: left
}

.block-editor-block-list__block[data-align=full] .block-editor-block-list__block-mobile-toolbar {
    margin-left: 0;
    margin-right: 0
}

.block-editor-block-list .block-editor-inserter {
    margin: 8px;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.block-editor-block-list__insertion-point {
    position: relative;
    z-index: 6;
    margin-top: -14px
}

.block-editor-block-list__insertion-point-indicator {
    position: absolute;
    top: calc(50% - 1px);
    height: 2px;
    left: 0;
    right: 0;
    background: #0085ba
}

body.admin-color-sunrise .block-editor-block-list__insertion-point-indicator {
    background: #d1864a
}

body.admin-color-ocean .block-editor-block-list__insertion-point-indicator {
    background: #a3b9a2
}

body.admin-color-midnight .block-editor-block-list__insertion-point-indicator {
    background: #e14d43
}

body.admin-color-ectoplasm .block-editor-block-list__insertion-point-indicator {
    background: #a7b656
}

body.admin-color-coffee .block-editor-block-list__insertion-point-indicator {
    background: #c2a68c
}

body.admin-color-blue .block-editor-block-list__insertion-point-indicator {
    background: #82b4cb
}

body.admin-color-light .block-editor-block-list__insertion-point-indicator {
    background: #0085ba
}

.block-editor-block-list__insertion-point-inserter {
    display: none;
    position: absolute;
    bottom: auto;
    left: 0;
    right: 0;
    justify-content: center;
    height: 22px;
    opacity: 0;
    transition: opacity .1s linear
}

@media (min-width:480px) {
    .block-editor-block-list__insertion-point-inserter {
        display: flex
    }
}

.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle {
    margin-top: -8px;
    border-radius: 50%;
    color: #007cba;
    background: #fff;
    height: 36px;
    width: 36px
}

.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle:not(:disabled):not([aria-disabled=true]):hover {
    box-shadow: none
}

.block-editor-block-list__insertion-point-inserter.is-visible,
.block-editor-block-list__insertion-point-inserter:hover {
    opacity: 1
}

.edit-post-layout:not(.has-fixed-toolbar) .is-focused>.block-editor-block-list__insertion-point>.block-editor-block-list__insertion-point-inserter,
.edit-post-layout:not(.has-fixed-toolbar) .is-selected>.block-editor-block-list__insertion-point>.block-editor-block-list__insertion-point-inserter {
    opacity: 0;
    pointer-events: none
}

.edit-post-layout:not(.has-fixed-toolbar) .is-focused>.block-editor-block-list__insertion-point>.block-editor-block-list__insertion-point-inserter.is-visible,
.edit-post-layout:not(.has-fixed-toolbar) .is-focused>.block-editor-block-list__insertion-point>.block-editor-block-list__insertion-point-inserter:hover,
.edit-post-layout:not(.has-fixed-toolbar) .is-selected>.block-editor-block-list__insertion-point>.block-editor-block-list__insertion-point-inserter.is-visible,
.edit-post-layout:not(.has-fixed-toolbar) .is-selected>.block-editor-block-list__insertion-point>.block-editor-block-list__insertion-point-inserter:hover {
    opacity: 1;
    pointer-events: auto
}

.block-editor-block-list__block>.block-editor-block-list__insertion-point {
    position: absolute;
    top: -16px;
    height: 28px;
    bottom: auto;
    left: 0;
    right: 0
}

@media (min-width:600px) {
    .block-editor-block-list__block>.block-editor-block-list__insertion-point {
        left: -1px;
        right: -1px
    }
}

.block-editor-block-list__block[data-align=full]>.block-editor-block-list__insertion-point {
    left: 0;
    right: 0
}

.block-editor-block-list__block .block-editor-block-list__block-html-textarea {
    display: block;
    margin: 0;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    resize: none;
    overflow: hidden;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px;
    line-height: 150%;
    transition: padding .2s linear
}

.block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus {
    box-shadow: none
}

.block-editor-block-list__block .block-editor-block-contextual-toolbar {
    z-index: 21;
    white-space: nowrap;
    text-align: left;
    pointer-events: none;
    position: absolute;
    bottom: 22px;
    left: -14px;
    right: -14px;
    border-top: 1px solid #b5bcc2
}

.block-editor-block-list__block .block-editor-block-contextual-toolbar .components-toolbar {
    border-top: none;
    border-bottom: none
}

@media (min-width:600px) {
    .block-editor-block-list__block .block-editor-block-contextual-toolbar {
        border-top: none
    }
    .block-editor-block-list__block .block-editor-block-contextual-toolbar .components-toolbar {
        border-top: 1px solid #b5bcc2;
        border-bottom: 1px solid #b5bcc2
    }
}

.block-editor-block-list__block[data-align=left] .block-editor-block-contextual-toolbar,
.block-editor-block-list__block[data-align=right] .block-editor-block-contextual-toolbar {
    margin-bottom: 1px;
    margin-top: -37px;
    box-shadow: -3px 0 0 0 #555d66
}

.is-dark-theme .block-editor-block-list__block[data-align=left] .block-editor-block-contextual-toolbar,
.is-dark-theme .block-editor-block-list__block[data-align=right] .block-editor-block-contextual-toolbar {
    box-shadow: -3px 0 0 0 #d7dade
}

@media (min-width:600px) {
    .block-editor-block-list__block[data-align=left] .block-editor-block-contextual-toolbar,
    .block-editor-block-list__block[data-align=right] .block-editor-block-contextual-toolbar {
        box-shadow: none
    }
}

.block-editor-block-list__block[data-align=left] .block-editor-block-contextual-toolbar .editor-block-toolbar,
.block-editor-block-list__block[data-align=right] .block-editor-block-contextual-toolbar .editor-block-toolbar {
    border-left: none
}

.block-editor-block-list__block .block-editor-block-contextual-toolbar {
    margin-left: 0;
    margin-right: 0
}

@media (min-width:600px) {
    .block-editor-block-list__block .block-editor-block-contextual-toolbar {
        margin-left: -15px;
        margin-right: -15px
    }
}

.block-editor-block-list__block[data-align=left] .block-editor-block-contextual-toolbar {
    margin-right: 15px
}

.block-editor-block-list__block[data-align=right] .block-editor-block-contextual-toolbar {
    margin-left: 15px
}

.block-editor-block-list__block .block-editor-block-contextual-toolbar>* {
    pointer-events: auto
}

.block-editor-block-list__block[data-align=full] .block-editor-block-contextual-toolbar {
    left: 0;
    right: 0
}

.block-editor-block-list__block.is-focus-mode:not(.is-multi-selected)>.block-editor-block-list__block-edit>.block-editor-block-contextual-toolbar {
    margin-left: -28px
}

@media (min-width:600px) {
    .block-editor-block-list__block .block-editor-block-contextual-toolbar {
        bottom: auto;
        left: auto;
        right: auto;
        box-shadow: none;
        transform: translateY(-52px)
    }
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .block-editor-block-list__block .block-editor-block-contextual-toolbar {
            position: -webkit-sticky;
            position: sticky;
            top: 51px
        }
    }
}

.block-editor-block-list__block[data-align=left] .block-editor-block-contextual-toolbar {
    float: left
}

.block-editor-block-list__block[data-align=right] .block-editor-block-contextual-toolbar {
    float: right
}

.block-editor-block-list__block[data-align=left] .block-editor-block-contextual-toolbar,
.block-editor-block-list__block[data-align=right] .block-editor-block-contextual-toolbar {
    transform: translateY(-15px)
}

.block-editor-block-contextual-toolbar .block-editor-block-toolbar {
    width: 100%
}

@media (min-width:600px) {
    .block-editor-block-contextual-toolbar .block-editor-block-toolbar {
        width: auto;
        border-right: none;
        position: absolute;
        left: 1px;
        top: 1px
    }
}

.block-editor-block-list__breadcrumb {
    position: absolute;
    line-height: 1;
    z-index: 2;
    left: -17px;
    top: -31px
}

.block-editor-block-list__breadcrumb .components-toolbar {
    border: none;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 11px;
    padding: 4px;
    background: #e2e4e7;
    color: #191e23
}

.is-dark-theme .block-editor-block-list__breadcrumb .components-toolbar {
    background: #40464d;
    color: #fff
}

.block-editor-block-list__block:hover .block-editor-block-list__breadcrumb .components-toolbar {
    opacity: 0;
    animation: edit-post__fade-in-animation 60ms ease-out .5s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .block-editor-block-list__block:hover .block-editor-block-list__breadcrumb .components-toolbar {
        animation-duration: 1ms!important
    }
}

.editor-inner-blocks .block-editor-block-list__breadcrumb {
    z-index: 22
}

[data-align=left] .block-editor-block-list__breadcrumb {
    left: 0
}

[data-align=right] .block-editor-block-list__breadcrumb {
    left: auto;
    right: 0
}

.block-editor-block-list__descendant-arrow:before {
    content: "â†’";
    display: inline-block;
    padding: 0 4px
}

.rtl .block-editor-block-list__descendant-arrow:before {
    content: "â†"
}

@media (min-width:600px) {
    .block-editor-block-list__block:before {
        bottom: 0;
        content: "";
        left: -28px;
        position: absolute;
        right: -28px;
        top: 0
    }
    .block-editor-block-list__block .block-editor-block-list__block:before {
        left: 0;
        right: 0
    }
    .block-editor-block-list__block[data-align=full]:before {
        content: none
    }
}

.block-editor-block-list__block .block-editor-warning {
    z-index: 5;
    position: relative;
    margin-right: -14px;
    margin-left: -14px;
    margin-bottom: -14px;
    transform: translateY(-14px);
    padding: 10px 14px
}

@media (min-width:600px) {
    .block-editor-block-list__block .block-editor-warning {
        padding: 10px 14px
    }
}

.block-list-appender>.block-editor-inserter {
    display: block
}

.block-list-appender__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    outline: 1px dashed #8d96a0;
    width: 100%;
    color: #555d66
}

.block-list-appender__toggle:hover {
    outline: 1px dashed #555d66
}

.block-editor-block-compare {
    overflow: auto;
    height: auto
}

@media (min-width:600px) {
    .block-editor-block-compare {
        max-height: 70%
    }
}

.block-editor-block-compare__wrapper {
    display: flex;
    padding-bottom: 16px
}

.block-editor-block-compare__wrapper>div {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 50%;
    padding: 0 16px 0 0;
    min-width: 200px
}

.block-editor-block-compare__wrapper>div button {
    float: right
}

.block-editor-block-compare__wrapper .block-editor-block-compare__converted {
    border-left: 1px solid #ddd;
    padding-left: 15px
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html {
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 12px;
    color: #23282d;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    line-height: 1.7
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span {
    background-color: #e6ffed;
    padding-top: 3px;
    padding-bottom: 3px
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added {
    background-color: #acf2bd
}

.block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed {
    background-color: #d94f4f
}

.block-editor-block-compare__wrapper .block-editor-block-compare__preview {
    padding: 14px 0 0
}

.block-editor-block-compare__wrapper .block-editor-block-compare__preview p {
    font-size: 12px;
    margin-top: 0
}

.block-editor-block-compare__wrapper .block-editor-block-compare__action {
    margin-top: 14px
}

.block-editor-block-compare__wrapper .block-editor-block-compare__heading {
    font-size: 1em;
    font-weight: 400;
    margin: .67em 0
}

.block-editor-block-mover {
    min-height: 56px;
    opacity: 0
}

.block-editor-block-mover.is-visible {
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .block-editor-block-mover.is-visible {
        animation-duration: 1ms!important
    }
}

@media (min-width:600px) {
    .block-editor-block-list__block:not([data-align=wide]):not([data-align=full]) .block-editor-block-mover {
        margin-top: -8px
    }
}

.block-editor-block-mover__control {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    width: 28px;
    height: 24px;
    color: rgba(14, 28, 46, .62)
}

.block-editor-block-mover__control svg {
    width: 28px;
    height: 24px;
    padding: 2px 5px
}

.is-dark-theme .block-editor-block-mover__control {
    color: hsla(0, 0%, 100%, .65)
}

.is-dark-theme .wp-block .wp-block .block-editor-block-mover__control,
.wp-block .is-dark-theme .wp-block .block-editor-block-mover__control {
    color: rgba(14, 28, 46, .62)
}

.block-editor-block-mover__control[aria-disabled=true] {
    cursor: default;
    pointer-events: none;
    color: rgba(130, 148, 147, .15)
}

.is-dark-theme .block-editor-block-mover__control[aria-disabled=true] {
    color: hsla(0, 0%, 100%, .2)
}

.block-editor-block-mover__control-drag-handle {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
    fill: currentColor;
    border-radius: 4px
}

.block-editor-block-mover__control-drag-handle,
.block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):active,
.block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):focus,
.block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    box-shadow: none;
    background: none;
    color: rgba(10, 24, 41, .7)
}

.is-dark-theme .block-editor-block-mover__control-drag-handle,
.is-dark-theme .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):active,
.is-dark-theme .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):focus,
.is-dark-theme .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: hsla(0, 0%, 100%, .75)
}

.is-dark-theme .wp-block .wp-block .block-editor-block-mover__control-drag-handle,
.is-dark-theme .wp-block .wp-block .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):active,
.is-dark-theme .wp-block .wp-block .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):focus,
.is-dark-theme .wp-block .wp-block .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,
.wp-block .is-dark-theme .wp-block .block-editor-block-mover__control-drag-handle,
.wp-block .is-dark-theme .wp-block .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):active,
.wp-block .is-dark-theme .wp-block .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):focus,
.wp-block .is-dark-theme .wp-block .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: rgba(10, 24, 41, .7)
}

.block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.block-editor-block-mover__description {
    display: none
}

@media (min-width:600px) {
    .block-editor-block-list__layout .block-editor-block-list__layout .block-editor-block-mover__control,
    .block-editor-block-list__layout .block-editor-block-list__layout .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default), .block-editor-block-list__layout [data-align=left] .block-editor-block-mover__control, .block-editor-block-list__layout [data-align=left] .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default), .block-editor-block-list__layout [data-align=right] .block-editor-block-mover__control, .block-editor-block-list__layout [data-align=right] .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default) {
        background: #fff;
        box-shadow: inset 0 0 0 1px #e2e4e7
    }
    .block-editor-block-list__layout .block-editor-block-list__layout .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):nth-child(-n+2),
    .block-editor-block-list__layout .block-editor-block-list__layout .block-editor-block-mover__control:nth-child(-n+2),
    .block-editor-block-list__layout [data-align=left] .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):nth-child(-n+2),
    .block-editor-block-list__layout [data-align=left] .block-editor-block-mover__control:nth-child(-n+2),
    .block-editor-block-list__layout [data-align=right] .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):nth-child(-n+2),
    .block-editor-block-list__layout [data-align=right] .block-editor-block-mover__control:nth-child(-n+2) {
        margin-bottom: -1px
    }
    .block-editor-block-list__layout .block-editor-block-list__layout .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):active,
    .block-editor-block-list__layout .block-editor-block-list__layout .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):focus,
    .block-editor-block-list__layout .block-editor-block-list__layout .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,
    .block-editor-block-list__layout .block-editor-block-list__layout .block-editor-block-mover__control:active,
    .block-editor-block-list__layout .block-editor-block-list__layout .block-editor-block-mover__control:focus,
    .block-editor-block-list__layout .block-editor-block-list__layout .block-editor-block-mover__control:hover,
    .block-editor-block-list__layout [data-align=left] .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):active,
    .block-editor-block-list__layout [data-align=left] .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):focus,
    .block-editor-block-list__layout [data-align=left] .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,
    .block-editor-block-list__layout [data-align=left] .block-editor-block-mover__control:active,
    .block-editor-block-list__layout [data-align=left] .block-editor-block-mover__control:focus,
    .block-editor-block-list__layout [data-align=left] .block-editor-block-mover__control:hover,
    .block-editor-block-list__layout [data-align=right] .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):active,
    .block-editor-block-list__layout [data-align=right] .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):focus,
    .block-editor-block-list__layout [data-align=right] .block-editor-block-mover__control-drag-handle:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,
    .block-editor-block-list__layout [data-align=right] .block-editor-block-mover__control:active,
    .block-editor-block-list__layout [data-align=right] .block-editor-block-mover__control:focus,
    .block-editor-block-list__layout [data-align=right] .block-editor-block-mover__control:hover {
        z-index: 1
    }
}

.block-editor-block-navigation__container {
    padding: 7px
}

.block-editor-block-navigation__label {
    margin: 0 0 8px;
    color: #6c7781
}

.block-editor-block-navigation__list,
.block-editor-block-navigation__paragraph {
    padding: 0;
    margin: 0
}

.block-editor-block-navigation__list .block-editor-block-navigation__list {
    margin-top: 2px;
    border-left: 2px solid #a2aab2;
    margin-left: 1em
}

.block-editor-block-navigation__list .block-editor-block-navigation__list .block-editor-block-navigation__list {
    margin-left: 1.5em
}

.block-editor-block-navigation__list .block-editor-block-navigation__list .block-editor-block-navigation__item {
    position: relative
}

.block-editor-block-navigation__list .block-editor-block-navigation__list .block-editor-block-navigation__item:before {
    position: absolute;
    left: 0;
    background: #a2aab2;
    width: .5em;
    height: 2px;
    content: "";
    top: calc(50% - 1px)
}

.block-editor-block-navigation__list .block-editor-block-navigation__list .block-editor-block-navigation__item-button {
    margin-left: .8em;
    width: calc(100% - .8em)
}

.block-editor-block-navigation__list .block-editor-block-navigation__list>li:last-child {
    position: relative
}

.block-editor-block-navigation__list .block-editor-block-navigation__list>li:last-child:after {
    position: absolute;
    content: "";
    background: #fff;
    top: 19px;
    bottom: 0;
    left: -2px;
    width: 2px
}

.block-editor-block-navigation__item-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px;
    text-align: left;
    color: #40464d;
    border-radius: 4px
}

.block-editor-block-navigation__item-button .block-editor-block-icon {
    margin-right: 6px
}

.block-editor-block-navigation__item-button:hover:not(:disabled):not([aria-disabled=true]) {
    color: #191e23;
    border: none;
    box-shadow: none;
    background: #f3f4f5
}

.block-editor-block-navigation__item-button:focus:not(:disabled):not([aria-disabled=true]) {
    color: #191e23;
    border: none;
    box-shadow: none;
    outline-offset: -2px;
    outline: 1px dotted #555d66
}

.block-editor-block-navigation__item-button.is-selected,
.block-editor-block-navigation__item-button.is-selected:focus {
    color: #32373c;
    background: #edeff0
}

.block-editor-block-preview {
    pointer-events: none;
    padding: 10px;
    overflow: hidden;
    display: none
}

@media (min-width:782px) {
    .block-editor-block-preview {
        display: block
    }
}

.block-editor-block-preview .block-editor-block-preview__content {
    padding: 14px;
    border: 1px solid #e2e4e7;
    font-family: "Noto Serif", serif
}

.block-editor-block-preview .block-editor-block-preview__content>div {
    transform: scale(.9);
    transform-origin: center top;
    font-family: "Noto Serif", serif
}

.block-editor-block-preview .block-editor-block-preview__content>div section {
    height: auto
}

.block-editor-block-preview .block-editor-block-preview__content>.reusable-block-indicator {
    display: none
}

.block-editor-block-preview__title {
    margin-bottom: 10px;
    color: #6c7781
}

.block-editor-block-settings-menu__toggle .dashicon {
    transform: rotate(90deg)
}

.block-editor-block-settings-menu__popover:after,
.block-editor-block-settings-menu__popover:before {
    margin-left: 2px
}

.block-editor-block-settings-menu__popover .block-editor-block-settings-menu__content {
    padding: 7px 0
}

.block-editor-block-settings-menu__popover .block-editor-block-settings-menu__separator {
    margin: 8px 0;
    border-top: 1px solid #e2e4e7
}

.block-editor-block-settings-menu__popover .block-editor-block-settings-menu__separator:last-child {
    display: none
}

.block-editor-block-settings-menu__popover .block-editor-block-settings-menu__title {
    display: block;
    padding: 6px;
    color: #6c7781
}

.block-editor-block-settings-menu__popover .block-editor-block-settings-menu__control {
    width: 100%;
    justify-content: flex-start;
    background: none;
    outline: none;
    border-radius: 0;
    color: #555d66;
    text-align: left;
    cursor: pointer;
    border: none;
    box-shadow: none
}

.block-editor-block-settings-menu__popover .block-editor-block-settings-menu__control:hover:not(:disabled):not([aria-disabled=true]) {
    color: #191e23;
    border: none;
    box-shadow: none;
    background: #f3f4f5
}

.block-editor-block-settings-menu__popover .block-editor-block-settings-menu__control:focus:not(:disabled):not([aria-disabled=true]) {
    color: #191e23;
    border: none;
    box-shadow: none;
    outline-offset: -2px;
    outline: 1px dotted #555d66
}

.block-editor-block-settings-menu__popover .block-editor-block-settings-menu__control .dashicon {
    margin-right: 5px
}

.block-editor-block-styles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.block-editor-block-styles__item {
    width: calc(50% - 4px);
    margin: 4px 0;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    padding: 4px
}

.block-editor-block-styles__item.is-active {
    color: #191e23;
    box-shadow: 0 0 0 2px #00a0d2;
    outline: 2px solid transparent;
    outline-offset: -2px;
    box-shadow: 0 0 0 2px #555d66
}

.block-editor-block-styles__item:focus {
    color: #191e23;
    box-shadow: 0 0 0 2px #00a0d2;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.block-editor-block-styles__item:hover {
    background: #f3f4f5;
    color: #191e23
}

.block-editor-block-styles__item-preview {
    outline: 1px solid transparent;
    border: 1px solid rgba(25, 30, 35, .2);
    overflow: hidden;
    padding: 0;
    text-align: initial;
    border-radius: 4px;
    display: flex;
    height: 60px;
    background: #fff
}

.block-editor-block-styles__item-preview .block-editor-block-preview__content {
    transform: scale(.7);
    transform-origin: center center;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    min-height: auto
}

.block-editor-block-styles__item-label {
    text-align: center;
    padding: 4px 2px
}

.block-editor-block-switcher {
    position: relative;
    height: 36px
}

.components-icon-button.block-editor-block-switcher__no-switcher-icon,
.components-icon-button.block-editor-block-switcher__toggle {
    margin: 0;
    display: block;
    height: 36px;
    padding: 3px
}

.components-icon-button.block-editor-block-switcher__no-switcher-icon {
    width: 48px
}

.components-icon-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
    margin-right: auto;
    margin-left: auto
}

.components-button.block-editor-block-switcher__no-switcher-icon:disabled {
    background: #f3f4f5;
    border-radius: 0;
    opacity: .84
}

.components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors {
    color: #555d66!important
}

.components-icon-button.block-editor-block-switcher__toggle {
    width: auto
}

.components-icon-button.block-editor-block-switcher__toggle:active,
.components-icon-button.block-editor-block-switcher__toggle:not(:disabled):not([aria-disabled=true]):hover,
.components-icon-button.block-editor-block-switcher__toggle:not([aria-disabled=true]):focus {
    outline: none;
    box-shadow: none;
    background: none;
    border: none
}

.components-icon-button.block-editor-block-switcher__toggle .block-editor-block-icon,
.components-icon-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
    width: 42px;
    height: 30px;
    position: relative;
    margin: 0 auto;
    padding: 3px;
    display: flex;
    align-items: center;
    transition: all .1s cubic-bezier(.165, .84, .44, 1)
}

.components-icon-button.block-editor-block-switcher__toggle .block-editor-block-icon:after {
    content: "";
    pointer-events: none;
    display: block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid;
    margin-left: 4px;
    margin-right: 2px
}

.components-icon-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
    margin-top: 6px;
    border-radius: 4px
}

.components-icon-button.block-editor-block-switcher__toggle:not(:disabled):focus .block-editor-block-icon,
.components-icon-button.block-editor-block-switcher__toggle:not(:disabled):focus .block-editor-block-switcher__transform,
.components-icon-button.block-editor-block-switcher__toggle:not(:disabled):hover .block-editor-block-icon,
.components-icon-button.block-editor-block-switcher__toggle:not(:disabled):hover .block-editor-block-switcher__transform,
.components-icon-button.block-editor-block-switcher__toggle[aria-expanded=true] .block-editor-block-icon,
.components-icon-button.block-editor-block-switcher__toggle[aria-expanded=true] .block-editor-block-switcher__transform {
    transform: translateY(-36px)
}

.components-icon-button.block-editor-block-switcher__toggle:not(:disabled):focus .block-editor-block-icon,
.components-icon-button.block-editor-block-switcher__toggle:not(:disabled):focus .block-editor-block-switcher__transform {
    box-shadow: inset 0 0 0 1px #555d66, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.components-popover:not(.is-mobile).block-editor-block-switcher__popover .components-popover__content {
    min-width: 300px;
    max-width: 340px
}

@media (min-width:782px) {
    .block-editor-block-switcher__popover .components-popover__content {
        position: relative
    }
    .block-editor-block-switcher__popover .components-popover__content .block-editor-block-preview {
        border: 1px solid #e2e4e7;
        box-shadow: 0 3px 30px rgba(25, 30, 35, .1);
        background: #fff;
        position: absolute;
        left: 100%;
        top: -1px;
        bottom: -1px;
        width: 300px;
        height: auto
    }
}

.block-editor-block-switcher__popover .components-popover__content .components-panel__body {
    border: 0;
    position: relative;
    z-index: 1
}

.block-editor-block-switcher__popover .components-popover__content .components-panel__body+.components-panel__body {
    border-top: 1px solid #e2e4e7
}

.block-editor-block-switcher__popover:not(.is-mobile)>.components-popover__content {
    overflow-y: visible
}

.block-editor-block-switcher__popover .block-editor-block-styles {
    margin: 0 -3px
}

.block-editor-block-switcher__popover .block-editor-block-types-list {
    margin: 8px -8px -8px
}

.block-editor-block-toolbar {
    display: flex;
    flex-grow: 1;
    width: 100%;
    overflow: auto;
    position: relative;
    transition: border-color .1s linear, box-shadow .1s linear;
    border-left: 1px solid #b5bcc2
}

@media (min-width:600px) {
    .block-editor-block-toolbar {
        overflow: inherit;
        border-left: none;
        box-shadow: -3px 0 0 0 #555d66
    }
    .is-dark-theme .block-editor-block-toolbar {
        box-shadow: -3px 0 0 0 #d7dade
    }
}

.block-editor-block-toolbar .components-toolbar {
    border: 0;
    border-top: 1px solid #b5bcc2;
    border-bottom: 1px solid #b5bcc2;
    border-right: 1px solid #b5bcc2
}

.has-fixed-toolbar .block-editor-block-toolbar {
    box-shadow: none;
    border-left: 1px solid #e2e4e7
}

.has-fixed-toolbar .block-editor-block-toolbar .components-toolbar {
    border-color: #e2e4e7
}

.block-editor-block-types-list {
    list-style: none;
    padding: 2px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

.block-editor-color-palette-control__color-palette {
    display: inline-block;
    margin-top: .6rem
}

.block-editor-contrast-checker>.components-notice {
    margin: 0
}

.block-editor-default-block-appender {
    clear: both
}

.block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
    font-family: "Noto Serif", serif;
    font-size: 16px;
    border: none;
    background: none;
    box-shadow: none;
    display: block;
    cursor: text;
    width: 100%;
    outline: 1px solid transparent;
    transition: outline .2s;
    resize: none;
    padding: 0 50px 0 14px;
    color: rgba(14, 28, 46, .62)
}

.is-dark-theme .block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
    color: hsla(0, 0%, 100%, .65)
}

.block-editor-default-block-appender .block-editor-inserter__toggle:not([aria-expanded=true]) {
    opacity: 0;
    transition: opacity .2s
}

.block-editor-default-block-appender:hover .block-editor-inserter-with-shortcuts {
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .block-editor-default-block-appender:hover .block-editor-inserter-with-shortcuts {
        animation-duration: 1ms!important
    }
}

.block-editor-default-block-appender:hover .block-editor-inserter__toggle {
    opacity: 1
}

.block-editor-default-block-appender .components-drop-zone__content-icon {
    display: none
}

.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter,
.block-editor-inserter-with-shortcuts {
    position: absolute;
    top: 0
}

.block-editor-block-list__empty-block-inserter .components-icon-button,
.block-editor-default-block-appender .block-editor-inserter .components-icon-button,
.block-editor-inserter-with-shortcuts .components-icon-button {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    padding: 0
}

.block-editor-block-list__empty-block-inserter .block-editor-block-icon,
.block-editor-default-block-appender .block-editor-inserter .block-editor-block-icon,
.block-editor-inserter-with-shortcuts .block-editor-block-icon {
    margin: auto
}

.block-editor-block-list__empty-block-inserter .components-icon-button svg,
.block-editor-default-block-appender .block-editor-inserter .components-icon-button svg,
.block-editor-inserter-with-shortcuts .components-icon-button svg {
    display: block;
    margin: auto
}

.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle,
.block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle,
.block-editor-inserter-with-shortcuts .block-editor-inserter__toggle {
    margin-right: 0
}

.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,
.block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle:not(:disabled):not([aria-disabled=true]):not(.is-default):hover,
.block-editor-inserter-with-shortcuts .block-editor-inserter__toggle:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    box-shadow: none
}

.block-editor-block-list__empty-block-inserter,
.block-editor-default-block-appender .block-editor-inserter {
    right: 8px
}

@media (min-width:600px) {
    .block-editor-block-list__empty-block-inserter,
    .block-editor-default-block-appender .block-editor-inserter {
        left: -44px;
        right: auto
    }
}

.block-editor-block-list__empty-block-inserter:disabled,
.block-editor-default-block-appender .block-editor-inserter:disabled {
    display: none
}

.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle,
.block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 0
}

.block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle:not(:hover),
.block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle:not(:hover) {
    color: rgba(10, 24, 41, .7)
}

.is-dark-theme .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle:not(:hover),
.is-dark-theme .block-editor-default-block-appender .block-editor-inserter .block-editor-inserter__toggle:not(:hover) {
    color: hsla(0, 0%, 100%, .75)
}

.block-editor-block-list__side-inserter .block-editor-inserter-with-shortcuts,
.block-editor-default-block-appender .block-editor-inserter-with-shortcuts {
    right: 14px;
    display: none;
    z-index: 5
}

@media (min-width:600px) {
    .block-editor-block-list__side-inserter .block-editor-inserter-with-shortcuts,
    .block-editor-default-block-appender .block-editor-inserter-with-shortcuts {
        right: 0;
        display: flex
    }
}

.block-editor__container .components-popover.components-font-size-picker__dropdown-content.is-bottom {
    z-index: 100001
}

.block-editor-inner-blocks.has-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120
}

.block-editor-inserter-with-shortcuts {
    display: flex;
    align-items: center
}

.block-editor-inserter-with-shortcuts .components-icon-button {
    border-radius: 4px
}

.block-editor-inserter-with-shortcuts .components-icon-button svg:not(.dashicon) {
    height: 24px;
    width: 24px
}

.block-editor-inserter-with-shortcuts__block {
    margin-right: 4px;
    width: 36px;
    height: 36px;
    padding-top: 8px;
    color: rgba(10, 24, 41, .7)
}

.is-dark-theme .block-editor-inserter-with-shortcuts__block {
    color: hsla(0, 0%, 100%, .75)
}

.block-editor-inserter {
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 1.4
}

@media (min-width:782px) {
    .block-editor-inserter {
        position: relative
    }
}

@media (min-width:782px) {
    .block-editor-inserter__popover:not(.is-mobile)>.components-popover__content {
        overflow-y: visible;
        height: 432px
    }
}

.block-editor-inserter__toggle {
    display: inline-flex;
    align-items: center;
    color: #555d66;
    background: none;
    cursor: pointer;
    border: none;
    outline: none;
    transition: color .2s ease
}

.block-editor-inserter__menu {
    width: auto;
    display: flex;
    flex-direction: column;
    height: 100%
}

@media (min-width:782px) {
    .block-editor-inserter__menu {
        width: 400px;
        position: relative
    }
    .block-editor-inserter__menu .block-editor-block-preview {
        border: 1px solid #e2e4e7;
        box-shadow: 0 3px 30px rgba(25, 30, 35, .1);
        background: #fff;
        position: absolute;
        left: 100%;
        top: -1px;
        bottom: -1px;
        width: 300px
    }
}

.block-editor-inserter__inline-elements {
    margin-top: -1px
}

.block-editor-inserter__menu.is-bottom:after {
    border-bottom-color: #fff
}

.components-popover input[type=search].block-editor-inserter__search {
    display: block;
    margin: 16px;
    padding: 11px 16px;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    font-size: 16px
}

@media (min-width:600px) {
    .components-popover input[type=search].block-editor-inserter__search {
        font-size: 13px
    }
}

.components-popover input[type=search].block-editor-inserter__search:focus {
    color: #191e23;
    border-color: #00a0d2;
    box-shadow: 0 0 0 1px #00a0d2;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.block-editor-inserter__results {
    flex-grow: 1;
    overflow: auto;
    position: relative;
    z-index: 1;
    padding: 0 16px 16px
}

.block-editor-inserter__results:focus {
    outline: 1px dotted #555d66
}

@media (min-width:782px) {
    .block-editor-inserter__results {
        height: 394px
    }
}

.block-editor-inserter__results [role=presentation]+.components-panel__body {
    border-top: none
}

.block-editor-inserter__popover .block-editor-block-types-list {
    margin: 0 -8px
}

.block-editor-inserter__reusable-blocks-panel {
    position: relative;
    text-align: right
}

.block-editor-inserter__manage-reusable-blocks {
    margin: 16px 0 0 16px
}

.block-editor-inserter__no-results {
    font-style: italic;
    padding: 24px;
    text-align: center
}

.block-editor-inserter__child-blocks {
    padding: 0 16px
}

.block-editor-inserter__parent-block-header {
    display: flex;
    align-items: center
}

.block-editor-inserter__parent-block-header h2 {
    font-size: 13px
}

.block-editor-inserter__parent-block-header .block-editor-block-icon {
    margin-right: 8px
}

.block-editor-block-types-list__list-item {
    display: block;
    width: 33.33%;
    padding: 0 4px;
    margin: 0 0 12px
}

.block-editor-block-types-list__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 13px;
    color: #32373c;
    padding: 0;
    align-items: stretch;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    word-break: break-word;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .05s ease-in-out;
    position: relative
}

.block-editor-block-types-list__item:disabled {
    opacity: .6;
    cursor: default
}

.block-editor-block-types-list__item:not(:disabled):hover:before {
    content: "";
    display: block;
    background: #f3f4f5;
    color: #191e23;
    position: absolute;
    z-index: -1;
    border-radius: 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-icon,
.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title {
    color: currentColor
}

.block-editor-block-types-list__item:not(:disabled).is-active,
.block-editor-block-types-list__item:not(:disabled):active,
.block-editor-block-types-list__item:not(:disabled):focus {
    position: relative;
    outline: none;
    color: #191e23;
    box-shadow: 0 0 0 2px #00a0d2;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.block-editor-block-types-list__item:not(:disabled).is-active .block-editor-block-types-list__item-icon,
.block-editor-block-types-list__item:not(:disabled).is-active .block-editor-block-types-list__item-title,
.block-editor-block-types-list__item:not(:disabled):active .block-editor-block-types-list__item-icon,
.block-editor-block-types-list__item:not(:disabled):active .block-editor-block-types-list__item-title,
.block-editor-block-types-list__item:not(:disabled):focus .block-editor-block-types-list__item-icon,
.block-editor-block-types-list__item:not(:disabled):focus .block-editor-block-types-list__item-title {
    color: currentColor
}

.block-editor-block-types-list__item-icon {
    padding: 12px 20px;
    border-radius: 4px;
    color: #555d66;
    transition: all .05s ease-in-out
}

.block-editor-block-types-list__item-icon .block-editor-block-icon {
    margin-left: auto;
    margin-right: auto
}

.block-editor-block-types-list__item-icon svg {
    transition: all .15s ease-out
}

.block-editor-block-types-list__item-title {
    padding: 4px 2px 8px
}

.block-editor-block-types-list__item-has-children .block-editor-block-types-list__item-icon {
    background: #fff;
    margin-right: 3px;
    margin-bottom: 6px;
    padding: 9px 20px;
    position: relative;
    top: -2px;
    left: -2px;
    box-shadow: 0 0 0 1px #e2e4e7
}

.block-editor-block-types-list__item-has-children .block-editor-block-types-list__item-icon-stack {
    display: block;
    background: #fff;
    box-shadow: 0 0 0 1px #e2e4e7;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: -6px;
    right: -6px;
    border-radius: 4px
}

.block-editor-media-placeholder__url-input-container {
    width: 100%
}

.block-editor-media-placeholder__url-input-container .block-editor-media-placeholder__button {
    margin-bottom: 0
}

.block-editor-media-placeholder__url-input-form {
    display: flex
}

.block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field {
    width: 100%;
    flex-grow: 1;
    border: none;
    border-radius: 0;
    margin: 2px
}

@media (min-width:600px) {
    .block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field {
        width: 300px
    }
}

.block-editor-media-placeholder__url-input-submit-button {
    flex-shrink: 1
}

.block-editor-media-placeholder__button {
    margin-bottom: .5rem
}

.block-editor-media-placeholder__button .dashicon {
    vertical-align: middle;
    margin-bottom: 3px
}

.block-editor-media-placeholder__button:hover {
    color: #23282d
}

.components-form-file-upload .block-editor-media-placeholder__button {
    margin-right: 4px
}

.block-editor-multi-selection-inspector__card {
    display: flex;
    align-items: flex-start;
    margin: -16px;
    padding: 16px
}

.block-editor-multi-selection-inspector__card-content {
    flex-grow: 1
}

.block-editor-multi-selection-inspector__card-title {
    font-weight: 500;
    margin-bottom: 5px
}

.block-editor-multi-selection-inspector__card-description {
    font-size: 13px
}

.block-editor-multi-selection-inspector__card .block-editor-block-icon {
    margin-left: -2px;
    margin-right: 10px;
    padding: 0 3px;
    width: 36px;
    height: 24px
}

.block-editor-panel-color-settings .component-color-indicator {
    vertical-align: text-bottom
}

.block-editor-panel-color-settings__panel-title .component-color-indicator {
    display: inline-block
}

.block-editor-panel-color-settings.is-opened .block-editor-panel-color-settings__panel-title .component-color-indicator {
    display: none
}

.block-editor .block-editor-plain-text {
    box-shadow: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.block-editor-format-toolbar {
    display: flex;
    flex-shrink: 0
}

.block-editor-format-toolbar__selection-position {
    position: absolute;
    transform: translateX(-50%)
}

.block-editor-format-toolbar .components-dropdown-menu__toggle .components-dropdown-menu__indicator:after {
    margin: 7px
}

.block-editor-rich-text {
    position: relative
}

.block-editor-rich-text__editable {
    margin: 0;
    position: relative;
    white-space: pre-wrap!important
}

.block-editor-rich-text__editable>p:first-child {
    margin-top: 0
}

.block-editor-rich-text__editable a {
    color: #007fac
}

.block-editor-rich-text__editable code {
    padding: 2px;
    border-radius: 2px;
    color: #23282d;
    background: #f3f4f5;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: inherit
}

.is-multi-selected .block-editor-rich-text__editable code {
    background: #67cffd
}

.block-editor-rich-text__editable:focus {
    outline: none
}

.block-editor-rich-text__editable:focus [data-rich-text-format-boundary] {
    border-radius: 2px
}

.block-editor-rich-text__editable[data-is-placeholder-visible=true] {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0;
    height: 100%
}

.block-editor-rich-text__editable[data-is-placeholder-visible=true]>p {
    margin-top: 0
}

.block-editor-rich-text__editable+.block-editor-rich-text__editable {
    pointer-events: none
}

.block-editor-rich-text__editable+.block-editor-rich-text__editable,
.block-editor-rich-text__editable+.block-editor-rich-text__editable p {
    opacity: .62
}

.block-editor-rich-text__editable[data-is-placeholder-visible=true]+figcaption.block-editor-rich-text__editable {
    opacity: .8
}

.block-editor-rich-text__inline-toolbar {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -40px;
    line-height: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.block-editor-rich-text__inline-toolbar ul.components-toolbar {
    box-shadow: 0 2px 10px rgba(25, 30, 35, .1), 0 0 2px rgba(25, 30, 35, .1)
}

.block-editor-skip-to-selected-block {
    position: absolute;
    top: -9999em
}

.block-editor-skip-to-selected-block:focus {
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f1f1f1;
    color: #11a0d2;
    line-height: normal;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    text-decoration: none;
    outline: none;
    z-index: 100000
}

body.admin-color-sunrise .block-editor-skip-to-selected-block:focus {
    color: #c8b03c
}

body.admin-color-ocean .block-editor-skip-to-selected-block:focus {
    color: #a89d8a
}

body.admin-color-midnight .block-editor-skip-to-selected-block:focus {
    color: #77a6b9
}

body.admin-color-ectoplasm .block-editor-skip-to-selected-block:focus {
    color: #c77430
}

body.admin-color-coffee .block-editor-skip-to-selected-block:focus {
    color: #9fa47b
}

body.admin-color-blue .block-editor-skip-to-selected-block:focus {
    color: #d9ab59
}

body.admin-color-light .block-editor-skip-to-selected-block:focus {
    color: #c75726
}

.block-editor-block-list__block .block-editor-url-input,
.block-editor-url-input,
.components-popover .block-editor-url-input {
    flex-grow: 1;
    position: relative;
    padding: 1px
}

.block-editor-block-list__block .block-editor-url-input input[type=text],
.block-editor-url-input input[type=text],
.components-popover .block-editor-url-input input[type=text] {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px
}

@media (min-width:600px) {
    .block-editor-block-list__block .block-editor-url-input input[type=text],
    .block-editor-url-input input[type=text],
    .components-popover .block-editor-url-input input[type=text] {
        width: 300px;
        font-size: 13px
    }
}

.block-editor-block-list__block .block-editor-url-input input[type=text]::-ms-clear,
.block-editor-url-input input[type=text]::-ms-clear,
.components-popover .block-editor-url-input input[type=text]::-ms-clear {
    display: none
}

.block-editor-block-list__block .block-editor-url-input .components-spinner,
.block-editor-url-input .components-spinner,
.components-popover .block-editor-url-input .components-spinner {
    position: absolute;
    right: 8px;
    top: 9px;
    margin: 0
}

.block-editor-url-input__suggestions {
    max-height: 200px;
    transition: all .15s ease-in-out;
    padding: 4px 0;
    width: 302px;
    overflow-y: auto
}

.block-editor-url-input .components-spinner,
.block-editor-url-input__suggestions {
    display: none
}

@media (min-width:600px) {
    .block-editor-url-input .components-spinner,
    .block-editor-url-input__suggestions {
        display: inherit
    }
}

.block-editor-url-input__suggestion {
    padding: 4px 8px;
    color: #6c7781;
    display: block;
    font-size: 13px;
    cursor: pointer;
    background: #fff;
    width: 100%;
    text-align: left;
    border: none;
    box-shadow: none
}

.block-editor-url-input__suggestion:hover {
    background: #e2e4e7
}

.block-editor-url-input__suggestion.is-selected,
.block-editor-url-input__suggestion:focus {
    background: #00719e;
    color: #fff;
    outline: none
}

body.admin-color-sunrise .block-editor-url-input__suggestion.is-selected,
body.admin-color-sunrise .block-editor-url-input__suggestion:focus {
    background: #b2723f
}

body.admin-color-ocean .block-editor-url-input__suggestion.is-selected,
body.admin-color-ocean .block-editor-url-input__suggestion:focus {
    background: #8b9d8a
}

body.admin-color-midnight .block-editor-url-input__suggestion.is-selected,
body.admin-color-midnight .block-editor-url-input__suggestion:focus {
    background: #bf4139
}

body.admin-color-ectoplasm .block-editor-url-input__suggestion.is-selected,
body.admin-color-ectoplasm .block-editor-url-input__suggestion:focus {
    background: #8e9b49
}

body.admin-color-coffee .block-editor-url-input__suggestion.is-selected,
body.admin-color-coffee .block-editor-url-input__suggestion:focus {
    background: #a58d77
}

body.admin-color-blue .block-editor-url-input__suggestion.is-selected,
body.admin-color-blue .block-editor-url-input__suggestion:focus {
    background: #6f99ad
}

body.admin-color-light .block-editor-url-input__suggestion.is-selected,
body.admin-color-light .block-editor-url-input__suggestion:focus {
    background: #00719e
}

.components-toolbar>.block-editor-url-input__button {
    position: inherit
}

.block-editor-url-input__button .block-editor-url-input__back {
    margin-right: 4px;
    overflow: visible
}

.block-editor-url-input__button .block-editor-url-input__back:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 24px;
    right: -1px;
    background: #e2e4e7
}

.block-editor-url-input__button-modal {
    box-shadow: 0 3px 30px rgba(25, 30, 35, .1);
    border: 1px solid #e2e4e7;
    background: #fff
}

.block-editor-url-input__button-modal-line {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    align-items: flex-start
}

.block-editor-url-input__button-modal-line .components-button {
    flex-shrink: 0;
    width: 36px;
    height: 36px
}

.block-editor-url-popover__row {
    display: flex
}

.block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle) {
    flex-grow: 1
}

.block-editor-url-popover .components-icon-button {
    padding: 3px
}

.block-editor-url-popover .components-icon-button>svg {
    padding: 5px;
    border-radius: 4px;
    height: 30px;
    width: 30px
}

.block-editor-url-popover .components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    box-shadow: none
}

.block-editor-url-popover .components-icon-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover>svg {
    color: #555d66;
    box-shadow: inset 0 0 0 1px #555d66, inset 0 0 0 2px #fff
}

.block-editor-url-popover .components-icon-button:not(:disabled):focus {
    box-shadow: none
}

.block-editor-url-popover .components-icon-button:not(:disabled):focus>svg {
    box-shadow: inset 0 0 0 1px #555d66, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.block-editor-url-popover__settings-toggle {
    flex-shrink: 0;
    border-radius: 0;
    border-left: 1px solid #e2e4e7;
    margin-left: 1px
}

.block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon {
    transform: rotate(180deg)
}

.block-editor-url-popover__settings {
    padding: 16px;
    border-top: 1px solid #e2e4e7
}

.block-editor-url-popover__settings .components-base-control:last-child .components-base-control__field {
    margin-bottom: 0
}

.block-editor-warning {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    background-color: #fff;
    border: 1px solid #e2e4e7;
    text-align: left;
    padding: 20px
}

.has-warning.is-multi-selected .block-editor-warning {
    background-color: transparent
}

.is-selected .block-editor-warning {
    border-color: rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) transparent
}

.is-dark-theme .is-selected .block-editor-warning {
    border-color: hsla(0, 0%, 100%, .45)
}

.block-editor-warning .block-editor-warning__message {
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.block-editor-warning .block-editor-warning__contents {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.block-editor-warning .block-editor-warning__actions {
    display: flex
}

.block-editor-warning .block-editor-warning__action {
    margin: 0 6px 0 0
}

.block-editor-warning__secondary {
    margin: 3px 0 0 -4px
}

.block-editor-warning__secondary .components-icon-button {
    width: auto;
    padding: 8px 2px
}

@media (min-width:600px) {
    .block-editor-warning__secondary {
        margin-left: 4px
    }
    .block-editor-warning__secondary .components-icon-button {
        padding: 8px 4px
    }
}

.block-editor-warning__secondary .components-button svg {
    transform: rotate(90deg)
}

.block-editor-writing-flow {
    height: 100%;
    display: flex;
    flex-direction: column
}

.block-editor-writing-flow__click-redirect {
    flex-basis: 100%;
    cursor: text
}

.nux-dot-tip:after,
.nux-dot-tip:before {
    border-radius: 100%;
    content: " ";
    pointer-events: none;
    position: absolute
}

.nux-dot-tip:before {
    animation: nux-pulse 1.6s cubic-bezier(.17, .67, .92, .62) infinite;
    background: rgba(0, 115, 156, .9);
    height: 24px;
    left: -12px;
    top: -12px;
    transform: scale(.33333);
    width: 24px
}

.nux-dot-tip:after {
    background: #00739c;
    height: 8px;
    left: -4px;
    top: -4px;
    width: 8px
}

@keyframes nux-pulse {
    to {
        background: rgba(0, 115, 156, 0);
        transform: scale(1)
    }
}

.nux-dot-tip .components-popover__content {
    padding: 5px 41px 5px 20px;
    width: 350px
}

@media (min-width:600px) {
    .nux-dot-tip .components-popover__content {
        width: 450px
    }
}

.nux-dot-tip .components-popover__content .nux-dot-tip__disable {
    position: absolute;
    right: 0;
    top: 0
}

.nux-dot-tip.is-top {
    margin-top: -4px
}

.nux-dot-tip.is-bottom {
    margin-top: 4px
}

.nux-dot-tip.is-middle.is-left {
    margin-left: -4px
}

.nux-dot-tip.is-middle.is-right {
    margin-left: 4px
}

.nux-dot-tip.is-top .components-popover__content {
    margin-bottom: 20px
}

.nux-dot-tip.is-bottom .components-popover__content {
    margin-top: 20px
}

.nux-dot-tip.is-middle.is-left .components-popover__content {
    margin-right: 20px
}

.nux-dot-tip.is-middle.is-right .components-popover__content {
    margin-left: 20px
}

.nux-dot-tip:not(.is-mobile).is-center,
.nux-dot-tip:not(.is-mobile).is-left,
.nux-dot-tip:not(.is-mobile).is-right {
    z-index: 1000001
}

@media (max-width:600px) {
    .nux-dot-tip:not(.is-mobile).is-center .components-popover__content,
    .nux-dot-tip:not(.is-mobile).is-left .components-popover__content,
    .nux-dot-tip:not(.is-mobile).is-right .components-popover__content {
        align-self: end;
        left: 5px;
        margin: 20px 0 0;
        max-width: none!important;
        position: fixed;
        right: 5px;
        width: auto
    }
}

.nux-dot-tip.components-popover:not(.is-mobile):not(.is-middle).is-right .components-popover__content {
    /*!rtl:ignore*/
    margin-left: 0
}

.nux-dot-tip.components-popover:not(.is-mobile):not(.is-middle).is-left .components-popover__content {
    /*!rtl:ignore*/
    margin-right: 0
}

.nux-dot-tip.components-popover.edit-post-more-menu__content:not(.is-mobile):not(.is-middle).is-right .components-popover__content {
    /*!rtl:ignore*/
    margin-left: -12px
}

.nux-dot-tip.components-popover.edit-post-more-menu__content:not(.is-mobile):not(.is-middle).is-left .components-popover__content {
    /*!rtl:ignore*/
    margin-right: -12px
}

@charset "UTF-8";
.editor-autocompleters__block .editor-block-icon {
    margin-right: 8px
}

.editor-autocompleters__user .editor-autocompleters__user-avatar {
    margin-right: 8px;
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    width: 24px;
    height: 24px
}

.editor-autocompleters__user .editor-autocompleters__user-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    flex-shrink: 0;
    flex-grow: 1
}

.editor-autocompleters__user .editor-autocompleters__user-slug {
    margin-left: 8px;
    color: #8f98a1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: none;
    max-width: 100px;
    flex-grow: 0;
    flex-shrink: 0
}

.editor-autocompleters__user:hover .editor-autocompleters__user-slug {
    color: #66c6e4
}

.document-outline {
    margin: 20px 0
}

.document-outline ul {
    margin: 0;
    padding: 0
}

.document-outline__item {
    display: flex;
    margin: 4px 0
}

.document-outline__item a {
    text-decoration: none
}

.document-outline__item .document-outline__emdash:before {
    color: #e2e4e7;
    margin-right: 4px
}

.document-outline__item.is-h2 .document-outline__emdash:before {
    content: "â€”"
}

.document-outline__item.is-h3 .document-outline__emdash:before {
    content: "â€”â€”"
}

.document-outline__item.is-h4 .document-outline__emdash:before {
    content: "â€”â€”â€”"
}

.document-outline__item.is-h5 .document-outline__emdash:before {
    content: "â€”â€”â€”â€”"
}

.document-outline__item.is-h6 .document-outline__emdash:before {
    content: "â€”â€”â€”â€”â€”"
}

.document-outline__button {
    cursor: pointer;
    background: none;
    border: none;
    display: flex;
    align-items: flex-start;
    margin: 0 0 0 -1px;
    padding: 2px 5px 2px 1px;
    color: #23282d;
    text-align: left
}

.document-outline__button:disabled {
    cursor: default
}

.document-outline__button:focus {
    background-color: #fff;
    color: #191e23;
    box-shadow: inset 0 0 0 1px #6c7781, inset 0 0 0 2px #fff;
    outline: 2px solid transparent;
    outline-offset: -2px
}

.document-outline__level {
    background: #e2e4e7;
    color: #23282d;
    border-radius: 3px;
    font-size: 13px;
    padding: 1px 6px;
    margin-right: 4px
}

.is-invalid .document-outline__level {
    background: #f0b849
}

.document-outline__item-content {
    padding: 1px 0
}

.editor-error-boundary {
    max-width: 610px;
    max-width: 780px;
    padding: 20px;
    margin: 60px auto auto;
    box-shadow: 0 3px 30px rgba(25, 30, 35, .2)
}

.editor-page-attributes__template {
    margin-bottom: 10px
}

.editor-page-attributes__order,
.editor-page-attributes__template label,
.editor-page-attributes__template select {
    width: 100%
}

.editor-page-attributes__order .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.editor-page-attributes__order input {
    width: 66px
}

.editor-post-excerpt__textarea {
    width: 100%;
    margin-bottom: 10px
}

.editor-post-featured-image {
    padding: 0
}

.editor-post-featured-image .components-spinner {
    margin: 0
}

.editor-post-featured-image .components-button+.components-button {
    margin-top: 1em;
    margin-right: 8px
}

.editor-post-featured-image .components-responsive-wrapper__content {
    max-width: 100%;
    width: auto
}

.editor-post-featured-image__preview,
.editor-post-featured-image__toggle {
    display: block;
    width: 100%;
    padding: 0;
    transition: all .1s ease-out;
    box-shadow: 0 0 0 0 #00a0d2
}

.editor-post-featured-image__preview:not(:disabled):not([aria-disabled=true]):focus {
    box-shadow: 0 0 0 4px #00a0d2
}

.editor-post-featured-image__toggle {
    border: 1px dashed #a2aab2;
    background-color: #edeff0;
    line-height: 20px;
    padding: 8px 0;
    text-align: center
}

.editor-post-featured-image__toggle:hover {
    background-color: #f8f9f9
}

.editor-post-format {
    flex-direction: column;
    align-items: stretch;
    width: 100%
}

.editor-post-format__content {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.editor-post-format__suggestion {
    text-align: right;
    font-size: 13px
}

.editor-post-last-revision__title {
    width: 100%;
    font-weight: 600
}

.editor-post-last-revision__title .dashicon {
    margin-right: 5px
}

.components-icon-button:not(:disabled):not([aria-disabled=true]).editor-post-last-revision__title:active,
.components-icon-button:not(:disabled):not([aria-disabled=true]).editor-post-last-revision__title:hover {
    border: none;
    box-shadow: none
}

.components-icon-button:not(:disabled):not([aria-disabled=true]).editor-post-last-revision__title:focus {
    color: #191e23;
    border: none;
    box-shadow: none;
    outline-offset: -2px;
    outline: 1px dotted #555d66
}

.editor-post-locked-modal {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    max-width: 480px
}

.editor-post-locked-modal .components-modal__header {
    height: 36px
}

.editor-post-locked-modal .components-modal__content {
    height: auto
}

.editor-post-locked-modal__buttons {
    margin-top: 10px
}

.editor-post-locked-modal__buttons .components-button {
    margin-right: 5px
}

.editor-post-locked-modal__avatar {
    float: left;
    margin: 5px 15px 5px 5px
}

.editor-post-permalink {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 5px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    height: 40px;
    white-space: nowrap;
    border: 1px solid #b5bcc2;
    background-clip: padding-box;
    border-left: 0;
    box-shadow: -3px 0 0 0 #555d66;
    outline: 1px solid transparent;
    margin-left: -15px;
    margin-right: -15px
}

.is-dark-theme .editor-post-permalink {
    box-shadow: -3px 0 0 0 #d7dade
}

@media (min-width:600px) {
    .editor-post-permalink {
        margin-left: -1px;
        margin-right: -1px
    }
}

.editor-post-permalink button {
    flex-shrink: 0
}

.editor-post-permalink__copy {
    border-radius: 4px;
    padding: 6px
}

.editor-post-permalink__copy.is-copied {
    opacity: .3
}

.editor-post-permalink__label {
    margin: 0 10px 0 5px;
    font-weight: 600
}

.editor-post-permalink__link {
    color: #7e8993;
    text-decoration: underline;
    margin-right: 10px;
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

.editor-post-permalink__link:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 90%);
    top: 1px;
    bottom: 1px;
    right: 1px;
    left: auto;
    width: 20%;
    height: auto
}

.editor-post-permalink-editor {
    width: 100%;
    min-width: 20%;
    display: inline-flex;
    align-items: center
}

.editor-post-permalink-editor .editor-post-permalink__editor-container {
    flex: 0 1 100%;
    display: flex;
    overflow: hidden;
    padding: 1px 0
}

.editor-post-permalink-editor .editor-post-permalink__editor-container .editor-post-permalink-editor__prefix {
    flex: 1 1 auto
}

@media (min-width:600px) {
    .editor-post-permalink-editor .editor-post-permalink__editor-container .editor-post-permalink-editor__prefix {
        flex: 1 0 auto
    }
}

.editor-post-permalink-editor .editor-post-permalink__editor-container .editor-post-permalink-editor__edit {
    flex: 1 1 100%
}

.editor-post-permalink-editor .editor-post-permalink-editor__save {
    margin-left: auto
}

.editor-post-permalink-editor__prefix {
    color: #6c7781;
    min-width: 20%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis
}

.editor-post-permalink input[type=text].editor-post-permalink-editor__edit {
    min-width: 10%;
    width: 100%;
    margin: 0 3px;
    padding: 2px 4px
}

.editor-post-permalink-editor__suffix {
    color: #6c7781;
    margin-right: 6px;
    flex: 0 0 0%
}

.editor-post-publish-panel {
    background: #fff;
    color: #555d66
}

.editor-post-publish-panel__content {
    min-height: calc(100% - 140px)
}

.editor-post-publish-panel__content .components-spinner {
    display: block;
    float: none;
    margin: 100px auto 0
}

.editor-post-publish-panel__header {
    background: #fff;
    padding-left: 16px;
    height: 56px;
    border-bottom: 1px solid #e2e4e7;
    display: flex;
    align-items: center;
    align-content: space-between
}

.editor-post-publish-panel__header-publish-button {
    display: flex;
    justify-content: flex-end;
    flex-grow: 1;
    text-align: right;
    flex-wrap: nowrap
}

.editor-post-publish-panel__header-published {
    flex-grow: 1
}

.editor-post-publish-panel__footer {
    padding: 16px
}

.components-button.editor-post-publish-panel__toggle.is-primary {
    display: inline-flex;
    align-items: center
}

.components-button.editor-post-publish-panel__toggle.is-primary.is-busy .dashicon {
    display: none
}

.components-button.editor-post-publish-panel__toggle.is-primary .dashicon {
    margin-right: -4px
}

.editor-post-publish-panel__link {
    color: #007fac;
    font-weight: 400;
    padding-left: 4px;
    text-decoration: underline
}

.editor-post-publish-panel__prepublish {
    padding: 16px
}

.editor-post-publish-panel__prepublish strong {
    color: #191e23
}

.editor-post-publish-panel__prepublish .components-panel__body {
    background: #fff;
    margin-left: -16px;
    margin-right: -16px
}

.editor-post-publish-panel__prepublish .editor-post-visibility__dialog-legend {
    display: none
}

.post-publish-panel__postpublish .components-panel__body {
    border-bottom: 1px solid #e2e4e7;
    border-top: none
}

.post-publish-panel__postpublish-buttons {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    margin: -5px
}

.post-publish-panel__postpublish-buttons>* {
    flex-grow: 1;
    margin: 5px
}

.post-publish-panel__postpublish-buttons .components-button {
    height: auto;
    justify-content: center;
    padding: 3px 10px 4px;
    line-height: 1.6;
    text-align: center;
    white-space: normal
}

.post-publish-panel__postpublish-buttons .components-clipboard-button {
    width: 100%
}

.post-publish-panel__postpublish-post-address {
    margin-bottom: 16px
}

.post-publish-panel__postpublish-post-address input[readonly] {
    padding: 10px;
    background: #e8eaeb;
    overflow: hidden;
    text-overflow: ellipsis
}

.post-publish-panel__postpublish-header {
    font-weight: 500
}

.post-publish-panel__postpublish-subheader {
    margin: 0 0 8px
}

.post-publish-panel__tip {
    color: #f0b849
}

.editor-post-saved-state {
    display: flex;
    align-items: center;
    color: #a2aab2;
    overflow: hidden
}

.editor-post-saved-state.is-saving {
    animation: edit-post__loading-fade-animation .5s infinite
}

.editor-post-saved-state .dashicon {
    display: inline-block;
    flex: 0 0 auto
}

.editor-post-saved-state {
    width: 28px;
    white-space: nowrap;
    padding: 12px 4px
}

.editor-post-saved-state .dashicon {
    margin-right: 8px
}

@media (min-width:600px) {
    .editor-post-saved-state {
        width: auto;
        padding: 8px 12px;
        text-indent: inherit
    }
    .editor-post-saved-state .dashicon {
        margin-right: 4px
    }
}

.edit-post-header .edit-post-header__settings .components-button.editor-post-save-draft {
    margin: 0
}

@media (min-width:600px) {
    .edit-post-header .edit-post-header__settings .components-button.editor-post-save-draft .dashicon {
        display: none
    }
}

.editor-post-taxonomies__hierarchical-terms-list {
    max-height: 14em;
    overflow: auto
}

.editor-post-taxonomies__hierarchical-terms-choice {
    margin-bottom: 8px
}

.editor-post-taxonomies__hierarchical-terms-input[type=checkbox] {
    margin-top: 0
}

.editor-post-taxonomies__hierarchical-terms-subchoices {
    margin-top: 8px;
    margin-left: 16px
}

.components-button.editor-post-taxonomies__hierarchical-terms-add,
.components-button.editor-post-taxonomies__hierarchical-terms-submit {
    margin-top: 12px
}

.editor-post-taxonomies__hierarchical-terms-label {
    display: inline-block;
    margin-top: 12px
}

.editor-post-taxonomies__hierarchical-terms-input {
    margin-top: 8px;
    width: 100%
}

.editor-post-taxonomies__hierarchical-terms-filter {
    margin-bottom: 8px;
    width: 100%
}

.editor-post-text-editor {
    border: 1px solid #e2e4e7;
    display: block;
    margin: 0 0 2em;
    width: 100%;
    box-shadow: none;
    resize: none;
    overflow: hidden;
    font-family: Menlo, Consolas, monaco, monospace;
    line-height: 150%;
    font-size: 16px
}

@media (min-width:600px) {
    .editor-post-text-editor {
        font-size: 14px
    }
}

.editor-post-text-editor:focus,
.editor-post-text-editor:hover {
    border: 1px solid #e2e4e7;
    box-shadow: none;
    outline: 1px solid #e2e4e7;
    outline-offset: -2px
}

.editor-post-text-editor__toolbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.editor-post-text-editor__toolbar button {
    height: 30px;
    background: none;
    padding: 0 8px;
    margin: 3px 4px;
    text-align: center;
    cursor: pointer;
    font-family: Menlo, Consolas, monaco, monospace;
    color: #555d66;
    border: 1px solid transparent
}

.editor-post-text-editor__toolbar button:first-child {
    margin-left: 0
}

.editor-post-text-editor__toolbar button:focus,
.editor-post-text-editor__toolbar button:hover {
    outline: none;
    border: 1px solid #555d66
}

.editor-post-text-editor__bold {
    font-weight: 600
}

.editor-post-text-editor__italic {
    font-style: italic
}

.editor-post-text-editor__link {
    text-decoration: underline;
    color: #0085ba
}

body.admin-color-sunrise .editor-post-text-editor__link {
    color: #d1864a
}

body.admin-color-ocean .editor-post-text-editor__link {
    color: #a3b9a2
}

body.admin-color-midnight .editor-post-text-editor__link {
    color: #e14d43
}

body.admin-color-ectoplasm .editor-post-text-editor__link {
    color: #a7b656
}

body.admin-color-coffee .editor-post-text-editor__link {
    color: #c2a68c
}

body.admin-color-blue .editor-post-text-editor__link {
    color: #82b4cb
}

body.admin-color-light .editor-post-text-editor__link {
    color: #0085ba
}

.editor-post-text-editor__del {
    text-decoration: line-through
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-fieldset {
    padding: 0 4px 4px
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-legend {
    font-weight: 600;
    margin-bottom: 1em;
    margin-top: .5em;
    padding: 0
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-radio {
    margin-top: 2px
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-label {
    font-weight: 600
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-info {
    margin-top: 0;
    margin-left: 28px
}

.edit-post-post-visibility__dialog .editor-post-visibility__choice:last-child .editor-post-visibility__dialog-info {
    margin-bottom: 0
}

.edit-post-post-visibility__dialog .editor-post-visibility__dialog-password-input {
    margin-left: 28px
}

.edit-post-post-visibility__dialog.components-popover.is-bottom {
    z-index: 100001
}

.editor-post-title__block {
    position: relative;
    padding: 5px 0;
    font-size: 16px
}

@media (min-width:600px) {
    .editor-post-title__block {
        padding: 5px 2px
    }
}

.editor-post-title__block .editor-post-title__input {
    display: block;
    width: 100%;
    margin: 0;
    box-shadow: none;
    background: transparent;
    font-family: "Noto Serif", serif;
    line-height: 1.4;
    color: #191e23;
    transition: border .1s ease-out, box-shadow .1s linear;
    padding: 19px 14px;
    word-break: keep-all;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0;
    outline: 1px solid transparent;
    font-size: 2.441em;
    font-weight: 600
}

@media (min-width:600px) {
    .editor-post-title__block .editor-post-title__input {
        border-width: 1px 1px 1px 0
    }
}

.editor-post-title__block .editor-post-title__input::-webkit-input-placeholder {
    color: rgba(22, 36, 53, .55)
}

.editor-post-title__block .editor-post-title__input::-moz-placeholder {
    color: rgba(22, 36, 53, .55)
}

.editor-post-title__block .editor-post-title__input:-ms-input-placeholder {
    color: rgba(22, 36, 53, .55)
}

.editor-post-title__block:not(.is-focus-mode).is-selected .editor-post-title__input {
    border-color: rgba(66, 88, 99, .4);
    box-shadow: inset 3px 0 0 0 #555d66
}

.is-dark-theme .editor-post-title__block:not(.is-focus-mode).is-selected .editor-post-title__input {
    border-color: hsla(0, 0%, 100%, .45);
    box-shadow: inset 3px 0 0 0 #d7dade
}

@media (min-width:600px) {
    .editor-post-title__block:not(.is-focus-mode).is-selected .editor-post-title__input {
        box-shadow: -3px 0 0 0 #555d66
    }
    .is-dark-theme .editor-post-title__block:not(.is-focus-mode).is-selected .editor-post-title__input {
        box-shadow: -3px 0 0 0 #d7dade
    }
}

.editor-post-title__block:not(.is-focus-mode):not(.has-fixed-toolbar):not(.is-selected) .editor-post-title__input:hover {
    box-shadow: -3px 0 0 0 #e2e4e7
}

.editor-post-title__block.is-focus-mode .editor-post-title__input {
    opacity: .5;
    transition: opacity .1s linear
}

.editor-post-title__block.is-focus-mode .editor-post-title__input:focus {
    opacity: 1
}

.editor-post-title .editor-post-permalink {
    font-size: 13px;
    color: #191e23;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0
}

@media (min-width:600px) {
    .editor-post-title .editor-post-permalink {
        left: 2px;
        right: 2px
    }
}

.editor-post-trash.components-button {
    width: 100%;
    color: #c92c2c;
    justify-content: center
}

.editor-post-trash.components-button:focus,
.editor-post-trash.components-button:hover {
    color: #b52727
}

.table-of-contents__popover.components-popover:not(.is-mobile) .components-popover__content {
    min-width: 380px
}

.table-of-contents__popover .components-popover__content {
    padding: 16px
}

@media (min-width:600px) {
    .table-of-contents__popover .components-popover__content {
        max-height: calc(100vh - 120px);
        overflow-y: auto
    }
}

.table-of-contents__popover hr {
    margin: 10px -16px 0
}

.table-of-contents__counts {
    display: flex;
    flex-wrap: wrap
}

.table-of-contents__count {
    width: 25%;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #6c7781
}

.table-of-contents__number,
.table-of-contents__popover .word-count {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    color: #555d66
}

.table-of-contents__title {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600
}

.editor-template-validation-notice {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.editor-template-validation-notice .components-button {
    margin-left: 5px
}

.cityam-single-post-block img {
    width: 100%;
    height: auto
}

.cityam-single-post-block .author-info img {
    max-width: 30px;
    height: auto;
    border-radius: 15px
}

.cityam-single-post-block h2.card-title.no-bg {
    background-color: transparent;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 24px
}

.cityam-single-post-block.card.template_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.cityam-single-post-block.card.template_3,
.cityam-single-post-block.card.template_4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.cityam-single-post-block.card.template_3>a,
.cityam-single-post-block.card.template_3>div,
.cityam-single-post-block.card.template_4>a,
.cityam-single-post-block.card.template_4>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex: 1;
    flex: 1
}

.cityam-single-post-block.card.template_3 .card-body p,
.cityam-single-post-block.card.template_4 .card-body p {
    margin-bottom: 0
}

.cityam-single-post-block.card.template_3 .card-body p,
.cityam-single-post-block.card.template_3 .card-body .card-meta,
.cityam-single-post-block.card.template_4 .card-body p,
.cityam-single-post-block.card.template_4 .card-body .card-meta {
    padding: 6px 15px 0;
    font-size: 14px
}

.cityam-single-post-block.card.template_3 h2,
.cityam-single-post-block.card.template_4 h2 {
    font-size: 16px;
    background-color: transparent
}

.cityam-single-post-block.card.template_4 {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.wp-block-columns.is-style-template-1 {
    padding: 0 12px
}

.wp-block-columns.is-style-template-1 h2 {
    font-size: 16px
}

.wp-block-columns.is-style-template-1>.wp-block-column:nth-child(1)>.card h2 {
    font-size: 26px
}

.wp-block-columns.is-style-template-1>.wp-block-column {
    margin: 0
}

.wp-block-columns.is-style-template-1>.wp-block-column:nth-child(1) {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-right: 12px
}

.wp-block-columns.is-style-template-1>.wp-block-column:nth-child(2) {
    padding: 0 12px;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    border-right: 1px solid #e7e7e7
}

.wp-block-columns.is-style-template-1>.wp-block-column:nth-child(3) {
    padding-left: 12px;
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%
}

.wp-block-columns.is-style-template-1>.wp-block-column .wp-block-columns.has-2-columns {
    margin-top: 25px
}

.wp-block-columns.is-style-template-1>.wp-block-column .wp-block-columns.has-2-columns .wp-block-column:nth-child(1) {
    margin: 0 15px 0 0
}

.wp-block-columns.is-style-template-1>.wp-block-column .wp-block-columns.has-2-columns .wp-block-column:nth-child(2) {
    margin: 0 0 0 15px
}

@media only screen and (max-width:1061px) {
    .wp-block-columns.is-style-template-1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .wp-block-columns.is-style-template-1>.wp-block-column:nth-child(1) {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%
    }
    .wp-block-columns.is-style-template-1>.wp-block-column:nth-child(2) {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%
    }
    .wp-block-columns.is-style-template-1>.wp-block-column:nth-child(3) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (max-width:768px) {
    .wp-block-columns.is-style-template-1>.wp-block-column:nth-child(1),
    .wp-block-columns.is-style-template-1>.wp-block-column:nth-child(2),
    .wp-block-columns.is-style-template-1>.wp-block-column:nth-child(3) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
    .wp-block-columns.is-style-template-1>.wp-block-column:nth-child(2) .card {
        display: grid;
        grid-template-columns: 1fr 1fr
    }
    .wp-block-columns.is-style-template-1>.wp-block-column:nth-child(2) .card h2 {
        height: 100%
    }
}

.post-type-newsletter #editor .editor-writing-flow {
    width: 100% !important;
    max-width: 700px !important
}

.post-type-newsletter #editor .editor-writing-flow {
    width: 100% !important;
    max-width: 700px !important
}

.post-type-newsletter #editor .editor-writing-flow {
    width: 100% !important;
    max-width: 700px !important
}

.wp-block-cgb-block-cityam-email-socialbar {
    padding: 12px 18px;
    background: #cecece url(/wp-content/mu-plugins/pd-newsletters/dist/./img/bg.jpg)
}

.post-type-newsletter #editor .editor-writing-flow {
    width: 100% !important;
    max-width: 700px !important
}

.wp-block-cgb-block-single-post-display__image img {
    max-width: 100%
}

.wp-block-home-featured-section .card-title {
    min-height: 4em
}

.wp-block-home-featured-section .col1 .card {
    margin-bottom: 0
}

.post-type-newsletter #editor .editor-writing-flow {
    width: 100% !important;
    max-width: 700px !important
}

.wp-block-cgb-block-cityam-email-columns {
    background: #ff4500;
    border: .2rem solid #292929;
    color: #292929;
    margin: 0 auto;
    max-width: 740px;
    padding: 2rem
}

.post-type-newsletter #editor .editor-writing-flow {
    width: 100% !important;
    max-width: 700px !important
}

.wp-block-cgb-block-single-post-display__image img {
    max-width: 100%
}

.wp-block-home-featured-section .card-title {
    min-height: 4em
}

.wp-block-home-featured-section .col1 .card {
    margin-bottom: 0
}

.post-type-newsletter #editor .editor-writing-flow {
    width: 100% !important;
    max-width: 700px !important
}

.wp-block-cgb-block-single-post-display__image img {
    max-width: 100%
}

.wp-block-home-featured-section .card-title {
    min-height: 4em
}

.wp-block-home-featured-section .col1 .card {
    margin-bottom: 0
}

.post-type-newsletter #editor .editor-writing-flow {
    width: 100% !important;
    max-width: 700px !important
}

.wp-block-cgb-block-cityam-email-columns {
    background: #ff4500;
    border: .2rem solid #292929;
    color: #292929;
    margin: 0 auto;
    max-width: 740px;
    padding: 2rem
}

.post-type-newsletter #editor .editor-writing-flow {
    width: 100% !important;
    max-width: 700px !important
}

.post-type-newsletter #editor .editor-writing-flow {
    width: 100% !important;
    max-width: 700px !important
}

.wp-block-cgb-block-cityam-grid-gallery {
    margin: 0 auto;
    padding: 2rem;
    font-family: Oswald, sans-serif
}

ul.team-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    list-style: none
}

ul.team-list img {
    max-width: 100%;
    max-height: 130px;
    height: auto;
    border: 1px solid #fff
}

ul.team-list li {
    position: relative
}

ul.team-list li span {
    position: absolute;
    top: 6px;
    left: 6px
}

ul.team-list li h3 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s
}

ul.team-list li .team-pos-change {
    position: absolute;
    bottom: 4px;
    right: 6px;
    font-weight: 100;
    font-size: 12px;
    width: 48px
}

ul.team-list li .team-pos-change strong {
    float: right
}

ul.team-list li:hover h3 {
    opacity: 1;
    cursor: pointer
}

#teamsModal .modal-dialog {
    display: grid;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh
}

#teamsModal .modal-dialog h2 {
    font-family: Oswald, sans-serif;
    font-size: 1.8em
}

#teamsModal .modal-dialog p:not(:empty):first-child {
    font-weight: 100
}

body.modal-open .modal-backdrop.show {
    opacity: .8
}

body.modal-open .carousel-control-next {
    right: -110px
}

body.modal-open .carousel-control-prev {
    left: -110px
}

@media (min-width:576px) {
    body.modal-open .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto
    }
    body.modal-open .modal-body {
        min-height: 460px
    }
}

.wp-block-cgb-block-cityam-email-columns {
    background: #ff4500;
    border: .2rem solid #292929;
    color: #292929;
    margin: 0 auto;
    max-width: 740px;
    padding: 2rem
}

.carousel-item {
    text-align: left
}

.carousel-item .team-2-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

.wp-block-home-featured-section {
    max-width: 1320px;
    margin: 0 auto
}

.wp-block-home-featured-section {
    padding-left: 15px;
    padding-right: 15px
}

.wp-block-home-featured-section br,
.wp-block-home-featured-section p:empty {
    display: none
}

.wp-block-home-featured-section h2.card-title {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
    min-height: auto
}

.wp-block-home-featured-section .col-lg-3 h2.card-title {
    background: 0 0
}

.wp-block-home-featured-section .card .card-meta a {
    color: #006898
}

.wp-block-home-featured-section .card .card-meta .author-name,
.wp-block-home-featured-section .card .card-meta .author-role {
    font-size: 14px
}

.wp-block-home-featured-section .card .card-meta img {
    border-radius: 20px;
    margin-right: 10px
}

.wp-block-home-featured-section .col-lg-3 {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7
}

.wp-block-home-featured-section .col-lg-3 .card+.card {
    border-top: 1px solid #e7e7e7
}

.wp-block-home-opinion-section {
    max-width: 1320px;
    margin: 0 auto
}

.wp-block-home-opinion-section {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.wp-block-home-opinion-section br,
.wp-block-home-opinion-section p:empty {
    display: none
}

.wp-block-home-opinion-section h2.card-title {
    font-size: 18px
}

.wp-block-home-opinion-section .card .card-meta a {
    color: #006898
}

.wp-block-home-opinion-section .card .card-meta .author-name,
.wp-block-home-opinion-section .card .card-meta .author-role {
    font-size: 14px
}

.wp-block-home-opinion-section .card .card-meta img {
    border-radius: 20px;
    margin-right: 10px
}

.wp-block-home-sports-section {
    max-width: 1320px;
    margin: 0 auto
}

.wp-block-home-sports-section {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.wp-block-home-sports-section br,
.wp-block-home-sports-section p:empty {
    display: none
}

.wp-block-home-sports-section h2.card-title {
    font-size: 18px
}

.wp-block-home-sports-section .card .card-meta a {
    color: #006898
}

.wp-block-home-sports-section .card .card-meta .author-name,
.wp-block-home-sports-section .card .card-meta .author-role {
    font-size: 14px
}

.wp-block-home-sports-section .card .card-meta img {
    border-radius: 20px;
    margin-right: 10px
}

.wp-block-city-am-infographic .media-uploader {
    display: -ms-flexbox;
    display: flex
}

.wp-block-city-am-infographic {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-height: 450px;
    background-size: cover
}

.ca-main-content-container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 50%;
    padding: .75em .5em;
    margin: .5em
}

.ca-main-content-container>* {
    position: relative;
    z-index: 5
}

.content-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.editor-rich-text__tinymce.ca-header-text,
.editor-rich-text__tinymce.ca-content-text {
    opacity: 1
}

.city-am-image-upload {
    position: relative;
    height: 150px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f1f1f1;
    margin-bottom: 12px;
    margin-top: .6rem;
    border-radius: .3em
}

.city-am-selected-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(http://localhost:8888/wp-content/uploads/2019/03/pexels-photo-1157255.jpeg);
    background-size: cover;
    background-position: center
}

.quote-basic {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

.quote-bottom-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.quote-important {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

.quote-half-left,
.quote-half-left-quote {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch
}

.quote-half-right,
.quote-half-right-quote {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: stretch;
    align-items: stretch
}

.opacity-0 {
    opacity: 0
}

.opacity-1 {
    opacity: .1
}

.opacity-2 {
    opacity: .2
}

.opacity-3 {
    opacity: .3
}

.opacity-4 {
    opacity: .4
}

.opacity-5 {
    opacity: .5
}

.opacity-6 {
    opacity: .6
}

.opacity-7 {
    opacity: .7
}

.opacity-8 {
    opacity: .8
}

.opacity-9 {
    opacity: .9
}

.opacity-10 {
    opacity: 1
}

.quote-half-left-quote #large-quote {
    font-size: 72px !important;
    font-weight: 300;
    font-family: "Playfair Display" !important;
    font-size: 142px !important;
    width: 100%;
    line-height: 114px !important;
    height: 62px;
    margin: 0
}

.title-overlay {
    position: relative;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.title-overlay .ca-main-content-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.title-overlay .content-overlay {
    display: none
}

.title-overlay h2,
.title-overlay p {
    padding: .5em .3em
}

.title-overlay .ca-main-content-container .editor-rich-text:nth-child(3) {
    width: 100%
}

.title-overlay p {
    display: block;
    margin: 0;
    width: 100%
}

img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

@media screen and (max-width:768px) {
    .wp-block-city-am-infographic {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .5em
    }
    .ca-main-content-container {
        margin: 0;
        max-width: 100%;
        max-height: 100%
    }
    .quote-important .ca-main-content-container {
        max-height: 50%
    }
    .quote-basic .ca-main-content-container,
    .quote-bottom-right .ca-main-content-container {
        position: absolute;
        height: 90%;
        max-width: 90%;
        left: 5%;
        top: 5%
    }
    .quote-important img.bg-image,
    .quote-half-left img.bg-image,
    .quote-half-right img.bg-image,
    .quote-half-right-quote img.bg-image,
    .quote-half-left-quote img.bg-image {
        position: relative;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0
    }
    .title-overlay h2 {
        display: block;
        margin: 0;
        width: 100%
    }
    .title-overlay .ca-main-content-container .editor-rich-text:nth-child(2) {
        width: 100%
    }
    .quote-half-left,
    .quote-half-left-quote {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .quote-half-right,
    .quote-half-right-quote {
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.wp-block-code {
    font-size: 14px;
    padding: .8em 1em;
    border: 1px solid #e2e4e7;
    border-radius: 4px
}

.wp-block-code,
.wp-block-preformatted pre {
    font-family: Menlo, Consolas, monaco, monospace;
    color: #23282d
}

.wp-block-preformatted pre {
    font-size: 16px
}

@media (min-width:600px) {
    .wp-block-preformatted pre {
        font-size: 14px
    }
}

.wp-block-pullquote {
    border-top: 4px solid #555d66;
    border-bottom: 4px solid #555d66;
    color: #40464d
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    color: #40464d;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal
}

.wp-block-quote {
    border-left: 4px solid #000;
    margin: 20px 0;
    padding-left: 1em
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    color: #6c7781;
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal
}

.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
    border-left: none;
    border-right: 4px solid #000;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote[style*="text-align:center"],
.wp-block-quote[style*="text-align: center"] {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-table {
    width: 100%;
    min-width: 240px;
    border-collapse: collapse
}

.wp-block-table td,
.wp-block-table th {
    padding: .5em;
    border: 1px solid;
    word-break: break-all
}

.block-editor ul.wp-block-archives {
    padding-left: 2.5em
}

.wp-block-audio {
    margin: 0
}

.block-editor-block-list__block[data-type="core/button"][data-align=center] {
    text-align: center
}

.block-editor-block-list__block[data-type="core/button"][data-align=right] {
    /*!rtl:ignore*/
    text-align: right
}

.wp-block-button {
    display: inline-block;
    margin-bottom: 0;
    position: relative
}

.wp-block-button [contenteditable] {
    cursor: text
}

.wp-block-button:not(.has-text-color):not(.is-style-outline) .block-editor-rich-text__editable[data-is-placeholder-visible=true]+.block-editor-rich-text__editable {
    color: #fff
}

.wp-block-button .block-editor-rich-text__editable[data-is-placeholder-visible=true]+.block-editor-rich-text__editable {
    opacity: .8
}

.block-editor-block-preview__content .wp-block-button {
    max-width: 100%
}

.block-editor-block-preview__content .wp-block-button .block-editor-rich-text__editable[data-is-placeholder-visible=true] {
    height: auto
}

.block-editor-block-preview__content .wp-block-button .wp-block-button__link {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap!important;
    text-overflow: ellipsis
}

.block-library-button__inline-link {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    width: 374px
}

.block-library-button__inline-link .block-editor-url-input {
    width: auto
}

.block-library-button__inline-link .block-editor-url-input__suggestions {
    width: 302px;
    z-index: 6
}

.block-library-button__inline-link>.dashicon {
    width: 36px
}

.block-library-button__inline-link .dashicon {
    color: #8f98a1
}

.block-library-button__inline-link .block-editor-url-input input[type=text]:-ms-input-placeholder {
    color: #8f98a1
}

.block-library-button__inline-link .block-editor-url-input input[type=text]::-ms-input-placeholder {
    color: #8f98a1
}

.block-library-button__inline-link .block-editor-url-input input[type=text]::placeholder {
    color: #8f98a1
}

[data-align=center] .block-library-button__inline-link {
    margin-left: auto;
    margin-right: auto
}

[data-align=right] .block-library-button__inline-link {
    margin-left: auto;
    margin-right: 0
}

.block-editor .wp-block-categories ul {
    padding-left: 2.5em
}

.block-editor .wp-block-categories ul ul {
    margin-top: 6px
}

.wp-block-code .block-editor-plain-text {
    font-family: Menlo, Consolas, monaco, monospace;
    color: #23282d;
    font-size: 16px
}

@media (min-width:600px) {
    .wp-block-code .block-editor-plain-text {
        font-size: 13px
    }
}

.wp-block-code .block-editor-plain-text:focus {
    box-shadow: none
}

.components-tab-button {
    display: inline-flex;
    align-items: flex-end;
    margin: 0;
    padding: 3px;
    background: none;
    outline: none;
    color: #555d66;
    cursor: pointer;
    position: relative;
    height: 36px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 500;
    border: 0
}

.components-tab-button.is-active,
.components-tab-button.is-active:hover {
    color: #fff
}

.components-tab-button:disabled {
    cursor: default
}

.components-tab-button>span {
    border: 1px solid transparent;
    padding: 0 6px;
    box-sizing: content-box;
    height: 28px;
    line-height: 28px
}

.components-tab-button:focus>span,
.components-tab-button:hover>span {
    color: #555d66
}

.components-tab-button:not(:disabled).is-active>span,
.components-tab-button:not(:disabled):focus>span,
.components-tab-button:not(:disabled):hover>span {
    border: 1px solid #555d66
}

.components-tab-button.is-active:hover>span,
.components-tab-button.is-active>span {
    background-color: #555d66;
    color: #fff
}

.wp-block-columns .block-editor-block-list__layout {
    margin-left: 0;
    margin-right: 0
}

.wp-block-columns .block-editor-block-list__layout .block-editor-block-list__block {
    max-width: none
}

.block-editor-block-list__block[data-align=full] .wp-block-columns>.block-editor-inner-blocks {
    padding-left: 14px;
    padding-right: 14px
}

@media (min-width:600px) {
    .block-editor-block-list__block[data-align=full] .wp-block-columns>.block-editor-inner-blocks {
        padding-left: 60px;
        padding-right: 60px
    }
}

.wp-block-columns {
    display: block
}

.wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout {
        flex-wrap: nowrap
    }
}

.wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
    margin-left: -14px;
    margin-right: -14px;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    flex-basis: 100%
}

.wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]>.block-editor-block-list__block-edit>div>.block-editor-inner-blocks {
    margin-top: -28px;
    margin-bottom: -28px
}

.wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]>.block-editor-block-list__block-edit {
    margin-top: 0;
    margin-bottom: 0
}

.wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]>.block-editor-block-list__block-edit:before {
    left: 0;
    right: 0
}

.wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]>.block-editor-block-list__block-edit>.block-editor-block-contextual-toolbar {
    margin-left: -1px
}

@media (min-width:600px) {
    .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"] {
        margin-left: 14px;
        margin-right: 14px;
        flex-basis: calc(50% - 44px);
        flex-grow: 0
    }
}

@media (min-width:600px) {
    .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]:nth-child(2n) {
        margin-left: 46px
    }
}

@media (min-width:782px) {
    .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]:not(:first-child) {
        margin-left: 46px
    }
}

.wp-block-columns [data-type="core/column"].is-hovered>.block-editor-block-list__block-edit:before {
    content: none
}

.wp-block-columns [data-type="core/column"].is-hovered .block-editor-block-list__breadcrumb {
    display: none
}

.wp-block-columns [data-type="core/column"] {
    pointer-events: none
}

.wp-block-columns [data-type="core/column"] .block-editor-block-list__layout {
    pointer-events: all
}

.wp-block-cover-image.components-placeholder h2,
.wp-block-cover.components-placeholder h2 {
    color: inherit
}

.wp-block-cover-image.has-left-content .block-editor-rich-text__inline-toolbar,
.wp-block-cover-image.has-right-content .block-editor-rich-text__inline-toolbar,
.wp-block-cover.has-left-content .block-editor-rich-text__inline-toolbar,
.wp-block-cover.has-right-content .block-editor-rich-text__inline-toolbar {
    display: inline-block
}

.wp-block-cover-image .block-editor-block-list__layout,
.wp-block-cover .block-editor-block-list__layout {
    width: 100%
}

.wp-block-cover-image .block-editor-block-list__block,
.wp-block-cover .block-editor-block-list__block {
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    text-align: left
}

.wp-block-cover-image .wp-block-cover__inner-container>.block-editor-inner-blocks>.block-editor-block-list__layout,
.wp-block-cover .wp-block-cover__inner-container>.block-editor-inner-blocks>.block-editor-block-list__layout {
    margin-left: 0;
    margin-right: 0
}

.wp-block-cover-image.components-placeholder,
.wp-block-cover.components-placeholder {
    background: rgba(139, 139, 150, .1);
    min-height: 200px
}

.is-dark-theme .wp-block-cover-image.components-placeholder,
.is-dark-theme .wp-block-cover.components-placeholder {
    background: hsla(0, 0%, 100%, .15)
}

[data-align=left] .wp-block-cover,
[data-align=left] .wp-block-cover-image,
[data-align=right] .wp-block-cover,
[data-align=right] .wp-block-cover-image {
    max-width: 305px;
    width: 100%
}

.wp-block-embed {
    margin: 0;
    clear: both
}

@media (min-width:600px) {
    .wp-block-embed {
        min-width: 360px
    }
    .wp-block-embed.components-placeholder {
        min-width: 0
    }
}

.wp-block-embed.is-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1em;
    min-height: 200px;
    text-align: center;
    background: #f8f9f9
}

.wp-block-embed.is-loading p {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.wp-block-embed .components-placeholder__error {
    word-break: break-word
}

.block-library-embed__interactive-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

.wp-block-file {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0
}

.wp-block-file.is-transient {
    animation: edit-post__loading-fade-animation 1.6s ease-in-out infinite
}

.wp-block-file .wp-block-file__content-wrapper {
    flex-grow: 1
}

.wp-block-file .wp-block-file__textlink {
    display: inline-block;
    min-width: 1em
}

.wp-block-file .wp-block-file__textlink:focus {
    box-shadow: none
}

.wp-block-file .wp-block-file__button-richtext-wrapper {
    display: inline-block;
    margin-left: .75em
}

.wp-block-file .wp-block-file__copy-url-button {
    margin-left: 1em
}

.wp-block-freeform.block-library-rich-text__tinymce li,
.wp-block-freeform.block-library-rich-text__tinymce p {
    line-height: 1.8
}

.wp-block-freeform.block-library-rich-text__tinymce ol,
.wp-block-freeform.block-library-rich-text__tinymce ul {
    padding-left: 2.5em;
    margin-left: 0
}

.wp-block-freeform.block-library-rich-text__tinymce blockquote {
    margin: 0;
    box-shadow: inset 0 0 0 0 #e2e4e7;
    border-left: 4px solid #000;
    padding-left: 1em
}

.wp-block-freeform.block-library-rich-text__tinymce pre {
    white-space: pre-wrap;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px;
    color: #23282d
}

.wp-block-freeform.block-library-rich-text__tinymce h1 {
    font-size: 2em
}

.wp-block-freeform.block-library-rich-text__tinymce h2 {
    font-size: 1.6em
}

.wp-block-freeform.block-library-rich-text__tinymce h3 {
    font-size: 1.4em
}

.wp-block-freeform.block-library-rich-text__tinymce h4 {
    font-size: 1.2em
}

.wp-block-freeform.block-library-rich-text__tinymce h5 {
    font-size: 1.1em
}

.wp-block-freeform.block-library-rich-text__tinymce h6 {
    font-size: 1em
}

.wp-block-freeform.block-library-rich-text__tinymce>:first-child {
    margin-top: 0
}

.wp-block-freeform.block-library-rich-text__tinymce>:last-child {
    margin-bottom: 0
}

.wp-block-freeform.block-library-rich-text__tinymce.mce-edit-focus {
    outline: none
}

.wp-block-freeform.block-library-rich-text__tinymce a {
    color: #007fac
}

.wp-block-freeform.block-library-rich-text__tinymce:focus a[data-mce-selected] {
    padding: 0 2px;
    margin: 0 -2px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #e5f5fa;
    background: #e5f5fa
}

.wp-block-freeform.block-library-rich-text__tinymce code {
    padding: 2px;
    border-radius: 2px;
    color: #23282d;
    background: #f3f4f5;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 14px
}

.wp-block-freeform.block-library-rich-text__tinymce:focus code[data-mce-selected] {
    background: #e8eaeb
}

.wp-block-freeform.block-library-rich-text__tinymce .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-freeform.block-library-rich-text__tinymce .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-freeform.block-library-rich-text__tinymce .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-block-freeform.block-library-rich-text__tinymce .wp-more-tag {
    width: 96%;
    height: 20px;
    display: block;
    margin: 15px auto;
    outline: 0;
    cursor: default;
    background-image: url(/wp-includes/js/tinymce/skins/wordpress/images/more-2x.png);
    background-size: 1900px 20px;
    background-repeat: no-repeat;
    background-position: 50%
}

.wp-block-freeform.block-library-rich-text__tinymce img::selection {
    background-color: transparent
}

.wp-block-freeform.block-library-rich-text__tinymce div.mceTemp {
    -ms-user-select: element
}

.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption {
    margin: 0;
    max-width: 100%
}

.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption a,
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption img {
    display: block
}

.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption,
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption * {
    -webkit-user-drag: none
}

.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd {
    padding-top: .5em;
    margin: 0
}

.wp-block-freeform.block-library-rich-text__tinymce .wpview {
    width: 99.99%;
    position: relative;
    clear: both;
    margin-bottom: 16px;
    border: 1px solid transparent
}

.wp-block-freeform.block-library-rich-text__tinymce .wpview iframe {
    display: block;
    max-width: 100%;
    background: transparent
}

.wp-block-freeform.block-library-rich-text__tinymce .wpview .mce-shim {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected="2"] .mce-shim {
    display: none
}

.wp-block-freeform.block-library-rich-text__tinymce .wpview .loading-placeholder {
    border: 1px dashed #e8eaeb;
    padding: 10px
}

.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error {
    border: 1px solid #e8eaeb;
    padding: 1em 0;
    margin: 0;
    word-wrap: break-word
}

.wp-block-freeform.block-library-rich-text__tinymce .wpview .wpview-error p {
    margin: 0;
    text-align: center
}

.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .loading-placeholder,
.wp-block-freeform.block-library-rich-text__tinymce .wpview[data-mce-selected] .wpview-error {
    border-color: transparent
}

.wp-block-freeform.block-library-rich-text__tinymce .wpview .dashicons {
    display: block;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    font-size: 32px
}

.wp-block-freeform.block-library-rich-text__tinymce .wpview.wpview-type-gallery:after {
    content: "";
    display: table;
    clear: both
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery img[data-mce-selected]:focus {
    outline: none
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery a {
    cursor: default
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery {
    margin: auto -6px;
    padding: 6px 0;
    line-height: 1;
    overflow-x: hidden
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-item {
    float: left;
    margin: 0;
    text-align: center;
    padding: 6px;
    box-sizing: border-box
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption,
.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-icon {
    margin: 0
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery .gallery-caption {
    font-size: 13px;
    margin: 4px 0
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-1 .gallery-item {
    width: 100%
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-2 .gallery-item {
    width: 50%
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-3 .gallery-item {
    width: 33.33333%
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-4 .gallery-item {
    width: 25%
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-5 .gallery-item {
    width: 20%
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-6 .gallery-item {
    width: 16.66667%
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-7 .gallery-item {
    width: 14.28571%
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-8 .gallery-item {
    width: 12.5%
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery-columns-9 .gallery-item {
    width: 11.11111%
}

.wp-block-freeform.block-library-rich-text__tinymce .gallery img {
    max-width: 100%;
    height: auto;
    border: none;
    padding: 0
}

div[data-type="core/freeform"] .block-editor-block-list__block-edit:before {
    transition: border-color .1s linear, box-shadow .1s linear;
    border: 1px solid #e2e4e7;
    outline: 1px solid transparent
}

div[data-type="core/freeform"].is-selected .block-editor-block-list__block-edit:before {
    border-color: #b5bcc2 #b5bcc2 #b5bcc2 transparent
}

div[data-type="core/freeform"].is-hovered .block-editor-block-list__breadcrumb {
    display: none
}

div[data-type="core/freeform"] .editor-block-contextual-toolbar+div {
    margin-top: 0;
    padding-top: 0
}

div[data-type="core/freeform"].is-selected .block-library-rich-text__tinymce:after {
    content: "";
    display: table;
    clear: both
}

.mce-toolbar-grp .mce-btn.mce-active:hover button,
.mce-toolbar-grp .mce-btn.mce-active:hover i,
.mce-toolbar-grp .mce-btn.mce-active button,
.mce-toolbar-grp .mce-btn.mce-active i {
    color: #23282d
}

.mce-toolbar-grp .mce-rtl .mce-flow-layout-item.mce-last {
    margin-right: 0;
    margin-left: 8px
}

.mce-toolbar-grp .mce-btn i {
    font-style: normal
}

.block-library-classic__toolbar {
    width: auto;
    margin: 0 -14px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 14px;
    transform: translateY(-14px);
    border: 1px solid #e2e4e7;
    border-bottom: none;
    padding: 0 14px
}

.is-selected .block-library-classic__toolbar {
    border-color: #b5bcc2 #b5bcc2 #b5bcc2 transparent
}

@media (min-width:600px) {
    .block-library-classic__toolbar {
        padding: 0
    }
}

.block-library-classic__toolbar:empty {
    height: 37px;
    background: #f5f5f5;
    border-bottom: 1px solid #e2e4e7
}

.block-library-classic__toolbar:empty:before {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    content: attr(data-placeholder);
    color: #555d66;
    line-height: 37px;
    padding: 14px
}

.block-library-classic__toolbar .mce-menubar,
.block-library-classic__toolbar .mce-menubar>div,
.block-library-classic__toolbar .mce-tinymce-inline,
.block-library-classic__toolbar .mce-tinymce-inline>div,
.block-library-classic__toolbar div.mce-toolbar-grp,
.block-library-classic__toolbar div.mce-toolbar-grp>div {
    height: auto!important;
    width: 100%!important
}

.block-library-classic__toolbar .mce-container-body.mce-abs-layout {
    overflow: visible
}

.block-library-classic__toolbar .mce-menubar,
.block-library-classic__toolbar div.mce-toolbar-grp {
    position: static
}

.block-library-classic__toolbar .mce-toolbar-grp>div {
    padding: 1px 3px
}

.block-library-classic__toolbar .mce-toolbar-grp .mce-toolbar:not(:first-child) {
    display: none
}

.block-library-classic__toolbar.has-advanced-toolbar .mce-toolbar-grp .mce-toolbar {
    display: block
}

@media (min-width:600px) {
    .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-switcher__no-switcher-icon {
        display: none
    }
    .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar {
        float: right;
        margin-right: 25px;
        transform: translateY(-13px);
        top: 14px
    }
    .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar {
        border: none;
        box-shadow: none;
        margin-top: 3px
    }
}

@media (min-width:600px) and (min-width:782px) {
    .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar {
        margin-top: 0
    }
}

@media (min-width:600px) {
    .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar:before {
        content: "";
        display: block;
        border-left: 1px solid #e2e4e7;
        margin-top: 4px;
        margin-bottom: 4px
    }
    .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar__control.components-button:hover {
        background-color: transparent
    }
    .block-editor-block-list__block[data-type="core/freeform"] .block-editor-block-contextual-toolbar .components-toolbar {
        background: transparent;
        border: none
    }
    .block-editor-block-list__block[data-type="core/freeform"] .mce-container.mce-toolbar.mce-stack-layout-item {
        padding-right: 36px
    }
}

ul.wp-block-gallery li {
    list-style-type: none
}

.blocks-gallery-item figure:not(.is-selected):focus {
    outline: none
}

.blocks-gallery-item .is-selected {
    outline: 4px solid #0085ba
}

body.admin-color-sunrise .blocks-gallery-item .is-selected {
    outline: 4px solid #d1864a
}

body.admin-color-ocean .blocks-gallery-item .is-selected {
    outline: 4px solid #a3b9a2
}

body.admin-color-midnight .blocks-gallery-item .is-selected {
    outline: 4px solid #e14d43
}

body.admin-color-ectoplasm .blocks-gallery-item .is-selected {
    outline: 4px solid #a7b656
}

body.admin-color-coffee .blocks-gallery-item .is-selected {
    outline: 4px solid #c2a68c
}

body.admin-color-blue .blocks-gallery-item .is-selected {
    outline: 4px solid #82b4cb
}

body.admin-color-light .blocks-gallery-item .is-selected {
    outline: 4px solid #0085ba
}

.blocks-gallery-item .is-transient img {
    opacity: .3
}

.blocks-gallery-item .block-editor-rich-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: auto
}

.blocks-gallery-item .block-editor-rich-text figcaption:not([data-is-placeholder-visible=true]) {
    position: relative;
    overflow: hidden
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-item .is-selected .block-editor-rich-text {
        right: 0;
        left: 0;
        margin-top: -4px
    }
}

.blocks-gallery-item .is-selected .block-editor-rich-text .block-editor-rich-text__inline-toolbar {
    top: 0
}

.blocks-gallery-item .is-selected .block-editor-rich-text figcaption {
    padding-top: 48px
}

.blocks-gallery-item .components-button.block-library-gallery-add-item-button,
.blocks-gallery-item .components-form-file-upload {
    width: 100%;
    height: 100%
}

.blocks-gallery-item .components-button.block-library-gallery-add-item-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: none;
    border: none;
    border-radius: 0;
    min-height: 100px
}

.blocks-gallery-item .components-button.block-library-gallery-add-item-button .dashicon {
    margin-top: 10px
}

.blocks-gallery-item .components-button.block-library-gallery-add-item-button:focus,
.blocks-gallery-item .components-button.block-library-gallery-add-item-button:hover {
    border: 1px solid #555d66
}

.blocks-gallery-item .block-editor-rich-text figcaption a {
    color: #fff
}

.block-library-gallery-item__inline-menu {
    padding: 2px;
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #0085ba;
    display: inline-flex;
    z-index: 20
}

body.admin-color-sunrise .block-library-gallery-item__inline-menu {
    background-color: #d1864a
}

body.admin-color-ocean .block-library-gallery-item__inline-menu {
    background-color: #a3b9a2
}

body.admin-color-midnight .block-library-gallery-item__inline-menu {
    background-color: #e14d43
}

body.admin-color-ectoplasm .block-library-gallery-item__inline-menu {
    background-color: #a7b656
}

body.admin-color-coffee .block-library-gallery-item__inline-menu {
    background-color: #c2a68c
}

body.admin-color-blue .block-library-gallery-item__inline-menu {
    background-color: #82b4cb
}

body.admin-color-light .block-library-gallery-item__inline-menu {
    background-color: #0085ba
}

.block-library-gallery-item__inline-menu .components-button,
.block-library-gallery-item__inline-menu .components-button:focus,
.block-library-gallery-item__inline-menu .components-button:hover {
    color: #fff
}

.blocks-gallery-item__remove {
    padding: 0
}

.blocks-gallery-item__remove.components-button:focus {
    color: inherit
}

.blocks-gallery-item .components-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px
}

.is-selected .wp-block-gallery .blocks-gallery-image:nth-last-child(2),
.is-selected .wp-block-gallery .blocks-gallery-item:nth-last-child(2),
.is-typing .wp-block-gallery .blocks-gallery-image:nth-last-child(2),
.is-typing .wp-block-gallery .blocks-gallery-item:nth-last-child(2) {
    margin-right: 0
}

.wp-block-heading h1,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.wp-block-heading h5,
.wp-block-heading h6 {
    color: inherit;
    margin: 0
}

.wp-block-heading h1 {
    font-size: 2.44em
}

.wp-block-heading h2 {
    font-size: 1.95em
}

.wp-block-heading h3 {
    font-size: 1.56em
}

.wp-block-heading h4 {
    font-size: 1.25em
}

.wp-block-heading h5 {
    font-size: 1em
}

.wp-block-heading h6 {
    font-size: .8em
}

.wp-block-heading h1,
.wp-block-heading h2,
.wp-block-heading h3 {
    line-height: 1.4
}

.wp-block-heading h4 {
    line-height: 1.5
}

.wp-block-html .block-editor-plain-text {
    font-family: Menlo, Consolas, monaco, monospace;
    color: #23282d;
    padding: .8em 1em;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
    font-size: 16px
}

@media (min-width:600px) {
    .wp-block-html .block-editor-plain-text {
        font-size: 13px
    }
}

.wp-block-html .block-editor-plain-text:focus {
    box-shadow: none
}

.wp-block-image {
    position: relative
}

.wp-block-image.is-transient img {
    opacity: .3
}

.wp-block-image figcaption img {
    display: inline
}

.wp-block-image .components-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px
}

.wp-block-image .components-resizable-box__container {
    display: inline-block
}

.wp-block-image .components-resizable-box__container img {
    display: block;
    width: 100%
}

.wp-block-image.is-focused .components-resizable-box__handle {
    display: block;
    z-index: 1
}

.block-editor-block-list__block[data-type="core/image"][data-align=center] .wp-block-image,
.block-editor-block-list__block[data-type="core/image"][data-align=center][data-resized=false] .wp-block-image>div {
    margin-left: auto;
    margin-right: auto
}

.edit-post-sidebar .block-library-image__dimensions {
    margin-bottom: 1em
}

.edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row {
    display: flex;
    justify-content: space-between
}

.edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__height,
.edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__width {
    margin-bottom: .5em
}

.edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__height input,
.edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__width input {
    line-height: 1.25
}

.edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__width {
    margin-right: 5px
}

.edit-post-sidebar .block-library-image__dimensions .block-library-image__dimensions__row .block-library-image__dimensions__height {
    margin-left: 5px
}

.block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal {
    position: absolute;
    left: 0;
    right: 0;
    margin: -1px 0
}

@media (min-width:600px) {
    .block-editor-block-list__block[data-type="core/image"] .block-editor-block-toolbar .block-editor-url-input__button-modal {
        margin: -1px
    }
}

[data-type="core/image"][data-align=center] .block-editor-block-list__block-edit figure,
[data-type="core/image"][data-align=left] .block-editor-block-list__block-edit figure,
[data-type="core/image"][data-align=right] .block-editor-block-list__block-edit figure {
    margin: 0;
    display: table
}

[data-type="core/image"][data-align=center] .block-editor-block-list__block-edit .block-editor-rich-text,
[data-type="core/image"][data-align=left] .block-editor-block-list__block-edit .block-editor-rich-text,
[data-type="core/image"][data-align=right] .block-editor-block-list__block-edit .block-editor-rich-text {
    display: table-caption;
    caption-side: bottom
}

[data-type="core/image"][data-align=full] figure img,
[data-type="core/image"][data-align=wide] figure img {
    width: 100%
}

[data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized {
    margin: 0;
    display: table
}

[data-type="core/image"] .block-editor-block-list__block-edit figure.is-resized .block-editor-rich-text {
    display: table-caption;
    caption-side: bottom
}

.wp-block-latest-comments.has-avatars .avatar {
    margin-right: 10px
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px;
    padding-top: 0
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px
}

.block-editor .wp-block-latest-posts {
    padding-left: 2.5em
}

.block-editor .wp-block-latest-posts.is-grid {
    padding-left: 0
}

.wp-block-latest-posts li a>div {
    display: inline
}

.wp-block-legacy-widget__edit-container,
.wp-block-legacy-widget__preview {
    padding-left: 2.5em;
    padding-right: 2.5em
}

.wp-block-legacy-widget__edit-container .widget-inside {
    border: none;
    display: block
}

.wp-block-legacy-widget__update-button {
    margin-left: auto;
    display: block
}

.wp-block-legacy-widget__edit-container .widget-inside {
    box-shadow: none
}

.wp-block-legacy-widget__preview {
    overflow: auto
}

.wp-block-media-text {
    grid-template-areas: "media-text-media media-text-content" "resizer resizer"
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media" "resizer resizer"
}

.wp-block-media-text .__resizable_base__ {
    grid-area: resizer
}

.wp-block-media-text .editor-media-container__resizer {
    grid-area: media-text-media;
    align-self: center;
    width: 100%!important
}

.wp-block-media-text .block-editor-inner-blocks {
    word-break: break-word;
    grid-area: media-text-content;
    text-align: initial;
    padding: 0 8%
}

.wp-block-media-text>.block-editor-inner-blocks>.block-editor-block-list__layout>.block-editor-block-list__block {
    max-width: unset
}

figure.block-library-media-text__media-container {
    margin: 0;
    height: 100%;
    width: 100%
}

.wp-block-media-text .block-library-media-text__media-container img,
.wp-block-media-text .block-library-media-text__media-container video {
    vertical-align: middle;
    width: 100%
}

.editor-media-container__resizer .components-resizable-box__handle {
    display: none
}

.wp-block-media-text.is-selected:not(.is-stacked-on-mobile) .editor-media-container__resizer .components-resizable-box__handle {
    display: block
}

@media (min-width:600px) {
    .wp-block-media-text.is-selected.is-stacked-on-mobile .editor-media-container__resizer .components-resizable-box__handle {
        display: block
    }
}

.editor-styles-wrapper .block-library-list ol,
.editor-styles-wrapper .block-library-list ul {
    padding-left: 1.3em;
    margin-left: 1.3em
}

.block-editor-block-list__block[data-type="core/more"] {
    max-width: 100%;
    text-align: center
}

.block-editor .wp-block-more {
    display: block;
    text-align: center;
    white-space: nowrap
}

.block-editor .wp-block-more input[type=text] {
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #6c7781;
    border: none;
    box-shadow: none;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    background: #fff;
    padding: 6px 8px;
    height: 24px
}

.block-editor .wp-block-more input[type=text]:focus {
    box-shadow: none
}

.block-editor .wp-block-more:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 3px dashed #ccd0d4
}

.block-editor-block-list__block[data-type="core/nextpage"] {
    max-width: 100%
}

.wp-block-nextpage {
    display: block;
    text-align: center;
    white-space: nowrap
}

.wp-block-nextpage>span {
    font-size: 13px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    color: #6c7781;
    border-radius: 4px;
    background: #fff;
    padding: 6px 8px;
    height: 24px
}

.wp-block-nextpage:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 3px dashed #ccd0d4
}

.block-editor-rich-text__editable[data-is-placeholder-visible=true]+.block-editor-rich-text__editable.wp-block-paragraph {
    padding-right: 108px
}

.wp-block .wp-block .block-editor-rich-text__editable[data-is-placeholder-visible=true]+.block-editor-rich-text__editable.wp-block-paragraph {
    padding-right: 36px
}

.wp-block-preformatted pre {
    white-space: pre-wrap
}

.block-editor-block-list__block[data-type="core/pullquote"][data-align=left] .block-editor-rich-text p,
.block-editor-block-list__block[data-type="core/pullquote"][data-align=right] .block-editor-rich-text p {
    font-size: 20px
}

.wp-block-pullquote blockquote>.block-editor-rich-text p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote.is-style-solid-color {
    margin-left: 0;
    margin-right: 0
}

.wp-block-pullquote.is-style-solid-color blockquote>.block-editor-rich-text p {
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote .wp-block-pullquote__citation {
    color: inherit
}

.wp-block-quote {
    margin: 0
}

.wp-block-quote__citation {
    font-size: 13px
}

.block-editor .wp-block-rss {
    padding-left: 2.5em
}

.block-editor .wp-block-rss.is-grid {
    padding-left: 0
}

.wp-block-search .wp-block-search__input {
    border-radius: 4px;
    border: 1px solid #8d96a0;
    color: rgba(14, 28, 46, .62);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.wp-block-search .wp-block-search__input:focus {
    outline: none
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: inset 0 -1px 0 #ccc;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.wp-block-search .wp-block-search__button .wp-block-search__button-rich-text {
    padding: 6px 10px
}

.wp-block-shortcode {
    display: flex;
    flex-direction: row;
    padding: 14px;
    background-color: #f8f9f9;
    font-size: 13px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-shortcode label {
    display: flex;
    align-items: center;
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600;
    flex-shrink: 0
}

.wp-block-shortcode .block-editor-plain-text {
    flex-grow: 1
}

.wp-block-shortcode .dashicon {
    margin-right: 8px
}

.block-library-spacer__resize-container.is-selected {
    background: #f3f4f5
}

.edit-post-visual-editor p.wp-block-subhead {
    color: #6c7781;
    font-size: 1.1em;
    font-style: italic
}

.block-editor-block-list__block[data-type="core/table"][data-align=center] table,
.block-editor-block-list__block[data-type="core/table"][data-align=left] table,
.block-editor-block-list__block[data-type="core/table"][data-align=right] table {
    width: auto
}

.block-editor-block-list__block[data-type="core/table"][data-align=center] {
    text-align: initial
}

.block-editor-block-list__block[data-type="core/table"][data-align=center] table {
    margin: 0 auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table td,
.wp-block-table th {
    padding: 0;
    border: 1px solid #000
}

.wp-block-table td.is-selected,
.wp-block-table th.is-selected {
    border-color: #00a0d2;
    box-shadow: inset 0 0 0 1px #00a0d2;
    border-style: double
}

.wp-block-table__cell-content {
    padding: .5em
}

.block-editor .wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.block-editor .wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    color: #8f98a1;
    text-decoration: none
}

.wp-block-text-columns .block-editor-rich-text__editable:focus {
    outline: 1px solid #e2e4e7
}

.wp-block-verse pre,
pre.wp-block-verse {
    color: #191e23;
    white-space: nowrap;
    font-family: inherit;
    font-size: inherit;
    padding: 1em;
    overflow: auto
}

.block-editor-block-list__block[data-align=center] {
    text-align: center
}

.editor-video-poster-control .components-button {
    margin-right: 8px
}

.editor-video-poster-control .components-button+.components-button {
    margin-top: 1em
}

.wp-block-city-am-infographic .media-uploader {
    display: -ms-flexbox;
    display: flex
}

.wp-block-city-am-infographic {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-height: 450px;
    background-size: cover
}

.ca-main-content-container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 50%;
    padding: .75em .5em;
    margin: .5em
}

.ca-main-content-container>* {
    position: relative;
    z-index: 5
}

.content-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0
}

.editor-rich-text__tinymce.ca-header-text,
.editor-rich-text__tinymce.ca-content-text {
    opacity: 1
}

.city-am-image-upload {
    position: relative;
    height: 150px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f1f1f1;
    margin-bottom: 12px;
    margin-top: .6rem;
    border-radius: .3em
}

.city-am-selected-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(http://localhost:8888/wp-content/uploads/2019/03/pexels-photo-1157255.jpeg);
    background-size: cover;
    background-position: center
}

.quote-basic {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

.quote-bottom-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.quote-important {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start
}

.quote-half-left,
.quote-half-left-quote {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch
}

.quote-half-right,
.quote-half-right-quote {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: stretch;
    align-items: stretch
}

.opacity-0 {
    opacity: 0
}

.opacity-1 {
    opacity: .1
}

.opacity-2 {
    opacity: .2
}

.opacity-3 {
    opacity: .3
}

.opacity-4 {
    opacity: .4
}

.opacity-5 {
    opacity: .5
}

.opacity-6 {
    opacity: .6
}

.opacity-7 {
    opacity: .7
}

.opacity-8 {
    opacity: .8
}

.opacity-9 {
    opacity: .9
}

.opacity-10 {
    opacity: 1
}

.quote-half-left-quote #large-quote,
.quote-half-right-quote #large-quote {
    font-size: 72px !important;
    font-weight: 300;
    font-family: "Playfair Display" !important;
    font-size: 142px !important;
    width: 100%;
    line-height: 114px !important;
    height: 62px;
    margin: 0
}

.title-overlay {
    position: relative;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.title-overlay .ca-main-content-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.title-overlay .content-overlay {
    display: none
}

.title-overlay h2,
.title-overlay p {
    padding: .5em .3em
}

.title-overlay .ca-main-content-container .editor-rich-text:nth-child(3) {
    width: 100%
}

.title-overlay p {
    display: block;
    margin: 0;
    width: 100%
}

img.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0
}

@media screen and (max-width:768px) {
    .wp-block-city-am-infographic {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: .5em
    }
    .ca-main-content-container {
        margin: 0;
        max-width: 100%;
        max-height: 100%
    }
    .quote-important .ca-main-content-container {
        max-height: 50%
    }
    .quote-basic .ca-main-content-container,
    .quote-bottom-right .ca-main-content-container {
        position: absolute;
        height: 90%;
        max-width: 90%;
        left: 5%;
        top: 5%
    }
    .quote-important img.bg-image,
    .quote-half-left img.bg-image,
    .quote-half-right img.bg-image,
    .quote-half-right-quote img.bg-image,
    .quote-half-left-quote img.bg-image {
        position: relative;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 0
    }
    .title-overlay h2 {
        display: block;
        margin: 0;
        width: 100%
    }
    .title-overlay .ca-main-content-container .editor-rich-text:nth-child(2) {
        width: 100%
    }
    .quote-half-left,
    .quote-half-left-quote {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .quote-half-right,
    .quote-half-right-quote {
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.post-content .mpp-profile-wrap h1,
.post-content .mpp-profile-wrap h2,
.post-content .mpp-profile-wrap h3,
.post-content .mpp-profile-wrap h4,
.post-content .mpp-profile-wrap h5,
.post-content .mpp-profile-wrap h6,
.post-content .mpp-enhanced-profile-wrap h1,
.post-content .mpp-enhanced-profile-wrap h2,
.post-content .mpp-enhanced-profile-wrap h3,
.post-content .mpp-enhanced-profile-wrap h4,
.post-content .mpp-enhanced-profile-wrap h5,
.post-content .mpp-enhanced-profile-wrap h6 {
    clear: none
}

.post-content .mpp-profile-wrap h2,
.post-content .mpp-enhanced-profile-wrap h2 {
    margin: 0;
    margin-bottom: 10px
}

.post-content .mpp-profile-wrap p,
.post-content .mpp-enhanced-profile-wrap p {
    margin-bottom: 10px
}

.mpp-profile-wrap {
    margin: 0 auto;
    padding: 3%;
    border-radius: 5px;
    margin-bottom: 1.2em;
    margin-bottom: 20px;
    line-height: 1.3
}

.mpp-profile-wrap.round .mpp-profile-image-wrapper {
    border-radius: 50%;
    overflow: hidden
}

.mpp-profile-wrap.round .mpp-profile-image-wrapper img {
    border-radius: 50%
}

.mpp-profile-wrap h1,
.mpp-profile-wrap h2,
.mpp-profile-wrap h3,
.mpp-profile-wrap h4,
.mpp-profile-wrap h5,
.mpp-profile-wrap h6 {
    clear: none
}

.mpp-profile-wrap h2 {
    margin-top: 0;
    margin-bottom: 10px
}

.mpp-profile-wrap h2:before {
    display: none
}

.mpp-profile-wrap .mpp-profile-image-wrapper {
    position: relative;
    float: left;
    line-height: 1.1;
    z-index: 1000;
    background: #ddd;
    position: relative;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px
}

.mpp-profile-wrap .mpp-profile-image-wrapper button {
    position: relative;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    z-index: 1000
}

.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5
}

.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-image-square img {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5
}

.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-content-wrap {
    display: block;
    padding: 0 15px;
    -ms-flex: 3 0 0px;
    flex: 3 0 0
}

.mpp-profile-wrap .mpp-profile-image-wrapper .mpp-profile-name {
    font: 1.4em;
    line-height: 1.2
}

@media only screen and (max-width:600px) {
    .mpp-profile-wrap .mpp-profile-image-wrapper {
        -ms-flex: auto;
        flex: auto
    }
}

.mpp-profile-wrap .mpp-gutenberg-view-posts {
    clear: both;
    padding-top: 20px
}

.mpp-profile-wrap .mpp-profile-view-posts {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    background-color: #cf6d38;
    color: #fff
}

.mpp-profile-wrap .mpp-profile-view-posts a,
.mpp-profile-wrap .mpp-profile-view-posts a:hover,
.mpp-profile-wrap .mpp-profile-view-posts a:visited {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none
}

.mpp-enhanced-profile-wrap.regular {
    position: relative;
    margin: 0 auto;
    line-height: 1.5
}

.mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper {
    border-radius: 50%;
    overflow: hidden
}

.mpp-enhanced-profile-wrap.regular.round .mpp-profile-image-wrapper img {
    border-radius: 50%
}

.mpp-enhanced-profile-wrap.regular h1,
.mpp-enhanced-profile-wrap.regular h2,
.mpp-enhanced-profile-wrap.regular h3,
.mpp-enhanced-profile-wrap.regular h4,
.mpp-enhanced-profile-wrap.regular h5,
.mpp-enhanced-profile-wrap.regular h6 {
    clear: none
}

.mpp-enhanced-profile-wrap.regular h2:before {
    display: none
}

.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
    position: relative;
    float: left;
    line-height: 1.1;
    z-index: 1000;
    background: #ddd;
    position: relative;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width:400px) {
    .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
        float: none;
        text-align: center;
        margin: 0 auto
    }
}

.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper button {
    position: relative;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    z-index: 1000
}

.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5
}

.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-image-square img {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 5
}

.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-content-wrap {
    display: block;
    padding: 0 15px;
    -ms-flex: 3 0 0px;
    flex: 3 0 0
}

@media only screen and (max-width:400px) {
    .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-content-wrap {
        display: block;
        text-align: center;
        margin: 0 auto
    }
}

.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper .mpp-profile-name {
    font: 1.4em;
    line-height: 1.2
}

@media only screen and (max-width:600px) {
    .mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
        -ms-flex: auto;
        flex: auto
    }
}

@media only screen and (max-width:400px) {
    .mpp-enhanced-profile-wrap.regular .mpp-content-wrap {
        display: block;
        text-align: center;
        margin: 0 auto
    }
}

.mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts {
    clear: both
}

.mpp-enhanced-profile-wrap.regular .mpp-gutenberg-view-posts:after {
    content: "";
    display: table;
    clear: both
}

.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts {
    clear: both;
    display: block;
    float: left;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    margin-right: 20px;
    background-color: #cf6d38;
    color: #fff
}

.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a,
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:hover,
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts a:visited {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none
}

.mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts:after {
    content: "";
    display: table;
    clear: both
}

@media only screen and (max-width:400px) {
    .mpp-enhanced-profile-wrap.regular .mpp-profile-view-posts {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px
    }
}

.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website {
    display: block;
    float: left;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #333;
    color: #fff
}

.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a,
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:hover,
.mpp-enhanced-profile-wrap.regular .mpp-profile-view-website a:visited {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none
}

@media only screen and (max-width:400px) {
    .mpp-enhanced-profile-wrap.regular .mpp-profile-view-website {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px
    }
}

.mpp-profile-wrap.mt-font-size-10,
.mpp-enhanced-profile-wrap.regular .mt-font-size-10,
.mpp-enhanced-profile-wrap.profile .mt-font-size-10,
.mpp-enhanced-profile-wrap.compact .mt-font-size-10,
.mpp-profile-text.mt-font-size-10 {
    font-size: 10px
}

.mpp-profile-wrap.mt-font-size-10 p,
.mpp-profile-wrap.mt-font-size-10 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-10 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-10 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-10 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-10 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-10 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-10 div,
.mpp-profile-text.mt-font-size-10 p,
.mpp-profile-text.mt-font-size-10 div {
    font-size: 10px
}

.mpp-profile-wrap.mt-font-size-11,
.mpp-enhanced-profile-wrap.regular .mt-font-size-11,
.mpp-enhanced-profile-wrap.profile .mt-font-size-11,
.mpp-enhanced-profile-wrap.compact .mt-font-size-11,
.mpp-profile-text.mt-font-size-11 {
    font-size: 11px
}

.mpp-profile-wrap.mt-font-size-11 p,
.mpp-profile-wrap.mt-font-size-11 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-11 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-11 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-11 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-11 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-11 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-11 div,
.mpp-profile-text.mt-font-size-11 p,
.mpp-profile-text.mt-font-size-11 div {
    font-size: 11px
}

.mpp-profile-wrap.mt-font-size-12,
.mpp-enhanced-profile-wrap.regular .mt-font-size-12,
.mpp-enhanced-profile-wrap.profile .mt-font-size-12,
.mpp-enhanced-profile-wrap.compact .mt-font-size-12,
.mpp-profile-text.mt-font-size-12 {
    font-size: 12px
}

.mpp-profile-wrap.mt-font-size-12 p,
.mpp-profile-wrap.mt-font-size-12 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-12 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-12 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-12 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-12 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-12 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-12 div,
.mpp-profile-text.mt-font-size-12 p,
.mpp-profile-text.mt-font-size-12 div {
    font-size: 12px
}

.mpp-profile-wrap.mt-font-size-13,
.mpp-enhanced-profile-wrap.regular .mt-font-size-13,
.mpp-enhanced-profile-wrap.profile .mt-font-size-13,
.mpp-enhanced-profile-wrap.compact .mt-font-size-13,
.mpp-profile-text.mt-font-size-13 {
    font-size: 13px
}

.mpp-profile-wrap.mt-font-size-13 p,
.mpp-profile-wrap.mt-font-size-13 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-13 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-13 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-13 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-13 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-13 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-13 div,
.mpp-profile-text.mt-font-size-13 p,
.mpp-profile-text.mt-font-size-13 div {
    font-size: 13px
}

.mpp-profile-wrap.mt-font-size-14,
.mpp-enhanced-profile-wrap.regular .mt-font-size-14,
.mpp-enhanced-profile-wrap.profile .mt-font-size-14,
.mpp-enhanced-profile-wrap.compact .mt-font-size-14,
.mpp-profile-text.mt-font-size-14 {
    font-size: 14px
}

.mpp-profile-wrap.mt-font-size-14 p,
.mpp-profile-wrap.mt-font-size-14 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-14 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-14 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-14 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-14 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-14 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-14 div,
.mpp-profile-text.mt-font-size-14 p,
.mpp-profile-text.mt-font-size-14 div {
    font-size: 14px
}

.mpp-profile-wrap.mt-font-size-15,
.mpp-enhanced-profile-wrap.regular .mt-font-size-15,
.mpp-enhanced-profile-wrap.profile .mt-font-size-15,
.mpp-enhanced-profile-wrap.compact .mt-font-size-15,
.mpp-profile-text.mt-font-size-15 {
    font-size: 15px
}

.mpp-profile-wrap.mt-font-size-15 p,
.mpp-profile-wrap.mt-font-size-15 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-15 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-15 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-15 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-15 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-15 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-15 div,
.mpp-profile-text.mt-font-size-15 p,
.mpp-profile-text.mt-font-size-15 div {
    font-size: 15px
}

.mpp-profile-wrap.mt-font-size-16,
.mpp-enhanced-profile-wrap.regular .mt-font-size-16,
.mpp-enhanced-profile-wrap.profile .mt-font-size-16,
.mpp-enhanced-profile-wrap.compact .mt-font-size-16,
.mpp-profile-text.mt-font-size-16 {
    font-size: 16px
}

.mpp-profile-wrap.mt-font-size-16 p,
.mpp-profile-wrap.mt-font-size-16 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-16 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-16 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-16 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-16 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-16 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-16 div,
.mpp-profile-text.mt-font-size-16 p,
.mpp-profile-text.mt-font-size-16 div {
    font-size: 16px
}

.mpp-profile-wrap.mt-font-size-17,
.mpp-enhanced-profile-wrap.regular .mt-font-size-17,
.mpp-enhanced-profile-wrap.profile .mt-font-size-17,
.mpp-enhanced-profile-wrap.compact .mt-font-size-17,
.mpp-profile-text.mt-font-size-17 {
    font-size: 17px
}

.mpp-profile-wrap.mt-font-size-17 p,
.mpp-profile-wrap.mt-font-size-17 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-17 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-17 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-17 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-17 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-17 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-17 div,
.mpp-profile-text.mt-font-size-17 p,
.mpp-profile-text.mt-font-size-17 div {
    font-size: 17px
}

.mpp-profile-wrap.mt-font-size-18,
.mpp-enhanced-profile-wrap.regular .mt-font-size-18,
.mpp-enhanced-profile-wrap.profile .mt-font-size-18,
.mpp-enhanced-profile-wrap.compact .mt-font-size-18,
.mpp-profile-text.mt-font-size-18 {
    font-size: 18px
}

.mpp-profile-wrap.mt-font-size-18 p,
.mpp-profile-wrap.mt-font-size-18 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-18 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-18 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-18 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-18 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-18 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-18 div,
.mpp-profile-text.mt-font-size-18 p,
.mpp-profile-text.mt-font-size-18 div {
    font-size: 18px
}

.mpp-profile-wrap.mt-font-size-19,
.mpp-enhanced-profile-wrap.regular .mt-font-size-19,
.mpp-enhanced-profile-wrap.profile .mt-font-size-19,
.mpp-enhanced-profile-wrap.compact .mt-font-size-19,
.mpp-profile-text.mt-font-size-19 {
    font-size: 19px
}

.mpp-profile-wrap.mt-font-size-19 p,
.mpp-profile-wrap.mt-font-size-19 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-19 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-19 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-19 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-19 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-19 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-19 div,
.mpp-profile-text.mt-font-size-19 p,
.mpp-profile-text.mt-font-size-19 div {
    font-size: 19px
}

.mpp-profile-wrap.mt-font-size-20,
.mpp-enhanced-profile-wrap.regular .mt-font-size-20,
.mpp-enhanced-profile-wrap.profile .mt-font-size-20,
.mpp-enhanced-profile-wrap.compact .mt-font-size-20,
.mpp-profile-text.mt-font-size-20 {
    font-size: 20px
}

.mpp-profile-wrap.mt-font-size-20 p,
.mpp-profile-wrap.mt-font-size-20 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-20 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-20 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-20 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-20 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-20 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-20 div,
.mpp-profile-text.mt-font-size-20 p,
.mpp-profile-text.mt-font-size-20 div {
    font-size: 20px
}

.mpp-profile-wrap.mt-font-size-21,
.mpp-enhanced-profile-wrap.regular .mt-font-size-21,
.mpp-enhanced-profile-wrap.profile .mt-font-size-21,
.mpp-enhanced-profile-wrap.compact .mt-font-size-21,
.mpp-profile-text.mt-font-size-21 {
    font-size: 21px
}

.mpp-profile-wrap.mt-font-size-21 p,
.mpp-profile-wrap.mt-font-size-21 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-21 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-21 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-21 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-21 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-21 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-21 div,
.mpp-profile-text.mt-font-size-21 p,
.mpp-profile-text.mt-font-size-21 div {
    font-size: 21px
}

.mpp-profile-wrap.mt-font-size-22,
.mpp-enhanced-profile-wrap.regular .mt-font-size-22,
.mpp-enhanced-profile-wrap.profile .mt-font-size-22,
.mpp-enhanced-profile-wrap.compact .mt-font-size-22,
.mpp-profile-text.mt-font-size-22 {
    font-size: 22px
}

.mpp-profile-wrap.mt-font-size-22 p,
.mpp-profile-wrap.mt-font-size-22 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-22 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-22 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-22 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-22 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-22 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-22 div,
.mpp-profile-text.mt-font-size-22 p,
.mpp-profile-text.mt-font-size-22 div {
    font-size: 22px
}

.mpp-profile-wrap.mt-font-size-23,
.mpp-enhanced-profile-wrap.regular .mt-font-size-23,
.mpp-enhanced-profile-wrap.profile .mt-font-size-23,
.mpp-enhanced-profile-wrap.compact .mt-font-size-23,
.mpp-profile-text.mt-font-size-23 {
    font-size: 23px
}

.mpp-profile-wrap.mt-font-size-23 p,
.mpp-profile-wrap.mt-font-size-23 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-23 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-23 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-23 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-23 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-23 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-23 div,
.mpp-profile-text.mt-font-size-23 p,
.mpp-profile-text.mt-font-size-23 div {
    font-size: 23px
}

.mpp-profile-wrap.mt-font-size-24,
.mpp-enhanced-profile-wrap.regular .mt-font-size-24,
.mpp-enhanced-profile-wrap.profile .mt-font-size-24,
.mpp-enhanced-profile-wrap.compact .mt-font-size-24,
.mpp-profile-text.mt-font-size-24 {
    font-size: 24px
}

.mpp-profile-wrap.mt-font-size-24 p,
.mpp-profile-wrap.mt-font-size-24 div,
.mpp-enhanced-profile-wrap.regular .mt-font-size-24 p,
.mpp-enhanced-profile-wrap.regular .mt-font-size-24 div,
.mpp-enhanced-profile-wrap.profile .mt-font-size-24 p,
.mpp-enhanced-profile-wrap.profile .mt-font-size-24 div,
.mpp-enhanced-profile-wrap.compact .mt-font-size-24 p,
.mpp-enhanced-profile-wrap.compact .mt-font-size-24 div,
.mpp-profile-text.mt-font-size-24 p,
.mpp-profile-text.mt-font-size-24 div {
    font-size: 24px
}

.mpp-social {
    margin-top: 15px
}

.mpp-social svg {
    max-width: 32px;
    max-height: 32px;
    margin-right: 10px
}

.mpp-social a,
.mpp-social a:hover,
.mpp-social a:visited {
    text-decoration: none !important
}

.mpp-social {
    clear: both
}

.mpp-social svg.icon-twitter {
    fill: #00aced
}

.mpp-social svg.icon-amazon {
    fill: #000
}

.mpp-social svg.icon-behance {
    fill: #0692e9
}

.mpp-social svg.icon-blogger {
    fill: #fb8f3d
}

.mpp-social svg.icon-codepen {
    fill: #000
}

.mpp-social svg.icon-dribble {
    fill: #f46899
}

.mpp-social svg.icon-dropbox {
    fill: #018bd3
}

.mpp-social svg.icon-eventbrite {
    fill: #f6682f
}

.mpp-social svg.icon-facebook {
    fill: #3b5998
}

.mpp-social svg.icon-flickr {
    fill: #ff0084
}

.mpp-social svg.icon-foursquare {
    fill: #0072b1
}

.mpp-social svg.icon-ghost {
    fill: #000
}

.mpp-social svg.icon-github {
    fill: #070709
}

.mpp-social svg.icon-google-plus {
    fill: #cf3d2e
}

.mpp-social svg.icon-instagram {
    fill: #a1755c
}

.mpp-social svg.icon-linkedin {
    fill: #0085ae
}

.mpp-social svg.icon-feed {
    fill: #f26522
}

.mpp-social svg.icon-medium {
    fill: #000
}

.mpp-social svg.icon-path {
    fill: #000
}

.mpp-social svg.icon-pinterest {
    fill: #cc2127
}

.mpp-social svg.icon-pocket {
    fill: #000
}

.mpp-social svg.icon-polldaddy {
    fill: #bc0b0b
}

.mpp-social svg.icon-reddit {
    fill: #000
}

.mpp-social svg.icon-skype {
    fill: #01aef2
}

.mpp-social svg.icon-spotify {
    fill: #1ed760
}

.mpp-social svg.icon-squarespace {
    fill: #000
}

.mpp-social svg.icon-stumbleupon {
    fill: #eb4823
}

.mpp-social svg.icon-telegram {
    fill: #000
}

.mpp-social svg.icon-tumblr-alt {
    fill: #314e6c
}

.mpp-social svg.icon-twitch {
    fill: #4b367c
}

.mpp-social svg.icon-twitter-alt {
    fill: #00aced
}

.mpp-social svg.icon-vimeo {
    fill: #1ab7ea
}

.mpp-social svg.icon-wordpress {
    fill: #21759b
}

.mpp-social svg.icon-youtube {
    fill: #b00
}

.mpp-enhanced-profile-wrap.profile {
    padding: 10px
}

.mpp-enhanced-profile-wrap.profile h2 {
    margin: 0;
    font-size: .8em;
    font-weight: 400;
    margin-bottom: 5px
}

.mpp-enhanced-profile-wrap.profile h2:before {
    display: none
}

@media only screen and (max-width:400px) {
    .mpp-enhanced-profile-wrap.profile h2 {
        text-align: center
    }
}

.mpp-enhanced-profile-wrap.profile.round .profile-avatar {
    border-radius: 50%
}

.mpp-enhanced-profile-wrap.profile .mpp-profile-image-wrapper {
    position: relative;
    float: left;
    line-height: 1;
    z-index: 1000;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    margin-right: 15px
}

@media only screen and (max-width:400px) {
    .mpp-enhanced-profile-wrap.profile .mpp-profile-image-wrapper {
        float: none;
        text-align: center;
        margin: 0 auto
    }
}

.mpp-enhanced-profile-wrap.profile .mpp-profile-meta {
    clear: both;
    margin: 10px 0
}

.mpp-enhanced-profile-wrap.profile .mpp-profile-meta:after {
    content: "";
    display: table;
    clear: both
}

.mpp-enhanced-profile-wrap.profile .alignleft {
    max-width: none;
    float: left
}

@media only screen and (max-width:400px) {
    .mpp-enhanced-profile-wrap.profile .alignleft {
        float: none;
        text-align: center;
        margin: 0 auto
    }
}

.mpp-enhanced-profile-wrap.profile .alignright {
    max-width: none
}

@media only screen and (max-width:400px) {
    .mpp-enhanced-profile-wrap.profile .alignright {
        float: none;
        text-align: center;
        margin: 0 auto
    }
}

.mpp-author-tabbed {
    padding: 10px
}

.mpp-author-tabbed:after {
    content: "";
    display: table;
    clear: both
}

.mpp-author-tabbed .mpp-social {
    margin-top: 0
}

.mpp-author-tabbed .mpp-author-social-wrapper {
    margin-bottom: 10px
}

.mpp-author-tabbed .mpp-author-social-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.mpp-author-tabbed h1,
.mpp-author-tabbed h2,
.mpp-author-tabbed h3,
.mpp-author-tabbed h4,
.mpp-author-tabbed h5,
.mpp-author-tabbed h6 {
    clear: none
}

.mpp-author-tabbed h2 {
    font-size: .8em;
    font-weight: 400;
    margin-bottom: 5px
}

.mpp-author-tabbed h2:before {
    display: none
}

.mpp-author-tabbed .mpp-tab-wrapper {
    clear: both
}

.mpp-author-tabbed .mpp-author-heading {
    float: left
}

@media only screen and (max-width:600px) {
    .mpp-author-tabbed .mpp-author-heading {
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 90%
    }
}

.mpp-author-tabbed .mpp-author-social {
    float: right
}

@media only screen and (max-width:600px) {
    .mpp-author-tabbed .mpp-author-social {
        float: none;
        text-align: center;
        margin: 0 auto
    }
}

.mpp-author-tabbed .mpp-author-heading .mpp-author-profile-heading {
    display: inline-block;
    background: #42737b;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase
}

@media only screen and (max-width:600px) {
    .mpp-author-tabbed .mpp-author-heading .mpp-author-profile-heading {
        display: block;
        margin-bottom: 10px
    }
}

.mpp-author-tabbed .mpp-author-profile-sub-heading {
    font-size: 14px;
    line-height: 1.1;
    max-width: 150px;
    text-align: center
}

.mpp-author-tabbed.round .profile-avatar {
    border-radius: 50%
}

.mpp-author-tabbed .mpp-profile-image-wrapper {
    clear: both;
    position: relative;
    float: left;
    line-height: 1;
    z-index: 1000;
    margin-right: 30px
}

.mpp-author-tabbed .mpp-profile-image-wrapper img {
    min-width: 150px;
    min-height: 150px;
    max-height: 150px;
    max-width: 150px
}

.mpp-author-tabbed .mpp-profile-meta {
    clear: both;
    margin: 10px 0
}

.mpp-author-tabbed .mpp-profile-meta:after {
    content: "";
    display: table;
    clear: both
}

.mpp-author-tabbed .mpp-author-profile-title {
    color: gray;
    text-transform: uppercase;
    font-size: 12px
}

.mpp-author-tabbed .mpp-tabbed-profile-information:after {
    content: "";
    display: table;
    clear: both
}

.mpp-author-tabbed .mpp-tab {
    display: none
}

.mpp-author-tabbed .mpp-tab-active {
    display: block
}

.mpp-author-tabbed ul.mpp-author-tabs {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.mpp-author-tabbed ul.mpp-author-tabs li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    min-width: 200px;
    background: #42737b;
    margin: 0 5px 0 0;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px
}

@media only screen and (max-width:500px) {
    .mpp-author-tabbed ul.mpp-author-tabs li {
        width: 100%;
        display: block
    }
}

.mpp-author-tabbed ul.mpp-author-tabs li.active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    border-top: 10px solid #42737b;
    border-top-color: #42737b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

@media only screen and (max-width:500px) {
    .mpp-author-tabbed ul.mpp-author-tabs li.active:after {
        display: none
    }
}

.mpp-author-tabbed ul.mpp-author-tabs li:last-child {
    margin-right: 0
}

.mpp-author-tabbed ul.mpp-author-tabs li.mpp-tab-posts {
    background: #30424b
}

.mpp-author-tabbed ul.mpp-author-tabs li.mpp-tab-posts.active:after {
    border-top: 10px solid #30424b;
    border-top-color: #30424b
}

.mpp-author-tabbed ul.mpp-author-tab-content {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.mpp-author-tabbed ul.mpp-author-tab-content li {
    margin: 0
}

.mpp-author-tabbed ul.mpp-author-tab-content.white a,
.mpp-author-tabbed ul.mpp-author-tab-content.white a:hover,
.mpp-author-tabbed ul.mpp-author-tab-content.white a:visited {
    display: block;
    background: #fff;
    border: 1px solid #f2f2f2;
    padding: 10px 20px;
    text-decoration: none;
    color: #333
}

.mpp-author-tabbed ul.mpp-author-tab-content.white a:hover {
    background: #f2f2f2
}

.mpp-author-tabbed ul.mpp-author-tab-content.light a,
.mpp-author-tabbed ul.mpp-author-tab-content.light a:hover,
.mpp-author-tabbed ul.mpp-author-tab-content.light a:visited {
    display: block;
    background: #f7f7f7;
    border: 1px solid #dedede;
    padding: 10px 20px;
    text-decoration: none;
    color: #333
}

.mpp-author-tabbed ul.mpp-author-tab-content.light a:hover {
    background: #dedede
}

.mpp-author-tabbed ul.mpp-author-tab-content.black a,
.mpp-author-tabbed ul.mpp-author-tab-content.black a:hover,
.mpp-author-tabbed ul.mpp-author-tab-content.black a:visited {
    display: block;
    background: #333;
    color: #fff;
    border: 1px solid #1a1a1a;
    padding: 10px 20px;
    text-decoration: none
}

.mpp-author-tabbed ul.mpp-author-tab-content.black a:hover {
    background: #1a1a1a
}

.mpp-author-tabbed ul.mpp-author-tab-content.magenta a,
.mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover,
.mpp-author-tabbed ul.mpp-author-tab-content.magenta a:visited {
    display: block;
    background: #f0f;
    color: #fff;
    border: 1px solid #c0c;
    padding: 10px 20px;
    text-decoration: none
}

.mpp-author-tabbed ul.mpp-author-tab-content.magenta a:hover {
    background: #c0c
}

.mpp-author-tabbed ul.mpp-author-tab-content.blue a,
.mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover,
.mpp-author-tabbed ul.mpp-author-tab-content.blue a:visited {
    display: block;
    background: #0009c1;
    color: #fff;
    border: 1px solid #00078e;
    padding: 10px 20px;
    text-decoration: none
}

.mpp-author-tabbed ul.mpp-author-tab-content.blue a:hover {
    background: #00078e
}

.mpp-author-tabbed ul.mpp-author-tab-content.green a,
.mpp-author-tabbed ul.mpp-author-tab-content.green a:hover,
.mpp-author-tabbed ul.mpp-author-tab-content.green a:visited {
    display: block;
    background: #03ac27;
    color: #fff;
    border: 1px solid #027a1c;
    padding: 10px 20px;
    text-decoration: none
}

.mpp-author-tabbed ul.mpp-author-tab-content.green a:hover {
    background: #027a1c
}

.mpp-enhanced-profile-wrap.compact {
    text-align: center;
    padding: 10px;
    max-width: 400px;
    margin: 0 auto;
    line-height: 1.1
}

.mpp-enhanced-profile-wrap.compact.center {
    margin: 0 auto
}

.mpp-enhanced-profile-wrap.compact.left {
    margin-left: 0
}

.mpp-enhanced-profile-wrap.compact.right {
    margin-right: 0
}

.mpp-enhanced-profile-wrap.compact .mpp-social svg {
    margin-right: 0
}

.mpp-enhanced-profile-wrap.compact h2 {
    font-size: .8em;
    font-weight: 400;
    margin-bottom: 5px
}

.mpp-enhanced-profile-wrap.compact h2:before {
    display: none
}

.mpp-enhanced-profile-wrap.compact.round .profile-avatar {
    border-radius: 50%
}

.mpp-enhanced-profile-wrap.compact .mpp-profile-image-wrapper {
    position: relative;
    text-align: center;
    line-height: 1;
    z-index: 1000;
    min-width: 150px;
    min-height: 150px;
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto
}

.mpp-enhanced-profile-wrap.compact .mpp-profile-text {
    line-height: 1.1
}

.mpp-enhanced-profile-wrap.compact .mpp-compact-meta {
    clear: both;
    margin: 10px 0
}

.mpp-enhanced-profile-wrap.compact .mpp-compact-meta:after {
    content: "";
    display: table;
    clear: both
}

.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts {
    clear: both;
    display: block;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    margin-right: 20px;
    background-color: #cf6d38;
    color: #fff;
    margin-bottom: 10px
}

.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a,
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:hover,
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts a:visited {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none
}

.mpp-enhanced-profile-wrap.compact .mpp-profile-view-posts:after {
    content: "";
    display: table;
    clear: both
}

.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website {
    display: block;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #333;
    color: #fff
}

.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a,
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:hover,
.mpp-enhanced-profile-wrap.compact .mpp-profile-view-website a:visited {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: block;
    clear: both
}

#editor .editor-writing-flow {
    margin: auto
}

#editor .editor-writing-flow>div>div>div>.editor-block-list__layout>.wp-block {
    max-width: unset;
    width: 100%
}

.editor-styles-wrapper .wp-block .wp-block {
    max-width: 100%;
    width: 100%
}

#editor .slick-slide {
    pointer-events: none
}

.slick-arrow:focus {
    background: transparent
}

.components-range-control .components-range-control__slider {
    margin-left: 8px
}

.components-base-control__label .component-color-indicator {
    vertical-align: text-bottom
}

.advgb-editor-width-default #editor .editor-writing-flow {
    max-width: 750px
}

.advgb-editor-width-large #editor .editor-writing-flow {
    max-width: 75%
}

.advgb-editor-width-full #editor .editor-writing-flow {
    max-width: 95%
}

.advgb-editor-col-guide-disable .advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(.is-selected)>.editor-block-list__block-edit:before {
    border-style: none;
    border-color: transparent
}

.advgb-editor-col-guide-enable .advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(.is-selected)>.editor-block-list__block-edit:before,
.advgb-columns-wrapper .advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(.is-selected):hover>.editor-block-list__block-edit:before {
    border: 1px dashed #ddd
}

.advgb-editor-sidebar-content .advgb-editor-sidebar-note {
    font-size: 13px;
    font-style: italic;
    margin: 10px
}

.advgb-editor-sidebar-content .components-button-group.advgb-button-group {
    display: block
}

.advgb-editor-sidebar-content .components-button.advgb-button.is-button {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 5px;
    height: auto;
    box-shadow: none;
    outline: 0
}

.advgb-editor-sidebar-content .components-button.advgb-button.is-button:focus {
    outline: 0;
    box-shadow: none
}

.advgb-editor-sidebar-content .components-button.advgb-button.is-button.is-default {
    background-color: #fff;
    color: #000
}

.advgb-editor-sidebar-content .components-button.advgb-button.is-button.is-primary {
    background-color: #2196f3;
    border: 1px solid #2196f3;
    text-shadow: none;
    color: #fff
}

#editor .advgb-accordion-block .advgb-accordion-header p.mce-content-body,
#editor .advgb-accordion-block .advgb-accordion-body p.mce-content-body {
    color: inherit
}

#editor .advgb-accordion-block {
    padding: 15px 0
}

.advgb-accordion-header {
    padding: 5px 40px 5px 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
    position: relative;
    background: 0;
    margin-bottom: 0
}

.ui-accordion-header-icon {
    display: none
}

.advgb-accordion-header-icon {
    float: right;
    margin-right: -30px;
    line-height: 1.8;
    font-size: 1.2em;
    cursor: pointer
}

.advgb-accordion-header-icon svg {
    vertical-align: sub
}

.advgb-accordion-header h4.advgb-accordion-header-title,
.advgb-accordion-header h4 {
    padding: 0;
    margin: 0;
    clear: none;
    color: inherit;
    line-height: 1.8;
    font-size: 1.2em;
    cursor: pointer
}

.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
    display: none
}

.advgb-accordion-body {
    padding: 10px 10px 10px 15px;
    border: 1px solid #ccc;
    border-top: none !important;
    margin-bottom: 10px;
    width: 100%;
    background: 0;
    box-sizing: border-box
}

.advgb-accordion-controls {
    margin-top: 10px;
    text-align: center
}

.advgb-icon-items .advgb-icon-items-header {
    margin: 10px 0
}

.advgb-icon-items-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    color: #000
}

.advgb-icon-items-wrapper .advgb-icon-item {
    min-width: 25%;
    text-align: center;
    margin: 5px 0
}

.advgb-icon-items-wrapper .advgb-icon-item>span {
    display: inline-block;
    line-height: .9;
    border-radius: 4px;
    padding: 3px;
    cursor: pointer
}

.advgb-icon-items-wrapper .advgb-icon-item .active {
    background-color: #ddd
}

.components-panel__body.is-opened>.components-panel__body {
    margin-left: -6px
}

#editor .editor-block-list__block[data-type="advgb/button"][data-align=center] {
    text-align: center
}

span.wp-block-advgb-button[data-is-placeholder-visible=true] {
    margin-top: -3px
}

.wp-block-advgb-button.aligncenter {
    text-align: center
}

.wp-block-advgb-button .wp-block-advgb-button_link {
    display: inline-block;
    text-decoration: none !important;
    background-color: #2196f3;
    color: #fff;
    border-color: #fff;
    border-radius: 50px
}

.wp-block-advgb-button .wp-block-advgb-button_link:hover {
    background-color: #2196f3;
    color: #fff
}

.wp-block-advgb-button.is-style-outlined .wp-block-advgb-button_link {
    background-color: transparent !important;
    color: #000;
    border-radius: 50px;
    border-color: #000;
    border-style: solid;
    border-width: 1px
}

.wp-block-advgb-button.is-style-squared .wp-block-advgb-button_link {
    border-radius: 0 !important
}

.wp-block-advgb-button.is-style-squared-outline .wp-block-advgb-button_link {
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #000;
    border-color: #000;
    border-style: solid;
    border-width: 1px
}

.advgb-image-block {
    position: relative;
    display: flex;
    background-color: #ccc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
    width: 500px;
    background-size: cover;
    margin: 10px auto;
    padding: 15px
}

.advgb-image-block.full-width {
    width: 100% !important
}

.advgb-image-block * {
    transition: all .4s ease-in-out !important
}

.advgb-image-block .button,
#editor .advgb-image-block>div {
    z-index: 3
}

.advgb-image-overlay {
    opacity: 0;
    background-color: #2196f3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.advgb-image-title,
.advgb-image-subtitle {
    z-index: 3;
    margin: 0;
    padding: 0
}

.advgb-image-block:hover .advgb-image-overlay {
    opacity: .5
}

#editor .wp-block-advgb-list {
    margin-left: 15px
}

#editor .advgb-list,
.advgb-list,
.advgb-list li ul {
    margin-left: 0;
    list-style-type: none !important
}

.advgb-list li ul {
    margin: 5px 0;
    padding: 0
}

.advgb-list li:before {
    font-family: 'dashicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.advgb-list-admin-post li:before {
    content: "\f109"
}

.advgb-list-admin-generic li:before {
    content: "\f111"
}

.advgb-list-flag li:before {
    content: "\f227"
}

.advgb-list-star-filled li:before {
    content: "\f155"
}

.advgb-list-yes li:before {
    content: "\f147"
}

.advgb-list-minus li:before {
    content: "\f460"
}

.advgb-list-plus li:before {
    content: "\f132"
}

.advgb-list-controls-play li:before {
    content: "\f522"
}

.advgb-list-arrow-right-alt li:before {
    content: "\f344"
}

.advgb-list-dismiss li:before {
    content: "\f153"
}

.advgb-list-warning li:before {
    content: "\f534"
}

.advgb-list-editor-help li:before {
    content: "\f223"
}

.advgb-list-info li:before {
    content: "\f348"
}

.advgb-list-marker li:before {
    content: "\f159"
}

.advgb-icon-item>span.remove-icon {
    width: 26px;
    height: 26px;
    border: 1px dashed #333
}

.wp-block-advgb-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0
}

.wp-block-advgb-table td,
.wp-block-advgb-table tr {
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    padding: 0
}

.wp-block-advgb-table td.cell-selected {
    outline: 2px solid #2196f3
}

.advgb-border-item-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    margin: 0 0 1em
}

.advgb-border-item {
    min-width: 25%;
    text-align: center;
    margin: 5px 0
}

.advgb-border-item span {
    display: inline-block;
    cursor: pointer
}

.advgb-border-item svg {
    vertical-align: middle
}

table.advgb-table-frontend {
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 1em;
    width: 100%;
    max-width: 100%
}

table.advgb-table-frontend td,
table.advgb-table-frontend tr {
    border: 1px solid transparent;
    padding: .5em
}

.wp-block-advgb-table thead tr:last-child td {
    border-bottom: 2px solid #000
}

.wp-block-advgb-table tfoot tr:first-child td {
    border-top: 2px solid #000
}

.wp-block-advgb-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.advgb-video-block iframe {
    display: block;
    margin: auto
}

.advgb-video-wrapper.full-width,
.advgb-video-wrapper.full-width video,
.advgb-video-wrapper.full-width iframe {
    width: 100% !important
}

.advgb-video-block .advgb-video-wrapper.no-lightbox {
    background-color: transparent
}

.advgb-video-wrapper {
    background-color: #2196f3;
    position: relative;
    margin: 0 auto;
    cursor: pointer
}

.advgb-video-poster {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: .5;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center
}

.advgb-button-wrapper {
    height: 450px;
    background-color: transparent;
    z-index: 3;
    position: relative;
    width: 100%
}

.advgb-play-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%
}

.advgb-play-button svg {
    fill: currentColor
}

.advgb-button-wrapper button.button {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translateX(-50%) !important
}

.advgb-video-input {
    width: fit-content !important;
    margin: 10px auto
}

#editor .advgb-video-input>*:not(svg) {
    vertical-align: sub
}

.advgb-video-input .components-base-control {
    margin-bottom: 0;
    display: inline-block;
    width: 300px
}

.advgb-video-input button.components-button:disabled {
    opacity: .8
}

.advgb-video-link-icon {
    vertical-align: text-bottom;
    margin-right: 5px;
    color: #888
}

.advgb-current-video-desc span.spinner {
    float: none;
    margin: 0
}

#colorbox.advgb_lightbox .cboxIframe {
    margin-bottom: 0
}

#editor .advgb-col-3 {
    float: left;
    width: 33%;
    padding: 10px;
    text-align: center
}

#editor .advgb-counter>div.editor-rich-text {
    display: inline-block
}

.advgb-count-up {
    margin: 10px auto
}

.advgb-count-up>div {
    flex: auto;
    margin: 0 10px
}

.advgb-counter {
    line-height: normal
}

.advgb-column-1 .advgb-count-up-columns-two,
.advgb-column-1 .advgb-count-up-columns-three {
    display: none
}

.advgb-column-2 .advgb-count-up-columns-three {
    display: none
}

.advgb-social-links-block {
    text-align: center
}

.advgb-social-icons {
    display: inline-block
}

.advgb-social-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 5px;
    padding: 3px;
    cursor: pointer;
    vertical-align: middle;
    color: #000;
    position: relative
}

.advgb-social-icon.selected {
    outline: 2px solid #000
}

span.advgb-social-icon.selected:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid #fff;
    border-radius: 25%
}

.advgb-social-icon svg,
.advgb-social-icon img {
    vertical-align: top
}

.advgb-social-icon img {
    max-width: 100%;
    height: auto
}

.advgb-social-link {
    display: flex;
    flex: auto;
    justify-content: center;
    align-items: center;
    margin-top: 15px
}

.advgb-social-link .components-base-control {
    margin: 0;
    margin-left: 10px;
    width: 350px;
    text-align: left
}

.advgb-social-icons .advgb-social-icon:hover {
    opacity: .7
}

#editor .editor-block-list__block[data-align=center] ul.advgb-toc {
    width: fit-content;
    margin: auto;
    text-align: initial
}

#editor ul.advgb-toc,
ul.advgb-toc {
    list-style: none !important;
    padding: 0
}

.wp-block-advgb-summary {
    margin-bottom: 15px
}

#editor ul.advgb-toc,
ul.advgb-toc:not(.aligncenter):not(.alignleft):not(.alignright) {
    margin-left: 0;
    margin-right: 0
}

.advgb-toc li {
    min-height: 20px
}

.advgb-toc li a {
    text-decoration: none;
    box-shadow: none
}

.wp-block-advgb-summary.aligncenter {
    width: fit-content
}

.advgb-toc-header {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 5px
}

.advgb-toc-header:after {
    font-family: 'dashicons';
    content: '\f142';
    font-size: 16px;
    vertical-align: middle
}

.advgb-toc-header.collapsed:after {
    content: '\f140'
}

.wp-block-advgb-summary.alignleft {
    margin-right: 10px
}

.wp-block-advgb-summary.alignright {
    margin-left: 10px
}

.wp-block-advgb-summary.alignright .advgb-toc-header {
    float: right
}

.wp-block-advgb-summary.alignright .advgb-toc {
    clear: both
}

.wp-block-advgb-summary.aligncenter .advgb-toc-header {
    width: fit-content;
    margin: auto
}

#editor .advgb-tabs-block .advgb-tab p.mce-content-body,
#editor .advgb-tabs-block .advgb-tab-body p.mce-content-body {
    color: inherit
}

#editor .advgb-tabs-block {
    padding: 15px 0
}

ul.advgb-tabs-panel {
    list-style-type: none !important;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    background: 0
}

ul.advgb-tabs-panel:after {
    content: '';
    display: block;
    clear: both
}

li.advgb-tab,
li.advgb-tab.ui-state-default {
    float: left;
    margin: 0;
    margin-bottom: -1px;
    border: 1px solid #ccc;
    position: relative;
    background: 0
}

li.advgb-tab:first-child {
    margin-left: 0 !important
}

li.advgb-tab>a,
li.advgb-add-tab>span {
    padding: 10px 15px;
    display: inline-block
}

li.advgb-tab a,
li.advgb-tab a:focus,
li.advgb-tab a:hover {
    text-decoration: none;
    box-shadow: none
}

li.advgb-tab a p {
    margin: 0
}

li.advgb-tab.ui-tabs-active {
    background-color: #2196f3 !important;
    border-bottom-color: transparent !important
}

li.advgb-tab.ui-tabs-active a {
    color: #fff !important
}

li.advgb-tab.advgb-add-tab.ui-state-default {
    border: 1px solid transparent
}

li.advgb-tab.advgb-add-tab.ui-state-default:hover {
    background: #ccc
}

li.advgb-add-tab span {
    line-height: 1.8;
    cursor: pointer;
    font-size: 1em
}

li.advgb-add-tab svg {
    color: #2196f3;
    vertical-align: sub
}

span.advgb-tab-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    height: 20px;
    color: #fff;
    background-color: #fcb908;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 1
}

li.advgb-tab:hover span.advgb-tab-remove {
    display: block
}

span.advgb-tab-remove svg {
    display: block
}

div.advgb-tab-body {
    padding: 10px 10px 10px 15px;
    border: 1px solid #ccc;
    background: 0
}

.advgb-testimonial:not(.slider-view) {
    display: flex;
    margin: 20px auto
}

#editor .advgb-testimonial {
    padding: 15px 0
}

.advgb-testimonial .advgb-testimonial-item {
    flex: auto;
    margin: 0 10px;
    text-align: center;
    pointer-events: all
}

.advgb-testimonial>div {
    flex: auto;
    margin: 0 10px;
    text-align: center
}

.advgb-testimonial .advgb-testimonial-avatar-group {
    position: relative
}

.advgb-testimonial .advgb-testimonial-avatar-group:hover .advgb-testimonial-avatar-clear {
    display: inline-block
}

.advgb-testimonial .advgb-testimonial-avatar {
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-width: 0;
    border-color: #fff
}

#editor .advgb-testimonial .advgb-testimonial-avatar {
    cursor: pointer
}

.advgb-testimonial .advgb-testimonial-avatar-clear {
    position: absolute;
    top: 0;
    margin-left: 5px;
    display: none;
    cursor: pointer
}

.advgb-testimonial .advgb-testimonial-name {
    padding: 5px
}

.advgb-testimonial p.advgb-testimonial-position {
    text-transform: uppercase;
    font-size: .9rem;
    margin: 5px auto
}

button.advgb-testimonial-preview {
    margin-bottom: 10px !important
}

.advgb-testimonial .slick-list {
    padding-top: 25px !important
}

.advgb-testimonial .slick-slide {
    opacity: .6
}

.advgb-testimonial .slick-slide.slick-current {
    opacity: 1
}

.advgb-testimonial .slick-slide:not(.slick-current)>*:not(.advgb-testimonial-avatar-group) {
    visibility: hidden
}

.advgb-testimonial .slick-slide.slick-current>*:not(.advgb-testimonial-avatar-group) {
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 1em;
    margin-bottom: 1em
}

.advgb-testimonial .slick-slide.slick-current .advgb-testimonial-avatar-group {
    transform: scale(1.3)
}

.advgb-testimonial button.slick-arrow {
    background-color: transparent
}

hr.wp-block-separator {
    background-color: transparent
}

.advgb-recent-posts-block {
    padding-bottom: 1px
}

.advgb-recent-posts-block h2.advgb-post-title {
    font-size: 1.2em
}

.advgb-recent-posts-block.grid-view .advgb-recent-posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap
}

.advgb-recent-posts-block.grid-view.columns-1 .advgb-recent-posts {
    grid-template-columns: 1fr
}

.advgb-recent-posts-block.grid-view.columns-3 .advgb-recent-posts {
    grid-template-columns: 1fr 1fr 1fr
}

.advgb-recent-posts-block.grid-view.columns-4 .advgb-recent-posts {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.advgb-recent-posts-block.grid-view.columns-1 .advgb-recent-posts .advgb-recent-post {
    flex-basis: calc(100% - 10px)
}

.advgb-recent-posts-block.grid-view.columns-2 .advgb-recent-posts .advgb-recent-post {
    flex-basis: calc(50% - 10px)
}

.advgb-recent-posts-block.grid-view.columns-3 .advgb-recent-posts .advgb-recent-post {
    flex-basis: calc(33.3% - 10px)
}

.advgb-recent-posts-block.grid-view.columns-4 .advgb-recent-posts .advgb-recent-post {
    flex-basis: calc(25% - 10px)
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    display: -ms-flexbox
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail {
    flex-basis: 30%;
    padding: 5px
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper {
    flex-basis: calc(70% - 10px)
}

.advgb-recent-posts-block.list-view .advgb-recent-posts .advgb-recent-post:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.advgb-recent-posts .advgb-recent-post {
    position: relative;
    padding: 5px
}

.advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail a {
    display: inline-block;
    max-width: 100%
}

.advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img {
    vertical-align: middle
}

.advgb-recent-post .advgb-post-title {
    margin: 0
}

.advgb-recent-posts-block.list-view .advgb-recent-post .advgb-post-wrapper:first-child {
    grid-column: 1 / span 2
}

.advgb-recent-posts-block.grid-view .advgb-recent-post .advgb-post-wrapper:not(:first-child) {
    margin-top: 10px
}

.advgb-post-wrapper>* {
    margin: 10px 0
}

.advgb-post-readmore {
    margin-top: 10px
}

.advgb-recent-post .advgb-post-date:not(:first-child):before {
    content: "-";
    display: inline-block;
    margin: 0 5px
}

.advgb-recent-posts-loading,
.advgb-ajax-loading:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(240, 240, 240, 0.7);
    background-image: url(/wp-content/plugins/advanced-gutenberg/assets/css/blocks_styles/../../images/loading.gif);
    background-position: center;
    background-repeat: no-repeat
}

.advgb-ajax-loading:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.7)
}

.advgb-recent-posts-block.slider-view.loading .advgb-recent-posts {
    max-height: 500px;
    overflow: hidden
}

.advgb-recent-posts-block.slider-view .advgb-recent-post {
    text-align: center
}

.advgb-recent-posts-block.slider-view .advgb-recent-post .advgb-post-thumbnail img {
    height: 400px;
    width: auto
}

.advgb-products-block {
    padding-bottom: 1px
}

.advgb-woo-categories-list {
    max-height: 400px;
    overflow: auto
}

.advgb-products-wrapper {
    display: flex;
    flex-wrap: wrap
}

.advgb-product {
    flex: 0 0 100%;
    padding: 10px;
    text-align: center
}

.advgb-products-wrapper.columns-2 .advgb-product {
    flex: 0 0 50%
}

.advgb-products-wrapper.columns-3 .advgb-product {
    flex: 0 0 33%
}

.advgb-products-wrapper.columns-4 .advgb-product {
    flex: 0 0 25%
}

.advgb-product>div {
    margin-bottom: 3px
}

.advgb-product .advgb-product-img {
    height: 150px;
    overflow: hidden
}

.advgb-product .advgb-product-img img {
    height: 100%
}

.advgb-product-add-to-cart span {
    background: #eee;
    border: 1px solid #eee;
    padding: 5px;
    display: inline-block;
    color: #333;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px
}

.advgb-products-block.slider-view .advgb-product .advgb-product-img img {
    display: block;
    margin: auto
}

.advgb-woo-products.slider-view .woocommerce ul.products li.first,
.advgb-woo-products.slider-view .woocommerce-page ul.products li.first {
    clear: none !important
}

.advgb-woo-products.slider-view .woocommerce ul.products li.product,
.advgb-woo-products.slider-view .woocommerce-page ul.products li.product {
    margin: 10px;
    text-align: center
}

.advgb-woo-products.slider-view .woocommerce ul.products li.product a img {
    height: 400px;
    width: auto;
    display: block;
    margin: 0 auto 1.5em
}

.advgb-images-slider-block {
    padding-bottom: 1px;
    position: relative
}

.advgb-images-slider-block .advgb-slider-image-dragholder {
    width: 50px;
    height: 50px;
    border: 1px dashed #333;
    margin: auto 10px
}

.advgb-images-slider .advgb-image-slider-item {
    position: relative;
    margin-bottom: 10px;
    width: fit-content
}

.advgb-images-slider .advgb-image-slider-item-info {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.advgb-images-slider .advgb-image-slider-item img {
    display: block;
    max-width: unset;
    margin: auto
}

.advgb-images-slider .advgb-image-slider-item-info .advgb-image-slider-title,
.advgb-images-slider .advgb-image-slider-item-info .advgb-image-slider-text {
    margin: 0 5px;
    color: #fff;
    position: relative;
    z-index: 3
}

.advgb-images-slider .advgb-image-slider-overlay {
    opacity: 0;
    background-color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s
}

.advgb-image-slider-item:hover .advgb-image-slider-overlay {
    opacity: .5
}

.advgb-image-slider-controls .advgb-image-slider-control .components-base-control__field {
    display: flex;
    flex: 1
}

.advgb-image-slider-controls .advgb-image-slider-control .components-base-control__field .components-base-control__label {
    flex-basis: 70px;
    align-self: center
}

.advgb-image-slider-image-list {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item img {
    height: 50px;
    display: block;
    cursor: pointer
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item,
.advgb-image-slider-image-list .advgb-image-slider-add-item {
    margin: 10px;
    position: relative
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item .advgb-image-slider-image-list-item-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #fff;
    background-color: red;
    border-radius: 50%;
    padding: 2px
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item .advgb-image-slider-image-list-item-remove svg {
    margin: 0;
    width: 15px;
    height: 15px;
    display: block
}

.advgb-image-slider-image-list .advgb-image-slider-add-item button {
    height: 50px;
    border: 1px solid #ccc
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item>*:not(img) {
    display: none
}

.advgb-image-slider-image-list .advgb-image-slider-image-list-item:hover>* {
    display: block
}

.advgb-move-arrow {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    background-color: #fff;
    opacity: .5
}

.advgb-move-right {
    right: 0
}

.advgb-move-left {
    left: 0
}

.advgb-move-arrow svg {
    width: 20px;
    height: 20px;
    display: block
}

.advgb-move-arrow:hover {
    opacity: 1
}

#editor .editor-block-list__block-edit::before {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left
}

#editor .editor-block-list__block-edit::after {
    z-index: 0;
    content: "";
    position: absolute;
    outline: 1px solid transparent;
    transition: outline .1s linear;
    pointer-events: none;
    right: -14px;
    left: -14px;
    top: -14px;
    bottom: -14px;
    opacity: 0
}

#editor .advgb-styles-item {
    cursor: pointer;
    padding: 3px;
    margin-bottom: 3px;
    min-height: 30px;
    border-bottom: 3px solid transparent
}

#editor .advgb-styles-item.selected {
    background-color: #a3d6ff
}

#editor .advgb-styles-item:hover {
    border-bottom-color: #2196f3
}

.advgb-block-container>* {
    z-index: 3;
    position: relative
}

#editor div[data-block]:before,
#editor div[data-block]:after,
.advgb-block-container .advgb-block-top-divider,
.advgb-block-container .advgb-block-bottom-divider {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    left: -2%;
    z-index: 0;
    width: 104%;
    height: 50px;
    background-repeat: no-repeat
}

.advgb-block-container .advgb-block-top-divider,
.advgb-block-container .advgb-block-bottom-divider {
    width: 100%;
    left: 0
}

#editor div[data-block]:before,
.advgb-block-container .advgb-block-top-divider {
    top: 0
}

#editor div[data-block]:after,
.advgb-block-container .advgb-block-bottom-divider {
    bottom: 0
}

.advgb-form-field {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 3%;
    padding: 0;
    padding-left: 3%;
    box-sizing: border-box
}

.advgb-form-field.advgb-form-field-half {
    width: 50%
}

.advgb-contact-form {
    clear: both;
    position: relative;
    padding-right: 3%
}

.advgb-form-field input.advgb-form-input[type="text"],
.advgb-form-field input.advgb-form-input[type="email"],
.advgb-form-field textarea.advgb-form-input {
    width: 100%;
    padding: 15px;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    resize: vertical;
    font-size: 15px;
    background-color: #fafafa;
    color: #444;
    box-sizing: border-box
}

.advgb-form-submit-wrapper {
    clear: both;
    margin-left: 3%;
    text-align: center;
    position: relative
}

button.advgb-form-submit {
    padding: 14px;
    background-color: #444;
    box-shadow: none;
    outline: 0;
    border: 2px solid #444;
    color: #fff;
    cursor: pointer;
    transition: all ease .5s;
    position: relative;
    border-radius: 0;
    font-size: 15px
}

button.advgb-form-submit:hover:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #aaa;
    opacity: .2;
    pointer-events: none
}

.advgb-form-sending {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    margin: 12px 3px;
    background-image: url(/wp-content/plugins/advanced-gutenberg/assets/css/blocks_styles/../../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.advgb-form-submit-success {
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    margin-left: 3%;
    font-weight: bold;
    color: #fafafa;
    background-color: #444;
    font-size: 14px;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 12px #ccc;
    -moz-box-shadow: 1px 1px 12px #ccc;
    box-shadow: 1px 1px 12px #ccc
}

.advgb-newsletter {
    margin-left: auto;
    margin-right: auto
}

.advgb-newsletter .advgb-form-submit-wrapper,
.advgb-newsletter .advgb-form-field {
    margin-left: 0;
    padding-left: 0
}

.advgb-newsletter.style-alt .advgb-form-submit {
    width: 100%
}

.advgb-newsletter.style-default .advgb-form-field {
    position: relative;
    float: none
}

.advgb-newsletter.style-default .advgb-form-submit-wrapper {
    position: absolute;
    top: 0;
    right: 0
}

.advgb-newsletter .advgb-form-submit-success {
    margin-left: 0
}

form .advgb-grecaptcha {
    margin: 15px auto
}

form .advgb-grecaptcha>div {
    margin: auto
}

.advgb-grecaptcha.position-right>div {
    margin-right: 0
}

.advgb-grecaptcha.position-left>div {
    margin-left: 3%
}

.advgb-lores-form-wrapper {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
    text-align: center
}

.advgb-lores-form-wrapper>* {
    box-sizing: border-box
}

.advgb-lores-form-wrapper .advgb-lores-form {
    width: 100%;
    border: 1px solid #ccc;
    position: relative
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation {
    background-color: #eee;
    padding: 5px;
    text-align: center
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation>.editor-rich-text {
    display: inline-block
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation .advgb-register-text {
    margin-right: 5px;
    display: inline-block
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation .advgb-register-link {
    text-decoration: none;
    box-shadow: none;
    outline: 0
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner {
    padding: 20px 50px;
    width: 100%
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-login-failed-notice {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-left: 5px solid red;
    background-color: #fff;
    color: #333;
    font-size: 1em;
    box-shadow: 0 0 5px #ccc
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-form-logo-wrapper {
    text-align: center;
    margin: auto;
    margin-bottom: 20px
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-form-logo-wrapper .advgb-lores-form-logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-form-welcome {
    font-weight: normal;
    font-size: 1.7em;
    margin: 0 0 20px
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field {
    text-align: left;
    margin-bottom: 20px;
    border-width: 0
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-bottom-color: #ccc;
    background-color: transparent;
    padding: 5px;
    outline: 0;
    transition: all .5s ease
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input.focused {
    border-bottom-color: inherit !important
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input .advgb-lores-input-icon {
    vertical-align: middle;
    display: inline-block
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input .advgb-lores-input-icon svg {
    vertical-align: middle
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input .advgb-lores-input {
    vertical-align: middle;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    width: calc(100% - 40px);
    border: 0;
    background-color: transparent;
    font-size: 1em;
    line-height: 1.5
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-input .advgb-lores-input:focus {
    outline: 0
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1em
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .advgb-lores-field-label>label {
    display: block;
    cursor: pointer
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper label {
    cursor: pointer
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-right {
    flex-direction: row
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-left {
    flex-direction: row-reverse
}

.advgb-lores-form-wrapper .advgb-lores-form.advgb-register-form-wrapper .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-right {
    justify-content: flex-end
}

.advgb-lores-form-wrapper .advgb-lores-form.advgb-register-form-wrapper .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-left {
    flex-direction: row
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-center {
    flex-direction: column
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper.advgb-submit-align-center .advgb-lores-submit {
    margin-top: 20px
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field input.advgb-lores-checkbox {
    display: none
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .remember-me-label .remember-me-switch {
    color: #2196f3
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .remember-me-label .remember-me-switch span {
    vertical-align: middle;
    color: initial;
    display: inline-block
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .remember-me-label .remember-me-switch:before {
    content: "\f147";
    font-family: dashicons;
    background-color: #fff;
    margin: 0;
    margin-right: 5px;
    color: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    line-height: 0;
    vertical-align: middle
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field .remember-me-label input.advgb-lores-checkbox:checked+.remember-me-switch:before {
    color: inherit
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper .advgb-lores-submit .advgb-lores-submit-button {
    padding: 10px 25px;
    display: inline-block
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lost-password-field {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 30px;
    text-align: center
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation .advgb-back-to-login-link {
    display: inline-block;
    cursor: pointer;
    color: #2196f3
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation.advgb-back-to-login {
    text-align: left
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation .advgb-back-to-login-link:before {
    content: "\f341";
    font-family: dashicons;
    float: left;
    margin-right: 5px
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-header-navigation .advgb-back-to-login-link>* {
    display: inline-block
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-inner .advgb-lores-field.advgb-lores-submit-wrapper .advgb-lores-submit-button {
    background: 0;
    border: 1px solid transparent;
    box-shadow: none;
    outline: 0;
    background-color: #2196f3;
    color: #fff;
    font-weight: bold;
    letter-spacing: .5px
}

.advgb-lores-form.sending:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.8)
}

.advgb-lores-form-wrapper .advgb-lores-form .advgb-form-sending {
    top: 49%;
    left: 49%;
    z-index: 9
}

.advgb-search-bar-wrapper {
    display: block;
    width: 100%
}

.advgb-search-bar-wrapper .advgb-search-bar-inner {
    display: flex;
    flex-wrap: nowrap;
    margin: auto
}

.advgb-search-bar-wrapper .advgb-search-bar-inner>*:first-child {
    margin-right: 10px
}

.advgb-search-bar-wrapper .advgb-search-bar-inner .advgb-search-bar {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-right: 10px;
    padding: 3px;
    border: 0;
    border-bottom: 1px solid #ccc
}

.advgb-search-bar-wrapper.is-style-classic .advgb-search-bar-inner .advgb-search-bar {
    border: 1px solid #ccc
}

.advgb-search-bar-wrapper .advgb-search-bar-inner .advgb-search-bar .advgb-search-bar-icon {
    width: 30px;
    text-align: center
}

.advgb-search-bar-wrapper .advgb-search-bar-inner .advgb-search-bar .advgb-search-bar-icon svg {
    vertical-align: middle
}

.advgb-search-bar-wrapper .advgb-search-bar-inner .advgb-search-bar input.advgb-search-bar-input {
    border: 0;
    outline: 0;
    box-shadow: none;
    width: 100%;
    padding: 0 5px;
    margin: 0;
    background-color: transparent;
    color: inherit
}

.advgb-search-bar-wrapper .advgb-search-bar-inner .advgb-search-button-wrapper .advgb-search-bar-button {
    vertical-align: middle;
    padding: 5px 15px;
    background-color: #2196f3;
    color: #fff;
    height: 100%;
    cursor: pointer;
    display: inline-block;
    border: 1px solid transparent
}

.advgb-columns-select-wrapper {
    padding: 20px
}

.advgb-columns-select-title {
    text-align: center;
    margin-bottom: 10px;
    font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px
}

.advgb-columns-select-layout,
.advgb-columns-responsive-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.advgb-columns-responsive-items .advgb-columns-responsive-item {
    flex-grow: 1;
    flex-basis: 33.3%;
    padding: 5px;
    text-align: center;
    text-transform: capitalize;
    background-color: #eee;
    cursor: pointer
}

.advgb-columns-responsive-items .advgb-columns-responsive-item.is-selected {
    background-color: #2196f3;
    color: #fff
}

.advgb-columns-select-layout .advgb-columns-layout {
    margin: 5px;
    flex-basis: 100px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    opacity: .3
}

.advgb-columns-select-layout.on-inspector .advgb-columns-layout {
    flex-basis: calc(33.3% - 10px)
}

.advgb-columns-select-layout .advgb-columns-layout:hover,
.advgb-columns-select-layout .advgb-columns-layout.is-selected {
    opacity: 1
}

.advgb-controls-title {
    font-size: 13px;
    margin: 5px 0
}

.advgb-unit-wrapper {
    float: right;
    margin: 0;
    padding: 0;
    font-size: 13px
}

.advgb-unit-wrapper .advgb-unit {
    display: inline-block;
    margin: 0 2px;
    opacity: .7;
    cursor: pointer
}

.advgb-unit-wrapper .advgb-unit.selected {
    font-weight: bold;
    opacity: 1
}

.advgb-unit-wrapper .advgb-unit:hover {
    text-decoration: underline
}

.wp-block-advgb-columns.advgb-columns-wrapper {
    max-width: unset;
    width: 100%
}

.advgb-columns-wrapper .advgb-columns {
    margin: 0 auto
}

body.block-editor-page .advgb-columns-wrapper .advgb-columns .wp-block {
    max-width: 100%
}

.advgb-columns-wrapper .advgb-columns.columns-valign-middle {
    align-items: center
}

.advgb-columns-wrapper .advgb-columns.columns-valign-bottom {
    align-items: flex-end
}

.advgb-column {
    z-index: unset
}

.advgb-columns>.editor-inner-blocks>.editor-block-list__layout {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.advgb-columns.columns-wrapped>.editor-inner-blocks>.editor-block-list__layout,
.advgb-columns.columns-wrapped {
    flex-wrap: wrap
}

.advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex: 1;
    display: flex;
    flex-direction: column
}

.advgb-columns.columns-valign-full>.editor-inner-blocks>.editor-block-list__layout>.wp-block>.editor-block-list__block-edit>div[data-block] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px
}

.advgb-columns.columns-valign-full>.editor-inner-blocks>.editor-block-list__layout>.wp-block>.editor-block-list__block-edit {
    height: 100%
}

.advgb-columns.columns-valign-full .advgb-column-inner {
    height: 100%
}

.advgb-columns.columns-valign-middle>.editor-inner-blocks>.editor-block-list__layout {
    align-items: center
}

.advgb-columns.columns-valign-bottom>.editor-inner-blocks>.editor-block-list__layout {
    align-items: flex-end
}

.advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns>.advgb-column:last-child {
    margin-right: 0 !important;
    margin-bottom: 0 !important
}

.advgb-columns.gutter-10>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-10>.advgb-column {
    margin-right: 10px
}

.advgb-columns.gutter-20>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-20>.advgb-column {
    margin-right: 20px
}

.advgb-columns.gutter-30>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-30>.advgb-column {
    margin-right: 30px
}

.advgb-columns.gutter-40>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-40>.advgb-column {
    margin-right: 40px
}

.advgb-columns.gutter-50>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-50>.advgb-column {
    margin-right: 50px
}

.advgb-columns.gutter-70>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-70>.advgb-column {
    margin-right: 70px
}

.advgb-columns.gutter-90>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
.advgb-columns.gutter-90>.advgb-column {
    margin-right: 90px
}

.advgb-columns.advgb-columns-1>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0;
    flex-basis: 100%;
    max-width: 100%
}

.advgb-columns.layout-12-12>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-basis: 50%;
    width: 50%
}

.advgb-columns.layout-23-13>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-13-23>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child {
    flex-basis: 66.6%;
    width: 66.6%
}

.advgb-columns.layout-23-13>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns.layout-13-23>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child {
    flex-basis: 33.3%;
    width: 33.3%
}

.advgb-columns.layout-34-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-14-34>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child {
    flex-basis: 75%;
    width: 75%
}

.advgb-columns.layout-34-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns.layout-14-34>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child {
    flex-basis: 25%;
    width: 25%
}

.advgb-columns.layout-45-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-15-45>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child {
    flex-basis: 80%;
    width: 80%
}

.advgb-columns.layout-45-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns.layout-15-45>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child {
    flex-basis: 20%;
    width: 20%
}

.advgb-columns.layout-13-13-13>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-basis: 33.33%;
    width: 33.33%
}

.advgb-columns.layout-12-14-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-14-14-12>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns.layout-14-12-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:nth-child(2) {
    flex-basis: 50%;
    width: 50%
}

.advgb-columns.layout-12-14-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:first-child),
.advgb-columns.layout-14-14-12>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:last-child),
.advgb-columns.layout-14-12-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:nth-child(2)) {
    flex-basis: 25%;
    width: 25%
}

.advgb-columns.layout-35-15-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-15-15-35>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child,
.advgb-columns.layout-15-35-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:nth-child(2) {
    flex-basis: 60%;
    width: 60%
}

.advgb-columns.layout-35-15-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:first-child),
.advgb-columns.layout-15-15-35>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:last-child),
.advgb-columns.layout-15-35-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:nth-child(2)) {
    flex-basis: 20%;
    width: 20%
}

.advgb-columns.layout-16-46-16>.editor-inner-blocks>.editor-block-list__layout>.wp-block:nth-child(2) {
    flex-basis: 66.66%;
    width: 66.66%
}

.advgb-columns.layout-14-14-14-14>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-basis: 25%;
    width: 25%
}

.advgb-columns.layout-36-16-16-16>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-16-16-16-36>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child {
    flex-basis: 50%;
    width: 50%
}

.advgb-columns.layout-36-16-16-16>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:first-child),
.advgb-columns.layout-16-16-16-36>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:last-child),
.advgb-columns.layout-16-46-16>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:nth-child(2)) {
    flex-basis: 16.66%;
    width: 16.66%
}

.advgb-columns.layout-25-15-15-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:first-child,
.advgb-columns.layout-15-15-15-25>.editor-inner-blocks>.editor-block-list__layout>.wp-block:last-child {
    flex-basis: 40%;
    width: 40%
}

.advgb-columns.layout-25-15-15-15>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:first-child),
.advgb-columns.layout-15-15-15-25>.editor-inner-blocks>.editor-block-list__layout>.wp-block:not(:last-child) {
    flex-basis: 20%;
    width: 20%
}

.advgb-columns.layout-five>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-basis: 20%;
    width: 20%
}

.advgb-columns.layout-six>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
    flex-basis: 16.66%;
    width: 16.66%
}

@media screen and (min-width:1088px) {
    .advgb-column.advgb-is-default-desktop {
        flex: 1;
        width: auto
    }
}

@media screen and (min-width:769px) and (max-width:1087px) {
    .advgb-column.advgb-is-default-tablet {
        flex: 1;
        width: auto
    }
    .advgb-columns.tbl-layout-1-12-12,
    .advgb-columns.tbl-layout-12-12-1,
    .advgb-columns.tbl-layout-12x4,
    .advgb-columns.tbl-layout-12x6,
    .advgb-columns.tbl-layout-13x6,
    .advgb-columns.tbl-layout-stacked {
        flex-wrap: wrap
    }
    .advgb-columns.tbl-layout-stacked .advgb-column {
        width: 100% !important
    }
}

@media screen and (max-width:768px) {
    .advgb-column.advgb-is-default-mobile {
        flex: 1;
        width: auto
    }
    .advgb-columns.mbl-layout-1-12-12,
    .advgb-columns.mbl-layout-12-12-1,
    .advgb-columns.mbl-layout-12x4,
    .advgb-columns.mbl-layout-12x6,
    .advgb-columns.mbl-layout-13x6,
    .advgb-columns.mbl-layout-stacked {
        flex-wrap: wrap
    }
    .advgb-columns.mbl-layout-stacked .advgb-column {
        width: 100% !important
    }
}

@media screen and (max-width:599px) {
    .advgb-count-up {
        flex-direction: column
    }
    .advgb-testimonial:not(.slider-view) {
        flex-direction: column
    }
}

@media screen and (max-width:1023px) {
    .advgb-columns.tbl-layout-stacked>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked>.advgb-column {
        margin-right: 0 !important
    }
    .advgb-columns.tbl-layout-stacked.vgutter-10>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-10>.advgb-column {
        margin-bottom: 10px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-20>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-20>.advgb-column {
        margin-bottom: 20px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-30>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-30>.advgb-column {
        margin-bottom: 30px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-40>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-40>.advgb-column {
        margin-bottom: 40px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-50>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-50>.advgb-column {
        margin-bottom: 50px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-70>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-70>.advgb-column {
        margin-bottom: 70px
    }
    .advgb-columns.tbl-layout-stacked.vgutter-90>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.tbl-layout-stacked.vgutter-90>.advgb-column {
        margin-bottom: 90px
    }
    .advgb-columns.tbl-layout-stacked>.editor-inner-blocks>.editor-block-list__layout {
        flex-direction: column
    }
    .advgb-columns.tbl-layout-stacked.order-rtl>.editor-inner-blocks>.editor-block-list__layout {
        flex-direction: column-reverse
    }
}

@media screen and (max-width:767px) {
    .advgb-columns>.editor-inner-blocks>.editor-block-list__layout {
        flex-wrap: wrap
    }
    .advgb-columns>.editor-inner-blocks>.editor-block-list__layout>.wp-block {
        flex-basis: 100% !important;
        width: 100% !important;
        margin: 0
    }
    .advgb-columns.mbl-layout-stacked.vgutter-10>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-10>.advgb-column {
        margin-bottom: 10px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-20>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-20>.advgb-column {
        margin-bottom: 20px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-30>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-30>.advgb-column {
        margin-bottom: 30px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-40>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-40>.advgb-column {
        margin-bottom: 40px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-50>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-50>.advgb-column {
        margin-bottom: 50px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-70>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-70>.advgb-column {
        margin-bottom: 70px
    }
    .advgb-columns.mbl-layout-stacked.vgutter-90>.editor-inner-blocks>.editor-block-list__layout>.wp-block,
    .advgb-columns.mbl-layout-stacked.vgutter-90>.advgb-column {
        margin-bottom: 90px
    }
    .advgb-columns.mbl-layout-stacked>.editor-inner-blocks>.editor-block-list__layout {
        flex-direction: column
    }
    .advgb-columns.mbl-layout-stacked.order-rtl>.editor-inner-blocks>.editor-block-list__layout {
        flex-direction: column-reverse
    }
}


/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

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

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

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

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

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

.blockquote-footer::before {
    content: "\2014\00A0"
}

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

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

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.container {
    max-width: 100%
}
@media (min-width:1340px) {
    .container {
        max-width: 1340px
    }
}


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

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

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

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

.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: 100%
}

.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: 100%
    }
    .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: 100%
    }
    .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: 100%
    }
    .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: 100%
    }
    .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%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

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

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

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

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

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

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

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

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

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

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

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

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

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

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

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

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

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip {
    display: block
}

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

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

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

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip {
    display: block
}

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

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

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

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

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

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

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

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

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

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

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

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

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
    flex-wrap: wrap;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

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

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

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

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

#rp4wp_carousel .carousel-indicators li {
    background: #c3c1c1;
    width: 20px;
    height: 0px;
    border-radius: 10px;
}
/* Fix spotim width */
div[data-spotim-app='conversation'],
div[data-spotim-ready='true'] {
    width: 100%;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
    border: 0!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-sm {
    border-radius: .2rem!important
}

.rounded {
    border-radius: .25rem!important
}

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

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

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

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

.rounded-lg {
    border-radius: .3rem!important
}

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

.rounded-pill {
    border-radius: 50rem!important
}

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

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

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

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

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

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

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

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

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

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

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

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

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

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

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

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

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

.flex-row {
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

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

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

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

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

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

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

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

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

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

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

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

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

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

.w-auto {
    width: auto!important
}

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

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

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

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

.h-auto {
    height: auto!important
}

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

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

.min-vw-100 {
    min-width: 100vw!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.vw-100 {
    width: 100vw!important
}

.vh-100 {
    height: 100vh!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1,
.my-1 {
    margin-top: .25rem!important
}

.mr-1,
.mx-1 {
    margin-right: .25rem!important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,
.my-2 {
    margin-top: .5rem!important
}

.mr-2,
.mx-2 {
    margin-right: .5rem!important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,
.my-5 {
    margin-top: 3rem!important
}

.mr-5,
.mx-5 {
    margin-right: 3rem!important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
    margin-left: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1,
.py-1 {
    padding-top: .25rem!important
}

.pr-1,
.px-1 {
    padding-right: .25rem!important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,
.py-2 {
    padding-top: .5rem!important
}

.pr-2,
.px-2 {
    padding-right: .5rem!important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,
.py-3 {
    padding-top: 1rem!important
}

.pr-3,
.px-3 {
    padding-right: 1rem!important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,
.py-5 {
    padding-top: 3rem!important
}

.pr-5,
.px-5 {
    padding-right: 3rem!important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
    padding-left: 3rem!important
}

.m-n1 {
    margin: -.25rem!important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem!important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem!important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem!important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem!important
}

.m-n2 {
    margin: -.5rem!important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem!important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem!important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem!important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem!important
}

.m-n3 {
    margin: -1rem!important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem!important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem!important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem!important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem!important
}

.m-n4 {
    margin: -1.5rem!important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem!important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem!important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem!important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem!important
}

.m-n5 {
    margin: -3rem!important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem!important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem!important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem!important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem!important
    }
    .m-sm-n1 {
        margin: -.25rem!important
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem!important
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem!important
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem!important
    }
    .m-sm-n2 {
        margin: -.5rem!important
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem!important
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem!important
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem!important
    }
    .m-sm-n3 {
        margin: -1rem!important
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem!important
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem!important
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem!important
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem!important
    }
    .m-sm-n4 {
        margin: -1.5rem!important
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem!important
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem!important
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem!important
    }
    .m-sm-n5 {
        margin: -3rem!important
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem!important
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem!important
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem!important
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem!important
    }
    .m-md-n1 {
        margin: -.25rem!important
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem!important
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem!important
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem!important
    }
    .m-md-n2 {
        margin: -.5rem!important
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem!important
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem!important
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem!important
    }
    .m-md-n3 {
        margin: -1rem!important
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem!important
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem!important
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem!important
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem!important
    }
    .m-md-n4 {
        margin: -1.5rem!important
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem!important
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem!important
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem!important
    }
    .m-md-n5 {
        margin: -3rem!important
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem!important
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem!important
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem!important
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem!important
    }
    .m-lg-n1 {
        margin: -.25rem!important
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem!important
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem!important
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem!important
    }
    .m-lg-n2 {
        margin: -.5rem!important
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem!important
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem!important
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem!important
    }
    .m-lg-n3 {
        margin: -1rem!important
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem!important
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem!important
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem!important
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem!important
    }
    .m-lg-n4 {
        margin: -1.5rem!important
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem!important
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem!important
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem!important
    }
    .m-lg-n5 {
        margin: -3rem!important
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem!important
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem!important
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem!important
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem!important
    }
    .m-xl-n1 {
        margin: -.25rem!important
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem!important
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem!important
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem!important
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem!important
    }
    .m-xl-n2 {
        margin: -.5rem!important
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem!important
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem!important
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem!important
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem!important
    }
    .m-xl-n3 {
        margin: -1rem!important
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem!important
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem!important
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem!important
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem!important
    }
    .m-xl-n4 {
        margin: -1.5rem!important
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem!important
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem!important
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem!important
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem!important
    }
    .m-xl-n5 {
        margin: -3rem!important
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem!important
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem!important
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem!important
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

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

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

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

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

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

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

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

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

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

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

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

.font-weight-lighter {
    font-weight: lighter!important
}

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

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

.font-weight-bolder {
    font-weight: bolder!important
}

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

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

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

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:focus,
a.text-dark:hover {
    color: #121416!important
}

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

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

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

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

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

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

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

.text-reset {
    color: inherit!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none!important;
        box-shadow: none!important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]::after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap!important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px!important
    }
    .container {
        min-width: 992px!important
    }
    .navbar {
        display: none
    }
    .badge {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6!important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}


/*# sourceMappingURL=bootstrap.min.css.map */


/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.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-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/wp-content/themes/cityam-theme/css/../fonts/fa-brands-400.eot);
    src: url(/wp-content/themes/cityam-theme/css/../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-brands-400.woff2) format("woff2"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-brands-400.woff) format("woff"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-brands-400.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(/wp-content/themes/cityam-theme/css/../fonts/fa-regular-400.eot);
    src: url(/wp-content/themes/cityam-theme/css/../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-regular-400.woff2) format("woff2"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-regular-400.woff) format("woff"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-regular-400.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(/wp-content/themes/cityam-theme/css/../fonts/fa-solid-900.eot);
    src: url(/wp-content/themes/cityam-theme/css/../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-solid-900.woff2) format("woff2"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-solid-900.woff) format("woff"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/css/../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

@font-face {
    font-family: "Merriweather";
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Black.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Black.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Black.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Black.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Black.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Black.woff2) format("woff2");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "Merriweather";
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BlackItalic.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BlackItalic.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BlackItalic.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BlackItalic.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BlackItalic.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BlackItalic.woff2) format("woff2");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: "Merriweather";
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Bold.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Bold.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Bold.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Bold.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Bold.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Merriweather";
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BoldItalic.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BoldItalic.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BoldItalic.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BoldItalic.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BoldItalic.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-BoldItalic.woff2) format("woff2");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: "Merriweather";
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Regular.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Regular.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Regular.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Regular.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Regular.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Merriweather";
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Light.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Light.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Light.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Light.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Light.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./merriweather/Merriweather-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Source Sans Pro";
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Black.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Black.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Black.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Black.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Black.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Black.woff2) format("woff2");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: "Source Sans Pro";
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Bold.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Bold.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Bold.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Bold.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Bold.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Source Sans Pro";
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-SemiBold.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-SemiBold.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-SemiBold.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-SemiBold.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-SemiBold.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Source Sans Pro";
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Regular.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Regular.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Regular.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Regular.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Regular.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Source Sans Pro";
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Light.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Light.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Light.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Light.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Light.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Source Sans Pro";
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-ExtraLight.eot);
    src: url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-ExtraLight.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-ExtraLight.otf) format("opentype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-ExtraLight.ttf) format("truetype"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-ExtraLight.woff) format("woff"), url(/wp-content/themes/cityam-theme/fonts/./source-sans-pro/SourceSansPro-ExtraLight.woff2) format("woff2");
    font-weight: 200;
    font-style: normal
}


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: 0 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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
}

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

body.single-post a[rel=tag] {
    line-height: 22px;
    font-size: 14px;
    padding: 1px 10px;
    margin: 0 0 10px 10px;
    border-radius: 3px;
    background: #e7e7e7;
    color: #000
}

body.single-post .author-name {
    margin-bottom: 0;
    font-weight: 700
}

body.single-post .wp-block-image figcaption {
    width: 100%;
    padding: 1px 7px;
    color: #9b9b9b;
    border-left: 3px solid #d0d0d0;
    font-size: 16px;
    text-align: left;
    margin: 11px 0 0;
    font-weight: 600
}

body.about .about-team h3 {
    font-size: .9em;
    background: #eee;
    padding: 6px
}

body.home section #gform_wrapper_2 {
    background: url(/wp-content/themes/cityam-theme/img/header-ad-bg.jpg);
    padding-top: 16px;
    padding-bottom: 16px
}

body.home section #gform_wrapper_2 ul#gform_fields_2 {
    display: grid;
    grid-template-columns: 1fr 1fr
}

body.home section #gform_wrapper_2 ul#gform_fields_2 li {
    margin: 0;
    text-align: right;
    align-self: center
}

body.home section #gform_wrapper_2 ul#gform_fields_2 li#field_1_1 {
    line-height: 2.8em;
    text-align: right
}

body.home section #gform_wrapper_2 ul#gform_fields_2 li input {
    margin: 0;
    width: 100%
}

body.home section #gform_wrapper_2 .validation_error {
    grid-column: 1/3
}

body.home section #gform_wrapper_2 ul#gform_fields_2 li#field_2_3 {
    grid-column: 1/3
}

body.home section #gform_wrapper_2 ul#gform_fields_2 li .ginput_container_checkbox,
body.home section #gform_wrapper_2 ul#gform_fields_2 li .ginput_container_checkbox ul.gfield_checkbox {
    margin-top: 0;
    padding-right: 10px
}

body.home section #gform_wrapper_2 ul#gform_fields_2 li .ginput_container_checkbox ul.gfield_checkbox li {
    display: inline
}

body.home section #gform_wrapper_2 ul#gform_fields_2 li .ginput_container_checkbox ul.gfield_checkbox li+li {
    margin-left: 10px !important
}

body.home section #gform_wrapper_2 ul#gform_fields_2 li .ginput_container_checkbox ul.gfield_checkbox li label {
    font-weight: 100
}

body.home section #gform_wrapper_2 ul#gform_fields_2 li .ginput_container_email input {
    margin: 0
}

body.home section #gform_wrapper_2 .gform_footer.top_label {
    margin-top: 8px;
    padding-top: 0
}

body.home section #gform_wrapper_2 form {
    display: grid;
    grid-template-columns: calc(100% - 160px) 1fr;
    width: 90%;
    max-width: 1010px
}

body.home section #gform_wrapper_2 form input[type=submit] {
    color: #fff;
    background-color: #0098da;
    border-color: #0086c1;
    min-width: 140px;
    padding: 6px 15px 6px;
    font-family: merriweather, serif;
    border-radius: 3px;
    font-size: 16px;
    transition-duration: .15s
}

body.single-awards .wp-block-columns.submenu,
body.page.awards .wp-block-columns.submenu {
    margin-left: calc(-100vw/2 + 100%/2);
    margin-right: calc(-100vw/2 + 100%/2);
    max-width: 100vw;
    width: 100vw;
    background: #32373c
}

body.single-awards .wp-block-columns.submenu .wp-block-column,
body.page.awards .wp-block-columns.submenu .wp-block-column {
    flex: inherit
}

footer.footer #footer-nav form .gform_body ul li:nth-child(1) {
    line-height: 1em
}

footer.footer #footer-nav form .gform_body ul li .ginput_container.ginput_container_checkbox {
    margin-top: 0
}

footer.footer #footer-nav #gform_wrapper_1 .validation_error {
    grid-column: 1/3
}

footer.footer #footer-nav form .gform_body ul li#field_1_3 {
    grid-column: 1/3
}

footer.footer #footer-nav form .gform_body ul li .ginput_container_checkbox,
footer.footer #footer-nav form .gform_body ul li .ginput_container_checkbox ul.gfield_checkbox {
    margin-top: 0;
    display: block;
    padding-right: 10px
}

footer.footer #footer-nav form .gform_body ul li .ginput_container_checkbox ul.gfield_checkbox li {
    display: inline;
    float: right
}

footer.footer #footer-nav form .gform_body ul li .ginput_container_checkbox ul.gfield_checkbox li+li {
    margin-right: 10px !important
}

footer.footer #footer-nav form .gform_body ul li .ginput_container_checkbox ul.gfield_checkbox li input {
    float: left;
    margin-right: 3px;
    margin-top: 5px !important
}

footer.footer #footer-nav form .gform_body ul li .ginput_container_checkbox ul.gfield_checkbox li label {
    font-weight: 100;
    float: left
}

footer.footer #footer-nav form .gform_body ul li .ginput_container_checkbox ul.gfield_checkbox li label#label_1_3_2 {
    min-width: 100px
}

.comment-tooltip {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-size: 15px;
    font-style: italic;
    line-height: 1.3;
    text-align: center;
    margin: 50px auto;
    padding: 15px;
    background: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #e7e7e7 solid 1px
}

.comment-tooltip:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #e7e7e7 transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -16px;
    left: 49px
}

.comment-tooltip:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #f5f5f5 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -15px;
    left: 49px
}

div#gform_confirmation_wrapper_2 {
    background: url(/wp-content/themes/cityam-theme/img/header-ad-bg.jpg);
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    font-weight: 700
}

.author-media img.avatar {
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
    max-height: 96px !important;
    min-width: initial;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    object-fit: cover
}

article.post img {
    max-width: 100%
}

body.page.awards>.main-container,
body.single-awards>.main-container {
    background: url(/wp-content/themes/cityam-theme/img/lists-background-texture.png)
}

body.single-awards .wp-block-embed-youtube,
body.page.awards .wp-block-embed-youtube {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 0 auto
}

body.city-talk h1 {
    font-family: Merriweather;
    font-size: 5em;
    line-height: 1em;
    margin-bottom: -.5em;
    font-weight: 400;
    color: #0b2054;
    z-index: 2;
    position: relative
}

body.city-talk h2 {
    font-family: Merriweather, serif;
    font-size: 3em;
    line-height: 1.4em;
    font-weight: 300;
    color: #505050;
    padding-top: 40px;
    margin-bottom: 15px
}

body.city-talk p {
    font-family: "Source Sans Pro";
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300
}

body.city-talk p.has-large-font-size {
    font-family: Merriweather, serif;
    font-size: 36px
}

body.city-talk h1+.wp-block-cover.alignfull {
    position: relative;
    z-index: 1
}

body.city-talk .wp-block-columns.has-2-columns.slant-bg-right {
    position: relative;
    z-index: 1;
    background: #373a3f;
    color: #fff;
    margin-top: 60px;
    margin-bottom: 0
}

body.city-talk .wp-block-columns.has-2-columns.slant-bg-right+.wp-block-cover h2 {
    color: #fff;
    text-align: left
}

body.city-talk h1+.wp-block-cover.alignfull:before {
    background: #fff;
    top: -69px;
    content: '';
    display: block;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-2.5deg);
    transform-origin: 100%;
    z-index: -1;
    opacity: 1
}

body.city-talk .wp-block-columns.has-2-columns.slant-bg-right:before {
    background: #fff;
    top: 0;
    content: '';
    display: block;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(2.5deg);
    transform-origin: 100%;
    z-index: -1;
    opacity: 1
}

body.city-talk .wp-block-columns.has-2-columns.slant-bg-right h2 {
    color: #fff;
    margin-top: 1em
}

body.city-talk .wp-block-columns.has-2-columns.slant-bg-right .wp-block-column:nth-child(1) {
    padding-left: 30px
}

body.city-talk .wp-block-columns.grey-bg {
    background: #f6f6f6;
    padding-top: 3em;
    padding-bottom: 3em;
    justify-content: center
}

body.city-talk .wp-block-columns.grey-bg .wp-block-column {
    max-width: 550px
}

body.city-talk .wp-block-button.aligncenter {
    display: block;
    width: 100%
}

body.city-talk .wp-block-button.aligncenter a {
    padding: 30px 100px;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 60px
}

@media (min-width:768px) {
    body.city-talk .wp-block-columns.has-2-columns.slant-bg-right+.wp-block-cover p {
        width: 50%
    }
}

@media (max-width:668px) {
    body.home section #gform_wrapper_2 form {
        display: block;
        width: 100%
    }
    body.home section #gform_wrapper_2 ul#gform_fields_2 {
        display: grid;
        grid-template-columns: 1fr
    }
    body.home section #gform_wrapper_2 ul#gform_fields_2 li#field_2_3 {
        grid-column: 1/1
    }
    body.home section #gform_wrapper_2 ul#gform_fields_2 li .ginput_container_checkbox ul.gfield_checkbox li {
        display: inline-block
    }
    body.home section #gform_wrapper_2 ul#gform_fields_2 li {
        text-align: center
    }
    body.city-talk .wp-block-column {
        flex: auto
    }
}

body.home section .city-talk-company-logo a {
    display: flex;
    align-items: center
}

body.home section .city-talk-company-logo h2 {
    margin: 0;
    padding: 15px
}

body.home section .city-talk-company-logo img {
    max-width: 200px;
    height: auto
}

body.single-talk #company-authors {
    font-size: .9em
}

body.single-talk #company-authors .card-header>a {
    float: right
}

body.single-talk #company-authors .card .author-name {
    color: #781262;
    font-weight: 400
}

body.single-talk #company-authors .card {
    box-shadow: 0 1px 5px #ccc
}

body.power-100-women {
    background: url(/wp-content/themes/cityam-theme/img/lists-background-texture.png)
}

body.power-100-women h2 {
    border-top: 1px solid #f0f0f0;
    padding-top: 3em
}

body.power-100-women .nav-pills .btn {
    font-family: merriweather, serif;
    font-weight: 700;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: 0 0;
    display: inline-block;
    width: calc(100% - 6px);
    margin-bottom: 10px
}

body.power-100-women .nav-pills .btn.active {
    background: #09969f;
    color: #fff
}

body.power-100-women .tab-content .tab-pane .col-3 {
    position: realtive
}

body.power-100-women .tab-content .tab-pane h4 {
    position: absolute;
    left: 15px;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 16px;
    padding: 3px 15px;
    display: inline-block;
    margin-bottom: 0;
    width: auto
}

#ic-wrapper {
    float: left;
    width: 100%;
    margin: 20px auto;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    display: block;
    font-size: 18px;
    line-height: 1.2;
    color: #404040;
    overflow: hidden;
    box-sizing: content-box !important
}

#ic-wrapper p {
    font-size: 1em
}

#ic-wrapper h3 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    color: #003b64;
    border-bottom: 1px solid #003b64;
    margin: 0 0 5px;
    padding: 0 0 5px
}

#ic-wrapper a:hover {
    text-decoration: none
}

#ic-block-1,
#ic-block-2,
#ic-block-3,
#ic-block-4 {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    background: #fff;
    text-align: center;
    padding-top: 1px
}

.ic-title {
    float: left;
    text-align: left;
    width: 100%;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif
}

.ic-sub-title {
    float: left;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    width: 100%;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.4
}

.ic-club-badge {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 99
}

.ic-club-badge img {
    width: 8.5%
}

.ic-image-module-background {
    float: left;
    width: 19.75%;
    max-width: 162px;
    height: 0;
    padding-bottom: 19.75%;
    margin: .125%;
    display: block;
    background-size: 100%
}

.ic-image-module {
    float: left;
    width: 100%;
    max-width: 163px;
    height: 0;
    padding-bottom: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-image: url(/wp-content/themes/cityam-theme/images/arsenal-badge.jpg);
    background-size: 100%
}

.ic-image-module-chelsea {
    float: left;
    width: 100%;
    max-width: 163px;
    height: 0;
    padding-bottom: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-image: url(/wp-content/themes/cityam-theme/images/chelsea-badge.jpg);
    background-size: 100%
}

.ic-image-module img,
.ic-image-module-chelsea img {
    width: 100%;
    max-width: 163px
}

.ic-image-text {
    position: absolute;
    line-height: 1;
    top: 12px;
    left: 10px;
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    color: #595959
}

.ic-image-text-2 {
    position: absolute;
    line-height: 1;
    bottom: 12px;
    right: 10px;
    font-size: 15px;
    font-weight: 200;
    opacity: 1;
    color: gray
}

.ic-image-module-hover {
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    opacity: 0;
    transition: all .25s ease 0s
}

.ic-image-module-hover:hover {
    opacity: 1
}

.ic-image-line-top-hover {
    position: absolute;
    top: 35%;
    left: 15%;
    height: 1px;
    width: 0;
    background: #cbffc4;
    opacity: .25;
    transition: all .5s ease 0s;
    pointer-events: none
}

.ic-image-line-bottom-hover {
    position: absolute;
    bottom: 38%;
    right: 15%;
    height: 1px;
    width: 0;
    background: #cbffc4;
    opacity: .25;
    transition: all .5s ease 0s;
    pointer-events: none
}

.ic-image-module:hover .ic-image-line-top-hover,
.ic-image-module-chelsea:hover .ic-image-line-top-hover {
    position: absolute;
    height: 1px;
    width: 70%;
    background: #fff
}

.ic-image-module:hover .ic-image-line-bottom-hover,
.ic-image-module-chelsea:hover .ic-image-line-bottom-hover {
    position: absolute;
    height: 1px;
    width: 70%;
    background: #fff
}

.ic-image-module-title {
    position: absolute;
    top: 40%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 300
}

.ic-arrow {
    width: 11px !Important
}

.ic-no-display {
    display: none!important
}

.ic-name-wrapper {
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 39px;
    font-weight: 400;
    width: 94%;
    margin: 15px 3% 5px;
    color: #404040
}

.ic-litebox-name {
    float: left
}

.ic-litebox-flag {
    float: right;
    width: 37px;
    display: block;
    padding: 0
}

.ic-litebox-flag img {
    border: 1px solid gray
}

.ic-text-wrapper {
    float: left;
    width: 45%;
    margin-left: 3%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 400
}

.ic-litebox-player-image {
    float: right;
    display: block;
    width: 45%;
    margin: 8px 3% 20px 0 !important
}

.ic-litebox-player-image img {
    width: 100%
}

.ic-litebox-player-stats-c1 {
    float: left;
    margin: 15px 3%;
    padding: 10px 0;
    width: 45%;
    list-style: none;
    line-height: 1.6;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #404040;
    border-top: 1px solid #e6e7e8;
    border-bottom: 1px solid #e6e7e8
}

.ic-litebox-main-stat-c1 {
    float: left;
    margin: 0 3%;
    padding: 0;
    width: 45%;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #404040;
    font-weight: 300
}

.ic-stat-value {
    font-weight: 400
}

@media screen and (max-width:767px) {
    .ic-tab-links li {
        margin: 0 .33333333333333% 0 0;
        float: left;
        list-style: none;
        text-align: center;
        font-size: 13px;
        width: 24.75%
    }
    .ic-club-badge img {
        width: 14%
    }
    .ic-image-module-background {
        width: 24.7%;
        padding-bottom: 24.7%
    }
    .ic-image-text {
        font-size: 13px
    }
    .ic-image-text-2 {
        display: none
    }
    .ic-text-wrapper {
        width: 95%
    }
    .ic-litebox-player-image {
        width: 94%;
        margin-bottom: 10px !important
    }
    .ic-image-line-top-hover {
        display: none
    }
    .ic-image-line-bottom-hover {
        display: none
    }
    .ic-image-module-title {
        top: 35%;
        width: 80%;
        font-size: 13px
    }
    .ic-name-wrapper {
        font-size: 20px;
        width: 92%;
        margin: 5px 4%
    }
    .ic-litebox-flag {
        display: none
    }
    .ic-litebox-player-stats-c1 {
        float: left;
        margin: 0 4% 0;
        padding: 0 0 15px;
        width: 92%;
        line-height: 1.6;
        font-family: 'Oswald', sans-serif;
        font-size: 14px;
        border-top: none
    }
    .ic-litebox-main-stat-c1 {
        width: 100%;
        font-size: 20px;
        margin-bottom: 10px
    }
    .ic-litebox-player-stats-c2 {
        float: left;
        margin: 0 4% 10px;
        padding: 0;
        width: 92%;
        list-style: none;
        line-height: 1.6;
        font-family: 'Oswald', sans-serif;
        font-size: 14px;
        font-weight: 300;
        color: #404040
    }
}

.container .alignwide {
    margin-left: -80px;
    margin-right: -80px
}

.container .alignfull {
    margin-top: 2em;
    margin-left: calc(-100vw/2 + 100%/2);
    margin-right: calc(-100vw/2 + 100%/2);
    max-width: 100vw;
    width: 100vw
}

.alignfull img {
    width: 100vw
}

.wp-block-columns {
    display: flex;
    margin: 20px 0
}

.wp-block-column {
    flex: 1;
    margin: 0 20px
}

.wp-block-button.aligncenter {
    width: 100%
}

@media (max-width:764px) {
    .wp-block-columns.has-3-columns {
        flex-flow: row wrap
    }
    .has-3-columns .wp-block-column:first-child {
        flex-basis: 100%
    }
}

@media (max-width:478px) {
    .wp-block-columns.has-3-columns {
        display: block
    }
    .wp-block-column {
        margin: 20px 0
    }
}

img.img-full-width {
    width: 100%
}

@media (min-width:1340px) {
    body.single-post main>section>.article-sidebar {
        position: absolute;
        right: 0;
        top: 5em
    }
}

@media (min-width:992px) {
    footer.footer .container {
        max-width: 100%
    }
}

@media (max-width:668px) {
    footer.footer #footer-nav form {
        grid-template-columns: 1fr !important
    }
    footer.footer #footer-nav form .gform_body ul {
        grid-template-columns: 1fr !important
    }
    footer.footer #footer-nav form .gform_body ul li {
        margin-bottom: 10px
    }
    footer.footer #footer-copyright {
        font-size: .6em !important;
        text-align: center !important
    }
    .search-toggle {
        position: absolute;
        right: -20px
    }
}

.card.citytalk {
    box-shadow: 0px 0px 13px #f2f2f2;
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    max-width: 500px;
    margin: auto;
}

.card.citytalk .company-title {
    color: #929292;
    font-weight: 100;
    font-size: 1em;
    margin-bottom: .6em
}

.card.citytalk h5 {
    font-size: 13px;
    font-weight: 700
}

.card.citytalk span.related-tag {
    background: #0088c3;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px
}

.card.citytalk .card-body {
    padding: .5em .5em 0;
    color: #929292
}

#editions h2 {
    border-bottom: 5px solid
}

#ui-datepicker-div {
    width: auto
}

#edtions div.row div.col-sm-2 a img {
    width: 100%
}

#edtions p {
    text-align: center
}

#edtions div.row div.col-sm-2 {
    float: left;
    max-width: 200px !important
}

html {
    font-size: 18px
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #404040
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.media-date {
    font-family: merriweather, serif;
    font-weight: 700;
    line-height: 1.35;
    color: #505050;
    width: 100%
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

h2,
h3 {
    margin: 20px 0 10px
}

p {
    width: 100%
}

a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #0098da
}

a {
    color: #006898;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

a:hover {
    color: #0098da;
    text-decoration: none
}

blockquote {
    position: relative;
    display: block;
    margin: 1em !important;
    border-left: 5px solid #e6f7ff;
    padding: 1em;
    background-color: #fafafa;
    overflow: hidden
}

blockquote>* {
    position: relative;
    z-index: 5
}

blockquote:before {
    content: "â€œ";
    position: absolute;
    top: -10px;
    left: 0;
    font-weight: 300;
    font-family: "Playfair Display" !important;
    font-size: 163px !important;
    color: #aaa;
    text-align: left;
    opacity: .2;
    width: 100%;
    line-height: 114px !important;
    height: 62px;
    margin: 0;
    z-index: 0
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 5px solid #e6f7ff
}

.wp-block-quote[style*="text-align:right"] {
    border-right: 5px solid #e6f7ff;
    border-left: none !important
}

blockquote.wp-block-quote[style*="text-align:right"]:before {
    left: initial;
    right: 0;
    text-align: right
}

blockquote p {
    font-weight: 600;
    font-style: italic;
    color: #666;
    margin-bottom: 5px;
    margin-left: 1em
}

blockquote cite {
    margin-left: 1.5em
}

blockquote.wp-block-quote[style*="text-align:right"] p {
    margin-left: 0;
    margin-right: 1em
}

blockquote.wp-block-quote[style*="text-align:right"] cite {
    margin-left: 0;
    margin-right: 1.5em
}

header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999
}

header.show {
    height: 100%;
    overflow: scroll
}

.cookie-wrapper {
    background: #2d2d2d;
    color: #fff;
    font-size: .84rem;
    line-height: 1.9rem
}

.cookie-wrapper i {
    line-height: 1.9rem
}

.ad-container-header {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    background: url(/wp-content/themes/cityam-theme/img/header-ad-bg.jpg);
    background-color: #f5f5f5
}

@media screen and (max-width:768px) {
    .ad-container-header {
        padding-top: 0;
        padding-bottom: 0
    }
}

#main-nav,
.bg-city-am {
    background-color: #0088c3
}

.bg-city-am-crypto,
.bg-city-am-crypto #main-nav {
    background-color: #45bf4b
}

.breadcrumbs-container {
    background: #e6f7ff;
    font-size: 15px
}

#breadcrumbs {
    padding: 0 15px;
    margin: 0
}

#breadcrumbs a {
    color: #006898
}

#breadcrumbs i {
    color: #40b2e4
}

.crypto .breadcrumbs-container {
    background: #e7fff1;
    font-size: 15px
}

.crypto #breadcrumbs {
    padding: 0 15px;
    margin: 0
}

.crypto #breadcrumbs a {
    color: #0aab5c
}

.crypto #breadcrumbs i {
    color: #a2dfa5
}

#main-nav {
    width: 100%
}

#main-nav ul li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Merriweather', sans-serif
}

#main-nav ul li:hover {
    background-color: #0076aa
}

.crypto #main-nav ul li:hover {
    background-color: #0aab5c
}

#main-nav .navbar-brand {
    font-family: 'Merriweather', sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0em
}


#main-nav ul li a {
    color: #fff;
    height: 50px;
    padding: 14px 25px 0;
    font-size: 16px;
    display: inline-block
}

#main-nav .social-nav a {
    color: #fff;
    font-size: .75em;
    margin-right: .5em
}

#main-nav .social-nav i {
    color: #fff;
    font-size: 1.25em;
    margin-right: .5em
}

#main-nav .social-nav i:last-child {
    margin-right: 0
}

#main-nav .menu-icon {
    position: relative;
    display: block;
    margin: 14px 7px 0 15px;
    padding: 0;
    cursor: pointer
}

#main-nav .menu-icon .bar {
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    margin-bottom: 6px
}

@media screen and (max-width:1060px) {
    #main-nav ul li:nth-child(n+3),
    #main-nav .social-nav {
        display: none
    }
}

footer.footer .footer-bg {
    padding-top: 2.5em;
    padding-bottom: 2em;
    color: #fff;
    background: url(/wp-content/themes/cityam-theme/img/footer-bg.jpg)
}

footer.footer #footer-nav a {
    font-family: merriweather, serif;
    font-size: .88em;
    font-weight: 700;
    color: #fff
}

footer.footer #footer-nav hr {
    margin-top: 6px;
    background: #464646
}

footer.footer #footer-nav .col-md-6:first-child ul {
    padding: 0;
    list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    grid-auto-rows: 42px;
    grid-auto-rows: minmax(42px, auto);
    max-width: 460px
}

footer.footer #footer-nav .col-md-6:first-child li:nth-child(3n+1) {
    padding-right: 10px
}

footer.footer #footer-nav .col-md-6:first-child li:nth-child(3n+2) {
    border-left: 1px solid #464646;
    padding-left: 30px;
    padding-right: 10px
}

footer.footer #footer-nav .col-md-6:first-child li:nth-child(3n+3) {
    border-left: 1px solid #464646;
    padding-left: 30px;
    padding-right: 30px
}

footer.footer #footer-nav ul.social {
    padding: 0;
    list-style: none;
    display: inline-block
}

footer.footer #footer-nav ul.social li {
    background: 0 0;
    display: inline-block
}

footer.footer #footer-nav ul.social li a {
    background: #2a4855;
    display: inline-block;
    width: 30px;
    line-height: 28px;
    font-size: .7em;
    border-radius: 30px;
    border: 1px solid #0196d6;
    margin: 0 0 0 8px;
    text-align: center
}

footer.footer #footer-nav form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 130px;
    grid-template-columns: auto 130px
}

footer.footer #footer-nav form .gform_footer.top_label {
    margin-top: 0;
    padding-top: 0;
    text-align: right
}

footer.footer #footer-nav form .gform_body ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto
}

footer.footer #footer-nav form .gform_body ul li {
    padding-right: 0;
    margin-top: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

footer.footer #footer-nav form .gform_body ul li#field_1_1 label {
    display: none
}

footer.footer #footer-nav form .gform_body ul li#field_1_2 .ginput_container_email #input_1_2,
footer.footer #footer-nav form .gform_body ul li#field_1_2 .ginput_container_email {
    margin-top: 0
}

footer.footer #footer-nav form .gform_body ul li#field_1_2 .ginput_container_email #input_1_2 {
    width: 100%
}

footer.footer #footer-nav form .gform_button.button {
    color: #fff;
    background-color: #0098da;
    border-color: #0086c1;
    font-family: merriweather, serif;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1em;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    font-weight: 700
}

footer.footer #footer-copyright {
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: .86em
}

footer.footer #footer-copyright ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none
}

footer.footer #footer-copyright ul li {
    display: inline-block
}

footer.footer #footer-copyright ul li a {
    color: #505050
}

footer.footer #footer-copyright ul li+li {
    line-height: 1em;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #505050
}

.single-post-content p:not(:empty):first-child {
    font-weight: 700
}

.fp-opinion-title {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px !important;
    padding-right: 15px !important
}

.latest-headlines-container .row {
    margin-bottom: 15px
}

.other-news {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7
}

.page-title h2 {
    float: left;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px
}

body.single-post main>section {
    padding-top: 30px;
    padding-bottom: 3em
}

body.single-post span.date {
    display: block;
    font-size: 14px;
    color: #404040;
    padding-bottom: 10px
}

.single-post-content img:first-child[src^="http://dev2.cityam.com/"] {
    display: none
}
.single-post-content iframe { max-width: 100%; }

.sponsored-post .sponsored-sticker {
    display: block;
    background-color: #ffca67;
    color: #293e66;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .2em .75em;
    margin: .5em auto 1em
}

.card .sponsored-sticker {
    display: inline-block;
    background-color: #ffca67;
    color: #293e66;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .2em .75em;
    margin: 0
}

.sponsored-sticker button {
    background-color: transparent;
    border: none
}

.sponsored-author {
    color: #293e66;
    font-weight: 600;
    font-size: 12px;
    font-style: italic
}

body.page .wp-block-media-text {
    -ms-grid-columns: 33% auto;
    grid-template-columns: 33% auto
}

.embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.single .embed-container {
    padding-bottom: 56.25%
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.single-post-content > img[src*="/assets/uploads/"]{
    display:none;
}
body.single-talk h1 {
    margin-bottom: 0
}

body.single-talk .website-link {
    font-size: 20px;
    font-style: italic;
    line-height: 25px;
    color: #a2a2a2;
    font-weight: 100
}

body.single-talk .author {
    color: #781262 !important;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px
}

body.single-talk .author a {
    color: #781262 !important
}

body.single-talk .date {
    color: #acacac;
    font-size: 12px;
    font-weight: 100;
    line-height: 1em
}

body.single-talk #tab-content h2 {
    font-family: Merriweather;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: #000;
    font-weight: 400;
    margin: 0 0 30px;
    display: block
}

body.single-talk .tab-content h3.smaller {
    font-family: Merriweather;
    font-size: 18px;
    line-height: 23px;
    color: #272727;
    display: block;
    margin-bottom: 18px;
    font-weight: 200;
    margin-bottom: 0
}

body.single-talk .tab-content p.smaller .author,
body.single-talk .tab-content p.smaller .date {
    font-size: .8em
}

body.single-talk h2:not(.date-title) {
    font-family: Merriweather;
    font-size: 36px;
    line-height: 45px;
    color: #000;
    font-weight: 400
}

body.single-talk h3 {
    font-family: Merriweather;
    font-size: 28px;
    line-height: 38px;
    color: #000;
    font-weight: 100
}

body.single-talk .nav.nav-tabs {
    border: none
}

body.single-talk .nav.nav-tabs .nav-link {
    font-size: 24px;
    line-height: 30px;
    font-weight: 100;
    color: #acacac;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif
}

body.single-talk .nav.nav-tabs .nav-link.active {
    font-weight: 400;
    color: #004b6b;
    cursor: default;
    border: none;
    border-bottom: 3px solid #004b6b
}

body.single-talk .nav.nav-tabs .nav-link:focus,
body.single-talk .nav.nav-tabs .nav-link:hover {
    color: #004b6b;
    border: none
}

body.single-talk #nav-authors .card .card-header {
    border-bottom: 0
}

body.single-talk #nav-authors .card .card-header img {
    border-radius: 120px
}

body.single-talk #nav-authors .card .card-body a {
    color: #006898;
    font-size: .9em
}

@media (min-width:768px) {
    .city-talk-company-logo .citytalk-tooltip {
        position: absolute;
        top: -25px;
        right: -150px
    }
}

@media (max-width:680px) {
    .city-talk-company-logo .citytalk-tooltip {
        display: none
    }
}

.citytalk-tooltip {
    font-family: open sans;
    font-size: 16px;
    text-align: right;
    line-height: 23px;
    color: #a2a2a2;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bs-tether-element-attached-top .tooltip-inner:before,
.tooltip.bs-tether-element-attached-left .tooltip-inner:before,
.tooltip.bs-tether-element-attached-right .tooltip-inner:before,
.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important
}

.tooltip,
.tooltip-inner {
    background-color: #14222d !important;
    border-radius: 5px
}

.tooltip.show {
    margin-top: 10px;
    opacity: 1
}

.tooltip .arrow {
    display: none!important
}

.citytalk-tooltip button {
    background-color: transparent;
    color: #414141;
    font-size: 24px;
    border: none
}

.author.logged-in img.avatar {
    border-radius: 100%;
    margin-top: 20px;
    margin-right: 25px
}

.author-archive [class$=flex].col-lg-3>.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.author-archive [class$=flex]>.card>a,
.author-archive [class$=flex]>.card>a>img,
.author-archive [class$=flex]>.card>a>.embed-container,
.author-archive [class$=flex]>.card>a>.embed-container>img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.author-media img.avatar {
    width: 96px !important;
    height: 96px !important;
    max-width: 96px !important;
    max-height: 96px !important;
    min-width: initial;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    -o-object-fit: cover;
    object-fit: cover
}

.media a[rel=author] {
    font-weight: 600;
    text-transform: capitalize
}

.author-social {
    display: block;
    font-weight: 600;
    color: #404040
}

.author-follow-svg {
    height: 20px;
    margin: 3px auto;
    display: block!important;
    fill: #fff
}

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

@media screen and (min-width:768px) {
    .author-media img {
        border-right: 1px solid #e7e7e7;
        float: left;
        margin-right: 20px;
        border-radius: 100px
    }
    .gravatar-container {
        float: left
    }
}

.search .card.default-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.giving-pdf {
    margin-bottom: 15px
}

.newsletter-container {
    background: url(/wp-content/themes/cityam-theme/img/header-ad-bg.jpg);
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7
}

.newsletter-container .form-inline .row {
    width: 70%;
    margin: auto
}

.newsletter-container .form-inline .row .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.newsletter-social-links i {
    background: #0098da;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #0196d6;
    margin: 0 20px 0 0!important
}

.btn,
.gform_button.button,
.gform_previous_button.button,
.gform_next_button.button {
    min-width: 100px;
    padding: 6px 15px 5px;
    font-family: merriweather, serif;
    border-radius: 3px;
    font-size: 16px;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s
}

.btn.btn-default,
.gform_button.button,
.gform_previous_button.button,
.gform_next_button.button {
    border: 1px solid #e7e7e7
}

.btn-default,
.gform_button.button,
.gform_previous_button.button,
.gform_next_button.button {
    color: #595959;
    background-color: #fff;
    border-color: #ccc;
    font-weight: bold;
}

.btn.btn-default:hover,
.gform_button.button:hover,
.gform_previous_button.button:hover,
.gform_next_button.button:hover {
    background: #f5f5f5;
    border: 1px solid #e7e7e7
}

.gform_button.button[type=submit] {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px 10px;
    text-shadow: none;
    background-color: #0098da;
    border: none;
    -webkit-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none!important;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

#gform_10 li.gfield {
    margin-top: 0 !important
}

#gform_10 .ginput_container.ginput_container_checkbox {
    margin-top: 0;
    border-top: 1px solid #e6e7e8
}

#gform_10 label {
    font-weight: 700!important
}

#gform_10 input {
    margin-top: 0!important
}

a.post-edit-link {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 90px;
    line-height: 90px;
    text-transform: uppercase;
    font-size: .6em;
    letter-spacing: 1px;
    background: rgba(236, 236, 236, .6);
    text-align: center;
    border-radius: 45px;
    color: #8e8e8e;
    z-index: 9999999999
}

.stripe-pattern {
    color: #fff;
    background: -webkit-repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 2px, #fff 2px, #fff 6px);
    background: -o-repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 2px, #fff 2px, #fff 6px);
    background: repeating-linear-gradient(-45deg, #f7f7f7, #f7f7f7 2px, #fff 2px, #fff 6px)
}

button.opinion-btn {
    padding: .3em .5em;
    font-size: 12px;
    min-width: initial
}

button.opinion-btn,
button.opinion-btn:hover,
button.opinion-btn:active {
    border-left: #0088c3 solid 5px !important
}

button.opinion-btn:focus,
button.opinion-btn:active {
    box-shadow: none !important
}

ul.sharing {
    list-style: none;
    float: left;
    padding-left: 0;
    margin-bottom: 0
}

ul.sharing li {
    display: inline-block;
    margin-left: 4px;
    border: 1px solid #0098da;
    border-radius: 3px;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

ul.sharing li a {
    text-align: center;
    display: block;
    width: 30px;
    line-height: 25px;
    color: #fff;
    font-size: .9em;
    float: left
}

ul.sharing li:first-child {
    margin-left: 0
}

ul.sharing li:hover {
    opacity: .9
}

ul.sharing li a.email-bttn {
    color: #0098da
}

.d-block ul.sharing {
    float: none
}

.pdf-download,
.wp-block-button.btn-pdf .wp-block-button__link {
    margin-top: 20px;
    width: 180px;
    background: #0098da none repeat scroll 0% 0%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    font-weight: 700;
    padding: 10px 0 11px;
    cursor: pointer;
    display: block;
    line-height: 1;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s
}

.pdf-download:hover,
.wp-block-button.btn-pdf .wp-block-button__link:hover {
    background: #0086c1;
    text-decoration: none;
    color: #fff
}

.gravatar-container img {
    width: 100px !important;
    height: 100px !important;
    max-width: 100px !important;
    max-height: 100px !important;
    min-width: initial;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    -o-object-fit: cover;
    object-fit: cover
}

.authorby-line .author-img,
.authorby-line .avatar {
    border-radius: 50%;
    width: 32px;
    height: auto;
    margin-right: .5rem!important
}

.author-media img {
    border-radius: 100px
}

.wp-block-table.is-style-stripes td {
    padding: .5em
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-spacer {
    float: left;
    display: block;
    width: 100%
}

.category-header {
    padding: 30px 0 15px;
    border-bottom: 1px solid #e7e7e7
}

.category-header h1,
.category-header h2,
#channel-about-stack h1,
#channel-about-stack h2,
#section-header-stack h1,
#section-header-stack h2 {
    margin: 0
}

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

.single-talk .media-body,
.archive.category .media-body,
.archive.author .media-body {
    flex: 3
}

.media .embed-container {
    max-width: 200px;
    height: 100%
}

.media-title a {
    color: #505050
}

.media-title a:hover {
    color: #006898
}

.media img {
    min-width: 200px;
    max-height: 140px;
    max-width: 220px;
    height: 100%;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: cover
}

.archive .media img {
    min-width: 200px;
    max-height: initial;
    max-width: 220px;
    height: 100%;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: cover
}

.media div.d-flex {
    min-width: 200px;
    max-height: 140px;
    max-width: 220px;
    margin-right: 15px;
    height: 140px;
    -o-object-fit: contain;
    object-fit: contain
}

.media div.d-flex img {
    min-width: initial
}

.media-date {
    flex: 1;
    font-size: 16px;
    background-color: #f5f5f5
}

@media screen and (max-width:768px) {
    .media {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .media-date {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
    .media-title {
        font-size: 14px
    }
}

.author-archive .nav-tabs .nav-link.active {
    font: 700 1.125rem Merriweather, serif;
    background-color: #f5f5f5;
    border-radius: 0;
    margin-bottom: 0;
    outline: none;
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s
}

.author-archive .nav-tabs .nav-link {
    -webkit-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s
}

.author-archive .nav-tabs .nav-item {
    display: inline-block
}

.fs-image-background {
    position: relative;
    min-height: 100%;
    width: 100%;
    background-image: url(http://www.cityam.com/assets/microsites/ams/img/homepage-header-bg.jpg);
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hp-header-intro-top-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto
}

.hp-header-intro-top {
    width: 340px;
    text-align: center;
    display: block;
    margin: 0 auto
}

.hp-header-intro-line-l,
.hp-header-intro-line-r {
    float: left;
    width: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-top: 10px
}

.hp-header-intro-line-f {
    width: 28%;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin: 6px auto
}

.hp-header-intro-top-wrapper h1 {
    float: left;
    margin: 0 15px;
    padding: 0;
    font-size: 20px!important;
    font-weight: 300;
    color: #fff
}

#hp-header-intro p,
.description-text {
    color: #fff;
    font-family: merriweather, serif;
    font-size: 20px
}

.description-text {
    color: #404040
}

#hp-header a {
    color: #fff
}

#hp-header-nav-wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center
}

#hp-header-nav {
    display: inline-block
}

.hp-header-nav-item-wrapper {
    float: left;
    position: relative;
    display: inline-block;
    margin-right: 40px;
    width: 125px;
    height: 125px;
    background: rgba(255, 255, 255, .3);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    background-clip: content-box;
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

@media screen and (max-width:568px) {
    .hp-header-nav-item-wrapper {
        display: block;
        float: none;
        margin-bottom: 15px
    }
}

.hp-header-nav-item-wrapper:hover {
    background: rgba(255, 255, 255, .5);
    background-clip: content-box;
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff
}

.hp-header-nav-item-last-wrapper {
    margin: 0;
    background: rgba(255, 255, 255, .75);
    background-clip: content-box;
    border: 1px solid rgba(255, 255, 255, .75);
    color: #404040!important
}

.center-circle {
    position: absolute;
    width: 75%;
    font-family: merriweather, serif;
    font-size: 18px;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.fs-image-background-bottom {
    margin-top: 10rem
}

.mouse-wrapper {
    margin: 0 auto 10px;
    width: 30px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 15px
}

.mouse-wheel {
    margin: 10px auto;
    background: #fff;
    width: 6px;
    height: 12px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    display: block;
    animation: float .75s ease-in-out 0s infinite;
    -moz-animation: float .75s ease-in-out 0s infinite;
    -webkit-animation: float .75s ease-in-out 0s infinite;
    -ms-animation: float .75s ease-in-out 0s infinite
}

.mouse-text {
    font-size: 17px;
    font-family: source sans pro, sans-serif;
    color: #fff
}

@-webkit-keyframes float {
    0% {
        top: 0
    }
    50% {
        top: 3px
    }
    100% {
        top: 0
    }
}

@keyframes float {
    0% {
        top: 0
    }
    50% {
        top: 3px
    }
    100% {
        top: 0
    }
}

.hero-page h1,
.hero-page h2 {
    font-size: 50px;
    font-style: italic;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: #0098da
}

.hero-page h1 {
    color: #fff
}

.about-section {
    color: #404040;
    background: url(http://www.cityam.com/assets/microsites/ams/img/common/paper-background.png) repeat
}

.hero-page .card {
    margin-bottom: 0
}

.hero-page .h-100 .card,
.hero-page .h-100 .card-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.hero-page .card,
.hero-page .card .card-img {
    border-radius: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.hero-page .card .card-title {
    color: #fff
}

.hero-page .overlay-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 14px;
    padding: 10px
}

.hero-page .overlay-text:before,
.hero-page .overlay-text:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background: #fff;
    opacity: .75;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    pointer-events: none
}

.hero-page .overlay-text:before {
    top: 25px;
    left: 5%
}

.hero-page .overlay-text:after {
    bottom: 25px;
    right: 5%
}

.hero-page .card:hover .overlay-text:before,
.hero-page .card:hover .overlay-text:after {
    width: 90%;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.hero-page .overlay-text>* {
    text-align: center;
    opacity: 0
}

.hero-page .hover-title {
    font-size: 16px;
    color: #fff
}

.hero-page .card .card-img-overlay {
    background-color: rgba(0, 0, 0, .1);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.hero-page .card:hover .card-img-overlay {
    background-color: rgba(0, 152, 218, .95);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.hero-page .card:hover .overlay-text {
    opacity: 1;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.hero-page .card:hover .overlay-text>* {
    opacity: 1;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.hero-page .card:hover .card-title {
    display: none;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.hero-page .get-in-touch {
    background-image: url(http://www.cityam.com/assets/microsites/ams/img/contact/contact-bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.hero-page .get-in-touch p {
    color: #b6b6b6;
    font-size: 20px
}

.hero-page .get-in-touch a,
.hero-page .get-in-touch button {
    padding: 0;
    color: #fff;
    font-family: merriweather, serif;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    outline: medium;
    text-decoration: none;
    line-height: 2.2
}

.hero-page .get-in-touch i {
    opacity: .7;
    font-size: 24px
}

.hero-page .add-border {
    border-right: 1px solid #e5e5e5
}

@media screen and (max-width:768px) {
    .hero-page .add-border {
        border-right: none
    }
}

.sidebar {
    padding-right: 15px;
    padding-left: 15px
}

.sidebar img {
    width: 100%
}

.sidebar .sidebar-widget {
    margin-bottom: 30px
}

.card {
    border: none;
    border-radius: 0;
    margin: 0 0 20px;
    overflow: hidden
}

.card-img-top {
    border-radius: 0
}

.card-body {
    background-color: transparent
}

.image-placeholder {
    padding: 2em;
    background-color: #fafafa
}

h2.card-title {
    background-color: #f5f5f5;
    color: #303030;
    margin: 0;
    padding: 8px 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.35
}

.card-meta {
    margin: 5px 0
}

.author-info {
    font-size: 15px
}

.card img.author-img {
    height: 19px;
    width: 19px;
    margin-right: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #b6b6b6;
    border-radius: 25px;
    vertical-align: middle
}

h3.card-title {
    color: #505050;
    margin: 0;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35
}

.card.default-sm h3.card-title {
    background-color: #f5f5f5;
    color: #505050;
    margin: 0;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35
}

.card.no-img_sm {
    border-top: 1px solid #e7e7e7;
    padding: 15px 0 10px;
    margin-bottom: initial
}

.card.no-img_sm:first-child {
    padding-top:0;
    border-top: none;
}
@media (max-width:568px){
    .card.no-img_sm:first-child {
        padding-top:15px;
        margin-top:15px;
        border-top: 1px solid #e7e7e7;
        
    }
}
@media (min-width:992px){
    .row.pt-4.border-top{
        border-top: none !important;
    }
}
@media (max-width:992px){
    [class^=col-].cards-no-img{
        border-top: 1px solid #e7e7e7;
        padding-top:30px;
    }
}
.card.no-img_sm h3.card-title {
    background-color: transparent;
    margin: 0;
    padding: 0
}

.company-contact.card {
    margin: 20px 0 0;
    border: 1px solid #e6e6e7;
    padding: 15px
}

.company-contact.card h3.card-title {
    margin: 0;
    padding: 0
}

.company-contact.card p {
    font-size: 13px;
    margin-bottom: 0
}

.card-sidebar .card-text {
    font-size: 16px;
    margin: 11px 0 0
}

.card:hover .embed-container:before {
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.embed-container {
    position: relative
}

.embed-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    z-index: 0
}

.embed-container i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 32px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5
}

.long-card .card.default {
    height: 100%
}

.long-card .card.default .card-body {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.long-card .card.default>a,
.long-card .card.default a>img {
    height: inherit
}

.long-card .card.default a>img {
    -o-object-fit: cover;
    object-fit: cover
}

.long-card .card.default .card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.35
}
@media screen and (max-width:768px){
    .long-card .card.default .card-body {
        position: relative;
        bottom: initial;
    }
}
@media screen and (max-width:768px){
    .card.default-sm h3.card-title {
        font-size: 14px;
        line-height: 1.35;
        padding: 8px 10px;
    }
    :not(.no-mobile-shrink) > .card.default-sm{
        flex-direction: row;
        flex-wrap:wrap;
    }
    :not(.no-mobile-shrink) > .card.default-sm .card-body{
        justify-content:flex-start;
    }
    :not(.no-mobile-shrink) > .card.default-sm > *{
        flex:1 1 100%;
        max-width:100%;
    }
    :not(.no-mobile-shrink) > .card.default-sm > .card-meta{
        flex:1 1 100%;
        max-width:100%;
    }
    :not(.no-mobile-shrink) > .card.default-sm img{
        height:100%;
        object-fit:cover;
    }
}
@media screen and (max-width: 576px) { 
    h1.category-title,.category h2{
        font-size: 20px;
    }
    h2.card-title {
        font-size: 18px;
        padding: 8px 10px;
    }
    .mobile-no-img-sm:not(.no-mobile-shrink) > .card.default-sm{
        border-top:1px solid #e7e7e7;
        flex-direction: column;
        padding:12px 0;
        margin-bottom:0;
    }
    .mobile-no-img-sm:not(.no-mobile-shrink) > .card.default-sm .card-body,
    .mobile-no-img-sm:not(.no-mobile-shrink) > .card.default-sm h3.card-title{
        background-color:transparent;
        padding: 0;
    }
    .mobile-no-img-sm:not(.no-mobile-shrink) > .card.default-sm > *{
        flex:1 1 100%;
        max-width:100%;
    }
    .mobile-no-img-sm:not(.no-mobile-shrink) > .card.default-sm img.card-img-top{
        display:none;
    }
    :not(.no-mobile-shrink) > .card.default-sm > *{
        flex:1 1 50%;
        max-width:50%;
    }
    .mobile-remove-image > .card.default-sm > a{
        display:none
    }
    .mobile-remove-image:not(.no-mobile-shrink) > .card.default-sm > *{
        flex:1 1 100%;
        max-width:100%;
    }
    .mobile-remove-image:not(.no-mobile-shrink) > .card.default-sm h3.card-title{
        max-width:50%;
    }
}
@media screen and (max-width:768px) {
    .row>.card.default-sm {
        padding-left: 15px;
        padding-right: 15px
    }
    .card.default-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .card.default-sm.sponsored-post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .card.default-sm .card-body {
        background-color: #f5f5f5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .author-info {
        font-size: 12px
    }
}

.card.citytalk {
    box-shadow: 0px 0px 13px #f2f2f2;
    position: -webkit-sticky;
    position: sticky;
    top: 70px
}

.card.citytalk .company-title {
    color: #929292;
    font-weight: 100;
    font-size: 1em;
    margin-bottom: .6em
}

.card.citytalk h5 {
    font-size: 13px;
    font-weight: 700
}

.card.citytalk span.related-tag {
    background: #0088c3;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px
}

.card.citytalk .card-body {
    padding: .5em .5em 0;
    color: #929292
}

.bg-city-am,
.bg-city-am-crypto {
    position: relative;
    padding:0;
    z-index: 9999
}

.navigation-highlight {
    background: #0098da;
    border-left: 1px solid #40b2e3;
    border-right: 1px solid #40b2e3;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px
}

.navbar-brand {
    fill: #fff;
    margin: 0;
    display: block;
    float: left
}

#crypto-menu-btn {
    color: #fff;
    padding: 0 12px;
    background: #09ab5c;
    width: auto;
    line-height: 46px;
    height: 50px;
    float: left
}

.cookie-wrapper,
.ad-container-header {
    position: relative;
    z-index: 99999999;
}

.desktop-navigation {
    height: 100%;
    width: 100%;
    z-index: 99
}

.desktop-navigation-overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .85);
    z-index: 9
}

.desktop-navigation-overlay.show {
    display: block
}

ul#menu-primary-menu {
    position: relative;
    -ms-flex-preferred-size: 0 0 75%;
    flex-basis: 0 0 75%;
    min-width: 712px
}

.main-menu {
    position: relative;
    display: none;
    z-index: 1000;
    float: left;
    width: 100%;
    max-width: 1068px;
    min-width: 160px;
    list-style: none;
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.main-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-menu .menu-item {
    background: #f5f5f5;
    padding: 0;
    width: 212px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: relative;
    cursor: pointer
}

.crypto .main-menu .menu-item,
#menu-crypto-menu-1 {
    width: 100%
}

.main-menu .menu-item.active,
.main-menu .menu-item:hover {
    border-right: 0;
    background: #fff
}

.main-menu .dropdown-toggle:after {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b6b6b6;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.main-menu .menu-item a {
    font-family: merriweather, serif;
    position: relative;
    color: #404040;
    text-decoration: none!important;
    font-size: 16px
}

.menu-item.the-club a {
    color: #ecb69b !important;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #19374c), color-stop(50%, #2c4560));
    background-image: -webkit-linear-gradient(bottom, #19374c 50%, #2c4560 50%);
    background-image: -o-linear-gradient(bottom, #19374c 50%, #2c4560 50%);
    background-image: linear-gradient(to top, #19374c 50%, #2c4560 50%);
    -webkit-transition: background-position .3s;
    -o-transition: background-position .3s;
    transition: background-position .3s
}

.main-menu .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px
}

.main-menu .menu-item.show {
    background-color: #fff;
    border-right: none
}

.main-menu.show .dropdown {
    position: initial
}

.main-menu .dropdown-menu-container.dropdown-menu {
    position: absolute;
    top: 0;
    left: 212px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    will-change: transform
}

.main-menu .dropdown-menu-container.dropdown-menu .mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.main-menu .dropdown-menu-container.dropdown-menu .menu-item {
    list-style: none
}

.main-menu .dropdown-menu-container.dropdown-menu .menu-item a:hover {
    background-color: transparent;
    color: #b6b6b6
}

.main-menu .dropdown-menu-container .dropdown-title {
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    border-bottom: none;
    border-right: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

.main-menu .dropdown-menu-container .menu-item:not(.dropdown-title) {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    background: #fff;
    padding-top: 15px;
    margin-right: 0;
    border-right: none;
    border-bottom: none
}

.main-menu .dropdown-menu-container .menu-item:not(.dropdown-title):nth-child(odd) {
    margin-right: 0
}

.main-menu .dropdown-menu-container .menu-item:not(.dropdown-title) a {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    white-space: normal
}

.main-menu .dropdown-menu-container .menu-item:not(.dropdown-title):nth-last-child(-n+2) a {
    border-bottom: none
}

.main-menu .dropdown-menu-container .dropdown-title.menu-item a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 26px;
    font-size: 26px;
    color: #404040;
    outline: none
}

.main-menu .city-am-links-nav {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    border-left: 1px solid #ccc;
    padding: 25px;
    background-color: #f5f5f5
}

.main-menu .city-am-links-title {
    padding-bottom: 10px;
    font-family: Merriweather, serif;
    font-size: 16px
}

#menu-city-a-m-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0
}

.main-menu .city-am-links-nav .menu-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    background: #f5f5f5;
    width: initial;
    border-right: none;
    border-bottom: none;
    position: relative;
    cursor: pointer
}

.main-menu .city-am-links-nav .menu-item a {
    position: relative;
    color: #006898;
    text-decoration: none;
    line-height: 1.75;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    padding: 0
}

.main-menu .city-am-links-nav .menu-item a:hover {
    color: #0098da;
    text-decoration: none
}

.main-menu .city-am-links-nav .menu-item.active,
.main-menu .city-am-links-nav .menu-item:hover {
    border-right: 0;
    background-color: transparent
}

.pagination a,
.pagination span {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    color: #595959;
    background-color: #fff;
    border-color: #ccc;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.35;
    border-radius: 0;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pagination a,
.pagination span {
    padding: .3em .75em;
    margin-right: 8px;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-weight: 300;
    border: 1px solid #e7e7e7;
    border-radius: 3px
}

.pagination span {
    background-color: #e6e6e6;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.pagination a:hover {
    color: #595959;
    background: #f5f5f5;
    border: 1px solid #e7e7e7
}

ul#menu-mobile-top-menu {
    display: none
}

@media screen and (max-width:980px) {
    #menu-main-menu .menu-item:last-child,
    #menu-main-menu .menu-item:nth-last-child(2),
    #menu-crypto-menu .menu-item:last-child,
    #menu-crypto-menu .menu-item:nth-last-child(2) {
        display: none
    }
    ul#menu-primary-menu {
        min-width: initial
    }
    ul#menu-mobile-top-menu {
        display: flex;
        flex-direction: row;
        width: 100%
    }
    ul#menu-mobile-top-menu .menu-item {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-right: 1px solid #ccc;
        text-align: center
    }
    ul#menu-mobile-top-menu .menu-item:last-child {
        border-right: 0
    }
    .main-menu .dropdown-menu-container .menu-item:not(.dropdown-title) a {
        height: 70px
    }
}

#menu-primary-menu+.menu-item.menu-item-has-children {
    background-color: red !important
}

@media screen and (max-width:980px) {
    .main-menu.show {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #menu-main-menu,
    #menu-crypto-menu {
        display: none
    }
    .main-menu.show #menu-primary-menu,
    .main-menu.show #menu-primary-menu li {
        width: 100%
    }
    .main-menu .dropdown-menu-container.dropdown-menu {
        position: relative !important;
        top: 0;
        left: 0 !important;
        width: initial;
        height: initial;
        will-change: transform
    }
    .menu-item a.show {
        border-bottom: 1px solid #ccc
    }
    .main-menu.show .menu-item.menu-item-has-children .menu-item {
        padding-left: 0;
        padding-right: 0
    }
    .main-menu.show .menu-item.menu-item-has-children .dropdown-title {
        padding-left: 15px;
        padding-right: 15px
    }
}

@keyframes aslAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0, -50px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-webkit-keyframes aslAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
}

@keyframes aslAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px)
    }
}

@-webkit-keyframes aslAnFadeOutDrop {
    0% {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px)
    }
}

.hiddend {
    display: none !important
}

div.asl_w.asl_an_fadeInDrop,
div.asl_w.asl_an_fadeOutDrop {
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

div.asl_w.asl_an_fadeInDrop {
    animation-name: aslAnFadeInDrop;
    -webkit-animation-name: aslAnFadeInDrop
}

div.asl_w.asl_an_fadeOutDrop {
    animation-name: aslAnFadeOutDrop;
    -webkit-animation-name: aslAnFadeOutDrop
}

div.asl_w.asl_main_container {
    transition: width .13s linear;
    -webkit-transition: width .13s linear
}

div.asl_w,
div.asl_w *,
div.asl_r,
div.asl_r *,
div.asl_s,
div.asl_s * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    letter-spacing: normal
}

div.asl_r,
div.asl_r * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

div.asl_m .proinput input::-ms-clear {
    display: none !important;
    width: 0 !important;
    height: 0 !important
}

div.asl_m .proinput input::-ms-reveal {
    display: none !important;
    width: 0 !important;
    height: 0 !important
}

div.asl_m input[type=search] {
    -webkit-appearance: textfield !important
}

div.asl_m input[type=search]::-webkit-search-decoration,
div.asl_m input[type=search]::-webkit-search-cancel-button,
div.asl_m input[type=search]::-webkit-search-results-button,
div.asl_m input[type=search]::-webkit-search-results-decoration {
    display: none
}

.clear {
    clear: both
}

.hiddend {
    display: none
}

div.asl_m textarea:focus,
div.asl_m input:focus {
    outline: none
}

div.asl_m {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    overflow: hidden;
    position: relative;
    z-index: 200
}

div.asl_m .probox {
    width: auto;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 1px 0 3px #ccc inset;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row
}

div.asl_m .probox .proinput {
    width: auto;
    height: 100%;
    margin: 0 0 0 10px;
    padding: 0 5px;
    float: left;
    box-shadow: none;
    position: relative;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    order: 5;
    -webkit-order: 5
}

div.asl_m .probox .proinput input:before,
div.asl_m .probox .proinput input:after,
div.asl_m .probox .proinput form:before,
div.asl_m .probox .proinput form:after {
    display: none
}

div.asl_m .probox .proinput input {
    height: 28px;
    border: 0;
    background: 0 0;
    width: 100%;
    box-shadow: none;
    margin: -1px;
    padding: 0;
    left: 0;
    line-height: normal !important;
    display: block
}

div.asl_m .probox .proinput input::-webkit-input-placeholder {
    opacity: .85
}

div.asl_m .probox .proinput input::-moz-placeholder {
    opacity: .85
}

div.asl_m .probox .proinput input:-ms-input-placeholder {
    opacity: .85
}

div.asl_m .probox .proinput input:-moz-placeholder {
    opacity: .85
}

div.asl_m .proinput input.orig {
    padding: 0 !important;
    margin: 0 !important;
    background: 0 0 !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    z-index: 10;
    position: relative
}

div.asl_m .proinput input.autocomplete {
    padding: 0 !important;
    margin: 0;
    background: 0 0 !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    opacity: .2
}

div.asl_m .probox .proinput input.autocomplete {
    border: 0;
    background: 0 0;
    width: 100%;
    box-shadow: none;
    margin: 0;
    margin-top: -28px !important;
    padding: 0;
    left: 0;
    position: relative;
    z-index: 9
}

div.asl_m .probox .proinput.iepaddingfix {
    padding-top: 0
}

div.asl_m .probox .proinput .loading {
    width: 32px;
    background: #000;
    height: 100%;
    box-shadow: none
}

div.asl_m .probox .proloading,
div.asl_m .probox .proclose,
div.asl_m .probox .promagnifier,
div.asl_m .probox .prosettings {
    width: 20px;
    height: 20px;
    background: 0 0;
    background-size: 20px 20px;
    float: right;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: center;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    z-index: 100
}

div.asl_m .probox .promagnifier {
    order: 10;
    -webkit-order: 10
}

div.asl_m .probox .prosettings {
    order: 1;
    -webkit-order: 1
}

div.asl_m .probox .proloading,
div.asl_m .probox .proclose {
    background-position: center center;
    display: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: transparent;
    order: 6;
    -webkit-order: 6
}

div.asl_m .probox .proclose {
    position: relative;
    cursor: pointer
}

div.asl_m .probox .promagnifier .innericon,
div.asl_m .probox .prosettings .innericon,
div.asl_m .probox .proclose .innericon {
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden
}

div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
    height: 100%;
    width: 22px;
    vertical-align: baseline;
    display: inline-block
}

div.asl_m .probox .proloading {
    padding: 2px;
    box-sizing: border-box
}

div.asl_m .probox div.asl_loader,
div.asl_m .probox div.asl_loader * {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    box-shadow: none
}

div.asl_m .probox div.asl_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 28px;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

div.asl_m .probox div.asl_loader-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    height: 100%
}

@-webkit-keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-simple {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

div.asl_m .probox div.asl_simple-circle {
    margin: 0;
    height: 100%;
    width: 100%;
    animation: rotate-simple .8s infinite linear;
    -webkit-animation: rotate-simple .8s infinite linear;
    border: 4px solid #fff;
    border-right-color: transparent !important;
    border-radius: 50%;
    box-sizing: border-box
}

div.asl_m .probox .proclose svg {
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
    fill: #fefefe;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .9)
}

div.asl_r * {
    text-decoration: none;
    text-shadow: none
}

div.asl_r .results .asl_nores {
    overflow: hidden;
    width: auto;
    height: 100%;
    line-height: initial;
    text-align: center;
    margin: 0;
    background: #fff;
    padding: 10px 3px;
    color: #222
}

div.asl_r.horizontal {
    padding: 2px 0 10px
}

div.asl_r.horizontal .results .nores {
    background: 0 0
}

div.asl_r .results {
    overflow: hidden;
    width: auto;
    height: 0;
    margin: 0;
    padding: 0
}

div.asl_r.horizontal .results {
    height: auto;
    width: auto
}

div.asl_r .results .item {
    overflow: hidden;
    width: auto;
    margin: 0;
    padding: 3px;
    position: relative;
    background: #f4f4f4;
    border-left: 1px solid rgba(255, 255, 255, .6);
    border-right: 1px solid rgba(255, 255, 255, .4);
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease;
    backface-visibility: hidden;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    -webkit-backface-visibility: hidden
}

div.asl_r.vertical .results .item:first-child {
    border-radius: 3px 3px 0 0
}

div.asl_r.vertical .results .item:last-child {
    border-radius: 0 0 3px 3px;
    margin-bottom: 0
}

div.asl_r.vertical .results .asl_spacer {
    background: none repeat scroll 0 0 #ccc;
    display: block;
    height: 2px;
    width: 100%;
    margin: 0;
    padding: 0
}

div.asl_r.vertical .results .item:last-child:after {
    height: 0;
    margin: 0;
    width: 0
}

div.asl_r .results .item .asl_image {
    overflow: hidden;
    background: 0 0;
    margin: 2px 8px 0 0;
    padding: 0;
    float: left;
    background-position: center;
    background-size: cover
}

div.asl_r .results .item .asl_image img {
    width: 100%;
    height: 100%
}

div.asl_r .results .item .asl_content {
    overflow: hidden;
    height: auto;
    background: 0 0;
    margin: 0;
    padding: 3px 3px 5px
}

div.asl_r .results .item .asl_content h3 {
    margin: 0;
    padding: 0;
    display: inline;
    line-height: inherit
}

div.asl_r .results .item .asl_content .asl_desc {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px
}

div.asl_r .results .item div.etc {
    margin-top: 4px
}

div.asl_r .results a span.overlap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

div.asl_r p.showmore {
    text-align: center;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-family: Open Sans;
    color: #055e94;
    font-size: 12px;
    line-height: 30px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    background-color: #fff;
    margin-top: 3px;
    cursor: pointer
}

div.asl_r p.showmore a {
    font-weight: 400;
    font-family: Open Sans;
    color: #055e94;
    font-size: 12px;
    line-height: 30px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    display: block;
    text-align: center;
    cursor: pointer
}

.results .asl_nores .asl_keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight: 700;
    font-family: Open Sans
}

div.asl_r .resdrg {
    height: auto
}

div.asl_w .group:first-of-type {
    margin: 0 0 -3px
}

div.asl_s.searchsettings {
    width: 200px;
    height: auto;
    position: absolute;
    display: none;
    z-index: 1101;
    border-radius: 0 0 3px 3px;
    visibility: hidden;
    padding: 0
}

div.asl_s.searchsettings form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 12px !important;
    padding: 0 !important
}

div.asl_s.searchsettings .asl_option_inner {
    margin: 2px 10px 0;
    *padding-bottom: 10px;
}

div.asl_s.searchsettings.ie78 .asl_option_inner {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

div.asl_s.searchsettings .asl_option_label {
    font-size: 14px;
    line-height: 20px !important;
    margin: 0;
    width: 150px;
    text-shadow: none;
    padding: 0;
    min-height: 20px;
    border: none;
    background: 0 0;
    float: none
}

div.asl_s.searchsettings .asl_option_inner input[type=checkbox] {
    display: none !important
}

div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox] {
    display: block
}

div.asl_s.searchsettings.ie78 .asl_option_label {
    float: right !important
}

div.asl_s.searchsettings .asl_option {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    align-items: flex-start;
    margin: 0 0 10px;
    cursor: pointer
}

div.asl_s.searchsettings .asl_option.asl-o-last,
div.asl_s.searchsettings .asl_option:last-child {
    margin-bottom: 0
}

div.asl_s.searchsettings .asl_option_inner {
    width: 17px;
    height: 17px;
    position: relative;
    flex-grow: 0;
    -webkit-flex-grow: 0;
    flex-shrink: 0;
    -webkit-flex-shrink: 0
}

div.asl_s.searchsettings .asl_option_inner label {
    cursor: pointer;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 0;
    padding: 0;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
    overflow: hidden;
    font-size: 0 !important;
    color: rgba(0, 0, 0, 0)
}

div.asl_s.searchsettings.ie78 .asl_option_inner label {
    display: none
}

div.asl_s.searchsettings .asl_option_inner label:after {
    opacity: 0;
    font-family: 'aslsicons2';
    content: "î €";
    font-weight: 400 !important;
    background: 0 0;
    border: none !important;
    box-sizing: content-box;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0 !important;
    margin: 1px 0 0 !important;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    display: block;
    font-size: 11px !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

div.asl_s.searchsettings.ie78 .asl_option_inner label:after {
    display: none
}

div.asl_s.searchsettings .asl_option_inner label:hover:after {
    -ms-filter: "alpha(opacity=30)";
    filter: alpha(opacity=30);
    opacity: .3
}

div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+label:after {
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

div.asl_s.searchsettings fieldset {
    position: relative;
    float: left
}

div.asl_s.searchsettings fieldset {
    background: 0 0;
    font-size: .9em;
    margin: 12px 0 0 !important;
    padding: 0;
    width: 192px
}

div.asl_s.searchsettings fieldset .asl_option_label {
    width: 130px;
    display: block
}

div.asl_s.searchsettings form fieldset legend {
    padding: 5px 0 8px 10px
}

div.asl_w .mCustomScrollBox .mCSBap_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0
}

div.asl_w .mCSBap_scrollTools .mCSBap_draggerContainer {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0
}

div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp,
div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown {
    position: relative;
    margin: -8px 0 0 3px;
    background-position: 0 0;
    background: 0 0;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 5px 6px;
    width: 0;
    height: 0;
    padding: 10px 0 0;
    background: 0;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)";
    display: block;
    overflow: hidden;
    cursor: pointer
}

div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown {
    margin: -16px 0 0 3px;
    border-width: 6px 5px 0;
    border-color: #fff transparent transparent;
    position: relative;
    top: 100%
}

div.asl_w .mCustScr {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

div.asl_w .mCustScr.mCS_no_scrollbar,
.mCustScr.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

div.asl_w .mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr
}

div.asl_w .mCSBap_container {
    overflow: hidden;
    width: auto;
    height: auto
}

div.asl_w .mCSBap_inside>.mCSBap_container {
    margin-right: 20px
}

div.asl_w .mCSBap_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_container {
    margin-right: 0;
    margin-left: 30px
}

div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

div.asl_w .mCSBap_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

div.asl_w .mCSBap_outside+.mCSBap_scrollTools {
    right: -26px
}

div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_scrollTools,
div.asl_w .mCS-dir-rtl>.mCSBap_outside+.mCSBap_scrollTools {
    right: auto;
    left: 0
}

div.asl_w .mCS-dir-rtl>.mCSBap_outside+.mCSBap_scrollTools {
    left: -26px
}

div.asl_w .mCSBap_scrollTools .mCSBap_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

div.asl_w .mCSBap_scrollTools a+.mCSBap_draggerContainer {
    margin: 20px 0
}

div.asl_w .mCSBap_scrollTools .mCSBap_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

div.asl_w .mCSBap_scrollTools .mCSBap_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    width: 6px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center
}

div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger.mCSBap_dragger_onDrag_expanded .mCSBap_dragger_bar,
div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerContainer:hover .mCSBap_dragger .mCSBap_dragger_bar {
    width: 12px
}

div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger.mCSBap_dragger_onDrag_expanded+.mCSBap_draggerRail,
div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerContainer:hover .mCSBap_draggerRail {
    width: 8px
}

div.asl_w .mCSBap_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

div.asl_w .mCSBap_container_wrapper>.mCSBap_container {
    padding-right: 30px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

div.asl_w .mCSBap_vertical_horizontal>.mCSBap_scrollTools.mCSBap_scrollTools_vertical {
    bottom: 20px
}

div.asl_w .mCSBap_vertical_horizontal>.mCSBap_scrollTools.mCSBap_scrollTools_horizontal {
    right: 20px
}

div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSBap_scrollTools.mCSBap_scrollTools_vertical {
    bottom: 0
}

div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSBap_scrollTools~.mCSBap_scrollTools.mCSBap_scrollTools_horizontal,
div.asl_w .mCS-dir-rtl>.mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_scrollTools.mCSBap_scrollTools_horizontal {
    right: 0
}

div.asl_w .mCS-dir-rtl>.mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_scrollTools.mCSBap_scrollTools_horizontal {
    left: 20px
}

div.asl_w .mCS-dir-rtl>.mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSBap_scrollTools~.mCSBap_scrollTools.mCSBap_scrollTools_horizontal {
    left: 0
}

div.asl_w .mCS-dir-rtl>.mCSBap_inside>.mCSBap_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSBap_container {
    padding-right: 0
}

div.asl_w .mCSBap_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSBap_container {
    padding-bottom: 0
}

div.asl_w .mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

div.asl_w .mCustomScrollBox.mCSBap_vertical_horizontal.mCSBap_inside>.mCSBap_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

div.asl_w .mCSBap_scrollTools,
div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar,
div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp,
div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger_bar,
div.asl_w .mCSBap_scrollTools_vertical.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerRail,
div.asl_w .mCSBap_scrollTools_horizontal.mCSBap_scrollTools_onDrag_expand .mCSBap_dragger_bar,
div.asl_w .mCSBap_scrollTools_horizontal.mCSBap_scrollTools_onDrag_expand .mCSBap_draggerRail {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

div.asl_w .mCSBap_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

div.asl_w .mCS-autoHide>.mCustomScrollBox>.mCSBap_scrollTools,
div.asl_w .mCS-autoHide>.mCustomScrollBox~.mCSBap_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

div.asl_w .mCustScr>.mCustomScrollBox>.mCSBap_scrollTools.mCSBap_scrollTools_onDrag,
div.asl_w .mCustScr>.mCustomScrollBox~.mCSBap_scrollTools.mCSBap_scrollTools_onDrag,
div.asl_w .mCustomScrollBox:hover>.mCSBap_scrollTools,
div.asl_w .mCustomScrollBox:hover~.mCSBap_scrollTools,
div.asl_w .mCS-autoHide:hover>.mCustomScrollBox>.mCSBap_scrollTools,
div.asl_w .mCS-autoHide:hover>.mCustomScrollBox~.mCSBap_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asl_w .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp {
    background-position: 0 0
}

div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp:hover,
div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

div.asl_w .mCSBap_scrollTools .mCSBap_buttonUp:active,
div.asl_w .mCSBap_scrollTools .mCSBap_buttonDown:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

#asl_hidden_data {
    display: none !important
}

div.asl_w {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
    border: 0 solid #b5b5b5;
    border-radius: 0;
    box-shadow: 0 1px 0 0 #e4e4e4
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    margin: 0;
    height: 28px;
    background-color: #fff;
    border: 0 none #fff;
    border-radius: 0;
    box-shadow: 0 0 0 0 #b5b5b5 inset
}

#ajaxsearchlite1 .probox .proinput,
div.asl_w .probox .proinput {
    font-weight: 400;
    font-family: Open Sans;
    color: #000 !important;
    font-size: 12px;
    line-height: normal !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
    font-weight: 400;
    font-family: Open Sans;
    color: #000 !important;
    font-size: 12px;
    line-height: normal !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    border: 0;
    box-shadow: none
}

div.asl_w.asl_msie .probox .proinput input {
    line-height: 24px !important
}

div.asl_w .probox .proinput input::-webkit-input-placeholder {
    font-weight: 400;
    font-family: Open Sans;
    color: rgba(0, 0, 0, .6) !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_w .probox .proinput input::-moz-placeholder {
    font-weight: 400;
    font-family: Open Sans;
    color: rgba(0, 0, 0, .6) !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_w .probox .proinput input:-ms-input-placeholder {
    font-weight: 400;
    font-family: Open Sans;
    color: rgba(0, 0, 0, .6) !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_w .probox .proinput input:-moz-placeholder {
    font-weight: 400;
    font-family: Open Sans;
    color: rgba(0, 0, 0, .6) !important;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_w .probox .proinput input.autocomplete {
    font-weight: 400;
    font-family: Open Sans;
    color: #000;
    font-size: 12px;
    line-height: 15px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_w .probox .proloading,
div.asl_w .probox .proclose,
div.asl_w .probox .promagnifier,
div.asl_w .probox .prosettings {
    width: 28px;
    height: 28px
}

div.asl_w .probox .promagnifier .innericon svg {
    fill: #363636
}

div.asl_w .probox div.asl_simple-circle {
    border: 4px solid #000
}

div.asl_w .probox .prosettings .innericon svg {
    fill: #363636
}

div.asl_w .probox .promagnifier {
    width: 28px;
    height: 28px;
    background-image: -o-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-position: center center;
    background-repeat: no-repeat;
    border: 0 solid #fff;
    border-radius: 0;
    box-shadow: -1px 1px 0 0 rgba(255, 255, 255, .64) inset;
    cursor: pointer;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer
}

div.asl_w .probox div.prosettings {
    width: 28px;
    height: 28px;
    background-image: -o-linear-gradient(175deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-image: -ms-linear-gradient(175deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(175deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-image: linear-gradient(175deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    border: 0 solid #fff;
    border-radius: 0;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, .64) inset;
    cursor: pointer;
    background-size: 100% 100%;
    order: 7;
    -webkit-order: 7
}

div.asl_r {
    position: absolute;
    z-index: 1100
}

div.asl_r.vertical {
    padding: 4px;
    background: #fff;
    border-radius: 3px;
    border: 0 solid #b5b5b5;
    border-radius: 0;
    box-shadow: 0 0 3px -1px rgba(0, 0, 0, .3);
    visibility: hidden;
    display: none
}

div.asl_r .results .nores .keyword {
    padding: 0 6px;
    cursor: pointer;
    font-weight: 400;
    font-family: Open Sans;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 13px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
    font-weight: 700
}

div.asl_r .results .item {
    height: auto;
    background: #fff
}

div.asl_r.vertical .results .item:after {
    background: #ccc
}

div.asl_r .results .item.hovered {
    background: #f4f4f4
}

div.asl_r .results .item .asl_image {
    width: 70px;
    height: 70px
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: 400;
    font-family: Open Sans;
    color: #1468a9;
    font-size: 14px;
    line-height: 22px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_r .results .item .asl_content h3 a:hover {
    font-weight: 400;
    font-family: Open Sans;
    color: #2e6bbc;
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_r .results .item div.etc {
    padding: 0;
    line-height: 10px;
    font-weight: 700;
    font-family: Open Sans;
    color: #a1a1a1;
    font-size: 12px;
    line-height: 13px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_r .results .item .etc .asl_author {
    padding: 0;
    font-weight: 700;
    font-family: Open Sans;
    color: #a1a1a1;
    font-size: 12px;
    line-height: 13px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_r .results .item .etc .asl_date {
    margin: 0 0 0 10px;
    padding: 0;
    font-weight: 400;
    font-family: Open Sans;
    color: #adadad;
    font-size: 12px;
    line-height: 15px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_r .results .item p.desc {
    margin: 2px 0;
    padding: 0;
    font-weight: 400;
    font-family: Open Sans;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 13px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_r .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asl_r .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar {
    background: rgba(255, 255, 255, 1);
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,
div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar {
    background: #fafafa;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

div.asl_r .mCSBap_scrollTools .mCSBap_buttonDown {
    border-color: #3e3e3e transparent transparent
}

div.asl_r .mCSBap_scrollTools .mCSBap_buttonUp {
    border-color: transparent transparent #3e3e3e
}

div.asl_r span.highlighted {
    font-weight: 700;
    color: #d9312b;
    background-color: #eee;
    color: rgba(217, 49, 43, 1);
    background-color: rgba(238, 238, 238, 1)
}

div.asl_r p.showmore a {
    border: 1px solid #eaeaea
}

div.asl_r.vertical .results .asl_spacer {
    background: none repeat scroll 0 0 #d8d8d8;
    display: block;
    height: 1px;
    width: 100%;
    margin: 0;
    padding: 0
}

div.asl_s.searchsettings {
    background: #fff;
    box-shadow: 0 0 0 1px #b5b5b5 inset
}

div.asl_s.searchsettings .asl_option_label {
    font-weight: 700;
    font-family: Open Sans;
    color: #2b2b2b;
    font-size: 12px;
    line-height: 15px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

div.asl_s.searchsettings .asl_option_inner label {
    background-image: linear-gradient(180deg, #222, #36373a);
    background-image: -webkit-linear-gradient(180deg, #222, #36373a);
    background-image: -moz-linear-gradient(180deg, #222, #36373a);
    background-image: -o-linear-gradient(180deg, #222, #36373a);
    background-image: -ms-linear-gradient(180deg, #222, #36373a)
}

div.asl_s.searchsettings fieldset .categoryfilter {
    max-height: 200px;
    overflow: auto
}

div.asl_s.searchsettings fieldset legend {
    padding: 5px 0 0 10px;
    margin: 0;
    font-weight: 400;
    font-family: Open Sans;
    color: #474747;
    font-size: 13px;
    line-height: 15px;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0)
}

body .gform_wrapper.gf_reset_wrapper,
body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper h1,
body .gform_wrapper.gf_reset_wrapper h2,
body .gform_wrapper.gf_reset_wrapper h3,
body .gform_wrapper.gf_reset_wrapper h4,
body .gform_wrapper.gf_reset_wrapper h5,
body .gform_wrapper.gf_reset_wrapper h6,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper input[type=button],
body .gform_wrapper.gf_reset_wrapper input[type=email],
body .gform_wrapper.gf_reset_wrapper input[type=image],
body .gform_wrapper.gf_reset_wrapper input[type=number],
body .gform_wrapper.gf_reset_wrapper input[type=password],
body .gform_wrapper.gf_reset_wrapper input[type=submit],
body .gform_wrapper.gf_reset_wrapper input[type=tel],
body .gform_wrapper.gf_reset_wrapper input[type=text],
body .gform_wrapper.gf_reset_wrapper input[type=url],
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper td,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

body .gform_wrapper.gf_reset_wrapper button,
body .gform_wrapper.gf_reset_wrapper caption,
body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper form,
body .gform_wrapper.gf_reset_wrapper iframe,
body .gform_wrapper.gf_reset_wrapper img,
body .gform_wrapper.gf_reset_wrapper input[type=button],
body .gform_wrapper.gf_reset_wrapper input[type=email],
body .gform_wrapper.gf_reset_wrapper input[type=image],
body .gform_wrapper.gf_reset_wrapper input[type=number],
body .gform_wrapper.gf_reset_wrapper input[type=password],
body .gform_wrapper.gf_reset_wrapper input[type=submit],
body .gform_wrapper.gf_reset_wrapper input[type=tel],
body .gform_wrapper.gf_reset_wrapper input[type=text],
body .gform_wrapper.gf_reset_wrapper input[type=url],
body .gform_wrapper.gf_reset_wrapper label,
body .gform_wrapper.gf_reset_wrapper legend,
body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper select,
body .gform_wrapper.gf_reset_wrapper span,
body .gform_wrapper.gf_reset_wrapper table,
body .gform_wrapper.gf_reset_wrapper tbody,
body .gform_wrapper.gf_reset_wrapper td,
body .gform_wrapper.gf_reset_wrapper textarea,
body .gform_wrapper.gf_reset_wrapper tfoot,
body .gform_wrapper.gf_reset_wrapper th,
body .gform_wrapper.gf_reset_wrapper thead,
body .gform_wrapper.gf_reset_wrapper tr,
body .gform_wrapper.gf_reset_wrapper ul {
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    line-height: 1;
    font-weight: 400
}

body .gform_wrapper.gf_reset_wrapper div,
body .gform_wrapper.gf_reset_wrapper p,
body .gform_wrapper.gf_reset_wrapper span {
    line-height: 1.8
}

body .gform_wrapper.gf_reset_wrapper fieldset,
body .gform_wrapper.gf_reset_wrapper img {
    border: 0
}

body .gform_wrapper.gf_reset_wrapper li,
body .gform_wrapper.gf_reset_wrapper ol,
body .gform_wrapper.gf_reset_wrapper ul {
    list-style: none
}

body .gform_wrapper.gf_reset_wrapper a img {
    border: none
}

body .gform_wrapper.gf_reset_wrapper:focus {
    outline: 0
}

.gform_wrapper select,
.gform_wrapper textarea {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal
}

.gform_wrapper .gf_progressbar:after,
.gform_wrapper ol.validation_list:after {
    content: ""
}

.gform_wrapper {
    margin: 16px 0;
    max-width: 100%
}

.gform_wrapper form {
    text-align: left;
    max-width: 100%;
    margin: 0 auto
}

.gform_wrapper *,
.gform_wrapper:after,
.gform_wrapper:before {
    box-sizing: border-box!important
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
    font-weight: 400;
    border: none;
    background: 0 0
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal
}

.gform_wrapper input[type=image] {
    border: none!important;
    padding: 0!important;
    width: auto!important
}

.gform_wrapper textarea {
    padding: 6px 8px;
    line-height: 1.5;
    resize: none
}

.gform_wrapper select {
    line-height: 1.5
}

.gform_wrapper .ginput_container_multiselect select {
    background-image: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0
}

.gform_wrapper ul.gform_fields {
    margin: 0!important;
    list-style-type: none;
    display: block
}

.gform_wrapper ul,
html>body .entry ul {
    text-indent: 0
}

.gform_wrapper form li,
.gform_wrapper li {
    margin-left: 0!important;
    list-style: none!important;
    overflow: visible
}

.gform_wrapper ul li.gfield {
    clear: both
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    overflow: hidden
}

.gform_wrapper form ul.gform_fields.left_label li.gfield,
.gform_wrapper form ul.gform_fields.right_label li.gfield,
.gform_wrapper ul.gform_fields.left_label li.gfield,
.gform_wrapper ul.gform_fields.right_label li.gfield {
    margin-bottom: 14px
}

.gform_wrapper form ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.right_label li ul.gfield_radio li {
    margin-bottom: 10px
}

.gform_wrapper ul li:after,
.gform_wrapper ul li:before,
.gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible
}

.gform_wrapper select option {
    padding: 2px;
    display: block
}

.gform_wrapper .inline {
    display: inline!important
}

.gform_wrapper .gform_heading {
    width: 100%;
    margin-bottom: 18px
}

.gform_wrapper .clear-multi {
    display: flex
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
    display: -moz-inline-stack;
    display: inline-block
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
    flex-direction: row
}

.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_year {
    vertical-align: top;
    flex-direction: row;
    margin-right: .5rem
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month {
    width: 4rem;
    margin-right: .5rem
}

.gform_wrapper .gfield_date_day input[type=number],
.gform_wrapper .gfield_date_month input[type=number] {
    width: calc(3rem + 8px)!important
}

.gform_wrapper .gfield_date_year input[type=number] {
    width: calc(4rem + 8px)!important
}

.gform_wrapper .gfield_date_year {
    width: 5rem
}

.gform_wrapper .gfield_date_day input,
.gform_wrapper .gfield_date_month input {
    width: calc(3rem + 8px)
}

.gform_wrapper .gfield_date_year input {
    width: 4rem
}

.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
    width: 3rem;
    text-align: center
}

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label,
.gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
    width: 4rem
}

.gform_wrapper .gfield_time_ampm,
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute {
    width: 33.333%;
    flex-direction: row
}

@media only screen and (min-width:321px) {
    .gform_wrapper .gfield_date_day,
    .gform_wrapper .gfield_date_month {
        max-width: 4rem
    }
    .gform_wrapper .gfield_date_year,
    .gform_wrapper .gfield_time_ampm {
        max-width: calc(4rem + .5rem)
    }
    .gform_wrapper .gfield_time_hour,
    .gform_wrapper .gfield_time_minute {
        max-width: 4rem
    }
    .gform_wrapper .gfield_time_ampm,
    .gform_wrapper .gfield_time_hour {
        max-width: calc(4rem + .5rem)
    }
}

.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
    float: left
}

.gform_wrapper .gfield_time_hour i {
    font-style: normal!important;
    font-family: sans-serif!important;
    width: 10px;
    text-align: center;
    float: right;
    margin-top: 9%
}

.gform_wrapper .gfield_time_minute {
    margin-right: .5rem
}

.gform_wrapper .gfield_time_hour {
    margin-right: .25rem
}

.gform_wrapper .gfield_time_ampm {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block
}

.gform_wrapper .gfield_time_ampm select {
    min-width: calc(2rem + 25px);
    width: calc(3rem + 25px)
}

.gform_wrapper .gfield_time_ampm_shim {
    display: block;
    font-size: .813em;
    margin: 9px 0 1px 1px
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
    width: calc(3rem + 8px)
}

.gform_wrapper .gfield_time_hour input[type=number],
.gform_wrapper .gfield_time_minute input[type=number] {
    width: calc(3rem + 8px)!important
}

.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    width: 3rem;
    text-align: center
}

.gform_wrapper .field_hover {
    border: 1px dashed #2175A9;
    cursor: pointer
}

.gform_wrapper .field_selected {
    background-color: #DFEFFF;
    border: 1px solid #C2D7EF
}

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_last,
.gform_wrapper .field_name_middle {
    width: 49.5%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}

.gform_wrapper .ginput_complex.ginput_container {
    overflow: visible;
    width: 100%
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
    font-weight: 700;
    font-size: inherit
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both
}

.gform_wrapper .top_label .gfield_hide_label {
    display: none
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.gform_wrapper .ginput_complex select {
    width: 100%
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: block;
    font-size: .813em;
    letter-spacing: .5pt;
    white-space: nowrap
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
    margin: 9px 0 1px 1px
}

.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,
.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
    margin-top: 0
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 1px 0 9px 1px
}

.gform_wrapper .top_label .field_sublabel_above label.gfield_label+.ginput_complex.ginput_container,
.gform_wrapper .top_label .field_sublabel_above label.gfield_label+div[class*=gfield_time_].ginput_container {
    margin-top: 0
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px
}

body.gform_wrapper div.clear-multi {
    display: -moz-inline-stack;
    display: inline-block
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 16px;
    margin-bottom: 0
}

.gform_wrapper .hidden_label .gfield_label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.gfield.left_label,
.gfield.right_label {
    padding-top: 10px
}

.gform_wrapper li.hidden_label input {
    margin-top: 12px
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 12px
}

.gform_wrapper .screen-reader-text,
.gform_wrapper label.hidden_sub_label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

.gform_wrapper input.large,
.gform_wrapper input.medium,
.gform_wrapper input.small,
.gform_wrapper select.large,
.gform_wrapper select.medium,
.gform_wrapper select.small {
    width: 100%
}

.gform_wrapper input.datepicker_with_icon.large,
.gform_wrapper input.datepicker_with_icon.medium,
.gform_wrapper input.datepicker_with_icon.small {
    width: calc(100% - 24px)
}

.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error input.medium,
.gform_wrapper .gfield_error input.small,
.gform_wrapper .gfield_error select.large,
.gform_wrapper .gfield_error select.medium,
.gform_wrapper .gfield_error select.small {
    width: 100%
}

.gform_wrapper .gfield_error input.datepicker_with_icon.large,
.gform_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_wrapper .gfield_error input.datepicker_with_icon.small {
    width: calc(100% - 32px)
}

.gform_wrapper textarea.small {
    height: 80px;
    width: 100%
}

.gform_wrapper textarea.medium {
    height: 120px;
    width: 100%
}

.gform_wrapper textarea.large {
    height: 160px;
    width: 100%
}

.gform_wrapper h2.gsection_title {
    margin: 0!important;
    padding: 0!important;
    letter-spacing: normal!important
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
    font-weight: 700;
    font-size: 1.25em
}

.gform_wrapper h3.gform_title {
    letter-spacing: normal!important;
    margin: 10px 0 6px
}

.gform_wrapper li.gfield.field_description_below+li.gsection {
    margin-top: 24px!important
}

.gform_wrapper span.gform_description {
    font-weight: 400;
    display: block;
    width: calc(100% - 16px);
    margin-bottom: 16px
}

.gform_wrapper .gsection {
    border-bottom: 1px solid #CCC;
    padding: 0 16px 8px 0;
    margin: 28px 0;
    clear: both
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
    width: auto!important
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: .875em;
    vertical-align: middle;
    max-width: 85%;
    white-space: normal
}

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

.gform_wrapper .gfield_checkbox li label {
    margin: 0
}

.gform_wrapper .gfield_radio li label {
    margin: 2px 0 0 4px
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
    font-size: .813em;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
    padding: 0 16px 0 0
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 16px
}

.gform_wrapper .field_sublabel_above .description,
.gform_wrapper .field_sublabel_above .gfield_description,
.gform_wrapper .field_sublabel_above .gsection_description {
    margin-top: 9px
}

.gform_wrapper .top_label .gsection_description {
    width: 100%;
    margin-bottom: 9px
}

.gform_wrapper .gfield_description {
    width: 100%
}

.gform_wrapper .description_above .gfield_description {
    padding: 0 0 10px
}

.gfield_date_year+.gfield_description {
    padding: 0
}

.gform_wrapper .field_description_below .gfield_consent_description,
.gform_wrapper .gfield_consent_description {
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-top: 12px;
    padding: 6px 8px;
    font-size: .688em
}

.gform_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255, 223, 224, .25);
    margin-bottom: 6px!important;
    border-top: 1px solid #C89797;
    border-bottom: 1px solid #C89797;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
    padding: 16px 16px 14px;
    border-top: 2px solid #790000;
    border-bottom: 4px solid #790000;
    background-color: rgba(255, 223, 224, .25);
    width: calc(100% - 16px)
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
    padding: 16px 16px 14px
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    font-size: .875em;
    font-weight: 700;
    font-family: inherit;
    min-height: 25px;
    color: #790000;
    max-width: 100%;
    position: relative
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
    display: block;
    padding: 0 0 14px 24px;
    margin-bottom: 16px;
    line-height: 1.5;
    letter-spacing: .1pt;
    border-bottom: 1px solid #790000;
    text-transform: uppercase;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: left center
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    padding: 16px 16px 14px
}

li.gfield+li.gfield.gfield_creditcard_warning {
    margin-top: 16px!important
}

.gform_wrapper .top_label .gfield_error {
    width: calc(100% - 2px)
}

.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
    width: 100%
}

.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea,
.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea {
    width: 70%
}

.gform_wrapper .gfield_error .gfield_label {
    color: #790000
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 0
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
    margin-left: 0
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    max-width: 100%;
    padding-right: 16px
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 12px
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
    position: relative;
    top: 12px
}

.gform_wrapper div.validation_error {
    color: #790000;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center
}

.gform_wrapper ol.validation_list {
    clear: both;
    width: 100%;
    margin-bottom: 25px;
    color: #790000
}

.gform_wrapper ol.validation_list li {
    list-style-type: decimal!important
}

.gform_wrapper ol.validation_list li a {
    color: #790000
}

.gform_wrapper div#error {
    margin-bottom: 25px
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
    vertical-align: middle!important
}

.gform_wrapper li.gfield fieldset {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%
}

.gform_wrapper li.gfield fieldset>* {
    width: auto
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
    width: 100%;
    line-height: 32px
}

div.gf_page_steps+div.validation_error {
    margin-top: 16px
}

.gform_wrapper div.gfield_description.validation_error {
    color: #790000;
    font-weight: 700;
    font-size: .875em;
    line-height: 1.2;
    margin-bottom: 16px
}

.gform_wrapper .validation_message {
    color: #790000;
    font-weight: 700;
    letter-spacing: normal
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #790000
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
    color: #790000
}

.gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 16px 0 0;
    clear: both;
    width: 100%
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
    font-size: 1em;
    width: 100%;
    margin: 0 0 16px
}

.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_page_footer a.gform_save_link {
    font-size: 1em;
    display: block;
    text-align: center
}

.gform_wrapper .gform_footer input[type=image] {
    padding: 0;
    width: auto!important;
    background: 0 0!important;
    border: none!important;
    margin: 0 auto 16px!important;
    display: block;
    max-width: 100%
}

.gform_wrapper .ginput_complex .ginput_full,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
    min-height: 45px
}

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
.gform_wrapper .gfield_error .ginput_complex .ginput_full select,
.gform_wrapper .ginput_complex .ginput_full input[type=email],
.gform_wrapper .ginput_complex .ginput_full input[type=number],
.gform_wrapper .ginput_complex .ginput_full input[type=password],
.gform_wrapper .ginput_complex .ginput_full input[type=tel],
.gform_wrapper .ginput_complex .ginput_full input[type=text],
.gform_wrapper .ginput_complex .ginput_full input[type=url] {
    width: 100%
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    position: relative;
    margin: 0 0 16px;
    line-height: 1.2
}

.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 700
}

.gform_wrapper input.datepicker.datepicker_with_icon {
    margin-right: 4px!important;
    display: -moz-inline-stack;
    display: inline-block
}

.gform_wrapper .gf_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper input.gform_hidden,
.gform_wrapper input[type=hidden] {
    display: none!important;
    max-height: 1px!important;
    overflow: hidden
}

.gform_wrapper .gf_invisible,
.gform_wrapper .gfield_visibility_hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px
}

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
    display: none!important
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    padding: 0!important
}

.gform_wrapper ul.gfield_radio li input+input {
    margin-left: 4px
}

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
    margin-right: 6px;
    margin-top: 4px
}

.gform_wrapper .gfield_description+.gform_wrapper .gfield_description.validation_message {
    margin-top: 6px
}

.gform_wrapper .ginput_container.ginput_list+.gfield_description.validation_message {
    margin-top: 0
}

.gform_wrapper li.gfield_html {
    max-width: 100%
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 10px
}

body .gform_wrapper ul li.gfield.gfield_html img {
    max-width: 100%!important
}

.gform_wrapper .gform_ajax_spinner {
    padding-left: 10px
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none!important;
    position: absolute!important;
    left: -9000px
}

.gform_wrapper .gfield_captcha_input_container {
    padding-top: 3px
}

.gform_wrapper .simple_captcha_small input {
    width: 64px
}

.gform_wrapper .simple_captcha_medium input {
    width: 96px
}

.gform_wrapper .simple_captcha_large input {
    width: 128px
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_small {
    margin-left: 32%
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    border: none!important;
    background: 0 0!important;
    float: none!important;
    margin: 0!important;
    padding: 0!important
}

.gform_wrapper .left_label .math_large,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .left_label .math_small,
.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label .math_large,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .right_label .math_small,
.gform_wrapper .right_label div.charleft {
    margin-left: 32%
}

.gform_wrapper .math_small input {
    width: 70px
}

.gform_wrapper .math_medium input {
    width: 510px
}

.gform_wrapper .math_large input {
    width: 612px
}

.gform_wrapper div.charleft {
    font-size: .688em;
    margin-top: 4px;
    color: #767676;
    width: 92%!important
}

.gform_wrapper div.charleft[style] {
    width: 92%!important
}

.gform_wrapper div.charleft.ginput_counter_tinymce {
    border: 1px solid #eee;
    border-width: 1px 0 0;
    padding: 4px 9px;
    width: 100%!important
}

.gform_wrapper div.charleft.warningTextareaInfo {
    color: #767676
}

.gform_wrapper div.charleft.ginput_counter_error {
    color: red
}

.gform_wrapper li.gf_hide_charleft div.charleft {
    display: none!important
}

.gf_submission_limit_message {
    color: #790000;
    font-size: 1.375em
}

.gform_wrapper .ginput_price {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.gform_wrapper span.ginput_total {
    color: #060;
    font-size: inherit
}

.gform_wrapper .top_label span.ginput_total {
    margin: 8px 0
}

.gform_wrapper span.ginput_product_price_label {
    margin-right: 2px
}

.gform_wrapper span.ginput_product_price {
    color: #900
}

.gform_wrapper span.ginput_quantity_label {
    margin-left: 10px;
    margin-right: 2px
}

.gform_wrapper input.ginput_quantity[type=text] {
    width: 3rem
}

.gform_wrapper input.ginput_quantity[type=number] {
    width: 4rem
}

.gform_wrapper .gform_page_footer {
    margin: 14px 0;
    width: 100%;
    border-top: 1px dotted #CCC;
    padding: 16px 0 0;
    clear: both
}

.gform_wrapper .gform_page_footer.left_label,
.gform_wrapper .gform_page_footer.right_label {
    padding: 16px 0 0 29%
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    display: -moz-inline-stack;
    display: inline-block
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-bottom: 8px
}

.gform_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 100%;
    margin: 0 0 16px;
    padding: 0 0 16px
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    font-size: .813em;
    line-height: 1!important;
    margin: 0 0 8px 12px!important;
    padding: 0!important;
    clear: both;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.gform_wrapper .gf_progressbar {
    padding: 10px;
    position: relative;
    background-color: rgba(0, 0, 0, .1);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .05);
    width: 100%
}

.gform_wrapper .gf_progressbar_percentage {
    height: 24px;
    text-align: right;
    font-family: helvetica, arial, sans-serif;
    font-size: .813em!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    z-index: 999;
    vertical-align: middle;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, .1) 10px, rgba(0, 0, 0, .1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    border-radius: 20px 4px 4px 20px
}

.gform_wrapper .gf_progressbar:after {
    display: block;
    width: 100%;
    z-index: 990;
    height: 24px;
    margin-top: -24px;
    background-color: rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .05);
    border-radius: 20px
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.8
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none;
    float: none!important;
    margin-left: 12px;
    word-wrap: normal
}

.gform_wrapper .percentbar_blue {
    background-color: #036493;
    color: #FFF
}

.gform_wrapper .percentbar_gray {
    background-color: #7C7C7C;
    color: #FFF
}

.gform_wrapper .percentbar_green {
    background-color: #88B831;
    color: #FFF
}

.gform_wrapper .percentbar_orange {
    background-color: #FF7120;
    color: #FFF
}

.gform_wrapper .percentbar_red {
    background-color: #FF2A1A;
    color: #FFF
}

.gform_wrapper .gf_page_steps {
    width: 100%;
    margin: 0 0 8px;
    padding: 0 0 4px;
    border-bottom: 1px dotted #CCC
}

.gform_wrapper .gf_step {
    width: 100%;
    margin: 24px 24px 24px 0;
    font-size: .875em;
    height: 14px;
    line-height: 1.25!important;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    font-family: inherit
}

.gform_wrapper .gf_step span.gf_step_number {
    font-size: 1.25em;
    font-family: arial, sans-serif;
    margin-right: 4px
}

.gform_wrapper .gf_step span.gf_step_label,
.gform_wrapper .gf_step span.gf_step_number {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle
}

.gform_wrapper .gf_step.gf_step_active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden
}

.gform_wrapper .gfield_password_strength {
    border: 1px solid #DDD;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1.8;
    padding: 10px 5px;
    text-align: center;
    background-color: #EEE;
    border-bottom: 3px solid #DDD
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin-right: 16px
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    margin-top: 18px;
    margin-bottom: 18px;
    width: 100%
}

.gform_wrapper .gfield_password_strength.bad {
    background-color: #FFB78C;
    border-color: #FF853C;
    border-bottom: 3px solid #FF853C
}

.gform_wrapper .gfield_password_strength.good {
    background-color: #FFEC8b;
    border-color: #FC0;
    border-bottom: 3px solid #FC0
}

.gform_wrapper .gfield_password_strength.mismatch,
.gform_wrapper .gfield_password_strength.short {
    background-color: #FFA0A0;
    border-color: #f04040;
    border-bottom: 3px solid #f04040
}

.gform_wrapper .gfield_password_strength.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C;
    border-bottom: 3px solid #8DFF1C
}

.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.gform_wrapper table.gfield_list {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: auto!important
}

.gfield_repeater_buttons {
    padding-top: 15px
}

.gform_wrapper table.gfield_list thead th {
    font-weight: 700;
    text-align: left
}

.gform_wrapper table.gfield_list colgroup {
    width: 100%;
    display: block
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
    color: #790000
}

.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
    padding: 0;
    margin: 0
}

.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list th {
    padding: 4px 0
}

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
    padding: 0 0 4px
}

.gform_wrapper table.gfield_list td+td,
.gform_wrapper table.gfield_list th+th {
    padding: 0 0 0 16px
}

.gform_wrapper .gfield_list,
.gform_wrapper .gfield_list td.gfield_list_cell input {
    width: 100%
}

.gfield_icon_disabled {
    cursor: default!important;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 48px!important;
    padding: 0 0 0 4px!important;
    box-sizing: border-box
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle
}

.gform_wrapper .gform_card_icon_container {
    margin: 8px 0 6px;
    height: 32px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
    float: left;
    position: relative;
    top: 4px!important
}

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

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

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

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
    margin-bottom: 8px
}

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

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

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 24px;
    border: 1px dashed #CCC;
    text-align: center;
    color: #AAA;
    margin-bottom: 16px;
    background: rgba(0, 0, 0, .02);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.gform_wrapper span.gform_drop_instructions {
    display: block;
    margin-bottom: 8px
}

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

.gform_wrapper .copy_values_option_container .copy_values_enabled {
    width: auto
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 1px
}

.gform_wrapper .form_saved_message {
    margin: 1em auto;
    padding: 3em 2em;
    width: 99%;
    font-size: 1em;
    line-height: 1.8;
    color: rgba(49, 112, 143, 1);
    background-color: rgba(227, 243, 243, 1);
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.gform_wrapper .form_saved_message form {
    text-align: center
}

.form_saved_message p.resume_form_link_wrapper {
    background-color: rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-width: 98%!important;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, .2);
    -moz-box-shadow: 0 3px 2px 0 rgba(66, 103, 126, .2);
    box-shadow: 0 3px 2px 0 rgba(66, 103, 126, .2)
}

.form_saved_message a.resume_form_link {
    word-wrap: break-word;
    text-decoration: none;
    color: rgba(47, 99, 126, 1)
}

.form_saved_message .form_saved_message_emailform {
    margin: 1em 0 0
}

.form_saved_message label.form_saved_label {
    position: absolute;
    left: -9000px
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    margin-bottom: .25em
}

div.form_saved_message div.form_saved_message_emailform form input {
    margin: .75em auto 0;
    display: inline-block
}

div.form_saved_message div.form_saved_message_emailform form input[type=email] {
    padding: calc(.75em - 1px)!important;
    width: 24em;
    max-width: 98%!important;
    font-size: 1em;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(145, 175, 199, 1);
    color: rgba(66, 66, 66, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: inset 0 0 5px 0 rgba(238, 238, 238, 1);
    -moz-box-shadow: inset 0 0 5px 0 rgba(238, 238, 238, 1);
    box-shadow: inset 0 0 5px 0 rgba(238, 238, 238, 1)
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    padding: .75em 1em;
    font-size: 1em;
    line-height: 1;
    background-color: rgba(145, 175, 199, 1);
    border: 1px solid rgba(145, 175, 199, 1);
    color: rgba(255, 255, 25566, 1);
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none
}

@media only screen and (max-width:640px) {
    div.form_saved_message div.form_saved_message_emailform form input[type=email],
    div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
        display: block;
        width: 98%
    }
}

.form_saved_message .form_saved_message_emailform .validation_message {
    color: #790000;
    font-weight: 700;
    padding: 2em
}

.form_saved_message_sent {
    margin: 1em auto;
    padding: 3em 2em;
    width: 99%;
    font-size: 1em;
    background-color: rgba(233, 255, 217, 1);
    color: rgba(60, 118, 61, 1);
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box
}

.form_saved_message_sent .saved_message_email,
.form_saved_message_sent .saved_message_success {
    font-weight: 700;
    display: block;
    line-height: 2
}

.form_saved_message_sent .saved_message_email {
    word-wrap: break-word;
    text-decoration: underline
}

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

body .gform_wrapper img.ui-datepicker-trigger {
    width: 17px!important;
    height: 16px!important;
    display: -moz-inline-stack;
    display: inline-block
}

body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
    display: -moz-inline-stack;
    display: inline-block;
    margin-top: -2px
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
    margin-top: 16px
}

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio]+input[type=text] {
    width: 45.25%
}

.gform_wrapper table.recaptchatable {
    table-layout: auto
}

.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
    margin-left: 29%
}

.gfield .wp-editor-container {
    border: 1px solid #ddd
}

.gfield .wp-switch-editor {
    border-color: #ddd
}

.gfield .html-active .switch-html,
.gfield .tmce-active .switch-tmce {
    border-bottom-color: #f5f5f5
}

.gfield .mce-edit-area iframe {
    width: 99.9%!important;
    margin: 0!important
}

body .gform_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0
}

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
    margin-bottom: 0!important;
    padding-bottom: 0!important
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    line-height: inherit
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    list-style-type: disc!important;
    margin: 0 0 8px;
    overflow: visible;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc!important;
    margin: 16px 0 16px 28px!important;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
    list-style-type: decimal!important;
    overflow: visible;
    margin: 0 0 8px;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
    list-style-type: decimal!important;
    margin: 16px 0 18px 32px;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    list-style-type: disc!important;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
    margin: 16px 0 16px 16px
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
    margin: 0 0 8px
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
    margin: 0 0 18px;
    padding-left: 0
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
    font-weight: 700
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
    margin: 0 0 16px 18px
}

.gform_wrapper span.gf_clear_span {
    display: block;
    height: 1px;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both;
    margin-top: -1px
}

.gform_wrapper .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.gform_wrapper .chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gform_wrapper .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    display: none
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
    display: block
}

.gform_wrapper .chosen-container a {
    cursor: pointer
}

.gform_wrapper .chosen-container .chosen-single .group-name,
.gform_wrapper .chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.gform_wrapper .chosen-container .chosen-single .group-name:after,
.gform_wrapper .chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.gform_wrapper .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.gform_wrapper .chosen-container-single .chosen-single input[type=text] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 0
}

.gform_wrapper .chosen-container-single .chosen-default {
    color: #999
}

.gform_wrapper .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.gform_wrapper .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/wp-content/plugins/gravityforms/css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.gform_wrapper .chosen-container-single .chosen-single abbr:hover,
.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.gform_wrapper .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.gform_wrapper .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/wp-content/plugins/gravityforms/css/chosen-sprite.png) 0 2px no-repeat
}

.gform_wrapper .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(/wp-content/plugins/gravityforms/css/chosen-sprite.png) 100% -20px no-repeat;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.gform_wrapper .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.gform_wrapper .chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.gform_wrapper .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.gform_wrapper .chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.gform_wrapper .chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.gform_wrapper .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.gform_wrapper .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text
}

.gform_wrapper .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0!important;
    background: 0 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/wp-content/plugins/gravityforms/css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.gform_wrapper .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.gform_wrapper .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.gform_wrapper .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222!important
}

.gform_wrapper .chosen-disabled {
    opacity: .5!important;
    cursor: default
}

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close,
.gform_wrapper .chosen-disabled .chosen-single {
    cursor: default
}

.gform_wrapper .chosen-rtl {
    text-align: right
}

.gform_wrapper .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.gform_wrapper .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.gform_wrapper .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.gform_wrapper .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.gform_wrapper .chosen-rtl .chosen-choices li {
    float: right
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(/wp-content/plugins/gravityforms/css/chosen-sprite.png) -30px -20px no-repeat;
    direction: rtl
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
    .gform_wrapper .chosen-container .chosen-results-scroll-down span,
    .gform_wrapper .chosen-container .chosen-results-scroll-up span,
    .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .gform_wrapper .chosen-container-single .chosen-search input[type=text],
    .gform_wrapper .chosen-container-single .chosen-single abbr,
    .gform_wrapper .chosen-container-single .chosen-single div b,
    .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
        background-image: url(/wp-content/plugins/gravityforms/css/chosen-sprite@2x.png)!important;
        background-size: 52px 37px!important;
        background-repeat: no-repeat!important
    }
}

body .gform_wrapper .chosen-container a.chosen-single {
    border-radius: inherit
}

body .gform_wrapper ul.chosen-results li {
    line-height: inherit
}

@media only screen and (max-width:641px) {
    .gform_wrapper .chosen-container.chosen-container-single[style],
    .gform_wrapper div.chosen-container.chosen-container-multi[style] {
        width: 100%!important
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 2;
        min-height: 2rem
    }
    .gform_wrapper textarea {
        line-height: 1.5
    }
    .gform_wrapper .chosen-container-single .chosen-single {
        height: 40px;
        line-height: 2.8
    }
    .gform_wrapper .chosen-container-single .chosen-single div b {
        position: relative;
        top: 10px
    }
    .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,
    .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
        width: 100%;
        line-height: inherit;
        float: none
    }
    .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
        margin-bottom: 0
    }
    .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: calc(50% - 6px)
    }
    .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 8px;
        display: block
    }
    .gform_wrapper li.field_sublabel_below .ginput_complex {
        margin-top: 12px!important
    }
    .gform_wrapper ul.gfield_checkbox li label,
    .gform_wrapper ul.gfield_radio li label {
        width: 85%;
        cursor: pointer
    }
}

@media only screen and (max-width:761px),
(min-device-width:768px) and (max-device-width:1023px) {
    .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
        margin-top: 32px
    }
    .gform_wrapper table.gfield_list {
        border: 0
    }
    .gform_wrapper table.gfield_list thead {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .gform_wrapper table.gfield_list tr {
        margin-bottom: 10px;
        display: block;
        background: #fff;
        position: relative;
        border: 1px solid #CCC;
        border-top: 2px solid #CCC;
        border-bottom: 4px solid #CCC
    }
    .gform_wrapper table.gfield_list td {
        display: block;
        margin-left: 8px;
        margin-right: 8px
    }
    .gform_wrapper table.gfield_list td.gfield_list_icons {
        border-bottom: 0;
        margin: 16px 0 0!important
    }
    .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
    .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        content: attr(data-label);
        font-size: .875em;
        letter-spacing: .5pt;
        white-space: nowrap;
        display: block;
        clear: both
    }
    .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
        margin: 8px 0 3px 8px
    }
    .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        margin: 3px 0 8px 8px
    }
    .gform_wrapper table.gfield_list td+td,
    .gform_wrapper table.gfield_list th+th {
        padding: 4px 0 0
    }
    .gform_wrapper table.gfield_list tr.gfield_list_row_even,
    .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
        margin: 16px 0
    }
    .gform_wrapper table.gfield_list tr,
    .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
        padding-top: 12px
    }
    .gform_wrapper table.gfield_list tr td.gfield_list_icons {
        width: 100%!important;
        padding: 0 4px 4px!important;
        background-color: #EEE
    }
    .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
        margin: 12px 0 0 16px!important
    }
    .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
        margin: 12px 0 0 8px!important
    }
    .gform_wrapper .gform_footer a.gform_save_link,
    .gform_wrapper .gform_page_footer a.gform_save_link {
        margin-left: 0
    }
    .gform_wrapper .gfield_list td.gfield_list_cell input {
        width: calc(100% - 16px);
        margin-left: 8px;
        margin-right: 8px
    }
}

@media only screen and (min-width:641px) {
    .gform_wrapper .gform_body {
        width: 100%
    }
    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: calc(100% - 16px)!important
    }
    .gform_wrapper .gfield_checkbox li,
    .gform_wrapper .gfield_radio li {
        margin: 0 0 8px;
        line-height: 1.3
    }
    .gform_wrapper .gsection {
        margin: 28px 16px 28px 0
    }
    .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
        float: left;
        width: 29%;
        padding-right: 16px;
        margin-bottom: 16px
    }
    .gform_wrapper .right_label .gfield_label {
        text-align: right
    }
    .gform_wrapper .left_label .gfield_description,
    .gform_wrapper .right_label .gfield_description {
        width: 70%
    }
    .gform_wrapper form ul.left_label li ul.gfield_checkbox li,
    .gform_wrapper form ul.left_label li ul.gfield_radio li,
    .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
    .gform_wrapper form ul.right_label li ul.gfield_radio li,
    .gform_wrapper ul.left_label li ul.gfield_checkbox li,
    .gform_wrapper ul.left_label li ul.gfield_radio li,
    .gform_wrapper ul.right_label li ul.gfield_checkbox li,
    .gform_wrapper ul.right_label li ul.gfield_radio li {
        margin-bottom: 10px
    }
    .gform_wrapper .left_label .gfield_description,
    .gform_wrapper .left_label .instruction,
    .gform_wrapper .right_label .gfield_description,
    .gform_wrapper .right_label .instruction {
        margin-left: 29%
    }
    .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
        margin-left: 0;
        padding-top: 4px;
        padding-left: 0;
        line-height: 1.5
    }
    .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
        margin-left: 29%!important;
        width: 70%
    }
    .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
    .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
        overflow: hidden
    }
    .gform_wrapper .left_label div.ginput_complex,
    .gform_wrapper .right_label div.ginput_complex {
        width: 70%;
        margin-left: 29%
    }
    .gform_wrapper .left_label input.small,
    .gform_wrapper .left_label select.small,
    .gform_wrapper .right_label input.small,
    .gform_wrapper .right_label select.small {
        width: 15%
    }
    .gform_wrapper .left_label input.medium,
    .gform_wrapper .left_label select.medium,
    .gform_wrapper .right_label input.medium,
    .gform_wrapper .right_label select.medium {
        width: calc(35% - 8px)
    }
    .gform_wrapper .left_label input.large,
    .gform_wrapper .left_label select.large,
    .gform_wrapper .left_label textarea.large,
    .gform_wrapper .left_label textarea.medium,
    .gform_wrapper .left_label textarea.small,
    .gform_wrapper .right_label input.large,
    .gform_wrapper .right_label select.large,
    .gform_wrapper .right_label textarea.large,
    .gform_wrapper .right_label textarea.medium,
    .gform_wrapper .right_label textarea.small {
        width: 70%
    }
    .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
        width: 70%;
        margin-left: 29%!important
    }
    .gform_wrapper .top_label .gfield_list {
        width: 100%
    }
    .gform_wrapper .left_label .gf_list_one_column,
    .gform_wrapper .right_label .gf_list_one_column {
        width: 45%
    }
    .gform_wrapper .top_label .gf_list_one_column {
        width: 46%
    }
    .gform_wrapper .left_label li.hidden_label input,
    .gform_wrapper .right_label li.hidden_label input {
        margin-left: 3.7%
    }
    .gform_wrapper .left_label li.gfield .gfield_password_strength,
    .gform_wrapper .right_label li.gfield .gfield_password_strength {
        margin-left: 29%
    }
    .gform_wrapper .top_label input.small,
    .gform_wrapper .top_label select.small {
        width: 25%
    }
    .gform_wrapper .top_label input.medium,
    .gform_wrapper .top_label select.medium {
        width: calc(50% - 8px)
    }
    .gform_wrapper.gform_validation_error .top_label input.medium,
    .gform_wrapper.gform_validation_error .top_label select.medium {
        width: 50%
    }
    .gform_wrapper .hidden_label input.large,
    .gform_wrapper .hidden_label select.large,
    .gform_wrapper .top_label input.large,
    .gform_wrapper .top_label select.large {
        width: 100%
    }
    .gform_wrapper .top_label input.large.datepicker,
    .gform_wrapper .top_label input.medium.datepicker,
    .gform_wrapper .top_label input.small.datepicker {
        width: auto
    }
    .gform_wrapper textarea.small {
        height: 80px;
        width: 100%
    }
    .gform_wrapper textarea.medium {
        height: 160px;
        width: 100%
    }
    .gform_wrapper textarea.large {
        height: 320px;
        width: 100%
    }
    .gform_wrapper .gfield_error .ginput_complex .ginput_left,
    .gform_wrapper .gfield_error .ginput_complex .ginput_right,
    .gform_wrapper .ginput_complex .ginput_cardinfo_left {
        width: 50%
    }
    .gform_wrapper .ginput_complex .ginput_left,
    .gform_wrapper .ginput_complex .ginput_right {
        width: 50%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0
    }
    .gform_wrapper .ginput_container_password .ginput_right {
        padding-left: 8px
    }
    .gform_wrapper .ginput_complex .ginput_cardinfo_left,
    .gform_wrapper .ginput_complex .ginput_cardinfo_right {
        min-height: 43px;
        position: relative;
        float: left
    }
    .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
    .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
        width: 47%!important;
        display: -moz-inline-stack;
        display: inline-block
    }
    .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
        margin-right: 4px
    }
    .gform_wrapper .gf_step {
        width: auto;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 16px 32px 16px 0
    }
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=image],
    .gform_wrapper .gform_footer input[type=submit] {
        display: -moz-inline-stack;
        display: inline-block
    }
    .gform_wrapper .gform_footer input[type=image] {
        vertical-align: middle
    }
    .gform_wrapper .gform_footer a.gform_save_link,
    .gform_wrapper .gform_page_footer a.gform_save_link {
        font-size: 1em;
        margin-left: 16px;
        display: -moz-inline-stack;
        display: inline-block
    }
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 1em;
        width: auto;
        margin: 0 16px 0 0
    }
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px
    }
    .gform_wrapper .ginput_complex .ginput_left {
        padding-right: 8px
    }
    .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
        content: "";
        display: block
    }
    .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
        margin-right: 8px
    }
    .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
        margin-right: -8px;
        padding-right: 8px
    }
    .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full+span.ginput_right {
        padding-right: 8px!important;
        margin-right: 8px
    }
    .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left {
        padding-right: 8px!important;
        margin-right: -8px
    }
    .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip {
        margin-right: 8px
    }
    .gform_wrapper .gfield_error .ginput_container {
        padding-right: 0
    }
    .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
        margin: 18px 0
    }
    .gform_wrapper .gform_footer:not(.top_label) {
        padding: 16px 0 10px;
        margin-left: 29%;
        width: 70%
    }
    .top_label div.ginput_complex.ginput_container.gf_name_has_1,
    .top_label div.ginput_complex.ginput_container.gf_name_has_2,
    .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(100% + 15px)
    }
    .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
        width: calc(100% + 13px)
    }
    .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
        width: calc(100% + 14px)
    }
    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(70% + 15px);
        margin-left: 29%
    }
    ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1,
    ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
    ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(70% + 24px)
    }
    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
        width: calc(70% + 13px);
        margin-left: 29%
    }
    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
        width: calc(70% + 14px);
        margin-left: 29%
    }
    div.ginput_container_name span {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        padding-right: 16px;
        margin-right: -4px
    }
    div.ginput_complex.ginput_container.gf_name_has_1 span {
        width: 100%
    }
    div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 50%
    }
    div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33.3%
    }
    div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 25%
    }
    div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.95%
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
        width: 99.75%!important
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 49.75%!important
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33%!important
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 24.75%!important
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.75%!important
    }
    html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
    html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
    html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
    html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
        margin-left: 0!important
    }
    .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
        width: calc(100% + 15px)
    }
    .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 16px);
        margin-left: 29%
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 17px)
    }
    li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 8px)!important
    }
    .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left,
    .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
        padding-right: 16px
    }
    .gform_wrapper ul.left_label li.gfield .gfield_password_strength,
    .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
        width: 70%
    }
    .gform_wrapper .ginput_complex span.ginput_left+input.gform_hidden+span.ginput_left {
        padding-right: 0
    }
    .gform_wrapper .ginput_complex span.ginput_left.address_country {
        margin-right: 0
    }
    html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi,
    html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description,
    html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
        width: 70%;
        margin-left: 29%
    }
    .gform_wrapper .gf_progressbar {
        width: calc(100% - 16px)
    }
    .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
        margin-left: 29%;
        width: 70%
    }
    body .gform_wrapper span.ginput_left.address_city+input.gform_hidden+span.ginput_left.address_country {
        width: calc(50% - 8px);
        margin-right: 0
    }
    .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
        margin-left: 29%!important
    }
    .gform_wrapper .gform_page_footer .button.gform_previous_button {
        margin-bottom: 0
    }
    .gform_wrapper .gform_page_footer .button.gform_button,
    .gform_wrapper .gform_page_footer .button.gform_next_button {
        margin-right: 10px
    }
    body .gform_wrapper select.medium.gfield_select+div.chosen-container-multi[style],
    body .gform_wrapper select.medium.gfield_select+div.chosen-container-single[style] {
        width: calc(50% - 8px)!important
    }
    body .gform_wrapper select.large.gfield_select+div.chosen-container-multi[style],
    body .gform_wrapper select.large.gfield_select+div.chosen-container-single[style] {
        width: 100%!important
    }
    body .gform_wrapper select.small.gfield_select+div.chosen-container-multi[style],
    body .gform_wrapper select.small.gfield_select+div.chosen-container-single[style] {
        width: 25%!important
    }
}

.gfield_repeater_cell>.gfield_repeater_wrapper {
    background-color: rgba(1, 1, 1, .02);
    padding: 10px 20px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(238, 238, 238, 1)
}

.gfield_repeater_wrapper input {
    border: 1px solid rgba(197, 198, 197, 1);
    border-radius: 4px
}

.gfield_repeater_wrapper .gfield_repeater_wrapper {
    margin-top: 10px
}

.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text {
    min-width: 100px;
    height: 30px;
    background: rgba(242, 242, 242, .5);
    transition: all .3s cubic-bezier(.67, .17, .4, .83);
    font-size: 12px;
    color: rgba(117, 117, 117, 1);
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid rgba(117, 117, 117, .4);
    font-weight: 400
}

.gfield_repeater_buttons .add_repeater_item_plus,
.gfield_repeater_buttons .remove_repeater_item_minus {
    width: 22px;
    height: 22px;
    background: rgba(242, 242, 242, .5);
    transition: all .3s cubic-bezier(.67, .17, .4, .83);
    font-size: 16px;
    color: rgba(117, 117, 117, 1);
    border-radius: 50%;
    margin: 10px 5px 0;
    border: 1px solid rgba(117, 117, 117, .4);
    font-weight: 700;
    padding: 0 0 5px
}

.gfield_repeater_buttons button.gfield_icon_disabled {
    cursor: default;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

.gfield_repeater_buttons button.gfield_icon_disabled:hover {
    background: rgba(242, 242, 242, .5);
    color: rgba(117, 117, 117, 1);
    border: 1px solid rgba(117, 117, 117, .4)
}

.gfield_repeater_buttons button:hover {
    background: rgba(250, 250, 250, 1);
    color: #374750;
    border: 1px solid rgba(117, 117, 117, 1)
}

.gfield_repeater_cell>.gfield_repeater_wrapper {
    border-left: 8px solid rgba(241, 241, 241, 1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 1px -1px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .06)
}

.gfield_repeater_buttons .add_repeater_item_text:focus,
.gfield_repeater_buttons .remove_repeater_item_text:focus {
    outline: 0
}

.gfield_repeater_item .gfield_repeater_cell .gfield_required {
    color: #c32121
}

.gform_wrapper .gfield_repeater_cell label {
    color: #9b9a9a;
    font-weight: 400;
    font-size: 14px;
    padding-top: 8px
}

.gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
    padding-bottom: 20px;
    padding-top: 0
}

div .gfield_repeater_cell {
    margin-top: 5px
}

.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
    border-bottom: 2px solid #e0e0e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 10px
}

.gfield_repeater_value>.gfield_repeater {
    border-left: 8px solid rgba(54, 86, 102, .1);
    background-color: rgba(1, 1, 1, .02);
    padding: 10px 20px;
    border-radius: 8px;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    margin: 10px
}

.gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
    color: rgba(117, 117, 117, .7);
    border: 1px solid rgba(197, 198, 197, 1);
    border-radius: 4px;
    margin-right: 10px;
    padding-left: 10px;
    background-color: rgba(240, 240, 240, 1)
}

.gfield_repeater .gfield_repeater_items,
.gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
    padding-top: 5px
}

.gfield_repeater .gfield_label {
    color: rgba(35, 40, 45, 1);
    font-size: 16px;
    font-weight: 600
}

.gfield_repeater_value .gfield_label,
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child {
    padding-bottom: 0
}

@media only screen and (min-width:641px) {
    .gform_wrapper .top_label li.gfield.gf_inline {
        vertical-align: top;
        width: auto!important;
        margin: 0;
        padding-right: 16px;
        float: none!important;
        display: -moz-inline-stack;
        display: inline-block
    }
    .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
        width: 100%
    }
    .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
        width: 96px!important
    }
    .gform_wrapper .top_label li.gfield.gf_inline select,
    .gform_wrapper .top_label li.gfield.gf_inline textarea {
        width: 100%
    }
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
        width: 70%!important
    }
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
        width: 50px
    }
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
        width: auto
    }
    .gform_wrapper li.gf_inline div.ginput_container {
        white-space: nowrap!important
    }
    .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
        display: block!important
    }
    .gform_wrapper li.gfield.gfield_error.gf_inline {
        margin-right: 16px;
        padding-right: 0
    }
    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-right: 16px;
        float: none
    }
    .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
    .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
        width: 100%!important;
        margin: 8px 0 0;
        padding-left: 0;
        padding-right: 0
    }
    .gform_wrapper .top_label li.gfield.gf_left_half:before {
        content: "";
        display: block;
        clear: both
    }
    .gform_wrapper .top_label li.gfield.gf_right_half:after {
        content: "";
        display: table;
        clear: both
    }
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        max-width: calc(50% - 16px);
        padding-right: 0
    }
    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
        margin-right: 16px
    }
    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
        width: 100%
    }
    .gform_wrapper .top_label li.gfield.gf_left_half textarea,
    .gform_wrapper .top_label li.gfield.gf_right_half textarea {
        width: 98%
    }
    .gform_wrapper .top_label li.gfield.gf_left_half input.small,
    .gform_wrapper .top_label li.gfield.gf_right_half input.small {
        width: 35%
    }
    .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,
    .gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,
    .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,
    .gform_wrapper .top_label li.gfield.gf_right_half+li.gsection,
    .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
        padding: 16px 0 8px
    }
    .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
        padding: 0 0 8px
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gsection,
    .gform_wrapper .top_label li.gfield.gf_left_third+li.gsection,
    .gform_wrapper .top_label li.gfield.gf_right_third+li.gsection,
    .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
        padding: 16px 0 8px
    }
    .gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
        clear: both
    }
    .gform_wrapper .top_label li.gfield.gf_left_third,
    .gform_wrapper .top_label li.gfield.gf_middle_third,
    .gform_wrapper .top_label li.gfield.gf_right_third {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-bottom: 8px
    }
    .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 33.3%
    }
    .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 33.4%
    }
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
        width: 100%
    }
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity),
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
        width: 100%!important
    }
    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width: calc(33.3% - 24px)!important;
        margin-right: 16px
    }
    .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
        width: 33.4%
    }
    .gform_wrapper .top_label li.gfield.gf_right_third:after {
        content: "";
        display: table;
        clear: both
    }
    .gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_right_third+li.gfield {
        clear: both
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 25%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        float: none
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter,
    .gform_wrapper .top_label li.gfield.gf_second_quarter,
    .gform_wrapper .top_label li.gfield.gf_third_quarter {
        margin-bottom: 8px
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
    .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
    .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]),
    .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select {
        width: 100%!important
    }
    .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
        width: 24.5%
    }
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
        content: "";
        display: table;
        clear: both
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
    .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
    .gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
    .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
    .gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
    .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium {
        width: 97.5%
    }
    .gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield {
        clear: both
    }
    .gform_wrapper .top_label li ul.gfield_checkbox,
    .gform_wrapper .top_label li ul.gfield_radio {
        width: calc(100% + 16px)
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
    .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
        width: calc(70% + 16px)
    }
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
        width: 50%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%
    }
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
        width: 33.3%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0 0 2px;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%
    }
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
        max-width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle
    }
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
        width: 25%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%
    }
    .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
        width: 20%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%
    }
    .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
        margin: 0 0 10px
    }
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
    .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
        overflow: hidden
    }
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 16px);
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5
    }
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
        max-width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
        height: 25px
    }
    .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
        height: 50px
    }
    .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
        height: 75px
    }
    .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
        height: 100px
    }
    .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
        height: 125px
    }
    .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
        height: 150px
    }
    .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
    .gform_wrapper li.gf_list_inline ul.gfield_radio li {
        width: auto!important;
        float: none!important;
        margin: 0 8px 10px 0;
        display: -moz-inline-stack;
        display: inline-block
    }
    html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
    html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
        padding-left: 16px!important;
        padding-right: 0!important
    }
    .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
        display: none!important
    }
    .gform_wrapper li.gsection.gf_scroll_text {
        height: 240px;
        width: calc(100% - 16px);
        padding: 16px;
        background-color: #fff;
        overflow-y: scroll;
        overflow-x: hidden;
        border: 1px solid #CCC;
        border-bottom: 1px solid #CCC!important
    }
    .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 10px 10px 0 8px!important
    }
    .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title,
    .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 0 10px 0 8px!important
    }
    .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
        margin: 10px;
        font-size: 12px
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
        list-style-type: disc!important;
        margin: 0 0 8px;
        overflow: visible;
        padding-left: 0
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
        list-style-type: disc!important;
        margin: 16px 0 16px 18px;
        padding-left: 0
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
        list-style-type: decimal!important;
        overflow: visible;
        margin: 0 0 8px;
        padding-left: 0
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
        list-style-type: decimal!important;
        margin: 16px 0 18px 32px;
        padding-left: 0
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
        list-style-type: disc!important;
        padding-left: 0
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
        margin: 16px 0 16px 18px
    }
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
        margin: 0 0 8px
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
        margin: 0 0 18px;
        padding-left: 0
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
        font-weight: 700
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
        margin: 0 0 16px 18px
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_blue,
    .gform_wrapper li.gfield.gfield_html.gf_alert_gray,
    .gform_wrapper li.gfield.gfield_html.gf_alert_green,
    .gform_wrapper li.gfield.gfield_html.gf_alert_red,
    .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 20px 0!important;
        padding: 20px!important
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_green {
        border: 1px solid #97B48A;
        background-color: #CBECA0;
        text-shadow: #DFB 1px 1px;
        color: #030
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_red {
        border: 1px solid #CFADB3;
        background-color: #FAF2F5;
        text-shadow: #FFF 1px 1px;
        color: #832525
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
        border: 1px solid #E6DB55;
        background-color: #FFFBCC;
        text-shadow: #FCFAEA 1px 1px;
        color: #222
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
        border: 1px solid #CCC;
        background-color: #EEE;
        text-shadow: #FFF 1px 1px;
        color: #424242
    }
    .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
        border: 1px solid #a7c2e7;
        background-color: #D1E4F3;
        text-shadow: #E0F1FF 1px 1px;
        color: #314475
    }
    div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
        margin: 30px 0;
        max-width: 99%;
        border-top: 1px solid #E6DB55;
        border-bottom: 1px solid #E6DB55;
        padding: 32px;
        background-color: #FFFBCC;
        color: #424242;
        font-size: 25px
    }
    div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
        margin: 30px 0;
        max-width: 99%;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding: 32px;
        background-color: #EAEAEA;
        color: #424242;
        font-size: 25px
    }
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
        position: relative;
        background-color: #FFFBD2;
        margin: 30px 0;
        border: 1px solid #E6DB55;
        -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
        -moz-box-shadow: 0 0 5px rgba(221, 215, 131, .75);
        box-shadow: 0 0 5px rgba(221, 215, 131, .75)
    }
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
        margin: 0;
        padding: 40px;
        max-width: 99%;
        font-size: 28px;
        border-top: 2px solid #FFF;
        border-bottom: 1px solid #E6DB55;
        color: #424242;
        background: #fffce5;
        background: -moz-linear-gradient(top, #fffce5 0, #fff9bf 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffce5), color-stop(100%, #fff9bf));
        background: -webkit-linear-gradient(top, #fffce5 0, #fff9bf 100%);
        background: -o-linear-gradient(top, #fffce5 0, #fff9bf 100%);
        background: -ms-linear-gradient(top, #fffce5 0, #fff9bf 100%);
        background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%)
    }
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
        position: relative;
        background-color: #f1fcdf;
        margin: 30px 0;
        border: 1px solid #a7c37c;
        -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
        -moz-box-shadow: 0 0 5px rgba(86, 122, 86, .4);
        box-shadow: 0 0 5px rgba(86, 122, 86, .4)
    }
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
        margin: 0;
        padding: 40px;
        max-width: 99%;
        font-size: 28px;
        border-top: 2px solid #effade;
        border-bottom: 1px solid #a7c37c;
        text-shadow: #DFB 1px 1px;
        color: #030;
        background: #dbf2b7;
        background: -moz-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(219, 242, 183, 1)), color-stop(100%, rgba(180, 208, 136, 1)));
        background: -webkit-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
        background: -o-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
        background: -ms-linear-gradient(top, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%);
        background: linear-gradient(to bottom, rgba(219, 242, 183, 1) 0, rgba(180, 208, 136, 1) 100%)
    }
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 40%;
        background: rgba(0, 0, 0, .2);
        -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after,
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto
    }
    .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
        width: auto;
        margin: 0 auto;
        display: table
    }
    .gform_wrapper form.gf_simple_horizontal {
        width: calc(100% - 16px);
        margin: 0 auto
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body,
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        position: relative
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: auto;
        max-width: 75%
    }
    .gform_wrapper form.gf_simple_horizontal div.ginput_container,
    .gform_wrapper form.gf_simple_horizontal ul li.gfield {
        margin-top: 0!important
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        width: auto;
        max-width: 25%;
        padding: 0;
        margin: 0
    }
    body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        text-align: left
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
        display: table;
        width: 100%
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        display: table-cell;
        padding-right: 1em;
        height: auto
    }
    .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message),
    .gform_wrapper form.gf_simple_horizontal .ginput_complex label,
    .gform_wrapper form.gf_simple_horizontal label.gfield_label {
        display: block;
        height: 1px;
        width: 1px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: -9000px
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
        vertical-align: middle
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
        width: 100%
    }
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit],
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button],
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image] {
        height: auto
    }
    .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
        margin-bottom: 0
    }
    .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
    .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
        display: inline-block;
        margin-right: .5em
    }
    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 48.5%
    }
    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33%
    }
    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 24.5%
    }
    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.5%
    }
}

body .gform_wrapper.gf_form_center_wrapper {
    padding: 16px 0 16px 16px
}

.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%
}

.gform_wrapper.gf_browser_chrome select[multiple=multiple],
.gform_wrapper.gf_browser_safari select[multiple=multiple] {
    height: auto!important
}

.entry .gform_wrapper.gf_browser_safari ul li:after,
.entry .gform_wrapper.gf_browser_safari ul li:before {
    content: ""
}

.entry .gform_wrapper.gf_browser_chrome ul li:after,
.entry .gform_wrapper.gf_browser_chrome ul li:before,
.entry .gform_wrapper.gf_browser_gecko ul li:after,
.entry .gform_wrapper.gf_browser_gecko ul li:before,
.entry .gform_wrapper.gf_browser_ie ul li:after,
.entry .gform_wrapper.gf_browser_ie ul li:before,
.entry .gform_wrapper.gf_browser_iphone ul li:after,
.entry .gform_wrapper.gf_browser_iphone ul li:before,
.entry .gform_wrapper.gf_browser_unknown ul li:after,
.entry .gform_wrapper.gf_browser_unknown ul li:before,
.gform_wrapper.gf_browser_chrome ul li:after,
.gform_wrapper.gf_browser_chrome ul li:before,
.gform_wrapper.gf_browser_gecko ul li:after,
.gform_wrapper.gf_browser_gecko ul li:before,
.gform_wrapper.gf_browser_ie ul li:after,
.gform_wrapper.gf_browser_ie ul li:before,
.gform_wrapper.gf_browser_iphone ul li:after,
.gform_wrapper.gf_browser_iphone ul li:before,
.gform_wrapper.gf_browser_unknown ul li:after,
.gform_wrapper.gf_browser_unknown ul li:before {
    content: none
}

.gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99%!important
}

.gform_wrapper.gf_browser_safari .gfield_checkbox li input,
.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
    margin-top: 4px
}

.gform_wrapper.gf_browser_safari input.button.gform_button_select_files {
    padding: 6px 12px!important
}

.gform_wrapper.gf_browser_safari .gfield_time_ampm select {
    max-width: 5rem!important;
    width: calc(2rem + 20px)
}

.gform_wrapper.gf_browser_chrome select {
    padding: 2px 0 2px 3px
}

.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
    max-width: 5rem!important;
    width: calc(3rem + 20px)
}

.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99%!important
}

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-top: 2px
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 6px
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 1px
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 2px
}

.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last,
.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
    margin-left: 1.1%
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type=email],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
.gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
.gform_wrapper.gf_browser_chrome .gfield_error select,
.gform_wrapper.gf_browser_chrome .gfield_error textarea,
.gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 2px
}

.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    padding: 6px 12px!important
}

.gform_wrapper.gf_browser_chrome span.address_country {
    margin-top: -2px
}

.gform_wrapper.gf_browser_gecko select {
    padding: 2px 12px 2px 2px
}

.gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
    max-width: 5rem!important;
    width: calc(4rem + 25px)
}

.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 1px
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 2.4
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
    position: relative;
    top: 5px
}

.gform_wrapper.gf_browser_ie .gfield_time_hour {
    width: 80px
}

.gform_wrapper.gf_browser_ie .gfield_time_minute {
    width: 70px
}

.gform_wrapper.gf_browser_ie .gfield_time_ampm {
    padding-top: 2px
}

.gform_wrapper.gf_browser_ie .gfield_time_hour input,
.gform_wrapper.gf_browser_ie .gfield_time_minute input {
    margin-left: 0
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label,
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
    margin: 3px 0 5px
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 3px
}

.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
    overflow: hidden;
    clear: both
}

.gform_wrapper.gf_browser_ie .gfield_radio li {
    line-height: 20px!important
}

.gform_wrapper.gf_browser_ie .gfield_checkbox li input,
.gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio] {
    margin-top: 0
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select,
.gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
    padding: 2px 0
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99%!important
}

.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table,
.gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    position: relative;
    top: -1px;
    left: 4px
}

.gform_wrapper.gf_browser_ie img.add_list_item,
.gform_wrapper.gf_browser_ie img.delete_list_item {
    width: 16px!important;
    height: 16px!important;
    background-size: 16px 16px!important
}

@media only screen and (max-width:641px) {
    .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single,
    .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single,
    .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
        height: 44px;
        line-height: 3.2
    }
    .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b,
    .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b,
    .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b {
        position: relative;
        top: 50%;
        transform: translateY(-25%)
    }
}

@media only screen and (max-width:768px) {
    /* Fix for SEO mobile issue */
    iframe,
    #dsk-banner-ad-a iframe 
    #dsk-banner-ad-b > div,
    #dsk-banner-ad-b > div iframe,
    #dsk-banner-ad-c > div iframe,
    #dsk-banner-ad-c > div { max-width: 100%; }
}

@media (max-width: 991px) { 
    .pe-module{
        display: flex;
        flex-wrap: wrap;
    }
    li.pe-article {
        padding-right: 10px;
        flex:1 1 100%;
        max-width:33.33333%;
    }
  }
  @media (max-width: 575px) { 
    li.pe-article {
        padding-right: 10px;
        flex:1 1 100%;
        max-width:100%;
    }
  }

/* Fix images too big on cover block */
.wp-block-cover img {
	max-width: 100%;
}

/* Long title words break words */
h1, h2, h3 {
	word-wrap: break-word;
}