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

.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;
    z-index: 7
}

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

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

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

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

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

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

@media (min-width:960px) {
    .editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }

    .editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }

    .editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border-left: 1px dashed #e2e4e7;
    color: #555d66;
    border-bottom: 1px dashed #e2e4e7;
    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;
    white-space: normal;
    overflow-wrap: break-word
}

.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover {
    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: transparent;
    border: 2px solid
}

.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: 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: 50%;
        flex-grow: 0
    }
}

@media (min-width:600px) {
    .wp-block-column:nth-child(odd) {
        margin-right: 32px
    }

    .wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }

    .wp-block-column:not(:last-child) {
        margin-right: 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__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
}

.editor-block-list__block[data-type="core/embed"][data-align=left] .editor-block-list__block-edit, .editor-block-list__block[data-type="core/embed"][data-align=right] .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 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, 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
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }

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

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

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

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

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

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

p.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-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.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    border-bottom: 1px solid #f3f4f5
}

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

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

.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    float: left
}

.clear_column {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden
}

.full_width {
    width: 100%
}

.one_half {
    width: 50%
}

.one_third {
    width: 33.3%
}

.two_third {
    width: 66.6%
}

.one_fourth {
    width: 25%
}

.three_fourth {
    width: 75%
}

.one_fifth {
    width: 20%
}

.two_fifth {
    width: 40%
}

.three_fifth {
    width: 60%
}

.four_fifth {
    width: 80%
}

.one_sixth {
    width: 16.6%
}

.five_sixth {
    width: 83.4%
}

@media screen and (max-width:600px) {
    .full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
        clear: both;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1em
    }
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:before, span.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///3d3d/r6+pSUlL29vXp6eouLi+jo6NDQ0IKCgrW1ta2trfDw8MfHx+Dg4J2dnaSkpAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFUCAgjmRpnqUwFGwhKoRgqq2YFMaRGjWA8AbZiIBbjQQ8AmmFUJEQhQGJhaKOrCksgEla+KIkYvC6SJKQOISoNSYdeIk1ayA8ExTyeR3F749CACH5BAkKAAAALAAAAAAQABAAAAVoICCKR9KMaCoaxeCoqEAkRX3AwMHWxQIIjJSAZWgUEgzBwCBAEQpMwIDwY1FHgwJCtOW2UDWYIDyqNVVkUbYr6CK+o2eUMKgWrqKhj0FrEM8jQQALPFA3MAc8CQSAMA5ZBjgqDQmHIyEAIfkECQoAAAAsAAAAABAAEAAABWAgII4j85Ao2hRIKgrEUBQJLaSHMe8zgQo6Q8sxS7RIhILhBkgumCTZsXkACBC+0cwF2GoLLoFXREDcDlkAojBICRaFLDCOQtQKjmsQSubtDFU/NXcDBHwkaw1cKQ8MiyEAIfkECQoAAAAsAAAAABAAEAAABVIgII5kaZ6AIJQCMRTFQKiDQx4GrBfGa4uCnAEhQuRgPwCBtwK+kCNFgjh6QlFYgGO7baJ2CxIioSDpwqNggWCGDVVGphly3BkOpXDrKfNm/4AhACH5BAkKAAAALAAAAAAQABAAAAVgICCOZGmeqEAMRTEQwskYbV0Yx7kYSIzQhtgoBxCKBDQCIOcoLBimRiFhSABYU5gIgW01pLUBYkRItAYAqrlhYiwKjiWAcDMWY8QjsCf4DewiBzQ2N1AmKlgvgCiMjSQhACH5BAkKAAAALAAAAAAQABAAAAVfICCOZGmeqEgUxUAIpkA0AMKyxkEiSZEIsJqhYAg+boUFSTAkiBiNHks3sg1ILAfBiS10gyqCg0UaFBCkwy3RYKiIYMAC+RAxiQgYsJdAjw5DN2gILzEEZgVcKYuMJiEAOwAAAAAAAAAAAA==);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

/*!
Theme Name: 4subsea
Theme URI: http://www.4subsea.com
Author: Spinnerlabs.no & Bly.as
Version: 1.0.0
Text Domain: foursubsea
*/

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=16991bb85175ed81a8f100be6d746837)
 * Config saved to config.json and https://gist.github.com/16991bb85175ed81a8f100be6d746837
 */

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

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: 1em 40px
}

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

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

button[disabled], html input[disabled] {
    cursor: default
}

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

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

footer {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

footer {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #002b5c;
    background-color: #fff
}

p {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.42857143;
    color: #002b5c;
    background-color: #fff
}

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

a {
    color: #00a0af;
    text-decoration: none
}

a:hover, a:focus {
    color: #005a63;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

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

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

[role=button] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #002b5c
}

a.text-primary:hover, a.text-primary:focus {
    color: #001329
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #002b5c
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #001329
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

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

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

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

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

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

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

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

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #002b5c;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month] {
        line-height: 30px
    }

    input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm, select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg, select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #0067dc
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    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: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
    color: #002b5c;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #002b5c;
    background-color: #fff;
    border-color: #002b5c
}

.btn-default:focus, .btn-default.focus {
    color: #002b5c;
    background-color: #e6e6e6;
    border-color: #000
}

.btn-default:hover {
    color: #002b5c;
    background-color: #e6e6e6;
    border-color: #000e1f
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #002b5c;
    background-color: #e6e6e6;
    border-color: #000e1f
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #002b5c;
    background-color: #d4d4d4;
    border-color: #000
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #002b5c
}

.btn-default .badge {
    color: #fff;
    background-color: #002b5c
}

.btn-primary {
    color: #fff;
    background-color: #002b5c;
    border-color: #001f42
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #001329;
    border-color: #000
}

.btn-primary:hover {
    color: #fff;
    background-color: #001329;
    border-color: #000205
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #001329;
    border-color: #000205
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #000205;
    border-color: #000
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #002b5c;
    border-color: #001f42
}

.btn-primary .badge {
    color: #002b5c;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #00a0af;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #005a63;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #00a0af;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #005a63;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #002b5c;
    border-color: #002b5c;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

html {
    overflow-x: hidden
}

body {
    font-family: 'Open Sans', sans-serif
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    color: #002b5c
}

h1, .h1 {
    font-size: 44px
}

@media (max-width:767px) {
    h1, .h1 {
        font-size: 31px
    }
}

.entry-title, .page-title {
    color: #00a0af
}

.page-title {
    text-align: center
}

h2, .h2 {
    font-size: 36px
}

@media (max-width:767px) {
    h2, .h2 {
        font-size: 26px
    }
}

h3, .h3 {
    font-size: 16px
}

@media (max-width:767px) {
    h3, .h3 {
        font-size: 16px
    }
}

h4, .h4 {
    font-size: 16px
}

@media (max-width:767px) {
    h4, .h4 {
        font-size: 14px
    }
}

h5, .h5 {
    font-size: 16px
}

@media (max-width:767px) {
    h5, .h5 {
        font-size: 14px
    }
}

h6, .h6 {
    font-size: 16px
}

@media (max-width:767px) {
    h6, .h6 {
        font-size: 14px
    }
}

a {
    transition: .2s;
    transition-timing-function: ease-in-out
}

a:after {
    transition: .2s;
    transition-timing-function: ease-in-out
}

a:focus {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #f3776f
}

a.icon-link:hover {
    text-decoration: none
}

a.read-more, a.more-link {
    margin-top: 1em;
    font-size: .9em;
    display: block;
    text-align: right;
    text-transform: uppercase
}

a.go-deeper {
    display: inline-block;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 0;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 16px;
    color: #002b5c;
    z-index: 99
}

@media (min-width:768px) {
    a.go-deeper {
        font-size: 18px;
        top: -80px
    }
}

@media (min-width:992px) {
    a.go-deeper {
        top: -90px
    }
}

@media (min-width:1200px) {
    a.go-deeper {
        top: -100px
    }
}

a.go-deeper:hover, a.go-deeper:hover:after {
    color: #358;
    border-color: #358
}

a.go-deeper:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 1.4em;
    display: inline-block;
    width: .8em;
    height: .8em;
    border-right: .2em solid #002b5c;
    border-bottom: .2em solid #002b5c;
    transform: translateX(-50%) rotate(45deg) skew(-20deg, -20deg)
}

a.to-the-surface {
    display: none;
    position: absolute;
    font-size: 9px;
    left: 0;
    bottom: 15px;
    width: 6em;
    color: #b2b2b2;
    text-transform: uppercase;
    text-align: center;
    z-index: 99
}

a.to-the-surface:hover, a.to-the-surface:hover:after {
    color: #7f7f7f;
    border-color: #7f7f7f
}

a.to-the-surface:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -1.4em;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    border-left: .2em solid #b2b2b2;
    border-top: .2em solid #b2b2b2;
    transform: translateX(-50%) rotate(45deg) skew(-20deg, -20deg)
}

@media (min-width:1280px) {
    a.to-the-surface {
        display: inline-block
    }
}

a.back-link {
    display: none;
    float: left;
    top: 5px;
    left: 2em;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.4em;
    position: relative;
    color: #b2b2b2
}

a.back-link:after {
    content: '';
    position: absolute;
    left: -2em;
    top: 50%;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    border-left: .2em solid #b2b2b2;
    border-top: .2em solid #b2b2b2;
    transform: translateY(-50%) rotate(-45deg) skew(-20deg, -20deg)
}

a.back-link:hover {
    color: #f3776f
}

a.back-link:hover:after {
    border-color: #f3776f
}

@media (min-width:992px) {
    a.back-link {
        display: inline-block
    }
}

.popup-container .popup {
    display: none
}

span.icon-circle, span.download-cases {
    position: relative;
    display: inline-block;
    margin: 1em;
    width: 8em;
    height: 8em;
    padding: 1em;
    text-transform: uppercase;
    color: #fff;
    background-color: #00a0af;
    border-radius: 50%;
    font-size: 12px;
    transition: .2s;
    transition-timing-function: ease-in-out
}

span.icon-circle .icon-circle-text, span.download-cases .icon-circle-text {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    width: 6em;
    text-align: center
}

a:hover span.icon-circle {
    background-color: #f3776f
}

.a2a_kit a img {
    margin-right: 5px
}

a.newsletter-sign-up {
    display: none;
    z-index: 999
}

@media (min-width:1200px) {
    a.newsletter-sign-up {
        display: inline-block;
        position: fixed;
        top: 30%;
        right: 20px;
        width: 6em;
        color: #f3776f;
        text-transform: uppercase;
        font-size: 10px;
        text-align: center
    }

    a.newsletter-sign-up:hover {
        text-decoration: none
    }

    a.newsletter-sign-up .bubble {
        border-radius: 50%;
        display: block;
        background-color: #f3776f;
        color: #fff;
        height: 6em;
        padding-top: 1.5em
    }

    a.newsletter-sign-up .sign-up-text {
        margin-top: 1em;
        display: block
    }
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #000;
    display: block;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.btn {
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .8em
}

.btn-default {
    background-color: transparent;
    width: 100%
}

.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default:active:hover, .btn-default.active:hover, .btn-default:focus, .btn-default.focus, .btn-default:active:focus, .btn-default.active:focus, .btn-default:active.focus, .btn-default.active.focus {
    color: #358;
    background-color: transparent;
    border-color: #002b5c
}

.site {
    position: relative
}

@media (max-width:767px) {
    .container {
        padding-left: 25px;
        padding-right: 25px
    }
}

.container .content {
    margin: 0 auto
}

.entry-header {
    text-align: center;
    color: #00a0af
}

article.hentry .entry-content hr, article.hentry .entry-caption hr {
    border-color: #002b5c
}

article.hentry .entry-content .paragraph-box, article.hentry .entry-caption .paragraph-box {
    margin: 1.5em 0;
    border-top: 1px solid #002b5c;
    border-bottom: 1px solid #002b5c;
    padding-top: 2em;
    padding-bottom: 2em
}

article.hentry .entry-content .paragraph-box.paragraph-box-red, article.hentry .entry-caption .paragraph-box.paragraph-box-red {
    color: #f3776f;
    border-color: #f3776f
}

article.hentry .entry-content .paragraph-box.paragraph-box-red a, article.hentry .entry-caption .paragraph-box.paragraph-box-red a {
    color: #f3776f;
    text-decoration: underline
}

article.hentry .entry-content blockquote, article.hentry .entry-caption blockquote {
    border: none;
    font-style: italic;
    font-size: 16px
}

article.hentry .entry-content blockquote.paragraph-box, article.hentry .entry-caption blockquote.paragraph-box {
    position: relative;
    font-family: 'PT Serif', serif;
    font-weight: 700;
    padding: 2em;
    text-align: center
}

article.hentry .entry-content blockquote.paragraph-box:before, article.hentry .entry-caption blockquote.paragraph-box:before {
    content: open-quote;
    font-size: 4em;
    position: absolute;
    top: -34px
}

@media (min-width:992px) {
    article.hentry .entry-content blockquote.paragraph-box, article.hentry .entry-caption blockquote.paragraph-box {
        padding: 2em 4em
    }
}

article.hentry .entry-content ul, article.hentry .entry-caption ul {
    list-style: none;
    padding-left: 1.5em
}

article.hentry .entry-content ul li, article.hentry .entry-caption ul li {
    margin-bottom: .5em
}

article.hentry .entry-content ul li:before, article.hentry .entry-caption ul li:before {
    content: "";
    height: 1.4em;
    width: 1.4em;
    display: block;
    float: left;
    margin-left: -1.5em;
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 40%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNy40NyAzNS4zNSI+PGcgZmlsbD0iIzAwMmI1YyI+PHBhdGggZD0iTS42LDFWMjMuMzRsMjUuODMsMTEuM0MyMC45MiwxNywxMi42LDEsLjYsMSIvPjwvZz48L3N2Zz4=")
}

article.hentry .entry-content ul ul, article.hentry .entry-caption ul ul {
    list-style-type: circle
}

article.hentry .entry-content ul ul li:before, article.hentry .entry-caption ul ul li:before {
    display: none
}

article.hentry .entry-content .paragraph-box.paragraph-box-red ul li:before, article.hentry .entry-caption .paragraph-box.paragraph-box-red ul li:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNy40NyAzNS4zNSI+PGcgZmlsbD0iI2YzNzc2ZiI+PHBhdGggZD0iTS42LDFWMjMuMzRsMjUuODMsMTEuM0MyMC45MiwxNywxMi42LDEsLjYsMSIvPjwvZz48L3N2Zz4=")
}

article.hentry .entry-content .paragraph-box.paragraph-box-red ul ul, article.hentry .entry-caption .paragraph-box.paragraph-box-red ul ul {
    list-style-type: circle
}

article.hentry .entry-content .paragraph-box.paragraph-box-red ul ul li:before, article.hentry .entry-caption .paragraph-box.paragraph-box-red ul ul li:before {
    display: none
}

article.hentry .entry-content span.text-red, article.hentry .entry-caption span.text-red {
    color: #f3776f
}

article.hentry .entry-content span.text-red a, article.hentry .entry-caption span.text-red a {
    color: #f3776f;
    text-decoration: underline
}

article.hentry img {
    max-width: 100%;
    height: auto
}

article.hentry img.alignnone {
    margin-bottom: 1em
}

article.hentry img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

article.hentry img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

article.hentry img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em
}

article.hentry img.size-xtra-large {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    width: 100vw
}

@media (min-width:992px) {
    article.hentry img.size-xtra-large {
        max-width: 970px;
        margin-left: calc(-8.33% - 30px);
        margin-right: calc(-8.33% - 30px);
        transform: none
    }
}

article.hentry img.size-full-width {
    margin-top: 2em;
    max-width: 100vw;
    width: 100vw;
    max-height: 540px;
    object-fit: cover;
    margin-left: 50%;
    transform: translateX(-50%)
}

article.hentry img.size-full-width.remove-margin-bottom {
    margin-bottom: -10px
}

article.hentry img.size-auto, article.hentry img.size-large, article.hentry img.size-medium, article.hentry img.size-thumbnail {
    max-width: 100%;
    height: auto
}

@supports (object-fit:cover) {
    article.hentry #object-fit-detector:before {
        content: "objectfit";
        display: none
    }
}

article.hentry .img-full-width-fallback {
    display: inline-block;
    margin-top: 2em;
    max-width: 100vw;
    width: 100vw;
    max-height: 540px;
    margin-left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    background-position: center center
}

article.hentry .img-full-width-fallback.remove-margin-bottom {
    margin-bottom: -15px
}

article.hentry .youtube-player-container, article.hentry .iframe-responsive-container {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

article.hentry .youtube-player-container iframe.youtube-player, article.hentry .youtube-player-container iframe.iframe-responsive, article.hentry .iframe-responsive-container iframe.youtube-player, article.hentry .iframe-responsive-container iframe.iframe-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-top: 1px solid #fff
}

article.hentry .youtube-player-container iframe.youtube-player.border, article.hentry .youtube-player-container iframe.iframe-responsive.border, article.hentry .iframe-responsive-container iframe.youtube-player.border, article.hentry .iframe-responsive-container iframe.iframe-responsive.border {
    border: 4px solid #b2b2b2
}

article.hentry .wp-caption {
    max-width: 100%;
    height: auto
}

article.hentry .wp-caption.alignleft {
    float: left;
    margin-right: 15px
}

article.hentry .wp-caption.alignright {
    float: right;
    margin-left: 15px
}

article.hentry .wp-caption .wp-caption-text {
    margin: 5px;
    padding: 5px;
    font-style: italic
}

@media (min-width:992px) {
    .site-main:not(.front-page) article.hentry .youtube-player-container, .site-main:not(.front-page) article.hentry .iframe-responsive-container {
        max-width: 970px;
        margin-left: calc(-8.33% - 30px);
        margin-right: calc(-8.33% - 30px);
        padding-bottom: 70.2%
    }
}

@media (min-width:1200px) {
    .container .content {
        width: 970px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.site-content .page h2, .site-content .page h5, .site-content .page h6 {
    color: #002b5c
}

.site-content .page h1, .site-content .page h3, .site-content .page h4 {
    color: #00a0af
}

.site-content .page h5 {
    border-bottom: 1px solid #002b5c
}

.site-content .page.page_resources h3 {
    color: #f3776f;
    font-size: 18px
}

.site-content .page.page_resources a {
    color: #002b5c;
    display: block;
    position: relative;
    padding-right: 2.5em;
    min-height: 1.8em
}

.site-content .page.page_resources a:hover {
    color: #f3776f
}

.site-content .page.page_resources a .svg-icon-download {
    position: absolute;
    right: 0;
    top: 0
}

@media (min-width:992px) {
    .site-content .page.page_resources .one_third {
        text-align: right
    }
}

.site-content .page.page_areas-of-expertise-overview .area-of-expertise-container {
    margin-top: 34px
}

.site-content .page .entry-content .content-column, .site-content .page .entry-caption .content-column {
    margin-bottom: 0
}

@media (min-width:600px) {
    .site-content .page .entry-content .one_half, .site-content .page .entry-caption .one_half {
        width: 49% !important;
        margin-right: 2% !important
    }

    .site-content .page .entry-content .one_half.last_column, .site-content .page .entry-caption .one_half.last_column {
        width: 49% !important;
        margin-right: 0 !important
    }

    .site-content .page .entry-content .one_third, .site-content .page .entry-caption .one_third {
        width: 32% !important;
        margin-right: 2% !important
    }

    .site-content .page .entry-content .one_third.last_column, .site-content .page .entry-caption .one_third.last_column {
        width: 32% !important;
        margin-right: 0 !important
    }

    .site-content .page .entry-content .two_third, .site-content .page .entry-caption .two_third {
        width: 66% !important;
        margin-right: 2% !important
    }

    .site-content .page .entry-content .two_third.last_column, .site-content .page .entry-caption .two_third.last_column {
        width: 66% !important;
        margin-right: 0 !important
    }

    .site-content .page .entry-content .one_fourth, .site-content .page .entry-caption .one_fourth {
        width: 23.5% !important;
        margin-right: 2% !important
    }

    .site-content .page .entry-content .one_fourth.last_column, .site-content .page .entry-caption .one_fourth.last_column {
        width: 23.5% !important;
        margin-right: 0 !important
    }

    .site-content .page .entry-content .three_fourth, .site-content .page .entry-caption .three_fourth {
        width: 74.5% !important;
        margin-right: 2% !important
    }

    .site-content .page .entry-content .three_fourth.last_column, .site-content .page .entry-caption .three_fourth.last_column {
        width: 74.5% !important;
        margin-right: 0 !important
    }

    .site-content .page .entry-content .one_fifth, .site-content .page .entry-caption .one_fifth {
        width: 18.4% !important;
        margin-right: 2% !important
    }

    .site-content .page .entry-content .one_fifth.last_column, .site-content .page .entry-caption .one_fifth.last_column {
        width: 18.4% !important;
        margin-right: 0 !important
    }

    .site-content .page .entry-content .two_fifth, .site-content .page .entry-caption .two_fifth {
        width: 39% !important;
        margin-right: 2% !important
    }

    .site-content .page .entry-content .two_fifth.last_column, .site-content .page .entry-caption .two_fifth.last_column {
        width: 39% !important;
        margin-right: 0 !important
    }

    .site-content .page .entry-content .three_fifth, .site-content .page .entry-caption .three_fifth {
        width: 59% !important;
        margin-right: 2% !important
    }

    .site-content .page .entry-content .three_fifth.last_column, .site-content .page .entry-caption .three_fifth.last_column {
        width: 59% !important;
        margin-right: 0 !important
    }

    .site-content .page .entry-content .four_fifth, .site-content .page .entry-caption .four_fifth {
        width: 79.6% !important;
        margin-right: 2% !important
    }

    .site-content .page .entry-content .four_fifth.last_column, .site-content .page .entry-caption .four_fifth.last_column {
        width: 79.6% !important;
        margin-right: 0 !important
    }

    .site-content .page .entry-content .one_sixth, .site-content .page .entry-caption .one_sixth {
        width: 15% !important;
        margin-right: 2% !important
    }

    .site-content .page .entry-content .one_sixth.last_column, .site-content .page .entry-caption .one_sixth.last_column {
        width: 15% !important;
        margin-right: 0 !important
    }
}

.site-content .page .relevant-solutions.shape {
    margin-top: 15vw;
    margin-bottom: 15vw
}

@media (min-width:992px) {
    .site-content .page .relevant-solutions.shape {
        margin-top: 200px;
        margin-bottom: 200px
    }
}

.site-content .page .relevant-solutions h2 {
    text-align: center
}

.site-content .page .relevant-solutions .relevant-solutions-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution {
    width: 50%;
    padding: 15px;
    text-align: center
}

@media (min-width:768px) {
    .site-content .page .relevant-solutions .relevant-solutions-container .page_solution {
        width: 33.3%
    }
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution .relevant-solution-image {
    position: relative;
    padding: 0 30px
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution .relevant-solution-image .relevant-solution-bubble {
    position: absolute;
    right: 10px;
    display: inline-block;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    padding: 0 5px;
    font-family: 'PT Serif', serif;
    color: #fff;
    text-transform: uppercase
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution .relevant-solution-image .relevant-solution-bubble.bg-yellow {
    background-color: #f8ed9b;
    color: #002b5c
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution .relevant-solution-image .relevant-solution-bubble.bg-cyan {
    background-color: #00a0af
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution .relevant-solution-image .relevant-solution-bubble.bg-gray {
    background-color: #b2b2b2
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution .relevant-solution-image .relevant-solution-bubble.bg-red {
    background-color: #f3776f
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution .relevant-solution-image .relevant-solution-bubble.bg-blue {
    background-color: #002b5c
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution .relevant-solution-image img {
    display: block;
    margin: auto
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution h4 {
    padding: 10px 0;
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #002b5c
}

@media (min-width:992px) {
    .site-content .page .relevant-solutions .relevant-solutions-container .page_solution h4 {
        font-size: 18px
    }
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution h4 a {
    color: inherit
}

.site-content .page .relevant-solutions .relevant-solutions-container .page_solution h4 a:hover {
    color: #f3776f
}

.site-content .page .child-page.shape, .site-content .page .key-benefits-container.shape {
    margin-top: 15vw;
    margin-bottom: 15vw
}

@media (min-width:992px) {
    .site-content .page .child-page.shape, .site-content .page .key-benefits-container.shape {
        margin-top: 200px;
        margin-bottom: 200px
    }
}

.site-content .page .child-page.bg-cyan .entry-title, .site-content .page .key-benefits-container.bg-cyan .entry-title {
    color: #fff
}

.site-content .page .child-page.shape + .shape, .site-content .page .key-benefits-container.shape + .shape {
    margin-top: calc(15vw + 40px)
}

@media (min-width:992px) {
    .site-content .page .child-page.shape + .shape, .site-content .page .key-benefits-container.shape + .shape {
        margin-top: 240px
    }
}

.site-content .page .child-page .container, .site-content .page .key-benefits-container .container {
    position: relative;
    padding-top: 40px
}

@media (min-width:768px) {
    .site-content .page .child-page .container, .site-content .page .key-benefits-container .container {
        padding-top: 60px
    }
}

.site-content .page .child-page .container .post-thumbnail, .site-content .page .key-benefits-container .container .post-thumbnail {
    margin: 1em 0
}

.site-content .page .child-page.shape-compact .child-page-container, .site-content .page .key-benefits-container.shape-compact .child-page-container {
    margin-bottom: -20px;
    z-index: 2
}

@media (min-width:768px) {
    .site-content .page .child-page.shape-compact .child-page-container, .site-content .page .key-benefits-container.shape-compact .child-page-container {
        margin-bottom: -40px
    }
}

@media (min-width:992px) {
    .site-content .page .child-page.shape-compact .child-page-container, .site-content .page .key-benefits-container.shape-compact .child-page-container {
        margin-bottom: -80px
    }
}

@media (min-width:1200px) {
    .site-content .page .child-page.shape-compact .child-page-container, .site-content .page .key-benefits-container.shape-compact .child-page-container {
        margin-bottom: -100px
    }
}

.site-content .page .child-page.page_quote, .site-content .page .key-benefits-container.page_quote {
    font-family: 'PT Serif', serif;
    font-weight: 700
}

.site-content .page .child-page.page_quote .child-page-container, .site-content .page .key-benefits-container.page_quote .child-page-container {
    margin-bottom: -20px;
    z-index: 2
}

@media (min-width:768px) {
    .site-content .page .child-page.page_quote .child-page-container, .site-content .page .key-benefits-container.page_quote .child-page-container {
        margin-bottom: -40px
    }
}

@media (min-width:992px) {
    .site-content .page .child-page.page_quote .child-page-container, .site-content .page .key-benefits-container.page_quote .child-page-container {
        margin-bottom: -80px
    }
}

@media (min-width:1200px) {
    .site-content .page .child-page.page_quote .child-page-container, .site-content .page .key-benefits-container.page_quote .child-page-container {
        margin-bottom: -100px
    }
}

.site-content .page .child-page.page_quote .post-thumbnail, .site-content .page .key-benefits-container.page_quote .post-thumbnail {
    position: absolute;
    left: 50%;
    top: -95px;
    margin: 0;
    transform: translateX(-50%);
    width: 94px;
    height: 94px;
    z-index: 2;
    background-color: #f8ed9b;
    border-radius: 50%
}

@media (min-width:768px) {
    .site-content .page .child-page.page_quote .post-thumbnail, .site-content .page .key-benefits-container.page_quote .post-thumbnail {
        top: -115px
    }
}

.site-content .page .child-page.page_quote .post-thumbnail img, .site-content .page .key-benefits-container.page_quote .post-thumbnail img {
    border-radius: 50%;
    mix-blend-mode: multiply
}

.site-content .page .child-page h2.entry-title, .site-content .page .key-benefits-container h2.entry-title {
    font-size: 44px
}

@media (max-width:767px) {
    .site-content .page .child-page h2.entry-title, .site-content .page .key-benefits-container h2.entry-title {
        font-size: 31px
    }
}

.site-content .page .child-page .entry-title, .site-content .page .key-benefits-container .entry-title {
    color: #002b5c;
    text-align: left
}

.site-content .page .child-page.center-title .entry-title, .site-content .page .key-benefits-container.center-title .entry-title {
    text-align: center
}

.site-content .page .child-page.center-title article .entry-title, .site-content .page .key-benefits-container.center-title article .entry-title {
    text-align: inherit
}

.site-content .page .child-page.center-content .entry-caption, .site-content .page .key-benefits-container.center-content .entry-caption {
    text-align: center
}

.site-content .page .child-page.center-content .entry-caption .more-link, .site-content .page .key-benefits-container.center-content .entry-caption .more-link {
    text-align: inherit
}

@media (max-width:768px) {
    body.page-template-page_login .page-template-login .parallax-window {
        margin-top: -115px;
        padding-top: 115px
    }
}

body.page-template-page_login .site-main .entry-header {
    min-height: 100px
}

body.page-template-page_login .site-main .login-container {
    background-color: #fff;
    margin-top: 15vw;
    margin-bottom: 15vw
}

@media (min-width:992px) {
    body.page-template-page_login .site-main .login-container {
        margin-top: 200px;
        margin-bottom: 200px
    }
}

body.page-template-page_login .site-main .login-container .container {
    padding-top: 40px
}

@media (min-width:768px) {
    body.page-template-page_login .site-main .login-container .container {
        padding-top: 60px
    }
}

@media (max-width:768px) {
    body.page-template-page_header-image .page_header-image .parallax-window {
        margin-top: -115px;
        padding-top: 115px
    }
}

body.page-template-page_header-image .site-main .entry-header {
    min-height: 100px
}

body.page-template-page_header-image .site-main .entry-header.menu-invert-colors {
    color: #fff
}

body.page-template-page_header-image .site-main .header-image-container {
    background-color: #fff;
    margin-top: 15vw;
    margin-bottom: 15vw
}

@media (min-width:992px) {
    body.page-template-page_header-image .site-main .header-image-container {
        margin-top: 200px;
        margin-bottom: 200px
    }
}

body.page-template-page_header-image .site-main .header-image-container .container {
    padding-top: 40px
}

@media (min-width:768px) {
    body.page-template-page_header-image .site-main .header-image-container .container {
        padding-top: 60px
    }
}

a.more-news {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-transform: uppercase;
    color: #002b5c;
    font-weight: 700;
    text-align: center;
    margin-top: 2em
}

a.more-news:before {
    content: '+';
    border: 1px solid #002b5c;
    border-radius: 50%;
    position: absolute;
    margin-left: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: -2em;
    font-size: 14px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px
}

a.more-news.disabled, a.more-news.disabled:before {
    color: #b2b2b2;
    border-color: #b2b2b2
}

.site-main.news {
    padding-bottom: 200px
}

.site-main.news h1, .site-main.news h2, .site-main.news h3, .site-main.news h4, .site-main.news h5, .site-main.news h6 {
    color: #00a0af
}

.site-main.news img.img-border {
    border: 4px solid #b2b2b2
}

.site-main.news #news-container {
    position: relative
}

.site-main.news #news-container .news-article {
    margin-bottom: 60px
}

.site-main.news #news-container .news-article h2 {
    margin-top: 20px;
    font-size: 20px
}

@media (min-width:768px) {
    .site-main.news #news-container .news-article h2 {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .site-main.news #news-container:before {
        content: '';
        display: block;
        border-left: 1px solid #002b5c;
        position: absolute;
        height: 100%;
        left: 50%;
        width: 0
    }

    .site-main.news #news-container .news-article {
        height: 480px
    }

    .site-main.news #news-container .news-article h2 {
        margin-top: 20px
    }

    .site-main.news #news-container .news-article:nth-child(even) {
        float: right;
        text-align: left
    }

    .site-main.news #news-container .news-article:nth-child(even) .read-more {
        text-align: left
    }

    .site-main.news #news-container .news-article:nth-child(odd) {
        text-align: right
    }

    .site-main.news #news-container .news-article:nth-child(odd) .post-thumbnail {
        float: right
    }

    .site-main.news #news-container .news-article:first-child {
        margin-top: 80px
    }

    .site-main.news #news-container .news-article:nth-child(2) {
        margin-top: 350px
    }
}

.site-main.category h2 {
    margin-top: 20px;
    font-size: 20px
}

.vacant-positions-container.container {
    margin-top: 20px;
    padding-top: 0 !important;
    margin-bottom: -30px
}

@media (min-width:992px) {
    .vacant-positions-container.container {
        margin-bottom: -200px
    }
}

.vacant-positions-container .vacant-position-article {
    margin-bottom: 60px
}

.vacant-positions-container .vacant-position-article h2 {
    margin-top: 20px;
    font-size: 20px
}

@media (min-width:768px) {
    .vacant-positions-container .vacant-position-article h2 {
        margin-top: 0
    }
}

@media (min-width:992px) {
    .vacant-positions-container .vacant-position-article h2 {
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .vacant-positions-container:before {
        content: '';
        display: block;
        border-left: 1px solid #002b5c;
        position: absolute;
        height: 100%;
        left: 50%;
        width: 0
    }

    .vacant-positions-container .vacant-position-article {
        height: 480px
    }

    .vacant-positions-container .vacant-position-article:nth-child(even) {
        float: right;
        text-align: left
    }

    .vacant-positions-container .vacant-position-article:nth-child(odd) {
        text-align: right
    }

    .vacant-positions-container .vacant-position-article:nth-child(odd) .post-thumbnail {
        float: right
    }

    .vacant-positions-container .vacant-position-article:first-child {
        margin-top: 80px
    }

    .vacant-positions-container .vacant-position-article:nth-child(2) {
        margin-top: 350px
    }
}

.menu {
    text-align: justify;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.menu > li {
    position: relative
}

.menu > li.sfHover > a {
    color: #f3776f
}

.menu li .arrow {
    display: none
}

.menu li a {
    color: #002b5c;
    outline: none
}

.menu .sub-menu {
    display: none;
    text-transform: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background-color: #ece9e5
}

.menu .sub-menu li {
    display: block
}

.menu .sub-menu li.header {
    display: none
}

.menu .sub-menu li.sfHover > a {
    color: #f3776f
}

.menu .sub-menu .sub-menu {
    padding-left: 30px;
    border-top: 1px solid #00a0af;
    border-bottom: 1px solid #00a0af
}

.menu .sub-menu .sub-menu > li a {
    color: #00a0af
}

.site-functions {
    text-transform: uppercase
}

.site-functions .menu {
    text-align: right
}

.site-functions .menu > li {
    display: none;
    padding-bottom: 15px
}

.site-functions .menu > li a {
    display: inline-block;
    text-decoration: none
}

.site-functions .menu > li a:hover {
    color: #f3776f
}

.site-functions .menu > li.current-menu-item > a {
    color: #f3776f
}

.site-functions .menu > li.menu-toggle {
    vertical-align: middle;
    display: inline-block;
    float: left
}

.site-functions .menu > li.menu-toggle button {
    vertical-align: middle;
    padding: 0;
    background: 0 0;
    border: 0;
    appearance: none;
    width: 25px;
    height: 30px
}

.site-functions .menu > li.menu-toggle button .horizontal-line {
    display: block;
    height: 4px;
    width: 25px;
    background: #002b5c;
    margin-bottom: 6px
}

.site-functions .menu > li.menu-toggle button.toggled .horizontal-line {
    background: #f3776f
}

.site-functions .menu > li.site-functions-search {
    display: inline-block;
    cursor: pointer
}

.site-functions .menu > li.site-functions-search:hover use, .site-functions .menu > li.site-functions-search.sfHover use {
    stroke: #f3776f
}

.site-functions .menu > li.site-functions-search .sub-menu {
    position: absolute;
    padding: 30px;
    transform: translateX(0) translateY(10px);
    top: 100%;
    right: 0;
    left: auto;
    min-width: 300px;
    z-index: 99999;
    margin-left: 0
}

.site-functions .menu > li.site-functions-search .sub-menu:before {
    position: absolute;
    top: -20px;
    content: '';
    border-left: 1px solid #002b5c;
    height: 40px;
    left: auto;
    right: 15px
}

.site-functions .menu > li.site-functions-search .sub-menu .form-control {
    margin-bottom: 2em
}

.site-functions .menu > li.site-functions-search .sub-menu .btn {
    width: 100%
}

.site-functions .menu li + li {
    margin-left: 1em
}

.main-navigation {
    text-transform: uppercase;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #ece9e5;
    padding: 15px;
    z-index: 999
}

.main-navigation.toggled {
    display: block
}

.main-navigation .menu-close {
    text-align: right
}

.main-navigation .menu-close button {
    vertical-align: middle;
    padding: 0;
    background: 0 0;
    border: 0;
    appearance: none;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px
}

.main-navigation .menu > li {
    display: block
}

.main-navigation .menu > li a {
    display: block;
    padding: 15px 0;
    text-decoration: none
}

.main-navigation .menu > li a:hover {
    color: #f3776f
}

.main-navigation .menu > li > a {
    border-bottom: 1px solid #002b5c
}

.main-navigation .menu > li.prevent-url-nav > a {
    cursor: default
}

.main-navigation .menu > li > .sub-menu {
    border-bottom: 1px solid #002b5c
}

.main-navigation .menu > li > .sub-menu a {
    padding: 8px 0
}

.main-navigation .menu > li.current_page_item > a, .main-navigation .menu > li.current_page_parent > a, .main-navigation .menu > li.current_page_ancestor > a {
    color: #f3776f
}

@media (max-width:991px) {
    .main-navigation .menu li {
        position: relative
    }

    .main-navigation .menu li > .arrow {
        position: absolute;
        right: 0;
        top: 5px;
        padding: 7px;
        width: 24px;
        height: 24px;
        cursor: pointer
    }

    .main-navigation .menu li > .arrow:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        border-right: 2px solid #002b5c;
        border-bottom: 2px solid #002b5c;
        will-change: transform;
        transition: transform .2s;
        transition-timing-function: ease-in-out;
        transform: translateY(-50%) rotate(45deg) skew(-20deg, -20deg)
    }

    .main-navigation .menu li.menu-item-has-children > .arrow {
        display: inline-block
    }

    .main-navigation .menu li.menu-item-has-children.sfHover > .arrow:before {
        transform: translateY(-50%) rotate(-135deg) skew(-20deg, -20deg)
    }

    .main-navigation .menu > li > .arrow {
        top: 10px
    }
}

.footer-navigation {
    text-transform: uppercase;
    display: none
}

.page-navigation {
    text-transform: uppercase;
    border-bottom: 1px solid #002b5c;
    margin-bottom: 2em
}

.page-navigation .menu-toggle {
    position: relative
}

.page-navigation .menu-toggle button {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    vertical-align: middle;
    padding: 0;
    background: 0 0;
    border: 0;
    appearance: none;
    margin-bottom: 1em;
    line-height: 30px
}

.page-navigation .menu-toggle button:after {
    display: inline-block;
    position: absolute;
    right: 0;
    transition: .2s;
    transition-timing-function: ease-in-out
}

.page-navigation .menu-toggle button:not(.toggled):after {
    content: '';
    top: 8px;
    right: .8em;
    width: .8em;
    height: .8em;
    border-right: .2em solid #002b5c;
    border-bottom: .2em solid #002b5c;
    transform: rotate(45deg) skew(-20deg, -20deg)
}

.page-navigation .menu-toggle button.toggled:after {
    content: '\d7';
    font-size: 30px;
    line-height: 30px
}

.page-navigation .menu {
    border-top: 1px solid #002b5c;
    padding-bottom: 15px;
    display: none
}

.page-navigation .menu > li a {
    display: inline-block;
    padding-top: 15px
}

.page-navigation .menu > li a:hover {
    color: #f3776f
}

.page-navigation .menu > li.current-menu-item > a {
    color: #f3776f
}

.page-navigation.toggled .menu {
    display: block
}

@media (min-width:768px) {
    .main-navigation {
        width: 50%
    }
}

@media (min-width:992px) {
    .menu .sub-menu {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99999;
        text-align: center;
        min-width: 320px;
        padding: 30px;
        border: none
    }

    .menu .sub-menu:before {
        position: absolute;
        top: -20px;
        left: 50%;
        content: '';
        border-left: 1px solid #002b5c;
        height: 40px
    }

    .menu .sub-menu .sub-menu {
        border: none;
        top: 0;
        left: 100%;
        min-height: 100%;
        transform: translateX(15px);
        padding: 30px
    }

    .menu .sub-menu .sub-menu:before {
        display: none
    }

    .menu .sub-menu .sub-menu > li a {
        color: #002b5c
    }

    .menu .sub-menu > li a {
        padding: 7px 0
    }

    .menu .sub-menu li.menu-item-has-children.sfHover:after {
        position: absolute;
        margin-top: 18px;
        right: -30px;
        content: '';
        border-top: 1px solid #002b5c;
        width: 40px;
        z-index: 99999
    }

    .menu .sub-menu ul {
        top: 0
    }

    .menu .sub-menu li {
        display: block
    }

    .menu .sub-menu li:not(.header) > a:hover {
        color: #f3776f
    }

    .menu .sub-menu li.header {
        display: block;
        font-family: 'PT Serif', serif;
        font-weight: 700;
        font-size: 25px;
        margin-top: 0;
        color: #002b5c
    }

    .menu .sub-menu li.header a:hover {
        color: #002b5c
    }

    .site-functions .menu > li {
        display: inline-block
    }

    .site-functions .menu > li.menu-toggle {
        display: none
    }

    .main-navigation {
        position: static;
        display: block;
        padding: 0;
        margin: 15px auto 0;
        width: 100%;
        max-width: 700px;
        background: 0 0
    }

    .main-navigation .menu-close {
        display: none
    }

    .main-navigation > div {
        display: inline-block;
        width: 50%
    }

    .main-navigation #top-menu-left {
        margin-right: 80px
    }

    .main-navigation #top-menu-right {
        margin-left: 80px
    }

    .main-navigation .menu > li {
        display: inline-block;
        border-bottom: none
    }

    .main-navigation .menu > li a {
        display: inline-block;
        border-bottom: none
    }

    .main-navigation .menu > li > .sub-menu {
        margin-top: 15px;
        border-bottom: none
    }

    .main-navigation .menu > li.mobile-only {
        display: none
    }

    .main-navigation .menu:after {
        content: " ";
        display: inline-block;
        width: 100%
    }

    .page-navigation {
        margin-bottom: 0
    }

    .page-navigation .menu-toggle button {
        cursor: default;
        text-align: center
    }

    .page-navigation .menu-toggle button:after {
        display: none
    }

    .page-navigation .menu {
        display: block;
        padding: 0 15px
    }

    .page-navigation .menu > li {
        display: inline-block;
        border-bottom: none
    }

    .page-navigation .menu > li a {
        display: inline-block
    }

    .page-navigation .menu:after {
        content: " ";
        display: inline-block;
        width: 100%;
        height: 15px
    }

    .footer-navigation {
        font-family: 'PT Serif', serif;
        font-weight: 700;
        line-height: 1.8em;
        display: block;
        margin-top: 1em
    }
}

.menu-invert-colors .site-functions .menu > li a {
    color: #fff
}

.menu-invert-colors .site-functions .menu > li svg {
    fill: #fff;
    stroke: #fff
}

.menu-invert-colors .menu > li.menu-item a {
    color: #fff
}

.widget {
    background-color: #fff;
    margin-top: 15vw;
    margin-bottom: 15vw
}

@media (min-width:992px) {
    .widget {
        margin-top: 200px;
        margin-bottom: 200px
    }
}

.widget .widget-title {
    font-size: 28px;
    color: #002b5c;
    margin-bottom: 1em
}

@media (min-width:992px) {
    .widget .widget-title {
        font-size: 44px
    }
}

.widget .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 20px
}

@media (min-width:768px) {
    .widget .container {
        padding-top: 60px
    }
}

@media (min-width:992px) {
    .widget .container {
        padding-top: 80px
    }
}

@media (min-width:1200px) {
    .widget .container {
        padding-top: 100px
    }
}

.widget a.go-deeper {
    color: #fff
}

.widget a.go-deeper:hover, .widget a.go-deeper:hover:after {
    color: #ccc;
    border-color: #ccc
}

.widget a.go-deeper:after {
    border-color: #fff
}

.widget.widget-transparent {
    background-color: transparent;
    color: #fff
}

.widget.widget-transparent .widget-title {
    color: #fff
}

.widget.widget-transparent a {
    color: #fff
}

.widget.widget-transparent a.to-the-surface {
    color: #b2b2b2
}

.widget.widget-transparent a.to-the-surface:hover, .widget.widget-transparent a.to-the-surface:hover:after {
    color: #e5e5e5;
    border-color: #e5e5e5
}

.widget.widget-transparent a.go-deeper {
    color: #002b5c
}

.widget.widget-transparent a.go-deeper:hover, .widget.widget-transparent a.go-deeper:hover:after {
    color: #358;
    border-color: #358
}

.widget.widget-transparent a.go-deeper:after {
    border-color: #002b5c
}

.widget-areas-of-expertise {
    background-color: #fff
}

.area-of-expertise-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0
}

.area-of-expertise-container .area-of-expertise {
    width: 50%;
    padding: 15px
}

@media (min-width:550px) {
    .area-of-expertise-container .area-of-expertise {
        width: 33%
    }
}

@media (min-width:768px) {
    .area-of-expertise-container .area-of-expertise {
        width: 20%
    }
}

.area-of-expertise-container .area-of-expertise .area-of-expertise-image img {
    display: block;
    margin: auto
}

.area-of-expertise-container .area-of-expertise h4 {
    padding: 10px 0;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #002b5c
}

@media (min-width:992px) {
    .area-of-expertise-container .area-of-expertise h4 {
        font-size: 18px
    }
}

.area-of-expertise-container .area-of-expertise h4 a {
    color: inherit
}

.area-of-expertise-container .area-of-expertise h4 a:hover {
    color: #f3776f
}

.area-of-expertise-container .area-of-expertise .popup {
    margin-top: -50%
}

.area-of-expertise-container .area-of-expertise .popup:before {
    top: -60px;
    height: 80px
}

.widget-recent-news {
    background-color: #fff
}

.widget-recent-news .entry-header {
    text-align: left
}

.widget-recent-news .entry-header h4 {
    color: #00a0af;
    margin-top: 40px;
    font-size: 20px
}

@media (max-width:767px) {
    .widget-recent-news .entry-header h4 {
        font-size: 16px
    }
}

.widget-recent-news .entry-header h4 a {
    color: #00a0af
}

.widget-recent-news .entry-header h4 a:hover {
    text-decoration: none
}

.statistics-boxes-container {
    margin-top: 10px
}

@media (min-width:768px) {
    .statistics-boxes-container {
        margin-top: 20px
    }
}

.statistics-boxes-container .statistics-box {
    text-align: center;
    padding: 1em
}

@media (min-width:768px) {
    .statistics-boxes-container .statistics-box {
        padding: 1em
    }
}

.statistics-boxes-container .statistics-box .statistics-box-number {
    color: #fff;
    font-size: 90px
}

@media (min-width:768px) {
    .statistics-boxes-container .statistics-box .statistics-box-number {
        font-size: 90px
    }
}

@media (min-width:992px) {
    .statistics-boxes-container .statistics-box .statistics-box-number {
        font-size: 100px
    }
}

.statistics-boxes-container .statistics-box .statistics-box-text {
    color: #fff;
    font-size: 20px
}

.widget-customer-reasons .content {
    position: relative
}

@media (min-width:992px) {
    .widget-customer-reasons .content:before {
        content: '';
        position: absolute;
        left: -30px;
        top: -300px;
        border-left: 1px solid #fff;
        height: 1200px
    }
}

@media (min-width:1200px) {
    .widget-customer-reasons .content:before {
        left: -15px
    }
}

.widget-customer-reasons ol.customer-reasons {
    counter-reset: li;
    padding: 0;
    margin: 0;
    font-size: 18px
}

.widget-customer-reasons ol.customer-reasons > li {
    position: relative;
    list-style: none;
    margin: 0 0 2em
}

@media (min-width:992px) {
    .widget-customer-reasons ol.customer-reasons {
        font-size: 24px
    }

    .widget-customer-reasons ol.customer-reasons > li {
        width: 60%
    }

    .widget-customer-reasons ol.customer-reasons > li:before {
        content: counter(li);
        counter-increment: li;
        font-family: 'PT Serif', serif;
        border: 1px solid #fff;
        background-color: #000;
        border-radius: 50%;
        position: absolute;
        left: -40px;
        top: .8em;
        font-size: 14px;
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center
    }
}

.widget-newsletter-sign-up .widget-newsletter-container {
    text-align: center
}

.widget-newsletter-sign-up .widget-newsletter-container .newsletter-sign-up-info {
    font-size: 18px;
    padding: 0 10%
}

@media (min-width:768px) {
    .widget-newsletter-sign-up .widget-newsletter-container .newsletter-sign-up-info {
        padding: 0 30%
    }
}

.widget-newsletter-sign-up .widget-newsletter-container .newsletter-sign-up-slogan {
    font-family: 'PT Serif', serif;
    font-weight: 700;
    font-size: 36px
}

@media (min-width:768px) {
    .widget-newsletter-sign-up .widget-newsletter-container .newsletter-sign-up-slogan {
        font-size: 44px
    }
}

.widget-newsletter-sign-up .widget-newsletter-container form {
    margin-top: 30px;
    margin-bottom: 15px
}

.widget-newsletter-sign-up .widget-newsletter-container form input.newsletter-sign-up-email {
    margin-bottom: 30px
}

.widget-newsletter-sign-up .widget-newsletter-container form .btn {
    width: 100%
}

header.site-header {
    padding-top: 15px;
    margin-bottom: 20px
}

@media (min-width:992px) {
    header.site-header {
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    header.site-header {
        margin-bottom: 60px
    }
}

header.site-header .container {
    min-height: 80px
}

header.site-header .container .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

header.site-header .container .logo img {
    max-height: 80px
}

@media (min-width:992px) {
    header.site-header .container .logo {
        transform: translateX(-50%) translateY(-40%)
    }

    header.site-header .container .logo img {
        max-height: 100%
    }
}

@media (min-width:1200px) {
    body.home header.site-header {
        margin-bottom: 80px
    }
}

#breadcrumbs {
    display: none;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    color: #00a0af;
    font-size: 12px
}

@media (min-width:992px) {
    #breadcrumbs {
        display: block;
        transform: translateY(80px)
    }
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.site-footer {
    font-size: 12.6px;
}

.site-footer p{
    font-size: 12.6px;
}

.site-footer .container {
    padding-top: 80px;
    position: relative
}

.site-footer .container a {
    color: #002b5c
}

.site-footer .container a:hover {
    color: #f3776f
}

.site-footer .container a.go-deeper {
    display: none
}

.site-footer .container a.go-deeper:hover, .site-footer .container a.go-deeper:hover:after {
    color: #358;
    border-color: #358
}

.site-footer .container a.to-the-surface {
    display: inline-block;
    top: 100px;
    bottom: auto;
    color: #b2b2b2
}

.site-footer .container a.to-the-surface:hover, .site-footer .container a.to-the-surface:hover:after {
    color: #7f7f7f;
    border-color: #7f7f7f
}

@media (max-width:991px) {
    .site-footer .container a.to-the-surface {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (min-width:992px) {
    .site-footer .container a.to-the-surface {
        top: 50px
    }
}

.site-footer .container a .icon {
    fill: #002b5c;
    stroke: #002b5c
}

.site-footer .container a .icon.svg-icon-youtube, .site-footer .container a .icon.svg-icon-linked-in {
    margin-top: 5px
}

.site-footer .container a h5 {
    color: inherit
}

.site-footer .container a:hover .icon {
    fill: #f3776f;
    stroke: #f3776f
}

.site-footer .container .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.site-footer .container .logo .img-logo-blue {
    display: inline
}

.site-footer .container .logo .img-logo-white {
    display: none
}

.site-footer .container h5 {
    margin-top: 14px;
    margin-bottom: 2px;
    color: #002b5c;
    font-size: 14px
}

.site-footer .container .column-container {
    padding: 60px 0
}

@media (min-width:992px) {
    .site-footer .container .column-container {
        display: flex;
        border-top: 2px solid #002b5c
    }
}

.site-footer .container .column-container > div {
    position: relative;
    padding-bottom: 4px
}

.site-footer .container .column-container > div:before {
    content: '';
    display: block;
    border-top: 1px solid #002b5c
}

@media (min-width:992px) {
    .site-footer .container .column-container > div:before {
        display: none
    }
}

@media (min-width:992px) {
    .site-footer .container .column-container > div + div {
        border-left: 1px solid #002b5c;
        padding-left: 2em;
        padding-right: 2em
    }
}

@media (min-width:992px) {
    .site-footer .container .column-container .footer-bottom {
        position: absolute;
        bottom: 7px
    }
}

.site-footer .container .column-container .company-slogan {
    font-style: italic
}

.site-footer .container .copyright {
    text-align: center;
    color: #7f8080;
    margin-bottom: 1em
}

.home .site-footer {
    color: #fff
}

.home .site-footer .parallax-window {
    padding-bottom: 0
}

.home .site-footer .logo .img-logo-blue {
    display: none
}

.home .site-footer .logo .img-logo-white {
    display: inline
}

.home .site-footer h5 {
    color: #fff
}

.home .site-footer a {
    color: #fff
}

.home .site-footer a.to-the-surface:hover, .home .site-footer a.to-the-surface:hover:after {
    color: #e5e5e5;
    border-color: #e5e5e5
}

.home .site-footer a.go-deeper {
    display: inline-block;
    color: #002b5c;
    top: -170px
}

@media (min-width:768px) {
    .home .site-footer a.go-deeper {
        top: -280px
    }
}

@media (min-width:992px) {
    .home .site-footer a.go-deeper {
        top: calc(-290px - 280px)
    }
}

@media (min-width:1200px) {
    .home .site-footer a.go-deeper {
        top: calc(-500px - 280px)
    }
}

.home .site-footer a .icon {
    fill: #fff;
    stroke: #fff
}

.home .site-footer a h5 {
    color: inherit
}

.home .site-footer a:hover .icon {
    fill: #f3776f;
    stroke: #f3776f
}

.home .site-footer .container {
    margin-top: 100px
}

@media (min-width:768px) {
    .home .site-footer .container {
        margin-top: 200px
    }
}

@media (min-width:992px) {
    .home .site-footer .container {
        margin-top: 680px
    }
}

@media (min-width:992px) {
    .home .site-footer .column-container {
        border-top: 2px solid #fff
    }
}

.home .site-footer .column-container > div:before {
    border-top: 1px solid #fff
}

@media (min-width:992px) {
    .home .site-footer .column-container > div + div {
        border-left: 1px solid #fff
    }
}

.page-template-page_login .site-footer {
    color: #fff
}

.page-template-page_login .site-footer .parallax-window {
    padding-bottom: 0
}

.page-template-page_login .site-footer .logo .img-logo-blue {
    display: none
}

.page-template-page_login .site-footer .logo .img-logo-white {
    display: inline
}

.page-template-page_login .site-footer h5 {
    color: #fff
}

.page-template-page_login .site-footer a {
    color: #fff
}

.page-template-page_login .site-footer a.to-the-surface {
    display: none
}

.page-template-page_login .site-footer a .icon {
    fill: #fff;
    stroke: #fff
}

.page-template-page_login .site-footer a:hover .icon {
    fill: #f3776f;
    stroke: #f3776f
}

@media (min-width:992px) {
    .page-template-page_login .site-footer .column-container {
        border-top: 2px solid #fff
    }
}

.page-template-page_login .site-footer .column-container > div:before {
    border-top: 1px solid #fff
}

@media (min-width:992px) {
    .page-template-page_login .site-footer .column-container > div + div {
        border-left: 1px solid #fff
    }
}

.hero {
    text-align: center;
    min-height: 250px
}

@media (min-width:992px) {
    .hero {
        min-height: 400px
    }
}

.hero h1 {
    font-size: 25px;
    color: #002b5c
}

@media (min-width:768px) {
    .hero h1 {
        font-size: 42px
    }
}

@media (min-width:992px) {
    .hero h1 {
        font-size: 60px
    }
}

.hero .entry-body {
    position: relative;
    margin-top: 30px
}

@media (min-width:992px) {
    .hero .entry-body {
        margin-top: 50px
    }
}

@media (min-width:1200px) {
    .hero {
        padding: 0 200px
    }
}

.shape:before {
    z-index: -1
}

.shape:after {
    z-index: -1
}

.shape.widget:before {
    z-index: 1
}

.shape.widget:after {
    z-index: 1
}

.shape.login-container:before {
    z-index: 1
}

.shape.login-container:after {
    z-index: 1
}

.arrow-top, .arrow-bottom {
    position: relative
}

.arrow-top:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin-bottom: -1px;
    bottom: 100%;
    border-left: 50vw solid #fff;
    border-right: 50vw solid #fff;
    border-top: 15vw solid transparent
}

@media (min-width:992px) {
    .arrow-top:before {
        border-top: 200px solid transparent
    }
}

.arrow-bottom:after {
    /*content: '';*/
    position: absolute;
    width: 0;
    height: 0;
    margin-top: -1px;
    top: 100%;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 15vw solid #fff
}

@media (min-width:992px) {
    .arrow-bottom:after {
        border-top: 200px solid #fff
    }
}

.shape.straight-top {
    margin-top: 0 !important
}

.shape.straight-bottom {
    margin-bottom: 0 !important
}

.shape.animate {
    transition: all 1.5s ease-in-out;
    will-change: transform
}

.shape.animate.animate-move-up.animate-start {
    transform: translate(0, -50px)
}

.shape.animate.animate-move-up + article {
    margin-top: -50px
}

.bg-yellow {
    background-color: #f8ed9b
}

.bg-cyan {
    background-color: #00a0af;
    color: #fff
}

.bg-gray {
    background-color: #ece9e5
}

.bg-yellow.arrow-top:before {
    border-left: 50vw solid #f8ed9b;
    border-right: 50vw solid #f8ed9b
}

.bg-cyan.arrow-top:before {
    border-left: 50vw solid #00a0af;
    border-right: 50vw solid #00a0af
}

.bg-gray.arrow-top:before {
    border-left: 50vw solid #ece9e5;
    border-right: 50vw solid #ece9e5
}

.bg-yellow.arrow-bottom:after {
    border-top: 15vw solid #f8ed9b
}

@media (min-width:992px) {
    .bg-yellow.arrow-bottom:after {
        border-top: 200px solid #f8ed9b
    }
}

.bg-cyan.arrow-bottom:after {
    border-top: 15vw solid #00a0af
}

@media (min-width:992px) {
    .bg-cyan.arrow-bottom:after {
        border-top: 200px solid #00a0af
    }
}

.bg-gray.arrow-bottom:after {
    border-top: 15vw solid #ece9e5
}

@media (min-width:992px) {
    .bg-gray.arrow-bottom:after {
        border-top: 200px solid #ece9e5
    }
}

.diagonal-top-down, .diagonal-top-up, .diagonal-bottom-down, .diagonal-bottom-up {
    position: relative
}

.diagonal-top-up:before {
    content: '';
    position: absolute;
    margin-bottom: -1px;
    bottom: 100%;
    width: 100%;
    height: 30vw;
    background: linear-gradient(to left top, #fff 50%, transparent 50%)
}

@media (min-width:992px) {
    .diagonal-top-up:before {
        height: 400px
    }
}

.bg-yellow.diagonal-top-up:before {
    background: linear-gradient(to left top, #f8ed9b 50%, transparent 50%)
}

.bg-cyan.diagonal-top-up:before {
    background: linear-gradient(to left top, #00a0af 50%, transparent 50%)
}

.bg-gray.diagonal-top-up:before {
    background: linear-gradient(to left top, #ece9e5 50%, transparent 50%)
}

.diagonal-top-down:before {
    content: '';
    position: absolute;
    margin-bottom: -1px;
    bottom: 100%;
    width: 100%;
    height: 30vw;
    background: linear-gradient(to left bottom, #fff 50%, transparent 50%)
}

@media (min-width:992px) {
    .diagonal-top-down:before {
        height: 400px
    }
}

.bg-yellow.diagonal-top-down:before {
    background: linear-gradient(to left bottom, #f8ed9b 50%, transparent 50%)
}

.bg-cyan.diagonal-top-down:before {
    background: linear-gradient(to left bottom, #00a0af 50%, transparent 50%)
}

.bg-gray.diagonal-top-down:before {
    background: linear-gradient(to left bottom, #ece9e5 50%, transparent 50%)
}

.diagonal-bottom-down:after {
    content: '';
    position: absolute;
    margin-top: -1px;
    top: 100%;
    width: 100%;
    height: 30vw;
    background: linear-gradient(to left bottom, #fff 50%, transparent 50%)
}

@media (min-width:992px) {
    .diagonal-bottom-down:after {
        height: 400px
    }
}

.bg-yellow.diagonal-bottom-down:after {
    background: linear-gradient(to left bottom, #f8ed9b 50%, transparent 50%)
}

.bg-cyan.diagonal-bottom-downp:after {
    background: linear-gradient(to left bottom, #00a0af 50%, transparent 50%)
}

.bg-gray.diagonal-bottom-down:after {
    background: linear-gradient(to left bottom, #ece9e5 50%, transparent 50%)
}

.diagonal-bottom-up:after {
    content: '';
    position: absolute;
    margin-top: -1px;
    top: 100%;
    width: 100%;
    height: 30vw;
    background: linear-gradient(to right bottom, #fff 50%, transparent 50%)
}

@media (min-width:992px) {
    .diagonal-bottom-up:after {
        height: 400px
    }
}

.bg-yellow.diagonal-bottom-up:after {
    background: linear-gradient(to right bottom, #f8ed9b 50%, transparent 50%)
}

.bg-cyan.diagonal-bottom-up:after {
    background: linear-gradient(to right bottom, #00a0af 50%, transparent 50%)
}

.bg-gray.diagonal-bottom-up:after {
    background: linear-gradient(to right bottom, #ece9e5 50%, transparent 50%)
}

textarea, input, button {
    outline: none
}

.form-control, .form-control:focus {
    background-color: transparent;
    border-width: 0 0 1px;
    border-color: #002b5c;
    color: #002b5c;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

textarea.form-control, textarea.form-control:focus {
    border-width: 1px;
    padding-left: 6px;
    padding-right: 6px
}

input:placeholder-shown {
    color: #002b5c;
    text-transform: uppercase
}

span.wpcf7-checkbox {
    display: block;
    text-align: left
}

span.wpcf7-checkbox span.wpcf7-list-item {
    display: inline-block;
    min-width: 50%;
    text-align: left;
    margin: 0;
    position: relative
}

span.wpcf7-checkbox span.wpcf7-list-item label {
    font-weight: 400;
    line-height: 18px
}

span.wpcf7-checkbox span.wpcf7-list-item label:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    border: 1px solid #002b5c
}

span.wpcf7-checkbox span.wpcf7-list-item label span.wpcf7-list-item-label:before {
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 3px;
    border: 3px solid #002b5c;
    border-top: none;
    border-right: none;
    background: 0 0;
    vertical-align: middle;
    opacity: 0;
    transform: rotate(-45deg)
}

span.wpcf7-checkbox span.wpcf7-list-item label span.wpcf7-list-item-label:hover:before {
    opacity: .3
}

span.wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox] {
    display: none
}

span.wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox]:checked + span.wpcf7-list-item-label:before {
    opacity: 1
}

.wpcf7-form textarea {
    height: 100px
}

.clickdform form span {
    display: none
}

.clickdform form .buttonContainer {
    display: block
}

.clickdform form input[type=text], .clickdform form input[type=text]:focus {
    background-color: transparent;
    border-width: 0 0 1px;
    border-color: #002b5c;
    color: #002b5c;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.clickdform form input[type=button] {
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: .8em;
    background-color: transparent;
    width: 100%;
    border: 1px solid #002b5c
}

.clickdform form input[type=text]:hover, .clickdform form input[type=text]:active, .clickdform form input[type=text]:focus {
    color: #358;
    background-color: transparent;
    border-color: #002b5c
}

a:hover .icon {
    stroke: #f3776f;
    fill: #f3776f;
    transition: .2s;
    transition-timing-function: ease-in-out
}

.icon {
    display: inline-block
}

.svg-icon-def g.svg-g-filled {
    fill: inherit
}

.svg-icon-def g.svg-g-stroke {
    stroke: inherit
}

.svg-icon-magnifier {
    max-width: 25px;
    max-height: 25px;
    vertical-align: middle;
    stroke: #002b5c;
    fill: #002b5c
}

.svg-icon-magnifier g {
    stroke-width: 10 !important
}

.svg-icon-magnifier g path {
    stroke-width: 8
}

.svg-icon-youtube {
    max-width: 3.5em;
    max-height: 3.5em;
    vertical-align: middle;
    stroke: #00a0af;
    fill: #00a0af
}

.svg-icon-linked-in {
    max-width: 3.5em;
    max-height: 3.5em;
    vertical-align: middle;
    stroke: #00a0af;
    fill: #00a0af
}

.svg-icon-map-pointer {
    max-width: 1em;
    max-height: 1em;
    vertical-align: middle;
    stroke: #002b5c;
    fill: #002b5c
}

.svg-icon-download {
    max-width: 1.8em;
    max-height: 1.8em;
    vertical-align: middle;
    stroke: #002b5c;
    fill: #002b5c
}

.popup-container {
    position: relative
}

.popup-container .popup {
    display: none;
    position: absolute;
    background-color: #ece9e5;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    padding: 40px;
    width: 400px;
    max-width: 90vw;
    z-index: 99999;
    text-align: center
}

.popup-container .popup.popup-wide {
    width: 500px
}

.popup-container .popup.popup-video {
    width: 900px;
    padding: 10px
}

@media (min-width:992px) {
    .popup-container .popup.popup-video {
        padding: 20px
    }
}

.popup-container .popup h2 {
    color: #002b5c;
    font-size: 36px
}

.popup-container .popup:before {
    position: absolute;
    top: -20px;
    left: 50%;
    content: '';
    border-left: 1px solid #002b5c;
    height: 40px
}

@media (max-width:767px) {
    .popup-disable-xs:before {
        content: ''
    }
}

@media (min-width:768px) {
    .popup-disable-sm:before {
        content: ''
    }
}

.contact-form-container.contact-small {
    padding-top: 60px
}

.contact-form-container.shape {
    margin-top: 15vw;
    margin-bottom: 15vw
}

@media (min-width:992px) {
    .contact-form-container.shape {
        margin-top: 200px;
        margin-bottom: 200px
    }
}

.contact-form-container .content {
    margin-top: 15px;
    text-align: center
}

.contact-form-container .content textarea {
    margin-top: 2em
}

body.home .site-content .page h1, body.home .site-content .page h2, body.home .site-content .page h3, body.home .site-content .page h4, body.home .site-content .page h5, body.home .site-content .page h6, body.page-template-page_login .site-content .page h1, body.page-template-page_login .site-content .page h2, body.page-template-page_login .site-content .page h3, body.page-template-page_login .site-content .page h4, body.page-template-page_login .site-content .page h5, body.page-template-page_login .site-content .page h6, body.page-template-page_header-image .site-content .page h1, body.page-template-page_header-image .site-content .page h2, body.page-template-page_header-image .site-content .page h3, body.page-template-page_header-image .site-content .page h4, body.page-template-page_header-image .site-content .page h5, body.page-template-page_header-image .site-content .page h6 {
    color: #002b5c
}

body.home .parallax-window, body.page-template-page_login .parallax-window, body.page-template-page_header-image .parallax-window {
    margin-top: -20vw;
    padding-top: 20vw;
    margin-bottom: -20vw;
    padding-bottom: 20vw;
    margin-left: -40%;
    padding-left: 40%
}

@media (min-width:768px) {
    body.home .parallax-window, body.page-template-page_login .parallax-window, body.page-template-page_header-image .parallax-window {
        margin-left: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    body.home .parallax-window, body.page-template-page_login .parallax-window, body.page-template-page_header-image .parallax-window {
        margin-top: -240px;
        padding-top: 240px;
        margin-bottom: -240px;
        padding-bottom: 240px
    }
}

@media (max-width:768px) {
    body.home #front-page-wrapper .parallax-window, body.page-template-page_login #front-page-wrapper .parallax-window, body.page-template-page_header-image #front-page-wrapper .parallax-window {
        margin-top: -115px;
        padding-top: 115px
    }
}

.addtoany_content {
    clear: both;
    margin: 16px 0
}

.addtoany_header {
    margin: 0 0 16px
}

.addtoany_list {
    display: inline;
    line-height: 16px
}

.addtoany_list a, .widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle
}

.addtoany_list a img {
    border: 0;
    display: inline-block;
    opacity: 1;
    overflow: hidden;
    vertical-align: baseline
}

.addtoany_list a span {
    display: inline-block;
    float: none
}

.addtoany_list.a2a_kit_size_32 a {
    font-size: 32px
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    height: 32px;
    line-height: 32px;
    width: 32px
}

.addtoany_list a:not(.addtoany_special_service) > span {
    border-radius: 4px;
    display: inline-block;
    opacity: 1
}

.addtoany_list a .a2a_count {
    position: relative;
    vertical-align: top
}

.addtoany_list a:hover, .widget .addtoany_list a:hover {
    border: 0;
    box-shadow: none
}

.addtoany_list a:hover img, .addtoany_list a:hover span {
    opacity: .7
}

.addtoany_list a.addtoany_special_service:hover img, .addtoany_list a.addtoany_special_service:hover span {
    opacity: 1
}

.addtoany_special_service {
    display: inline-block;
    vertical-align: middle
}

.addtoany_special_service a, .addtoany_special_service div, .addtoany_special_service div.fb_iframe_widget, .addtoany_special_service iframe, .addtoany_special_service span {
    margin: 0;
    vertical-align: baseline !important
}

.addtoany_special_service iframe {
    display: inline;
    max-width: none
}

a.addtoany_share.addtoany_no_icon span.a2a_img_text {
    display: none
}

a.addtoany_share img {
    border: 0;
    width: auto;
    height: auto
}
