img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: 0 0 !important;
    padding: 0 !important
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button {
    color: #fff
}

    .wp-block-button.aligncenter {
        text-align: center
    }

    .wp-block-button.alignright {
        text-align: right
    }

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

    .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
        color: inherit
    }

.wp-gs .wp-block-button__link:not(.has-background) {
    background-color: var(--wp-block-core-button--color--background,var(--wp-color--primary,#32373c))
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.no-border-radius.wp-block-button__link {
    border-radius: 0 !important
}

.is-style-outline {
    color: #32373c
}

    .is-style-outline .wp-block-button__link {
        background-color: transparent;
        border: 2px solid
    }

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: none;
    margin-left: 8px
}

.wp-block-buttons.aligncenter, .wp-block-calendar {
    text-align: center
}

    .wp-block-calendar tbody td, .wp-block-calendar th {
        padding: 4px;
        border: 1px solid #e2e4e7
    }

    .wp-block-calendar tfoot td {
        border: none
    }

    .wp-block-calendar table {
        width: 100%;
        border-collapse: collapse;
        font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif
    }

        .wp-block-calendar table th {
            font-weight: 400;
            background: #edeff0
        }

    .wp-block-calendar a {
        text-decoration: underline
    }

    .wp-block-calendar tfoot a {
        color: #00739c
    }

    .wp-block-calendar table caption, .wp-block-calendar table tbody {
        color: #40464d
    }

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 20px 30px
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0
    }

        .wp-block-column:nth-child(2n) {
            margin-left: 32px
        }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .wp-block-column[style] {
            flex-grow: 0
        }

        .wp-block-column:not(:first-child) {
            margin-left: 32px
        }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: fixed
    }

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
    color: #fff
}

    .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
        color: #fff
    }

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left], .block-editor-block-list__block[data-type="core/embed"][data-align=right], .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
    }

.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-16 .wp-block-embed__wrapper:before {
        padding-top: 177.78%
    }

    .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
    }

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

    .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        margin: 0 16px 16px 0;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        position: relative
    }

        .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
            margin: 0;
            height: 100%
        }

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent)
}

    .blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
        display: inline
    }

.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

    .blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    margin-bottom: 1em
}

    .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
    }

.is-style-circle-mask img, .is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-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.wp-block-latest-posts__list {
    list-style: none
}

    .wp-block-latest-posts.wp-block-latest-posts__list li {
        clear: both
    }

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

    .wp-block-latest-posts.is-grid li {
        margin: 0 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-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/ direction: ltr;
    /*!rtl:end:ignore*/ display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

    .wp-block-media-text.has-media-on-the-right {
        -ms-grid-columns: 1fr 50%;
        grid-template-columns: 1fr 50%
    }

    .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
        -ms-grid-row-align: start;
        align-self: start
    }

    .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
        -ms-grid-row-align: center;
        align-self: center
    }

    .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
        -ms-grid-row-align: end;
        align-self: end
    }

    .wp-block-media-text .wp-block-media-text__media {
        /*!rtl:begin:ignore*/ -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/ margin: 0
    }

    .wp-block-media-text .wp-block-media-text__content {
        direction: ltr;
        /*!rtl:begin:ignore*/ -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/ padding: 0 8%;
        word-break: break-word
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        /*!rtl:begin:ignore*/ -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 1;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        /*!rtl:begin:ignore*/ -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

    .wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
        max-width: unset;
        width: 100%;
        vertical-align: middle
    }

    .wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
        height: 100%;
        min-height: 250px;
        background-size: cover
    }

        .wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0
        }

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1
        }

        .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 2;
            grid-row: 2
        }

        .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
            -ms-grid-column: 1;
            grid-column: 1;
            -ms-grid-row: 1;
            grid-row: 1
        }
}

.wp-block-navigation > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0
}

@media (min-width:600px) {
    .wp-block-navigation > ul {
        display: flex;
        flex-wrap: wrap
    }
}

.wp-block-navigation > ul ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0
}

    .wp-block-navigation > ul ul li {
        margin: 0
    }

.wp-block-navigation > ul li {
    z-index: 1
}

    .wp-block-navigation > ul li:focus-within, .wp-block-navigation > ul li:hover {
        cursor: pointer;
        z-index: 99999
    }

        .wp-block-navigation > ul li:focus-within > ul, .wp-block-navigation > ul li:hover > ul, .wp-block-navigation > ul li ul:focus, .wp-block-navigation > ul li ul:hover {
            visibility: visible;
            opacity: 1;
            display: flex;
            flex-direction: column
        }

.wp-block-navigation > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    max-width: 200px;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.wp-block-navigation, .wp-block-navigation .block-editor-block-list__layout {
    display: flex;
    flex-wrap: wrap
}

    .wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
        width: 200px
    }

    .wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
        margin: 0;
        width: auto
    }

    .wp-block-navigation, .wp-block-navigation > .wp-block-navigation__container {
        align-items: center;
        width: 100%
    }

        .wp-block-navigation > .wp-block-navigation-link, .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
            display: flex;
            margin-top: 0;
            margin-bottom: 0
        }

        .wp-block-navigation .wp-block-navigation-link {
            position: relative;
            margin: 0;
            min-height: 56px;
            display: flex;
            line-height: 1.4
        }

            .wp-block-navigation .wp-block-navigation-link .wp-block, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
                min-height: auto;
                padding: 0
            }

                .wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
                    margin: 0
                }

            .wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
                display: none
            }

            .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
                display: flex;
                border: 1px solid rgba(0,0,0,.15);
                position: absolute;
                z-index: 1;
                top: 100%;
                left: 0
            }

                .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
                    left: 100%;
                    top: -1px
                }

            .wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
                background-color: inherit;
                color: inherit
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
                display: flex;
                align-items: center;
                width: max-content;
                padding: 6px 16px
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
                padding-top: 8px
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
                padding-bottom: 8px
            }

            .wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
                min-width: 100%;
                padding-right: 32px;
                position: relative
            }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
                position: absolute;
                right: 16px
            }

                .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
                    fill: currentColor
                }

            .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
                transform: rotate(0)
            }

            .wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
                color: inherit
            }

            .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
                color: #111
            }

            .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
                background-color: #fff
            }

        .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
            color: #fff
        }

        .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks, .wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
            background-color: #333
        }

        .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
            display: flex;
            flex-direction: column;
            padding: 0
        }

        .wp-block-navigation > ul > li > a {
            display: flex;
            align-items: center
        }

        .wp-block-navigation > ul > li:first-of-type > a {
            padding-left: 0
        }

        .wp-block-navigation > ul > li:last-of-type > a {
            padding-right: 0
        }

        .wp-block-navigation.items-justified-left > ul {
            justify-content: flex-start
        }

        .wp-block-navigation.items-justified-center > ul {
            justify-content: center
        }

        .wp-block-navigation.items-justified-right > ul {
            justify-content: flex-end
        }

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

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: 290px
    }

        .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
            font-size: 20px
        }

    .wp-block-pullquote p {
        font-size: 28px;
        line-height: 1.6
    }

    .wp-block-pullquote cite, .wp-block-pullquote footer {
        position: relative
    }

    .wp-block-pullquote .has-text-color a {
        color: inherit
    }

    .wp-block-pullquote:not(.is-style-solid-color) {
        background: none
    }

    .wp-block-pullquote.is-style-solid-color {
        border: none
    }

        .wp-block-pullquote.is-style-solid-color blockquote {
            margin-left: auto;
            margin-right: auto;
            text-align: left;
            max-width: 60%
        }

            .wp-block-pullquote.is-style-solid-color blockquote p {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 32px
            }

            .wp-block-pullquote.is-style-solid-color blockquote cite {
                text-transform: none;
                font-style: normal
            }

    .wp-block-pullquote cite {
        color: inherit
    }

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        font-size: 24px;
        font-style: italic;
        line-height: 1.6
    }

    .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
        font-size: 18px;
        text-align: right
    }

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

    .wp-block-rss.is-grid li {
        margin: 0 16px 16px 0;
        width: 100%
    }

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

    .wp-block-search .wp-block-search__label {
        width: 100%
    }

    .wp-block-search .wp-block-search__input {
        flex-grow: 1;
        max-width: 360px
    }

    .wp-block-search .wp-block-search__button {
        margin-left: 10px
    }

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    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: currentColor;
        font-size: 20px;
        letter-spacing: 2em;
        padding-left: 2em;
        font-family: serif
    }

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

    .wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
        text-decoration: none;
        border-bottom: 0;
        box-shadow: none
    }

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

    .wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
        color: currentColor;
        fill: currentColor
    }

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

    .wp-block-social-links.is-style-logos-only .wp-social-link svg {
        width: 28px;
        height: 28px
    }

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

    .wp-block-social-links.is-style-pill-shape .wp-social-link a {
        padding-left: 16px;
        padding-right: 16px
    }

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

    .wp-block-table table {
        width: 100%
    }

    .wp-block-table .has-fixed-layout {
        table-layout: fixed;
        width: 100%
    }

        .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
            word-break: break-word
        }

    .wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
        display: table;
        width: auto
    }

        .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
            word-break: break-word
        }

    .wp-block-table .has-subtle-light-gray-background-color {
        background-color: #f3f4f5
    }

    .wp-block-table .has-subtle-pale-green-background-color {
        background-color: #e9fbe5
    }

    .wp-block-table .has-subtle-pale-blue-background-color {
        background-color: #e7f5fe
    }

    .wp-block-table .has-subtle-pale-pink-background-color {
        background-color: #fcf0ef
    }

    .wp-block-table.is-style-stripes {
        border-spacing: 0;
        border-collapse: inherit;
        background-color: transparent;
        border-bottom: 1px solid #f3f4f5
    }

        .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
            background-color: #f3f4f5
        }

        .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
            background-color: #f3f4f5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
            background-color: #e9fbe5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
            background-color: #e7f5fe
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
            background-color: #fcf0ef
        }

        .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
            border-color: transparent
        }

.wp-block-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%
    }

.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] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg,#0693e3,#9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg,#7adcb4,#00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg,#fcb900,#ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg,#ff6900,#cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg,#eee,#a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg,#ffceec,#9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg,#caf880,#71ce7e)
}

:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg,#fafae1,#67a671)
}

:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg,#fdd79a,#004a59)
}

:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg,#330968,#31cdcf)
}

:root .has-midnight-gradient-background {
    background: linear-gradient(135deg,#020381,#2874fc)
}

.has-small-font-size {
    font-size: 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
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

@font-face {
    font-family: Social Pug;
    src: url(//www.logicalposition.com/wp-content/plugins/social-pug/assets/dist/./socialpug.1.0.0.eot?gd6mr8);
    src: url(//www.logicalposition.com/wp-content/plugins/social-pug/assets/dist/./socialpug.1.0.0.eot?#iefix) format("embedded-opentype"),url(//www.logicalposition.com/wp-content/plugins/social-pug/assets/dist/./socialpug.1.0.0.woff) format("woff"),url(//www.logicalposition.com/wp-content/plugins/social-pug/assets/dist/./socialpug.1.0.0.ttf) format("truetype"),url(//www.logicalposition.com/wp-content/plugins/social-pug/assets/dist/./socialpug.1.0.0.svg#socialpug) format("svg");
    font-weight: 400;
    font-style: normal
}

.dpsp-icon-total-share:before {
    line-height: 20px;
    display: inline-block;
    line-height: 1em
}

.dpsp-icon-total-share:before, .dpsp-network-btn .dpsp-network-icon:after, .dpsp-network-btn .dpsp-network-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    font-family: Social Pug;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none
}

.dpsp-network-btn .dpsp-network-icon:after, .dpsp-network-btn .dpsp-network-icon:before {
    display: block;
    line-height: 20px
}

.dpsp-network-btn .dpsp-network-icon:after {
    margin-left: -20px;
    opacity: 0
}

.dpsp-icon-total-share:before {
    content: "\e883"
}

.dpsp-facebook .dpsp-network-icon:after, .dpsp-facebook .dpsp-network-icon:before {
    content: "\e800"
}

.dpsp-twitter .dpsp-network-icon:after, .dpsp-twitter .dpsp-network-icon:before {
    content: "\e801"
}

.dpsp-pinterest .dpsp-network-icon:after, .dpsp-pinterest .dpsp-network-icon:before {
    content: "\e803"
}

.dpsp-linkedin .dpsp-network-icon:after, .dpsp-linkedin .dpsp-network-icon:before {
    content: "\e804"
}

.dpsp-email .dpsp-network-icon:after, .dpsp-email .dpsp-network-icon:before {
    content: "\e816"
}

.dpsp-print .dpsp-network-icon:after, .dpsp-print .dpsp-network-icon:before {
    content: "\e817"
}

.dpsp-networks-btns-wrapper.dpsp-has-button-icon-animation .dpsp-network-btn:hover .dpsp-network-icon:after, .dpsp-networks-btns-wrapper.dpsp-has-button-icon-animation .dpsp-network-btn:hover .dpsp-network-icon:before {
    transition: all .25s ease-in-out
}

.dpsp-networks-btns-wrapper.dpsp-has-button-icon-animation .dpsp-network-btn:hover .dpsp-network-icon:before {
    margin-left: 5px;
    opacity: 0
}

.dpsp-networks-btns-wrapper.dpsp-has-button-icon-animation .dpsp-network-btn:hover .dpsp-network-icon:after {
    margin-left: -10px;
    opacity: 1
}

#dpsp-floating-sidebar {
    position: fixed;
    top: 30%;
    z-index: 9998
}

    #dpsp-floating-sidebar.dpsp-position-left {
        left: 0
    }

    #dpsp-floating-sidebar.dpsp-position-right {
        right: 0
    }

.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar li {
    float: none;
    margin-left: 0
}

.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn {
    padding: 0;
    width: 40px
}

    .dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon {
        border-color: transparent !important;
        background: transparent !important
    }

    .dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-has-count .dpsp-network-icon {
        height: 22px;
        line-height: 22px
    }

.dpsp-button-hover .dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn:hover:before {
    color: #fff
}

.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn, .dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon {
    border-radius: 0
}

.dpsp-position-left.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-first, .dpsp-position-left.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-first .dpsp-network-icon {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px
}

.dpsp-position-left.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-last, .dpsp-position-left.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-last .dpsp-network-icon {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}

.dpsp-position-left.dpsp-shape-rounded.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn, .dpsp-position-left.dpsp-shape-rounded.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}

.dpsp-position-right.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-first, .dpsp-position-right.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-first .dpsp-network-icon {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px
}

.dpsp-position-right.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-last, .dpsp-position-right.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-last .dpsp-network-icon {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px
}

.dpsp-position-right.dpsp-shape-rounded.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn, .dpsp-position-right.dpsp-shape-rounded.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px
}

.dpsp-shape-rounded.dpsp-has-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon {
    border-radius: 5px
}

#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle {
    left: 12px
}

#dpsp-floating-sidebar.dpsp-position-right.dpsp-shape-circle {
    right: 10px
}

.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn {
    margin-bottom: 6px
}

.dpsp-shape-rounded.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}

#dpsp-floating-sidebar.dpsp-style-2 .dpsp-network-btn:before {
    background: 0 0
}

#dpsp-floating-sidebar .dpsp-networks-btns-wrapper li {
    position: relative;
    overflow: visible
}

#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-button-label {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: auto;
    white-space: nowrap;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    padding: 6px 12px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    background: #34495e;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    box-sizing: border-box
}

#dpsp-floating-sidebar.dpsp-position-left .dpsp-networks-btns-wrapper .dpsp-button-label {
    left: 100%
}

#dpsp-floating-sidebar.dpsp-position-right .dpsp-networks-btns-wrapper .dpsp-button-label {
    right: 100%
}

#dpsp-floating-sidebar.dpsp-position-left .dpsp-networks-btns-wrapper li.dpsp-hover .dpsp-button-label {
    transform: translateX(10px);
    visibility: visible;
    opacity: 1
}

#dpsp-floating-sidebar.dpsp-position-right .dpsp-networks-btns-wrapper li.dpsp-hover .dpsp-button-label {
    transform: translateX(-10px);
    visibility: visible;
    opacity: 1
}

#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-button-label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent
}

#dpsp-floating-sidebar.dpsp-position-left .dpsp-networks-btns-wrapper .dpsp-button-label:before {
    left: -5px;
    border-right: 5px solid #34495e
}

#dpsp-floating-sidebar.dpsp-position-right .dpsp-networks-btns-wrapper .dpsp-button-label:before {
    right: -5px;
    border-left: 5px solid #34495e
}

#dpsp-content-top {
    margin-bottom: 1.2em
}

#dpsp-content-bottom {
    margin-top: 1.2em
}

.dpsp-share-text {
    font-weight: 700;
    margin-bottom: 10px
}

.dpsp-networks-btns-wrapper {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important
}

    .dpsp-networks-btns-wrapper:after {
        content: "";
        display: block;
        height: 0;
        clear: both
    }

    .dpsp-networks-btns-wrapper li {
        float: left;
        overflow: hidden;
        -moz-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in;
        list-style-type: none !important
    }

        .dpsp-networks-btns-wrapper li:before {
            display: none !important
        }

        .dpsp-networks-btns-wrapper li:first-child {
            margin-left: 0 !important
        }

    .dpsp-networks-btns-wrapper .dpsp-network-btn {
        position: relative;
        display: block;
        text-decoration: none !important;
        text-transform: unset !important;
        height: 40px;
        min-width: 40px;
        font-family: Arial;
        font-weight: 700;
        font-size: 14px;
        line-height: 36px;
        vertical-align: middle;
        padding: 0 10px 0 48px;
        border: 2px solid;
        max-height: 40px;
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all .15s ease-in;
        -webkit-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in;
        box-shadow: none;
        cursor: pointer
    }

        .dpsp-networks-btns-wrapper .dpsp-network-btn:focus, .dpsp-networks-btns-wrapper .dpsp-network-btn:hover {
            border: 2px solid;
            box-shadow: none
        }

        .dpsp-networks-btns-wrapper .dpsp-network-btn:after {
            content: "";
            display: block;
            height: 0;
            clear: both
        }

        .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon {
            position: absolute;
            top: -2px;
            left: -2px;
            bottom: -2px;
            float: left;
            display: block;
            font-size: 14px;
            line-height: 36px;
            width: 40px;
            text-align: center;
            vertical-align: middle;
            border: 2px solid;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -moz-transition: all .15s ease-in;
            -webkit-transition: all .15s ease-in;
            -o-transition: all .15s ease-in;
            transition: all .15s ease-in
        }

        .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label {
            padding: 0 18px
        }

.dpsp-button-style-1 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label .dpsp-network-icon {
    width: auto;
    right: -2px
}

.dpsp-has-buttons-count .dpsp-networks-btns-wrapper .dpsp-network-label {
    margin-right: 10px
}

.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-count {
    font-size: 13px
}

.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-count {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    font-size: 11px;
    text-align: center;
    height: 20px;
    line-height: 20px
}

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label .dpsp-network-label-wrapper {
    display: none
}

.dpsp-column-1 .dpsp-networks-btns-wrapper li {
    width: 100%
}

.dpsp-column-1.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    margin-right: 0
}

.dpsp-column-2 .dpsp-networks-btns-wrapper li {
    width: 50%
}

.dpsp-column-2.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    width: 49%
}

.dpsp-column-2 .dpsp-networks-btns-wrapper li:nth-child(2n) {
    margin-right: 0
}

.dpsp-column-3 .dpsp-networks-btns-wrapper li {
    width: 33.3333%
}

.dpsp-column-3.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    width: 32%
}

.dpsp-column-3 .dpsp-networks-btns-wrapper li:nth-child(3n) {
    margin-right: 0
}

.dpsp-column-4 .dpsp-networks-btns-wrapper li {
    width: 25%
}

.dpsp-column-4.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    width: 23.5%
}

.dpsp-column-4 .dpsp-networks-btns-wrapper li:nth-child(4n) {
    margin-right: 0
}

.dpsp-column-5 .dpsp-networks-btns-wrapper li {
    width: 20%
}

.dpsp-column-5.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    width: 18.4%
}

.dpsp-column-5 .dpsp-networks-btns-wrapper li:nth-child(5n) {
    margin-right: 0
}

.dpsp-column-6 .dpsp-networks-btns-wrapper li {
    width: 16.6666%
}

.dpsp-column-6.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    width: 15%
}

.dpsp-column-6 .dpsp-networks-btns-wrapper li:nth-child(6n) {
    margin-right: 0
}

.dpsp-column-2 .dpsp-networks-btns-wrapper .dpsp-network-btn, .dpsp-column-3 .dpsp-networks-btns-wrapper .dpsp-network-btn, .dpsp-column-4 .dpsp-networks-btns-wrapper .dpsp-network-btn, .dpsp-column-5 .dpsp-networks-btns-wrapper .dpsp-network-btn, .dpsp-column-6 .dpsp-networks-btns-wrapper .dpsp-network-btn {
    padding-right: 10px
}

.article .dpsp-networks-btns-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.article ul.dpsp-networks-btns-wrapper li {
    flex: 0 0 auto;
    float: none;
    margin: 5px;
    width: auto
}

.dpsp-no-labels .dpsp-networks-btns-wrapper .dpsp-network-btn {
    padding: 0;
    text-align: center
}

.dpsp-no-labels:not(.dpsp-column-auto) .dpsp-networks-btns-wrapper .dpsp-network-btn:before {
    position: relative;
    left: 0;
    float: none;
    display: inline-block
}

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon {
    border-color: #3a579a;
    background: #3a579a;
    color: #3a579a
}

    .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover .dpsp-network-icon {
        border-color: #334d87;
        background: #334d87;
        color: #334d87
    }

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon {
    border-color: #00abf0;
    background: #00abf0;
    color: #00abf0
}

    .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover .dpsp-network-icon {
        border-color: #0099d7;
        background: #0099d7;
        color: #0099d7
    }

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon {
    border-color: #c92228;
    background: #c92228;
    color: #c92228
}

    .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover .dpsp-network-icon {
        border-color: #b31e24;
        background: #b31e24;
        color: #b31e24
    }

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon {
    border-color: #0077b5;
    background: #0077b5;
    color: #0077b5
}

    .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:hover, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:hover .dpsp-network-icon {
        border-color: #00669c;
        background: #00669c;
        color: #00669c
    }

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email .dpsp-network-icon {
    border-color: #27ae60;
    background: #27ae60;
    color: #27ae60
}

    .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email:hover, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email:hover .dpsp-network-icon {
        border-color: #239e57;
        background: #239e57;
        color: #239e57
    }

.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print .dpsp-network-icon {
    border-color: #bdc3c7;
    background: #bdc3c7;
    color: #bdc3c7
}

    .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print:hover, .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print:hover .dpsp-network-icon {
        border-color: #afb6bb;
        background: #afb6bb;
        color: #afb6bb
    }

.dpsp-has-button-background .dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn:before {
    color: #fff
}

.dpsp-shape-rounded .dpsp-network-btn, .dpsp-shape-rounded .dpsp-network-btn .dpsp-network-icon {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.dpsp-shape-rounded .dpsp-network-btn, .dpsp-shape-rounded .dpsp-no-label.dpsp-network-btn .dpsp-network-icon {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.dpsp-shape-circle .dpsp-network-btn {
    border-radius: 30px
}

    .dpsp-shape-circle .dpsp-network-btn .dpsp-network-icon {
        border-radius: 30px;
        overflow: hidden
    }

.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
    margin-bottom: 10px;
    margin-right: 2%;
    margin-left: 0 !important
}

@media screen and (max-width:720px) {
    .dpsp-hide-on-mobile {
        display: none
    }
}

.dpsp-button-style-1 .dpsp-network-btn {
    color: #fff !important;
    padding-left: 38px
}

    .dpsp-button-style-1 .dpsp-network-btn .dpsp-network-icon {
        color: #fff !important
    }

.dpsp-show-total-share-count {
    position: relative
}

.dpsp-total-share-wrapper {
    position: relative;
    font-family: Arial;
    margin-top: 10px;
    line-height: 1.345;
    color: #5d6368
}

    .dpsp-total-share-wrapper .dpsp-icon-total-share:before {
        font-size: 16px;
        top: 7px;
        left: -2px;
        margin-top: 0;
        margin-left: 0
    }

#dpsp-floating-sidebar .dpsp-total-share-wrapper {
    margin-bottom: 10px
}

    #dpsp-floating-sidebar .dpsp-total-share-wrapper .dpsp-icon-total-share {
        display: none
    }

.dpsp-total-share-wrapper span {
    display: block;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.dpsp-total-share-wrapper .dpsp-total-share-count {
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap
}

.dpsp-content-wrapper .dpsp-total-share-wrapper {
    position: absolute;
    width: 60px;
    height: 40px;
    margin-top: -21px;
    top: 50%;
    padding-left: 20px;
    box-sizing: border-box
}

.dpsp-content-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-before {
    padding-left: 70px
}

.dpsp-content-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-after {
    padding-right: 70px
}

.dpsp-content-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-before .dpsp-total-share-wrapper {
    left: 0
}

.dpsp-content-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-after .dpsp-total-share-wrapper {
    right: 0
}

@media print {
    #dpsp-floating-sidebar, .dpsp-content-wrapper, .dpsp-share-text {
        display: none
    }
}

@charset "UTF-8";

.woocommerce-input-wrapper {
    width: 100%
}

figure.woocommerce-product-gallery__wrapper {
    max-width: inherit !important
}

@media (min-width:768px) {
    #coupon_code.input-text {
        width: 110px !important
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(//www.logicalposition.com/wp-content/themes/understrap-master/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(//www.logicalposition.com/wp-content/themes/understrap-master/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(//www.logicalposition.com/wp-content/themes/understrap-master/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(//www.logicalposition.com/wp-content/themes/understrap-master/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(//www.logicalposition.com/wp-content/themes/understrap-master/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(//www.logicalposition.com/wp-content/themes/understrap-master/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -moz-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-cog:before, .fa-gear:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-repeat:before, .fa-rotate-right:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-cogs:before, .fa-gears:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-floppy-o:before, .fa-save:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-sort:before, .fa-unsorted:before {
    content: ""
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: ""
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-gavel:before, .fa-legal:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-bolt:before, .fa-flash:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-clipboard:before, .fa-paste:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-chain-broken:before, .fa-unlink:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: ""
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: ""
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: ""
}

.fa-eur:before, .fa-euro:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-inr:before, .fa-rupee:before {
    content: ""
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: ""
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: ""
}

.fa-krw:before, .fa-won:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-try:before, .fa-turkish-lira:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: ""
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: ""
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: ""
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: ""
}

.fa-empire:before, .fa-ge:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-paper-plane:before, .fa-send:before {
    content: ""
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-bed:before, .fa-hotel:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-y-combinator:before, .fa-yc:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-television:before, .fa-tv:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: ""
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-sign-language:before, .fa-signing:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-address-card:before, .fa-vcard:before {
    content: ""
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

#content {
    outline: 0
}

nav .number_link {
    font-size: 20px
}

#myModal .modal-content .number_link {
    font-size: 28px
}

.modal-content .number_link {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none
}

.ecom-package {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0
}

    .ecom-package input[type=submit] {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        border: none;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.navbar-default li.dropdown {
    position: relative
}

    .navbar-default li.dropdown > a:after {
        content: "\f0d7";
        color: #fff;
        padding-left: 5px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900
    }

    .navbar-default li.dropdown li.dropdown .dropdown-menu {
        top: 0;
        left: 100%
    }

    .navbar-default li.dropdown:hover > .dropdown-menu {
        display: block
    }

.navbar-default li.active a {
    color: #fff !important;
    background: 0 0 !important
}

    .navbar-default li.active a:hover {
        color: #fff
    }

.navbar-default li.call a {
    font-size: 20px !important;
    font-weight: 700
}

.navbar-default li.get-started a {
    font-weight: 700
}

    .navbar-default li.get-started a:after {
        content: "\f0da";
        color: #fff;
        padding-left: 5px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900
    }

.navbar-default li.menu-icon i {
    display: none
}

@media (max-width:767px) {
    .navbar-default li.menu-icon i {
        display: block;
        position: absolute;
        right: 5px;
        top: 8px;
        font-size: 20px;
        border-radius: 100px;
        background: #ccc;
        height: 35px;
        width: 35px;
        padding-top: 8px;
        text-align: center
    }

    .navbar-default li.blue i {
        background: #4285f4
    }

    .navbar-default li.dark-purple i {
        background: #4527a0
    }

    .navbar-default li.pink i {
        background: #ff4081
    }

    .navbar-default li.purple i {
        background: #ab47bc
    }

    .navbar-default li.light-blue i {
        background: #00bcd4
    }

    .navbar-default li.red i {
        background: #f44336
    }

    .navbar-default li.green i {
        background: #00bf6f
    }

    .navbar-default li.orange i {
        background: #ff5722
    }
}

.nav--footer li {
    display: inline-block
}

    .nav--footer li:last-child a:after {
        display: none
    }

.nav--footer a {
    padding: 0
}

    .nav--footer a:hover {
        background-color: transparent
    }

    .nav--footer a:after {
        content: "|";
        color: #fff;
        position: relative;
        display: inline-block;
        padding-left: 5px;
        padding-right: 2px
    }

.page-topper > img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    display: block;
    margin-left: auto;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0
}

.page-topper--blog {
    height: 150px
}

    .page-topper--blog .color-overlay {
        padding: 0;
        height: 150px
    }

.page-topper--partner {
    height: 254px
}

    .page-topper--partner > img {
        padding: 0 !important;
        display: block !important
    }

    .page-topper--partner .img-client-logo {
        max-height: 100px
    }

.page-menu--large li {
    display: inline-block
}

    .page-menu--large li.active a {
        color: #fff;
        border-bottom: 2px solid #fff;
        padding-bottom: 5px
    }

.page-menu--quick {
    margin-bottom: 0
}

    .page-menu--quick li {
        display: inline-block
    }

        .page-menu--quick li a {
            display: inline-block;
            padding: 8px 30px;
            margin: 10px 1px;
            cursor: pointer;
            border-radius: 2px;
            white-space: normal;
            text-decoration: none;
            text-transform: uppercase;
            background-color: #fff;
            color: #555;
            border: 1px solid #ccc
        }

            .page-menu--quick li a:hover {
                -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.28);
                box-shadow: 0 3px 6px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.28);
                text-decoration: none
            }

        .page-menu--quick li.active a {
            background-color: #e7e7e7;
            color: #000;
            border: 1px solid #b3b3b3
        }

#blog {
    width: 85%;
    margin: auto
}

    #blog .post-navigation {
        border-bottom: 1px solid #e0dede;
        background: 0 0;
        margin: 0 0 50px;
        padding: 10px 0;
        text-align: right;
        float: none
    }

    #blog .nav-previous {
        margin-right: 40px
    }

    #blog .entry-meta {
        border-bottom: 1px solid #e0dede;
        border-top: 1px solid #e0dede;
        margin: 30px 0;
        padding: 5px 0
    }

    #blog .wp-post-image {
        margin-bottom: 20px
    }

    #blog .entry-content {
        line-height: 26px;
        margin: 0 0 20px;
        font-size: 16px;
        font-family: Montserrat,Arial,sans-serif;
        font-weight: 400;
        color: #003461
    }

    #blog h1 {
        color: #121214;
        text-align: center;
        line-height: 42px;
        font-size: 36px;
        font-family: Roboto,sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        margin: 0
    }

    #blog h2 {
        color: #333;
        font-size: 30px;
        font-weight: 300;
        line-height: 36px;
        margin: 55px 0 20px 0;
        font-family: Roboto,sans-serif
    }

    #blog h3 {
        color: #333;
        font-size: 24px;
        font-weight: 300;
        line-height: 30px;
        margin: 40px 0 10px 0;
        letter-spacing: normal;
        text-transform: uppercase;
        font-family: Roboto,sans-serif
    }

    #blog h4 {
        color: #333;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 27px;
        margin: 0 0 14px 0;
        font-family: Roboto,sans-serif
    }

    #blog h5 {
        color: #333;
        font-size: 20px;
        line-height: 17px;
        margin: 0 0 14px 0;
        text-transform: initial;
        font-family: Roboto,sans-serif;
        font-weight: 300
    }

    #blog aside {
        padding: 32px 32px 48px 32px
    }

        #blog aside h5 {
            background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(59%,#fff),color-stop(60%,#e0f9fb),to(#e0f9fb));
            background: -webkit-linear-gradient(top,#fff 0,#fff 59%,#e0f9fb 60%,#e0f9fb 100%);
            background: -moz-linear-gradient(top,#fff 0,#fff 59%,#e0f9fb 60%,#e0f9fb 100%);
            background: -o-linear-gradient(top,#fff 0,#fff 59%,#e0f9fb 60%,#e0f9fb 100%);
            background: linear-gradient(to bottom,#fff 0,#fff 59%,#e0f9fb 60%,#e0f9fb 100%);
            line-height: 1.3em;
            font-size: 24px;
            display: inline
        }

    #blog a {
        color: #00bf6f;
        text-decoration: underline
    }

        #blog a:hover {
            color: #a0ce4e
        }

    #blog img {
        height: auto;
        margin: auto;
        display: block;
        max-width: 100%;
        margin-bottom: 20px !important
    }

    #blog ul {
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        margin-block-start: 1em;
        -webkit-margin-after: 1em;
        margin-block-end: 1em;
        -webkit-margin-start: 0;
        -moz-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 0;
        -moz-margin-end: 0;
        margin-inline-end: 0;
        -webkit-padding-start: 40px;
        -moz-padding-start: 40px;
        padding-inline-start: 40px
    }

        #blog ul li {
            margin: 10px 0;
            line-height: 1.75em
        }

    #blog li {
        font-size: 16px;
        font-weight: 400;
        font-family: Montserrat,Arial,sans-serif
    }

    #blog #dpsp-content-bottom {
        margin-top: 40px
    }

.digital-marketing-form {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border-top: 5px solid #4cc7b2;
    -webkit-box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    padding-bottom: 2em
}

@media (min-width:467px) {
    .digital-marketing-form {
        margin: 20px auto;
        width: 80%
    }
}

@media (min-width:600px) {
    .digital-marketing-form {
        width: 60%
    }
}

@media (min-width:992px) {
    .digital-marketing-form {
        margin: 0 auto;
        width: 90%
    }
}

.digital-marketing-form .form-group-new {
    margin: 0 auto;
    padding: 1em 1em 0;
    width: 100%
}

@media (min-width:992px) {
    .digital-marketing-form .form-group-new {
        width: 80%
    }
}

.digital-marketing-form p {
    color: rgba(84,84,84,.6);
    text-align: center;
    font-size: 1em;
    margin: 0 !important;
    width: 100% !important
}

.amsa-form-wrapper {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border-top: 10px solid #4cc7b2;
    -webkit-box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    padding-bottom: 2em;
    text-align: center;
    margin: 2em auto;
    width: 100%
}

@media (min-width:467px) {
    .amsa-form-wrapper {
        margin: 20px auto;
        width: 80%
    }
}

@media (min-width:600px) {
    .amsa-form-wrapper {
        width: 60%
    }
}

@media (min-width:992px) {
    .amsa-form-wrapper {
        margin: -120px auto 0;
        width: 90%;
        z-index: 1
    }
}

.amsa-form-wrapper h3 {
    font-size: 18px;
    margin: 30px 10px 20px;
    text-transform: none
}

.share-form-wrapper {
    padding: 3em 2em
}

@media (min-width:992px) {
    .share-form-wrapper small {
        width: 70%;
        display: block;
        text-align: center
    }
}

.referral-form-wrapper {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border-top: 5px solid #4cc7b2;
    -webkit-box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    padding-bottom: 2em;
    margin: 2em auto;
    width: 100%
}

@media (min-width:467px) {
    .referral-form-wrapper {
        margin: 20px auto;
        width: 80%
    }
}

@media (min-width:600px) {
    .referral-form-wrapper {
        width: 60%
    }
}

@media (min-width:992px) {
    .referral-form-wrapper {
        margin: 0 auto;
        width: 90%
    }
}

.referral-form-wrapper h2 {
    margin: 30px 10px 20px !important
}

.referral-form-wrapper p {
    color: rgba(84,84,84,.6);
    font-size: 1em;
    margin: auto !important;
    text-align: center;
    width: 100%
}

.resources-form-wrapper {
    background: #fff;
    padding: 2em
}

.user-form-wrapper {
    padding: 0 15px
}

    .user-form-wrapper li.gfield {
        padding: 0 15px
    }

.gform_wrapper li.gfield label {
    font-size: 19px;
    font-weight: 400
}

.gform_wrapper li.gfield .ginput_container {
    margin: 0 !important
}

.gform_wrapper li.gfield input, .gform_wrapper li.gfield select, .gform_wrapper li.gfield textarea {
    font-size: 16px !important
}

.gform_wrapper li.gfield .gfield_select {
    border-radius: 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-weight: 100;
    height: 36px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    background-color: #f8fffd;
    border: 1px solid #aaa
}

.gform_wrapper .user-icon div:first-of-type:before {
    content: "\f007"
}

.gform_wrapper .name-icon div:first-of-type:before {
    content: "\f2bd"
}

.gform_wrapper .phone-icon div:first-of-type:before {
    content: "\f095"
}

.gform_wrapper .email-icon div:first-of-type:before {
    content: "\f0e0"
}

.gform_wrapper .link-icon div:first-of-type:before {
    content: "\f0c1"
}

.gform_wrapper .world-icon div:first-of-type:before {
    content: "\f0ac"
}

.gform_wrapper .gform_button {
    background: -webkit-gradient(linear,right top,left top,from(#09b9ae),to(#09ad5f));
    background: -webkit-linear-gradient(right,#09b9ae,#09ad5f);
    background: -moz-linear-gradient(right,#09b9ae,#09ad5f);
    background: -o-linear-gradient(right,#09b9ae,#09ad5f);
    background: linear-gradient(to left,#09b9ae,#09ad5f);
    padding: 8px 30px;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    color: rgba(255,255,255,.84);
    white-space: normal;
    text-transform: uppercase;
    display: block !important;
    margin: auto !important
}

.gform_wrapper .element-large-margin li.gfield {
    margin: 0 0 40px !important
}

.gform_wrapper .sidebar-form--partners li.gfield:not(.gfield_html) {
    padding: 0 15px
}

    .gform_wrapper .sidebar-form--partners li.gfield:not(.gfield_html) label {
        font-size: 16px
    }

.gform_wrapper .sidebar-form--digital-marketing .input-icon div:first-of-type, .gform_wrapper .sidebar-form--ppc-agency .input-icon div:first-of-type, .gform_wrapper .sidebar-form--resources .input-icon div:first-of-type {
    position: relative
}

    .gform_wrapper .sidebar-form--digital-marketing .input-icon div:first-of-type:before, .gform_wrapper .sidebar-form--ppc-agency .input-icon div:first-of-type:before, .gform_wrapper .sidebar-form--resources .input-icon div:first-of-type:before {
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 900;
        height: -moz-calc(100% - 12px);
        height: calc(100% - 12px);
        margin-top: 12px;
        width: 40px;
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px
    }

    .gform_wrapper .sidebar-form--digital-marketing .input-icon div:first-of-type input, .gform_wrapper .sidebar-form--ppc-agency .input-icon div:first-of-type input, .gform_wrapper .sidebar-form--resources .input-icon div:first-of-type input {
        margin-left: 40px;
        width: -moz-calc(100% - 40px) !important;
        width: calc(100% - 40px) !important
    }

.gform_wrapper .sidebar-form--digital-marketing li.gfield:not(.gfield_html), .gform_wrapper .sidebar-form--ppc-agency li.gfield:not(.gfield_html), .gform_wrapper .sidebar-form--resources li.gfield:not(.gfield_html) {
    padding: 0
}

    .gform_wrapper .sidebar-form--digital-marketing li.gfield:not(.gfield_html) label, .gform_wrapper .sidebar-form--ppc-agency li.gfield:not(.gfield_html) label, .gform_wrapper .sidebar-form--resources li.gfield:not(.gfield_html) label {
        font-size: 16px
    }

.gform_wrapper .sidebar-form--digital-marketing .gform_button, .gform_wrapper .sidebar-form--ppc-agency .gform_button, .gform_wrapper .sidebar-form--resources .gform_button {
    background: #fecd40;
    color: #003461
}

.gform_wrapper .main-form--popup ul {
    padding: 0 35px !important
}

.gform_wrapper .main-form--popup li.gfield {
    padding: 0 15px !important
}

    .gform_wrapper .main-form--popup li.gfield label {
        font-size: 14px;
        font-weight: 400
    }

.gform_wrapper .main-form--homepage .gfield_required, .gform_wrapper .main-form--homepage .validation_error {
    color: #fff !important;
    border-color: #fff !important
}

.gform_wrapper .main-form--homepage .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gform_wrapper .main-form--homepage li.gfield {
    width: 20%;
    padding: 0 15px !important
}

@media (max-width:991px) {
    .gform_wrapper .main-form--homepage li.gfield {
        width: 50%
    }
}

@media (max-width:767px) {
    .gform_wrapper .main-form--homepage li.gfield {
        width: 100%
    }
}

.gform_wrapper .main-form--homepage .input-icon div:first-of-type {
    position: relative
}

    .gform_wrapper .main-form--homepage .input-icon div:first-of-type:before {
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 900;
        top: -27px;
        left: 5px;
        position: absolute;
        color: #fff
    }

.gform_wrapper .main-form--homepage .input-icon label {
    margin-left: 25px;
    font-size: 14px !important;
    width: -moz-calc(100% - 25px) !important;
    width: calc(100% - 25px) !important
}

.gform_wrapper .sidebar-form--ppc-agency {
    padding: 0 15px
}

    .gform_wrapper .sidebar-form--ppc-agency .input-icon div:first-of-type:before {
        color: #00b764
    }

    .gform_wrapper .sidebar-form--ppc-agency .gform_button {
        background: #6495ed !important;
        border: 1px solid #4169e1;
        color: #fff;
        font-weight: 700;
        margin: 10px 5px
    }

.gform_wrapper .sidebar-form--resources {
    padding: 0 15px
}

    .gform_wrapper .sidebar-form--resources .input-icon div:first-of-type:before {
        color: #00b764
    }

    .gform_wrapper .sidebar-form--resources .gform_button {
        background: #fecd40;
        color: #003461
    }

.gform_wrapper .sidebar-form--franchise {
    padding: 0 15px
}

    .gform_wrapper .sidebar-form--franchise li.gfield label {
        font-size: 14px;
        font-weight: 400
    }

    .gform_wrapper .sidebar-form--franchise li.gfield input, .gform_wrapper .sidebar-form--franchise li.gfield select, .gform_wrapper .sidebar-form--franchise li.gfield textarea {
        color: #000;
        font-size: 16px !important
    }

    .gform_wrapper .sidebar-form--franchise .gform_button {
        background: #fecd40;
        color: #000;
        font-weight: 700;
        padding: 10px 40px;
        font-size: 1.3em !important;
        text-transform: initial
    }

.gform_wrapper .main-form--digital-publishing li.gfield:not(.gfield_html) {
    padding: 0
}

    .gform_wrapper .main-form--digital-publishing li.gfield:not(.gfield_html) label {
        font-size: 16px
    }

.gform_wrapper .main-form--digital-publishing .input-icon div:first-of-type {
    position: relative
}

    .gform_wrapper .main-form--digital-publishing .input-icon div:first-of-type:before {
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 900;
        top: -27px;
        left: 5px;
        position: absolute
    }

.gform_wrapper .main-form--digital-publishing .input-icon label {
    margin-left: 25px;
    width: -moz-calc(100% - 25px) !important;
    width: calc(100% - 25px) !important
}

.gform_wrapper .main-form--digital-publishing .gform_button {
    padding: 15px 80px;
    font-size: 21px !important
}

.gform_wrapper .main-form--vendor-referrals {
    padding: 0 15px
}

    .gform_wrapper .main-form--vendor-referrals li.gfield:not(.gfield_html) {
        padding: 0 15px
    }

        .gform_wrapper .main-form--vendor-referrals li.gfield:not(.gfield_html) label {
            font-size: 14px
        }

.gform_wrapper .main-form--share-and-save {
    margin-left: 0;
    padding: 0
}

    .gform_wrapper .main-form--share-and-save li.gfield:not(.gfield_html) label {
        font-size: 14px;
        font-weight: 700
    }

    .gform_wrapper .main-form--share-and-save li.gfield:not(.gfield_html) input, .gform_wrapper .main-form--share-and-save li.gfield:not(.gfield_html) select, .gform_wrapper .main-form--share-and-save li.gfield:not(.gfield_html) textarea {
        font-size: 14px !important
    }

    .gform_wrapper .main-form--share-and-save .gform_button {
        font-weight: 700;
        background: #fecd40;
        color: #003461;
        padding: 15px 20px;
        font-size: 21px !important
    }

.gform_wrapper .sidebar-form--google-marketing, .gform_wrapper .sidebar-form--preferred-marketing, .gform_wrapper .sidebar-form--standard-marketing {
    padding: 0 15px
}

    .gform_wrapper .sidebar-form--google-marketing li.gfield:not(.gfield_html) label, .gform_wrapper .sidebar-form--preferred-marketing li.gfield:not(.gfield_html) label, .gform_wrapper .sidebar-form--standard-marketing li.gfield:not(.gfield_html) label {
        font-size: 14px
    }

    .gform_wrapper .sidebar-form--google-marketing li.gfield:not(.gfield_html) input, .gform_wrapper .sidebar-form--google-marketing li.gfield:not(.gfield_html) select, .gform_wrapper .sidebar-form--google-marketing li.gfield:not(.gfield_html) textarea, .gform_wrapper .sidebar-form--preferred-marketing li.gfield:not(.gfield_html) input, .gform_wrapper .sidebar-form--preferred-marketing li.gfield:not(.gfield_html) select, .gform_wrapper .sidebar-form--preferred-marketing li.gfield:not(.gfield_html) textarea, .gform_wrapper .sidebar-form--standard-marketing li.gfield:not(.gfield_html) input, .gform_wrapper .sidebar-form--standard-marketing li.gfield:not(.gfield_html) select, .gform_wrapper .sidebar-form--standard-marketing li.gfield:not(.gfield_html) textarea {
        font-size: 14px !important
    }

@media (min-width:992px) {
    .form-heading {
        font-size: 1.6em;
        line-height: 1.3em;
        margin: 0 0 20px !important;
        text-align: center !important;
        text-transform: uppercase
    }
}

.gform_wrapper div[class*=validation_message] {
    display: none
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .gform_wrapper li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    margin-bottom: 40px !important;
    border: none !important
}

@media only screen and (min-width:641px) {
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half, body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
        max-width: 100% !important;
        padding-right: 16px !important
    }

    body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, body .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width: 33.3% !important
    }
}

#content {
    outline: 0
}

nav .number_link {
    font-size: 20px
}

#myModal .modal-content .number_link {
    font-size: 28px
}

.modal-content .number_link {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none
}

.ecom-package {
    position: relative;
    height: 100%;
    width: 100%
}

    .ecom-package input[type=submit] {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        border: none;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.navbar-default li.dropdown {
    position: relative
}

    .navbar-default li.dropdown > a:after {
        content: "\f0d7";
        color: #fff;
        padding-left: 5px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900
    }

    .navbar-default li.dropdown li.dropdown .dropdown-menu {
        top: 0;
        left: 100%
    }

    .navbar-default li.dropdown:hover > .dropdown-menu {
        display: block
    }

.navbar-default li.active a {
    color: #fff !important;
    background: 0 0 !important
}

    .navbar-default li.active a:hover {
        color: #fff
    }

.navbar-default li.call a {
    font-size: 20px !important;
    font-weight: 700
}

.navbar-default li.get-started a {
    font-weight: 700
}

    .navbar-default li.get-started a:after {
        content: "\f0da";
        color: #fff;
        padding-left: 5px;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 900
    }

.navbar-default li.menu-icon i {
    display: none
}

@media (max-width:767px) {
    .navbar-default li.menu-icon i {
        display: block;
        position: absolute;
        right: 5px;
        top: 8px;
        font-size: 20px;
        border-radius: 100px;
        background: #ccc;
        height: 35px;
        width: 35px;
        padding-top: 8px;
        text-align: center
    }

    .navbar-default li.blue i {
        background: #4285f4
    }

    .navbar-default li.dark-purple i {
        background: #4527a0
    }

    .navbar-default li.pink i {
        background: #ff4081
    }

    .navbar-default li.purple i {
        background: #ab47bc
    }

    .navbar-default li.light-blue i {
        background: #00bcd4
    }

    .navbar-default li.red i {
        background: #f44336
    }

    .navbar-default li.green i {
        background: #00bf6f
    }

    .navbar-default li.orange i {
        background: #ff5722
    }
}

.nav--footer li {
    display: inline-block
}

    .nav--footer li:last-child a:after {
        display: none
    }

.nav--footer a {
    padding: 0
}

    .nav--footer a:hover {
        background-color: transparent
    }

    .nav--footer a:after {
        content: "|";
        color: #fff;
        position: relative;
        display: inline-block;
        padding-left: 5px;
        padding-right: 2px
    }

.page-topper > img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    display: block;
    margin-left: auto;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0
}

.page-topper--blog {
    height: 150px
}

    .page-topper--blog .color-overlay {
        padding: 0;
        height: 150px;
        min-height: 150px
    }

.page-topper--large .color-overlay {
    min-height: 394px
}

.page-topper--quick .color-overlay {
    min-height: 234px
}

.page-topper--partner {
    height: 254px
}

    .page-topper--partner > img {
        padding: 0 !important;
        display: block !important
    }

    .page-topper--partner .img-client-logo {
        max-height: 100px
    }

.page-menu--large li {
    display: inline-block
}

    .page-menu--large li.active a {
        color: #fff;
        border-bottom: 2px solid #fff;
        padding-bottom: 5px
    }

.page-menu--quick {
    margin-bottom: 0
}

    .page-menu--quick li {
        display: inline-block
    }

        .page-menu--quick li a {
            display: inline-block;
            padding: 8px 30px;
            margin: 10px 1px;
            cursor: pointer;
            border-radius: 2px;
            white-space: normal;
            text-decoration: none;
            text-transform: uppercase;
            background-color: #fff;
            color: #555;
            border: 1px solid #ccc
        }

            .page-menu--quick li a:hover {
                -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.28);
                box-shadow: 0 3px 6px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.28);
                text-decoration: none
            }

        .page-menu--quick li.active a {
            background-color: #e7e7e7;
            color: #000;
            border: 1px solid #b3b3b3
        }

#blog {
    width: 85%;
    margin: auto
}

    #blog .post-navigation {
        border-bottom: 1px solid #e0dede;
        background: 0 0;
        margin: 0 0 50px;
        padding: 10px 0;
        text-align: right;
        float: none
    }

    #blog .nav-previous {
        margin-right: 40px
    }

    #blog .entry-meta {
        border-bottom: 1px solid #e0dede;
        border-top: 1px solid #e0dede;
        margin: 30px 0;
        padding: 5px 0
    }

    #blog .wp-post-image {
        margin-bottom: 20px
    }

    #blog h1 {
        color: #121214;
        text-align: center;
        line-height: 42px;
        font-size: 36px;
        font-family: Roboto,sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        margin: 0
    }

    #blog h2 {
        color: #333;
        font-size: 30px;
        font-weight: 300;
        line-height: 36px;
        margin: 55px 0 20px 0;
        font-family: Roboto,sans-serif
    }

    #blog h3 {
        color: #333;
        font-size: 24px;
        font-weight: 300;
        line-height: 30px;
        margin: 40px 0 10px 0;
        letter-spacing: normal;
        text-transform: uppercase;
        font-family: Roboto,sans-serif
    }

    #blog h4 {
        color: #333;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 27px;
        margin: 0 0 14px 0;
        font-family: Roboto,sans-serif
    }

    #blog h5 {
        color: #333;
        font-size: 20px;
        line-height: 17px;
        margin: 0 0 14px 0;
        text-transform: initial;
        font-family: Roboto,sans-serif;
        font-weight: 300
    }

    #blog aside {
        padding: 32px 32px 48px 32px
    }

        #blog aside h5 {
            background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(59%,#fff),color-stop(60%,#e0f9fb),to(#e0f9fb));
            background: -webkit-linear-gradient(top,#fff 0,#fff 59%,#e0f9fb 60%,#e0f9fb 100%);
            background: -moz-linear-gradient(top,#fff 0,#fff 59%,#e0f9fb 60%,#e0f9fb 100%);
            background: -o-linear-gradient(top,#fff 0,#fff 59%,#e0f9fb 60%,#e0f9fb 100%);
            background: linear-gradient(to bottom,#fff 0,#fff 59%,#e0f9fb 60%,#e0f9fb 100%);
            line-height: 1.3em;
            font-size: 24px;
            display: inline
        }

    #blog a {
        color: #00bf6f;
        text-decoration: underline
    }

        #blog a:hover {
            color: #a0ce4e
        }

    #blog img {
        height: auto;
        margin: auto;
        display: block;
        max-width: 100%
    }

    #blog ul {
        display: block;
        list-style-type: disc;
        -webkit-margin-before: 1em;
        margin-block-start: 1em;
        -webkit-margin-after: 1em;
        margin-block-end: 1em;
        -webkit-margin-start: 0;
        -moz-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 0;
        -moz-margin-end: 0;
        margin-inline-end: 0;
        -webkit-padding-start: 40px;
        -moz-padding-start: 40px;
        padding-inline-start: 40px
    }

        #blog ul li {
            margin: 10px 0;
            line-height: 1.75em
        }

    #blog li {
        font-size: 16px;
        font-weight: 400;
        font-family: Montserrat,Arial,sans-serif
    }

    #blog #dpsp-content-bottom {
        margin-top: 40px
    }

.digital-marketing-form {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border-top: 5px solid #4cc7b2;
    -webkit-box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    padding-bottom: 2em
}

@media (min-width:467px) {
    .digital-marketing-form {
        margin: 20px auto;
        width: 80%
    }
}

@media (min-width:600px) {
    .digital-marketing-form {
        width: 60%
    }
}

@media (min-width:992px) {
    .digital-marketing-form {
        margin: 0 auto;
        width: 90%
    }
}

.digital-marketing-form .form-group-new {
    margin: 0 auto;
    padding: 1em 1em 0;
    width: 100%
}

@media (min-width:992px) {
    .digital-marketing-form .form-group-new {
        width: 80%
    }
}

.digital-marketing-form p {
    color: rgba(84,84,84,.6);
    text-align: center;
    font-size: 1em;
    margin: 0 !important;
    width: 100% !important
}

.amsa-form-wrapper {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border-top: 10px solid #4cc7b2;
    -webkit-box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    padding-bottom: 2em;
    text-align: center;
    margin: 2em auto;
    width: 100%
}

@media (min-width:467px) {
    .amsa-form-wrapper {
        margin: 20px auto;
        width: 80%
    }
}

@media (min-width:600px) {
    .amsa-form-wrapper {
        width: 60%
    }
}

@media (min-width:992px) {
    .amsa-form-wrapper {
        margin: -120px auto 0;
        width: 90%;
        z-index: 1
    }
}

.amsa-form-wrapper h3 {
    font-size: 18px;
    margin: 30px 10px 20px;
    text-transform: none
}

.share-form-wrapper {
    padding: 3em 2em
}

@media (min-width:992px) {
    .share-form-wrapper small {
        width: 70%;
        display: block;
        text-align: center
    }
}

.referral-form-wrapper {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    border-top: 5px solid #4cc7b2;
    -webkit-box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    box-shadow: 0 4px 10px 0 rgba(54,54,54,.5);
    padding-bottom: 2em;
    margin: 2em auto;
    width: 100%
}

@media (min-width:467px) {
    .referral-form-wrapper {
        margin: 20px auto;
        width: 80%
    }
}

@media (min-width:600px) {
    .referral-form-wrapper {
        width: 60%
    }
}

@media (min-width:992px) {
    .referral-form-wrapper {
        margin: 0 auto;
        width: 90%
    }
}

.referral-form-wrapper h2 {
    margin: 30px 10px 20px !important
}

.referral-form-wrapper p {
    color: rgba(84,84,84,.6);
    font-size: 1em;
    margin: auto !important;
    text-align: center;
    width: 100%
}

.resources-form-wrapper {
    background: #fff;
    padding: 2em
}

.user-form-wrapper {
    padding: 0 15px
}

    .user-form-wrapper li.gfield {
        padding: 0 15px
    }

.gform_wrapper li.gfield label {
    font-size: 19px;
    font-weight: 400
}

.gform_wrapper li.gfield .ginput_container {
    /*margin: 0 !important*/
    margin: 2px !important;
}

.gform_wrapper li.gfield input, .gform_wrapper li.gfield select, .gform_wrapper li.gfield textarea {
    font-size: 16px !important
}

.gform_wrapper li.gfield .gfield_select {
    border-radius: 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-weight: 100;
    height: 36px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    background-color: #f8fffd;
    border: 1px solid #aaa
}

.gform_wrapper .user-icon div:first-of-type:before {
    content: "\f007"
}

.gform_wrapper .name-icon div:first-of-type:before {
    content: "\f2bd"
}

.gform_wrapper .phone-icon div:first-of-type:before {
    content: "\f095"
}

.gform_wrapper .email-icon div:first-of-type:before {
    content: "\f0e0"
}

.gform_wrapper .link-icon div:first-of-type:before {
    content: "\f0c1"
}

.gform_wrapper .world-icon div:first-of-type:before {
    content: "\f0ac"
}

.gform_wrapper .gform_button {
    background: -webkit-gradient(linear,right top,left top,from(#09b9ae),to(#09ad5f));
    background: -webkit-linear-gradient(right,#09b9ae,#09ad5f);
    background: -moz-linear-gradient(right,#09b9ae,#09ad5f);
    background: -o-linear-gradient(right,#09b9ae,#09ad5f);
    background: linear-gradient(to left,#09b9ae,#09ad5f);
    padding: 8px 30px;
    border: 0;
    cursor: pointer;
    border-radius: 2px;
    color: rgba(255,255,255,.84);
    white-space: normal;
    text-transform: uppercase;
    display: block !important;
    margin: auto !important
}

.gform_wrapper .element-large-margin li.gfield {
    margin: 0 0 40px !important
}

.gform_wrapper .sidebar-form--partners li.gfield:not(.gfield_html) {
    padding: 0 15px
}

    .gform_wrapper .sidebar-form--partners li.gfield:not(.gfield_html) label {
        font-size: 16px
    }

.gform_wrapper .sidebar-form--digital-marketing .input-icon div:first-of-type, .gform_wrapper .sidebar-form--ppc-agency .input-icon div:first-of-type, .gform_wrapper .sidebar-form--resources .input-icon div:first-of-type {
    position: relative
}

    .gform_wrapper .sidebar-form--digital-marketing .input-icon div:first-of-type:before, .gform_wrapper .sidebar-form--ppc-agency .input-icon div:first-of-type:before, .gform_wrapper .sidebar-form--resources .input-icon div:first-of-type:before {
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 900;
        height: -moz-calc(100% - 12px);
        height: calc(100% - 12px);
        margin-top: 12px;
        width: 40px;
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px
    }

    .gform_wrapper .sidebar-form--digital-marketing .input-icon div:first-of-type input, .gform_wrapper .sidebar-form--ppc-agency .input-icon div:first-of-type input, .gform_wrapper .sidebar-form--resources .input-icon div:first-of-type input {
        margin-left: 40px;
        width: -moz-calc(100% - 40px) !important;
        width: calc(100% - 40px) !important
    }

.gform_wrapper .sidebar-form--digital-marketing li.gfield:not(.gfield_html), .gform_wrapper .sidebar-form--ppc-agency li.gfield:not(.gfield_html), .gform_wrapper .sidebar-form--resources li.gfield:not(.gfield_html) {
    padding: 0
}

    .gform_wrapper .sidebar-form--digital-marketing li.gfield:not(.gfield_html) label, .gform_wrapper .sidebar-form--ppc-agency li.gfield:not(.gfield_html) label, .gform_wrapper .sidebar-form--resources li.gfield:not(.gfield_html) label {
        font-size: 16px
    }

.gform_wrapper .sidebar-form--digital-marketing .gform_button, .gform_wrapper .sidebar-form--ppc-agency .gform_button, .gform_wrapper .sidebar-form--resources .gform_button {
    background: #fecd40;
    color: #003461
}

.gform_wrapper .main-form--popup ul {
    padding: 0 35px !important
}

.gform_wrapper .main-form--popup li.gfield {
    padding: 0 15px !important
}

    .gform_wrapper .main-form--popup li.gfield label {
        font-size: 14px;
        font-weight: 400
    }

.gform_wrapper .main-form--homepage .gfield_required, .gform_wrapper .main-form--homepage .validation_error {
    color: #fff !important;
    border-color: #fff !important
}

.gform_wrapper .main-form--homepage .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gform_wrapper .main-form--homepage li.gfield {
    width: 20%;
    padding: 0 15px !important
}

@media (max-width:991px) {
    .gform_wrapper .main-form--homepage li.gfield {
        width: 50%
    }
}

@media (max-width:767px) {
    .gform_wrapper .main-form--homepage li.gfield {
        width: 100%
    }
}

.gform_wrapper .main-form--homepage .input-icon div:first-of-type {
    position: relative
}

    .gform_wrapper .main-form--homepage .input-icon div:first-of-type:before {
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 900;
        top: -27px;
        left: 5px;
        position: absolute;
        color: #fff
    }

.gform_wrapper .main-form--homepage .input-icon label {
    margin-left: 25px;
    font-size: 14px !important;
    width: -moz-calc(100% - 25px) !important;
    width: calc(100% - 25px) !important
}

.gform_wrapper .main-form--homepage #gform_submit_button_17:hover {
    background: #09ad5f;
    -webkit-box-shadow: 0 3px 6px rgba(255,255,255,.2),0 3px 6px rgba(255,255,255,.28);
    box-shadow: 0 3px 6px rgba(255,255,255,.2),0 3px 6px rgba(255,255,255,.28)
}

.gform_wrapper .sidebar-form--ppc-agency {
    padding: 0 15px
}

    .gform_wrapper .sidebar-form--ppc-agency .input-icon div:first-of-type:before {
        color: #00b764
    }

    .gform_wrapper .sidebar-form--ppc-agency .gform_button {
        background: #6495ed !important;
        border: 1px solid #4169e1;
        color: #fff;
        font-weight: 700;
        margin: 10px 5px
    }

.gform_wrapper .sidebar-form--resources {
    padding: 0 15px
}

    .gform_wrapper .sidebar-form--resources .input-icon div:first-of-type:before {
        color: #00b764
    }

    .gform_wrapper .sidebar-form--resources .gform_button {
        background: #fecd40;
        color: #003461
    }

.gform_wrapper .sidebar-form--franchise {
    padding: 0 15px
}

    .gform_wrapper .sidebar-form--franchise li.gfield label {
        font-size: 14px;
        font-weight: 400
    }

    .gform_wrapper .sidebar-form--franchise li.gfield input, .gform_wrapper .sidebar-form--franchise li.gfield select, .gform_wrapper .sidebar-form--franchise li.gfield textarea {
        color: #000;
        font-size: 16px !important
    }

    .gform_wrapper .sidebar-form--franchise .gform_button {
        background: #fecd40;
        color: #000;
        font-weight: 700;
        padding: 10px 40px;
        font-size: 1.3em !important;
        text-transform: initial
    }

.gform_wrapper .main-form--digital-publishing li.gfield:not(.gfield_html) {
    padding: 0
}

    .gform_wrapper .main-form--digital-publishing li.gfield:not(.gfield_html) label {
        font-size: 16px
    }

.gform_wrapper .main-form--digital-publishing .input-icon div:first-of-type {
    position: relative
}

    .gform_wrapper .main-form--digital-publishing .input-icon div:first-of-type:before {
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 900;
        top: -27px;
        left: 5px;
        position: absolute
    }

.gform_wrapper .main-form--digital-publishing .input-icon label {
    margin-left: 25px;
    width: -moz-calc(100% - 25px) !important;
    width: calc(100% - 25px) !important
}

.gform_wrapper .main-form--digital-publishing .gform_button {
    padding: 15px 80px;
    font-size: 21px !important
}

.gform_wrapper .main-form--vendor-referrals {
    padding: 0 15px
}

    .gform_wrapper .main-form--vendor-referrals li.gfield:not(.gfield_html) {
        padding: 0 15px
    }

        .gform_wrapper .main-form--vendor-referrals li.gfield:not(.gfield_html) label {
            font-size: 14px
        }

.gform_wrapper .main-form--share-and-save {
    margin-left: 0;
    padding: 0
}

    .gform_wrapper .main-form--share-and-save li.gfield:not(.gfield_html) label {
        font-size: 14px;
        font-weight: 700
    }

    .gform_wrapper .main-form--share-and-save li.gfield:not(.gfield_html) input, .gform_wrapper .main-form--share-and-save li.gfield:not(.gfield_html) select, .gform_wrapper .main-form--share-and-save li.gfield:not(.gfield_html) textarea {
        font-size: 14px !important
    }

    .gform_wrapper .main-form--share-and-save .gform_button {
        font-weight: 700;
        background: #fecd40;
        color: #003461;
        padding: 15px 20px;
        font-size: 21px !important
    }

.gform_wrapper .sidebar-form--google-marketing, .gform_wrapper .sidebar-form--preferred-marketing, .gform_wrapper .sidebar-form--standard-marketing {
    padding: 0 15px
}

    .gform_wrapper .sidebar-form--google-marketing li.gfield:not(.gfield_html) label, .gform_wrapper .sidebar-form--preferred-marketing li.gfield:not(.gfield_html) label, .gform_wrapper .sidebar-form--standard-marketing li.gfield:not(.gfield_html) label {
        font-size: 14px
    }

    .gform_wrapper .sidebar-form--google-marketing li.gfield:not(.gfield_html) input, .gform_wrapper .sidebar-form--google-marketing li.gfield:not(.gfield_html) select, .gform_wrapper .sidebar-form--google-marketing li.gfield:not(.gfield_html) textarea, .gform_wrapper .sidebar-form--preferred-marketing li.gfield:not(.gfield_html) input, .gform_wrapper .sidebar-form--preferred-marketing li.gfield:not(.gfield_html) select, .gform_wrapper .sidebar-form--preferred-marketing li.gfield:not(.gfield_html) textarea, .gform_wrapper .sidebar-form--standard-marketing li.gfield:not(.gfield_html) input, .gform_wrapper .sidebar-form--standard-marketing li.gfield:not(.gfield_html) select, .gform_wrapper .sidebar-form--standard-marketing li.gfield:not(.gfield_html) textarea {
        font-size: 14px !important
    }

@media (min-width:992px) {
    .form-heading {
        font-size: 1.6em;
        line-height: 1.3em;
        margin: 0 0 20px !important;
        text-align: center !important;
        text-transform: uppercase
    }
}

.gform_wrapper div[class*=validation_message] {
    display: none
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning, .gform_wrapper li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    margin-bottom: 40px !important;
    border: none !important
}

@media only screen and (min-width:641px) {
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half, body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
        max-width: 100% !important;
        padding-right: 16px !important
    }

    body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, body .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width: 33.3% !important
    }
}

.blog-home .input-group, .blog-search .input-group, .blog-topic .input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    margin: auto
}

    .blog-home .input-group input, .blog-search .input-group input, .blog-topic .input-group input {
        margin: 0;
        min-height: 40px
    }

.blog-home article, .blog-search article, .blog-topic article {
    margin-bottom: 100px
}

    .blog-home article img, .blog-search article img, .blog-topic article img {
        max-width: 100%;
        height: auto;
        margin: auto
    }

.blog-home h2, .blog-search h2, .blog-topic h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 10px 0;
    font-weight: 400;
    font-family: Roboto,Arial,sans-serif
}

    .blog-home h2 a, .blog-search h2 a, .blog-topic h2 a {
        color: #333
    }

        .blog-home h2 a:hover, .blog-search h2 a:hover, .blog-topic h2 a:hover {
            color: #00bf6f
        }

.blog-home a, .blog-search a, .blog-topic a {
    text-decoration: none
}

.blog-home h3, .blog-search h3, .blog-topic h3 {
    color: #333;
    text-align: center;
    margin: 1.33em 0;
    position: relative;
    font-size: 16px;
    padding: 10px 0;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 400;
    font-family: Roboto,Arial,sans-serif
}

    .blog-home h3:after, .blog-search h3:after, .blog-topic h3:after {
        content: "";
        display: block;
        position: relative;
        margin: 8px auto 0;
        height: 2px;
        width: 80px;
        background-color: #4cc7b2
    }

.blog-home .entry-content, .blog-search .entry-content, .blog-topic .entry-content {
    position: relative
}

    .blog-home .entry-content .understrap-read-more-link, .blog-search .entry-content .understrap-read-more-link, .blog-topic .entry-content .understrap-read-more-link {
        position: absolute;
        bottom: -50px;
        right: 0;
        font-size: 12px
    }

.blog-home .entry-summary, .blog-search .entry-summary, .blog-topic .entry-summary {
    position: relative
}

    .blog-home .entry-summary .understrap-read-more-link, .blog-search .entry-summary .understrap-read-more-link, .blog-topic .entry-summary .understrap-read-more-link {
        position: absolute;
        top: -45px;
        right: 0;
        font-size: 12px
    }

.blog-home .entry-meta, .blog-search .entry-meta, .blog-topic .entry-meta {
    color: #747474;
    font-size: 12px;
    border-bottom: 1px solid #e0dede;
    border-top: 1px solid #e0dede;
    margin: 15px 0;
    padding: 5px 0
}

.blog-home nav, .blog-search nav, .blog-topic nav {
    background: 0 0
}

    .blog-home nav .page-link, .blog-search nav .page-link, .blog-topic nav .page-link {
        margin: 0 8px
    }

        .blog-home nav .page-link:active, .blog-home nav .page-link:focus, .blog-home nav .page-link:hover, .blog-search nav .page-link:active, .blog-search nav .page-link:focus, .blog-search nav .page-link:hover, .blog-topic nav .page-link:active, .blog-topic nav .page-link:focus, .blog-topic nav .page-link:hover {
            background: 0 0;
            border-color: #00bf6f
        }

        .blog-home nav .page-link.current, .blog-search nav .page-link.current, .blog-topic nav .page-link.current {
            background: #00bf6f;
            border-color: #00bf6f
        }

            .blog-home nav .page-link.current:active, .blog-home nav .page-link.current:focus, .blog-home nav .page-link.current:hover, .blog-search nav .page-link.current:active, .blog-search nav .page-link.current:focus, .blog-search nav .page-link.current:hover, .blog-topic nav .page-link.current:active, .blog-topic nav .page-link.current:focus, .blog-topic nav .page-link.current:hover {
                background: #00bf6f;
                border-color: #00bf6f
            }

.blog-home .sidebar_item, .blog-search .sidebar_item, .blog-topic .sidebar_item {
    margin-bottom: 80px
}

    .blog-home .sidebar_item .tagcloud a, .blog-search .sidebar_item .tagcloud a, .blog-topic .sidebar_item .tagcloud a {
        color: #333;
        font-size: 16px !important;
        display: block;
        padding-left: 20px;
        padding-bottom: 10px
    }

        .blog-home .sidebar_item .tagcloud a:active, .blog-home .sidebar_item .tagcloud a:focus, .blog-home .sidebar_item .tagcloud a:hover, .blog-search .sidebar_item .tagcloud a:active, .blog-search .sidebar_item .tagcloud a:focus, .blog-search .sidebar_item .tagcloud a:hover, .blog-topic .sidebar_item .tagcloud a:active, .blog-topic .sidebar_item .tagcloud a:focus, .blog-topic .sidebar_item .tagcloud a:hover {
            color: #00d97e
        }

        .blog-home .sidebar_item .tagcloud a:before, .blog-search .sidebar_item .tagcloud a:before, .blog-topic .sidebar_item .tagcloud a:before {
            position: absolute;
            font-size: 14px;
            content: '»';
            margin-left: -12px;
            color: #00bf6f
        }

.blog-navigation {
    width: 100%;
    border-bottom: 1px solid #e0dede;
    background: 0 0;
    margin: 0 0 50px;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blog-search nav {
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dpsp-networks-btns-wrapper li {
    margin-right: 15px !important
}

.related_posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.related_posts--item {
    position: relative;
    width: 23.5%;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .related_posts--item {
        width: 48%
    }
}

.related_posts--item img, .related_posts--item p {
    margin-bottom: 5px !important
}

.related_posts--link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.embed-responsive-reduced {
    margin: 20px auto
}

@media (min-width:1200px) {
    .embed-responsive-reduced {
        width: 80% !important
    }
}

.case-studies nav.header {
    background: #001324
}

.case-studies .flex-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width:767px) {
    .case-studies .flex-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.case-studies .flex-wrapper--box-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
    margin: 40px 0
}

    .case-studies .flex-wrapper--box-shadow p:only-child {
        padding: 50px;
        margin-bottom: 0
    }

.case-studies .flex-item {
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .case-studies .flex-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

        .case-studies .flex-item img:last-child {
            margin-left: auto;
            margin-right: auto
        }
}

@media (max-width:440px) {
    .case-studies .flex-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.case-studies .flex-item--icon {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (max-width:767px) {
    .case-studies .flex-item--icon {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 20px
    }
}

.case-studies .flex-icon {
    width: 50px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-right: 20px
}

    .case-studies .flex-icon + p {
        padding-right: 15px
    }

.case-studies-header {
    padding: 100px 0 20px;
    position: relative
}

@media (max-width:767px) {
    .case-studies-header {
        padding: 40px 0 20px
    }
}

.case-studies-header:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.case-studies-header > img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    display: block;
    margin-left: auto;
    height: 100%;
    width: 100%;
    z-index: -2;
    position: absolute;
    left: 0;
    top: 0
}

.case-studies-header--light:before {
    background: rgba(0,0,0,.4)
}

.case-studies-header--dark:before {
    background: rgba(255,255,255,.4)
}

.case-studies-header--container {
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    position: relative
}

@media (max-width:767px) {
    .case-studies-header--container {
        width: 100%;
        padding: 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width:1200px) {
    .case-studies-header--container {
        width: 70%;
        min-width: 1170px
    }
}

.case-studies-header--content-light * {
    color: #fff
}

.case-studies-header--content-dark * {
    color: #003463
}

.case-studies-header--content-wrapper {
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    position: relative
}

@media (max-width:991px) {
    .case-studies-header--content-wrapper {
        width: 100%;
        text-align: center
    }
}

.case-studies-header--content-wrapper h4 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 0
}

.case-studies-header--content-wrapper h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 25px
}

.case-studies-header--content-wrapper p {
    font-size: 22px;
    line-height: 1.4;
    width: 80%
}

@media (max-width:991px) {
    .case-studies-header--content-wrapper p {
        width: 100%
    }
}

.case-studies-header--logo {
    display: block;
    max-width: 340px;
    max-height: 150px;
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width:991px) {
    .case-studies-header--logo {
        left: 0;
        position: relative;
        margin: 0 auto 20px;
        max-width: 100%
    }
}

.case-studies-content {
    padding: 60px 0;
    background: #fefefe;
    overflow: hidden
}

    .case-studies-content h2 {
        color: #003463;
        font-size: 42px;
        line-height: 45px;
        font-family: Muli,sans-serif;
        margin: 40px 0 20px
    }

    .case-studies-content h3 {
        color: #3076e5;
        font-size: 32px;
        line-height: 35px;
        text-transform: initial;
        font-family: Muli,sans-serif;
        margin: 40px 0 20px
    }

    .case-studies-content h4 {
        color: #003463;
        font-size: 27px;
        line-height: 1.2;
        text-transform: initial;
        font-family: Muli,sans-serif;
        margin: 40px 0
    }

    .case-studies-content .entry-content, .case-studies-content p {
        color: #003463;
        font-size: 22px;
        font-weight: 400;
        line-height: 1.4;
        margin: 0 0 20px;
        font-family: Montserrat,Arial,sans-serif
    }

    .case-studies-content span {
        color: #45c2b1
    }

    .case-studies-content em {
        font-style: italic
    }

    .case-studies-content ol {
        list-style: decimal;
        margin-left: 20px;
        margin-bottom: 20px
    }

        .case-studies-content ol li {
            padding-left: 10px;
            padding-bottom: 10px
        }

    .case-studies-content img {
        height: auto;
        display: block;
        max-width: 100%;
        margin-bottom: 30px
    }

        .case-studies-content img.alignright {
            float: right
        }

@media (max-width:767px) {
    .case-studies-content img.alignright {
        float: none;
        margin: auto
    }
}

.case-studies-content img.alignleft {
    float: left
}

@media (max-width:767px) {
    .case-studies-content img.alignleft {
        float: none;
        margin: auto
    }
}

.case-studies-content .mid-content {
    width: 80%;
    margin: 100px 0 100px auto;
    padding: 20px 50px;
    position: relative;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
    z-index: 0
}

.case-studies-content .mid-content--reverse {
    margin: 100px auto 100px 0
}

@media (max-width:767px) {
    .case-studies-content .mid-content--reverse {
        margin: 40px auto 40px 0
    }
}

.case-studies-content .mid-content--reverse:before {
    right: 0;
    left: 85%
}

.case-studies-content .mid-content--short {
    width: 60%
}

@media (max-width:767px) {
    .case-studies-content .mid-content--short {
        width: 100%
    }
}

.case-studies-content .mid-content--short:before {
    width: 160% !important
}

.case-studies-content .mid-content--float:after, .case-studies-content .mid-content--float:before {
    display: none
}

.case-studies-content .mid-content--float img {
    position: absolute;
    left: -80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767px) {
    .case-studies-content .mid-content--float img {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%
    }
}

.case-studies-content .mid-content--float img.increase-graph {
    position: absolute;
    width: 320px;
    top: -30%;
    left: 0;
    z-index: -1
}

@media (max-width:767px) {
    .case-studies-content .mid-content--float img.increase-graph {
        display: none;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%
    }
}

@media (max-width:767px) {
    .case-studies-content .mid-content {
        width: 100%;
        padding: 20px 20px;
        margin: 40px 0 40px auto !important
    }

        .case-studies-content .mid-content:after, .case-studies-content .mid-content:before {
            display: none
        }
}

.case-studies-content .mid-content:before {
    content: "";
    position: absolute;
    right: 85%;
    width: 100%;
    height: -moz-calc(100% + 80px);
    height: calc(100% + 80px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
    min-height: 300px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.case-studies-content .mid-content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1
}

.case-studies-content .mid-content h2, .case-studies-content .mid-content h3, .case-studies-content .mid-content h4 {
    margin-top: 20px
}

.case-studies-footer {
    padding: 60px 0;
    background-color: #002442
}

    .case-studies-footer .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

@media (max-width:991px) {
    .case-studies-footer .row {
        display: block
    }
}

@media (max-width:767px) {
    .case-studies-footer--left {
        text-align: center;
        margin-bottom: 40px
    }
}

.case-studies-footer--left h2 {
    color: #fff
}

.case-studies-footer--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .case-studies-footer--right {
        text-align: center
    }
}

.case-studies-footer--right a, .case-studies-footer--right p {
    color: #fff;
    margin: 0 0 10px
}

    .case-studies-footer--right a:active, .case-studies-footer--right a:focus, .case-studies-footer--right a:hover, .case-studies-footer--right p:active, .case-studies-footer--right p:focus, .case-studies-footer--right p:hover {
        color: #fff
    }

.case-studies-footer--btn {
    color: #003463;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    background-color: #45c2b1;
    display: inline-block;
    border-radius: 10px;
    padding: 20px
}

    .case-studies-footer--btn:active, .case-studies-footer--btn:focus, .case-studies-footer--btn:hover {
        color: #003463;
        text-decoration: none
    }

@media (max-width:767px) {
    .case-studies-footer--logo {
        margin: auto
    }
}

.case-studies-footer--image-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width:767px) {
    .case-studies-footer--image-wrapper {
        margin-bottom: 20px
    }
}

.biz-banner {
    background-color: #fff;
    padding-top: 20px;
    position: relative;
    z-index: 0
}

@media (min-width:768px) {
    .biz-banner {
        padding-top: 100px
    }
}

.biz-banner:after {
    content: "";
    display: block;
    position: absolute;
    height: 1000px;
    width: 2000px;
    left: 64%;
    top: 0;
    z-index: -1;
    background-color: #eaedf0;
    -webkit-transform: rotate(35deg) skewX(-25deg);
    -moz-transform: rotate(35deg) skewX(-25deg);
    -ms-transform: rotate(35deg) skewX(-25deg);
    -o-transform: rotate(35deg) skewX(-25deg);
    transform: rotate(35deg) skewX(-25deg);
    border-radius: 20px
}

@media (min-width:992px) {
    .biz-banner-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.biz-banner-item {
    text-align: center;
    padding: 20px 30px
}

@media (min-width:992px) {
    .biz-banner-item {
        width: 48%;
        text-align: left
    }
}

.biz-banner-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px
}

@media (max-width:991px) {
    .biz-banner-item img {
        width: 350px
    }
}

.biz-banner-item h1 {
    font-size: 54px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.2;
    position: relative;
    margin-bottom: 60px;
    text-transform: uppercase
}

    .biz-banner-item h1:after {
        content: "";
        height: 2px;
        width: 100px;
        position: absolute;
        background-color: #2867dc;
        bottom: -30px;
        left: 0
    }

@media (max-width:992px) {
    .biz-banner-item h1:after {
        right: 0;
        margin: auto
    }
}

.biz-banner-item h1 span {
    color: #2867dc
}

.biz-banner-item h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    text-transform: initial;
    margin-bottom: 20px;
    font-family: Muli,Arial,sans-serif
}

.biz-btn-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1199px) and (min-width:992px) {
    .biz-btn-wrapper {
        display: block
    }
}

@media (max-width:767px) {
    .biz-btn-wrapper {
        display: block
    }
}

.biz-advantages {
    background-color: #fff;
    padding: 75px 0
}

@media (min-width:992px) {
    .biz-advantages {
        padding: 100px 0
    }
}

@media (min-width:768px) {
    .biz-advantages-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.biz-advantages-item {
    margin-bottom: 35px;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0 3px 9px #00000029;
    box-shadow: 0 3px 9px #00000029
}

@media (min-width:768px) {
    .biz-advantages-item {
        padding: 20px 30px;
        width: 48%;
        margin: 0
    }
}

.biz-advantages-item img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px
}

.biz-advantages-item h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px
}

.biz-facebook {
    background-color: #fff;
    position: relative;
    z-index: 0
}

@media (min-width:1200px) {
    .biz-facebook {
        margin-bottom: 100px
    }
}

.biz-facebook:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #eaedf0
}

@media (min-width:1200px) {
    .biz-facebook:after {
        left: -moz-calc((100% - 1170px)/ 2);
        left: calc((100% - 1170px)/ 2)
    }
}

.biz-facebook .container {
    background-color: #eaedf0;
    padding: 75px 0
}

.biz-facebook-wrapper {
    padding: 0 40px;
    text-align: center
}

@media (min-width:992px) {
    .biz-facebook-wrapper {
        margin-left: auto;
        width: -moz-calc(48%);
        width: calc(48%);
        text-align: left
    }
}

.biz-facebook-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto 35px
}

@media (max-width:991px) {
    .biz-facebook-wrapper img {
        width: 480px
    }
}

@media (min-width:992px) {
    .biz-facebook-wrapper img {
        left: 0;
        width: 48%
    }
}

@media (min-width:1200px) {
    .biz-facebook-wrapper img {
        position: absolute;
        left: -30px;
        width: 640px
    }
}

.biz-facebook-wrapper p {
    margin-bottom: 30px
}

.biz-suggestions {
    background-color: #fff;
    padding: 75px 0
}

@media (min-width:992px) {
    .biz-suggestions {
        padding: 100px 0
    }
}

.biz-suggestions-wrapper {
    padding: 0 25px;
    margin: auto;
    text-align: center
}

@media (min-width:768px) {
    .biz-suggestions-wrapper {
        width: 75%;
        padding: 0
    }
}

.biz-footer {
    background-color: #eaedf0;
    padding: 75px 0
}

.biz-footer-wrapper {
    padding: 0 25px;
    margin: auto;
    text-align: center
}

@media (min-width:768px) {
    .biz-footer-wrapper {
        width: 75%;
        padding: 0
    }
}

.biz-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Muli,Arial,sans-serif
}

.biz-btn--yellow {
    color: #003463;
    background-color: #ffbe24
}

    .biz-btn--yellow:active, .biz-btn--yellow:focus, .biz-btn--yellow:hover {
        color: #003463;
        -webkit-box-shadow: 0 4px 5px #0000003d;
        box-shadow: 0 4px 5px #0000003d
    }

.biz-btn--transparent {
    color: #003463;
    background-color: transparent;
    border: 2px solid #003463
}

    .biz-btn--transparent:active, .biz-btn--transparent:focus, .biz-btn--transparent:hover {
        color: #003463;
        background-color: #dee4e9
    }

.biz-btn--blue {
    color: #fff;
    background-color: #3076e5
}

    .biz-btn--blue:active, .biz-btn--blue:focus, .biz-btn--blue:hover {
        color: #fff;
        -webkit-box-shadow: 0 4px 5px #0000003d;
        box-shadow: 0 4px 5px #0000003d
    }

.biz-link {
    color: #003463;
    margin: auto;
    display: block;
    padding: 6px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Muli,Arial,sans-serif
}

    .biz-link:active, .biz-link:focus, .biz-link:hover {
        color: #3076e5
    }

@media (max-width:1199px) and (min-width:992px) {
    .biz-link {
        margin: 20px 0
    }
}

@media (max-width:767px) {
    .biz-link {
        margin: 20px 0
    }
}

.fast-free-banner {
    padding-top: 20px
}

@media (min-width:768px) {
    .fast-free-banner {
        padding-top: 100px
    }
}

.fast-free-banner h1 {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
    text-align: center
}

    .fast-free-banner h1 span {
        color: #2867dc;
        display: block;
        font-style: italic
    }

@media (min-width:768px) {
    .fast-free-banner h1 {
        text-align: left
    }
}

.fast-free-banner h3 {
    font-size: 30px !important;
    margin-bottom: 20px
}

.fast-free-banner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fast-free-banner-logo-wrapper {
    width: 100%;
    display: none
}

@media (min-width:768px) {
    .fast-free-banner-logo-wrapper {
        display: block
    }
}

@media (max-width:991px) {
    .fast-free-banner-item {
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 100% !important;
        -moz-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important
    }
}

.fast-free-banner-item--content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 420px);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 420px);
    flex: 0 0 calc(100% - 420px)
}

@media (max-width:767px) {
    .fast-free-banner-item--content img {
        margin: auto;
        width: 260px
    }
}

.fast-free-banner-item--graphic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 420px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    position: relative
}

@media (max-width:991px) and (min-width:768px) {
    .fast-free-banner-item--graphic {
        margin-bottom: 85px
    }
}

@media (min-width:992px) {
    .fast-free-banner-item--graphic {
        top: -80px;
        margin-bottom: 0
    }
}

.fast-free-banner-graphic-xs {
    max-width: 100%;
    margin: auto
}

@media (min-width:768px) {
    .fast-free-banner-logo-wrapper:hover ~ .fast-free-banner-item--graphic .product-path, .product-wrapper:hover .product-path {
        opacity: 0
    }

    .fast-free-banner-logo-wrapper:hover ~ .fast-free-banner-item--graphic .product-item, .product-wrapper:hover .product-item {
        top: 0;
        left: 0
    }

    .fast-free-banner-logo-wrapper:hover ~ .fast-free-banner-item--graphic .product-shipping-label, .product-wrapper:hover .product-shipping-label {
        color: #000;
        font-weight: 700;
        border: 3px solid #ffb621
    }
}

.product-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:992px) {
    .product-wrapper {
        -webkit-box-pack: initial;
        -webkit-justify-content: initial;
        -moz-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial
    }
}

.product-path {
    position: absolute;
    left: 22%;
    bottom: -90px;
    -webkit-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    transition: all 1s ease-in-out !important;
    display: none
}

@media (min-width:768px) {
    .product-path {
        display: block
    }
}

@media (min-width:992px) {
    .product-path {
        left: 10px
    }
}

.product-item {
    min-width: 165px;
    max-width: 185px;
    -webkit-box-shadow: 0 3px 9px #00000029;
    box-shadow: 0 3px 9px #00000029;
    position: relative;
    -webkit-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    transition: all 1s ease-in-out !important;
    display: inline-block;
    background: #fff
}

@media (min-width:768px) {
    .product-item {
        margin-left: 25px
    }
}

.product-item--product1 {
    z-index: 2
}

@media (min-width:768px) {
    .product-item--product1 {
        left: 55px
    }
}

.product-item--product2 {
    z-index: 1;
    top: 85px;
    right: 40px
}

@media (min-width:768px) {
    .product-item--product2 {
        right: 0
    }
}

.product-img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    display: block;
    margin: auto;
    height: 100%;
    width: 100%
}

.product-txt-wrapper {
    padding: 13px
}

    .product-txt-wrapper h4 {
        color: #3076e5;
        margin: 0 0 10px;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
        font-family: Muli,Arial,sans-serif
    }

    .product-txt-wrapper p {
        color: #5c7894;
        font-size: 18px;
        margin: 0
    }

        .product-txt-wrapper p:not(:last-of-type) {
            margin: 0 0 5px
        }

        .product-txt-wrapper p strong {
            color: #00132b;
            font-weight: 900;
            font-family: Muli,Arial,sans-serif
        }

    .product-txt-wrapper i {
        color: #fecd40
    }

.product-shipping-label {
    padding: 5px;
    margin: 0 -13px;
    color: #97a6b7;
    border-radius: 6px;
    border: 3px solid transparent;
    background-color: transparent;
    -webkit-transition: all 1s ease-in-out !important;
    -o-transition: all 1s ease-in-out !important;
    -moz-transition: all 1s ease-in-out !important;
    transition: all 1s ease-in-out !important
}

.product-shipping-label--truck {
    position: relative;
    top: -40px;
    margin-bottom: -30px
}

    .product-shipping-label--truck img {
        height: 20px;
        margin-right: 12px
    }

    .product-shipping-label--truck .product-shipping-label-content {
        -webkit-box-shadow: 0 2px 9px #00000029;
        box-shadow: 0 2px 9px #00000029
    }

@media (max-width:767px) {
    .product-shipping-label {
        color: #000;
        font-weight: 700;
        border: 3px solid #ffb621;
        -webkit-box-shadow: 0 3px 9px #00000029;
        box-shadow: 0 3px 9px #00000029;
        margin: 0 -4px
    }
}

.product-shipping-label-content {
    padding: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: .5px;
    font-family: Muli,Arial,sans-serif;
    background-color: #fff
}

.product-rating {
    margin-top: 5px
}

    .product-rating * {
        margin-right: 3px
    }

    .product-rating span {
        color: #97a6b7;
        margin-left: 7px;
        display: inline-block;
        font-family: Muli,Arial,sans-serif
    }

.fast-free-form {
    padding: 50px 0
}

.fast-free-form-wrapper {
    -webkit-box-shadow: 0 3px 9px #00000029;
    box-shadow: 0 3px 9px #00000029;
    padding: 30px 30px 10px
}

@media (min-width:768px) {
    .fast-free-form-wrapper {
        padding: 40px 50px
    }
}

@media (min-width:992px) {
    .fast-free-form-wrapper {
        padding: 40px 100px
    }
}

.fast-free-form-wrapper h3 {
    font-size: 28px !important;
    line-height: 35px !important;
    text-align: center;
    margin-bottom: 25px
}

@media (min-width:768px) {
    .fast-free-form-wrapper h3 {
        margin-bottom: 10px
    }
}

.fast-free-form-wrapper form ::-webkit-input-placeholder {
    color: #3e6183
}

.fast-free-form-wrapper form :-moz-placeholder {
    color: #3e6183
}

.fast-free-form-wrapper form ::-moz-placeholder {
    color: #3e6183
}

.fast-free-form-wrapper form :-ms-input-placeholder {
    color: #3e6183
}

@media (min-width:768px) {
    .fast-free-form-wrapper form ::-webkit-input-placeholder {
        color: transparent
    }

    .fast-free-form-wrapper form :-moz-placeholder {
        color: transparent
    }

    .fast-free-form-wrapper form ::-moz-placeholder {
        color: transparent
    }

    .fast-free-form-wrapper form :-ms-input-placeholder {
        color: transparent
    }
}

.fast-free-form-wrapper label {
    font-size: 18px !important;
    display: none !important
}

@media (min-width:768px) {
    .fast-free-form-wrapper label {
        display: inline-block !important
    }
}

.fast-free-form-wrapper .gfield {
    margin-top: 20px !important
}

    .fast-free-form-wrapper .gfield input {
        background: #f7f8f9;
        border: 1px solid #c9cfd7;
        border-radius: 4px;
        max-height: 35px
    }

.fast-free-form-wrapper .gform_footer, .fast-free-form-wrapper .gform_page_footer {
    text-align: center;
    width: -moz-calc(100% - 16px) !important;
    width: calc(100% - 16px) !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .fast-free-form-wrapper .gform_footer, .fast-free-form-wrapper .gform_page_footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.fast-free-form-wrapper .call_button, .fast-free-form-wrapper .gform_button, .fast-free-form-wrapper .gform_next_button, .fast-free-form-wrapper .gform_previous_button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Muli,Arial,sans-serif;
    margin: 0 15px !important
}

@media (max-width:991px) {
    .fast-free-form-wrapper .call_button, .fast-free-form-wrapper .gform_button, .fast-free-form-wrapper .gform_next_button, .fast-free-form-wrapper .gform_previous_button {
        margin: 0 15px 20px !important
    }

        .fast-free-form-wrapper .call_button:only-child, .fast-free-form-wrapper .gform_button:only-child, .fast-free-form-wrapper .gform_next_button:only-child, .fast-free-form-wrapper .gform_previous_button:only-child {
            margin: 0 15px !important
        }
}

.fast-free-form-wrapper .gform_button, .fast-free-form-wrapper .gform_next_button {
    color: #003463 !important;
    background: #ffbe24 !important;
    border: none
}

    .fast-free-form-wrapper .gform_button:active, .fast-free-form-wrapper .gform_button:focus, .fast-free-form-wrapper .gform_button:hover, .fast-free-form-wrapper .gform_next_button:active, .fast-free-form-wrapper .gform_next_button:focus, .fast-free-form-wrapper .gform_next_button:hover {
        color: #003463;
        -webkit-box-shadow: 0 4px 5px #0000003d;
        box-shadow: 0 4px 5px #0000003d
    }

@media (max-width:767px) {
    .fast-free-form-wrapper .gform_button, .fast-free-form-wrapper .gform_next_button {
        width: 140px !important;
        padding: 12px 0;
        line-height: initial !important;
        max-height: 43px
    }
}

.fast-free-form-wrapper .gform_previous_button {
    color: #fff !important;
    background: #003463 !important;
    border: none;
    display: none !important
}

    .fast-free-form-wrapper .gform_previous_button:active, .fast-free-form-wrapper .gform_previous_button:focus, .fast-free-form-wrapper .gform_previous_button:hover {
        color: #fff;
        -webkit-box-shadow: 0 4px 5px #0000003d;
        box-shadow: 0 4px 5px #0000003d
    }

@media (max-width:767px) {
    .fast-free-form-wrapper .gform_previous_button {
        width: 140px !important;
        padding: 12px 0;
        line-height: initial !important;
        max-height: 43px
    }
}

.fast-free-form-wrapper .call_button {
    color: #003463 !important;
    border: 1px solid #c9cfd7;
    background: 0 0 !important
}

    .fast-free-form-wrapper .call_button:active, .fast-free-form-wrapper .call_button:focus, .fast-free-form-wrapper .call_button:hover {
        color: #003463;
        background: #f7f8f9 !important
    }

@media (max-width:991px) {
    .fast-free-form-wrapper .call_button {
        margin: 0 15px !important
    }
}

@media (max-width:767px) {
    .fast-free-form-wrapper .call_button {
        width: 100%;
        border: none;
        text-transform: initial
    }

        .fast-free-form-wrapper .call_button:active, .fast-free-form-wrapper .call_button:focus, .fast-free-form-wrapper .call_button:hover {
            color: #3076e5;
            background: 0 0 !important
        }

        .fast-free-form-wrapper .call_button .visible-xs {
            display: inline-block !important
        }

        .fast-free-form-wrapper .call_button .call_number {
            font-weight: 900;
            display: block;
            margin-top: 5px
        }
}

.fast-free-form-wrapper #gform_page_40_2 .gform_fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .fast-free-form-wrapper #gform_page_40_2 .gform_fields .gfield {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

@media (max-width:991px) {
    .fast-free-form-wrapper #gform_page_40_2 .gform_fields .gfield {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }
}

.fast-free-form-wrapper #gform_page_40_2 .gform_fields .gfield_label {
    display: block !important
}

@media (min-width:992px) {
    .fast-free-form-wrapper #gform_page_40_2 .gform_fields .gfield_label {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.fast-free-form-wrapper .gform_wrapper li.gfield.gfield_error, .fast-free-form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: 0 0;
    padding-top: 0;
    padding-bottom: 0
}

.fast-free-form-wrapper .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
    margin-right: 0
}

.fast-free-form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .fast-free-form-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0
}

.fast-free-how {
    padding: 0 0 50px
}

@media (min-width:768px) {
    .fast-free-how {
        padding: 50px 0 100px
    }
}

.fast-free-how-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .fast-free-how-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:992px) {
    .fast-free-how-item--content {
        padding-left: 60px
    }
}

.fast-free-how-item video {
    cursor: pointer;
    -webkit-box-shadow: 0 3px 9px #00000029;
    box-shadow: 0 3px 9px #00000029
}

@media (max-width:1199px) and (min-width:992px) {
    .fast-free-how-item video {
        width: 480px;
        height: auto
    }
}

@media (max-width:991px) {
    .fast-free-how-item video {
        max-width: 100%;
        height: auto;
        margin-bottom: 50px
    }
}

.fast-free-how-item p {
    margin-bottom: 0
}

.fast-free-results {
    background-color: #ddfaf4;
    padding: 50px 0;
    text-align: center
}

    .fast-free-results h2 {
        font-weight: 900
    }

@media (max-width:767px) {
    .fast-free-results h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0
    }
}

.fast-free-results p {
    margin-bottom: 0
}

.fast-free-results-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 55px
}

@media (min-width:768px) {
    .fast-free-results-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.fast-free-results-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 3);
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    margin-top: 50px
}

@media (min-width:768px) {
    .fast-free-results-item {
        padding: 0 15px;
        margin: 0
    }
}

.fast-free-results-item h2 {
    color: #3076e5;
    font-size: 68px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 10px
}

.fast-free-results-item h3 {
    margin-bottom: 20px
}

.fast-free-details {
    padding-top: 25px
}

@media (min-width:768px) {
    .fast-free-details {
        padding-top: 50px
    }
}

.fast-free-details .btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Muli,Arial,sans-serif
}

@media (min-width:768px) {
    .fast-free-details .btn {
        padding: 12px 25px
    }
}

.fast-free-details .btn--yellow {
    color: #003463;
    background-color: #ffbe24 !important
}

    .fast-free-details .btn--yellow:active, .fast-free-details .btn--yellow:focus, .fast-free-details .btn--yellow:hover {
        color: #003463;
        -webkit-box-shadow: 0 4px 5px #0000003d;
        box-shadow: 0 4px 5px #0000003d
    }

@media (min-width:1200px) {
    .fast-free-details-container {
        width: 80%;
        margin: auto
    }
}

@media (min-width:768px) {
    .fast-free-details-container h3 {
        text-align: center
    }
}

.fast-free-details-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0 50px
}

@media (min-width:768px) {
    .fast-free-details-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 50px 0 100px
    }
}

.fast-free-details-wrapper--xs-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width:768px) {
    .fast-free-details-wrapper--xs-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.fast-free-details-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

@media (min-width:768px) {
    .fast-free-details-item {
        padding: 0 30px
    }
}

.fast-free-details-item:first-child {
    padding-left: 0
}

@media (min-width:768px) {
    .fast-free-details-item:first-child {
        text-align: right
    }
}

.fast-free-details-item:last-child {
    padding-right: 0;
    text-align: left
}

.fast-free-details-item img {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .fast-free-details-item img {
        display: block;
        margin: 0 auto 25px
    }
}

.fast-free-details-item--logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767px) {
    .fast-free-details-item--logos img {
        width: 48%;
        display: block;
        margin: 0 0 25px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        max-width: 185px
    }
}

.fast-free-details-links p {
    margin: 25px 0 45px;
    font-size: 18px
}

.fast-free-details-links a {
    color: #003461;
    text-decoration: none
}

    .fast-free-details-links a:active, .fast-free-details-links a:focus, .fast-free-details-links a:hover {
        color: #3076e5
    }

.fast-free-details-links img {
    margin: auto
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}
/*# sourceMappingURL=theme.min.css.map */

@media screen and (max-width :720px) {
    #dpsp-floating-sidebar.dpsp-hide-on-mobile {
        display: none !important
    }
}

@media screen and (max-width :720px) {
    .dpsp-content-wrapper.dpsp-hide-on-mobile {
        display: none !important
    }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.0 | MIT License | git.io/normalize */

hr, img {
    border: 0
}

body, figure {
    margin: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 0 0
}

    a:active, a:hover {
        outline: 0
    }

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    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[type=checkbox], input[type=radio] {
    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-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.img-thumbnail, body {
    background-color: #fff
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #ccc;
    text-decoration: none
}

    a:focus, a:hover {
        color: #a6a6a6;
        text-decoration: underline
    }

    a:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    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
}

.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, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #999
    }

.h1, .h2, .h3, h1, h2, 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, .h5, .h6, h4, h5, 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: 200;
    line-height: 1.4
}

dt, label {
    font-weight: 700
}

address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
    line-height: 1.42857143
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #ccc
}

a.text-primary:hover {
    color: #b3b3b3
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #ccc
}

a.bg-primary:hover {
    background-color: #b3b3b3
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code, table {
    background-color: transparent
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl, ol, ul {
    margin-top: 0
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

address, dl {
    margin-bottom: 20px
}

ol, ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

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
    }

    .container {
        width: 750px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.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 .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        color: #999
    }

legend, pre {
    display: block;
    color: #333
}

blockquote .small:before, blockquote footer: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
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

blockquote:after, blockquote:before {
    content: ""
}

address {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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: 0
}

.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: 0
}

.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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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: 0
    }

    .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: 0
    }

    .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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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: 0
    }

    .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: 0
    }

    .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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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: 0
    }

    .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: 0
    }

    .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 {
    max-width: 100%
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        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 > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    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-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset, legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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,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
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #3c763d
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

input[type=date] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px
}

    .checkbox label, .radio label {
        display: inline;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        float: left;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
        cursor: not-allowed
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 25px;
        right: 0;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center
    }

.collapsing, .dropdown {
    position: relative
}

.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-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    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-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    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
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .checkbox, .form-inline .form-control, .form-inline .form-group, .form-inline .radio {
        display: inline-block;
        vertical-align: middle
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .checkbox, .form-inline .radio {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            float: none;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px
}

.btn-link {
    color: #ccc;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #a6a6a6;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #999;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

    .dropdown-menu-right, .dropdown-menu.pull-right {
        left: auto;
        right: 0
    }

    .dropdown-header, .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        line-height: 1.42857143
    }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ccc
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #999
}

    .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed
    }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 12px;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.modal, .modal-backdrop {
    bottom: 0;
    right: 0;
    left: 0;
    top: 0
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

        .btn-group-vertical > .btn:focus, .btn-group > .btn:focus {
            outline: 0
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .input-group-btn > .btn + .btn {
    margin-left: -1px
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

[data-toggle=buttons] > .btn > input[type=checkbox], [data-toggle=buttons] > .btn > input[type=radio] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.nav > li, .nav > li > a {
    display: block;
    position: relative
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav > li > a {
        padding: 10px 15px
    }

        .nav > li > a:focus, .nav > li > a:hover {
            text-decoration: none;
            /*background-color: #eee*/
        }

    .nav > li.disabled > a {
        color: #999
    }

        .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
            color: #999;
            text-decoration: none;
            background-color: transparent;
            cursor: not-allowed
        }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #ccc
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
                margin-right: 0;
                border-radius: 4px
            }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
            border: 1px solid #ddd
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0
        }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-justified > li, .nav-stacked > li {
    float: none
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    /*color: #fff;
    background-color: #ccc;*/
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

    .nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px
    }

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.media, .media-body, .modal-open, .progress {
    overflow: hidden
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.progress-striped .progress-bar, .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px
    }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.breadcrumb > li, .pagination {
    display: inline-block
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px
        }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 8px -15px
}

@media (min-width:768px) {
    .navbar-form .checkbox, .navbar-form .form-control, .navbar-form .form-group, .navbar-form .radio {
        display: inline-block;
        vertical-align: middle
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .checkbox, .navbar-form .radio {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            float: none;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px
        }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0
        }
}

.navbar-default {
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #none;
        color: #555
    }

    .navbar-default .navbar-link {
        color: #777
    }

        .navbar-default .navbar-link:hover {
            color: #333
        }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #999
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #999
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #080808;
        color: #fff
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li + li:before {
        content: "/\00a0";
        padding: 0 5px;
        color: #ccc
    }

    .breadcrumb > .active {
        color: #999
    }

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pager li, .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: #ccc;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px
        }

.badge, .label {
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #a6a6a6;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px
    }

        .pager li > a:focus, .pager li > a:hover {
            text-decoration: none;
            background-color: #eee
        }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #999;
        background-color: #fff;
        cursor: not-allowed
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em
}

    .label[href]:focus, .label[href]:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer
    }

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: grey
    }

.label-primary {
    background-color: #ccc
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #b3b3b3
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    background-color: #999;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.media-object, .thumbnail {
    display: block
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.nav-pills > .active > a > .badge, a.list-group-item.active > .badge {
    color: #ccc;
    background-color: #fff
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

.alert, .thumbnail {
    margin-bottom: 20px
}

    .alert .alert-link, .close {
        font-weight: 700
    }

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        margin-left: auto;
        margin-right: auto
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #ccc
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable {
    padding-right: 35px
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ccc;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.close, .list-group-item > .badge {
    float: right
}

.progress-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-striped .progress-bar-info, .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media, .media-body {
    zoom: 1
}

    .media, .media .media {
        margin-top: 15px
    }

        .media:first-child {
            margin-top: 0
        }

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover {
        text-decoration: none;
        background-color: #f5f5f5
    }

    a.list-group-item.active, a.list-group-item.active:focus, a.list-group-item.active:hover {
        z-index: 2;
        color: #fff;
        background-color: #ccc;
        border-color: #ccc
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading {
            color: inherit
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:focus .list-group-item-text, a.list-group-item.active:hover .list-group-item-text {
            color: #fff
        }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

    .panel-title, .panel > .list-group, .panel > .table, .panel > .table-responsive > .table {
        margin-bottom: 0
    }

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading, .panel > .list-group:last-child .list-group-item:last-child, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px
    }

    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px
    }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        overflow: hidden
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd
    }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #ccc
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ccc
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ccc
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.carousel-caption, .carousel-control {
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content, .popover {
    background-clip: padding-box
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.popover, .tooltip, .tooltip-arrow {
    position: absolute
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    left: 5px
}

.tooltip.top-right .tooltip-arrow {
    right: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    left: 5px
}

.tooltip.bottom-right .tooltip-arrow {
    right: 5px
}

.popover {
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.carousel, .carousel-inner {
    position: relative
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff
    }

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25)
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel-inner {
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block
    }

    .carousel-inner > .active {
        left: 0
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .carousel-inner > .next {
        left: 100%
    }

    .carousel-inner > .prev {
        left: -100%
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0
        }

    .carousel-inner > .active.left {
        left: -100%
    }

    .carousel-inner > .active.right {
        left: 100%
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0)
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

    .carousel-caption .btn, .text-hide {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row: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
}

.hidden, .visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.hidden {
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .hidden-lg {
        display: none !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
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }

    .hidden-print {
        display: none !important
    }
}

/*!
 * Font Awesome Pro 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: a 2s infinite linear
}

.fa-pulse {
    animation: a 1s infinite steps(8)
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-alarm-clock:before {
    content: "\f34e"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-alt-down:before {
    content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
    content: "\f346"
}

.fa-arrow-alt-from-left:before {
    content: "\f347"
}

.fa-arrow-alt-from-right:before {
    content: "\f348"
}

.fa-arrow-alt-from-top:before {
    content: "\f349"
}

.fa-arrow-alt-left:before {
    content: "\f355"
}

.fa-arrow-alt-right:before {
    content: "\f356"
}

.fa-arrow-alt-square-down:before {
    content: "\f350"
}

.fa-arrow-alt-square-left:before {
    content: "\f351"
}

.fa-arrow-alt-square-right:before {
    content: "\f352"
}

.fa-arrow-alt-square-up:before {
    content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
    content: "\f34a"
}

.fa-arrow-alt-to-left:before {
    content: "\f34b"
}

.fa-arrow-alt-to-right:before {
    content: "\f34c"
}

.fa-arrow-alt-to-top:before {
    content: "\f34d"
}

.fa-arrow-alt-up:before {
    content: "\f357"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-from-bottom:before {
    content: "\f342"
}

.fa-arrow-from-left:before {
    content: "\f343"
}

.fa-arrow-from-right:before {
    content: "\f344"
}

.fa-arrow-from-top:before {
    content: "\f345"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-square-down:before {
    content: "\f339"
}

.fa-arrow-square-left:before {
    content: "\f33a"
}

.fa-arrow-square-right:before {
    content: "\f33b"
}

.fa-arrow-square-up:before {
    content: "\f33c"
}

.fa-arrow-to-bottom:before {
    content: "\f33d"
}

.fa-arrow-to-left:before {
    content: "\f33e"
}

.fa-arrow-to-right:before {
    content: "\f340"
}

.fa-arrow-to-top:before {
    content: "\f341"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-aws:before {
    content: "\f375"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-badge:before {
    content: "\f335"
}

.fa-badge-check:before {
    content: "\f336"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-barcode-alt:before {
    content: "\f463"
}

.fa-barcode-read:before {
    content: "\f464"
}

.fa-barcode-scan:before {
    content: "\f465"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball:before {
    content: "\f432"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-basketball-hoop:before {
    content: "\f435"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-bolt:before {
    content: "\f376"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-slash:before {
    content: "\f377"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blanket:before {
    content: "\f498"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-heart:before {
    content: "\f499"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-bowling-pins:before {
    content: "\f437"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-alt:before {
    content: "\f49a"
}

.fa-box-check:before {
    content: "\f467"
}

.fa-box-fragile:before {
    content: "\f49b"
}

.fa-box-full:before {
    content: "\f49c"
}

.fa-box-heart:before {
    content: "\f49d"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-up:before {
    content: "\f49f"
}

.fa-box-usd:before {
    content: "\f4a0"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-boxes-alt:before {
    content: "\f4a1"
}

.fa-boxing-glove:before {
    content: "\f438"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-browser:before {
    content: "\f37e"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-edit:before {
    content: "\f333"
}

.fa-calendar-exclamation:before {
    content: "\f334"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-alt:before {
    content: "\f332"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-caret-circle-down:before {
    content: "\f32d"
}

.fa-caret-circle-left:before {
    content: "\f32e"
}

.fa-caret-circle-right:before {
    content: "\f330"
}

.fa-caret-circle-up:before {
    content: "\f331"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-bishop-alt:before {
    content: "\f43b"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-clock:before {
    content: "\f43d"
}

.fa-chess-clock-alt:before {
    content: "\f43e"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-king-alt:before {
    content: "\f440"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-knight-alt:before {
    content: "\f442"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-pawn-alt:before {
    content: "\f444"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-queen-alt:before {
    content: "\f446"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chess-rook-alt:before {
    content: "\f448"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-double-down:before {
    content: "\f322"
}

.fa-chevron-double-left:before {
    content: "\f323"
}

.fa-chevron-double-right:before {
    content: "\f324"
}

.fa-chevron-double-up:before {
    content: "\f325"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-square-down:before {
    content: "\f329"
}

.fa-chevron-square-left:before {
    content: "\f32a"
}

.fa-chevron-square-right:before {
    content: "\f32b"
}

.fa-chevron-square-up:before {
    content: "\f32c"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-club:before {
    content: "\f327"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-alt-check:before {
    content: "\f4a2"
}

.fa-comment-alt-dots:before {
    content: "\f4a3"
}

.fa-comment-alt-edit:before {
    content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
    content: "\f4a5"
}

.fa-comment-alt-lines:before {
    content: "\f4a6"
}

.fa-comment-alt-minus:before {
    content: "\f4a7"
}

.fa-comment-alt-plus:before {
    content: "\f4a8"
}

.fa-comment-alt-slash:before {
    content: "\f4a9"
}

.fa-comment-alt-smile:before {
    content: "\f4aa"
}

.fa-comment-alt-times:before {
    content: "\f4ab"
}

.fa-comment-check:before {
    content: "\f4ac"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-edit:before {
    content: "\f4ae"
}

.fa-comment-exclamation:before {
    content: "\f4af"
}

.fa-comment-lines:before {
    content: "\f4b0"
}

.fa-comment-minus:before {
    content: "\f4b1"
}

.fa-comment-plus:before {
    content: "\f4b2"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comment-smile:before {
    content: "\f4b4"
}

.fa-comment-times:before {
    content: "\f4b5"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-alt:before {
    content: "\f4b6"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-wide:before {
    content: "\f326"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-container-storage:before {
    content: "\f4b7"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-conveyor-belt:before {
    content: "\f46e"
}

.fa-conveyor-belt-alt:before {
    content: "\f46f"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-credit-card-blank:before {
    content: "\f389"
}

.fa-credit-card-front:before {
    content: "\f38a"
}

.fa-cricket:before {
    content: "\f449"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-curling:before {
    content: "\f44a"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-desktop-alt:before {
    content: "\f390"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-empty:before {
    content: "\f473"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-dolly-flatbed-alt:before {
    content: "\f475"
}

.fa-dolly-flatbed-empty:before {
    content: "\f476"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-h-alt:before {
    content: "\f39b"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ellipsis-v-alt:before {
    content: "\f39c"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-square:before {
    content: "\f321"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows:before {
    content: "\f31d"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expand-wide:before {
    content: "\f320"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-female:before {
    content: "\f182"
}

.fa-field-hockey:before {
    content: "\f44c"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-check:before {
    content: "\f316"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-edit:before {
    content: "\f31c"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-exclamation:before {
    content: "\f31a"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-minus:before {
    content: "\f318"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-plus:before {
    content: "\f319"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-times:before {
    content: "\f317"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-film:before {
    content: "\f008"
}

.fa-film-alt:before {
    content: "\f3a0"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-football-helmet:before {
    content: "\f44f"
}

.fa-forklift:before {
    content: "\f47a"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-fragile:before {
    content: "\f4bb"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-golf-club:before {
    content: "\f451"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-h1:before {
    content: "\f313"
}

.fa-h2:before {
    content: "\f314"
}

.fa-h3:before {
    content: "\f315"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hand-heart:before {
    content: "\f4bc"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-box:before {
    content: "\f47b"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-seedling:before {
    content: "\f4bf"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-receiving:before {
    content: "\f47c"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-heart:before {
    content: "\f4c3"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-usd:before {
    content: "\f4c5"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt:before {
    content: "\f4c6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-circle:before {
    content: "\f4c7"
}

.fa-heart-square:before {
    content: "\f4c8"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-hexagon:before {
    content: "\f312"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-hockey-sticks:before {
    content: "\f454"
}

.fa-home:before {
    content: "\f015"
}

.fa-home-heart:before {
    content: "\f4c9"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-inbox-in:before {
    content: "\f310"
}

.fa-inbox-out:before {
    content: "\f311"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-industry-alt:before {
    content: "\f3b3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-info-square:before {
    content: "\f30f"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-inventory:before {
    content: "\f480"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-jack-o-lantern:before {
    content: "\f30e"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-lamp:before {
    content: "\f4ca"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leaf-heart:before {
    content: "\f4cb"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-alt:before {
    content: "\f30d"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-lock-open-alt:before {
    content: "\f3c2"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-loveseat:before {
    content: "\f4cc"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luchador:before {
    content: "\f455"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-hexagon:before {
    content: "\f307"
}

.fa-minus-octagon:before {
    content: "\f308"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-mobile-android:before {
    content: "\f3ce"
}

.fa-mobile-android-alt:before {
    content: "\f3cf"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-moon:before {
    content: "\f186"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octagon:before {
    content: "\f306"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-pallet-alt:before {
    content: "\f483"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pennant:before {
    content: "\f456"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-carry:before {
    content: "\f4cf"
}

.fa-person-dolly:before {
    content: "\f4d0"
}

.fa-person-dolly-empty:before {
    content: "\f4d1"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-plus:before {
    content: "\f4d2"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-alt:before {
    content: "\f3de"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-hexagon:before {
    content: "\f300"
}

.fa-plus-octagon:before {
    content: "\f301"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-question-square:before {
    content: "\f2fd"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-racquet:before {
    content: "\f45a"
}

.fa-ramp-loading:before {
    content: "\f4d4"
}

.fa-random:before {
    content: "\f074"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-rectangle-landscape:before {
    content: "\f2fa"
}

.fa-rectangle-portrait:before {
    content: "\f2fb"
}

.fa-rectangle-wide:before {
    content: "\f2fc"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-rendact:before {
    content: "\f3e4"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-repeat-1:before {
    content: "\f365"
}

.fa-repeat-1-alt:before {
    content: "\f366"
}

.fa-repeat-alt:before {
    content: "\f364"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-retweet-alt:before {
    content: "\f361"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-scanner:before {
    content: "\f488"
}

.fa-scanner-keyboard:before {
    content: "\f489"
}

.fa-scanner-touchscreen:before {
    content: "\f48a"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scrubber:before {
    content: "\f2f8"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-all:before {
    content: "\f367"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield:before {
    content: "\f132"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-check:before {
    content: "\f2f7"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shipping-timed:before {
    content: "\f48c"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttlecock:before {
    content: "\f45b"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-sliders-h-square:before {
    content: "\f3f0"
}

.fa-sliders-v:before {
    content: "\f3f1"
}

.fa-sliders-v-square:before {
    content: "\f3f2"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-plus:before {
    content: "\f4da"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-spade:before {
    content: "\f2f4"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-spinner-third:before {
    content: "\f3f4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-exclamation:before {
    content: "\f2f3"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablet-android:before {
    content: "\f3fb"
}

.fa-tablet-android-alt:before {
    content: "\f3fc"
}

.fa-tablet-rugged:before {
    content: "\f48f"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer:before {
    content: "\f0e4"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tennis-ball:before {
    content: "\f45e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-times-hexagon:before {
    content: "\f2ee"
}

.fa-times-octagon:before {
    content: "\f2f0"
}

.fa-times-square:before {
    content: "\f2d3"
}

.fa-tint:before {
    content: "\f043"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-train:before {
    content: "\f238"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-tree-alt:before {
    content: "\f400"
}

.fa-trello:before {
    content: "\f181"
}

.fa-triangle:before {
    content: "\f2ec"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-trophy-alt:before {
    content: "\f2eb"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-container:before {
    content: "\f4dc"
}

.fa-truck-couch:before {
    content: "\f4dd"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-ramp:before {
    content: "\f4e0"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-tv-retro:before {
    content: "\f401"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-usb:before {
    content: "\f287"
}

.fa-usd-circle:before {
    content: "\f2e8"
}

.fa-usd-square:before {
    content: "\f2e9"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-fork:before {
    content: "\f2e3"
}

.fa-utensil-knife:before {
    content: "\f2e4"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-utensils-alt:before {
    content: "\f2e6"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-plus:before {
    content: "\f4e1"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f2e2"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-warehouse-alt:before {
    content: "\f495"
}

.fa-watch:before {
    content: "\f2e1"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whistle:before {
    content: "\f460"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-window:before {
    content: "\f40e"
}

.fa-window-alt:before {
    content: "\f40f"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-brands-400.eot);
    src: url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-brands-400.woff) format("woff"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-light-300.eot);
    src: url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-light-300.woff2) format("woff2"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-light-300.woff) format("woff"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-light-300.ttf) format("truetype"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-light-300.svg#fontawesome) format("svg")
}

.fal {
    font-weight: 300
}

@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-regular-400.eot);
    src: url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-regular-400.woff) format("woff"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fal, .far {
    font-family: Font Awesome\ 5 Pro
}

.far {
    font-weight: 400
}

@font-face {
    font-family: Font Awesome\ 5 Pro;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-solid-900.eot);
    src: url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-solid-900.woff) format("woff"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(//www.logicalposition.com/vendor/fontawesome5/web-fonts-with-css/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900
}

.mfp-arrow, .owl-controls {
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.mfp-container:before, .mfp-figure:after {
    content: ''
}

.owl-carousel, .owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.grabbing {
    cursor: url(//www.logicalposition.com/assets/grabbing.png) 8 8,move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: .5
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50);
            opacity: .5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791
        }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            opacity: 1
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

.mfp-bg, .mfp-container, .mfp-wrap {
    height: 100%;
    width: 100%
}

.owl-item.loading {
    min-height: 150px;
    background: url(//www.logicalposition.com/assets/AjaxLoader.gif) center center no-repeat
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .mfp-container:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close, .mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-close, .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: inset transparent
    }

    .mfp-arrow .mfp-a, .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow .mfp-b, .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video, .mejs-mediaelement {
    width: 100%;
    height: 100%
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform,opacity;
        -moz-transition-property: -moz-transform,opacity;
        -ms-transition-property: -ms-transform,opacity;
        -o-transition-property: -o-transform,opacity;
        transition-property: transform,opacity
    }

        .isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s
        }

.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica,Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0
}

.me-plugin {
    position: absolute
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden
}

.mejs-fullscreen {
    overflow: hidden !important
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
}

.mejs-clear {
    clear: both
}

.mejs-background, .mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

:root .mejs-poster img {
    display: none
}

.mejs-poster img {
    padding: 0;
    border: 0
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(//www.logicalposition.com/assets/bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
    background-image: url(//www.logicalposition.com/assets/bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: url(//www.logicalposition.com/assets/background.png);
    background: rgba(0,0,0,.9);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))
}

    .mejs-overlay-loading span {
        display: block;
        width: 80px;
        height: 80px;
        background: url(//www.logicalposition.com/assets/loading.gif) 50% 50% no-repeat
    }

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(//www.logicalposition.com/assets/background.png);
    background: rgba(0,0,0,.7);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
    height: 30px;
    width: 100%
}

    .mejs-container .mejs-controls div {
        list-style-type: none;
        background-image: none;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 26px;
        height: 26px;
        font-size: 11px;
        line-height: 11px;
        font-family: Helvetica,Arial;
        border: 0
    }

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: url(//www.logicalposition.com/assets/controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(//www.logicalposition.com/assets/controls.png)
}

.mejs-controls .mejs-button button:focus {
    outline: #ff0 solid 1px
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 8px 3px 0;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    .mejs-container .mejs-controls .mejs-time span {
        color: #fff;
        font-size: 11px;
        line-height: 12px;
        display: block;
        float: left;
        margin: 1px 2px 0 0;
        width: auto
    }

.mejs-controls .mejs-play button {
    background-position: 0 0
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50,50,50,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60,170,200,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));
    background: -webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255,255,255,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #333;
    top: -2px;
    text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: 1px solid #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
    position: relative
}

    .mejs-controls .mejs-volume-button .mejs-volume-slider {
        display: none;
        height: 115px;
        width: 25px;
        background: url(//www.logicalposition.com/assets/background.png);
        background: rgba(50,50,50,.7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        top: -115px;
        left: 0;
        z-index: 1;
        position: absolute;
        margin: 0
    }

    .mejs-controls .mejs-volume-button:hover {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255,255,255,.5);
        margin: 0
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255,255,255,.9);
        margin: 0
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
        position: absolute;
        left: 4px;
        top: -3px;
        width: 16px;
        height: 6px;
        background: #ddd;
        background: rgba(255,255,255,.9);
        cursor: N-resize;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        margin: 0
    }

.mejs-controls div.mejs-horizontal-volume-slider {
    height: 26px;
    width: 60px;
    position: relative
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50,50,50,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}

.mejs-controls .mejs-captions-button {
    position: relative
}

    .mejs-controls .mejs-captions-button button {
        background-position: -48px 0
    }

    .mejs-controls .mejs-captions-button .mejs-captions-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -10px;
        width: 130px;
        height: 100px;
        background: url(//www.logicalposition.com/assets/background.png);
        background: rgba(50,50,50,.7);
        border: 1px solid transparent;
        padding: 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

        .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden
        }

            .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
                margin: 0 0 6px;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden
            }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px
                }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
                    width: 100px;
                    float: left;
                    padding: 4px 0 0;
                    line-height: 15px;
                    font-family: helvetica,arial;
                    font-size: 10px
                }

    .mejs-controls .mejs-captions-button .mejs-captions-translations {
        font-size: 10px;
        margin: 0 0 5px
    }

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1
}

    .mejs-chapters .mejs-chapter {
        position: absolute;
        float: left;
        background: #222;
        background: rgba(0,0,0,.7);
        background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
        background: -webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
        background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
        background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
        background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
        background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232, endColorstr=#000000);
        overflow: hidden;
        border: 0
    }

        .mejs-chapters .mejs-chapter .mejs-chapter-block {
            font-size: 11px;
            color: #fff;
            padding: 5px;
            display: block;
            border-right: solid 1px #333;
            border-bottom: solid 1px #333;
            cursor: pointer
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
            border-right: none
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
            background: #666;
            background: rgba(102,102,102,.7);
            background: -webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));
            background: -webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
            background: -moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
            background: -o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
            background: -ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
            background: linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666, endColorstr=#323232)
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
            font-size: 12px;
            font-weight: 700;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 0 0 3px;
            line-height: 12px
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
            font-size: 12px;
            line-height: 12px;
            margin: 3px 0 4px;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis
        }

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff
}

    .mejs-captions-layer a {
        color: #fff;
        text-decoration: underline
    }

    .mejs-captions-layer[lang=ar] {
        font-size: 20px;
        font-weight: 400
    }

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0
}

.mejs-captions-position-hover {
    bottom: 45px
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(//www.logicalposition.com/assets/background.png);
    background: rgba(20,20,20,.8)
}

.me-cannotplay a {
    color: #fff;
    font-weight: 700
}

.me-cannotplay span {
    padding: 15px;
    display: block
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #999;
    z-index: 1001
}

    .mejs-contextmenu .mejs-contextmenu-separator {
        height: 1px;
        font-size: 0;
        margin: 5px 6px;
        background: #333
    }

    .mejs-contextmenu .mejs-contextmenu-item {
        font-family: Helvetica,Arial;
        font-size: 12px;
        padding: 4px 6px;
        cursor: pointer;
        color: #333
    }

        .mejs-contextmenu .mejs-contextmenu-item:hover {
            background: #2C7C91;
            color: #fff
        }

.mejs-controls .mejs-sourcechooser-button {
    position: relative
}

    .mejs-controls .mejs-sourcechooser-button button {
        background-position: -128px 0
    }

    .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -10px;
        width: 130px;
        height: 100px;
        background: url(//www.logicalposition.com/assets/background.png);
        background: rgba(50,50,50,.7);
        border: 1px solid transparent;
        padding: 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

        .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden
        }

            .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
                margin: 0 0 6px;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden
            }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px
                }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
                    width: 100px;
                    float: left;
                    padding: 4px 0 0;
                    line-height: 15px;
                    font-family: helvetica,arial;
                    font-size: 10px
                }

.mejs-postroll-layer, .mejs-postroll-layer-content {
    width: 100%;
    height: 100%
}

.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(//www.logicalposition.com/assets/background.png);
    background: rgba(50,50,50,.7);
    z-index: 1000;
    overflow: hidden
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(//www.logicalposition.com/assets/background.png);
    background: rgba(50,50,50,.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer
}

body, h1, h2, h3, h4, h5, h6, p {
    color: rgba(0,52,97,1)
}

h4, h5 {
    margin: 0 0 14px
}

h5, h6 {
    line-height: 18px
}

h2, h6 {
    margin: 0 0 50px
}

.h6, h6 {
    text-transform: uppercase
}

.dark-style .dropdown-menu, nav.header.visible, nav.visible {
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23)
}

.page-topper h1, .page-topper > .color-overlay-new h1 {
    text-shadow: 1px 1px 2px #888
}

#intro label, #intro p {
    text-shadow: 0 2px 4px rgba(0,0,0,.5)
}

.btn, a {
    outline: 0 !important
}

label.valid, ul.social-icons li[class] a {
    text-indent: -9999px
}

html {
    overflow-x: hidden;
    overflow-y: auto
}

body {
    background-color: #f6f6f6;
    font-family: Montserrat,Arial,sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0
}

h1, h2 {
    font-family: Muli,sans-serif
}

h3, h4, h5, h6, p {
    font-family: Montserrat,Arial,sans-serif;
    font-weight: 400
}

h1 {
    font-size: 3.2em;
    letter-spacing: -1px;
    line-height: 44px;
    margin: 0 0 44px
}

h2 {
    font-size: 42px;
    line-height: 45px
}

h3 {
    font-size: 1.8em;
    line-height: 30px;
    margin: 0 0 33px
}

h4 {
    font-size: 1.4em;
    line-height: 32px
}

h5 {
    font-size: 18px
}

h6, p {
    font-size: 16px
}

p {
    line-height: 26px;
    margin: 0 0 20px
}

a {
    color: #00bf6f;
    text-decoration: underline;
    transition: all .2s ease-out
}

    .dropdown-menu li a, .flat-pricing-table a, .flat-pricing-table2 a, .modal a, .sort-source a, .sticky-footer a, a:hover, footer a, nav a {
        text-decoration: none
    }

    a:hover {
        color: #00d97e
    }

    a:active {
        color: #00a660
    }

li {
    line-height: 24px
}

.page-topper h1 {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: 30px;
    letter-spacing: normal;
    margin: 0 0 24px
}

.h1, .h2 {
    font-family: Muli,sans-serif
}

.h3, .h4, .h5, .h6, .p {
    font-family: Montserrat,Arial,sans-serif;
    font-weight: 400
}

.h1 {
    font-size: 3.2em;
    letter-spacing: -1px;
    line-height: 44px
}

.h2 {
    font-size: 42px;
    line-height: 45px
}

.h3 {
    font-size: 1.8em;
    line-height: 30px
}

.h4 {
    font-size: 1.4em;
    line-height: 32px
}

.h5, .h6 {
    line-height: 18px
}

.h5 {
    font-size: 18px
}

.h6, .p {
    font-size: 16px
}

.p {
    line-height: 26px;
    margin: 0 0 20px
}

.heart-color {
    color: #4cc7b2
}

nav {
    background: rgba(23,23,23,.2);
    float: right;
    margin: 0 auto;
    padding: 0 0 0 20px
}

    nav .container {
        width: 99%
    }

    .logo-color1, .logo-white1, nav.header {
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear
    }

.hidden {
    visibility: hidden
}

.visible {
    visibility: visible
}

nav.header.visible, nav.visible {
    background: #001324
}

@media (max-width:767px) {
    nav {
        background: #001324;
        padding: 0
    }

    .logo-color1 .hidden {
        visibility: visible !important
    }
}

.navbar ul {
    float: right;
    list-style: none;
    padding-left: 0
}

.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0
}

    .navbar .dropdown-menu, .navbar .dropdown-menu li a {
        color: #fff;
        list-style: none
    }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #09b9ae
}

.navbar-nav li.highlight a {
    /*  color: #fecd40 !important*/
    color: #00bf6f !important;
}

.navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:hover {
    background: #2f2f2f !important;
    color: #fff
}

.navbar-brand {
    padding: 15px 0
}

.navbar-toggle {
    margin-right: 0
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-default .navbar-toggle span {
    color: #fff;
    background: #fff
}

.navbar-default .navbar-toggle {
    color: #00bf6f;
    margin-top: 15px;
    margin-bottom: 15px;
    border: none
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background: 0 0
    }

.menu-red .navbar-default .navbar-toggle:hover {
    background: 0 0;
    color: #fff
}

.navbar-collapse {
    border-bottom: 0;
    max-height: 500px
}

.dropdown-menu {
    background: #001324;
    border-radius: 0;
    margin-top: 0;
    padding: 30px
}

.navbar-default .collapse, .navbar-default .dropdown, .navbar-default .dropup, .navbar-default .nav {
    position: static
}

.dropdown-submenu, .navbar-default .container {
    position: relative
}

.navbar-default .dropdown-menu {
    left: auto;
    padding: 0
}

.navbar-default .navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 14px;
    height: 66px;
    font-style: normal;
    color: #fff;
    line-height: 25px;
    font-weight: bold;
}

.dropdown-menu li a {
    border-bottom: 1px solid rgba(0,0,0,.2);
    position: relative;
    text-transform: none;
    padding: 10px 20px
}

#myModalPPC h5, .underline2 span, li.get-started-button a {
    text-transform: uppercase
}

#myModalPPC h3 {
    margin-bottom: 5px
}

.dropme:after {
    content: "\f0d7";
    color: #fff;
    padding-left: 5px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900
}

nav #number_link {
    font-size: 20px
}

.dark-style .dropdown-menu {
    background-color: #2f2f2f
}

    .dark-style .dropdown-menu li a {
        color: #fff
    }

    .dark-style .dropdown-menu li.highlight a, .dark-style .navbar-nav li.highlight a {
        color: #fecd40 !important
    }

#learn h4, .bold, a.readmore {
    font-weight: 700
}

.dark-style .navbar-default .dropdown-menu li.highlight i, .dark-style .navbar-default .dropdown-menu li.highlight:hover a {
    color: #fff !important
}

.dark-style .dropdown-menu li a:focus, .dark-style .dropdown-menu li a:hover {
    background: #09b9ae
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block
}

.dropdown-submenu.pull-left {
    float: none
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px
    }

.open > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}

@keyframes slidenavAnimation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.menu-phone {
    margin-bottom: 0 !important;
    margin-right: 15px !important;
    margin-top: 14px !important
}

li.get-started-button a {
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

li.get-started a.visible {
    background: #00bf6f
}

li.get-started:hover a {
    background: #009f5c !important;
    border: none
}

li.contact i, li.login i {
    margin-right: 3px
}

@media (max-width:767px) {
    .navbar ul {
        float: left;
        width: 100%
    }

    .navbar-brand img {
        height: 35px;
        margin-left: 10px
    }

    .navbar-nav {
        margin: 0
    }

    .navbar-default .navbar-nav > li > a {
        padding-top: 15px;
        height: 55px
    }

    .navbar-collapse {
        padding-bottom: 25px
    }

    #myModalPPC h3 {
        margin-top: 20px
    }
}

@media (min-width:768px) and (max-width:1030px) {
    .navbar-default .navbar-nav > li > a {
        padding-top: 25px;
        height: 75px
    }

    .nav > li > a {
        padding: 10px 8px
    }

    li.login a {
        padding: 0 15px 0 10px
    }

    .navbar-brand img {
        height: 35px;
        margin-top: 5px
    }
}

@media (max-width:1299px) {
    li.call {
        display: none
    }
}

@media (min-width:768px) and (max-width:900px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 10px
    }
}

@media (min-width:901px) and (max-width:1299px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .navbar-default .navbar-nav > li > a {
        text-align: left;
        position: relative;
        border-bottom: 1px solid #6b6b6b
    }

    .dark-style .navbar-default .dropdown-menu li a {
        color: #fff;
        text-align: left !important
    }

    .navbar-default .navbar-nav ul > li > ul.creative-submenu {
        padding-left: 15px
    }

    .navbar-default i.menu-icon {
        position: absolute;
        right: 5px;
        top: 8px;
        font-size: 20px;
        border-radius: 100px;
        background: #ccc;
        height: 35px;
        width: 35px;
        padding-top: 8px;
        text-align: center;
        color: #fff
    }

    .navbar-default i.blue {
        background: #6495ed
    }

    .navbar-default i.dark-purple {
        background: #4527a0
    }

    .navbar-default i.pink {
        background: #ff4081
    }

    .navbar-default i.purple {
        background: #ab47bc
    }

    .navbar-default i.light-blue {
        background: #00bcd4
    }

    .navbar-default i.red {
        background: #f44336
    }

    .navbar-default i.green {
        background: #00bf6f
    }

    .navbar-default i.orange {
        background: #ff5722
    }

    .navbar-default i.teal {
        background: #4cc7b2
    }

    .navbar-default .dropdown-menu li a {
        border-bottom: 1px solid #303030 !important;
        padding: 16px 30px !important
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > li > a {
        background: #001324
    }
}

.featured-box, .ih-item, .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#footer, .captcha, .feature-box, .sort-source, .toggle, section.call-to-action {
    clear: both
}

.page-topper .links {
    line-height: 26px;
    margin: 20px 0;
    font-size: 16px
}

    .page-topper .links a, .page-topper2 .links a {
        color: rgba(255,255,255,.8);
        padding: 0 5px;
        margin: 0 5px;
        text-decoration: none
    }

.below-intro2 p a:hover, a.readmore {
    text-decoration: underline
}

.btn, .free-review a, .media-contacts a, .modal-content #number_link, .portfolio-info ul li a, .ppc-choice a, .press-box a, .scroll-to-top, section.services a.block:hover, section.sticky-footer a:hover {
    text-decoration: none
}

.page-topper .links a:hover, .page-topper2 .links a:hover {
    color: #fff
}

.page-topper .links a.active, .page-topper2 .links a.active {
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 5px
}

@media (max-width:767px) {
    .page-topper > .color-overlay {
        padding: 50px 0 120px !important;
    }
}

#sub-menu {
    background: #fff;
    padding: 10px 0
}

    #sub-menu a.button-menu-style {
        display: inline-block
    }

    #sub-menu a.btn.btn-default.button-menu-style.active {
        background: #e7e7e7;
        border: 1px solid #b3b3b3;
        color: #000
    }

.nopad {
    padding: 0
}

.padding {
    padding: 100px 0
}

.padding-top {
    padding: 100px 0 0
}

.padding-bottom {
    padding: 0 0 100px
}

.padding-10 {
    padding: 10px 0
}

.top-padding {
    padding: 100px 0 0
}

.extra-padding {
    margin: 50px auto
}

.extra-padding-bottom {
    margin: 0 auto 50px
}

.extra-padding-top {
    margin: 50px auto 0
}

.pad-all {
    padding: 1em
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-40 {
    margin-top: 40px
}

.margin-top-60 {
    margin-top: 60px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-top-15 {
    margin-top: 15px
}

.negative-mar {
    margin-top: -200px
}

.mar-all {
    margin: 20px
}

.dots {
    background: url(/themes/noproot/content/images/squared-metal.png) #fff
}

.gradient {
    background: linear-gradient(to left,#09b9ae,#09ad5f)
}

.plexus {
    background: url(/themes/noproot/content/images/subtle-dot-bg.jpg) top center fixed #fafafa
}

.white-bg {
    background: #fff
}

.argyle {
    background: url(/img/cs/img86.png) center left no-repeat fixed;
    background-size: cover
}

.top-shadow {
    box-shadow: inset 0 20px 10px -20px #888
}

.dkgrey {
    background: #333;
    padding-top: 60px;
    padding-bottom: 60px
}

.color-overlay, .color-overlay-new {
    background: linear-gradient(to right,rgba(0,183,100,.7) 0,rgba(9,173,95,.7),rgba(7,141,132,.8) 82%);
    background: rgba(0, 0, 0, .35);
    background: rgba(0,52,97,1);
}

.color-overlay {
    padding: 120px 0 150px;
}

.color-overlay-new {
    padding: 70px 0;
    z-index: 2
}

.imgda {
    background: url(/themes/noproot/content/images/display-mockup-bg.jpg) center center no-repeat;
    background-size: cover
}

.img6 {
    background: url(/themes/noproot/content/images/img6.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.img8 {
    background: url(/themes/noproot/content/images/img8.jpg) center;
    -webkit-background-size: cover;
    background-size: cover
}

.img-media-contacts {
    background: url(//www.logicalposition.com/assets/../img/bg2/img-media-contacts-blur.jpg) center center no-repeat;
    background-size: cover
}

.img-awards {
    background: url(//www.logicalposition.com/assets/../img/bg2/img-awards-blur.jpg) center center no-repeat;
    background-size: cover
}

.img-news {
    background: url(//www.logicalposition.com/assets/../img/bg2/img-news-blur2.jpg) center center no-repeat;
    background-size: cover
}

.img-newspaper {
    background: url(//www.logicalposition.com/assets/../img/bg2/img-press-blur.jpg) center center no-repeat;
    background-size: cover
}

.img14 {
    background: url(/themes/noproot/content/images/img14.jpg) center center no-repeat;
    background-size: cover
}

.img16 {
    background: url(/themes/noproot/content/images/img16.jpg) top center no-repeat;
    background-size: cover
}

.img20 {
    background: url(/themes/noproot/content/images/img20.jpg) center center no-repeat;
    background-size: cover
}

.img25 {
    background: url(/themes/noproot/content/images/img25.jpg) center center no-repeat;
    background-size: cover
}

.img29 {
    background: url(/themes/noproot/content/images/img29.jpg) center center no-repeat;
    background-size: cover
}

.img32 {
    background: url(/themes/noproot/content/images/img32.jpg) center center no-repeat;
    background-size: cover
}

.img33 {
    background: url(/themes/noproot/content/images/img33.jpg) center center no-repeat;
    background-size: cover
}

.img35 {
    background: url(/themes/noproot/content/images/img35.jpg) center center no-repeat;
    background-size: cover
}

.img49 {
    background: url(/themes/noproot/content/images/img49.jpg) center center no-repeat;
    background-size: cover
}

.img50 {
    background: url(/themes/noproot/content/images/img50.jpg) center center no-repeat;
    background-size: cover
}

.img51 {
    background: url(/themes/noproot/content/images/img51.jpg) center center no-repeat;
    background-size: cover
}

.img58 {
    background: url(/themes/noproot/content/images/img58.jpg) center center no-repeat;
    background-size: cover
}

.img59 {
    background: url(/themes/noproot/content/images/img59.jpg) center center no-repeat;
    background-size: cover
}

.img60 {
    background: url(/themes/noproot/content/images/img60.jpg) center center no-repeat;
    background-size: cover
}

.img63 {
    background: url(/themes/noproot/content/images/img63.jpg) center center no-repeat;
    background-size: cover
}

.img65 {
    background: url(/themes/noproot/content/images/img65.jpg) center center no-repeat;
    background-size: cover
}

.img67 {
    background: url(/themes/noproot/content/images/img67.jpg) center center no-repeat;
    background-size: cover
}

.img70 {
    background: url(/themes/noproot/content/images/job-openings-bg.jpg) center center no-repeat;
    background-size: cover
}

.img78 {
    background: url(/themes/noproot/content/images/img78.jpg) center center no-repeat;
    background-size: cover
}

.img81 {
    background: url(/themes/noproot/content/images/img81.jpg) center center no-repeat;
    background-size: cover
}

.img82 {
    background: url(/themes/noproot/content/images/img82.jpg) center center no-repeat;
    background-size: cover
}

.img83 {
    background: url(/themes/noproot/content/images/img83.jpg) center center no-repeat;
    background-size: cover
}

.img84 {
    background: url(/themes/noproot/content/images/img84.jpg) center center no-repeat;
    background-size: cover
}

.img86 {
    background: url(/themes/noproot/content/images/img86.jpg) center;
    -webkit-background-size: cover;
    background-size: cover
}

.img87 {
    background: url(/themes/noproot/content/images/img87.jpg) center center no-repeat;
    background-size: cover
}

.img88 {
    background: url(/themes/noproot/content/images/img88.jpg) center center no-repeat;
    background-size: cover
}

.img89 {
    background: url(/themes/noproot/content/images/img89.png) center center no-repeat;
    background-size: cover
}

.img90 {
    background: url(/themes/noproot/content/images/img90.jpg) center center no-repeat;
    background-size: cover
}

.img92 {
    background: url(/themes/noproot/content/images/img92.jpg) center center no-repeat;
    background-size: cover
}

.img95 {
    background: url(/themes/noproot/content/images/img95.jpg) center center no-repeat;
    background-size: cover
}

.img96 {
    background: url(/themes/noproot/content/images/img96.jpg) center center no-repeat;
    background-size: cover
}

.img97 {
    background: url(/themes/noproot/content/images/img97.jpg) center center no-repeat;
    background-size: cover
}

.life {
    background: url(/themes/noproot/content/images/life.jpg) center center no-repeat;
    background-size: cover
}

.white-text {
    color: #fff
}

.green-text {
    color: #00bf6f
}

.purple-text {
    color: #ab47bc
}

.blue-text {
    color: #6495ed
}

.orange-text {
    color: #ff5722
}

.light-blue-text {
    color: #03a9f4
}

.teal-text {
    color: #4cc7b2
}

.fine-print {
    font-size: 85%;
    line-height: 2em
}

.fine-print2 {
    font-size: 14px;
    margin-bottom: -20px;
    margin-top: 20px
}

.font8 {
    font-size: 8px
}

.font10 {
    font-size: 10px
}

.font12 {
    font-size: 12px
}

.font14 {
    font-size: 14px
}

.font16 {
    font-size: 16px
}

.font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.font22 {
    font-size: 22px
}

.font24 {
    font-size: 24px
}

.font26 {
    font-size: 26px
}

.font28 {
    font-size: 28px
}

.font30 {
    font-size: 30px
}

.font32 {
    font-size: 32px
}

.font34 {
    font-size: 34px
}

.font36 {
    font-size: 36px
}

.font38 {
    font-size: 38px
}

.font40 {
    font-size: 40px
}

.font42 {
    font-size: 42px
}

.font44 {
    font-size: 44px
}

.page-topper .color-overlay-new h1 {
    margin: 50px 0 0
}

.dkgrey h2, .dkgrey p {
    color: #fff !important
}

.form-control {
    background-color: #f8fffd;
    border: 1px solid #aaa;
    border-radius: 2px;
    font-size: 16px
}

.flex-container {
    padding: 10px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between
}

.office {
    padding: 5px;
    width: 120px
}

.underline {
    display: block;
    position: relative;
    padding: 0 0 30px;
    text-align: center
}

    .underline2:after, .underline:after {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 80px;
        background-color: #4cc7b2;
        bottom: 0;
        left: 50%;
        margin-left: -40px
    }

.underline2 {
    display: block;
    position: relative;
    padding: 0 0 20px;
    text-align: center;
    margin-bottom: 20px
}

    .underline2 span {
        font-family: Montserrat,sans-serif;
        font-size: 26px
    }

        .underline2 span.blue {
            color: #4cc7b2
        }

.vert-align {
    display: flex;
    align-items: center;
    justify-content: center
}

.vert-align-top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.services-team {
    margin: auto;
    border-radius: 100%;
    border: 10px solid #eee
}

section.product-features img {
    max-height: 350px;
    margin: 0 auto
}

.form-group-new .form-control:focus, .form-group-new :-moz-placeholder, .form-group-new :-ms-input-placeholder, .form-group-new ::-webkit-input-placeholder, :focus:-moz-placeholder, :focus:-ms-input-placeholder, :focus::-moz-placeholder, :focus::-webkit-input-placeholder {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.form-group-new :-moz-placeholder, .form-group-new :-ms-input-placeholder, .form-group-new ::-webkit-input-placeholder {
    color: #222;
    opacity: .6
}

:focus:-moz-placeholder, :focus:-ms-input-placeholder, :focus::-moz-placeholder, :focus::-webkit-input-placeholder {
    opacity: 0
}

.form-group-rewrite select {
    font-size: 14px !important
}

.modal-body {
    padding: 10px 20px 20px
}

#myModalPPC h4 {
    font-family: Muli,sans-serif;
    font-size: 36px;
    margin: 1em
}

#myModalPPC .modal-body {
    border-top: 1px solid #ccc;
    padding: 3em
}

#myModal .modal-content #number_link {
    font-size: 28px
}

#myModalPPC .selection-box {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
    height: 320px
}

    #myModalPPC .selection-box:hover {
        box-shadow: 0 27px 55px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);
        margin-top: -5px
    }

.material-hover-box, .material-pull-box {
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23)
}

#myModalPPC .selection-box .btn {
    color: #fff !important
}

#myModalPPC .selection-box, #myModalPPC .selection-box .bottom, #myModalPPC .selection-box .top .blue-overlay, #myModalPPC .selection-box .top .green-overlay, #myModalPPC .selection-box .top .light-blue-overlay, #myModalPPC .selection-box .top .orange-overlay, #myModalPPC .selection-box .top .purple-overlay, #myModalPPC .selection-box .top .teal-overlay, #myModalPPC .selection-box .top i {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

    #myModalPPC .selection-box:hover .top .green-overlay, .material-hover-box:hover .top .green-overlay {
        background: #00bf6f
    }

    #myModalPPC .selection-box:hover .top .purple-overlay {
        background: #ab47bc
    }

    #myModalPPC .selection-box:hover .top .blue-overlay, .material-hover-box:hover .top .blue-overlay {
        background: #6495ed
    }

    #myModalPPC .selection-box:hover .top .orange-overlay {
        background: #ff5722
    }

    #myModalPPC .selection-box:hover .top .light-blue-overlay {
        background: #03a9f4
    }

    #myModalPPC .selection-box:hover .teal-overlay, .material-hover-box:hover .top .teal-overlay {
        background: #4cc7b2
    }

    #myModalPPC .selection-box .top i {
        font-size: 70px;
        text-align: center;
        margin-top: 11px;
        margin-bottom: 10px
    }

    #myModalPPC .selection-box:hover .top i {
        color: #fff
    }

    #myModalPPC .selection-box .bottom {
        width: 100%;
        padding: 10px 5px 20px
    }

        #myModalPPC .selection-box .bottom p {
            text-align: center;
            margin-bottom: 10px;
            color: #3a3a3a
        }

#myModalPPC p.small {
    font-size: 14px;
    margin: 20px 0 0
}

#myModalPPC p.price {
    font-size: 11px;
    line-height: 20px;
    color: #777
}

.material-pull {
    margin-top: -115px;
    z-index: 20
}

.material-pull-box {
    margin-top: -200px;
    z-index: 20;
    background: #fff;
    padding: 60px
}

    .material-pull-box .img-responsive {
        margin: 0 auto
    }

.material-hover-box {
    background: #fff;
    height: 300px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

    .material-hover-box:hover {
        box-shadow: 0 27px 55px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15)
    }

    .material-hover-box .top .green {
        color: #00bf6f
    }

    .material-hover-box .top .purple {
        color: #ab47bc
    }

    .material-hover-box .top .blue {
        color: #6495ed
    }

    .material-hover-box .top .orange {
        color: #ff5722
    }

    .material-hover-box:hover .top i {
        color: #fff;
        margin-top: 25px;
        margin-bottom: 10px
    }

    .material-hover-box .bottom {
        background: #fff;
        bottom: -50px;
        width: 100%;
        padding: 10px 5px 20px;
        position: absolute;
        -webkit-transition: all .1s ease-out;
        -moz-transition: all .1s ease-out;
        -o-transition: all .1s ease-out;
        transition: all .1s ease-out
    }

#bragging-rights {
    padding: 30px 0
}

.btn, .page-top, .page-top h2, .page-top.custom-product .row, .page-top.custom-product img, .parallax blockquote span, section.call-to-action {
    position: relative
}

.material-hover-box .bottom p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px
}

    .material-hover-box .bottom p span {
        text-transform: uppercase;
        color: #ff5722
    }

#intro h1, #intro label, #intro p, a.readmore {
    color: #fff
}

.material-hover-box .bottom p.small {
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 30px
}

.material-hover-box:hover .bottom {
    bottom: 0;
    border-top: none
}

#bragging-rights img {
    height: 75px;
    margin: 10px 20px
}

#bragging-rights a img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#footer .social-bar i, .btn, a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

#footer .social-bar i, .btn {
    transition: all .2s ease-out
}

#bragging-rights a:hover img {
    opacity: .8
}

#intro h1 {
    font-size: 90px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 45px;
    margin: 0 0 15px;
    text-shadow: 0 2px 4px rgba(0,0,0,.3);
    text-transform: capitalize
}

    #intro h1 span {
        font-family: Montserrat,Arial,sans-serif;
        font-size: 28px;
        letter-spacing: -.5px;
        font-weight: 400
    }

.btn, .feature-box h4 span, .ppc-page h4 {
    text-transform: uppercase
}

#intro p {
    margin: 30px 0;
    font-size: 16px
}

#readmore h3 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3em
}

    #readmore h3 span {
        color: #09b9ae;
        font-weight: 700
    }

.below-intro2 {
    background: #001324;
    text-align: center
}

    .below-intro2 p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 22px
    }

        .below-intro2 p a {
            color: #fecd40
        }

    .below-intro2 label {
        color: #fff
    }

    .below-intro2 i {
        color: #aaa;
        font-size: 13px;
        margin-right: 5px
    }

#learn h4 {
    color: #44c8b2
}

#learn .feature-box-info p {
    color: #607d8b
}

.feature-box h4 span {
    color: #003463;
    font-weight: 400;
    white-space: nowrap
}

#learn .p-width {
    margin: 1em auto 3em
}

#learn .overlay {
    background: linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,0),rgba(255,255,255,1));
    padding: 30px 0
}

.ppc-page p {
    line-height: 25px !important
}

.ppc-page h4 {
    color: #4cc7b2;
    margin-bottom: 5px
}

.ppc-page i {
    font-size: 50px;
    color: #ccc
}

.ppc-page .btn-primary:not(.btn-link):not(.btn-flat), .what-we-do .btn-primary:not(.btn-link):not(.btn-flat) {
    padding: 1em 4em
}

.reviews {
    background: #f6f6f6;
    padding: 50px 0
}

    .reviews p.review {
        font-family: 'Open Sans',sans-serif;
        font-size: 20px;
        line-height: 40px;
        padding-top: 25px
    }

    .reviews img {
        border: 4px solid #4cc7b2;
        border-radius: 100%;
        max-width: 140px
    }

.get-started p.review {
    color: #fff;
    font-family: Muli,sans-serif;
    font-size: 36px;
    line-height: 57px;
    margin: 50px 0
}

#footer .contact-info h4.open, h2.low-bottom span {
    font-family: "Open Sans",Arial,sans-serif
}

.circular-bar .knob, .clearfix:after, .form-group:after, .offset-anchor, .word-rotate {
    visibility: hidden
}

.pricing-table .plan-ribbon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.btn {
    padding: 8px 30px;
    border: 0;
    margin: 10px 1px;
    cursor: pointer;
    border-radius: 2px;
    color: rgba(255,255,255,.84);
    white-space: normal
}

    .btn:active:not(.btn-link):not(.btn-flat) {
        box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)
    }

    .btn-default:not(.btn-link):not(.btn-flat), .btn:not(.btn-link):not(.btn-flat) {
        background-color: transparent
    }

.btn-default:not(.btn-link):not(.btn-flat) {
    background-color: #fff;
    color: #777;
    border: 1px solid #ccc
}

.btn-default:hover:not(.btn-link):not(.btn-flat) {
    background-color: #fff;
    color: #555
}

.btn-primary:not(.btn-link):not(.btn-flat) {
    background: linear-gradient(to left,#09b9ae,#09ad5f)
}

.btn-primary:hover:not(.btn-link):not(.btn-flat) {
    color: #fff
}

.btn:hover:not(.btn-link):not(.btn-flat) {
    box-shadow: 0 3px 6px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.28);
    text-decoration: none
}

.btn-blue:not(.btn-link):not(.btn-flat) {
    background: #6495ed !important
}

.btn-success:not(.btn-link):not(.btn-flat) {
    background-color: #00bf6f
}

.btn-info:not(.btn-link):not(.btn-flat) {
    background-color: #03a9f4
}

.btn-warning:not(.btn-link):not(.btn-flat) {
    background-color: #ff5722
}

.btn-danger:not(.btn-link):not(.btn-flat) {
    background-color: #f44336
}

.btn-grey:not(.btn-link):not(.btn-flat) {
    background-color: #e7e7e7;
    color: #4a4a4a !important;
    border: 1px solid #b3b3b3
}

.btn-ghost {
    background: #fff !important;
    border: 1px solid #003463;
    color: #003463
}

    .btn-ghost:hover {
        color: #003463 !important
    }

.btn-white {
    border: 1px solid rgba(255,255,255,.7)
}

    .btn-white:hover {
        background-color: rgba(255,255,255,.3) !important
    }

.btn-white-ghost {
    background: 0 0;
    border: 2px solid rgba(255,255,255,.7)
}

    .btn-white-ghost:hover {
        background-color: rgba(255,255,255,.3) !important
    }

.btn-pink:not(.btn-link):not(.btn-flat) {
    background-color: #ff4081
}

.btn-purple:not(.btn-link):not(.btn-flat) {
    background-color: #ab47bc
}

.btn-yellow:not(.btn-link):not(.btn-flat) {
    background-color: #fecd40;
    color: rgba(0,52,97,1)
}

.btn-dark-purple:not(.btn-link):not(.btn-flat) {
    background-color: #4527a0
}

.btn-googleplus:not(.btn-link):not(.btn-flat) {
    background-color: #e93f2e
}

.btn-twitter:not(.btn-link):not(.btn-flat) {
    background-color: #00acee
}

.btn-facebook:not(.btn-link):not(.btn-flat) {
    background-color: #3b5998
}

.btn-linkedin:not(.btn-link):not(.btn-flat) {
    background-color: #0e76a8
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-responsive-nav {
    display: none
}

.page-top {
    margin-bottom: 35px;
    min-height: 250px;
    padding: 20px 0;
    text-align: left;
    background: url(https://unsplash.imgix.net/42/apx8EPiSnWoYHSEiUENI_14553734675_699b2aa038_o.jpg?fit=crop&fm=jpg&h=600&q=75&w=1050) center center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}

    .page-top h2 {
        border-bottom: 5px solid #ccc;
        color: #fff;
        display: inline-block;
        font-weight: 200;
        margin: 0 0 -25px;
        min-height: 37px;
        line-height: 46px;
        padding: 0 0 17px
    }

    .page-top.custom-product {
        background-image: url(//www.logicalposition.com/assets/../img/custom-header-bg.jpg);
        background-repeat: repeat;
        background-color: #999;
        border-top: 5px solid #888
    }

        .page-top.custom-product p.lead {
            color: #e8e8e8
        }

        .page-top.custom-product img {
            bottom: -20px
        }

        .page-top.custom-product h1 {
            color: #fff;
            margin-bottom: 10px;
            margin-top: 30px
        }

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    margin: 70px 0;
    padding: 50px 0
}

    .parallax.disabled {
        background-size: auto
    }

    .parallax blockquote {
        border: 0;
        padding: 0 10%
    }

        .parallax blockquote i.icon-quote-left {
            font-size: 34px;
            position: relative;
            left: -5px
        }

        .parallax blockquote p {
            font-size: 24px;
            line-height: 30px
        }

        .parallax blockquote span {
            font-size: 16px;
            line-height: 20px;
            color: #999;
            left: -5px
        }

section.featured {
    margin: 35px 0;
    padding: 50px 0
}

    section.featured.footer {
        margin: 30px 0 -70px
    }

    section.featured.map {
        background-image: url(//www.logicalposition.com/assets/../img/map-bottom.png);
        background-position: center 0;
        background-repeat: no-repeat;
        margin-top: 0;
        border-top: 0
    }

section.highlight {
    boder-left: 0;
    boder-right: 0;
    margin: 0;
    padding: 80px 0
}

    section.highlight h1, section.highlight h3, section.highlight h4, section.highlight h5, section.highlight > a, section.highlight > p {
        color: #fff
    }

    section.highlight .img-thumbnail {
        background-color: #fff !important;
        border-color: #fff !important
    }

    section.highlight.footer {
        margin: 45px 0 -70px
    }

    section.highlight.top {
        margin-top: 0
    }

section.call-to-action:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    height: 15px;
    width: 15px;
    top: -5px;
    left: 50%;
    margin-left: -7px
}

.clearfix:after, .form-group:after {
    content: ".";
    clear: both
}

section.call-to-action h3 {
    text-transform: none;
    color: #121212
}

h3, h5 {
    text-transform: uppercase
}

section.call-to-action h3 .btn {
    margin-left: 10px
}

aside ul.nav-list > li > a {
    color: #666;
    font-size: .9em
}

.map-section {
    background: url(//www.logicalposition.com/assets/../img/map-top.png) center 0 no-repeat;
    padding-top: 220px;
    margin-top: 40px
}

.home-intro {
    background-color: #fff;
    overflow: hidden;
    padding: 20px 0 10px;
    position: relative;
    text-align: left
}

    .home-intro p {
        color: #fff;
        display: inline-block;
        font-size: 1.4em;
        font-weight: 300;
        max-width: 800px;
        padding-top: 5px
    }

        .home-intro p span {
            color: #999;
            display: block;
            font-size: .8em;
            padding-top: 5px
        }

        .home-intro p em {
            font-size: 1.6em
        }

section.get-started, div.get-started {
    background: url(/themes/noproot/content/images/getstartedbg.jpg) top center no-repeat fixed;
    background-size: cover;
}

.gradient:not(#reminder) .overlay {
    background: rgba(0, 0, 0, .35) !important;
}

.home-intro .get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right
}

    .home-intro .get-started .btn {
        position: relative;
        z-index: 1
    }

        .home-intro .get-started .btn i {
            font-size: 1.1em;
            font-weight: 400;
            margin-left: 5px
        }

    .home-intro .get-started a {
        color: #fff
    }

        .home-intro .get-started a:not(.btn), .home-intro.light p, .page-not-found h4 {
            color: #777
        }

.home-intro .learn-more {
    margin-left: 15px
}

.home-intro.light {
    background-color: #e2e2e2
}

    .home-intro.light.secundary {
        background-color: #e0e1e4
    }

.home-intro-compact {
    border-radius: 0 0 10px 10px;
    margin-top: -10px
}

    .home-intro-compact p {
        padding-left: 20px
    }

    .home-intro-compact .get-started {
        padding-right: 20px
    }

.home-concept {
    background: url(//www.logicalposition.com/assets/../img/home-concept.png) center 0 no-repeat;
    width: 100%;
    overflow: hidden
}

    .home-concept strong {
        display: block;
        font-size: 2.1em;
        font-weight: 400;
        position: relative;
        margin-top: 30px
    }

    .home-concept .row {
        position: relative
    }

    .home-concept .process-image {
        background: url(//www.logicalposition.com/assets/../img/home-concept-item.png) no-repeat;
        width: 160px;
        height: 175px;
        margin: 135px auto 0;
        padding-bottom: 50px;
        position: relative;
        z-index: 1
    }

        .home-concept .process-image img {
            border-radius: 150px;
            margin: 7px 8px
        }

    .home-concept .our-work {
        margin-top: 52px;
        font-size: 2.6em
    }

    .home-concept .project-image {
        background: url(//www.logicalposition.com/assets/../img/home-concept-item.png) 100% 0 no-repeat;
        width: 350px;
        height: 420px;
        margin: 15px 0 0 -30px;
        padding-bottom: 45px;
        position: relative;
        z-index: 1
    }

    .home-concept .cloud, .home-concept .sun {
        height: 56px;
        display: block;
        position: absolute;
        top: 35px
    }

    .home-concept .sun {
        background: url(//www.logicalposition.com/assets/../img/home-concept-icons.png) no-repeat;
        width: 60px;
        left: 10%
    }

    .home-concept .cloud {
        background: url(//www.logicalposition.com/assets/../img/home-concept-icons.png) 100% 0 no-repeat;
        width: 116px;
        left: 57%
    }

#footer, .captcha-image, .featured-icon, .img-thumbnail {
    position: relative
}

.page-not-found {
    margin: 50px 0
}

    .page-not-found h2 {
        font-size: 140px;
        font-weight: 600;
        letter-spacing: -10px;
        line-height: 140px
    }

    .page-not-found p {
        font-size: 1.4em;
        line-height: 36px
    }

#footer {
    background: #1f1f1f;
    font-size: .9em;
    padding: 10px 0 0
}

    #footer a, #footer p {
        color: #999
    }

        #footer a:hover {
            color: #fff
        }

    #footer .links {
        margin-top: 20px
    }

        #footer .links i {
            margin: 0 10px
        }

    #footer .social-bar {
        text-align: center;
        margin: 20px 0 50px
    }

        #footer .social-bar i {
            border-radius: 100px;
            text-align: center;
            vertical-align: middle;
            font-size: 30px;
            height: 50px;
            width: 50px;
            background: #3a3a3a;
            color: #777;
            line-height: 52px;    padding: 0px 0px 5px 5px;
            margin: 0 5px
        }

.badges .space img, .press-box {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

#footer .social-bar i:hover {
    color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23)
}

#footer .social-bar i.fa-facebook-f:hover {
    background: #3b5998
}

#footer .social-bar i.fa-linkedin-in:hover {
    background: #007bb6
}

#footer .social-bar i.fa-google-plus-g:hover {
    background: #dd4b39
}

#footer .social-bar i.fa-twitter:hover {
    background: #00aced
}

#footer .social-bar i.fa-instagram:hover {
    background: radial-gradient(circle farthest-corner at 35% 90%,#fec564,transparent 50%),radial-gradient(circle farthest-corner at 0 140%,#fec564,transparent 50%),radial-gradient(ellipse farthest-corner at 0 -25%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 20% -50%,#5258cf,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 0,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 60% -20%,#893dc2,transparent 50%),radial-gradient(ellipse farthest-corner at 100% 100%,#d9317a,transparent),linear-gradient(#6559ca,#bc318f 30%,#e33f5f 50%,#f77638 70%,#fec66d 100%)
}

#footer .social-bar i.fa-youtube:hover {
    background: #FF0000
}

#footer .contact-info { /*margin-bottom:30px*/
}

    #footer .contact-info h4, #footer .contact-info h4 a {
        font-size: 16px;
        color: #eee;
        margin-bottom: 5px
    }

        #footer .contact-info h4 i {
            margin-right: 7px
        }

        #footer .contact-info h4.open {
            font-size: 30px;
            display: -webkit-inline-box
        }

#footer h3 {
    margin: 0 0 10px
}

    #footer h3 a {
        color: #fff;
        font-size: 30px
    }

#footer .footer-copyright {
    background: #1f1f1f;
    padding: 20px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333
}

    #footer .footer-copyright p {
        margin: 0;
        padding: 0
    }

    #footer .footer-copyright a {

        /*color: #00bf6f;*/
        color: #00ff94;

        font-weight: bold;
    }

    #footer .footer-copyright a:hover {
        color: #00d97e
    }

    #footer .footer-copyright .policies a {
        color: #999;
        font-size: 12px
    }

        #footer .footer-copyright .policies a:hover {
            color: #fff
        }

#footer .badges {
    margin: 5px 0 30px
}

.badges .space img {
    margin: 0 18px 20px 10px;
    height: 50px;
    transition: all .2s ease-out
}

    .badges .space img:hover {
        opacity: .8
    }

body.dark, body.dark.boxed .body {
    background-color: #222224
}

    body.dark .modal-header h1, body.dark .modal-header h2, body.dark .modal-header h3, body.dark .modal-header h4, body.dark .modal-header h5, body.dark .modal-header h6 {
        color: #777
    }

    body.dark .btn-default, body.dark .feature-box.secundary h4, body.dark .featured-box.secundary h4, body.dark .testimonial-author strong {
        color: #fff
    }

.modal {
    overflow-y: visible
}

body.dark blockquote {
    border-color: #2e2e31
}

body.dark section.featured {
    background-color: #1d1d1f;
    border-top-color: #363639
}

    body.dark section.featured.map {
        background-image: url(//www.logicalposition.com/assets/../img/map-bottom-dark.png)
    }

body.dark section.call-to-action:before {
    border-top-color: #363639
}

body.dark .btn-default, body.dark .form-control, body.dark .pagination > li > a, body.dark .pagination > li > span {
    background: #2e2e31;
    border-color: #2e2e31
}

body.dark .tabs .nav-tabs li a, body.dark .tabs .nav-tabs li a:hover, body.dark .tabs.tabs-left .nav-tabs > li a, body.dark .tabs.tabs-right .nav-tabs > li a {
    background: #2e2e31;
    border-left-color: #2e2e31;
    border-bottom-color: #2e2e31
}

body.dark .btn.disabled, body.dark .btn[disabled] {
    border-color: #2e2e31 !important
}

body.dark .theme-default .nivoSlider {
    background-color: #222224
}

body.dark .map-section {
    background-image: url(//www.logicalposition.com/assets/../img/map-top-dark.png)
}

body.dark .home-concept {
    background-image: url(//www.logicalposition.com/assets/../img/home-concept-dark.png)
}

    body.dark .home-concept .process-image, body.dark .home-concept .project-image {
        background-image: url(//www.logicalposition.com/assets/../img/home-concept-item-dark.png)
    }

    body.dark .home-concept .cloud, body.dark .home-concept .sun {
        background-image: url(//www.logicalposition.com/assets/../img/home-concept-icons-dark.png)
    }

body.dark .page-top {
    border-bottom-color: #1d1d1f
}

body.dark .panel-group .panel-default {
    border-color: #2e2e31
}

body.dark .panel-group .panel {
    background-color: #2e2e31
}

body.dark .panel-group .panel-heading, body.dark .progress, body.dark .toggle > label {
    background: #363639
}

body.dark .panel-group .form-control {
    background-color: #272729;
    border-color: #272729
}

body.dark .featured-box {
    background: #363639;
    border-left-color: #363639;
    border-right-color: #363639;
    border-bottom-color: #363639
}

body.dark .tabs .nav-tabs.nav-justify li a, body.dark .tabs .nav-tabs.nav-justify li a:hover, body.dark ul.nav-list.primary > li a {
    border-bottom-color: #2e2e31
}

body.dark .arrow {
    background-image: url(//www.logicalposition.com/assets/../img/arrows-dark.png)
}

body.dark .img-thumbnail, body.dark .thumbnail {
    background-color: #2e2e31;
    border-color: #2e2e31
}

body.dark .thumb-info-social-icons {
    border-top-color: #404043
}

body.dark ul.nav-list.primary > li a:hover {
    background-color: #2e2e31
}

body.dark .tabs .nav-tabs li a, body.dark .tabs .nav-tabs li a:hover {
    border-top-color: #2e2e31
}

body.dark .tabs .nav-tabs {
    border-color: #2e2e31
}

    body.dark .tabs .nav-tabs li.active a, body.dark .tabs .nav-tabs li.active a:focus, body.dark .tabs .nav-tabs li.active a:hover {
        background: #363639;
        border-left-color: #363639;
        border-right-color: #363639
    }

    body.dark .tabs .nav-tabs.nav-justify li.active a {
        border-bottom-color: #363639
    }

body.dark .page-header, body.dark .tabs.tabs-bottom .nav-tabs li a, body.dark .tabs.tabs-bottom .nav-tabs li a:hover {
    border-bottom-color: #2e2e31
}

body.dark .tabs.tabs-vertical {
    border-top-color: #363639
}

body.dark .tabs .tab-content {
    background: #363639;
    border-color: #363639
}

body.dark .blog-posts article, body.dark .show-grid [class*=col-md-] .show-grid-block, body.dark .table-bordered, body.dark .table > tbody > tr > td, body.dark .table > tbody > tr > th, body.dark .table > tfoot > tr > td, body.dark .table > tfoot > tr > th, body.dark .table > thead > tr > td, body.dark .table > thead > tr > th, body.dark pre {
    border-color: #2e2e31
}

body.dark .table-striped > tbody > tr:nth-child(2n+1) > td, body.dark .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #363639
}

body.dark .show-grid [class*=col-md-] .show-grid-block, body.dark article.post .post-date .day, body.dark pre, body.dark section.featured .recent-posts .date .day, body.dark ul.comments .comment-block {
    background-color: #2e2e31
}

body.dark pre {
    color: #777
}

body.dark hr {
    background-image: -webkit-linear-gradient(left,transparent,rgba(255,255,255,.2),transparent);
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent)
}

    body.dark hr.light {
        background-image: -webkit-linear-gradient(left,transparent,rgba(0,0,0,.2),transparent);
        background-image: linear-gradient(to right,transparent,rgba(0,0,0,.2),transparent)
    }

body.dark ul.history li .thumb {
    background-image: url(//www.logicalposition.com/assets/../img/history-thumb-dark.png)
}

body.dark article .post-audio, body.dark article .post-audio iframe, body.dark article .post-video, body.dark article .post-video iframe {
    background-color: #2e2e31;
    border-color: #2e2e31
}

body.dark ul.simple-post-list li {
    border-bottom-color: #272729
}

body.dark .post-block {
    border-top-color: #1d1d1f
}

body.dark ul.comments .comment-arrow {
    border-right-color: #2e2e31
}

body.dark .pricing-table li {
    border-top-color: #272729
}

body.dark .pricing-table h3 {
    background-color: #272729;
    text-shadow: none
}

    body.dark .pricing-table h3 span {
        background: #2e2e31;
        border-color: #29292c;
        box-shadow: 0 5px 20px #29292c inset,0 3px 0 #2e2e31 inset;
        color: #777
    }

body.dark .pricing-table .most-popular {
    border-color: #2e2e31
}

    body.dark .pricing-table .most-popular h3 {
        background-color: #2e2e31;
        color: #fff;
        text-shadow: none
    }

body.dark .pricing-table .plan-ribbon {
    background-color: #2e2e31
}

body.dark .pricing-table .plan {
    background: #2e2e31;
    border: 1px solid #2e2e31;
    color: #777;
    text-shadow: none
}

body.dark .product-thumb-info, body.dark .shop .quantity .qty {
    background-color: #2e2e31;
    border-color: transparent
}

body.dark .shop .quantity .minus, body.dark .shop .quantity .plus {
    background-color: #272729;
    border-color: transparent
}

body.dark .shop .cart-totals td, body.dark .shop .cart-totals th, body.dark .shop table.cart td {
    border-color: #2e2e31
}

body.dark #footer .footer-ribbon {
    margin-top: -96px
}

body.dark #footer .newsletter form .btn-default {
    background-color: #272729;
    border-color: #272729;
    color: #777
}

body.boxed {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat
}

    body.boxed .body {
        background-color: #fff;
        border-bottom: 5px solid #121214;
        border-radius: 5px;
        border-top: 5px solid #ccc;
        box-shadow: 0 0 4px rgba(0,0,0,.15);
        margin: 25px auto;
        max-width: 1200px;
        height: auto
    }

    body.boxed #header {
        padding: 15px 0
    }

.featured-icon i, .label, form label, h6 {
    font-weight: 400
}

.big {
    font-size: 4.2em;
    line-height: 54px
}

h1.short, h2.short {
    margin-bottom: 15px
}

h3.short, h4.short, h5.short, h6.short {
    margin-bottom: 9px
}

h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {
    margin-bottom: 0
}

h1.tall, h2.tall, h3.tall, h4.tall, h5.tall, h6.tall {
    margin-bottom: 33px
}

h1.taller, h2.taller, h3.taller, h4.taller, h5.taller, h6.taller {
    margin-bottom: 44px
}

h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced {
    margin-top: 22px
}

h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced {
    margin-top: 44px
}

h1.dark, h2.dark, h3.dark, h4.dark, h5.dark {
    color: #121214
}

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
    color: #fff
}

h1.text-shadow, h2.text-shadow, h3.text-shadow, h4.text-shadow, h5.text-shadow, h6.text-shadow {
    text-shadow: 1px 1px 0 rgba(0,0,0,.2)
}

h2 .inverted {
    min-height: 60px
}

.modal-header h3 {
    text-transform: none
}

blockquote {
    font-size: 1em
}

p .alternative-font {
    display: inline-block;
    margin-top: -15px;
    position: relative;
    top: 3px;
    margin-bottom: -6px
}

.label-dark, .label-dark:hover {
    background: #111;
    font-weight: 400
}

p.drop-caps:first-child:first-letter {
    float: left;
    font-size: 75px;
    line-height: 60px;
    padding: 4px;
    margin-right: 5px;
    margin-top: 5px;
    font-family: Georgia
}

p.drop-caps.secundary:first-child:first-letter {
    color: #fff;
    padding: 6px;
    margin-right: 5px;
    border-radius: 4px
}

ul.nav-list.primary > li {
    margin: 0;
    padding: 0
}

    ul.nav-list.primary > li a {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background-image: url(//www.logicalposition.com/assets/../img/list-primary.png);
        background-position: 9px 16px;
        background-repeat: no-repeat;
        border-bottom: 1px solid #ededde;
        padding: 8px 20px
    }

.btn-primary[disabled] {
    border-color: #ccc !important;
    background-image: none
}

.btn-icon i {
    margin-right: 10px
}

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px
}

textarea {
    resize: vertical
}

select {
    border: 1px solid #e5e7e9;
    border-radius: 6px;
    outline: 0
}

.form-group:after {
    display: block;
    line-height: 0;
    height: 0
}

.featured-icon, label.valid {
    display: inline-block
}

.form-control:focus {
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset;
    border-color: #ccc
}

label.error {
    color: #c10000;
    font-size: .9em;
    margin-top: -5px;
    padding: 0
}

.captcha {
    overflow: hidden;
    background: #f2f2f2;
    text-align: center;
    margin-bottom: 20px;
    max-width: 160px
}

.featured-icon, .img-thumbnail .zoom {
    background: #ccc;
    text-align: center;
    color: #fff
}

.captcha input {
    border: 0
}

.captcha-image {
    float: left;
    top: -25px;
    left: -13px
}

.featured-icon {
    border-radius: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    top: 5px;
    width: 35px
}

    .featured-icon i {
        color: #fff;
        font-size: .9em
    }

ul.icons {
    list-style: none
}

    ul.icons [class^=icon-] {
        margin-right: 5px
    }

.img-thumbnail {
    border-radius: 8px
}

    .img-thumbnail .zoom {
        border-radius: 100%;
        bottom: 8px;
        display: block;
        height: 30px;
        padding: 6px;
        position: absolute;
        right: 8px;
        width: 30px
    }

        .img-thumbnail .zoom i {
            font-size: 14px;
            left: -1px;
            position: relative;
            top: -3px
        }

ul.thumbnail-gallery {
    list-style: none;
    margin: 10px 0;
    padding: 0
}

    ul.thumbnail-gallery li {
        display: inline-block;
        margin: 10px 10px 0 0;
        padding: 0
    }

ul.list li {
    margin-bottom: 13px
}

ul.list.icons li i {
    margin-right: 5px
}

ul.list.pull-left li {
    text-align: left
}

ul.sitemap > li > a {
    font-weight: 700
}

ul.sitemap.list li {
    margin: 0 0 3px
}

ul.sitemap.list ul {
    margin-bottom: 5px;
    margin-top: 5px
}

.panel-group .panel-heading {
    padding: 0
}

    .panel-group .panel-heading a {
        display: block;
        padding: 10px 15px
    }

        .panel-group .panel-heading a [class^=icon-] {
            margin-right: 4px;
            position: relative;
            top: 1px
        }

.panel-group.secundary .panel-heading a {
    color: #fff
}

.tabs {
    border-radius: 4px;
    margin-bottom: 35px
}

.nav-tabs {
    margin: 0;
    font-size: 0;
    border-bottom-color: #eee
}

    .nav-tabs li {
        display: inline-block;
        float: none
    }

        .nav-tabs li:last-child a {
            margin-right: 0
        }

        .nav-tabs li a {
            border-radius: 5px 5px 0 0;
            font-size: 14px;
            margin-right: 1px
        }

            .nav-tabs li a, .nav-tabs li a:hover {
                background: #f4f4f4;
                border-bottom: none;
                border-left: 1px solid #eee;
                border-right: 1px solid #eee;
                border-top: 3px solid #eee;
                color: #ccc
            }

                .nav-tabs li a:hover {
                    border-bottom-color: transparent;
                    border-top: 3px solid #ccc;
                    box-shadow: none
                }

                .nav-tabs li a:active, .nav-tabs li a:focus {
                    border-bottom: 0
                }

        .nav-tabs li.active a, .nav-tabs li.active a:focus, .nav-tabs li.active a:hover {
            background: #fff;
            border-left-color: #eee;
            border-right-color: #eee;
            border-top: 3px solid #ccc;
            color: #ccc
        }

.tab-content {
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.04);
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    padding: 15px
}

.nav-tabs.nav-right {
    text-align: right
}

.nav-tabs.nav-justify {
    display: table;
    table-layout: fixed;
    margin-bottom: -1px;
    width: 100%
}

    .nav-tabs.nav-justify li {
        display: table-cell;
        margin-bottom: 0;
        width: 100%
    }

        .nav-tabs.nav-justify li:first-child a, .nav-tabs.nav-justify li:first-child a:hover {
            border-radius: 5px 0 0;
            border-left: 1px solid #eee
        }

        .nav-tabs.nav-justify li:last-child a, .nav-tabs.nav-justify li:last-child a:hover {
            border-radius: 0 5px 0 0;
            border-right: 1px solid #eee
        }

        .nav-tabs.nav-justify li a, .nav-tabs.nav-justify li a:focus, .nav-tabs.nav-justify li a:hover {
            border-bottom: 1px solid #eee;
            border-right: none;
            border-left: none
        }

        .nav-tabs.nav-justify li a {
            border-radius: 0;
            margin-right: 0
        }

        .nav-tabs.nav-justify li.active a, .nav-tabs.nav-justify li.active a:hover {
            border-bottom: 1px solid #fff
        }

.tabs.tabs-bottom .tab-content {
    border-radius: 4px 4px 0 0;
    border-bottom: 0;
    border-top: 1px solid #eee
}

.tabs.tabs-bottom .nav-tabs {
    border-bottom: none;
    border-top: 1px solid #eee
}

    .tabs.tabs-bottom .nav-tabs li {
        margin-bottom: 0;
        margin-top: -1px
    }

        .tabs.tabs-bottom .nav-tabs li:last-child a {
            margin-right: 0
        }

        .tabs.tabs-bottom .nav-tabs li a {
            border-radius: 0 0 5px 5px;
            font-size: 14px;
            margin-right: 1px
        }

            .tabs.tabs-bottom .nav-tabs li a, .tabs.tabs-bottom .nav-tabs li a:hover {
                border-bottom: 3px solid #eee;
                border-top: 1px solid #eee
            }

                .tabs.tabs-bottom .nav-tabs li a:hover {
                    border-bottom: 3px solid #ccc;
                    border-top: 1px solid #eee
                }

        .tabs.tabs-bottom .nav-tabs li.active a, .tabs.tabs-bottom .nav-tabs li.active a:focus, .tabs.tabs-bottom .nav-tabs li.active a:hover {
            border-bottom: 3px solid #ccc;
            border-top-color: transparent
        }

    .tabs.tabs-bottom .nav-tabs.nav-justify {
        border-top: none
    }

        .tabs.tabs-bottom .nav-tabs.nav-justify li a {
            margin-right: 0
        }

        .tabs.tabs-bottom .nav-tabs.nav-justify li:first-child a {
            border-radius: 0 0 0 5px
        }

        .tabs.tabs-bottom .nav-tabs.nav-justify li:last-child a {
            margin-right: 0;
            border-radius: 0 0 5px
        }

.tabs-vertical {
    display: table;
    width: 100%;
    border-top: 1px solid #eee
}

    .tabs-vertical .nav-tabs, .tabs-vertical .tab-content {
        display: table-cell;
        vertical-align: top
    }

    .tabs-vertical .nav-tabs {
        border-bottom: none;
        height: 100%;
        float: none;
        padding: 0
    }

        .tabs-vertical .nav-tabs > li, .toggle > label {
            display: block
        }

            .tabs-vertical .nav-tabs > li a {
                border-radius: 0;
                display: block;
                padding-top: 10px
            }

                .tabs-vertical .nav-tabs > li a, .tabs-vertical .nav-tabs > li a:focus, .tabs-vertical .nav-tabs > li a:hover {
                    border-bottom: none;
                    border-top: none
                }

            .tabs-vertical .nav-tabs > li.active a, .tabs-vertical .nav-tabs > li.active a:hover, .tabs-vertical .nav-tabs > li.active:focus {
                border-top: none
            }

.tabs-left .tab-content {
    border-radius: 0 5px 5px;
    border-left: none
}

.tabs-left .nav-tabs > li {
    margin-right: -1px
}

    .tabs-left .nav-tabs > li:first-child a {
        border-radius: 5px 0 0
    }

    .tabs-left .nav-tabs > li:last-child a {
        border-radius: 0 0 0 5px
    }

    .tabs-left .nav-tabs > li a {
        border-right: 1px solid #eee;
        border-left: 3px solid #eee;
        margin-right: 1px;
        margin-left: -3px;
        color: #555 !important
    }

        .tabs-left .nav-tabs > li a:hover {
            border-left-color: #ccc
        }

    .tabs-left .nav-tabs > li.active a, .tabs-left .nav-tabs > li.active a:focus, .tabs-left .nav-tabs > li.active a:hover {
        border-left: 3px solid #ccc;
        border-right-color: #fff
    }

.tabs-right .tab-content {
    border-radius: 5px 0 5px 5px;
    border-right: none
}

.tabs-right .nav-tabs > li {
    margin-left: -1px
}

    .tabs-right .nav-tabs > li:first-child a {
        border-radius: 0 5px 0 0
    }

    .tabs-right .nav-tabs > li:last-child a {
        border-radius: 0 0 5px
    }

    .tabs-right .nav-tabs > li a {
        border-right: 3px solid #eee;
        border-left: 1px solid #eee;
        margin-right: 1px;
        margin-left: 1px
    }

        .tabs-right .nav-tabs > li a:hover {
            border-right-color: #ccc
        }

    .tabs-right .nav-tabs > li.active a, .tabs-right .nav-tabs > li.active a:focus, .tabs-right .nav-tabs > li.active a:hover {
        border-right: 3px solid #ccc;
        border-left: 1px solid #fff
    }

.toggle {
    margin: 10px;
    position: relative
}

    .toggle > input {
        cursor: pointer;
        height: 45px;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 2
    }

    .toggle > label {
        -webkit-transition: all .15s ease-out;
        -moz-transition: all .15s ease-out;
        transition: all .15s ease-out;
        background: #f4f4f4;
        border-left: 3px solid #ccc;
        color: #ccc;
        font-size: 1.1em;
        min-height: 20px;
        padding: 12px 20px 12px 10px;
        position: relative;
        cursor: pointer;
        font-weight: 400
    }

        .toggle > label:-moz-selection {
            background: 0 0
        }

        .toggle > label i.fa-minus {
            display: none
        }

        .toggle > label i.fa-plus {
            display: inline
        }

        .toggle > label:selection {
            background: 0 0
        }

        .toggle > label:hover {
            background: #eee
        }

        .toggle > label + p {
            color: #999;
            display: block;
            overflow: hidden;
            padding-left: 30px;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 25px;
            font-size: 1.1em
        }

        .toggle > label i {
            position: relative;
            top: 5px;
            float: right
        }

        .toggle > label .fa-plus {
            color: #4cc7b2
        }

    .toggle > .toggle-content {
        display: none
    }

    .toggle.active i.fa-minus {
        display: inline
    }

    .toggle.active i.fa-plus {
        display: none
    }

    .toggle.active > label {
        background: #f4f4f4
    }

        .toggle.active > label:before {
            border: 6px solid transparent;
            border-top-color: inherit;
            margin-top: -3px;
            right: 10px
        }

    .toggle.active > p {
        white-space: normal
    }

    .toggle > p.preview-active {
        height: auto;
        white-space: normal
    }

.owl-carousel {
    position: relative
}

    .owl-carousel .owl-wrapper-outer {
        border-radius: 4px
    }

    .owl-carousel .thumbnail {
        max-width: 99%
    }

    .owl-carousel .img-responsive {
        display: inline-block
    }

.owl-carousel-spaced {
    margin-left: -5px
}

    .owl-carousel-spaced .owl-item > div {
        margin: 5px
    }

.owl-theme .owl-controls {
    margin-top: 20px
}

    .owl-theme .owl-controls .owl-buttons div {
        border-radius: 4px;
        border-bottom: 2px solid transparent;
        opacity: 1;
        padding: 1px 9px;
        margin: 2px
    }

section.video {
    background-repeat: no-repeat;
    background-color: #000;
    background-position: center 0;
    width: 100%;
    margin: 70px 0;
    padding: 50px 0;
    overflow: hidden;
    position: relative
}

    section.video > video {
        display: none
    }

    section.video blockquote {
        border: 0;
        padding: 0 10%
    }

        section.video blockquote i.icon-quote-left {
            font-size: 34px;
            position: relative;
            left: -5px
        }

        section.video blockquote p {
            font-size: 24px;
            line-height: 30px
        }

        section.video blockquote span {
            font-size: 16px;
            line-height: 20px;
            color: #999;
            position: relative;
            left: -5px
        }

    section.video .container {
        position: relative;
        z-index: 3
    }

    section.video .video-overlay {
        background: url(//www.logicalposition.com/assets/../img/video-overlay.png);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 2
    }

    section.video .mejs-container {
        position: absolute;
        top: -50%;
        z-index: 1
    }

        section.video .mejs-container .mejs-controls, section.video .mejs-container .mejs-layers {
            display: none !important
        }

    section.video.valign-video .mejs-container {
        top: -50%
    }

.video-container {
    padding-top: 25px;
    padding-bottom: 50.5%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    height: 0
}

    .video-container.vimeo {
        padding-top: 0;
        padding-bottom: 56.4%
    }

    .video-container embed, .video-container iframe, .video-container object, .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.popup-inline-content {
    background: #fff;
    margin: 40px auto;
    max-width: 1170px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    display: none
}

.mfp-wrap .popup-inline-content {
    display: block
}

.clearfix, .inverted {
    display: inline-block
}

.push-bottom {
    margin-bottom: 35px
}

.push-top {
    margin-top: 35px
}

.inverted {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.clearfix:after {
    display: block;
    line-height: 0;
    height: 0
}

html[xmlns] .clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

hr {
    margin: 22px 0
}

    hr.short {
        margin: 11px 0
    }

    hr.tall {
        margin: 44px 0
    }

    hr.taller {
        margin: 66px 0
    }

    hr.light {
        background-image: -webkit-linear-gradient(left,transparent,rgba(255,255,255,.2),transparent);
        background-image: linear-gradient(to right,transparent,rgba(255,255,255,.2),transparent)
    }

.learn-more, .read-more {
    display: inline-block;
    white-space: nowrap
}

.offset-anchor {
    display: block;
    position: relative;
    top: -100px
}

.show-grid [class*=col-md-] .show-grid-block {
    background-color: #eee;
    line-height: 40px;
    min-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    display: block
}

.fontawesome-icon-list [class*=col-md-] {
    margin-bottom: 9px
}

.fontawesome-icon-list i {
    font-size: 1.3em;
    margin-right: 5px;
    display: inline-block;
    width: 30px;
    text-align: center;
    position: relative;
    top: 2px
}

.sort-source-wrapper {
    padding: 8px 0;
    position: relative
}

    .sort-source-wrapper .nav {
        margin: -100px 0 5px
    }

        .sort-source-wrapper .nav > li > a {
            color: #fff;
            background: 0 0
        }

            .sort-source-wrapper .nav > li.active > a, .sort-source-wrapper .nav > li.active > a:focus, .sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li > a:focus, .sort-source-wrapper .nav > li > a:hover {
                background: 0 0
            }

.sort-destination.full-width {
    margin: 0 0 -81px;
    position: relative;
    top: -51px
}

    .sort-destination.full-width .isotope-item {
        width: 20%;
        float: left
    }

        .sort-destination.full-width .isotope-item .img-thumbnail {
            border: 0;
            padding: 0;
            margin: 0
        }

        .sort-destination.full-width .isotope-item .img-thumbnail, .sort-destination.full-width .isotope-item .thumb-info img, .sort-destination.full-width .isotope-item a {
            border-radius: 0;
            float: left
        }

.pricing-table {
    margin: 25px 0 0 -15px;
    padding-left: 0;
    text-align: center
}

    .pricing-table ul {
        list-style: none;
        margin: 20px 0 0;
        padding: 0
    }

    .pricing-table li {
        border-top: 1px solid #ddd;
        padding: 10px 0
    }

    .pricing-table h3 {
        background-color: #eee;
        border-radius: 2px 2px 0 0;
        font-size: 20px;
        font-weight: 400;
        margin: -20px -20px 50px;
        padding: 20px
    }

        .pricing-table h3 span {
            background: #fff;
            border: 5px solid #fff;
            border-radius: 100px;
            box-shadow: 0 5px 20px #ddd inset,0 3px 0 #999 inset;
            color: #777;
            display: block;
            font: 700 25px/100px Georgia,Serif;
            height: 100px;
            margin: 20px auto -65px;
            width: 100px
        }

    .pricing-table .most-popular {
        border: 3px solid #ccc;
        box-shadow: 11px 0 10px -10px rgba(0,0,0,.1),-11px 0 10px -10px rgba(0,0,0,.1);
        padding: 30px 20px;
        top: -10px;
        z-index: 2
    }

        .pricing-table .most-popular h3 {
            color: #fff;
            padding-top: 30px;
            text-shadow: 0 1px #555
        }

    .pricing-table .plan-ribbon-wrapper {
        height: 88px;
        overflow: hidden;
        position: absolute;
        right: -5px;
        top: -5px;
        width: 85px
    }

    .pricing-table .plan-ribbon {
        transform: rotate(45deg);
        background-image: -webkit-linear-gradient(top,#bfdc7a,#8ebf45);
        background-image: linear-gradient(to bottom,#bfdc7a,#8ebf45);
        background-color: #bfdc7a;
        box-shadow: 0 0 3px rgba(0,0,0,.3);
        color: #333;
        font-size: 14px;
        left: -5px;
        padding: 7px 0;
        position: relative;
        text-align: center;
        text-shadow: rgba(255,255,255,.5) 0 1px 0;
        top: 15px;
        width: 120px
    }

        .pricing-table .plan-ribbon:after, .pricing-table .plan-ribbon:before {
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            bottom: -3px;
            position: absolute;
            content: ""
        }

        .pricing-table .plan-ribbon:before {
            left: 0
        }

        .pricing-table .plan-ribbon:after {
            right: 0
        }

    .pricing-table .plan {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        color: #333;
        margin-bottom: 35px;
        margin-right: -31px;
        padding: 20px;
        position: relative;
        text-shadow: 0 1px rgba(255,255,255,.8)
    }

    .pricing-table .btn {
        margin-top: 5px
    }

.boxed .pricing-table {
    margin-left: -31px
}

    .boxed .pricing-table .plan, .boxed .pricing-table h3 {
        border-radius: 0
    }

.featured-box {
    background: 0 0;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 20px auto
}

.featured-boxes .featured-box.info-content, .featured-boxes.cart .featured-box, .featured-boxes.login .featured-box {
    text-align: left
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -.7px;
    margin-top: 5px;
    text-transform: uppercase
}

.featured-box .box-content {
    border-top: 3px solid #33b8ff;
    border-top-width: 4px;
    padding: 30px 30px 10px
}

.featured-box .learn-more {
    display: block;
    margin-top: 10px
}

.featured-boxes .featured-box {
    margin-bottom: 30px;
    margin-top: 45px
}

.featured-box-primary i.icon-featured {
    background-color: #e36159
}

.featured-box-primary h4 {
    color: #e36159
}

.featured-box-primary .box-content {
    border-top-color: #e36159
}

.featured-box-tertiary i.icon-featured {
    background-color: #2baab1
}

.featured-box-tertiary h4 {
    color: #2baab1
}

.featured-box-tertiary .box-content {
    border-top-color: #2baab1
}

.featured-box-quartenary i.icon-featured {
    background-color: #734ba9
}

.featured-box-quartenary h4 {
    color: #734ba9
}

.featured-box-quartenary .box-content {
    border-top-color: #734ba9
}

.featured-boxes.login {
    margin-top: -30px
}

.featured-boxes .featured-box-cart {
    margin-top: 0
}

.feature-box {
    background: #fff;
    border: 1px solid #ccc;
    min-height: 200px;
    margin: 2% auto;
    padding: 2em 1em 1em;
    vertical-align: top;
    width: 90%
}

    .feature-box .feature-box-info {
        padding: 1em
    }

.feature-box-container {
    display: flex;
    flex-flow: row wrap
}

.feature-box .feature-box-icon {
    background: #ccc;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px
}

    .feature-box .feature-box-icon .fa {
        font-size: 40px
    }

.feature-box.secundary h4 {
    color: #121214
}

.feature-box.secundary .feature-box-icon {
    background: 0 0;
    width: 50px;
    height: 50px
}

    .feature-box.secundary .feature-box-icon i.icon {
        font-size: 28px
    }

.feature-box.secundary .feature-box-info {
    padding-left: 60px
}

.icon-featured {
    border-radius: 100%;
    color: #fff;
    font-size: 40px;
    line-height: 110px;
    margin: 25px 0;
    display: inline-block;
    padding: 0;
    width: 110px;
    height: 110px
}

.thumb-info {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%
}

    .thumb-info:hover .thumb-info-action-icon {
        right: 0;
        top: 0
    }

    .thumb-info:hover .thumb-info-action {
        opacity: 1
    }

    .thumb-info:hover .thumb-info-title {
        background: #000
    }

    .thumb-info .thumb-info-action-icon {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        background: #ccc;
        border-radius: 0 0 0 25px;
        display: inline-block;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        position: absolute;
        right: -100px;
        text-align: center;
        top: -100px;
        width: 50px
    }

        .thumb-info .thumb-info-action-icon i {
            font-size: 24px;
            left: 3px;
            position: relative;
            top: -4px
        }

    .thumb-info .thumb-info-action, .thumb-info .thumb-info-title {
        background: rgba(36,27,28,.9);
        position: absolute;
        color: #fff;
        left: 0
    }

    .thumb-info .thumb-info-action {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        bottom: 0;
        height: 100%;
        opacity: 0;
        right: 0;
        top: 0;
        width: 100%
    }

    .thumb-info .thumb-info-inner {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        display: block;
        white-space: nowrap
    }

    .thumb-info .thumb-info-title {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        bottom: 10%;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -1px;
        padding: 9px 11px;
        text-shadow: 1px 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        z-index: 1
    }

    .thumb-info .thumb-info-type {
        border-radius: 2px;
        display: inline-block;
        float: left;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        margin: 8px -2px -15px;
        padding: 2px 9px;
        text-transform: none
    }

.counters label, .press-box h4 {
    text-transform: uppercase
}

.thumb-info img {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 3px;
    position: relative
}

.thumb-info:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1)
}

.thumb-info-caption {
    padding: 10px 0
}

    .thumb-info-caption p {
        font-size: .9em;
        line-height: 20px;
        margin: 0 0 8px;
        padding: 10px
    }

.thumb-info-social-icons {
    border-top: 1px dotted #ddd;
    margin: 0;
    padding: 15px 0;
    display: block
}

    .thumb-info-social-icons a {
        background: #ccc;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px
    }

        .thumb-info-social-icons a span {
            display: none
        }

        .thumb-info-social-icons a i {
            color: #fff;
            font-size: .9em;
            font-weight: 400
        }

.thumb-info.secundary .thumb-info-title {
    background: 0 0;
    bottom: auto;
    left: 0;
    right: 0;
    top: 35%;
    text-align: center;
    opacity: 0
}

.thumb-info.secundary .thumb-info-type {
    float: none
}

.thumb-info.secundary:hover .thumb-info-title {
    top: 42%;
    opacity: 1
}

.portfolio-title .icon-angle-right, .portfolio-title .portfolio-nav {
    text-align: right
}

.thumb-info {
    float: left;
    margin-bottom: -5px
}

.portfolio-title {
    margin-bottom: -10px
}

    .portfolio-title a {
        display: inline-block
    }

    .portfolio-title .icon {
        font-size: 2.5em
    }

    .portfolio-title .portfolio-nav, .portfolio-title .portfolio-nav-all {
        margin-top: 11px
    }

        .portfolio-title .portfolio-nav a {
            width: 40%
        }

        .portfolio-title .portfolio-nav-all .icon {
            font-size: 2.7em
        }

    .portfolio-title .portfolio-nav-prev {
        text-align: left
    }

.portfolio-info {
    margin: 2px 0 10px;
    float: right
}

    .portfolio-info ul {
        list-style: none;
        padding: 0;
        margin: 0
    }

        .portfolio-info ul li {
            display: inline-block;
            border-right: 1px solid #e6e6e6;
            color: #b1b1b1;
            padding-right: 8px;
            margin-right: 8px;
            font-size: .9em
        }

            .portfolio-info ul li:last-child {
                border-right: 0;
                padding-right: 0;
                margin-right: 0
            }

            .portfolio-info ul li a {
                color: #b1b1b1
            }

                .portfolio-info ul li a:hover .icon-heart {
                    color: #e53f51
                }

            .portfolio-info ul li .icon {
                margin-right: 4px
            }

ul.portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul.portfolio-list .portfolio-item {
        margin-bottom: 35px
    }

ul.portfolio-details {
    list-style: none;
    padding: 0;
    margin: 45px 0 0 5px;
    font-size: .9em
}

    ul.portfolio-details li {
        padding: 0;
        margin: 0 0 20px
    }

    ul.portfolio-details p {
        padding: 0;
        margin: 0
    }

    ul.portfolio-details blockquote {
        padding: 0 0 0 10px;
        margin: 15px 0 0;
        color: #999
    }

    ul.portfolio-details ul.list-skills li {
        margin-right: 10px;
        margin-bottom: 5px
    }

blockquote.testimonial {
    background: #383838;
    border-radius: 10px;
    border: 0;
    color: #666;
    font-family: Georgia,serif;
    font-style: italic;
    margin: 0;
    padding: 10px 50px;
    position: relative
}

    blockquote.testimonial:after, blockquote.testimonial:before {
        font-size: 80px;
        line-height: 1;
        position: absolute;
        color: #fff;
        font-style: normal
    }

    blockquote.testimonial:before {
        left: 10px;
        top: 0;
        content: "\201C"
    }

    blockquote.testimonial:after {
        bottom: -.5em;
        content: "\201D";
        right: 10px
    }

    blockquote.testimonial p {
        color: #fff;
        font-family: Georgia,serif;
        font-style: italic;
        font-size: 1.2em;
        line-height: 1.3
    }

.testimonial-arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ccc;
    height: 0;
    margin: 0 0 0 25px;
    width: 0
}

.testimonial-author {
    margin: 8px 0 0 8px
}

    .testimonial-author .img-thumbnail {
        float: left;
        margin-right: 10px
    }

        .testimonial-author .img-thumbnail img {
            max-width: 60px
        }

    .testimonial-author strong {
        color: #111;
        display: block;
        padding-top: 7px
    }

    .testimonial-author span {
        color: #666;
        display: block;
        font-size: 12px
    }

    .testimonial-author p {
        margin: 0 0 0 25px;
        text-align: left
    }

ul.social-icons li, ul.social-icons li a:active, ul.social-icons li:active {
    border-radius: 100%
}

ul.social-icons {
    margin: 0;
    padding: 0;
    width: auto
}

    ul.social-icons li {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        background-image: url(//www.logicalposition.com/assets/../img/social-sprites.png);
        background-repeat: no-repeat;
        background-position: 0 100px;
        display: inline-block;
        margin: -1px 1px 5px 0;
        padding: 0;
        overflow: visible;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.3)
    }

        ul.social-icons li a {
            display: block;
            height: 30px;
            width: 30px;
            text-align: center
        }

            ul.social-icons li a i[class^=icon-] {
                color: #444;
                font-style: 16px;
                position: relative;
                top: 3px
            }

            ul.social-icons li a:active {
                box-shadow: inset 0 0 10px rgba(0,0,0,.3),inset 0 0 10px rgba(0,0,0,.3)
            }

        ul.social-icons li.digg {
            background-position: 0 0
        }

            ul.social-icons li.digg:hover {
                background-position: 0 -30px
            }

        ul.social-icons li.dribbble {
            background-position: 0 -60px
        }

            ul.social-icons li.dribbble:hover {
                background-position: 0 -90px
            }

        ul.social-icons li.facebook {
            background-position: 0 -120px
        }

            ul.social-icons li.facebook:hover {
                background-position: 0 -150px
            }

        ul.social-icons li.flickr {
            background-position: 0 -180px
        }

            ul.social-icons li.flickr:hover {
                background-position: 0 -210px
            }

        ul.social-icons li.forrst {
            background-position: 0 -240px
        }

            ul.social-icons li.forrst:hover {
                background-position: 0 -270px
            }

        ul.social-icons li.googleplus {
            background-position: 0 -300px
        }

            ul.social-icons li.googleplus:hover {
                background-position: 0 -330px
            }

        ul.social-icons li.html5 {
            background-position: 0 -360px
        }

            ul.social-icons li.html5:hover {
                background-position: 0 -390px
            }

        ul.social-icons li.icloud {
            background-position: 0 -420px
        }

            ul.social-icons li.icloud:hover {
                background-position: 0 -450px
            }

        ul.social-icons li.lastfm {
            background-position: 0 -480px
        }

            ul.social-icons li.lastfm:hover {
                background-position: 0 -510px
            }

        ul.social-icons li.linkedin {
            background-position: 0 -540px
        }

            ul.social-icons li.linkedin:hover {
                background-position: 0 -570px
            }

        ul.social-icons li.myspace {
            background-position: 0 -600px
        }

            ul.social-icons li.myspace:hover {
                background-position: 0 -630px
            }

        ul.social-icons li.paypal {
            background-position: 0 -660px
        }

            ul.social-icons li.paypal:hover {
                background-position: 0 -690px
            }

        ul.social-icons li.picasa {
            background-position: 0 -720px
        }

            ul.social-icons li.picasa:hover {
                background-position: 0 -750px
            }

        ul.social-icons li.pinterest {
            background-position: 0 -780px
        }

            ul.social-icons li.pinterest:hover {
                background-position: 0 -810px
            }

        ul.social-icons li.reddit {
            background-position: 0 -840px
        }

            ul.social-icons li.reddit:hover {
                background-position: 0 -870px
            }

        ul.social-icons li.rss {
            background-position: 0 -900px
        }

            ul.social-icons li.rss:hover {
                background-position: 0 -930px
            }

        ul.social-icons li.skype {
            background-position: 0 -960px
        }

            ul.social-icons li.skype:hover {
                background-position: 0 -990px
            }

        ul.social-icons li.stumbleupon {
            background-position: 0 -1020px
        }

            ul.social-icons li.stumbleupon:hover {
                background-position: 0 -1050px
            }

        ul.social-icons li.tumblr {
            background-position: 0 -1080px
        }

            ul.social-icons li.tumblr:hover {
                background-position: 0 -1110px
            }

        ul.social-icons li.twitter {
            background-position: 0 -1140px
        }

            ul.social-icons li.twitter:hover {
                background-position: 0 -1170px
            }

        ul.social-icons li.vimeo {
            background-position: 0 -1200px
        }

            ul.social-icons li.vimeo:hover {
                background-position: 0 -1230px
            }

        ul.social-icons li.wordpress {
            background-position: 0 -1260px
        }

            ul.social-icons li.wordpress:hover {
                background-position: 0 -1290px
            }

        ul.social-icons li.yahoo {
            background-position: 0 -1320px
        }

            ul.social-icons li.yahoo:hover {
                background-position: 0 -1350px
            }

        ul.social-icons li.youtube {
            background-position: 0 -1380px
        }

            ul.social-icons li.youtube:hover {
                background-position: 0 -1410px
            }

        ul.social-icons li.github {
            background-position: 0 -1440px
        }

            ul.social-icons li.github:hover {
                background-position: 0 -1470px
            }

        ul.social-icons li.behance {
            background-position: 0 -1500px
        }

            ul.social-icons li.behance:hover {
                background-position: 0 -1530px
            }

        ul.social-icons li.yelp {
            background-position: 0 -1560px
        }

            ul.social-icons li.yelp:hover {
                background-position: 0 -1590px
            }

        ul.social-icons li.mail {
            background-position: 0 -1620px
        }

            ul.social-icons li.mail:hover {
                background-position: 0 -1650px
            }

        ul.social-icons li.instagram {
            background-position: 0 -1680px
        }

            ul.social-icons li.instagram:hover {
                background-position: 0 -1710px
            }

        ul.social-icons li.foursquare {
            background-position: 0 -1740px
        }

            ul.social-icons li.foursquare:hover {
                background-position: 0 -1770px
            }

        ul.social-icons li.zerply {
            background-position: 0 -1800px
        }

            ul.social-icons li.zerply:hover {
                background-position: 0 -1830px
            }

        ul.social-icons li.vk {
            background-position: 0 -1860px
        }

            ul.social-icons li.vk:hover {
                background-position: 0 -1890px
            }

.arrow {
    background: url(//www.logicalposition.com/assets/../img/arrows.png) no-repeat;
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative
}

    .arrow.vbl, .arrow.vbr, .arrow.vtl, .arrow.vtr {
        width: 47px;
        height: 96px
    }

    .arrow.vtl {
        background-position: 0 0
    }

    .arrow.vtr {
        background-position: -101px 0
    }

    .arrow.vbl {
        background-position: 0 -144px
    }

    .arrow.vbr {
        background-position: -101px -144px
    }

    .arrow.hlb, .arrow.hlt, .arrow.hrb, .arrow.hrt {
        width: 120px;
        height: 47px
    }

    .arrow.hlt {
        background-position: -209px 0
    }

    .arrow.hlb {
        background-position: -209px -101px
    }

    .arrow.hrt {
        background-position: -353px 0
    }

    .arrow.hrb {
        background-position: -353px -101px
    }

.circular-bar {
    margin-bottom: 25px;
    min-height: 210px
}

    .circular-bar strong {
        display: block;
        font-weight: 600;
        font-size: 22px;
        line-height: 30px
    }

    .circular-bar label {
        display: block;
        font-weight: 100;
        font-size: 17px;
        line-height: 20px
    }

.circular-bar-content {
    margin-bottom: 70px;
    margin-top: -125px;
    text-align: center
}

.progress {
    border-radius: 25px;
    height: 20px;
    background: #fafafa;
    box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
    overflow: visible
}

.progress-bar {
    box-shadow: none;
    position: relative;
    border-radius: 0
}

.progress-bar-tooltip {
    padding: 4px 8px;
    background-color: #333;
    color: #fff;
    line-height: 15px;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -28px;
    right: 5px;
    border-radius: 3px;
    opacity: 0
}

    .progress-bar-tooltip:after {
        border-color: #333 transparent;
        border-style: solid;
        border-width: 5px 5px 0;
        bottom: -5px;
        content: "";
        display: block;
        left: 13px;
        position: absolute;
        width: 0
    }

.counters strong {
    color: #4cc7b2;
    display: block;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px
}

.counters label {
    display: block;
    font-weight: 100;
    font-size: 20px;
    line-height: 20px
}

.word-rotate {
    width: 100px;
    height: 0;
    margin-bottom: -7px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    position: relative
}

    .word-rotate.active {
        visibility: visible;
        width: auto
    }

    .word-rotate .word-rotate-items {
        position: relative;
        top: 0;
        width: 100%
    }

        .word-rotate .word-rotate-items span {
            display: block;
            white-space: nowrap
        }

h1 .word-rotate, h2 .word-rotate {
    margin-bottom: -16px
}

h2.word-rotator-title {
    line-height: 54px
}

.scroll-to-top {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: #4285f4;
    border-radius: 100%;
    bottom: 10px;
    color: #fff;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 0 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 49px;
    z-index: 1040;
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23)
}

    .scroll-to-top.visible, .scroll-to-top:hover {
        opacity: 1
    }

ul.team-list {
    list-style: none;
    margin: 0;
    padding: 0
}

    ul.team-list .team-item {
        margin-bottom: 35px
    }

        ul.team-list .team-item .thumb-info-social-icons {
            margin: 0 10px
        }

ul.history {
    margin: 0 0 25px;
    padding: 0;
    list-style: none
}

    ul.history li {
        margin: 25px 0;
        padding: 0;
        clear: both
    }

        ul.history li h4 {
            padding: 0;
            color: #777;
            font-weight: 700
        }

        ul.history li p {
            margin: 0
        }

        ul.history li .thumb {
            background: url(//www.logicalposition.com/assets/../img/history-thumb.png) no-repeat;
            width: 227px;
            height: 160px;
            margin: 0 0 30px;
            padding: 0;
            float: left
        }

            ul.history li .thumb img {
                border-radius: 150px;
                margin: 7px 8px;
                width: 145px;
                height: 145px
            }

        ul.history li .featured-box {
            text-align: left;
            margin-left: 225px;
            margin-bottom: 50px;
            min-height: 115px
        }

@media (max-width:991px) {
    .btn-responsive-nav {
        background: #171717;
        top: 55px;
        display: block;
        position: absolute;
        right: 20px;
        color: #fff
    }

    .portfolio-nav, .portfolio-nav-all, section.video .mejs-container, section.video video {
        display: none
    }

    .btn-responsive-nav:active, .btn-responsive-nav:focus, .btn-responsive-nav:hover {
        color: #ccc
    }

    .thumb-info .thumb-info-title {
        font-size: 14px
    }

    .thumb-info .thumb-info-more {
        font-size: 11px
    }

    .home-concept {
        background: 0 0
    }

        .home-concept .project-image {
            margin: 60px auto 0
        }

        .home-concept .process-image {
            margin-top: 60px
        }

    .parallax, .video {
        background-attachment: scroll !important;
        background-position: center center !important;
        background-size: auto auto !important
    }

    .thumbnail {
        border: 0;
        text-align: center
    }

    ul.sort-destination.isotope {
        overflow: visible !important;
        height: auto !important
    }

        ul.sort-destination.isotope.full-width {
            overflow: hidden !important
        }

    .isotope-item {
        position: static !important;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important
    }

        .isotope-item.col-md-3 {
            max-width: 292px
        }

    .isotope-hidden {
        display: none !important
    }

    ul.team-list .team-item {
        margin: 0 auto 35px;
        max-width: 270px
    }

    .featured-boxes .featured-box {
        max-width: 350px
    }

    .offset-anchor {
        top: 0
    }

    body.boxed .body {
        margin: 0 auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

@media (max-width:479px) {
    .arrow, ul.comments .comment-arrow, ul.comments li .img-thumbnail, ul.history li .thumb {
        display: none
    }

    body {
        font-size: 13px
    }

    .page-top {
        padding: 16px 0
    }

        .page-top h2 {
            line-height: 38px
        }

    .owl-carousel-spaced {
        margin-left: 0
    }

    .isotope-item, .sort-destination {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 240px
    }

    ul.history li .featured-box {
        margin-left: 0
    }

    .sort-destination.full-width .isotope-item {
        position: static !important;
        clear: both;
        float: none;
        width: auto
    }

    .home-concept .project-image {
        background-position: 0 0;
        margin-left: auto;
        max-width: 160px;
        max-height: 220px
    }

    .home-concept .fc-slideshow, .home-concept .fc-slideshow img {
        max-height: 145px;
        max-width: 145px
    }

    .page-not-found {
        margin: 0
    }

        .page-not-found h2 {
            font-size: 100px;
            letter-spacing: 0;
            line-height: 100px
        }
}

@media (max-width:320px) {
    .careerbtn {
        letter-spacing: -1px
    }
}

.alternative-font, .sort-source-wrapper .nav > li.active > a, .sort-source-wrapper .nav > li.active > a:focus, .sort-source-wrapper .nav > li.active > a:hover, p.drop-caps:first-child:first-letter {
    color: #00bf6f
}

.label-primary, p.drop-caps.secundary:first-child:first-letter, ul.nav-pills > li.active > a, ul.nav-pills > li.active > a:focus, ul.nav-pills > li.active > a:hover {
    /*background-color: #00bf6f;*/
}

.progress-bar-primary {
    background-color: #6495ed
}

.progress-bar-success {
    background-color: #00bf6f
}

.modal-content {
    box-shadow: 0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    border: none;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
}

    .modal-content .modal-header {
        background: #fff;
        border-bottom: none;
        padding: 14px
    }

    .modal-content #number_link {
        font-size: 40px;
        font-weight: 700;
        line-height: 50px
    }

    .modal-content .modal-footer {
        border-top: none;
        padding: 24px
    }

        .modal-content .modal-footer button {
            margin: 0;
            padding-left: 16px;
            padding-right: 16px;
            width: auto
        }

            .modal-content .modal-footer button.pull-left {
                padding-left: 5px;
                padding-right: 5px;
                position: relative;
                left: -5px
            }

            .modal-content .modal-footer button + button {
                margin-bottom: 16px
            }

    .modal-content .modal-body + .modal-footer {
        padding-top: 0
    }

.modal-dialog {
    margin: 0 auto;
    width: 600px
}

.modal-content .form-control {
    border: 1px solid #ccc
}

.toggle h5 {
    font-weight: 700;
    margin-bottom: 25px
}

.toggle label {
    border-left-color: #4cc7b2;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    color: #003463;
    margin-top: 25px
}

.toggle.active > label {
    background-color: #4cc7b2;
    border-color: #4cc7b2;
    color: #fff
}

.toggle .bold {
    margin-top: 50px
}

.toggle-content p {
    background: #fff;
    font-size: 14px;
    padding: 10px
}

.feature-box.secundary .feature-box-icon i.fa, .tabs ul.nav-tabs a, .tabs ul.nav-tabs a:hover {
    color: #00bf6f
}

section.page-top.custom-product {
    background-color: #00a660;
    border-top-color: #00b569
}

.feature-box .feature-box-icon, .img-thumbnail .zoom, .inverted, .thumb-info .thumb-info-action-icon, .thumb-info .thumb-info-type, .thumb-info-social-icons a, .thumbnail .zoom, i.icon-featured {
    background-color: #00bf6f
}

.tabs ul.nav-tabs a:focus, .tabs ul.nav-tabs a:hover, .tabs ul.nav-tabs.nav-justified a:focus, .tabs ul.nav-tabs.nav-justified a:hover {
    border-top-color: #00bf6f
}

.tabs ul.nav-tabs li.active a {
    border-top-color: #00bf6f;
    color: #00bf6f !important
}

.featured-box-secundary h4, .panel-group .panel-heading a, .parallax blockquote i.fa-quote-left, section.video blockquote i.fa-quote-left, ul.list.icons li i {
    color: #00bf6f
}

.tabs.tabs-vertical.tabs-left ul.nav-tabs li a:hover, .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a, .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:focus, .tabs.tabs-vertical.tabs-left ul.nav-tabs li.active a:hover {
    border-left-color: #00bf6f
}

.tabs.tabs-vertical.tabs-right ul.nav-tabs li a:hover, .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a, .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:focus, .tabs.tabs-vertical.tabs-right ul.nav-tabs li.active a:hover {
    border-right-color: #00bf6f
}

.panel-group.secundary .panel-heading {
    background-color: #00bf6f !important
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent !important;
    border-color: none
}

.featured-box-secundary i.icon-featured, .pricing-table .most-popular h3 {
    background-color: #00bf6f
}

.testimonial-arrow-down {
    border-top-color: #383838
}

.featured-box-secundary .box-content {
    border-top-color: #00bf6f
}

.pricing-table .most-popular {
    border-color: #00bf6f
}

ul.history li .featured-box .box-content {
    border-top-color: #6495ed;
    background: #fff
}

.home-intro p em {
    color: #00f28d
}

.home-concept strong, .shop .cart-totals tr.total .amount, .shop .star-rating span {
    color: #00bf6f
}

@media (min-width:768px) and (max-width:991) {
    .material-pull-box {
        margin-top: -95px;
        padding: 40px
    }
}

@media (max-width:991px) {
    h2.word-rotator-title {
        line-height: 34px
    }

    h2 .word-rotate {
        margin-bottom: -6px
    }

    .vert-align {
        display: block
    }
}

@media (min-width:600px) {
    .feature-box {
        width: 60%
    }

    #learn .overlay {
        padding: 100px 0
    }
}

@media (min-width:768px) and (max-width:1199px) {
    #footer .badges .space img {
        margin: 12px;
        height: 44px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #footer .badges {
        margin-bottom: 50px
    }
}

@media (min-width:992px) {
    .container-wide {
        width: 100%
    }

    .feature-box-container {
        margin: 0;
        width: 100%
    }

    .material-pull {
        margin-top: -115px;
        z-index: 20
    }

    #learn .p-width {
        margin: 1em auto 4em
    }
}

@media (min-width:1200px) {
    .container-wide {
        width: 100%
    }

    .feature-box {
        width: 48%
    }
}

@media (min-width:1600px) {
    .container-wide {
        width: 1500px
    }
}

@media (min-width:2000px) {
    .container-wide {
        width: 1800px
    }
}

@media (max-width:338px) {
    h2 {
        font-size: 30px;
        margin: 0 0 10px
    }

    #footer .contact-info h4.open {
        font-size: 25px
    }

    #footer img {
        max-width: 250px
    }

    #footer .links p {
        font-size: 14px
    }
}

@media (max-width:350px) {
    #footer .contact-info h4, #footer .contact-info h4 a {
        font-size: 25px
    }
}

@media (max-width:472px) {
    .badges .space img {
        margin: 0 5px
    }
}

@media (max-width:767px) {
    body {
        margin-top: 62px
    }

        body.boxed {
            background: 0 0 !important
        }

    .big {
        font-size: 3.2em;
        line-height: 42px
    }

    .color-overlay {
        padding: 80px 0 150px
    }

    .color-overlay-new {
        padding: 0 0 40px
    }

    .material-pull-box {
        margin-top: -125px;
        padding: 30px
    }

    #sub-menu a.button-menu-style {
        margin: 5px 0;
        padding: 3px 4px;
        font-size: 10px;
        text-align: center
    }

    #footer .badges img {
        margin-bottom: 20px;
        max-height: 45px
    }

    #footer .phone {
        font-size: 20px
    }

    .btn-responsive-nav {
        top: 55px
    }

    .sort-source-wrapper {
        background: #171717;
        clear: both;
        margin-top: -35px
    }

        .sort-source-wrapper .nav {
            margin: 0
        }

    .isotope-item, .sort-destination {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 380px
    }

        .sort-destination.full-width {
            max-width: none;
            top: 0;
            margin-bottom: -30px
        }

            .sort-destination.full-width .isotope-item {
                max-width: none
            }

    .home-intro-compact {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .pricing-table {
        margin-left: 0
    }

        .pricing-table .plan {
            margin-right: 0
        }

    .modal-dialog {
        width: 95%
    }

    .modal-content .modal-body h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0
    }

        .modal-content .modal-body h2.contact {
            font-size: 17px;
            line-height: 20px;
            border-top: 1px solid #333;
            padding-top: 25px;
            margin-top: 25px
        }
}

.print-process img {
    padding-bottom: 15px
}

.print-process .print-icon img {
    margin: 0 auto !important
}

.portfolio-round img {
    box-shadow: 0 2px 15px rgba(0,0,0,.25);
    max-width: 380px
}

.portfolio-round {
    padding: 10px
}

@media (max-width:767px) {
    .portfolio-round img {
        padding: 15px;
        max-width: 300px
    }
}

.press-box {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .2s ease-out;
    border-bottom: 1px solid #e2e2e2
}

@media (max-width:767px) {
    .press-box {
        border-bottom: 5px solid #e2e2e2
    }

    .press-box-first {
        border-top: 5px solid #e2e2e2
    }
}

.press-box a {
    color: #555
}

.press-box i {
    margin-left: 10px
}

.press-box h4, .press-box p {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.press-box:hover h4, .press-box:hover p {
    color: #2196f3
}

.press-box:hover {
    background: #f6f6f6
}

.press-box img {
    height: 53px;
    margin-top: 15px;
    float: right
}

@media (max-width:1200px) {
    .press-box img {
        height: 47px;
        margin-top: 20px
    }
}

@media (max-width:992px) {
    .press-box img {
        float: none;
        height: 35px
    }
}

.press-box i.download {
    margin-left: 0;
    font-size: 50px;
    float: right;
    margin-top: 21px
}

@media (max-width:992px) {
    .press-box i.download {
        float: none
    }
}

.btn .btn-green {
    background-color: #06bb74;
    border-color: #06bb74;
    border-radius: 0;
    color: #fff;
    font-size: 13px
}

    .btn .btn-green:focus, .btn .btn-green:hover {
        background-color: #fff;
        border-color: #06bb74;
        color: #06bb74
    }

h3.newmission {
    color: #121214;
    font-size: 1.8em;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
    text-transform: none
}

.wellmission {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 2em;
    margin-top: 3em
}

    .wellmission i {
        color: #fff !important;
        font-size: 30px !important
    }

.mission p {
    line-height: 28px
}

@media (max-width:767px) {
    .padding {
        padding: 30px 10px
    }

    section.bragging-rights img {
        height: 30px;
        margin: 0 4px
    }
}

@media (min-width:767px) and (max-width:991px) {
    section.bragging-rights img {
        height: 55px;
        margin: 0 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    section.bragging-rights img {
        height: 70px;
        margin: 0 15px
    }
}

@media (max-width:357px) {
    section.bragging-rights img {
        height: 25px;
        margin: 0 4px
    }
}

.smaller-padding {
    padding: 30px 60px 60px !important
}

#lpss-myImg {
    display: block;
    max-width: 75.4%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

.lpss-screenshot {
    margin: 3.4% 12.4% 0
}

.lpss-computer {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/221620/lp-laptop_filled2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top
}

    .lpss-computer .lpss-screenshot-wrapper {
        overflow: hidden;
        margin: 4% 4.1% 0;
        min-height: 270px
    }

    .lpss-computer .lpss-screenshot, .lpss-laptop-computer .lpss-screenshot {
        position: relative;
        z-index: -1;
        transition: all 2s;
        width: 100%
    }

section.careers-benefits .info i, section.page-topper .btn-white, section.page-topper2 .btn-white {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.grecaptcha-badge {
    display: none
}

.lpss-features-computer:hover .lpss-screenshot, .lpss-scrolled {
    transform: translateY(-25%)
}

@media (max-width:767px) {
    .smaller-padding {
        padding: 30px 10px 10px !important
    }

    .underline2 span {
        font-size: 20px
    }
}

h2.sub-title {
    margin: 50px 0 0
}

h2.low-bottom {
    margin-bottom: 10px
}

    h2.low-bottom span {
        font-size: 20px
    }

@media (max-width:991px) {
    section.about p {
        text-align: center
    }

        section.about p.question {
            text-align: left
        }

    section.about h2 {
        text-align: center;
        margin-top: 40px;
        font-size: 32px
    }

    section.about i {
        float: right
    }

    p.mission {
        padding: 0 20px
    }
}

section.adwords-review {
    background: url(/themes/noproot/content/images/material-design-3.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}

    section.adwords-review h2 {
        font-size: 50px;
        color: #fff;
        margin-bottom: 22px;
        line-height: 75px
    }

    section.adwords-review p {
        line-height: 30px !important;
        font-size: 19px !important;
        font-weight: 300 !important;
        color: #fff
    }

    section.adwords-review h4 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase
    }

#teampage p, .subtle {
    font-weight: 300
}

section.adwords-review i {
    font-size: 50px;
    color: #fff
}

section.adwords-review .feature-box .feature-box-icon {
    background: 0 0
}

section.adwords-review .feature-box .feature-box-info {
    padding-left: 80px
}

section.adwords-review img {
    padding-top: 13px
}

@media (max-width:991px) {
    section.adwords-review .feature-box .feature-box-icon, section.adwords-review img.hide1, section.adwords-review img.hide2 {
        display: none
    }

    section.adwords-review img {
        padding: 20px
    }

    section.adwords-review p {
        text-align: center
    }

    section.adwords-review h2 {
        font-size: 49px;
        line-height: 50px;
        text-align: center;
        margin-top: 20px
    }

    section.adwords-review .feature-box .feature-box-info {
        padding-left: 0;
        text-align: center;
        margin-top: 40px
    }
}

section.adwords-form .form-group {
    margin-bottom: 25px;
    padding: 0 10px !important
}

@media(max-width:991px) {
    section.large-bg-1 {
        background: url(/themes/noproot/content/images/large-bg-1-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-2 {
        background: url(/themes/noproot/content/images/large-bg-2-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-3 {
        background: url(/themes/noproot/content/images/large-bg-3-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-4 {
        background: url(/themes/noproot/content/images/large-bg-4-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-5 {
        background: url(/themes/noproot/content/images/large-bg-5-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-6 {
        background: url(/themes/noproot/content/images/large-bg-6-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-7 {
        background: url(/themes/noproot/content/images/large-bg-7-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-8 {
        background: url(/themes/noproot/content/images/large-bg-8-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-9 {
        background: url(/themes/noproot/content/images/large-bg-9-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-10 {
        background: url(/themes/noproot/content/images/large-bg-10-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-11 {
        background: url(/themes/noproot/content/images/large-bg-11-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-12 {
        background: url(/themes/noproot/content/images/large-bg-12-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }

    section.large-bg-13 {
        background: url(/themes/noproot/content/images/large-bg-13-mobile.jpg) !important;
        -webkit-background-size: cover;
        background-size: cover !important
    }
}

section.large-bg-1 {
    background: url(/themes/noproot/content/images/large-bg-1.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-2 {
    background: url(/themes/noproot/content/images/large-bg-2.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-3 {
    background: url(/themes/noproot/content/images/large-bg-3.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-4 {
    background: url(/themes/noproot/content/images/large-bg-4.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-5 {
    background: url(/themes/noproot/content/images/large-bg-5.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-6 {
    background: url(/themes/noproot/content/images/large-bg-6.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-7 {
    background: url(/themes/noproot/content/images/large-bg-7.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-8 {
    background: url(/themes/noproot/content/images/large-bg-8.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-9 {
    background: url(/themes/noproot/content/images/large-bg-9.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-10 {
    background: url(/themes/noproot/content/images/large-bg-10.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-11 {
    background: url(/themes/noproot/content/images/large-bg-11.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-12 {
    background: url(/themes/noproot/content/images/large-bg-12.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.large-bg-13 {
    background: url(/themes/noproot/content/images/large-bg-13.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover
}

section.ppc-page .feature-box .feature-box-icon {
    background: 0 0
}

section.ppc-page .feature-box .feature-box-info {
    padding-left: 80px
}

section.ppc-page img {
    padding-top: 13px
}

    section.ppc-page img.img-responsive {
        margin: 0 auto
    }

@media (min-width:1500px) {
    section.adwords-review img.hide1, section.adwords-review img.hide2, section.ppc-page img.hide1, section.ppc-page img.hide2 {
        display: none
    }
}

@media (max-width:991px) {
    section.ppc-page .feature-box .feature-box-icon, section.ppc-page img.hide1, section.ppc-page img.hide2 {
        display: none
    }

    section.ppc-page img {
        padding: 20px
    }

    section.ppc-page p {
        text-align: center
    }

    section.ppc-page h2 {
        font-size: 49px;
        line-height: 50px;
        text-align: center;
        margin-top: 20px
    }

    section.ppc-page .feature-box .feature-box-info {
        padding-left: 0;
        text-align: center;
        margin-top: 40px
    }
}

@media (min-width:1168px) {
    section.adwords-review img.hide2, section.ppc-page img.hide2 {
        display: none
    }
}

@media (min-width:992px) and (max-width:1050px) {
    section.adwords-review h2, section.ppc-page h2 {
        font-size: 49px;
        line-height: 50px
    }
}

section.ppc-page .item-list-left li .fa, section.ppc-page .item-list-right li .fa {
    top: 15px
}

.ppc-choice a {
    display: inline-block
}

.ppc-choice i {
    margin-right: 7px
}

.ppc-choice .btn img {
    margin-right: 4px;
    height: 16px;
    margin-left: -5px;
    padding-bottom: 2px
}

.modal-choices a {
    display: block;
    font-size: 20px
}

.modal-choices i {
    margin-right: 7px
}

section.mostly-play h4 {
    font-size: 30px;
    color: #121214;
    margin-bottom: 5px
}

section.mostly-play h2 {
    font-size: 46px;
    color: #121214;
    margin-bottom: 8px
}

section.careers-benefits .info h4 {
    font-size: 25px;
    color: #6495ed;
    margin-bottom: 15px
}

section.careers-benefits .info i {
    font-size: 70px;
    color: #666;
    margin-bottom: 20px;
    transition: all .2s ease-out
}

section.careers-benefits .info:hover i {
    color: #6495ed
}

section.services {
    position: relative
}

    section.services .container .service {
        padding: 5px;
        text-align: center
    }

    section.services .container .inside-service {
        height: 250px;
        padding: 10px;
        overflow: hidden
    }

    section.services .service, section.services .service h4, section.services .service i, section.services .service p {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

    section.services .container .seo {
        background: #ab47bc
    }

    section.services .container .ppc {
        background: url(//www.logicalposition.com/assets/../img/ppc-bg.jpg) center center #007dca
    }

    section.services .service:hover .ppc {
        background: #007dca
    }

    section.services .container .web {
        background: #4531a0
    }

    section.services a.block {
        display: block
    }

    section.services i {
        color: #fff;
        line-height: 80px;
        font-size: 100px;
        position: absolute;
        left: 50%;
        margin-left: -50px;
        margin-top: 70px
    }

    section.services .service:hover i {
        opacity: .1;
        transform: scale(1.2);
        -webkit-transform: scale (1.2);
        -moz-transform: scale (1.2);
        -ms-transform: scale (1.2)
    }

    section.services .service p {
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        padding: 0 10px;
        text-align: center;
        overflow: hidden;
        margin-top: 30px
    }

    section.services .service:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    section.services .service button {
        opacity: 0;
        -webkit-transition: opacity .35s,-webkit-transform .35s;
        transition: opacity .35s,transform .35s;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    section.services .service:hover button {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    section.services .service .inside-service h4 {
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 100%
    }

        section.services .service .inside-service h4.ppc-h4 {
            font-size: 30px;
            margin-bottom: 15px
        }

    section.services .service:hover .inside-service h4 {
        -webkit-transform: translate3d(0,15%,0);
        transform: translate3d(0,15%,0);
        opacity: .1
    }

@media (max-width:1199px) {
    section.services .service hr.line {
        display: none
    }
}

@media (max-width:767px) {
    section.services .container .inside-service {
        height: 220px;
        padding: 10px;
        overflow: hidden
    }

    section.services i {
        margin-top: 50px;
        font-size: 80px;
        margin-left: -40px
    }
}

.img-max {
    max-width: 330px;
    margin: auto
}

.basecamp-section .basecamp-background {
    background-color: #6495ed;
    position: relative
}

.basecamp-name .btn {
    display: inline-block
}

.basecamp-name span {
    font-size: 10px
}

.basecamp-name a {
    line-height: 15px
}

#teamMembers {
    display: grid;
    grid-gap: 3%;
    grid-template-columns: repeat(3,1fr);
    padding-top: 70px
}

#locationFilters {
    height: 300px;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    width: 100px
}

@media (min-width 700px) {
    #locationFilters .row {
        width: 200px
    }
}

#locationFilters .nav-pills > li {
    float: none;
    text-align: left;
    margin-left: 10px;
    width: 100px
}

.team-list {
    margin: 0 10px
}

.subtle {
    border-bottom: 2px solid #eee;
    color: #999;
    float: left;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 100px;
    margin-left: 15px;
    padding: 10px 0 5px
}

@media (max-width:500px) {
    #teamMembers {
        display: block;
        grid-gap: 3%;
        grid-template-columns: repeat(1,1fr);
        padding-top: 0
    }

    #locationFilters {
        height: 100px;
        position: sticky;
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -ms-sticky;
        position: -o-sticky;
        top: -40px;
        width: 100%;
        z-index: 1
    }

        #locationFilters .row {
            background: #f5f5f5;
            box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
            padding-bottom: 10px
        }

    #teamMembers .team {
        padding-top: 120px
    }

    .subtle {
        color: #999;
        float: none;
        margin-bottom: 5px;
        margin-top: 74px;
        margin-left: 0;
        padding: 0;
        text-transform: uppercase
    }

    #locationFilters .nav-pills > li {
        display: inline-block;
        float: none;
        margin-left: 0;
        padding: 5px 0;
        width: auto
    }

        #locationFilters .nav-pills > li > a {
            padding: 0 10px
        }
}

section.dashboard-full {
    background: url(/themes/noproot/content/images/material-design-3.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}

    section.dashboard-full .container {
        width: 100%
    }

    section.dashboard-full h2 {
        font-size: 69px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize !important;
        margin-bottom: 22px;
        line-height: 75px
    }

    section.dashboard-full p {
        line-height: 30px !important;
        font-size: 19px !important;
        font-weight: 300 !important;
        color: #fff;
        text-align: left
    }

    section.dashboard-full h4 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase
    }

    section.dashboard-full i {
        font-size: 50px;
        color: #fff
    }

    section.dashboard-full .feature-box .feature-box-icon {
        background: 0 0
    }

    section.dashboard-full .feature-box .feature-box-info {
        padding-left: 80px
    }

    section.dashboard-full img {
        padding-top: 13px
    }

@media (max-width:991px) {
    section.dashboard-full .feature-box .feature-box-icon, section.dashboard-full img.hide1, section.dashboard-full img.hide2 {
        display: none
    }

    section.dashboard-full img.img-responsive {
        padding: 20px;
        max-width: 300px;
        margin: 0 auto
    }

    section.dashboard-full p {
        text-align: center
    }

    section.dashboard-full h2 {
        font-size: 49px;
        line-height: 50px;
        text-align: center;
        margin-top: 20px
    }

    section.dashboard-full .feature-box .feature-box-info {
        padding-left: 0;
        text-align: center;
        margin-top: 40px
    }
}

@media (min-width:1500px) {
    section.dashboard-full img.hide1, section.dashboard-full img.hide2 {
        display: none
    }
}

@media (min-width:1168px) {
    section.dashboard-full img.hide2 {
        display: none
    }
}

@media (min-width:992px) and (max-width:1050px) {
    section.dashboard-full h2 {
        font-size: 49px;
        line-height: 50px
    }
}

@media (max-width:338px) {
    section.dashboard-full h2 {
        font-size: 40px;
        line-height: 39px
    }
}

.item-list-right li {
    padding: 10px 30px 20px 0;
    position: relative;
    text-align: right;
    list-style: none
}

.item-list-left li {
    padding: 10px 0 20px 30px;
    position: relative;
    text-align: left;
    list-style: none
}

.employee-info p, section.reviews h4, section.reviews p, section.team {
    text-align: center
}

.item-list-left h3, .item-list-right h3 {
    margin: 0 0 25px;
    color: #121214
}

.item-list-right .item-list-big li {
    padding: 0 80px 60px 0
}

.item-list-left .item-list-big li {
    padding: 0 0 60px 80px
}

.item-list-big li .icon {
    font-size: 48px
}

.item-list-left li:last-child, .item-list-right li:last-child {
    padding-bottom: 0
}

ul.item-list-big {
    padding: 0
}

.item-pad {
    padding-top: 20px
}

@media (max-width:991px) {
    .item-list-left li .fa, .item-list-right li .fa {
        position: relative;
        margin-bottom: 20px;
        display: block
    }

    .item-list-left li, .item-list-right li {
        text-align: center;
        padding: 0 0 30px
    }

    .item-list-left.item-list-big li, .item-list-right.item-list-big li {
        padding: 0 0 40px
    }

    section.dashboard {
        padding: 40px 0
    }

    section.page-top.custom-product2 h1 {
        margin-top: 0;
        line-height: 40px;
        font-size: 40px
    }

    .pad-left, ul.item-list-left {
        padding-left: 0
    }

    .dashboard-video .video-mobile {
        margin: 0 5px
    }
}

section.dashboard-video {
    background: url(/themes/noproot/content/images/material-design-3.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}

    section.dashboard-video h2 {
        color: #fff
    }

.big-tablet {
    overflow: hidden
}

    .big-tablet .screen {
        margin-bottom: -430px;
        max-width: 100%;
        height: auto
    }

@media (max-width:992px) {
    .big-tablet .screen {
        margin-bottom: 0
    }
}

.screenshots .pad {
    margin: 0 5px
}

.video-shadow {
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23)
}

@media (max-width:767px) {
    section.reviews p.review {
        line-height: 28px;
        margin-bottom: 31px
    }

    section.reviews {
        padding: 20px 0
    }
}

section.reviews p.name, section.reviews p.new-name {
    margin: auto;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative
}

section.reviews p.name {
    font-size: 20px;
    width: 90%;
    letter-spacing: -1.5px;
    line-height: 20px;
    padding-top: 30px
}

    section.reviews p.name span {
        font-weight: 700;
        display: block
    }

section.reviews p.new-name {
    font-size: 14px;
    line-height: 16px;
    padding-top: 12px
}

    section.reviews p.new-name span {
        font-weight: 700;
        display: block
    }

section.reviews2 {
    background: #f6f6f6;
    padding: 30px 0;
    position: relative;
    z-index: 1
}

@media (max-width:767px) {
    section.reviews2 {
        padding: 20px 0
    }
}

section.reviews2 img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.get-started .color-overlay {
    padding: 100px 0 160px
}

.get-started-careers {
    background: url(/themes/noproot/content/images/material-design-2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 0
}

    .get-started-careers p.review {
        font-weight: 100;
        font-size: 40px;
        margin: 50px 0;
        line-height: 57px;
        position: relative;
        color: #fff
    }

    .get-started-careers .color-overlay {
        padding: 100px 0 160px
    }

#footer .locations p {
    font-size: 12px;
    letter-spacing: -.5px;
    line-height: 15px
}

section.sticky-footer {
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: rgba(0,0,0,.8);
    margin: 0 35px 20px 20px;
    border-radius: 10px
}

section.page-topper .btn-white, section.page-topper2 .btn-white {
    transition: all .2s ease-out
}

.blog-card .bottom a, .large-icon i, .leadership .leadership-social i, .measure-up i, .process-box {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

section.sticky-footer.visible {
    opacity: 1
}

section.sticky-footer a {
    color: #fff;
    font-size: 16px
}

section.sticky-footer i {
    margin-right: 3px
}

section.sticky-footer .pad {
    margin: 10px 0
}

@media (max-width:991px) {
    #adwords-audit h1, .why-us p {
        text-align: center
    }

    #footer .footer-copyright {
        padding-bottom: 70px
    }

    .why-us h2 {
        margin-bottom: 0
    }

    .why-us p {
        margin-bottom: 30px
    }

    .why-us img {
        margin: 0 auto;
        width: 100%;
        max-width: 400px
    }
}

.free-review .btn {
    padding: 8px 30px 10px 25px;
    font-size: 20px;
    text-transform: capitalize
}

    .free-review .btn img {
        padding-bottom: 3px;
        margin-right: 4px;
        height: 30px
    }

@media (max-width:767px) {
    .free-review .btn {
        padding: 8px 20px 10px 15px;
        font-size: 16px
    }

        .free-review .btn img {
            padding-bottom: 3px;
            margin-right: 2px;
            height: 24px
        }

    section.page-topper .links {
        font-size: 13px
    }
}

section.page-topper {
    padding: 0;
    position: relative;
    z-index: 1
}

    section.page-topper .btn-white:hover, section.page-topper .departments > a.active {
        background: rgba(255,255,255,.5)
    }

section.page-topper2 {
    padding: 120px 0 150px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff
}

.topper-red {
    background-color: #f44336
}

.topper-orange {
    background-color: #ff5722
}

.topper-blue {
    background-color: #6495ed
}

.topper-green {
    background-color: #00bf6f
}

.topper-pink {
    background-color: #ff4081
}

.topper-purple {
    background-color: #ab47bc
}

.topper-light-blue {
    background-color: #00bcd4
}

.topper-yellow {
    background-color: #ffcd40
}

.topper-dark-purple {
    background-color: #4527a0
}

.topper-deep-orange {
    background-color: #f4511e
}

.topper-amber {
    background-color: #ffb300
}

.topper-kitkat {
    background-image: url(/themes/noproot/content/images/img69.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.topper-dark-grey {
    background-color: #455a64
}

.topper-md-red {
    background-color: #f44336
}

.topper-md-pink {
    background-color: #e91e63
}

.topper-md-purple {
    background-color: #9c27b0
}

.topper-md-deep-purple {
    background-color: #673ab7
}

.topper-md-indigo {
    background-color: #3f51b5
}

.topper-md-blue {
    background-color: #6495ed
}

.topper-md-light-blue {
    background-color: #03a9f4
}

.topper-md-cyan {
    background-color: #00bcd4
}

.topper-md-teal {
    background-color: #009688
}

.topper-md-green {
    background-color: #4caf50
}

.topper-md-light-green {
    background-color: #8bc34a
}

section.page-topper2 h1 {
    color: #fff;
    margin: 0 0 24px;
    text-shadow: 1px 1px 2px #888
}

.business-select .business-select-box:hover i, .process-circle {
    text-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23)
}

section.page-topper2 p {
    color: #fff
}

section.page-topper2 .links {
    color: #ccc;
    line-height: 26px;
    margin: 0 0 20px;
    font-size: 16px
}

    section.page-topper2 .links i {
        margin: 0 10px;
        color: rgba(255,255,255,.8)
    }

section.page-topper2 .btn-white:hover, section.page-topper2 .departments > a.active {
    background: rgba(255,255,255,.5)
}

@media (max-width:767px) {
    section.page-topper2 {
        padding: 50px 0
    }

        section.page-topper2 .departments {
            font-size: 10px
        }

            section.page-topper2 .departments .btn {
                padding: 8px
            }

        section.page-topper2 .links {
            font-size: 13px
        }

    #footer .locations p {
        font-size: 15px;
        line-height: 18px
    }
}

.overline {
    position: relative
}

    .overline:before {
        background-color: #4cc7b2;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        top: -10px;
        width: 50px
    }

.leadership {
    padding-top: 70px;
    padding-bottom: 200px
}

    .leadership > .container {
        border-bottom: 1px solid #ccc
    }

    .leadership > .last {
        border-bottom: none
    }

    .leadership h2 {
        font-size: 50px;
        font-weight: 800;
        line-height: 1em;
        margin-bottom: 20px
    }

    .leadership p {
        margin-bottom: 0
    }

        .leadership p.title {
            color: #999;
            font-size: 20px;
            margin-bottom: 20px;
            text-transform: uppercase
        }

    .leadership img {
        max-height: 500px;
        border-radius: 3px
    }

    .leadership a {
        display: inline-block
    }

    .leadership .leadership-social p {
        margin: 20px 10px 0 0;
        font-weight: 700
    }

    .leadership .leadership-social i {
        font-size: 30px;
        margin: 5px 20px 20px 0;
        transition: all .2s ease-out
    }

@media (max-width:767px) {
    section.leadership .leadership-social, section.leadership a, section.leadership h2, section.leadership p {
        text-align: center
    }

    section.leadership .mobile-pull {
        float: left
    }

    section.leadership a {
        display: block;
        margin-bottom: 35px
    }

    section.leadership img {
        margin-bottom: 20px
    }

    section.leadership .leadership-social a {
        display: inline-block;
        text-align: center;
        margin: 10px 10px 30px
    }

    section.leadership .leadership-social i {
        margin: 0
    }

    section.leadership img.profile {
        margin: 0 auto 20px
    }
}

section.team-quote {
    background: #2979ff;
    padding: 30px
}

.team h4, h4.aces {
    padding-top: 10px
}

section.team-quote .container {
    position: relative
}

    section.team-quote .container:before {
        content: "\f10d";
        font-family: 'Font Awesome 5 Pro';
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        color: rgba(255,255,255,.1);
        font-size: 100px;
        padding-right: .5em;
        position: absolute;
        top: 20px;
        left: 0
    }

.checkbox1:after, .checkbox1:before, .strikeout::after {
    content: ""
}

section.team-quote p {
    color: #fff;
    margin: 0 auto;
    font-family: 'Amatic SC',Arial,cursive;
    font-size: 40px;
    line-height: 35px
}

section.team-quote i {
    font-size: 70px
}

section.team .individual {
    margin-bottom: 30px;
    min-height: 240px;
    position: relative
}

@media (max-width:991px) {
    section.team .individual {
        position: relative !important
    }
}

section.team .individual .employee-badge-box {
    position: relative
}

section.team .individual .employee-badge {
    position: absolute;
    right: -12px;
    bottom: -12px
}

    section.team .individual .employee-badge img {
        height: 50px
    }

@media (max-width:767px) {
    section.team .individual .employee-badge img {
        height: 40px !important
    }

    .team .individual {
        min-height: 161px
    }
}

.team h4 {
    font-family: Muli,Arial,sans-serif;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 4px
}

.team p.title {
    color: #999;
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 15px;
    margin-bottom: 20px;
    text-transform: uppercase
}

@media (min-width:1200px) and (max-width:1443px) {
    .team h4 {
        font-size: 14px
    }

    .team p.title {
        font-size: 10px;
        letter-spacing: 0;
        line-height: 12px
    }
}

.employee-info, .employee-photo {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.employee-photo {
    margin: 0 auto 10px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 250px;
    cursor: default
}

.employee-info {
    position: absolute;
    background: rgba(0,191,111,.8);
    width: inherit;
    height: inherit;
    border-radius: 3px;
    opacity: 0;
    -webkit-transform: scale();
    -moz-transform: scale();
    -ms-transform: scale();
    -o-transform: scale();
    transform: scale();
    -webkit-backface-visibility: hidden;
    top: 0
}

    .employee-info p {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        opacity: 0;
        -webkit-transition: all ease-in-out .2s;
        -moz-transition: all ease-in-out .2s;
        -ms-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 100%
    }

.employee-photo:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.1),0 1px 2px rgba(0,0,0,.1)
}

    .employee-photo:hover .employee-info {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

        .employee-photo:hover .employee-info p {
            opacity: 1
        }

a.meet-hannah {
    text-transform: capitalize;
    font-size: 18px
}

img.meet-hannah {
    margin: 0 auto 30px
}

h1.meet-hannah img {
    width: 200px
}

.meet-hannah1 {
    position: relative
}

ul.aces {
    padding-left: 15px;
    font-size: 17px
}

i.glassdoor {
    color: #fbb047
}

h1.careers span {
    font-size: 25px
}

    h1.careers span a {
        margin-left: 10px
    }

.video-section {
    background-color: #121214;
    background-image: url(/themes/noproot/content/images/homepage.jpg);
    background-position: center
}

    .video-section .buttonBar {
        display: none
    }

.player {
    font-size: 1px
}

.video-section .color-overlay {
    min-height: 300px
}

@media (max-width:767px) {
    section.life {
        background-image: url(/themes/noproot/content/images/life-mobile.jpg);
        -webkit-background-size: cover;
        background-size: cover
    }
}

section.cat {
    background: url(/themes/noproot/content/images/cat.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}

    section.cat h2, section.cat p {
        color: #fff
    }

.btn.btn-fab {
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
    margin: 0;
    padding: 15px;
    font-size: 26px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    bottom: -30px;
    right: 38%;
    line-height: 38px
}

    .btn.btn-fab i {
        color: #fff;
        -webkit-transition-duration: .6s;
        -moz-transition-duration: .6s;
        -o-transition-duration: .6s;
        transition-duration: .6s;
        -webkit-transition-property: -webkit-transform;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        transition-property: transform;
        overflow: hidden
    }

    .btn.btn-fab:hover {
        box-shadow: 0 3px 16px rgba(0,0,0,.16),0 3px 16px rgba(0,0,0,.23);
        -webkit-transition: box-shadow .28s cubic-bezier(.4,0,.2,1)
    }

.blog-card, .blog-card .mid img, .flat-pricing-table, .ih-item.square, .process-circle {
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23)
}

.blog-card {
    margin: 0 0 60px;
    border: 0;
    background: #fff
}

    .blog-card .top {
        background-color: #000;
        position: relative;
        overflow: hidden
    }

        .blog-card .top i {
            color: #fff;
            font-size: 50px;
            position: absolute;
            top: 50%;
            margin-top: -20px;
            left: 50%;
            margin-left: -15px;
            opacity: 0;
            -webkit-transition: opacity .35s,-webkit-transform .35s;
            transition: opacity .35s,transform .35s
        }

        .blog-card .top:hover i {
            opacity: 1;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

        .blog-card .top img {
            width: 100%;
            height: 100%;
            -webkit-transition: all .4s linear;
            -moz-transition: all .4s linear;
            -o-transition: all .4s linear;
            transition: all .4s linear
        }

    .blog-card .bottom a, .large-icon i, .measure-up i, .process-box {
        transition: all .2s ease-out
    }

    .blog-card .top:hover img {
        opacity: .4;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    .blog-card > .color-overlay {
        padding: 0;
        background: rgba(0,0,0,.55);
        z-index: 2
    }

    .blog-card h4 {
        color: #121212;
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 18px
    }

    .blog-card .mid {
        padding: 15px 25px;
        border-bottom: solid 1px #ccc;
        position: relative;
        font-size: 12px;
        min-height: 355px
    }

        .blog-card .mid a {
            color: #6495ed
        }

            .blog-card .mid a:hover {
                color: #121217
            }

        .blog-card .mid b {
            margin-left: 2px
        }

        .blog-card .mid i {
            margin-right: 2px
        }

        .blog-card .mid p {
            margin: 15px 0 0;
            font-size: 14px
        }

        .blog-card .mid img {
            border-radius: 100%;
            height: 80px;
            position: absolute;
            right: 5px;
            top: -53px;
            border: 5px solid #fff;
            background: #fff
        }

    .blog-card .bottom {
        padding: 15px 25px;
        text-align: right
    }

        .blog-card .bottom a {
            text-transform: uppercase;
            color: #6495ed;
            font-weight: 700
        }

            .blog-card .bottom a:hover {
                text-decoration: none;
                color: #121217
            }

@media (max-width:480px) {
    .blog-card .mid {
        font-size: 10px
    }
}

.measure-up {
    margin-top: 30px
}

    .measure-up i {
        color: #666;
        font-size: 80px;
        float: left;
        margin: 0 15px
    }

    .measure-up:hover i {
        color: #6495ed
    }

.large-icon i {
    font-size: 100px;
    color: #ccc;
    margin-bottom: 20px
}

.large-icon:hover i {
    color: #09b9ae
}

.process-box {
    cursor: default;
    margin-top: 20px
}

.flat-pricing-table > .top i, .process-circle {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.process-box a:hover {
    color: #fff
}

@media (max-width:991px) {
    .blog-card {
        text-align: center
    }

    .process-mobile-margin {
        margin-top: 50px !important
    }
}

.process-box > .red {
    background: #f44336
}

.process-box:hover > .red {
    background: #c3362c
}

.process-box > .orange {
    background: #ff5722
}

.process-box:hover > .orange {
    background: #d0461b
}

.process-box > .blue {
    background: #6495ed
}

.process-box:hover > .blue {
    background: #3971ce
}

.process-box > .green {
    background: #00bf6f
}

.process-box:hover > .green {
    background: #009456
}

.process-box > .pink {
    background: #ff4081
}

.process-box:hover > .pink {
    background: #e03871
}

.process-box > .purple {
    background: #ab47bc
}

.process-box:hover > .purple {
    background: #8d3b9b
}

.process-box > .light-blue {
    background: #00bcd4
}

.process-box:hover > .light-blue {
    background: #01a3b8
}

.process-box > .yellow {
    background: #ffcd40
}

.process-box:hover > .yellow {
    background: #deb237
}

.process-box > .dark-purple {
    background: #4527a0
}

.process-box:hover > .dark-purple {
    background: #371f80
}

.process-box p {
    font-size: 14px
}

.process-box h4 {
    font-size: 16px;
    color: #777;
    font-weight: 700
}

    .process-box h4 span {
        font-size: 12px
    }

        .process-box h4 span.red {
            color: #f44336
        }

.process-box:hover h4 span.red {
    color: #c3362c
}

.process-box h4 span.orange {
    color: #ff5722
}

.process-box:hover h4 span.orange {
    color: #d0461b
}

.process-box h4 span.blue {
    color: #6495ed
}

.process-box:hover h4 span.blue {
    color: #3971ce
}

.process-box h4 span.green {
    color: #00bf6f
}

.process-box:hover h4 span.green {
    color: #009456
}

.process-box h4 span.pink {
    color: #ff4081
}

.process-box:hover h4 span.pink {
    color: #e03871
}

.process-box h4 span.purple {
    color: #ab47bc
}

.process-box:hover h4 span.purple {
    color: #8d3b9b
}

.process-box h4 span.light-blue {
    color: #00bcd4
}

.process-box:hover h4 span.light-blue {
    color: #01a3b8
}

.process-box h4 span.yellow {
    color: #ffcd40
}

.process-box:hover h4 span.yellow {
    color: #deb237
}

.process-box h4 span.dark-purple {
    color: #4527a0
}

.process-box:hover h4 span.dark-purple {
    color: #371f80
}

.process-circle {
    font-family: Raleway,sans-serif;
    font-weight: 700;
    height: 150px;
    width: 150px;
    font-size: 40px;
    line-height: 150px;
    text-align: center;
    display: block;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    transition: all .2s ease-out;
    color: #fff;
    margin: 15px auto 30px;
    position: relative
}

.ih-item, .ih-item.square.effect13 .img {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out
}

@media (max-width:767px) {
    .process-circle {
        height: 110px;
        width: 110px;
        font-size: 29px;
        line-height: 110px;
        margin-top: 50px
    }
}

.process-box:active .process-circle, .process-box:focus .process-circle, .process-box:hover .process-circle {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.fprocess-box:focus:before .process-circle, .process-box:active:before .process-circle, .process-box:hover:before .process-circle {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.process-arrow {
    color: #777;
    position: absolute;
    top: 55px;
    right: -42px;
    font-size: 80px
}

@media (max-width:991px) {
    .process-arrow {
        display: none
    }

    .process-box {
        padding-bottom: 20px
    }
}

.owl-carousel:hover {
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.post-content h4 {
    margin: 10px 0 5px;
    font-weight: 600
}

.ih-item {
    position: relative;
    transition: all .35s ease-in-out;
    margin-right: 20px
}

    .ih-item a {
        color: #333
    }

        .ih-item a:hover {
            text-decoration: none
        }

    .ih-item img {
        width: 100%;
        height: 100%;
        max-width: 300px
    }

    .ih-item.square {
        position: relative;
        max-width: 300px
    }

        .ih-item.square .info {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden
        }

        .ih-item.square.effect13 {
            overflow: hidden
        }

            .ih-item.square.effect13 .img {
                transition: all .35s ease-in-out;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                transform: scale(1)
            }

            .ih-item.square.effect13 .info {
                background: #000;
                background: rgba(0,0,0,.5);
                visibility: hidden;
                opacity: 0;
                pointer-events: none;
                -webkit-transition: all .35s ease-in-out;
                -moz-transition: all .35s ease-in-out;
                transition: all .35s ease-in-out
            }

                .ih-item.square.effect13 .info h3 {
                    text-transform: uppercase;
                    color: #fff;
                    font-size: 40px;
                    text-align: center;
                    padding: 10px;
                    margin: 50% 0 0
                }

            .ih-item.square.effect13 a:hover .img {
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
                transform: scale(1.1)
            }

            .ih-item.square.effect13 a:hover .info {
                visibility: visible;
                opacity: 1
            }

@media (max-width:991px) {
    .ih-item.square {
        margin: 0 auto
    }

        .ih-item.square.effect13 a:hover .img {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1)
        }

        .ih-item.square.effect13 .info {
            display: none
        }
}

ul.left-icons {
    list-style: none;
    padding-left: 0
}

    ul.left-icons i {
        margin-right: 5px
    }

.blinking-cursor {
    font-weight: 100;
    font-size: 46px;
    color: #fff;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite
}

@keyframes blink {
    from,to {
        color: transparent
    }

    50% {
        color: #fff
    }
}

@-moz-keyframes blink {
    from,to {
        color: transparent
    }

    50% {
        color: #fff
    }
}

@-webkit-keyframes blink {
    from,to {
        color: transparent
    }

    50% {
        color: #fff
    }
}

@-ms-keyframes blink {
    from,to {
        color: transparent
    }

    50% {
        color: #fff
    }
}

@-o-keyframes blink {
    from,to {
        color: transparent
    }

    50% {
        color: #fff
    }
}

.flat-pricing-table {
    text-align: center;
    padding: 0;
    background: #fff;
    margin-bottom: 20px;
    cursor: default
}

.highlight-package {
    box-shadow: 0 2px 6px rgba(0,0,0,.26),0 12px 20px rgba(0,0,0,.43);
    margin-top: -25px
}

@media (max-width:991px) {
    .highlight-package {
        box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
        margin-top: 0
    }
}

.highlight-package h3 {
    color: #00bf6f !important;
    font-family: Muli,sans-serif !important
}

.highlight-package > .features ul {
    margin-top: 0 !important
}

.flat-pricing-table > .top {
    padding: 20px
}

    .flat-pricing-table > .top h3 {
        color: #003463;
        margin: 24px 0 0;
        font-size: 33px;
        text-transform: capitalize
    }

        .flat-pricing-table > .top h3 span {
            font-size: 14px;
            color: #555
        }

    .flat-pricing-table > .top i {
        font-size: 100px;
        transition: all .2s ease-out
    }

.case-studies .case-studies-box, a.error-links {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.flat-pricing-table:hover > .top i {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.flat-pricing-table .top i.grey {
    color: #777 !important
}

.flat-pricing-table .top i.green {
    color: #00bf6f !important
}

.flat-pricing-table .top i.blue {
    color: #6495ed !important
}

.flat-pricing-table .top i.purple {
    color: #ab47bc !important
}

.flat-pricing-table .top i.dark-purple {
    color: #4531a0 !important
}

.flat-pricing-table .top i.orange {
    color: #ff5722 !important
}

.flat-pricing-table .top i.pink {
    color: #ff4081 !important
}

.flat-pricing-table > .grey {
    background: #777 !important;
    padding: 20px
}

.flat-pricing-table > .green {
    background: #00bf6f !important;
    padding: 20px
}

.flat-pricing-table > .blue {
    background: #6495ed !important;
    padding: 20px
}

.flat-pricing-table > .purple {
    background: #ab47bc !important;
    padding: 20px
}

.flat-pricing-table > .dark-purple {
    background: #4531a0 !important;
    padding: 20px
}

.flat-pricing-table > .orange {
    background: #ff5722 !important;
    padding: 20px
}

.flat-pricing-table > .pink {
    background: #ff4081 !important;
    padding: 20px
}

.flat-pricing-table > .price h3 {
    color: #fff;
    font-size: 60px;
    margin: 15px 0 20px;
    text-transform: none;
    letter-spacing: -2px
}

    .flat-pricing-table > .price h3.small {
        font-size: 30px;
        line-height: 30px;
        margin: 15px 0 0
    }

.flat-pricing-table > .price p {
    color: #fff;
    font-size: 14px;
    margin: 0
}

.flat-pricing-table > .price a {
    color: #fff;
    float: right;
    font-size: 15px
}

.flat-pricing-table > .features {
    padding: 0 20px
}

@media (min-width:992px) and (max-width:1199px) {
    .flat-pricing-table > .top {
        padding: 20px 10px
    }

        .flat-pricing-table > .top h3 {
            font-size: 25px
        }

            .flat-pricing-table > .top h3 span {
                line-height: 1px
            }

    .flat-pricing-table > .price h3 {
        font-size: 40px
    }

    .flat-pricing-table > .price {
        padding: 10px !important
    }

    .flat-pricing-table > .features, .flat-pricing-table > .features a {
        font-size: 11px !important
    }

    .flat-pricing-table > .features {
        padding: 20px 10px
    }

    .flat-pricing-table li.no-show, .flat-pricing-table > .promo > .thumb-right, .flat-pricing-table > .promo > .thumb=left {
        display: none
    }
}

@media (min-width:992px) and (max-width:1340px) {
    #pricing .col-md-2 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1200px) and (max-width:1450px) {
    .flat-pricing-table > .top h3 {
        font-size: 25px
    }

    .flat-pricing-table > .price h3 {
        font-size: 50px
    }
}

@media (min-width:1200px) and (max-width:1617px) {
    .flat-pricing-table > .seo-font, .flat-pricing-table > .seo-font a {
        font-size: 11px !important
    }
}

.flat-pricing-table > .features a {
    float: right;
    color: #6495ed;
    font-size: 15px
}

    .flat-pricing-table > .features a span.price {
        color: #6495ed;
        font-size: 20px;
        margin-right: 5px;
        font-weight: 700
    }

    .flat-pricing-table > .features a span.line {
        text-decoration: line-through;
        font-size: 20px;
        color: #f44336
    }

.flat-pricing-table > .features i {
    margin-left: 5px;
    color: #a9a9a9
}

.flat-pricing-table > .features b.grey {
    color: #777
}

.flat-pricing-table > .features b.new-price {
    font-size: 18px;
    color: #777
}

.flat-pricing-table > .features ul {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    border-bottom: 1px solid #ddd
}

.flat-pricing-table > .features li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    letter-spacing: -.5px;
    line-height: 24px;
    color: #777;
    text-align: left
}

    .flat-pricing-table > .features li.divider {
        border-top: 0;
        color: #003463;
        font-weight: 700;
        margin-top: 40px;
        text-align: center
    }

.flat-pricing-table li.setup {
    height: 92px;
    position: relative
}

    .flat-pricing-table li.setup span.left {
        position: absolute;
        top: 33px;
        left: 0;
        text-align: left
    }

    .flat-pricing-table li.setup span.old-price {
        font-size: 20px;
        color: #6495ed;
        position: absolute;
        top: 10px;
        right: 0;
        text-align: right
    }

.strikeout {
    position: relative
}

    .strikeout::after {
        border-bottom: 2px solid #f44336;
        left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: rotate(10deg);
        -ms-transform-origin: 0 20%;
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }

.flat-pricing-table li.setup span.new-price {
    color: #00bf6f;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 36px;
    right: 0;
    text-align: right
}

.flat-pricing-table li.setup span.agreement {
    position: absolute;
    font-size: 10px;
    top: 64px;
    right: 0;
    text-align: right;
    width: 125px;
    line-height: 11px
}

.flat-pricing-table span.asterisk {
    float: none;
    font-size: 12px;
    bottom: 39px;
    left: 66px;
    position: absolute
}

.flat-pricing-table > .promo {
    background: #00bf6f;
    padding: 10px 0;
    border: 2px solid #00884f;
    position: relative
}

    .flat-pricing-table > .promo > .thumb-left {
        position: absolute;
        left: 10px;
        top: 15px
    }

    .flat-pricing-table > .promo > .thumb-right {
        position: absolute;
        right: 10px;
        top: 15px
    }

section.career-paths .individual-box .mid:before, section.individual-review .review-box .mid:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 400;
    top: 50px
}

.flat-pricing-table > .promo > .thumb-left i, .flat-pricing-table > .promo > .thumb-right i {
    color: #fff;
    font-size: 25px
}

.flat-pricing-table > .promo > p.top {
    color: #fff;
    line-height: 20px;
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: -1px
}

.flat-pricing-table > .promo > p.bottom {
    color: #fff;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 3px;
    line-height: 15px
}

    .flat-pricing-table > .promo > p.bottom a {
        color: #fff
    }

.flat-pricing-table > .button {
    padding: 40px 0
}

section.contact-us {
    margin-bottom: -100px
}

    section.contact-us .contact-us-col {
        position: relative
    }

    section.contact-us .left {
        padding-right: 60px !important
    }

    section.contact-us .right {
        padding-left: 60px !important;
        border-left: 1px solid #ccc
    }

    section.contact-us .contact-info {
        margin-bottom: 30px
    }

    section.contact-us .contact-us-col i.lead {
        left: 0;
        font-size: 30px;
        position: absolute;
        line-height: 45px
    }

@media (max-width:767px) {
    section.contact-us .contact-us-col i.lead {
        display: block;
        position: relative;
        margin-left: 0;
        line-height: 20px
    }
}

section.contact-us p {
    margin: 0;
    font-size: 14px
}

section.contact-us h2 {
    font-size: 30px;
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px
}

section.contact-us h4 {
    color: #777;
    margin: 0 0 20px;
    border-bottom: 1px solid #eee
}

section.contact-us a.no-color {
    color: #777
}

@media (min-width:992px) and (max-width:1199px) {
    section.contact-us .contact-us-col {
        height: 679px
    }
}

@media (max-width:991px) {
    section.contact-us .contact-us-col {
        margin-bottom: 40px;
        text-align: center
    }

    section.contact-us a.no-color {
        color: #00bf6f
    }

    section.contact-us .left {
        padding-right: 0 !important
    }

    section.contact-us .right {
        padding-left: 0 !important;
        border-left: none
    }

    section.contact-us h2 {
        border-bottom: 1px solid #ccc
    }
}

@media (max-width:1199px) {
    .map-img img {
        width: 100%;
        text-align: center
    }

    .map-img .container {
        width: 100%;
        padding: 0
    }
}

@media (min-width:1200px) {
    .map-img {
        display: none
    }
}

@media (max-width:767px) {
    .map-img {
        margin-top: 45px;
        padding: 0
    }
}

@media (max-width:768px) and (min-width:1199px) {
    .map-img {
        margin-top: 0;
        padding: 0
    }
}

div.google-map {
    margin: 0
}

section.cities h2 {
    color: #fff;
    font-size: 32px
}

section.cities p {
    color: #fff;
    margin-top: 20px;
    font-size: 12px
}

section.cities a.city-number {
    font-size: 25px
}

section.cities p.hq {
    color: #00bf6f;
    text-transform: uppercase
}

section.cities .portland {
    background: url(//www.logicalposition.com/assets/../img/portland.jpg) center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 284px;
    padding: 40px
}

section.cities .las-vegas {
    background: url(//www.logicalposition.com/assets/../img/las-vegas.jpg) center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 284px;
    padding: 40px
}

section.cities .chicago {
    background: url(//www.logicalposition.com/assets/../img/chicago.jpg) center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 284px;
    padding: 40px
}

section.cities .austin {
    background: url(//www.logicalposition.com/assets/../img/austin.jpg) center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 284px;
    padding: 40px
}

section.cities .charlotte {
    background: url(//www.logicalposition.com/assets/../img/charlotte.jpg) center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 284px;
    padding: 40px
}

section.cities .denver {
    background: url(//www.logicalposition.com/assets/../img/denver.jpg) center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 284px;
    padding: 40px
}

section.cities .phoenix {
    background: url(//www.logicalposition.com/assets/../img/phoenix.jpg) center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 284px;
    padding: 40px
}

section.cities .apply {
    background: center center #000;
    -webkit-background-size: cover;
    background-size: cover;
    height: 284px;
    padding: 40px
}

section.cities .outside-box {
    padding-left: 0;
    padding-right: 0
}

.new-form .form-group-rewrite label {
    font-size: 16px;
    margin-left: 0
}

.new-form .form-group-rewrite .form-control {
    text-align: left;
    opacity: .8
}

.new-form .form-group-rewrite select {
    font-size: 18px !important
}

@media (max-width:1199px) {
    .new-form .form-group-rewrite label {
        font-size: 14px
    }

    .new-form .form-group-rewrite select {
        font-size: 14px !important
    }

    .new-form .form-group-rewrite .margin-bottom-40 {
        margin-bottom: 0
    }
}

.big-thumbs i {
    font-size: 80px;
    color: #fff;
    margin-bottom: 20px
}

a.error-links {
    font-size: 70px;
    color: #666;
    transition: all .2s ease-out
}

    a.error-links:hover, a.error-links:hover p {
        color: #6495ed
    }

    a.error-links p {
        margin-bottom: 50px
    }

.careers-bottom {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .toggle > .toggle-content .btn {
        display: inline-block
    }

    .toggle > label {
        font-size: 12px
    }

    ul.history li .thumb {
        display: none
    }

    ul.history li .featured-box {
        margin-left: 0
    }
}

.featured-box > .results p {
    margin-bottom: 20px
}

.featured-box > .results .icons {
    text-align: right;
    color: #fbb047;
    padding-top: 5px
}

.featured-box > .results a {
    color: #777
}

.featured-box > .results .row {
    height: 50px
}

.radio, section.recent-work ul.nav-pills {
    display: inline-block
}

section.individual-review .review-box {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
    padding: 0;
    margin: 0 0 40px;
    cursor: default
}

    section.individual-review .review-box .top {
        padding: 0;
        margin: 0;
        position: relative;
        height: 200px;
        overflow: hidden;
        background: #000
    }

        section.individual-review .review-box .top img {
            width: 100%;
            opacity: .7;
            -webkit-transition: all 2.2s ease-out;
            -moz-transition: all 2.2s ease-out;
            -o-transition: all 2.2s ease-out;
            transition: all 2.2s ease-out
        }

    section.individual-review .review-box:hover .top img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    section.individual-review .review-box .top h2 {
        position: absolute;
        bottom: 10px;
        left: 20px;
        font-size: 30px;
        color: #fff;
        margin: 0;
        padding: 0;
        font-weight: 400;
        line-height: 30px
    }

    section.individual-review .review-box .industry {
        background: #00bf6f
    }

        section.individual-review .review-box .industry p {
            color: #fff;
            margin: 0 20px;
            padding: 10px 0
        }

    section.individual-review .review-box .mid {
        padding: 20px 20px 0;
        border-bottom: solid 1px #ccc;
        position: relative;
        min-height: 110px
    }

        section.individual-review .review-box .mid:before {
            text-decoration: inherit;
            color: rgba(0,0,0,.1);
            font-size: 100px;
            padding-right: .5em;
            position: absolute;
            left: 10px
        }

        section.individual-review .review-box .mid p {
            font-size: 14px;
            color: #121214
        }

    section.individual-review .review-box .bottom {
        color: #fbb047;
        padding: 10px 20px
    }

.case-studies a, .case-studies a:active, .case-studies a:hover {
    text-decoration: none;
    color: inherit
}

.case-studies .case-studies-box {
    transition: all .2s ease-out;
    margin-bottom: 40px
}

    .case-studies .case-studies-box:hover {
        box-shadow: 0 4px 12px rgba(0,0,0,.16),0 12px 20px rgba(0,0,0,.23)
    }

    .case-studies .case-studies-box .top {
        box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
        padding: 0;
        margin: 0;
        position: relative;
        overflow: hidden
    }

    .case-studies .case-studies-box:hover .top {
        box-shadow: none
    }

section.career-paths .individual-box, section.microsites .microsite-box, section.recent-work .recent-work-box {
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23)
}

.case-studies .case-studies-box .bottom {
    padding: 15px;
    margin: 0;
    position: relative;
    font-size: 16px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

    .case-studies .case-studies-box .bottom i {
        border-radius: 2px;
        margin-right: 5px;
        font-size: 30px
    }

.case-studies .case-studies-box:hover .bottom {
    background: #001324;
    color: #fff
}

.case-studies .case-studies-box .bottom span {
    float: right;
    font-size: 12px;
    padding-top: 4px;
    opacity: 0;
    color: #fff
}

.case-studies .case-studies-box:hover .bottom span {
    opacity: 1
}

section.career-paths .individual-box {
    background: #fff;
    padding: 0;
    margin: 0 0 40px;
    cursor: default
}

    section.career-paths .individual-box .top {
        padding: 0;
        margin: 0;
        position: relative;
        height: 200px;
        overflow: hidden;
        background: #000
    }

        section.career-paths .individual-box .top img {
            width: 100%;
            opacity: .7;
            -webkit-transition: all 2.2s ease-out;
            -moz-transition: all 2.2s ease-out;
            -o-transition: all 2.2s ease-out;
            transition: all 2.2s ease-out
        }

    section.career-paths .individual-box:hover .top img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    section.career-paths .individual-box .top h2 {
        position: absolute;
        bottom: 10px;
        left: 20px;
        font-size: 30px;
        color: #fff;
        margin: 0;
        padding: 0;
        font-weight: 400;
        line-height: 30px
    }

    section.career-paths .individual-box .mid {
        padding: 20px 20px 0;
        border-bottom: solid 1px #ccc;
        position: relative;
        min-height: 110px
    }

        section.career-paths .individual-box .mid:before {
            text-decoration: inherit;
            color: rgba(0,0,0,.1);
            font-size: 100px;
            padding-right: .5em;
            position: absolute;
            left: 10px
        }

#intro a, #intro a:active, #intro a:focus, #intro2 a, #intro2 a:active, #intro2 a:focus, .business-select a, .material-hover-box a, section.material-boxes a:active, section.new-home a {
    text-decoration: none
}

section.career-paths .individual-box .mid p {
    font-size: 14px;
    color: #121214
}

section.career-paths .individual-box .bottom {
    padding: 10px 20px
}

    section.career-paths .individual-box .bottom p {
        font-size: 14px;
        color: #121214;
        margin-bottom: 0
    }

    section.career-paths .individual-box .bottom b {
        color: #6495ed
    }

.get-review p {
    font-size: 20px
}

    .get-review p span {
        color: #6495ed;
        font-weight: 700;
        font-size: 20px;
        margin-right: 10px
    }

@media (max-width:767px) {
    .get-review {
        text-align: center
    }
}

@media (max-width:479px) {
    .get-review p {
        font-size: 16px;
        text-align: left;
        padding-left: 41px;
        text-indent: -33px
    }
}

@media (max-width:320px) {
    .get-review p {
        font-size: 15px;
        text-align: left;
        padding-left: 24px;
        text-indent: -34px
    }
}

.nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, section.recent-work .nav-pills > li.active > a {
    color: #000
}

section.recent-work .recent-work-box {
    background: #fff;
    padding: 0;
    margin: 0 0 40px
}

    section.recent-work .recent-work-box .portfolio {
        padding: 0;
        margin: 0;
        position: relative;
        overflow: hidden;
        background: #000
    }

        section.recent-work .recent-work-box .portfolio img {
            width: 100%;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

        section.recent-work .recent-work-box .portfolio:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            opacity: .3
        }

        section.recent-work .recent-work-box .portfolio .view-work {
            opacity: 0;
            z-index: 99;
            position: absolute;
            top: 50%;
            -webkit-transition: all .2s ease-out;
            -moz-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out;
            text-align: center;
            width: 100%;
            margin-top: -10px
        }

            section.recent-work .recent-work-box .portfolio .view-work p {
                font-family: 'Amatic SC',Arial,cursive;
                font-size: 60px;
                color: #fff;
                width: 100%
            }

        section.recent-work .recent-work-box .portfolio:hover .view-work {
            opacity: 1
        }

    section.recent-work .recent-work-box .client-name {
        background: #6495ed;
        height: 50px;
        position: relative
    }

        section.recent-work .recent-work-box .client-name p.left {
            color: #fff;
            margin: 0;
            font-size: 20px;
            left: 10px;
            top: 12px;
            position: absolute
        }

        section.recent-work .recent-work-box .client-name p.right {
            color: #fff;
            margin: 0;
            right: 10px;
            top: 14px;
            font-size: 12px;
            position: absolute
        }

@media (min-width:992px) and (max-width:1199px) {
    section.recent-work .recent-work-box .client-name p.left {
        font-size: 15px
    }

    section.recent-work .recent-work-box .client-name p.right {
        font-size: 10px;
        top: 10px
    }
}

section.recent-work .recent-work-box .green {
    background: #00bf6f
}

section.recent-work .recent-work-box .blue {
    background: #6495ed
}

section.recent-work .recent-work-box .purple {
    background: #ab47bc
}

section.recent-work .recent-work-box .dark-purple {
    background: #4531a0
}

section.recent-work .recent-work-box .orange {
    background: #ff5722
}

section.recent-work .recent-work-box .pink {
    background: #ff4081
}

@media (max-width:479px) {
    .isotope-item, section.recent-work .sort-destination {
        max-width: 479px
    }

    section.recent-work .nav > li > a {
        padding: 10px
    }
}

.recent-work-page i {
    color: #6495ed;
    font-size: 40px;
    margin-bottom: 10px
}

.recent-work-page h4 {
    color: #555;
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    margin-bottom: 5px
}

.recent-work-page p {
    color: #999
}

.recent-work-page .stat-box {
    position: relative
}

    .recent-work-page .stat-box p.stat {
        font-size: 50px;
        color: #444;
        margin-top: 33px;
        margin-bottom: 0
    }

        .recent-work-page .stat-box p.stat span {
            font-size: 20px;
            color: #777;
            line-height: 60px
        }

    .recent-work-page .stat-box .bg-icon {
        position: absolute;
        z-index: -1;
        top: 0;
        left: 50%;
        margin-left: -55px
    }

        .recent-work-page .stat-box .bg-icon i {
            color: #6495ed;
            font-size: 120px;
            opacity: .15
        }

@media (min-width:992px) and (max-width:1199px) {
    .recent-work-page .stat-box p.stat span {
        font-size: 16px;
        color: #777;
        line-height: 60px
    }
}

section.recent-work-bottom i {
    color: #6495ed;
    margin-right: 5px
}

#livechat-compact-container, #livechat-full {
    right: 10px !important;
    bottom: 0 !important
}

#livechat-eye-catcher {
    right: 18px !important;
    bottom: 84px !important
}

@media (max-width:991px) {
    .recent-work-img {
        margin-bottom: 20px
    }

    .mobile-center, section.recent-work-bottom .screenshots {
        text-align: center
    }
}

@-webkit-keyframes cardEnter {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1)
    }
}

@keyframes cardEnter {
    0%,100%,20%,40%,60%,80% {
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03,1.03,1.03);
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.radio {
    line-height: 42px;
    cursor: pointer;
    margin-top: 0;
    padding-left: 0
}

    .radio:hover .inner {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        opacity: .5
    }

    .radio input {
        width: 1px;
        height: 1px;
        opacity: 0
    }

        .radio input:checked + .outer .inner {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1
        }

        .radio input:checked + .outer {
            border: 3px solid #6495ed
        }

        .radio input:focus + .outer .inner {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            background-color: #6495ed
        }

    .radio .outer {
        width: 20px;
        height: 20px;
        display: block;
        float: left;
        margin: 10px 9px 10px 10px;
        border: 3px solid #777;
        border-radius: 50%;
        background-color: #fff
    }

    .radio .inner {
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        width: 12px;
        height: 12px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        display: block;
        margin: 1px;
        border-radius: 50%;
        background-color: #6495ed;
        opacity: 0
    }

section.microsites .microsite-box {
    background: #fff;
    margin-bottom: 30px
}

.business-select .blue:hover, .business-select .green:hover, .business-select .purple:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,.23),0 6px 18px rgba(0,0,0,.16)
}

section.microsites .microsite-box .top {
    background: #6495ed;
    height: 40px;
    padding: 7px 0 0
}

    section.microsites .microsite-box .top p {
        color: #fff
    }

section.microsites .microsite-box .bottom {
    padding: 0
}

    section.microsites .microsite-box .bottom img {
        width: 100%
    }

.modal-body p.contact-online {
    font-weight: 700;
    padding: 20px 0;
    text-align: center
}

.business-select a {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%
}

.business-select .blue h3, .business-select .blue h3 span, .business-select .blue i {
    color: #6495ed !important
}

.business-select .green h3, .business-select .green h3 span, .business-select .green i {
    color: #00bf6f !important
}

.business-select .purple h3, .business-select .purple h3 span, .business-select .purple i {
    color: #ab47bc !important
}

.business-select .blue {
    border-top: 5px solid #6495ed !important
}

.business-select .green {
    border-top: 5px solid #00bf6f !important
}

.business-select .purple {
    border-top: 5px solid #ab47bc !important
}

.business-select .blue:hover {
    background: #6495ed !important
}

.business-select .green:hover {
    background: #00bf6f !important
}

.business-select .purple:hover {
    background: #ab47bc !important
}

.business-select .business-select-box {
    background: #fff;
    min-height: 260px;
    padding: 20px 25px;
    border: 1px solid #ccc;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

    .business-select .business-select-box:hover h3, .business-select .business-select-box:hover h3 span, .business-select .business-select-box:hover i, .business-select .business-select-box:hover p {
        color: #fff !important
    }

    .business-select .business-select-box p {
        padding-top: 10px;
        margin-bottom: 0;
        border-top: 1px solid #ddd
    }

    .business-select .business-select-box .btn, .business-select .business-select-box:hover .btn {
        border: 1px solid #fff !important
    }

    .business-select .business-select-box i {
        font-size: 60px;
        margin-bottom: 15px;
        color: #777
    }

    .business-select .business-select-box h3 {
        font-family: Raleway,sans-serif;
        color: #777;
        margin-bottom: 10px
    }

        .business-select .business-select-box h3 span {
            font-family: "Open Sans",Arial,sans-serif;
            color: #555;
            font-size: 14px;
            text-transform: none
        }

@media (max-width:767px) {
    .business-select .business-select-box {
        min-height: 0
    }

    .office {
        padding: 5px;
        width: 180px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .business-select .business-select-box {
        min-height: 285px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .business-select .business-select-box {
        min-height: 395px
    }

        .business-select .business-select-box h3 {
            font-size: 20px
        }
}

input.form-control, select.form-control, textarea.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

    input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
        box-shadow: 0 2px 6px rgba(68,200,178,.26),inset 0 2px 6px rgba(68,200,178,.23);
        border: 1px solid #6495ed
    }

.checkbox1 {
    position: relative;
    top: 0;
    margin: 0 16px 0 0 !important;
    cursor: pointer
}

.col-centered, .col-centered-top {
    display: inline-block;
    float: none;
    margin-right: -4px
}

.checkbox1:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 26px;
    height: 26px;
    border: 2px solid #ccc
}

.checkbox1:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 12px;
    border-color: #00bf6f;
    border-top-style: none;
    border-right-style: none
}

.checkbox1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background: #f6f6f6;
    cursor: pointer
}

span.yes {
    bottom: -5px;
    left: 50px;
    position: absolute
}

.col-centered-top {
    vertical-align: top
}

.btn-file {
    position: relative;
    overflow: hidden
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        opacity: 0;
        outline: 0;
        background: #fff;
        cursor: inherit;
        display: block
    }

#intro {
    min-height: 350px;
    overflow: hidden;
    position: relative
}

    #intro .background {
        background: url(/themes/noproot/content/images/homebg.jpg) center center no-repeat #003463;
        background-size: cover;
        min-width: 100%;
        min-height: 100%;
        z-index: -1;
        position: absolute;
        margin: 0;
        top: 0;
        left: 0;
        padding: 0;
        border: 0
    }

    #intro .color-overlay {
        padding: 137px 0;
        background: rgba(0,0,0,.35);
        height: 600px
    }

    #intro .color-overlay2 {
        padding: 180px 0 30px;
        background: linear-gradient(to bottom,rgba(9,173,95,.8),rgba(9,185,174,.5),rgba(0,0,0,.5) 75%);
        background: rgba(0, 0, 0, .35);
    }

@media (max-width:767px) {
    #intro .color-overlay2 {
        padding: 0
    }

    #intro p.top {
        margin-bottom: -8px !important;
        margin-top: 57px !important
    }

    #intro p.bottom {
        margin-bottom: 50px !important;
        margin-top: -5px !important
    }
}

#intro .btn, #intro .btn2 {
    padding: 8px 30px 10px 25px;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff !important;
    display: inline-block
}

#intro .btn {
    border-radius: 4px;
    padding: 15px 40px
}

#intro .btn2 {
    border-radius: 25px;
    background: 0 0 !important;
    border: 1px solid #fff
}

#intro2 .btn, section.new-home .btn {
    text-transform: capitalize;
    border-radius: 4px
}

#typed, #typed-strings {
    font-size: 30px;
    color: #fff;
    font-family: Roboto,sans-serif
}

@media (max-width:767px) {
    #typed, #typed-strings {
        font-size: 22px
    }
}

.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    -ms-animation: blink .7s infinite;
    -o-animation: blink .7s infinite;
    animation: blink .7s infinite;
    font-size: 30px;
    color: #fff
}

50% {
    opacity: 0
}

50% {
    opacity: 0
}

50% {
    opacity: 0
}

50% {
    opacity: 0
}

50% {
    opacity: 0
}

#intro2 .color-overlay, #intro2 .color-overlay2 {
    padding: 137px 0;
    background: rgba(0,0,0,.35);
    height: 600px
}

@media (max-width:767px) {
    #intro2 .color-overlay2 {
        height: 280px;
        padding: 0
    }

    #intro2 p.top {
        margin-bottom: -8px !important;
        margin-top: 57px !important
    }

    #intro2 p.bottom {
        margin-bottom: 50px !important;
        margin-top: -5px !important
    }
}

#intro2 .btn {
    padding: 8px 30px 10px 25px;
    font-size: 18px;
    color: #fff !important;
    display: inline-block
}

#intro2 h1 {
    color: #fff;
    padding: 0;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 70px;
    font-family: 'open sans'
}

#intro2 p {
    color: #fff;
    margin: 21px 0 36px;
    font-size: 25px
}

    #intro2 p.top {
        margin-bottom: 17px;
        margin-top: 60px
    }

    #intro2 p.bottom {
        margin-bottom: 50px
    }

section.below-intro {
    background: #1f1f1f;
    text-align: center;
    padding: 20px 0
}

    section.below-intro h2 {
        color: #fff;
        margin: 0
    }

    section.below-intro p {
        color: #fff;
        font-size: 16px
    }

@media (max-width:991px) {
    section.below-intro2 p {
        margin-bottom: 0
    }

    .form-group-rewrite2 .col-sm-6 {
        margin-bottom: 10px;
        padding: 0 30px
    }

    .form-group-rewrite2 {
        width: 100%;
        margin-left: 0
    }
}

.form-group-rewrite2 :-moz-placeholder {
    color: #000;
    opacity: .5;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.form-group-rewrite2 ::-webkit-input-placeholder {
    color: #000;
    opacity: .5;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.form-group-rewrite2 :-ms-input-placeholder {
    color: #000;
    opacity: .5;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

@media (max-width:767px) {
    #intro h1, #intro p {
        color: #fff;
        margin: 0
    }

    #intro h1 {
        font-weight: 700;
        font-size: 48px;
        line-height: normal
    }

        #intro h1.top {
            padding: 40px 0 0
        }

    #intro p {
        font-size: 15px
    }

    #intro .color-overlay {
        padding: 70px 0;
        background: rgba(0,0,0,.55);
        height: 380px
    }

    section.below-intro h2 {
        color: #fff;
        margin: 0;
        font-size: 22px
    }

    #intro .btn {
        padding: 8px 30px 10px 25px;
        font-size: 15px;
        text-transform: capitalize;
        border-radius: 4px;
        color: #fff !important;
        display: inline-block
    }
}

.bragging-rights2 {
    padding: 30px 0
}

    .bragging-rights2 img {
        height: 80px;
        margin: 10px 34px
    }

    .bragging-rights2 a img {
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

.material-hover-box .top .overlay, .material-hover-box .top i {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out
}

.bragging-rights2 a:hover img {
    mix-blend-mode: normal;
    transform: scale(1.1)
}

@media (max-width:767px) {
    .bragging-rights2 img {
        height: 35px;
        margin: 0
    }

    section.new-home h1, section.new-home p {
        text-align: center
    }
}

@media (min-width:767px) and (max-width:991px) {
    .bragging-rights2 img {
        height: 55px;
        margin: 0 17px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bragging-rights2 img {
        height: 70px;
        margin: 0 25px
    }
}

@media (max-width:370px) {
    .bragging-rights2 img {
        height: 23px;
        margin: 0 4px
    }
}

section.new-home p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 60px
}

section.new-home .btn {
    padding: 8px 30px 10px 25px;
    font-size: 20px;
    color: #fff !important
}

section.new-home .btn-default:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 12px 20px rgba(0,0,0,.23) !important
}

section.new-home .btn img {
    padding-bottom: 3px;
    margin-right: 4px;
    height: 30px
}

section.new-home .img-responsive {
    padding-top: 40px
}

section.new-home .scroll-button {
    position: absolute;
    bottom: -25px;
    right: 10px
}

    section.new-home .scroll-button i {
        border-radius: 100px;
        background: #fff;
        box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
        color: #595959;
        font-size: 30px;
        width: 50px;
        height: 50px;
        padding: 12px 15px;
        -webkit-transition-duration: .1s;
        -moz-transition-duration: .1s;
        -o-transition-duration: .1s;
        transition-duration: .1s
    }

@media (max-width:767px) {
    section.new-home .color-overlay {
        padding: 0
    }

    section.new-home h1 {
        padding-top: 15px;
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px
    }

    section.new-home p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 40px
    }

    section.new-home .btn {
        font-size: 18px;
        text-align: center;
        padding-top: 8px;
        margin-top: 5px;
        display: block
    }

        section.new-home .btn img {
            height: 20px
        }
}

@media (max-width:472px) {
    section.new-home h1 {
        font-size: 35px;
        padding-top: 45px;
        margin-bottom: 30px
    }

    section.new-home .color-overlay {
        background: rgba(0,0,0,.75)
    }

    section.new-home .img-responsive {
        padding-top: 0;
        max-width: 200px;
        margin: 0 auto
    }
}

@media (min-width:473px) and (max-width:573px) {
    section.new-home h1 {
        font-size: 35px;
        padding-top: 45px;
        margin-bottom: 30px
    }
}

@media (min-width:574px) and (max-width:767px) {
    section.new-home h1 {
        font-size: 35px;
        padding-top: 65px;
        margin-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    section.new-home h1 {
        padding-top: 35px
    }

    section.new-home .color-overlay {
        padding: 55px 0
    }

    #intro h1 {
        font-size: 75px;
        margin: 0 0 15px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    section.new-home h1 {
        padding-top: 115px
    }

    section.new-home .img-responsive {
        padding-top: 86px
    }
}

@media (min-width:1200px) and (max-width:1279px) {
    .col-lg-offset-2 {
        margin-left: 8.3%
    }

    .col-lg-3 {
        width: 32%
    }

    section.new-home h1 {
        padding-top: 115px
    }

    section.new-home .img-responsive {
        padding-top: 86px
    }
}

@media (min-width:1200px) and (max-width:1359px) {
    section.new-home h1 {
        font-size: 50px;
        padding-top: 115px
    }

    section.new-home .btn {
        font-size: 18px
    }
}

@media (min-width:1440px) and (max-width:1737px) {
    section.new-home h1 {
        font-size: 49px
    }

    section.new-home .btn {
        font-size: 17px
    }
}

@media (min-width:1280px) and (max-width:1439px) {
    section.new-home h1 {
        padding-top: 75px
    }

    section.new-home .img-responsive {
        padding-top: 86px
    }

    .col-lg-offset-2 {
        margin-left: 8.3%
    }

    .col-lg-3 {
        width: 32%
    }
}

@media (min-width:1440px) and (max-width:1640px) {
    section.new-home h1 {
        padding-top: 80px
    }

    section.new-home .img-responsive {
        padding-top: 76px
    }
}

.material-hover-box .btn {
    color: #fff
}

    .material-hover-box .btn:hover {
        box-shadow: none !important
    }

.material-hover-box a, .material-hover-box a:hover {
    color: inherit
}

.material-hover-box .top .overlay {
    background: #fff;
    transition: all .1s ease-out
}

.material-hover-box:hover .top .overlay {
    background: #4cc7b2
}

.material-hover-box .top i {
    font-size: 100px;
    text-align: center;
    margin-top: 38px;
    transition: all .1s ease-out
}

.material-hover-box .top img {
    text-align: center;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.form-group-rewrite .form-control, section.whats-included .card .bottom a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.material-hover-box:hover .top img {
    margin-top: 0;
    margin-bottom: 10px;
    mix-blend-mode: luminosity
}

@media (min-width:992px) and (max-width:1199px) {
    .material-hover-box .top img {
        margin-top: 5px
    }

    .material-hover-box:hover .top img {
        margin-top: -10px
    }

    .material-hover-box .bottom p {
        font-size: 15px
    }

    .material-hover-box .top i {
        font-size: 90px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .material-hover-box .top img {
        margin-top: 14px;
        width: 100%
    }

    .material-hover-box:hover .top img {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .material-hover-box .top img {
        margin-top: 13px !important;
        margin-bottom: 0 !important;
        padding-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .material-hover-box .bottom p {
        font-size: 18px
    }

    .material-hover-box .top i {
        font-size: 90px;
        margin-top: 33px
    }

    .material-hover-box:hover .top i {
        margin-top: 25px
    }

    .material-hover-box .bottom p.small {
        font-size: 11px
    }

    .material-hover-box .btn {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .material-hover-box {
        margin-bottom: 40px;
        box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23) !important;
        height: 360px
    }

        .material-hover-box .bottom {
            bottom: 0;
            border-top: none;
            padding: 18px 30px 30px
        }

        .material-hover-box .top .green-overlay {
            background: #00bf6f
        }

        .material-hover-box .top .purple-overlay {
            background: #ab47bc
        }

        .material-hover-box .top .blue-overlay {
            background: #6495ed
        }

        .material-hover-box .top .orange-overlay {
            background: #ff5722
        }

        .material-hover-box .top i {
            color: #fff !important;
            margin-top: 20px !important;
            margin-bottom: 20px !important;
            font-size: 75px !important
        }

        .material-hover-box .bottom p {
            font-size: 24px
        }
}

.form-group-rewrite .margin-top-20 {
    margin-top: 20px
}

.form-group-rewrite .form-control {
    border-radius: 2px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    transition: all .2s ease-out;
    font-weight: 100;
    height: 36px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    color: #212121
}

.form-group-rewrite .new-height {
    height: 85px !important
}

#myModal-contactForm {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
    padding: 10px 0 20px
}

#myModalPPC .modal-dialog {
    width: 800px
}

@media (max-width:991px) {
    #myModalPPC .modal-dialog {
        width: 95%
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .form-group-rewrite .form-control {
        font-size: 16px
    }

    #myModalPPC .selection-box .bottom p {
        font-size: 15px
    }

    #myModalPPC .selection-box .top i {
        font-size: 90px
    }
}

@media (min-width:767px) and (max-width:1199px) {
    #myModalPPC .selection-box {
        height: 350px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #myModalPPC .selection-box .bottom p {
        font-size: 18px
    }

    #myModalPPC .selection-box .top i {
        font-size: 90px;
        margin-top: 33px
    }

    #myModalPPC .selection-box .bottom p.small {
        font-size: 11px
    }

    #myModalPPC .selection-box .btn {
        font-size: 12px
    }
}

@media (max-width:767px) {
    #myModalPPC .selection-box {
        margin-bottom: 20px;
        box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23) !important;
        height: 240px;
        margin-top: 0 !important
    }

        #myModalPPC .selection-box .bottom {
            padding: 5px
        }

        #myModalPPC .selection-box .top .green-overlay {
            background: #00bf6f
        }

        #myModalPPC .selection-box .top .purple-overlay {
            background: #ab47bc
        }

        #myModalPPC .selection-box .top .blue-overlay {
            background: #6495ed
        }

        #myModalPPC .selection-box .top .orange-overlay {
            background: #ff5722
        }

        #myModalPPC .selection-box .top {
            display: none
        }

        #myModalPPC .selection-box .bottom p.price {
            margin: 0
        }

        #myModalPPC .selection-box .bottom p.small {
            margin: 5px 30px 20px
        }

    #myModalPPC .modal-header h4 {
        margin: 15px;
        font-size: 20px
    }

    .negative-mar {
        margin-top: -50px
    }

    .drk-bg {
        background: #003646;
        margin-bottom: 20px !important;
        padding: 10px 0
    }
}

@media (max-width:408px) {
    #intro h1 {
        font-size: 60px;
        line-height: 55px
    }

    #myModalPPC .selection-box {
        height: 235px
    }

        #myModalPPC .selection-box .bottom p.small {
            margin: 5px 0 20px
        }

    #intro .color-overlay2 {
        background: linear-gradient(to bottom,rgba(9,173,95,.8),rgba(9,185,174,.8),rgba(0,0,0,.7) 75%);
        background: rgba(0,0,0,.35)
    }
}

section.whats-included .container {
    width: 99%
}

section.whats-included .card {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
    padding: 0;
    margin: 0 0 40px;
    cursor: default;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

    section.whats-included .card:hover {
        margin-top: -10px;
        box-shadow: 0 27px 55px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);
        margin-bottom: 50px
    }

    section.whats-included .card .top {
        padding: 20px 25px;
        margin: 0;
        overflow: hidden;
        background: #6495ed;
        min-height: 100px
    }

        section.whats-included .card .top img {
            width: 100%;
            opacity: .5
        }

        section.whats-included .card .top i {
            color: #fff;
            font-size: 50px
        }

        section.whats-included .card .top h2 {
            font-size: 30px;
            color: #fff;
            margin: 0;
            padding: 0;
            font-weight: 400;
            line-height: 30px
        }

    section.whats-included .card .mid {
        padding: 15px 5px;
        border-bottom: solid 1px #ccc;
        position: relative;
        font-size: 12px;
        height: 181px
    }

        section.whats-included .card .mid img {
            padding: 0
        }

    section.whats-included .card .bottom {
        padding: 15px 25px;
        text-align: right
    }

        section.whats-included .card .bottom a {
            text-transform: uppercase;
            transition: all .2s ease-out;
            color: #6495ed;
            font-weight: 700
        }

            section.whats-included .card .bottom a.grey {
                color: #999;
                margin-right: 10px
            }

            section.whats-included .card .bottom a:hover {
                text-decoration: none;
                color: #121217
            }

section.material-boxes .box-pad {
    padding: 5px
}

section.material-boxes .box-content {
    padding: 10px 20px 20px;
    margin-bottom: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    box-shadow: 0 2px 6px rgba(0,0,0,.16),0 2px 6px rgba(0,0,0,.23);
    position: relative;
    height: 240px;
    text-align: center;
    z-index: 1
}

    section.material-boxes .box-content:hover {
        margin-top: -5px;
        box-shadow: 0 27px 55px 0 rgba(0,0,0,.3),0 17px 17px 0 rgba(0,0,0,.15);
        margin-bottom: 5px;
        z-index: 2
    }

    section.material-boxes .box-content img {
        max-height: 170px
    }

@media (max-width:991px) {
    section.material-boxes .box-content img {
        max-width: 180px;
        padding-top: 20px
    }
}

@media (max-width:767px) {
    section.material-boxes .box-content h2 {
        font-size: 15px;
        font-weight: 100;
        line-height: 20px
    }

    section.material-boxes .box-content img {
        max-width: 100px;
        padding-top: 20px
    }

    section.material-boxes .box-content {
        padding: 5px;
        height: 178px
    }
}

@media (min-width:992px) and (max-width:1499px) {
    section.material-boxes .box-content img {
        max-height: 134px
    }

    section.material-boxes .box-content {
        height: 200px
    }
}

section.material-boxes .box-content h2 {
    color: #fff;
    font-size: 20px;
    margin: 0;
    position: absolute;
    bottom: 10px;
    font-weight: 400;
    letter-spacing: inherit
}

section.material-boxes .amber .tile-content, section.material-boxes .amber .title, section.material-boxes .cyan .tile-content, section.material-boxes .cyan .title, section.material-boxes .deep-orange .tile-content, section.material-boxes .deep-orange .title, section.material-boxes .indigo .tile-content, section.material-boxes .indigo .title, section.material-boxes .light-blue .tile-content, section.material-boxes .light-blue .title, section.material-boxes .light-green .tile-content, section.material-boxes .light-green .title, section.material-boxes .purple .tile-content, section.material-boxes .purple .title, section.material-boxes .red .tile-content, section.material-boxes .red .title {
    color: #eceff1
}

section.material-boxes .pink {
    background-color: #ec407a
}

    section.material-boxes .pink.active, section.material-boxes .pink:active, section.material-boxes .pink:hover {
        background-color: #d81b60
    }

    section.material-boxes .pink:focus {
        background-color: #c2185b
    }

section.material-boxes .purple {
    background-color: #ab47bc
}

    section.material-boxes .purple.active, section.material-boxes .purple:active, section.material-boxes .purple:hover {
        background-color: #8e24aa
    }

    section.material-boxes .purple:focus {
        background-color: #7b1fa2
    }

section.material-boxes .cyan {
    background-color: #26c6da
}

    section.material-boxes .cyan.active, section.material-boxes .cyan:active, section.material-boxes .cyan:hover {
        background-color: #00acc1
    }

    section.material-boxes .cyan:focus {
        background-color: #0097a7
    }

section.material-boxes .amber {
    background-color: #ffca28
}

    section.material-boxes .amber.active, section.material-boxes .amber:active, section.material-boxes .amber:hover {
        background-color: #ffb300
    }

    section.material-boxes .amber:focus {
        background-color: #ffa000
    }

section.material-boxes .light-blue {
    background-color: #29b6f6
}

    section.material-boxes .light-blue.active, section.material-boxes .light-blue:active, section.material-boxes .light-blue:hover {
        background-color: #039be5
    }

    section.material-boxes .light-blue:focus {
        background-color: #0288d1
    }

section.material-boxes .red {
    background-color: #e84e40
}

    section.material-boxes .red.active, section.material-boxes .red:active, section.material-boxes .red:hover {
        background-color: #dd191d
    }

    section.material-boxes .red:focus {
        background-color: #d01716
    }

section.material-boxes .indigo {
    background-color: #5c6bc0
}

    section.material-boxes .indigo.active, section.material-boxes .indigo:active, section.material-boxes .indigo:hover {
        background-color: #3949ab
    }

    section.material-boxes .indigo:focus {
        background-color: #303f9f
    }

section.material-boxes .deep-orange {
    background-color: #ff7043
}

    section.material-boxes .deep-orange.active, section.material-boxes .deep-orange:active, section.material-boxes .deep-orange:hover {
        background-color: #f4511e
    }

    section.material-boxes .deep-orange:focus {
        background-color: #e64a19
    }

section.material-boxes .light-green {
    background-color: #9ccc65
}

    section.material-boxes .light-green.active, section.material-boxes .light-green:active, section.material-boxes .light-green:hover {
        background-color: #7cb342
    }

    section.material-boxes .light-green:focus {
        background-color: #689f38
    }

#material-modal-1 .modal-header, #material-modal-2 .modal-header, #material-modal-3 .modal-header, #material-modal-4 .modal-header, #material-modal-5 .modal-header, #material-modal-6 .modal-header, #material-modal-7 .modal-header, #material-modal-8 .modal-header, #material-modal-9 .modal-header {
    background-color: #fff;
    border-bottom: 1px solid #dfdfdf
}

    #material-modal-1 .modal-header img, #material-modal-2 .modal-header img, #material-modal-3 .modal-header img, #material-modal-4 .modal-header img, #material-modal-5 .modal-header img, #material-modal-6 .modal-header img, #material-modal-7 .modal-header img, #material-modal-8 .modal-header img, #material-modal-9 .modal-header img {
        max-height: 150px;
        margin-bottom: 10px
    }

    #material-modal-1 .modal-header h4, #material-modal-2 .modal-header h4, #material-modal-3 .modal-header h4, #material-modal-4 .modal-header h4, #material-modal-5 .modal-header h4, #material-modal-6 .modal-header h4, #material-modal-7 .modal-header h4, #material-modal-8 .modal-header h4, #material-modal-9 .modal-header h4 {
        color: #121214;
        margin: 0 0 20px;
        font-size: 25px
    }

#material-modal-1 .modal-body p, #material-modal-2 .modal-body p, #material-modal-3 .modal-body p, #material-modal-4 .modal-body p, #material-modal-5 .modal-body p, #material-modal-6 .modal-body p, #material-modal-7 .modal-body p, #material-modal-8 .modal-body p, #material-modal-9 .modal-body p {
    margin-bottom: 35px
}

.description {
    padding: 10em 2em 1em;
    margin-bottom: 20px
}

    .description p {
        color: #fff;
        font-size: 1.3vw;
        line-height: 28px;
        margin: 20px 0 0;
        font-weight: 300;
        padding: .5em 1em 0;
        text-align: center
    }

.btn .btn-orange {
    border-radius: 0;
    font-size: 13px;
    background-color: #f9930c;
    border-color: #f9930c;
    color: #fff
}

    .btn .btn-orange:focus, .btn .btn-orange:hover {
        background-color: #fff;
        border-color: #f9930c;
        color: #f9930c
    }

#recaptcha {
    visibility: hidden !important
}

.mfp-arrow, .owl-controls {
    -webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.mfp-container:before, .mfp-figure:after {
    content: ''
}

.owl-carousel, .owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%
    }

.mfp-bg, .mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div, .owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.grabbing {
    cursor: url(//www.logicalposition.com/assets/grabbing.png) 8 8,move
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

    .owl-theme .owl-controls .owl-buttons div {
        color: #fff;
        display: inline-block;
        zoom: 1;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        opacity: .5
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        opacity: 1;
        text-decoration: none
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50);
            opacity: .5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791
        }

        .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            opacity: 1
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #fff;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px
        }

.mfp-bg, .mfp-container, .mfp-wrap {
    height: 100%;
    width: 100%
}

.owl-item.loading {
    min-height: 150px;
    background: url(//www.logicalposition.com/assets/AjaxLoader.gif) center center no-repeat
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    .mfp-container:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close, .mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-close, .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: inset transparent
    }

    .mfp-arrow .mfp-a, .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow .mfp-b, .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

.mfp-figure:after, img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-right: 36px
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video, .mejs-mediaelement {
    width: 100%;
    height: 100%
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -ms-transition-property: height,width;
    -o-transition-property: height,width;
    transition-property: height,width
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform,opacity;
        -moz-transition-property: -moz-transform,opacity;
        -ms-transition-property: -ms-transform,opacity;
        -o-transition-property: -o-transform,opacity;
        transition-property: transform,opacity
    }

        .isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s
        }

.mejs-container {
    position: relative;
    background: #000;
    font-family: Helvetica,Arial;
    text-align: left;
    vertical-align: top;
    text-indent: 0
}

.me-plugin {
    position: absolute
}

.mejs-embed, .mejs-embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden
}

.mejs-fullscreen {
    overflow: hidden !important
}

.mejs-container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
}

.mejs-clear {
    clear: both
}

.mejs-background, .mejs-mediaelement {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

:root .mejs-poster img {
    display: none
}

.mejs-poster img {
    padding: 0;
    border: 0
}

.mejs-overlay {
    position: absolute;
    top: 0;
    left: 0
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(//www.logicalposition.com/assets/bigplay.svg) no-repeat
}

.no-svg .mejs-overlay-button {
    background-image: url(//www.logicalposition.com/assets/bigplay.png)
}

.mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -100px
}

.mejs-overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: url(//www.logicalposition.com/assets/background.png);
    background: rgba(0,0,0,.9);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: -ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));
    background: linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))
}

    .mejs-overlay-loading span {
        display: block;
        width: 80px;
        height: 80px;
        background: url(//www.logicalposition.com/assets/loading.gif) 50% 50% no-repeat
    }

.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    background: url(//www.logicalposition.com/assets/background.png);
    background: rgba(0,0,0,.7);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
    background: -webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
    background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
    height: 30px;
    width: 100%
}

    .mejs-container .mejs-controls div {
        list-style-type: none;
        background-image: none;
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 26px;
        height: 26px;
        font-size: 11px;
        line-height: 11px;
        font-family: Helvetica,Arial;
        border: 0
    }

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 7px 5px;
    padding: 0;
    position: absolute;
    height: 16px;
    width: 16px;
    border: 0;
    background: url(//www.logicalposition.com/assets/controls.svg) no-repeat
}

.no-svg .mejs-controls .mejs-button button {
    background-image: url(//www.logicalposition.com/assets/controls.png)
}

.mejs-controls .mejs-button button:focus {
    outline: #ff0 solid 1px
}

.mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    height: 17px;
    width: auto;
    padding: 8px 3px 0;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

    .mejs-container .mejs-controls .mejs-time span {
        color: #fff;
        font-size: 11px;
        line-height: 12px;
        display: block;
        float: left;
        margin: 1px 2px 0 0;
        width: auto
    }

.mejs-controls .mejs-play button {
    background-position: 0 0
}

.mejs-controls .mejs-pause button {
    background-position: 0 -16px
}

.mejs-controls .mejs-stop button {
    background-position: -112px 0
}

.mejs-controls div.mejs-time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 5px
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    width: 180px;
    height: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    margin: 5px;
    background: #333;
    background: rgba(50,50,50,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
    width: 100%;
    background-image: -o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
    -webkit-animation: buffering-stripes 2s linear infinite;
    -moz-animation: buffering-stripes 2s linear infinite;
    -ms-animation: buffering-stripes 2s linear infinite;
    -o-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite
}

@-webkit-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-moz-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-ms-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@-o-keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #3caac8;
    background: rgba(60,170,200,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));
    background: -webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: -ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));
    background: linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff;
    background: rgba(255,255,255,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));
    width: 0
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #333;
    top: -2px;
    text-align: center
}

.mejs-controls .mejs-time-rail .mejs-time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: 1px solid #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 15px;
    left: 13px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 48px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
    width: 44px
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 18px
}

.mejs-controls .mejs-fullscreen-button button {
    background-position: -32px 0
}

.mejs-controls .mejs-unfullscreen button {
    background-position: -32px -16px
}

.mejs-controls .mejs-mute button {
    background-position: -16px -16px
}

.mejs-controls .mejs-unmute button {
    background-position: -16px 0
}

.mejs-controls .mejs-volume-button {
    position: relative
}

    .mejs-controls .mejs-volume-button .mejs-volume-slider {
        display: none;
        height: 115px;
        width: 25px;
        background: url(//www.logicalposition.com/assets/background.png);
        background: rgba(50,50,50,.7);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        top: -115px;
        left: 0;
        z-index: 1;
        position: absolute;
        margin: 0
    }

    .mejs-controls .mejs-volume-button:hover {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255,255,255,.5);
        margin: 0
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
        position: absolute;
        left: 11px;
        top: 8px;
        width: 2px;
        height: 100px;
        background: #ddd;
        background: rgba(255,255,255,.9);
        margin: 0
    }

    .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
        position: absolute;
        left: 4px;
        top: -3px;
        width: 16px;
        height: 6px;
        background: #ddd;
        background: rgba(255,255,255,.9);
        cursor: N-resize;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        margin: 0
    }

.mejs-controls div.mejs-horizontal-volume-slider {
    height: 26px;
    width: 60px;
    position: relative
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #333;
    background: rgba(50,50,50,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: -ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));
    background: linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 11px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,.8);
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: -ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));
    background: linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
    display: none
}

.mejs-controls .mejs-captions-button {
    position: relative
}

    .mejs-controls .mejs-captions-button button {
        background-position: -48px 0
    }

    .mejs-controls .mejs-captions-button .mejs-captions-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -10px;
        width: 130px;
        height: 100px;
        background: url(//www.logicalposition.com/assets/background.png);
        background: rgba(50,50,50,.7);
        border: 1px solid transparent;
        padding: 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

        .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden
        }

            .mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
                margin: 0 0 6px;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden
            }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px
                }

                .mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
                    width: 100px;
                    float: left;
                    padding: 4px 0 0;
                    line-height: 15px;
                    font-family: helvetica,arial;
                    font-size: 10px
                }

    .mejs-controls .mejs-captions-button .mejs-captions-translations {
        font-size: 10px;
        margin: 0 0 5px
    }

.mejs-chapters {
    position: absolute;
    top: 0;
    left: 0;
    -xborder-right: solid 1px #fff;
    width: 10000px;
    z-index: 1
}

    .mejs-chapters .mejs-chapter {
        position: absolute;
        float: left;
        background: #222;
        background: rgba(0,0,0,.7);
        background: -webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));
        background: -webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
        background: -moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
        background: -o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
        background: -ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));
        background: linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));
        overflow: hidden;
        border: 0
    }

        .mejs-chapters .mejs-chapter .mejs-chapter-block {
            font-size: 11px;
            color: #fff;
            padding: 5px;
            display: block;
            border-right: solid 1px #333;
            border-bottom: solid 1px #333;
            cursor: pointer
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
            border-right: none
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
            background: #666;
            background: rgba(102,102,102,.7);
            background: -webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));
            background: -webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
            background: -moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
            background: -o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
            background: -ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));
            background: linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6))
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
            font-size: 12px;
            font-weight: 700;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin: 0 0 3px;
            line-height: 12px
        }

        .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
            font-size: 12px;
            line-height: 12px;
            margin: 3px 0 4px;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis
        }

.mejs-captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff
}

    .mejs-captions-layer a {
        color: #fff;
        text-decoration: underline
    }

    .mejs-captions-layer[lang=ar] {
        font-size: 20px;
        font-weight: 400
    }

.mejs-captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0
}

.mejs-captions-position-hover {
    bottom: 45px
}

.mejs-captions-text {
    padding: 3px 5px;
    background: url(//www.logicalposition.com/assets/background.png);
    background: rgba(20,20,20,.8)
}

.me-cannotplay a {
    color: #fff;
    font-weight: 700
}

.me-cannotplay span {
    padding: 15px;
    display: block
}

.mejs-controls .mejs-loop-off button {
    background-position: -64px -16px
}

.mejs-controls .mejs-loop-on button {
    background-position: -64px 0
}

.mejs-controls .mejs-backlight-off button {
    background-position: -80px -16px
}

.mejs-controls .mejs-backlight-on button {
    background-position: -80px 0
}

.mejs-controls .mejs-picturecontrols-button {
    background-position: -96px 0
}

.mejs-contextmenu {
    position: absolute;
    width: 150px;
    padding: 10px;
    border-radius: 4px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #999;
    z-index: 1001
}

    .mejs-contextmenu .mejs-contextmenu-separator {
        height: 1px;
        font-size: 0;
        margin: 5px 6px;
        background: #333
    }

    .mejs-contextmenu .mejs-contextmenu-item {
        font-family: Helvetica,Arial;
        font-size: 12px;
        padding: 4px 6px;
        cursor: pointer;
        color: #333
    }

        .mejs-contextmenu .mejs-contextmenu-item:hover {
            background: #2c7c91;
            color: #fff
        }

.mejs-controls .mejs-sourcechooser-button {
    position: relative
}

    .mejs-controls .mejs-sourcechooser-button button {
        background-position: -128px 0
    }

    .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
        visibility: hidden;
        position: absolute;
        bottom: 26px;
        right: -10px;
        width: 130px;
        height: 100px;
        background: url(//www.logicalposition.com/assets/background.png);
        background: rgba(50,50,50,.7);
        border: 1px solid transparent;
        padding: 10px;
        overflow: hidden;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

        .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
            margin: 0;
            padding: 0;
            display: block;
            list-style-type: none !important;
            overflow: hidden
        }

            .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
                margin: 0 0 6px;
                padding: 0;
                list-style-type: none !important;
                display: block;
                color: #fff;
                overflow: hidden
            }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
                    clear: both;
                    float: left;
                    margin: 3px 3px 0 5px
                }

                .mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
                    width: 100px;
                    float: left;
                    padding: 4px 0 0;
                    line-height: 15px;
                    font-family: helvetica,arial;
                    font-size: 10px
                }

.mejs-postroll-layer, .mejs-postroll-layer-content {
    width: 100%;
    height: 100%
}

.mejs-postroll-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(//www.logicalposition.com/assets/background.png);
    background: rgba(50,50,50,.7);
    z-index: 1000;
    overflow: hidden
}

.mejs-postroll-close {
    position: absolute;
    right: 0;
    top: 0;
    background: url(//www.logicalposition.com/assets/background.png);
    background: rgba(50,50,50,.7);
    color: #fff;
    padding: 4px;
    z-index: 100;
    cursor: pointer
}

.appear-animation {
    opacity: 0
}

.appear-animation-visible {
    opacity: 1
}

.animated, .appear-animation {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

@-moz-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@-o-keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%,100% {
        -moz-transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        -moz-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%,100% {
        -o-transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        -o-transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shake {
    0%,100% {
        transform: translateX(0);
        opacity: 1
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }

    10%,20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        opacity: 1
    }
}

@-moz-keyframes tada {
    0% {
        -moz-transform: scale(1)
    }

    10%,20% {
        -moz-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -moz-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -moz-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -moz-transform: scale(1) rotate(0);
        opacity: 1
    }
}

@-o-keyframes tada {
    0% {
        -o-transform: scale(1)
    }

    10%,20% {
        -o-transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        -o-transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        -o-transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -o-transform: scale(1) rotate(0);
        opacity: 1
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0);
        opacity: 1
    }
}

.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes swing {
    100%,20%,40%,60%,80% {
        -webkit-transform-origin: top center
    }

    20% {
        -webkit-transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes swing {
    20% {
        -moz-transform: rotate(15deg)
    }

    40% {
        -moz-transform: rotate(-10deg)
    }

    60% {
        -moz-transform: rotate(5deg)
    }

    80% {
        -moz-transform: rotate(-5deg)
    }

    100% {
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes swing {
    20% {
        -o-transform: rotate(15deg)
    }

    40% {
        -o-transform: rotate(-10deg)
    }

    60% {
        -o-transform: rotate(5deg)
    }

    80% {
        -o-transform: rotate(-5deg)
    }

    100% {
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0);
        opacity: 1
    }
}

.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0)
    }

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes wobble {
    0% {
        -moz-transform: translateX(0)
    }

    15% {
        -moz-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -moz-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -moz-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -moz-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -moz-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1
    }
}

@-o-keyframes wobble {
    0% {
        -o-transform: translateX(0)
    }

    15% {
        -o-transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -o-transform: translateX(20%) rotate(3deg)
    }

    45% {
        -o-transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -o-transform: translateX(10%) rotate(2deg)
    }

    75% {
        -o-transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        -o-transform: translateX(0);
        opacity: 1
    }
}

@keyframes wobble {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: skewX(9deg)
    }

    10% {
        -webkit-transform: skewX(-8deg)
    }

    20% {
        -webkit-transform: skewX(7deg)
    }

    30% {
        -webkit-transform: skewX(-6deg)
    }

    40% {
        -webkit-transform: skewX(5deg)
    }

    50% {
        -webkit-transform: skewX(-4deg)
    }

    60% {
        -webkit-transform: skewX(3deg)
    }

    70% {
        -webkit-transform: skewX(-2deg)
    }

    80% {
        -webkit-transform: skewX(1deg)
    }

    90% {
        -webkit-transform: skewX(0)
    }

    100% {
        -webkit-transform: skewX(0);
        opacity: 1
    }
}

@-moz-keyframes wiggle {
    0% {
        -moz-transform: skewX(9deg)
    }

    10% {
        -moz-transform: skewX(-8deg)
    }

    20% {
        -moz-transform: skewX(7deg)
    }

    30% {
        -moz-transform: skewX(-6deg)
    }

    40% {
        -moz-transform: skewX(5deg)
    }

    50% {
        -moz-transform: skewX(-4deg)
    }

    60% {
        -moz-transform: skewX(3deg)
    }

    70% {
        -moz-transform: skewX(-2deg)
    }

    80% {
        -moz-transform: skewX(1deg)
    }

    90% {
        -moz-transform: skewX(0)
    }

    100% {
        -moz-transform: skewX(0);
        opacity: 1
    }
}

@-o-keyframes wiggle {
    0% {
        -o-transform: skewX(9deg)
    }

    10% {
        -o-transform: skewX(-8deg)
    }

    20% {
        -o-transform: skewX(7deg)
    }

    30% {
        -o-transform: skewX(-6deg)
    }

    40% {
        -o-transform: skewX(5deg)
    }

    50% {
        -o-transform: skewX(-4deg)
    }

    60% {
        -o-transform: skewX(3deg)
    }

    70% {
        -o-transform: skewX(-2deg)
    }

    80% {
        -o-transform: skewX(1deg)
    }

    90% {
        -o-transform: skewX(0)
    }

    100% {
        -o-transform: skewX(0);
        opacity: 1
    }
}

@keyframes wiggle {
    0% {
        transform: skewX(9deg)
    }

    10% {
        transform: skewX(-8deg)
    }

    20% {
        transform: skewX(7deg)
    }

    30% {
        transform: skewX(-6deg)
    }

    40% {
        transform: skewX(5deg)
    }

    50% {
        transform: skewX(-4deg)
    }

    60% {
        transform: skewX(3deg)
    }

    70% {
        transform: skewX(-2deg)
    }

    80% {
        transform: skewX(1deg)
    }

    90% {
        transform: skewX(0)
    }

    100% {
        transform: skewX(0);
        opacity: 1
    }
}

.wiggle {
    -webkit-animation-name: wiggle;
    -moz-animation-name: wiggle;
    -o-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.1)
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1)
    }

    50% {
        -o-transform: scale(1.1)
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }

    100% {
        pacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%,100%,20%,50%,80% {
        -moz-transform: translateY(0);
        opacity: 1
    }

    40% {
        -moz-transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {
    0%,100%,20%,50%,80% {
        -o-transform: translateY(0);
        opacity: 1
    }

    40% {
        -o-transform: translateY(-30px)
    }

    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        transform: translateY(0);
        opacity: 1
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes bounceIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.05)
    }

    70% {
        -moz-transform: scale(.9)
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes bounceIn {
    0% {
        opacity: 0;
        -o-transform: scale(.3)
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.05)
    }

    70% {
        -o-transform: scale(.9)
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes bounceInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(-30px)
    }

    80% {
        -moz-transform: translateY(10px)
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes bounceInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(-30px)
    }

    80% {
        -o-transform: translateY(10px)
    }

    100% {
        -o-transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@-moz-keyframes bounceInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateY(30px)
    }

    80% {
        -moz-transform: translateY(-10px)
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1
    }
}

@-o-keyframes bounceInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateY(30px)
    }

    80% {
        -o-transform: translateY(-10px)
    }

    100% {
        -o-transform: translateY(0);
        opacity: 1
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(30px)
    }

    80% {
        -moz-transform: translateX(-10px)
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1
    }
}

@-o-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(30px)
    }

    80% {
        -o-transform: translateX(-10px)
    }

    100% {
        -o-transform: translateX(0);
        opacity: 1
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}

@-moz-keyframes bounceInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-30px)
    }

    80% {
        -moz-transform: translateX(10px)
    }

    100% {
        -moz-transform: translateX(0);
        opacity: 1
    }
}

@-o-keyframes bounceInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -o-transform: translateX(-30px)
    }

    80% {
        -o-transform: translateX(10px)
    }

    100% {
        -o-transform: translateX(0);
        opacity: 1
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateIn {
    0% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: center center;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center center;
        -o-transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: center center;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownLeft {
    0% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: left bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: left bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInUpRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: rotate(0);
        opacity: 1
    }
}

@-moz-keyframes rotateInDownRight {
    0% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -moz-transform-origin: right bottom;
        -moz-transform: rotate(0);
        opacity: 1
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(90deg);
        opacity: 0
    }

    100% {
        -o-transform-origin: right bottom;
        -o-transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

.home-services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.home-services--item {
    padding: 0 15px;
    width: calc(100%/5)
}

.home-services--link {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.home-services--img-paid_social {
    width: 160px;
    margin: 0 auto;
    padding-top: 40px
}

.material-hover-box {
    height: 350px
}

@media (max-width:1199px) {
    .home-services--item {
        width: calc(100%/3);
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .home-services--item {
        width: 100%;
        margin: 0
    }
}

.formValidation {
    width: 80%;
    margin: 0 auto 10px !important;
    background-color: #262626
}

.top img {
    margin-top: 0 !important;
    max-height: 180px
}

.lazyload, .lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}

body .gform_wrapper.gf_reset_wrapper, body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper h1, body .gform_wrapper.gf_reset_wrapper h2, body .gform_wrapper.gf_reset_wrapper h3, body .gform_wrapper.gf_reset_wrapper h4, body .gform_wrapper.gf_reset_wrapper h5, body .gform_wrapper.gf_reset_wrapper h6, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

    body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
        line-height: 1;
        font-weight: 400
    }

    body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper span {
        line-height: 1.8
    }

    body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper img {
        border: 0
    }

    body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul {
        list-style: none
    }

    body .gform_wrapper.gf_reset_wrapper a img {
        border: none
    }

    body .gform_wrapper.gf_reset_wrapper :focus {
        outline: 0
    }

.gform_wrapper {
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 100%
}

    .gform_wrapper form {
        text-align: left;
        max-width: 100%;
        margin: 0 auto
    }

    .gform_wrapper *, .gform_wrapper :after, .gform_wrapper :before {
        box-sizing: border-box !important
    }

    .gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
        font-weight: 400;
        border: none;
        background: 0 0
    }

    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: inherit;
        font-family: inherit;
        padding: 5px 4px;
        letter-spacing: normal
    }

    .gform_wrapper input[type=image] {
        border: none !important;
        padding: 0 !important;
        width: auto !important
    }

    .gform_wrapper textarea {
        font-size: inherit;
        font-family: inherit;
        letter-spacing: normal;
        padding: 6px 8px;
        line-height: 1.5;
        resize: none
    }

    .gform_wrapper select {
        line-height: 1.5
    }

    .gform_wrapper .ginput_container_multiselect select {
        background-image: none !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: 0
    }

    .gform_wrapper ul.gform_fields {
        margin: 0 !important;
        list-style-type: none;
        display: block
    }

    .gform_wrapper ul, html > body .entry ul {
        text-indent: 0
    }

    .gform_wrapper form li, .gform_wrapper li {
        margin-left: 0 !important;
        list-style-type: none !important;
        list-style-image: none !important;
        list-style: none !important;
        overflow: visible
    }

    .gform_wrapper ul li.gfield {
        clear: both
    }

    .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
        overflow: hidden
    }

    .gform_wrapper form ul.gform_fields.left_label li.gfield, .gform_wrapper form ul.gform_fields.right_label li.gfield, .gform_wrapper ul.gform_fields.left_label li.gfield, .gform_wrapper ul.gform_fields.right_label li.gfield {
        margin-bottom: 14px
    }

    .gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
        margin-bottom: 10px
    }

    .gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
        padding: 0;
        margin: 0;
        overflow: visible
    }

    .gform_wrapper select {
        font-size: inherit;
        font-family: inherit;
        letter-spacing: normal
    }

        .gform_wrapper select option {
            padding: 2px;
            display: block
        }

    .gform_wrapper .inline {
        display: inline !important
    }

    .gform_wrapper .gform_heading {
        width: 100%;
        margin-bottom: 18px
    }

    .gform_wrapper .clear-multi {
        display: flex
    }

    .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_year {
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
        width: 33.333%;
        flex-direction: row
    }

@media only screen and (min-width:321px) {
    .gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
        max-width: 4rem
    }

    .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_ampm {
        max-width: calc(4rem + .5rem)
    }
}

.gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_year {
    vertical-align: top;
    flex-direction: row
}

.gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_year {
    margin-right: .5rem
}

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month {
    width: 4rem;
    margin-right: .5rem
}

    .gform_wrapper .gfield_date_day input[type=number], .gform_wrapper .gfield_date_month input[type=number] {
        width: calc(3rem + 8px) !important
    }

.gform_wrapper .gfield_date_year input[type=number] {
    width: calc(4rem + 8px) !important
}

.gform_wrapper .gfield_date_year {
    width: 5rem
}

.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input {
    width: calc(3rem + 8px)
}

.gform_wrapper .gfield_date_year input {
    width: 4rem
}

.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label {
    width: 3rem;
    text-align: center
}

.gform_wrapper .field_sublabel_above div.gfield_date_year.ginput_container label, .gform_wrapper .field_sublabel_below div.gfield_date_year.ginput_container label {
    width: 4rem
}

.gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
    width: 33.333%;
    flex-direction: row
}

@media only screen and (min-width:321px) {
    .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
        max-width: 4rem
    }

    .gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour {
        max-width: calc(4rem + .5rem)
    }

    .gform_wrapper .gfield_time_hour {
        max-width: calc(4rem + .5rem)
    }
}

.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
    float: left
}

.gform_wrapper .gfield_time_hour i {
    font-style: normal !important;
    font-family: sans-serif !important;
    width: 10px;
    text-align: center;
    float: right;
    margin-top: 9%
}

.gform_wrapper .gfield_time_minute {
    margin-right: .5rem
}

.gform_wrapper .gfield_time_hour {
    margin-right: .25rem
}

.gform_wrapper .gfield_time_ampm {
    vertical-align: top;
    display: -moz-inline-stack;
    display: inline-block
}

    .gform_wrapper .gfield_time_ampm select {
        min-width: calc(2rem + 25px);
        width: calc(3rem + 25px)
    }

.gform_wrapper .gfield_time_ampm_shim {
    display: block;
    font-size: .813em;
    margin: 9px 0 1px 1px
}

.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
    width: calc(3rem + 8px)
}

    .gform_wrapper .gfield_time_hour input[type=number], .gform_wrapper .gfield_time_minute input[type=number] {
        width: calc(3rem + 8px) !important
    }

.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    width: 3rem;
    text-align: center
}

.gform_wrapper .field_hover {
    border: 1px dashed #2175a9;
    cursor: pointer
}

.gform_wrapper .field_selected {
    background-color: #dfefff;
    border: 1px solid #c2d7ef
}

.gform_wrapper .field_name_first, .gform_wrapper .field_name_last, .gform_wrapper .field_name_middle {
    width: 49.5%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top
}

.gform_wrapper .ginput_complex.ginput_container {
    overflow: visible;
    width: 100%
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 700;
    font-size: inherit
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both
}

.gform_wrapper .top_label .gfield_hide_label {
    display: none
}

.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
    width: 100%
}

.gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex select {
    width: 100%
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label, .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    display: block;
    font-size: .813em;
    letter-spacing: .5pt;
    white-space: nowrap
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label {
    margin: 9px 0 1px 1px
}

.gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label, .gform_wrapper ul.gform_fields:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_time label {
    margin-top: 0
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 1px 0 9px 1px
}

.gform_wrapper .top_label .field_sublabel_above label.gfield_label + .ginput_complex.ginput_container, .gform_wrapper .top_label .field_sublabel_above label.gfield_label + div[class*=gfield_time_].ginput_container {
    margin-top: 0
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 8px
}

body.gform_wrapper div.clear-multi {
    display: -moz-inline-stack;
    display: inline-block
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 16px;
    margin-bottom: 0
}

.gform_wrapper .hidden_label .gfield_label {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.gfield.left_label, .gfield.right_label {
    padding-top: 10px
}

.gform_wrapper li.hidden_label input {
    margin-top: 12px
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
    margin-bottom: 12px
}

.gform_wrapper .screen-reader-text, .gform_wrapper label.hidden_sub_label {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
    width: 100%
}

.gform_wrapper input.datepicker_with_icon.large, .gform_wrapper input.datepicker_with_icon.medium, .gform_wrapper input.datepicker_with_icon.small {
    width: calc(100% - 24px)
}

.gform_wrapper .gfield_error input.large, .gform_wrapper .gfield_error input.medium, .gform_wrapper .gfield_error input.small, .gform_wrapper .gfield_error select.large, .gform_wrapper .gfield_error select.medium, .gform_wrapper .gfield_error select.small {
    width: 100%
}

.gform_wrapper .gfield_error input.datepicker_with_icon.large, .gform_wrapper .gfield_error input.datepicker_with_icon.medium, .gform_wrapper .gfield_error input.datepicker_with_icon.small {
    width: calc(100% - 32px)
}

.gform_wrapper textarea.small {
    height: 80px;
    width: 100%
}

.gform_wrapper textarea.medium {
    height: 120px;
    width: 100%
}

.gform_wrapper textarea.large {
    height: 160px;
    width: 100%
}

.gform_wrapper h2.gsection_title {
    margin: 0 !important;
    padding: 0 !important;
    letter-spacing: normal !important
}

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
    font-weight: 700;
    font-size: 1.25em
}

.gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 10px 0 6px 0
}

.gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-top: 24px !important
}

.gform_wrapper span.gform_description {
    font-weight: 400;
    display: block;
    width: calc(100% - 16px);
    margin-bottom: 16px
}

.gform_wrapper .gsection {
    border-bottom: 1px solid #ccc;
    padding: 0 16px 8px 0;
    margin: 28px 0 28px 0;
    clear: both
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
    width: auto !important
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    position: relative
}

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: .875em;
    vertical-align: middle;
    max-width: 85%;
    white-space: normal
}

.gform_wrapper .gfield_checkbox li label {
    margin: 0
}

.gform_wrapper .gfield_radio li label {
    margin: 2px 0 0 4px
}

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
    font-size: .813em;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal
}

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
    padding: 0 16px 0 0
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 16px
}

.gform_wrapper .field_sublabel_above .description, .gform_wrapper .field_sublabel_above .gfield_description, .gform_wrapper .field_sublabel_above .gsection_description {
    margin-top: 9px
}

.gform_wrapper .top_label .gsection_description {
    width: 100%;
    margin-bottom: 9px
}

.gform_wrapper .gfield_description {
    width: 100%
}

.gform_wrapper .description_above .gfield_description {
    padding: 0 0 10px 0
}

.gfield_date_year + .gfield_description {
    padding: 0
}

.gform_wrapper .field_description_below .gfield_consent_description, .gform_wrapper .gfield_consent_description {
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    margin-top: 12px;
    padding: 6px 8px;
    font-size: .688em
}

.gform_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,.25);
    margin-bottom: 6px !important;
    border-top: 1px solid #c89797;
    border-bottom: 1px solid #c89797;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
    padding: 16px 16px 14px 16px;
    border-top: 2px solid #790000;
    border-bottom: 4px solid #790000;
    background-color: rgba(255,223,224,.25);
    width: calc(100% - 16px)
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
    padding: 16px 16px 14px 16px
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    font-size: .875em;
    font-weight: 700;
    font-family: inherit;
    min-height: 25px;
    color: #790000;
    max-width: 100%;
    position: relative
}

    .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
        display: block;
        padding: 0 0 14px 24px;
        margin-bottom: 16px;
        line-height: 1.5;
        letter-spacing: .1pt;
        border-bottom: 1px solid #790000;
        text-transform: uppercase;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
        background-size: 1em auto;
        background-repeat: no-repeat;
        background-position: left center
    }

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    padding: 16px 16px 14px 16px
}

li.gfield + li.gfield.gfield_creditcard_warning {
    margin-top: 16px !important
}

.gform_wrapper .top_label .gfield_error {
    width: calc(100% - 2px)
}

    .gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
        width: 100%
    }

.gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea, .gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea {
    width: 70%
}

.gform_wrapper .gfield_error .gfield_label {
    color: #790000
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    padding-right: 0
}

    .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
        margin-left: 0
    }

    .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
        max-width: 100%;
        padding-right: 16px
    }

    .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
        margin-top: 12px
    }

    .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
        position: relative;
        top: 12px
    }

.gform_wrapper div.validation_error {
    color: #790000;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 16px 0 16px 0;
    clear: both;
    width: 100%;
    text-align: center
}

.gform_wrapper ol.validation_list {
    clear: both;
    width: 100%;
    margin-bottom: 25px;
    color: #790000
}

    .gform_wrapper ol.validation_list li {
        list-style-type: decimal !important
    }

        .gform_wrapper ol.validation_list li a {
            color: #790000
        }

    .gform_wrapper ol.validation_list:after {
        content: ""
    }

.gform_wrapper div#error {
    margin-bottom: 25px
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
    vertical-align: middle !important
}

.gform_wrapper li.gfield fieldset {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%
}

    .gform_wrapper li.gfield fieldset > * {
        width: auto
    }

    .gform_wrapper li.gfield fieldset legend.gfield_label {
        width: 100%;
        line-height: 32px
    }

div.gf_page_steps + div.validation_error {
    margin-top: 16px
}

.gform_wrapper div.gfield_description.validation_error {
    color: #790000;
    font-weight: 700;
    font-size: .875em;
    line-height: 1.2;
    margin-bottom: 16px
}

.gform_wrapper .validation_message {
    color: #790000;
    font-weight: 700;
    letter-spacing: normal
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #790000
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #790000
}

.gform_wrapper .gform_footer {
    padding: 16px 0 10px 0;
    margin: 16px 0 0 0;
    clear: both;
    width: 100%
}

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 1em;
        width: 100%;
        margin: 0 0 16px 0
    }

    .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
        font-size: 1em;
        display: block;
        text-align: center
    }

    .gform_wrapper .gform_footer input[type=image] {
        padding: 0;
        width: auto !important;
        background: 0 0 !important;
        border: none !important;
        margin: 0 auto 16px auto !important;
        display: block;
        max-width: 100%
    }

.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    min-height: 45px
}

    .gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url] {
        width: 100%
    }

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text], .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url], .gform_wrapper .gfield_error .ginput_complex .ginput_full select {
    width: 100%
}

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 0 16px 0;
    line-height: 1.2
}

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    font-weight: 700
}

.gform_wrapper input.datepicker.datepicker_with_icon {
    margin-right: 4px !important;
    display: -moz-inline-stack;
    display: inline-block
}

.gform_wrapper .gf_hidden, .gform_wrapper .gform_hidden, .gform_wrapper input.gform_hidden, .gform_wrapper input[type=hidden] {
    display: none !important;
    max-height: 1px !important;
    overflow: hidden
}

.gform_wrapper .gf_invisible, .gform_wrapper .gfield_visibility_hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px
}

.gform_wrapper .ginput_full br, .gform_wrapper .ginput_left br, .gform_wrapper .ginput_right br {
    display: none !important
}

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0 !important
}

    .gform_wrapper ul.gfield_radio li input + input {
        margin-left: 4px
    }

    .gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
        margin-right: 6px;
        margin-top: 4px
    }

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
    margin-top: 6px
}

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
    margin-top: 0
}

.gform_wrapper li.gfield_html {
    max-width: 100%
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 10px
}

body .gform_wrapper ul li.gfield.gfield_html img {
    max-width: 100% !important
}

.gform_wrapper .gform_ajax_spinner {
    padding-left: 10px
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px
}

.gform_wrapper .gfield_captcha_input_container {
    padding-top: 3px
}

.gform_wrapper .simple_captcha_small input {
    width: 64px
}

.gform_wrapper .simple_captcha_medium input {
    width: 96px
}

.gform_wrapper .simple_captcha_large input {
    width: 128px
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_small {
    margin-left: 32%
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    border: none !important;
    background: 0 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.gform_wrapper .math_small input {
    width: 70px
}

.gform_wrapper .math_medium input {
    width: 510px
}

.gform_wrapper .math_large input {
    width: 612px
}

.gform_wrapper .left_label .math_large, .gform_wrapper .left_label .math_medium, .gform_wrapper .left_label .math_small, .gform_wrapper .right_label .math_large, .gform_wrapper .right_label .math_medium, .gform_wrapper .right_label .math_small {
    margin-left: 32%
}

.gform_wrapper div.charleft {
    font-size: .688em;
    margin-top: 4px;
    color: #767676;
    width: 92% !important;
    white-space: nowrap !important
}

    .gform_wrapper div.charleft[style] {
        width: 92% !important
    }

.gform_wrapper .left_label div.charleft, .gform_wrapper .right_label div.charleft {
    margin-left: 32%
}

.gform_wrapper div.charleft.ginput_counter_tinymce {
    border: 1px solid #eee;
    border-width: 1px 0 0;
    padding: 4px 9px;
    width: 100% !important
}

.gform_wrapper div.charleft.warningTextareaInfo {
    color: #767676
}

.gform_wrapper div.charleft.ginput_counter_error {
    color: red
}

.gform_wrapper li.gf_hide_charleft div.charleft {
    display: none !important
}

.gf_submission_limit_message {
    color: #790000;
    font-size: 1.375em
}

.gform_wrapper .ginput_price {
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.gform_wrapper span.ginput_total {
    color: #060;
    font-size: inherit
}

.gform_wrapper .top_label span.ginput_total {
    margin: 8px 0
}

.gform_wrapper span.ginput_product_price_label {
    margin-right: 2px
}

.gform_wrapper span.ginput_product_price {
    color: #900
}

.gform_wrapper span.ginput_quantity_label {
    margin-left: 10px;
    margin-right: 2px
}

.gform_wrapper input.ginput_quantity[type=text] {
    width: 3rem
}

.gform_wrapper input.ginput_quantity[type=number] {
    width: 4rem
}

.gform_wrapper .gform_page_footer {
    margin: 14px 0;
    width: 100%;
    border-top: 1px dotted #ccc;
    padding: 16px 0 0 0;
    clear: both
}

    .gform_wrapper .gform_page_footer.left_label, .gform_wrapper .gform_page_footer.right_label {
        padding: 16px 0 0 29%
    }

    .gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_wrapper .gform_page_footer .button.gform_previous_button {
        margin-bottom: 8px
    }

.gform_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 100%;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0
}

    .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
        font-size: .813em;
        line-height: 1 !important;
        margin: 0 0 8px 12px !important;
        padding: 0 !important;
        clear: both;
        -moz-opacity: .6;
        -khtml-opacity: .6;
        opacity: .6
    }

.gform_wrapper .gf_progressbar {
    padding: 10px;
    position: relative;
    background-color: rgba(0,0,0,.1);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 0 1px 1px rgba(0,0,0,.05);
    width: 100%
}

.gform_wrapper .gf_progressbar_percentage {
    height: 24px;
    text-align: right;
    font-family: helvetica,arial,sans-serif;
    font-size: .813em !important;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 999;
    vertical-align: middle;
    background: repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0) 10px,rgba(0,0,0,.1) 10px,rgba(0,0,0,.1) 20px),linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.3))
}

.gform_wrapper .gf_progressbar:after {
    content: "";
    display: block;
    width: 100%;
    z-index: 990;
    height: 24px;
    margin-top: -24px;
    background-color: rgba(0,0,0,.1);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 2px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,.05)
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.8
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none;
    float: none !important;
    margin-left: 12px;
    word-wrap: normal
}

.gform_wrapper .percentbar_blue {
    background-color: #036493;
    color: #fff
}

.gform_wrapper .percentbar_gray {
    background-color: #7c7c7c;
    color: #fff
}

.gform_wrapper .percentbar_green {
    background-color: #88b831;
    color: #fff
}

.gform_wrapper .percentbar_orange {
    background-color: #ff7120;
    color: #fff
}

.gform_wrapper .percentbar_red {
    background-color: #ff2a1a;
    color: #fff
}

.gform_wrapper .gf_page_steps {
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px dotted #ccc
}

.gform_wrapper .gf_step {
    width: 100%;
    margin: 24px 24px 24px 0;
    font-size: .875em;
    height: 14px;
    line-height: 1.25 !important;
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    font-family: inherit
}

    .gform_wrapper .gf_step span.gf_step_number {
        font-size: 1.25em;
        font-family: arial,sans-serif;
        margin-right: 4px
    }

    .gform_wrapper .gf_step span.gf_step_label, .gform_wrapper .gf_step span.gf_step_number {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle
    }

    .gform_wrapper .gf_step.gf_step_active {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

.gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden
}

.gform_wrapper .gfield_password_strength {
    border: 1px solid #ddd;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1.8;
    padding: 10px 5px;
    text-align: center;
    background-color: #eee;
    border-bottom: 3px solid #ddd
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin-right: 16px
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    margin-top: 18px;
    margin-bottom: 18px;
    width: 100%
}

.gform_wrapper .gfield_password_strength.bad {
    background-color: #ffb78c;
    border-color: #ff853c;
    border-bottom: 3px solid #ff853c
}

.gform_wrapper .gfield_password_strength.good {
    background-color: #ffec8b;
    border-color: #fc0;
    border-bottom: 3px solid #fc0
}

.gform_wrapper .gfield_password_strength.mismatch, .gform_wrapper .gfield_password_strength.short {
    background-color: #ffa0a0;
    border-color: #f04040;
    border-bottom: 3px solid #f04040
}

.gform_wrapper .gfield_password_strength.strong {
    background-color: #c3ff88;
    border-color: #8dff1c;
    border-bottom: 3px solid #8dff1c
}

.ginput_container_password, .ginput_container_password span {
    position: relative
}

    .ginput_container_password button {
        -webkit-appearance: none;
        appearance: none;
        background: 0 0;
        border: none;
        padding: 5px 0;
        position: absolute;
        right: 1px;
        text-align: center;
        top: 1px;
        width: 40px
    }

    .ginput_container_password span.ginput_left button {
        right: 9px
    }

    .ginput_container_password:not(.ginput_complex) span {
        display: inline-block;
        width: 100%
    }

        .ginput_container_password:not(.ginput_complex) span input {
            width: 100%
        }

    .ginput_container_password span.medium {
        width: calc(50% - 8px)
    }

    .ginput_container_password span.small {
        width: 25%
    }

.gform_wrapper table.gfield_list, .gform_wrapper table.gfield_list caption, .gform_wrapper table.gfield_list tbody, .gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list tfoot, .gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.gform_wrapper table.gfield_list {
    border-spacing: 0;
    border-collapse: collapse
}

.gfield_repeater_buttons {
    padding-top: 15px
}

.gform_wrapper table.gfield_list {
    table-layout: auto !important
}

    .gform_wrapper table.gfield_list thead th {
        font-weight: 700;
        text-align: left
    }

    .gform_wrapper table.gfield_list colgroup {
        width: 100%;
        display: block
    }

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
    color: #790000
}

.gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
    padding: 0;
    margin: 0
}

.gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list th {
    padding: 4px 0 4px 0
}

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
    padding: 0 0 4px 0
}

.gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
    padding: 0 0 0 16px
}

.gform_wrapper .gfield_list {
    width: 100%
}

    .gform_wrapper .gfield_list td.gfield_list_cell input {
        width: 100%
    }

.gfield_icon_disabled {
    cursor: default !important;
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
    width: 48px !important;
    padding: 0 0 0 4px !important;
    box-sizing: border-box
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle
}

.gform_wrapper .gform_card_icon_container {
    margin: 8px 0 6px 0;
    height: 32px
}

.gform_wrapper div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(//www.logicalposition.com/wp-content/plugins/gravityforms/css/../images/gf-creditcard-icons.svg);
    background-repeat: no-repeat;
    width: 36px;
    height: 30px;
    float: left
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -252px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -252px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -252px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -252px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -252px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -189px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -221px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -252px
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
    float: left;
    position: relative;
    top: 4px !important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-width: 85px !important
}

    .gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
        white-space: nowrap !important
    }

.gform_wrapper .ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px !important
}

    .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
        margin-bottom: 8px
    }

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 50% !important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    width: 32px;
    height: 23px;
    background-image: url(//www.logicalposition.com/wp-content/plugins/gravityforms/css/../images/gf-creditcard-icons.svg);
    background-repeat: no-repeat;
    background-position: 0 -128px;
    position: relative;
    top: -1px;
    left: 6px;
    display: -moz-inline-stack;
    display: inline-block
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 24px;
    border: 1px dashed #ccc;
    text-align: center;
    color: #aaa;
    margin-bottom: 16px;
    background: rgba(0,0,0,.02);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.gform_wrapper span.gform_drop_instructions {
    display: block;
    margin-bottom: 8px
}

.gform_delete {
    vertical-align: middle;
    cursor: pointer
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
    width: auto
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 1px
}

.gform_wrapper .form_saved_message {
    margin: 1em auto;
    padding: 3em 2em 3em;
    width: 99%;
    font-size: 1em;
    line-height: 1.8;
    color: #31708f;
    background-color: #e3f3f3;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

    .gform_wrapper .form_saved_message form {
        text-align: center
    }

.form_saved_message p.resume_form_link_wrapper {
    background-color: #fff;
    display: inline-block;
    padding: 1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    max-width: 98% !important;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 2px 0 rgba(66,103,126,.2);
    -moz-box-shadow: 0 3px 2px 0 rgba(66,103,126,.2);
    box-shadow: 0 3px 2px 0 rgba(66,103,126,.2)
}

.form_saved_message a.resume_form_link {
    word-wrap: break-word;
    text-decoration: none;
    color: #2f637e
}

.form_saved_message .form_saved_message_emailform {
    margin: 1em 0 0 0
}

.form_saved_message label.form_saved_label {
    position: absolute;
    left: -9000px
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    margin-bottom: .25em
}

div.form_saved_message div.form_saved_message_emailform form input {
    margin: .75em auto 0 auto;
    display: inline-block
}

    div.form_saved_message div.form_saved_message_emailform form input[type=email] {
        padding: calc(.75em - 1px) !important;
        width: 24em;
        max-width: 98% !important;
        font-size: 1em;
        background-color: #fff;
        border: 1px solid #91afc7;
        color: #424242;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-box-shadow: inset 0 0 5px 0 #eee;
        -moz-box-shadow: inset 0 0 5px 0 #eee;
        box-shadow: inset 0 0 5px 0 #eee
    }

    div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
        padding: .75em 1em;
        font-size: 1em;
        line-height: 1;
        background-color: #91afc7;
        border: 1px solid #91afc7;
        color: #fff;
        text-transform: uppercase;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-appearance: none;
        -moz-appearance: none
    }

@media only screen and (max-width:640px) {
    div.form_saved_message div.form_saved_message_emailform form input[type=email], div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
        display: block;
        width: 98%
    }
}

.form_saved_message .form_saved_message_emailform .validation_message {
    color: #790000;
    font-weight: 700;
    padding: 2em
}

.form_saved_message_sent {
    margin: 1em auto;
    padding: 3em 2em;
    width: 99%;
    font-size: 1em;
    background-color: #e9ffd9;
    color: #3c763d;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box
}

    .form_saved_message_sent .saved_message_email, .form_saved_message_sent .saved_message_success {
        font-weight: 700;
        display: block;
        line-height: 2
    }

    .form_saved_message_sent .saved_message_email {
        word-wrap: break-word;
        text-decoration: underline
    }

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area, body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
    line-height: 1 !important
}

body .gform_wrapper img.ui-datepicker-trigger {
    width: 17px !important;
    height: 16px !important;
    display: -moz-inline-stack;
    display: inline-block
}

body .gform_wrapper img.add_list_item, body .gform_wrapper img.delete_list_item {
    display: -moz-inline-stack;
    display: inline-block;
    margin-top: -2px
}

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
    margin-top: 16px
}

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
    width: 45.25%
}

.gform_wrapper table.recaptchatable {
    table-layout: auto
}

.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
    margin-left: 29%
}

.gfield .wp-editor-container {
    border: 1px solid #ddd
}

.gfield .wp-switch-editor {
    border-color: #ddd
}

.gfield .html-active .switch-html, .gfield .tmce-active .switch-tmce {
    border-bottom-color: #f5f5f5
}

.gfield .mce-edit-area iframe {
    width: 99.9% !important;
    margin: 0 !important
}

body .gform_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0
}

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    line-height: inherit
}

    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
        list-style-type: disc !important;
        margin: 0 0 8px 0;
        overflow: visible;
        padding-left: 0
    }

    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
        list-style-type: disc !important;
        margin: 16px 0 16px 28px !important;
        padding-left: 0
    }

    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
        list-style-type: decimal !important;
        overflow: visible;
        margin: 0 0 8px 0;
        padding-left: 0
    }

    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
        list-style-type: decimal !important;
        margin: 16px 0 18px 32px;
        padding-left: 0
    }

        body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
            list-style-type: disc !important;
            padding-left: 0
        }

        body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
            margin: 16px 0 16px 16px
        }

        body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
            margin: 0 0 8px
        }

    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
        margin: 0 0 18px 0;
        padding-left: 0
    }

        body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
            font-weight: 700
        }

        body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
            margin: 0 0 16px 18px
        }

.gform_wrapper span.gf_clear_span {
    display: block;
    height: 1px;
    overflow: hidden;
    width: 100%;
    float: none;
    clear: both;
    margin-top: -1px
}

.gform_wrapper .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .gform_wrapper .chosen-container * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .gform_wrapper .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        z-index: 1010;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
        box-shadow: 0 4px 5px rgba(0,0,0,.15);
        display: none
    }

    .gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
        display: block
    }

    .gform_wrapper .chosen-container a {
        cursor: pointer
    }

    .gform_wrapper .chosen-container .chosen-single .group-name, .gform_wrapper .chosen-container .search-choice .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 400;
        color: #999
    }

        .gform_wrapper .chosen-container .chosen-single .group-name:after, .gform_wrapper .chosen-container .search-choice .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top
        }

.gform_wrapper .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));
    background: linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

    .gform_wrapper .chosen-container-single .chosen-single input[type=text] {
        cursor: pointer;
        opacity: 0;
        position: absolute;
        width: 0
    }

.gform_wrapper .chosen-container-single .chosen-default {
    color: #999
}

.gform_wrapper .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.gform_wrapper .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(//www.logicalposition.com/wp-content/plugins/gravityforms/css/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

    .gform_wrapper .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px
    }

.gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.gform_wrapper .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

    .gform_wrapper .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(//www.logicalposition.com/wp-content/plugins/gravityforms/css/chosen-sprite.png) no-repeat 0 2px
    }

.gform_wrapper .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

    .gform_wrapper .chosen-container-single .chosen-search input[type=text] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: url(//www.logicalposition.com/wp-content/plugins/gravityforms/css/chosen-sprite.png) no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0
    }

.gform_wrapper .chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.gform_wrapper .chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

    .gform_wrapper .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none
    }

        .gform_wrapper .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer
        }

        .gform_wrapper .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default
        }

        .gform_wrapper .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));
            background-image: linear-gradient(#3875d7 20%,#2a62bc 90%);
            color: #fff
        }

        .gform_wrapper .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4
        }

        .gform_wrapper .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: 700;
            cursor: default
        }

        .gform_wrapper .chosen-container .chosen-results li.group-option {
            padding-left: 15px
        }

        .gform_wrapper .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline
        }

.gform_wrapper .chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));
    background-image: linear-gradient(#eee 1%,#fff 15%);
    cursor: text
}

    .gform_wrapper .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none
    }

        .gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap
        }

            .gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
                margin: 1px 0;
                padding: 0;
                height: 25px;
                outline: 0;
                border: 0 !important;
                background: 0 0 !important;
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #999;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0;
                width: 25px
            }

        .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 3px;
            background-color: #eee;
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            background-size: 100% 19px;
            background-repeat: repeat-x;
            background-clip: padding-box;
            -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
            box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
            color: #333;
            line-height: 13px;
            cursor: default
        }

            .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word
            }

            .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url(//www.logicalposition.com/wp-content/plugins/gravityforms/css/chosen-sprite.png) -42px 1px no-repeat;
                font-size: 1px
            }

                .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: -42px -10px
                }

        .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
            background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
            color: #666
        }

        .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4
        }

            .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px
            }

.gform_wrapper .chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.gform_wrapper .chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));
    background-image: linear-gradient(#eee 20%,#fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

    .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: 0 0
    }

        .gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px
        }

.gform_wrapper .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

    .gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #222 !important
    }

.gform_wrapper .chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

    .gform_wrapper .chosen-disabled .chosen-single {
        cursor: default
    }

    .gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default
    }

.gform_wrapper .chosen-rtl {
    text-align: right
}

    .gform_wrapper .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0
    }

        .gform_wrapper .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl
        }

    .gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px
    }

    .gform_wrapper .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px
    }

    .gform_wrapper .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px
    }

    .gform_wrapper .chosen-rtl .chosen-choices li {
        float: right
    }

        .gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
            direction: rtl
        }

        .gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px
        }

            .gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px
            }

    .gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0
    }

    .gform_wrapper .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0
    }

    .gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none
    }

    .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
        padding: 4px 5px 4px 20px;
        background: url(//www.logicalposition.com/wp-content/plugins/gravityforms/css/chosen-sprite.png) no-repeat -30px -20px;
        direction: rtl
    }

    .gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px
    }

    .gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px
    }

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx) {
    .gform_wrapper .chosen-container .chosen-results-scroll-down span, .gform_wrapper .chosen-container .chosen-results-scroll-up span, .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-container-single .chosen-search input[type=text], .gform_wrapper .chosen-container-single .chosen-single abbr, .gform_wrapper .chosen-container-single .chosen-single div b, .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
        background-image: url(//www.logicalposition.com/wp-content/plugins/gravityforms/css/chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

body .gform_wrapper .chosen-container a.chosen-single {
    border-radius: inherit
}

body .gform_wrapper ul.chosen-results li {
    line-height: inherit
}

@media only screen and (max-width:641px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 2;
        min-height: 2rem
    }

    .gform_wrapper textarea {
        line-height: 1.5
    }

    .gform_wrapper .chosen-container.chosen-container-single[style] {
        width: 100% !important
    }

    .gform_wrapper .chosen-container-single .chosen-single {
        height: 40px;
        line-height: 2.8
    }

        .gform_wrapper .chosen-container-single .chosen-single div b {
            position: relative;
            top: 10px
        }

    .gform_wrapper div.chosen-container.chosen-container-multi[style] {
        width: 100% !important
    }

    .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice, .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-field {
        width: 100%;
        line-height: inherit;
        float: none
    }

        .gform_wrapper .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span {
            margin-bottom: 0
        }

    .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: calc(50% - 6px)
    }

    .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 8px;
        display: block
    }

    .gform_wrapper li.field_sublabel_below .ginput_complex {
        margin-top: 12px !important
    }

    .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
        width: 85%;
        cursor: pointer
    }
}

@media only screen and (max-width:761px),(min-device-width:768px) and (max-device-width:1023px) {
    .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
        margin-top: 32px
    }

    .gform_wrapper table.gfield_list {
        border: 0
    }

        .gform_wrapper table.gfield_list thead {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

        .gform_wrapper table.gfield_list tr {
            margin-bottom: 10px;
            display: block;
            background: #fff;
            position: relative;
            border: 1px solid #ccc;
            border-top: 2px solid #ccc;
            border-bottom: 4px solid #ccc
        }

        .gform_wrapper table.gfield_list td {
            display: block;
            margin-left: 8px;
            margin-right: 8px
        }

            .gform_wrapper table.gfield_list td.gfield_list_icons {
                border-bottom: 0;
                margin: 16px 0 0 0 !important
            }

    .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before, .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        content: attr(data-label);
        font-size: .875em;
        letter-spacing: .5pt;
        white-space: nowrap;
        display: block;
        clear: both
    }

    .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
        margin: 8px 0 3px 8px
    }

    .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        margin: 3px 0 8px 8px
    }

    .gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
        padding: 4px 0 0 0
    }

    .gform_wrapper table.gfield_list tr.gfield_list_row_even, .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
        margin: 16px 0
    }

        .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
            padding-top: 12px
        }

    .gform_wrapper table.gfield_list tr {
        padding-top: 12px
    }

        .gform_wrapper table.gfield_list tr td.gfield_list_icons {
            width: 100% !important;
            padding: 0 4px 4px 4px !important;
            background-color: #eee
        }

            .gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
                margin: 12px 0 0 16px !important
            }

            .gform_wrapper table.gfield_list tr td.gfield_list_icons img.delete_list_item {
                margin: 12px 0 0 8px !important
            }

    .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
        margin-left: 0
    }

    .gform_wrapper .gfield_list td.gfield_list_cell input {
        width: calc(100% - 16px);
        margin-left: 8px;
        margin-right: 8px
    }
}

@media only screen and (min-width:641px) {
    .gform_wrapper .gform_body {
        width: 100%
    }

    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: calc(100% - 16px) !important
    }

    .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
        margin: 0 0 8px 0;
        line-height: 1.3
    }

    .gform_wrapper .gsection {
        margin: 28px 16px 28px 0
    }

    .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
        float: left;
        width: 29%;
        padding-right: 16px;
        margin-bottom: 16px
    }

    .gform_wrapper .right_label .gfield_label {
        text-align: right
    }

    .gform_wrapper .left_label .gfield_description, .gform_wrapper .right_label .gfield_description {
        width: 70%
    }

    .gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
        margin-bottom: 10px
    }

    .gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {
        margin-left: 29%
    }

    .gform_wrapper ul.gform_fields:not(.top_label) .gsection .gsection_description {
        margin-left: 0;
        padding-top: 4px;
        padding-left: 0;
        line-height: 1.5
    }

    .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
        margin-left: 29% !important;
        width: 70%
    }

    .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
        overflow: hidden
    }

    .gform_wrapper .left_label div.ginput_complex, .gform_wrapper .right_label div.ginput_complex {
        width: 70%;
        margin-left: 29%
    }

    .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small, .gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small {
        width: 15%
    }

    .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
        width: calc(35% - 8px)
    }

    .gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large {
        width: 70%
    }

    .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
        width: 70%
    }

    .gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
        width: 70%;
        margin-left: 29% !important
    }

    .gform_wrapper .top_label .gfield_list {
        width: 100%
    }

    .gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
        width: 45%
    }

    .gform_wrapper .top_label .gf_list_one_column {
        width: 46%
    }

    .gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input {
        margin-left: 3.7%
    }

    .gform_wrapper .left_label li.gfield .gfield_password_strength, .gform_wrapper .right_label li.gfield .gfield_password_strength {
        margin-left: 29%
    }

    .gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
        width: 25%
    }

    .gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
        width: calc(50% - 8px)
    }

    .gform_wrapper.gform_validation_error .top_label input.medium, .gform_wrapper.gform_validation_error .top_label select.medium {
        width: 50%
    }

    .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
        width: 100%
    }

        .gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
            width: auto
        }

    .gform_wrapper textarea.small {
        height: 80px;
        width: 100%
    }

    .gform_wrapper textarea.medium {
        height: 160px;
        width: 100%
    }

    .gform_wrapper textarea.large {
        height: 320px;
        width: 100%
    }

    .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
        width: 50%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0
    }

    .gform_wrapper .ginput_container_password .ginput_right {
        padding-left: 8px
    }

    .gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right {
        width: 50%
    }

    .gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
        min-height: 43px;
        position: relative;
        float: left
    }

    .gform_wrapper .ginput_complex .ginput_cardinfo_left {
        width: 50%
    }

    .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
        width: 47% !important;
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
        margin-right: 4px
    }

    .gform_wrapper .gf_step {
        width: auto;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 16px 32px 16px 0
    }

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_wrapper .gform_footer input[type=image] {
        vertical-align: middle
    }

    .gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
        font-size: 1em;
        margin-left: 16px;
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
        font-size: 1em;
        width: auto;
        margin: 0 16px 0 0
    }

    .gform_wrapper ul.gform_fields li.gfield {
       /* padding-right: 16px;*/
        padding: 16px;
    }

    .gform_wrapper .ginput_complex .ginput_left {
        padding-right: 8px
    }

    .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
        content: "";
        display: block
    }

    .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
        margin-right: 8px
    }

    .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
        margin-right: -8px;
        padding-right: 8px
    }

    .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
        padding-right: 8px !important;
        margin-right: 8px
    }

    .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
        padding-right: 8px !important;
        margin-right: -8px
    }

        .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
            margin-right: 8px
        }

    .gform_wrapper .gfield_error .ginput_container {
        padding-right: 0
    }

    .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
        margin: 18px 0 18px 0
    }

    .gform_wrapper .gform_footer:not(.top_label) {
        padding: 16px 0 10px 0;
        margin-left: 29%;
        width: 70%
    }

    .top_label div.ginput_complex.ginput_container.gf_name_has_1, .top_label div.ginput_complex.ginput_container.gf_name_has_2, .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(100% + 15px)
    }

    .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
        width: calc(100% + 13px)
    }

    .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
        width: calc(100% + 14px)
    }

    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(70% + 15px);
        margin-left: 29%
    }

    ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2, ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(70% + 24px)
    }

    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
        width: calc(70% + 13px);
        margin-left: 29%
    }

    ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_5 {
        width: calc(70% + 14px);
        margin-left: 29%
    }

    div.ginput_container_name span {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        padding-right: 16px;
        margin-right: -4px
    }

    div.ginput_complex.ginput_container.gf_name_has_1 span {
        width: 100%
    }

    div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 50%
    }

    div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33.3%
    }

    div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 25%
    }

    div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.95%
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
        width: 99.75% !important
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 49.75% !important
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33% !important
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 24.75% !important
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.75% !important
    }

    html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child, html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
        margin-left: 0 !important
    }

    .gform_wrapper .top_label .ginput_complex.ginput_container.ginput_container_email {
        width: calc(100% + 15px)
    }

    .gform_wrapper ul.gform_fields:not(.top_label) div.ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 16px);
        margin-left: 29%
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 17px)
    }

    li.gfield.gfield_error .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gfield_error .ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 8px) !important
    }

    .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_left, .gform_wrapper .ginput_complex.ginput_container.ginput_container_email .ginput_right {
        padding-right: 16px
    }

    .gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
        width: 70%
    }

    .gform_wrapper .ginput_complex span.ginput_left + input.gform_hidden + span.ginput_left {
        padding-right: 0
    }

    .gform_wrapper .ginput_complex span.ginput_left.address_country {
        margin-right: 0
    }

    html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, html:not([dir=rtl]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
        width: 70%;
        margin-left: 29%
    }

    .gform_wrapper .gf_progressbar {
        width: calc(100% - 16px)
    }

    .gform_wrapper ul.gform_fields:not(.top_label) .gform_fileupload_multifile .gform_drop_area {
        margin-left: 29%;
        width: 70%
    }

    body .gform_wrapper span.ginput_left.address_city + input.gform_hidden + span.ginput_left.address_country {
        width: calc(50% - 8px);
        margin-right: 0
    }

    .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container.ginput_recaptcha {
        margin-left: 29% !important
    }

    .gform_wrapper .gform_page_footer .button.gform_previous_button {
        margin-bottom: 0
    }

    .gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
        margin-right: 10px
    }

    body .gform_wrapper select.medium.gfield_select + div.chosen-container-multi[style], body .gform_wrapper select.medium.gfield_select + div.chosen-container-single[style] {
        width: calc(50% - 8px) !important
    }

    body .gform_wrapper select.large.gfield_select + div.chosen-container-multi[style], body .gform_wrapper select.large.gfield_select + div.chosen-container-single[style] {
        width: 100% !important
    }

    body .gform_wrapper select.small.gfield_select + div.chosen-container-multi[style], body .gform_wrapper select.small.gfield_select + div.chosen-container-single[style] {
        width: 25% !important
    }
}

.gfield_repeater_cell > .gfield_repeater_wrapper {
    border-left: 8px solid rgba(54,86,102,.1);
    background-color: rgba(1,1,1,.02);
    padding: 10px 20px;
    border-radius: 8px;
    border-bottom: 1px solid #eee
}

.gfield_repeater_wrapper input {
    border: 1px solid #c5c6c5;
    border-radius: 4px
}

.gfield_repeater_wrapper .gfield_repeater_wrapper {
    margin-top: 10px
}

.gfield_repeater_buttons .add_repeater_item_text, .gfield_repeater_buttons .remove_repeater_item_text {
    min-width: 100px;
    height: 30px;
    background: rgba(242,242,242,.5);
    transition: all .3s cubic-bezier(.67,.17,.4,.83);
    font-size: 12px;
    color: #757575;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid rgba(117,117,117,.4);
    font-weight: 400
}

.gfield_repeater_buttons .add_repeater_item_plus, .gfield_repeater_buttons .remove_repeater_item_minus {
    width: 22px;
    height: 22px;
    background: rgba(242,242,242,.5);
    transition: all .3s cubic-bezier(.67,.17,.4,.83);
    font-size: 16px;
    color: #757575;
    border-radius: 50%;
    margin: 10px 5px 0 5px;
    border: 1px solid rgba(117,117,117,.4);
    font-weight: 700;
    padding: 0;
    padding-bottom: 5px
}

.gfield_repeater_buttons button.gfield_icon_disabled {
    cursor: default;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

    .gfield_repeater_buttons button.gfield_icon_disabled:hover {
        background: rgba(242,242,242,.5);
        color: #757575;
        border: 1px solid rgba(117,117,117,.4)
    }

.gfield_repeater_buttons button:hover {
    background: #fafafa;
    color: #374750;
    border: 1px solid #757575
}

.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
    border-bottom: 2px solid #e0e0e6;
    padding-bottom: 20px
}

.gfield_repeater_cell > .gfield_repeater_wrapper {
    border-left: 8px solid #f1f1f1;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.06),0 2px 1px -1px rgba(0,0,0,.06),0 1px 5px 0 rgba(0,0,0,.06)
}

.gfield_repeater_buttons .add_repeater_item_text:focus, .gfield_repeater_buttons .remove_repeater_item_text:focus {
    outline: 0
}

.gfield_repeater_item .gfield_repeater_cell .gfield_required {
    color: #c32121
}

.gform_wrapper .gfield_repeater_cell label {
    color: #9b9a9a;
    font-weight: 400;
    font-size: 14px;
    padding-top: 8px
}

.gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
    padding-bottom: 20px;
    padding-top: 0
}

div .gfield_repeater_cell {
    margin-top: 5px
}

.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
    border-bottom: 2px solid #e0e0e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 10px
}

.gfield_repeater_value > .gfield_repeater {
    border-left: 8px solid rgba(54,86,102,.1);
    background-color: rgba(1,1,1,.02);
    padding: 10px 20px;
    border-radius: 8px;
    border-bottom: 1px solid #eee;
    margin: 10px
}

.gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
    color: rgba(117,117,117,.7);
    border: 1px solid #c5c6c5;
    border-radius: 4px;
    margin-right: 10px;
    padding-left: 10px;
    background-color: #f0f0f0
}

.gfield_repeater .gfield_repeater_items, .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
    padding-top: 5px
}

.gfield_repeater .gfield_label {
    color: #23282d;
    font-size: 16px;
    font-weight: 600
}

.gfield_repeater_value .gfield_label {
    padding-bottom: 0
}

.gfield_repeater_value .gfield_repeater_value .gfield_repeater_item:first-child {
    padding-bottom: 0
}

@media only screen and (min-width:641px) {
    .gform_wrapper .top_label li.gfield.gf_inline {
        vertical-align: top;
        width: auto !important;
        margin: 0;
        padding-right: 16px;
        float: none !important;
        display: -moz-inline-stack;
        display: inline-block
    }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
            width: 100%
        }

        .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
            width: 96px !important
        }

        .gform_wrapper .top_label li.gfield.gf_inline select {
            width: 100%
        }

        .gform_wrapper .top_label li.gfield.gf_inline textarea {
            width: 100%
        }

        .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
            width: 70% !important
        }

        .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
            width: 50px
        }

        .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
            width: auto
        }

    .gform_wrapper li.gf_inline div.ginput_container {
        white-space: nowrap !important
    }

        .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
            display: block !important
        }

    .gform_wrapper li.gfield.gfield_error.gf_inline {
        margin-right: 16px;
        padding-right: 0
    }

    .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding-right: 16px;
        float: none;
        padding: 16px;
    }

        .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
            width: 100% !important;
            margin: 8px 0 0 0;
            padding-left: 0;
            padding-right: 0
        }

        .gform_wrapper .top_label li.gfield.gf_left_half:before {
            content: "";
            display: block;
            clear: both
        }

        .gform_wrapper .top_label li.gfield.gf_right_half:after {
            content: "";
            display: table;
            clear: both
        }

    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        max-width: calc(50% - 16px);
        padding-right: 0
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
        margin-right: 16px
    }

    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
        width: 100%
    }

    .gform_wrapper .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
        width: 98%
    }

    .gform_wrapper .top_label li.gfield.gf_left_half input.small, .gform_wrapper .top_label li.gfield.gf_right_half input.small {
        width: 35%
    }

    .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
        padding: 16px 0 8px 0
    }

    .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
        padding: 16px 0 8px 0
    }

    .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
        padding: 0 0 8px 0
    }

        .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
            padding: 16px 0 8px 0
        }

    .gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield {
        clear: both
    }

    .gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        float: none
    }

        .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
            width: 33.3%
        }

        .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
            width: 33.4%
        }

    .gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
        margin-bottom: 8px
    }

        .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
            width: 100%
        }

        .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]):not(.ginput_quantity), .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
            width: 100% !important
        }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width: calc(33.3% - 24px) !important;
        margin-right: 16px
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
        width: 33.4%
    }

    .gform_wrapper .top_label li.gfield.gf_right_third:after {
        content: "";
        display: table;
        clear: both
    }

    .gform_wrapper .top_label li.gfield.gf_left_third + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection {
        padding: 16px 0 8px 0
    }

    .gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield {
        clear: both
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 25%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        float: none
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter, .gform_wrapper .top_label li.gfield.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gf_second_quarter, .gform_wrapper .top_label li.gfield.gf_third_quarter {
        margin-bottom: 8px
    }

        .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select, .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type=radio]):not([type=checkbox]), .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select {
            width: 100% !important
        }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter, .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter {
        width: 24.5%
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
        content: "";
        display: table;
        clear: both
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter input.large, .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_first_quarter select.large, .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large, .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter input.large, .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_second_quarter select.large, .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter input.large, .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium, .gform_wrapper .top_label li.gfield.gf_third_quarter select.large, .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium {
        width: 97.5%
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gsection, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gsection {
        padding: 16px 0 8px 0
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_first_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_fourth_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_second_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_second_quarter + li.gfield, .gform_wrapper .top_label li.gfield.gf_third_quarter + .gform_footer, .gform_wrapper .top_label li.gfield.gf_third_quarter + li.gfield {
        clear: both
    }

    .gform_wrapper .top_label li ul.gfield_checkbox, .gform_wrapper .top_label li ul.gfield_radio {
        width: calc(100% + 16px)
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox, .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
        width: calc(70% + 16px)
    }

    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
        width: 50%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%
    }

    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
        width: 33.3%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0 0 2px 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%
    }

        .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
            max-width: 75%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            vertical-align: middle
        }

    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
        width: 25%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%
    }

    .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
        width: 20%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%
    }

    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
        overflow: hidden
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label, .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
        margin: 0 0 10px 0
    }

    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
        margin: 0 0 10px 0
    }

    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 16px);
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }

    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }

    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }

    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5
    }

        .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label, .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
            max-width: 75%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

    .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
        height: 25px
    }

    .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
        height: 50px
    }

    .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
        height: 75px
    }

    .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
        height: 100px
    }

    .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
        height: 125px
    }

    .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
        height: 150px
    }

    .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
        width: auto !important;
        float: none !important;
        margin: 0 8px 10px 0;
        display: -moz-inline-stack;
        display: inline-block
    }

    html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, html[dir=rtl] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
        padding-left: 16px !important;
        padding-right: 0 !important
    }

    .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
        display: none !important
    }

    .gform_wrapper li.gsection.gf_scroll_text {
        height: 240px;
        width: calc(100% - 16px);
        padding: 16px;
        background-color: #fff;
        overflow-y: scroll;
        overflow-x: hidden;
        border: 1px solid #ccc;
        border-bottom: 1px solid #ccc !important
    }

    .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 10px 10px 0 8px !important
    }

    .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title, .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 0 10px 0 8px !important
    }

    .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
        margin: 10px;
        font-size: 12px
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
        list-style-type: disc !important;
        margin: 0 0 8px;
        overflow: visible;
        padding-left: 0
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
        list-style-type: disc !important;
        margin: 16px 0 16px 18px;
        padding-left: 0
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
        list-style-type: decimal !important;
        overflow: visible;
        margin: 0 0 8px;
        padding-left: 0
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
        list-style-type: decimal !important;
        margin: 16px 0 18px 32px;
        padding-left: 0
    }

        .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
            list-style-type: disc !important;
            padding-left: 0
        }

        .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
            margin: 16px 0 16px 18px
        }

        .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
            margin: 0 0 8px
        }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
        margin: 0 0 18px 0;
        padding-left: 0
    }

        .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
            font-weight: 700
        }

        .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
            margin: 0 0 16px 18px
        }

    .gform_wrapper li.gfield.gfield_html.gf_alert_blue, .gform_wrapper li.gfield.gfield_html.gf_alert_gray, .gform_wrapper li.gfield.gfield_html.gf_alert_green, .gform_wrapper li.gfield.gfield_html.gf_alert_red, .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 20px 0 !important;
        padding: 20px !important
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_green {
        border: 1px solid #97b48a;
        background-color: #cbeca0;
        text-shadow: #dfb 1px 1px;
        color: #030
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_red {
        border: 1px solid #cfadb3;
        background-color: #faf2f5;
        text-shadow: #fff 1px 1px;
        color: #832525
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
        border: 1px solid #e6db55;
        background-color: #fffbcc;
        text-shadow: #fcfaea 1px 1px;
        color: #222
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
        border: 1px solid #ccc;
        background-color: #eee;
        text-shadow: #fff 1px 1px;
        color: #424242
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
        border: 1px solid #a7c2e7;
        background-color: #d1e4f3;
        text-shadow: #e0f1ff 1px 1px;
        color: #314475
    }

    div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
        margin: 30px 0;
        max-width: 99%;
        border-top: 1px solid #e6db55;
        border-bottom: 1px solid #e6db55;
        padding: 32px;
        background-color: #fffbcc;
        color: #424242;
        font-size: 25px
    }

    div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
        margin: 30px 0;
        max-width: 99%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 32px;
        background-color: #eaeaea;
        color: #424242;
        font-size: 25px
    }

    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
        position: relative;
        background-color: #fffbd2;
        margin: 30px 0;
        border: 1px solid #e6db55;
        -webkit-box-shadow: 0 0 5px rgba(221,215,131,.75);
        -moz-box-shadow: 0 0 5px rgba(221,215,131,.75);
        box-shadow: 0 0 5px rgba(221,215,131,.75)
    }

        div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
            margin: 0;
            padding: 40px;
            max-width: 99%;
            font-size: 28px;
            border-top: 2px solid #fff;
            border-bottom: 1px solid #e6db55;
            background-color: #fffbcc;
            color: #424242;
            background: #fffce5;
            background: -moz-linear-gradient(top,#fffce5 0,#fff9bf 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fffce5),color-stop(100%,#fff9bf));
            background: -webkit-linear-gradient(top,#fffce5 0,#fff9bf 100%);
            background: -o-linear-gradient(top,#fffce5 0,#fff9bf 100%);
            background: -ms-linear-gradient(top,#fffce5 0,#fff9bf 100%);
            background: linear-gradient(to bottom,#fffce5 0,#fff9bf 100%)
        }

    div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
        position: relative;
        background-color: #f1fcdf;
        margin: 30px 0;
        border: 1px solid #a7c37c;
        -webkit-box-shadow: 0 0 5px rgba(86,122,86,.4);
        -moz-box-shadow: 0 0 5px rgba(86,122,86,.4);
        box-shadow: 0 0 5px rgba(86,122,86,.4)
    }

        div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
            margin: 0;
            padding: 40px;
            max-width: 99%;
            font-size: 28px;
            border-top: 2px solid #effade;
            border-bottom: 1px solid #a7c37c;
            background-color: #fffbcc;
            text-shadow: #dfb 1px 1px;
            color: #030;
            background: #dbf2b7;
            background: -moz-linear-gradient(top,#dbf2b7 0,#b4d088 100%);
            background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dbf2b7),color-stop(100%,#b4d088));
            background: -webkit-linear-gradient(top,#dbf2b7 0,#b4d088 100%);
            background: -o-linear-gradient(top,#dbf2b7 0,#b4d088 100%);
            background: -ms-linear-gradient(top,#dbf2b7 0,#b4d088 100%);
            background: linear-gradient(to bottom,#dbf2b7 0,#b4d088 100%)
        }

        div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
            z-index: -1;
            position: absolute;
            content: "";
            bottom: 15px;
            left: 10px;
            width: 50%;
            top: 80%;
            max-width: 40%;
            background: rgba(0,0,0,.2);
            -webkit-box-shadow: 0 15px 10px rgba(0,0,0,.2);
            -moz-box-shadow: 0 15px 10px rgba(0,0,0,.2);
            box-shadow: 0 15px 10px rgba(0,0,0,.2);
            -webkit-transform: rotate(-3deg);
            -moz-transform: rotate(-3deg);
            -o-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
            transform: rotate(-3deg)
        }

        div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
            -webkit-transform: rotate(3deg);
            -moz-transform: rotate(3deg);
            -o-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
            transform: rotate(3deg);
            right: 10px;
            left: auto
        }

    .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
        width: auto;
        margin: 0 auto;
        display: table
    }

    .gform_wrapper form.gf_simple_horizontal {
        width: calc(100% - 16px);
        margin: 0 auto
    }

        .gform_wrapper form.gf_simple_horizontal div.gform_body, .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
            display: table-cell;
            vertical-align: middle;
            margin: 0;
            padding: 0;
            position: relative
        }

        .gform_wrapper form.gf_simple_horizontal div.gform_body {
            width: auto;
            max-width: 75%
        }

        .gform_wrapper form.gf_simple_horizontal div.ginput_container, .gform_wrapper form.gf_simple_horizontal ul li.gfield {
            margin-top: 0 !important
        }

        .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
            width: auto;
            max-width: 25%;
            padding: 0;
            margin: 0
        }

    body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        text-align: left
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
        display: table;
        width: 100%
    }

        .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
            display: table-cell;
            padding-right: 1em;
            height: auto
        }

    .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message), .gform_wrapper form.gf_simple_horizontal .ginput_complex label, .gform_wrapper form.gf_simple_horizontal label.gfield_label {
        display: block;
        height: 1px;
        width: 1px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: -9000px
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
        vertical-align: middle
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
        vertical-align: middle
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small {
        width: 100%
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium, .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small {
        width: 100%
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=button], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=image], .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
        height: auto
    }

    .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
        margin-bottom: 0
    }

    .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li, .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
        display: inline-block;
        margin-right: .5em
    }

    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 48.5%
    }

    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33%
    }

    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 24.5%
    }

    html[dir=rtl] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.5%
    }
}

body .gform_wrapper.gf_form_center_wrapper {
    padding: 16px 0 16px 16px
}

.entry .gform_wrapper.gf_browser_safari ul li:after, .entry .gform_wrapper.gf_browser_safari ul li:before {
    content: ""
}

.gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important
}

.gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%
}

.gform_wrapper.gf_browser_safari .gfield_checkbox li input, .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
    margin-top: 4px
}

.gform_wrapper.gf_browser_safari select[multiple=multiple] {
    height: auto !important
}

.gform_wrapper.gf_browser_safari input.button.gform_button_select_files {
    padding: 6px 12px !important
}

.gform_wrapper.gf_browser_safari .gfield_time_ampm select {
    max-width: 5rem !important;
    width: calc(2rem + 20px)
}

.gform_wrapper.gf_browser_chrome select {
    padding: 2px 0 2px 3px
}

.gform_wrapper.gf_browser_chrome .gfield_time_ampm select {
    max-width: 5rem !important;
    width: calc(3rem + 20px)
}

.entry .gform_wrapper.gf_browser_chrome ul li:after, .entry .gform_wrapper.gf_browser_chrome ul li:before, .gform_wrapper.gf_browser_chrome ul li:after, .gform_wrapper.gf_browser_chrome ul li:before {
    content: none
}

.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important
}

.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%
}

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 5px;
    margin-top: 2px
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 6px
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: 1px
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
    margin-left: 1px
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 2px
}

.gform_wrapper.gf_browser_chrome select[multiple=multiple] {
    height: auto !important
}

.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last, .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
    margin-left: 1.1%
}

.gform_wrapper.gf_browser_chrome .gfield_error input[type=email], .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], .gform_wrapper.gf_browser_chrome .gfield_error input[type=text], .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], .gform_wrapper.gf_browser_chrome .gfield_error select, .gform_wrapper.gf_browser_chrome .gfield_error textarea, .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 2px
}

.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
    padding: 6px 12px !important
}

.gform_wrapper.gf_browser_chrome span.address_country {
    margin-top: -2px
}

.gform_wrapper.gf_browser_gecko select {
    padding: 2px 12px 2px 2px
}

.gform_wrapper.gf_browser_gecko .gfield_time_ampm select {
    max-width: 5rem !important;
    width: calc(4rem + 25px)
}

.entry .gform_wrapper.gf_browser_gecko ul li:after, .entry .gform_wrapper.gf_browser_gecko ul li:before, .gform_wrapper.gf_browser_gecko ul li:after, .gform_wrapper.gf_browser_gecko ul li:before {
    content: none
}

.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
    margin-right: 1px
}

.gform_wrappergf_browser_gecko .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 2.4
}

    .gform_wrappergf_browser_gecko .chosen-container-single .chosen-single div b {
        position: relative;
        top: 5px
    }

.entry .gform_wrapper.gf_browser_ie ul li:after, .entry .gform_wrapper.gf_browser_ie ul li:before, .gform_wrapper.gf_browser_ie ul li:after, .gform_wrapper.gf_browser_ie ul li:before {
    content: none
}

.gform_wrapper.gf_browser_ie .gfield_time_hour {
    width: 80px
}

.gform_wrapper.gf_browser_ie .gfield_time_minute {
    width: 70px
}

.gform_wrapper.gf_browser_ie .gfield_time_ampm {
    padding-top: 2px
}

.gform_wrapper.gf_browser_ie .gfield_time_hour input, .gform_wrapper.gf_browser_ie .gfield_time_minute input {
    margin-left: 0
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
    margin: 3px 0 5px 0
}

.gform_wrapper.gf_browser_ie .gform_footer input.button {
    padding: 3px
}

.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
    overflow: hidden;
    clear: both
}

.gform_wrapper.gf_browser_ie .gfield_radio li {
    line-height: 20px !important
}

    .gform_wrapper.gf_browser_ie .gfield_checkbox li input, .gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio] {
        margin-top: 0
    }

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
    padding: 2px 0 2px 0
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important
}

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
    width: 99% !important
}

.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
    margin-left: 32%
}

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    position: relative;
    top: -1px;
    left: 4px
}

.gform_wrapper.gf_browser_ie img.add_list_item, .gform_wrapper.gf_browser_ie img.delete_list_item {
    width: 16px !important;
    height: 16px !important;
    background-size: 16px 16px !important
}

.entry .gform_wrapper.gf_browser_iphone ul li:after, .entry .gform_wrapper.gf_browser_iphone ul li:before, .gform_wrapper.gf_browser_iphone ul li:after, .gform_wrapper.gf_browser_iphone ul li:before {
    content: none
}

.entry .gform_wrapper.gf_browser_unknown ul li:after, .entry .gform_wrapper.gf_browser_unknown ul li:before, .gform_wrapper.gf_browser_unknown ul li:after, .gform_wrapper.gf_browser_unknown ul li:before {
    content: none
}

@media only screen and (max-width:641px) {
    .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
        height: 44px;
        line-height: 3.2
    }

        .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single div b, .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single div b, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single div b {
            position: relative;
            top: 50%;
            transform: translateY(-25%)
        }
}




.main-banner {
    width: 100%;
    min-height: 350px;
    background-image: url(/Themes/NopRoot/Content/images/digital.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1349px;
    margin: 0 auto;
}

.banner-overlay {
    background-color: rgba(0, 0, 0, 0);
}

.banner-tagline {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px 20px;
    color: #ffffff;
    margin-top: 100px;
}

.main-tagline {
    display: block;
    font-size: 30px;
    line-height: 42px;
    color: #ffffff;
    font-family: "Roboto-Slab-Regular", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.sub-tagline-text {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-top: 5px;
    font-family: "Roboto-Slab-Regular", Arial, Helvetica, sans-serif;
}

.banner-btn-row a.banner-btn {
    margin: 15px auto 10px;
    white-space: initial;
    padding: 5px 10px;
    font-size: 18px;
}

/******review****************/


.home-section {
    padding: 40px 0;
}

.home-section--reviews .nav-pills {
    margin: 0 0 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.home-section--reviews .nav-item {
    text-align: center;
    margin: 0 25px 5px;
}

.home-section--reviews .nav-link {
    color: #003463;
    background-color: transparent;
    font-size: 23px;
    line-height: 1.2;
    padding: 10px 0;
    font-family: muli,sans-serif;
    font-weight: 700;
}

body, label, li, p {
    font-family: nunito-sans,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #003463;
    font-size: 16px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-link {
    display: block;
    /*padding: 0.5rem 1rem;*/
}

.home-section--reviews .nav-link span {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.home-section--reviews .nav-link.active span:after {
    content: "";
    background: #3076e5;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -10px;
    position: absolute;
}

.tab-content>.tab-pane {
    display: none;
}
.fade:not(.show) {
    opacity: 0;
}
.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#swiperReviews {
    padding: 0 10px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0,0,0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.homepage-testimonials-item {
    -webkit-box-shadow: 0 10px 12px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 12px rgb(0 0 0 / 10%);
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    /*height: 100%;*/
    position: relative;
    transition-property: transform;
}

div:active, div:focus, div:hover {
    outline: 0;
}

.homepage-testimonials-item p:first-child {
    font-size: 16px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 60px;
}
.homepage-testimonials-item p {
    text-align: left;
}

.homepage-testimonials-item[data-swiper-slide-index="2"]:after, .homepage-testimonials-item[data-swiper-slide-index="5"]:after {
    border-right-color: #3076e5;
    border-bottom-color: #3076e5;
}

.homepage-testimonials-item[data-swiper-slide-index="0"]:after, .homepage-testimonials-item[data-swiper-slide-index="3"]:after {
    border-right-color: #45c2b1;
    border-bottom-color: #45c2b1;
}

.homepage-testimonials-item[data-swiper-slide-index="1"]:after, .homepage-testimonials-item[data-swiper-slide-index="4"]:after {
    border-right-color: #ffbe24;
    border-bottom-color: #ffbe24;
}

.homepage-testimonials-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 1.5em;
}

.home-section p {
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #003463;
    letter-spacing: .25px;
}

.home-section .swiper-pagination--standard {
    position: relative;
    bottom: 0;
    margin-top: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination--standard {
    position: relative;
    bottom: 0;
    margin-top: 10px;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.home-section .swiper-button--standard.swiper-button-prev {
    left: -45px;
}
.home-section .swiper-button--standard {
    top: 55%;
    color: #3076e5;
}
.swiper-button--standard.swiper-button-prev {
    left: -45px;
}
.swiper-button--standard {
    top: 55%;
    color: #3076e5;
}
[role=button] {
    cursor: pointer;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.home-section .swiper-button--standard.swiper-button-next {
    right: -45px;
}
.home-section .swiper-button--standard {
    top: 55%;
    color: #3076e5;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    /*text-transform: none;*/
    font-variant: initial;
    line-height: 1;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.tab-content>.active {
    display: block;
}

.homepage-case-studies-bg-graphic {
    position: absolute;
    width: 150px;
    /*top: 242px;
    right: -6px;*/
margin-top: 67px;
    right: 105px;
}
#secondary img, article img, figure, img, img.wp-post-image {
    max-width: 100%;
    height: auto;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.homepage-case-studies-item {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.homepage-case-studies-item>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 20px;
}
.homepage-case-studies-content {
    background-color: #fff;
}

.homepage-case-studies-item h3 {
    font-family: muli,sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #003463;
    line-height: 1.4;
    margin-bottom: 10px;
}

.homepage-case-studies-item h4 {
    font-family: muli,sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #003463;
    line-height: 1.2;
    margin-bottom: 25px;
}

.homepage-case-studies-item h4 span {
    display: block;
    font-weight: 900;
    font-size: 56px;
    /*color: #45c2b1;*/
    color: #555;
}

.homepage-case-studies-item p:last-of-type {
    margin-bottom: 50px;
}
.homepage-case-studies-item p {
    font-size: 16px;
}

.btnColorSecondaryGrey {
    background-color: transparent;
    border: 2px solid #b3bec9;
    color: #00244b!important;
}
#main-menu>li.get-started a, #myModal-contactForm .gform_button, .btnMd {
    font-size: 18px;
    border-radius: 4px;
   /* padding: 0 30px;*/
    min-height: 48px!important;
}
.btnSecondary {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: nunito-sans,sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #3076e5;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;padding:0 30px;
}

.homepage-case-studies-graphic {
    position: relative;
}

.homepage-case-studies-graphic img {
    border-radius: 8px;
    
}
#secondary img, article img, figure, img, img.wp-post-image {
    max-width: 100%;
    height: auto;
}


/*******************************************Leave a meassage button **************/

.olark-launch-button.olark-chat-tab {
    border-radius: 8px 8px 0 0 ;
    bottom: 0 ;
}
.olark-launch-button.olark-chat-tab {
    animation-name: loadTab;
}


.olark-launch-button {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 100% ;
    position: fixed ;
    bottom: 15px ;
    right: 20px ;
    left: auto ;
    height: 44px ;
    width: auto ;
    z-index: 2147483646 ;
    background: #000!important;
    border: 0 ;
    border-radius: 100px ;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25) ;
    box-sizing: border-box ;
    padding: 0 20px ;
    transition: all .4s,bottom .8s ease-in-out ;
    cursor: pointer ;
    outline: none ;
    display: inline-block ;
    margin: 0 ;
    -webkit-font-smoothing: antialiased ;
    -webkit-tap-highlight-color: rgba(0,0,0,0) ;
    animation-name: loadBubble;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: .2s;
}


.olark-launch-button svg {
    width: 28px ;
    display: inline-block ;
    height: 48px ;
}

.olark-notification-badge.olark-hidden {
    display: none ;
}
.olark-notification-badge {
    background: #ea4141 ;
    position: absolute ;
    top: -3px ;
    right: -3px ;
    height: 17px ;
    width: 17px ;
    border-radius: 100px ;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.5) ;
}

.olark-notification-badge-text {
    line-height: 17px ;
    font-size: 11px ;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff ;
}

.olark-launch-button .olark-button-text {
    color: #ffffff ;
    display: inline-block ;
    font-family:"Roboto Condensed", sans-serif ;
    font-size: 1.3em ;
    line-height: 48px ;
    font-weight: bold ;
    margin: 0 0 0 12px ;
    max-width: 200px ;
    overflow: hidden ;
    text-overflow: ellipsis ;
    vertical-align: top ;
    white-space: nowrap ;
    padding: 0 ;
    transition: .6s ease-in-out ;
}

.email {font-size: 18px;
    margin-top: 5px;
    font-weight: bold;}

/************************************contact us button done**********/


.vc_col-sm-12 {
    width: 100%;
}

.vc_row {
    margin-left:5px;
    margin-right:5px;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_col-sm-3 {
    width: 25%;
}

.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left;
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.pricing-box.three {
    border: solid 0 #e3e2e2;
    background: #fff;
    padding: 0;
    transition: all 0.3s ease-out 0s;
}

.margin-bottom4 {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

ul.plan-list {
    padding: 0;
    margin: 0;
}

ul.plan-list.two li {
    padding: 11px 25px;
    margin: 0;
    border-top: solid 1px #e3e2e2;
}

.pricing-box.three {
    border: solid 0 #e3e2e2;
    background: #fff;
    padding: 0;
    transition: all 0.3s ease-out 0s;
}

.pricing-box.three h6 {
    padding-top: 20px;
}

.pricing-box.three.active {
    border: solid 0 #e3e2e2;
    background: #fff;
    padding: 0 0 20px 0;
    -webkit-box-shadow: 0 0 4px 2px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.28);
    box-shadow: 0 0 4px 2px rgb(0 0 0 / 28%);
    z-index: 99;
}

.fa.fa-close.red {
    color: #FD0000;
}
.fa {
    /*display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

#smart-button-container {
    background: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 25%);
    padding: 10px 0 20px;
}

.paypaldiv {
    display: grid !important;
    vertical-align: top;
    width: 100%;
    padding-right: 16px;
    float: none;
    padding: 5px 15px;
}

.paypallabel {
    font-size: 19px;
    font-weight: 400;
    display: inline-block;
    line-height: 1.3;
    clear: both;
}

.paypaltext {
    font-family: inherit;
    padding: 5px 4px;
    letter-spacing: normal;
    font-size: 16px !important;
}

p#descriptionError {
    margin: 5px 10px;
}

.paypalbutton {
   /* background: #ffc200;*/
    padding: 10px;
    font-size: 18px;
    border-radius: 10px
}

/*New CSS*/

img.image-one:hover {
    transform: scale(0.8);
}
img.image-one {
    transition: all .3s ease;
}

.ecatalog {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
}

.content {
flex: 1;
padding: 20px;
}

.content h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.content h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.content p {
    font-size: 16px;
    line-height: 1.6;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #003461;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #003461;
}
a.button:hover{
    color: white;
}

.image {
flex: 1;
text-align: center;
}

.image img {
    max-width: 100%;
    height: auto;
}

.mix {
    display: flex;
    width: 45%;
}

.imgsmall {
    width: 22%;
    padding: 10px;
}

.third .headpara {
    border-left: 6px solid #418bb8;
    padding-left: 1.875rem;
    position: relative;
    line-height: 1.4;
}

section.first {
    background: #cfd3dd;
    box-shadow: 0px 4px 4px 0px rgba(14,14,14,.2);
}
section.third {
    background: #FFFFFF;
    box-shadow: 0px -2px 10px 0px rgba(14,14,14,.2);
}

/*HOMEPAGE*/

#intro h2 {
    font-size: 90px;
    font-weight: 800;
    letter-spacing: normal;
    line-height: 45px;
    margin: 0 0 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    text-transform: capitalize;
    color: #fff;
}
#intro h2 span {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 28px;
    letter-spacing: -.5px;
    font-weight: 400;
}
.plexus h2 {
    font-size: 3.2em;
    letter-spacing: -1px;
    line-height: 44px;
    margin: 0 0 44px;
}
.white-bg h2 {
    font-size: 3.2em;
    letter-spacing: -1px;
    line-height: 44px;
    margin: 0 0 44px;
}

/*MOBILE RESPONSIVE*/

@media (max-width: 768px) {
    .ecatalog {
    flex-direction: column;
    text-align: center;
}

.content, .image {
    flex: 1;
}

.content, .image {
    margin-bottom: 20px;
    text-align: left;
}

.second .mix {
    width: 100%;
}

.third .mix {
    display: block;
    width: 100%;
}

.headpara {
    text-align: left;
    width: 100%;
}

.imgsmall {
    width: 25%;
}
.content {
    padding: 5px;
}

}
