﻿@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    font-family: 'Poppins', sans-serif !important;
}

audio,
canvas,
progress,
video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active,
    a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
::before,
::after {
    box-sizing: inherit
}

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
    content: " ";
    display: table
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
    clear: both;
    content: " ";
    display: table
}

html {
    font-size: 62.5%
}

body > div {
    font-size: 20px;
    font-size: 2rem
}

body {
    background-color: #eee;
    color: #333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.625;
    margin: 0
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
    -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
}

a {
    color: #c3251d;
    text-decoration: underline
}

    a:focus,
    a:hover {
        color: #333;
        text-decoration: none
    }

p {
    margin: 0 0 28px;
    padding: 0
}

ol,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #eee;
    clear: both;
    margin: 1em 0
}

b,
strong {
    font-weight: 700
}

blockquote,
cite,
em,
i {
    font-style: italic
}

mark {
    background: #ddd;
    color: #000
}

blockquote {
    margin: 40px
}

    blockquote::before {
        content: "\201C";
        display: block;
        font-size: 30px;
        font-size: 3rem;
        height: 0;
        left: -20px;
        position: relative;
        top: -10px
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 10px
}

h1 {
    font-size: 36px;
    font-size: 3.6rem
}

h2 {
    font-size: 30px;
    font-size: 3rem
}

h3 {
    font-size: 24px;
    font-size: 2.4rem
}

h4 {
    font-size: 20px;
    font-size: 2rem
}

h5 {
    font-size: 18px;
    font-size: 1.8rem
}

h6 {
    font-size: 16px;
    font-size: 1.6rem
}

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%
}

img {
    height: auto
}

figure {
    margin: 0
}

.gallery {
    overflow: hidden
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .gallery-columns-4 .gallery-item:nth-child(4n+1),
    .gallery-columns-5 .gallery-item:nth-child(5n+1),
    .gallery-columns-6 .gallery-item:nth-child(6n+1),
    .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .gallery-columns-9 .gallery-item:nth-child(9n+1) {
        clear: left
    }

.gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px
}

    .gallery img:focus,
    .gallery img:hover {
        border: 1px solid #999
    }

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 16px;
    width: 100%
}

    input:focus,
    textarea:focus {
        border: 1px solid #999;
        outline: none
    }

    input[type="checkbox"],
    input[type="image"],
    input[type="radio"] {
        width: auto
    }

::-moz-placeholder {
    color: #333;
    opacity: 1
}

::-webkit-input-placeholder {
    color: #333
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto
}

    button:focus,
    button:hover,
    input[type="button"]:focus,
    input[type="button"]:hover,
    input[type="reset"]:focus,
    input[type="reset"]:hover,
    input[type="submit"]:focus,
    input[type="submit"]:hover,
    .button:focus,
    .button:hover {
        background-color: #c3251d;
        color: #fff
    }

.entry-content .button:focus,
.entry-content .button:hover {
    color: #fff
}

.button {
    display: inline-block
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
    padding: 8px 16px
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #eee;
    border-width: 0;
    color: #777;
    cursor: not-allowed
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
    word-break: break-all
}

tbody {
    border-bottom: 1px solid #eee
}

td,
th {
    text-align: left
}

td {
    border-top: 1px solid #eee;
    padding: 6px
}

th {
    font-weight: 400;
    padding: 0 6px
}

    td:first-child,
    th:first-child {
        padding-left: 0
    }

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus,
    .screen-reader-shortcut:focus,
    .genesis-nav-menu .search input[type="submit"]:focus,
    .widget_search input[type="submit"]:focus {
        background: #fff;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
        clip: auto !important;
        color: #333;
        display: block;
        font-size: 1em;
        font-weight: 700;
        height: auto;
        padding: 15px 23px 14px;
        text-decoration: none;
        width: auto;
        z-index: 100000
    }

.more-link {
    position: relative
}

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1280px
}

.site-inner {
    clear: both;
    padding-top: 40px;
    word-wrap: break-word
}

.landing-page .site-inner {
    max-width: 800px
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 1060px
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right
}

.content {
    float: right;
    width: 880px
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 660px
}

.full-width-content .content {
    width: 100%
}

.sidebar-primary {
    float: right;
    width: 360px
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left
}

.sidebar-secondary {
    float: left;
    width: 180px
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.5641025641026%
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717949%
}

.one-third,
.two-sixths {
    width: 31.623931623932%
}

.four-sixths,
.two-thirds {
    width: 65.811965811966%
}

.one-fourth {
    width: 23.076923076923%
}

.three-fourths {
    width: 74.358974358974%
}

.one-sixth {
    width: 14.529914529915%
}

.five-sixths {
    width: 82.905982905983%
}

.first {
    clear: both;
    margin-left: 0
}

.avatar {
    border-radius: 50%;
    float: left
}

.author-box .avatar,
.alignleft .avatar {
    margin-right: 24px
}

.alignright .avatar {
    margin-left: 24px
}

.comment .avatar {
    margin: 0 16px 24px 0
}

.breadcrumb {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1px;
    padding: 12px 30px
}

.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 60px
}

    .archive-description p:last-child,
    .author-box p:last-child {
        margin-bottom: 0
    }

.search-form {
    overflow: hidden
}

.entry-content .search-form,
.site-header .search-form {
    margin-bottom: 40px;
    width: 50%
}

.site-header .search-form {
    float: right;
    margin: 12px auto 0
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 10px
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

.archive-description .entry-title,
.archive-title,
.author-box-title {
    font-size: 20px;
    font-size: 2rem
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem
}

    .entry-title a,
    .sidebar .widget-title a {
        color: #333;
        text-decoration: none
    }

        .entry-title a:focus,
        .entry-title a:hover {
            color: #c3251d
        }

.widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px
}

a.aligncenter img {
    display: block;
    margin: 0 auto
}

a.alignnone {
    display: inline-block
}

.alignleft {
    float: left;
    text-align: left
}

.alignright {
    float: right;
    text-align: right
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px
}

img.alignnone,
.alignnone {
    margin-bottom: 12px
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px
}

.gallery-caption,
.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    text-align: center
}

.entry-content p.wp-caption-text {
    margin-bottom: 0
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
    margin: 0 0 28px
}

.widget {
    margin-bottom: 40px;
    word-wrap: break-word
}

    .widget p:last-child,
    .widget ul > li:last-of-type,
    .widget-area .widget:last-of-type {
        margin-bottom: 0
    }

    .widget ul > li {
        margin-bottom: 10px;
        padding-bottom: 10px
    }

        .widget ul > li:last-of-type {
            padding-bottom: 0
        }

    .widget ol > li {
        list-style-position: inside;
        list-style-type: decimal;
        padding-left: 20px;
        text-indent: -20px
    }

    .widget li li {
        border: 0;
        margin: 0 0 0 30px;
        padding: 0
    }

.widget_calendar table {
    width: 100%
}

.widget_calendar td,
.widget_calendar th {
    text-align: center
}

.featured-content .entry {
    background: none;
    padding: 0
}

    .featured-content .entry:last-of-type {
        margin-bottom: 0
    }

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem
}

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fff
}

.sidebar .widget.enews-widget {
    background-color: #333
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 1px solid #333
}

    .sidebar .enews-widget input[type="submit"] {
        background-color: #c3251d;
        color: #fff
    }

        .sidebar .enews-widget input[type="submit"]:focus,
        .sidebar .enews-widget input[type="submit"]:hover {
            background-color: #fff;
            color: #333
        }

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px
}

    .enews-widget input[type="submit"] {
        margin: 0;
        width: 100%
    }

.enews form + p {
    margin-top: 24px
}

#wpstats {
    display: none
}

.genesis-skip-link {
    margin: 0
}

    .genesis-skip-link li {
        height: 0;
        list-style: none;
        width: 0
    }

:focus {
    color: #333;
    outline: #ccc solid 1px
}

.site-header {
    background-color: #fff
}

    .site-header > .wrap {
        padding: 20px 0
    }

.title-area {
    float: left;
    padding: 10px 0;
    width: 300px
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 300px;
    padding: 0
}

.header-full-width .title-area {
    float: none;
    width: 100%
}

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2
}

    .site-title a,
    .site-title a:focus,
    .site-title a:hover {
        color: #333;
        text-decoration: none
    }

.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 80px;
    width: 100%
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5
}

.site-description,
.site-title {
    margin-bottom: 0
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px
}

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 800px
}

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    width: 100%
}

    .genesis-nav-menu .menu-item {
        display: inline-block;
        margin-bottom: 0;
        padding-bottom: 0;
        text-align: left
    }

    .genesis-nav-menu a {
        color: #333;
        display: block;
        padding: 32px 20px;
        text-decoration: none
    }

        .genesis-nav-menu a:focus,
        .genesis-nav-menu a:hover,
        .genesis-nav-menu .current-menu-item > a,
        .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
        .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
            color: #c3251d;
            text-decoration: underline
        }

    .genesis-nav-menu .sub-menu {
        border-top: 1px solid #eee;
        left: -9999px;
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 200px;
        z-index: 99
    }

        .genesis-nav-menu .sub-menu a {
            background-color: #fff;
            border: 1px solid #eee;
            border-top: 0;
            font-size: 14px;
            font-size: 1.4rem;
            padding: 20px;
            position: relative;
            width: 200px;
            word-wrap: break-word
        }

        .genesis-nav-menu .sub-menu .sub-menu {
            margin: -56px 0 0 199px
        }

    .genesis-nav-menu .menu-item:hover {
        position: static
    }

        .genesis-nav-menu .menu-item:hover > .sub-menu {
            left: auto;
            opacity: 1
        }

    .genesis-nav-menu > .first > a {
        padding-left: 0
    }

    .genesis-nav-menu > .last > a {
        padding-right: 0
    }

    .genesis-nav-menu > .right {
        float: right
    }

.menu .menu-item:focus {
    position: static
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1
}

.menu-toggle,
.sub-menu-toggle {
    display: none;
    visibility: hidden
}

.site-header .genesis-nav-menu li li {
    margin-left: 0
}

.nav-primary {
    background-color: #fff;
    border-top: 1px solid #eee
}

.site-footer .genesis-nav-menu {
    padding-bottom: 20px
}

    .site-footer .genesis-nav-menu a {
        padding: 0 20px 10px
    }

.entry {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 70px 80px
}

.entry-content ol,
.entry-content ul {
    margin-bottom: 28px;
    margin-left: 40px
}

    .entry-content ol > li {
        list-style-type: decimal
    }

    .entry-content ul > li {
        list-style-type: disc
    }

    .entry-content ol ol,
    .entry-content ul ul {
        margin-bottom: 0
    }

.entry-content code {
    background-color: #333;
    color: #eee
}

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0
}

.entry-header .entry-meta {
    margin-bottom: 24px
}

.entry-footer .entry-meta {
    border-top: 1px solid #eee;
    padding-top: 24px
}

.entry-categories,
.entry-tags {
    display: block
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px
}

.pagination {
    clear: both;
    margin: 40px 0
}

.adjacent-entry-pagination {
    margin-bottom: 0
}

.archive-pagination li {
    display: inline
}

.archive-pagination a {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 8px 12px;
    text-decoration: none
}

    .archive-pagination a:focus,
    .archive-pagination a:hover,
    .archive-pagination .active a {
        background-color: #c3251d;
        color: #fff
    }

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px
}

.comment-respond,
.entry-pings {
    padding: 60px 60px 32px
}

.entry-comments {
    padding: 60px
}

.comment-list li {
    padding: 40px 0 0 30px
}

.comment-list .depth-1 {
    padding-left: 0
}

.comment-header {
    margin-bottom: 30px
}

.comment-content {
    clear: both
}

    .comment-content ul > li {
        list-style-type: disc
    }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px
}

.comment-header p {
    margin-bottom: 0
}

.entry-pings .reply {
    display: none
}

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 40px
}

    .sidebar .widget {
        background-color: #fff;
        padding: 40px
    }

.footer-widgets {
    background-color: #fff;
    clear: both;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 60px 0
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 380px
}

.footer-widgets-1 {
    margin-right: 70px
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left
}

.footer-widgets-3 {
    float: right
}

.site-footer {
    background-color: #fff;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 60px 0;
    text-align: center
}

    .site-footer p {
        margin-bottom: 0
    }

@media only screen and (max-width:1340px) {
    .site-inner,
    .wrap {
        max-width: 1140px
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 920px
    }

    .content,
    .site-header .widget-area {
        width: 800px
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 580px
    }

    .sidebar-primary {
        width: 300px
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 340px
    }

    .footer-widgets-1 {
        margin-right: 60px
    }
}

@media only screen and (max-width:1200px) {
    .site-inner,
    .wrap {
        max-width: 960px
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px
    }

    .content,
    .site-header .widget-area {
        width: 620px
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        width: 300px
    }

    .footer-widgets-1 {
        margin-right: 30px
    }
}

@media only screen and (max-width:1023px) {
    .site-inner,
    .wrap {
        max-width: 800px
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%
    }

    .site-header .wrap {
        padding-left: 5%;
        padding-right: 5%
    }

    .genesis-nav-menu li,
    .header-image .title-area,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center
    }

    .site-header .search-form {
        margin: 16px auto
    }

    .genesis-responsive-menu .wrap {
        padding: 0
    }

    .genesis-responsive-menu {
        display: none;
        position: relative
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden
    }

    .menu-toggle,
    .sub-menu-toggle {
        background-color: #fff;
        border-width: 0;
        color: #333;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible
    }

        .menu-toggle:focus,
        .menu-toggle:hover,
        .sub-menu-toggle:focus,
        .sub-menu-toggle:hover {
            background-color: #fff;
            border-width: 0;
            color: #c3251d
        }

    .menu-toggle {
        line-height: 22px;
        position: relative;
        width: 100%;
        z-index: 1000
    }

        .menu-toggle,
        .menu-toggle:focus,
        .menu-toggle:hover {
            border-top: 1px solid #eee
        }

            .menu-toggle::before {
                font-size: 1.5em;
                margin-right: 10px;
                text-rendering: auto
            }

    .sub-menu-toggle {
        float: right;
        padding: 13px 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100
    }

    .sub-menu .sub-menu-toggle {
        padding: 12px 10px
    }

    .sub-menu-toggle::before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: transform .25s ease-in-out;
        -ms-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out
    }

    .sub-menu-toggle.activated::before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left
    }

        .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
        .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
            position: relative
        }

        .genesis-responsive-menu .genesis-nav-menu .menu-item a {
            border: none;
            margin-bottom: 1px;
            padding: 15px 20px;
            width: 100%
        }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0
    }

    .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
        content: none
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%
    }

        .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
            margin: 0
        }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px
    }
}

@media only screen and (max-width:860px) {
    body,
    body > div {
        font-size: 18px;
        font-size: 1.8rem
    }

    .site-inner {
        padding: 5% 5% 0
    }

    .wrap {
        padding-left: 5%;
        padding-right: 5%
    }

    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 30px;
        margin-bottom: 5%
    }

    .sidebar {
        margin-bottom: 5%
    }

    .pagination {
        margin: 5% auto
    }

    .archive-pagination li a {
        margin-bottom: 4px
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%
    }
}

@media print {
    *,
    ::before,
    ::after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

        a[href]::after {
            content: " (" attr(href) ")"
        }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]::after,
    a[href^="#"]::after,
    .site-title > a::after {
        content: ""
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    .content,
    .content-sidebar {
        width: 100%
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important
    }

    .title-area {
        text-align: center;
        width: 100%
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px
    }

    .author-box {
        margin-bottom: 0
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3
    }

    img {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid
    }

    dl,
    ol,
    ul {
        page-break-before: avoid
    }
}

.wpautoterms-footer {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10000002
}

    .wpautoterms-footer a:hover {
        text-decoration: underline
    }

#wpautoterms-top-fixed-container {
    position: fixed;
    top: 0;
    width: 100%
}

#wpautoterms-bottom-fixed-container {
    position: fixed;
    bottom: 0;
    width: 100%
}

#wpautoterms-top-static-container {
    width: 100%;
    position: relative;
    z-index: 10000002
}

#wpautoterms-bottom-static-container {
    width: 100%;
    position: relative;
    z-index: 10000002
}


/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fad,
.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 {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
: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: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\f952"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\f907"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\f913"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\f955"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\f91a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\f956"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\f91e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\f957"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\f941"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\f949"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-brands-400.eot);
    src: url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-brands-400.woff) format("woff"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-brands-400.ttf) format("truetype"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-regular-400.eot);
    src: url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-regular-400.woff2) format("woff2"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-regular-400.woff) format("woff"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-regular-400.ttf) format("truetype"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab,
.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-solid-900.eot);
    src: url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-solid-900.woff) format("woff"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-solid-900.ttf) format("truetype"), url(../../../plugins/bb-plugin/fonts/fontawesome/5.12.1/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
    display: table;
    content: " "
}

.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:after,
.fl-module-content:after {
    clear: both
}

.fl-row,
.fl-row-content,
.fl-col-group,
.fl-col,
.fl-module,
.fl-module-content {
    zoom: 1
}

.fl-clear {
    clear: both
}

.fl-clearfix:before,
.fl-clearfix:after {
    display: table;
    content: " "
}

.fl-clearfix:after {
    clear: both
}

.fl-clearfix {
    zoom: 1
}

.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
    display: none
}

.fl-row,
.fl-row-content {
    margin-left: auto;
    margin-right: auto
}

.fl-row-content-wrap {
    position: relative
}

.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
    background-attachment: scroll
}

.fl-row-bg-video,
.fl-row-bg-video .fl-row-content {
    position: relative
}

    .fl-row-bg-video .fl-bg-video {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0
    }

        .fl-row-bg-video .fl-bg-video video {
            bottom: 0;
            left: 0;
            max-width: none;
            position: absolute;
            right: 0;
            top: 0
        }

        .fl-row-bg-video .fl-bg-video iframe {
            pointer-events: none;
            width: 100vw;
            height: 56.25vw;
            max-width: none;
            min-height: 100vh;
            min-width: 177.77vh;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%)
        }

.fl-bg-video-fallback {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
    position: relative
}

.fl-row .fl-bg-slideshow {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.fl-builder-edit .fl-row .fl-bg-slideshow * {
    bottom: 0;
    height: auto !important;
    left: 0;
    position: absolute !important;
    right: 0;
    top: 0
}

.fl-row-bg-overlay .fl-row-content-wrap:after {
    border-radius: inherit;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.fl-row-bg-overlay .fl-row-content {
    position: relative;
    z-index: 1
}

.fl-row-full-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh
}

.fl-row-overlap-top .fl-row-content-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%
}

.fl-row-custom-height .fl-row-content-wrap {
    min-height: 0
}

.fl-builder-edit .fl-row-full-height .fl-row-content-wrap {
    min-height: calc(100vh - 48px)
}

.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
    max-width: 100%;
    width: 100%
}

.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile),
.fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {
    display: flex;
    flex-direction: column;
    height: 100%
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {
    height: auto
}

.fl-builder-ie-11 .fl-row-full-height .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {
    flex: 0 0 auto;
    flex-basis: 100%;
    margin: 0
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {
    margin: 0 auto
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height),
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center
}

.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
    align-items: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    -webkit-justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    -ms-flex-align: end;
    -ms-flex-pack: end
}

.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 1024px
    }
}

@media all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 768px
    }
}

@media screen and (device-aspect-ratio:40/71) {
    .fl-row-full-height .fl-row-content-wrap {
        min-height: 500px
    }
}

.fl-col-group-equal-height,
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.fl-col-group-equal-height {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

    .fl-col-group-equal-height.fl-col-group-has-child-loading {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .fl-col-group-equal-height .fl-col,
    .fl-col-group-equal-height .fl-col-content {
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .fl-col-group-equal-height .fl-col-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-shrink: 1;
        min-width: 1px;
        max-width: 100%;
        width: 100%
    }

        .fl-col-group-equal-height:before,
        .fl-col-group-equal-height .fl-col:before,
        .fl-col-group-equal-height .fl-col-content:before,
        .fl-col-group-equal-height:after,
        .fl-col-group-equal-height .fl-col:after,
        .fl-col-group-equal-height .fl-col-content:after {
            content: none
        }

    .fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
        align-items: center;
        justify-content: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-align: center;
        -ms-flex-pack: center
    }

    .fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-box-pack: end;
        -ms-flex-pack: end
    }

    .fl-col-group-equal-height.fl-col-group-align-center .fl-module,
    .fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
        width: 100%
    }

    .fl-builder-ie-11 .fl-col-group-equal-height,
    .fl-builder-ie-11 .fl-col-group-equal-height .fl-col,
    .fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,
    .fl-builder-ie-11 .fl-col-group-equal-height .fl-module,
    .fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
        min-height: 1px
    }

.fl-col {
    float: left;
    min-height: 1px
}

.fl-col-bg-overlay .fl-col-content {
    position: relative
}

    .fl-col-bg-overlay .fl-col-content:after {
        border-radius: inherit;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0
    }

.fl-col-bg-overlay .fl-module {
    position: relative;
    z-index: 2
}

.fl-module img {
    max-width: 100%
}

.fl-builder-module-template {
    margin: 0 auto;
    max-width: 1100px;
    padding: 20px
}

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none
}

.fl-builder-content .fl-button:hover {
    text-decoration: none
}

.fl-builder-content .fl-button:active {
    position: relative;
    top: 1px
}

.fl-builder-content .fl-button-width-full .fl-button {
    display: block;
    text-align: center
}

.fl-builder-content .fl-button-width-custom .fl-button {
    display: inline-block;
    text-align: center;
    max-width: 100%
}

.fl-builder-content .fl-button-left {
    text-align: left
}

.fl-builder-content .fl-button-center {
    text-align: center
}

.fl-builder-content .fl-button-right {
    text-align: right
}

.fl-builder-content .fl-button i {
    font-size: 1.3em;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    width: auto
}

    .fl-builder-content .fl-button i.fl-button-icon-after {
        margin-left: 8px;
        margin-right: 0
    }

.fl-builder-content .fl-button-has-icon .fl-button-text {
    vertical-align: middle
}

.fl-icon-wrap {
    display: inline-block
}

.fl-icon {
    display: table-cell;
    vertical-align: middle
}

    .fl-icon a {
        text-decoration: none
    }

    .fl-icon i {
        float: left;
        height: auto;
        width: auto
    }

        .fl-icon i:before {
            border: none !important;
            height: auto;
            width: auto
        }

.fl-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle
}

.fl-icon-text-empty {
    display: none
}

.fl-icon-text *:last-child {
    margin: 0 !important;
    padding: 0 !important
}

.fl-icon-text a {
    text-decoration: none
}

.fl-icon-text span {
    display: block
}

    .fl-icon-text span.mce-edit-focus {
        min-width: 1px
    }

.fl-photo {
    line-height: 0;
    position: relative
}

.fl-photo-align-left {
    text-align: left
}

.fl-photo-align-center {
    text-align: center
}

.fl-photo-align-right {
    text-align: right
}

.fl-photo-content {
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%
}

.fl-photo-img-svg {
    width: 100%
}

.fl-photo-content img {
    display: inline;
    height: auto;
    max-width: 100%
}

.fl-photo-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.fl-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fl-photo-caption-below {
    padding-bottom: 20px;
    padding-top: 10px
}

.fl-photo-caption-hover {
    background: rgba(0, 0, 0, .7);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 10px 15px;
    position: absolute;
    right: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in
}

.fl-photo-content:hover .fl-photo-caption-hover {
    opacity: 100;
    filter: alpha(opacity=100)
}

.fl-builder-pagination,
.fl-builder-pagination-load-more {
    padding: 40px 0
}

    .fl-builder-pagination ul.page-numbers {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center
    }

    .fl-builder-pagination li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0
    }

        .fl-builder-pagination li a.page-numbers,
        .fl-builder-pagination li span.page-numbers {
            border: 1px solid #e6e6e6;
            display: inline-block;
            padding: 5px 10px;
            margin: 0 0 5px
        }

            .fl-builder-pagination li a.page-numbers:hover,
            .fl-builder-pagination li span.current {
                background: #f5f5f5;
                text-decoration: none
            }

.fl-slideshow,
.fl-slideshow * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

    .fl-slideshow .fl-slideshow-image img {
        max-width: none !important
    }

.fl-slideshow-social {
    line-height: 0 !important
}

    .fl-slideshow-social * {
        margin: 0 !important
    }

.fl-builder-content .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    left: 0
}

.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
    background: transparent !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 50%;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
    background: transparent !important;
    border: none !important;
    outline: none;
    position: absolute;
    top: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important
}

.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
    top: 32px !important
}

img.mfp-img {
    padding: 0
}

.mfp-counter {
    display: none
}

.mfp-wrap .mfp-preloader.fa {
    font-size: 30px
}

.fl-form-field {
    margin-bottom: 15px
}

    .fl-form-field input.fl-form-error {
        border-color: #DD6420
    }

.fl-form-error-message {
    clear: both;
    color: #DD6420;
    display: none;
    padding-top: 8px;
    font-size: 12px;
    font-weight: lighter
}

.fl-form-button-disabled {
    opacity: .5
}

.fl-animation {
    opacity: 0
}

.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
    opacity: 1
}

.fl-animated {
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both
}

.fl-button.fl-button-icon-animation i {
    width: 0 !important;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out
}

.fl-button.fl-button-icon-animation:hover i {
    opacity: 1 !important;
    -ms-filter: "alpha(opacity=100)"
}

.fl-button.fl-button-icon-animation i.fl-button-icon-after {
    margin-left: 0px !important
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
    margin-left: 10px !important
}

.fl-button.fl-button-icon-animation i.fl-button-icon-before {
    margin-right: 0 !important
}

.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
    margin-right: 20px !important;
    margin-left: -10px
}

.single:not(.woocommerce).single-fl-builder-template .fl-content {
    width: 100%
}

.fl-builder-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden
}

.fl-builder-shape-layer {
    z-index: 0
}

    .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
        z-index: 1
    }

.fl-row-bg-overlay .fl-builder-shape-layer {
    z-index: 1
}

    .fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
        z-index: 2
    }

.fl-row-has-layers .fl-row-content {
    z-index: 1
}

.fl-row-bg-overlay .fl-row-content {
    z-index: 2
}

.fl-builder-layer > * {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.fl-builder-layer + .fl-row-content {
    position: relative
}

.fl-builder-layer .fl-shape {
    fill: #aaa;
    stroke: none;
    stroke-width: 0;
    width: 100%
}

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333
}

    .fl-builder-content a.fl-button *,
    .fl-builder-content a.fl-button:visited * {
        color: #333
    }

.fl-row-content-wrap {
    margin: 0
}

.fl-row-content-wrap {
    padding: 0
}

.fl-row-fixed-width {
    max-width: 1280px
}

.fl-col-content {
    margin: 0
}

.fl-col-content {
    padding: 0
}

.fl-module-content {
    margin: 20px
}

@media (max-width:1024px) {
    .fl-visible-desktop,
    .fl-visible-mobile,
    .fl-col-group .fl-visible-desktop.fl-col,
    .fl-col-group .fl-visible-mobile.fl-col {
        display: none
    }

    .fl-visible-desktop-medium,
    .fl-visible-medium,
    .fl-visible-medium-mobile,
    .fl-col-group .fl-visible-desktop-medium.fl-col,
    .fl-col-group .fl-visible-medium.fl-col,
    .fl-col-group .fl-visible-medium-mobile.fl-col {
        display: block
    }

    .fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
    .fl-col-group-equal-height .fl-visible-medium.fl-col,
    .fl-col-group-equal-height .fl-visible-medium-mobile.fl-col {
        display: flex
    }
}

@media (max-width:768px) {
    .fl-visible-desktop,
    .fl-visible-desktop-medium,
    .fl-visible-medium,
    .fl-col-group .fl-visible-desktop.fl-col,
    .fl-col-group .fl-visible-desktop-medium.fl-col,
    .fl-col-group .fl-visible-medium.fl-col,
    .fl-col-group-equal-height .fl-visible-desktop-medium.fl-col,
    .fl-col-group-equal-height .fl-visible-medium.fl-col {
        display: none
    }

    .fl-visible-medium-mobile,
    .fl-visible-mobile,
    .fl-col-group .fl-visible-medium-mobile.fl-col,
    .fl-col-group .fl-visible-mobile.fl-col {
        display: block
    }

    .fl-row-content-wrap {
        background-attachment: scroll !important
    }

    .fl-row-bg-parallax .fl-row-content-wrap {
        background-attachment: scroll !important;
        background-position: center center !important
    }

    .fl-col-group.fl-col-group-equal-height {
        display: block
    }

        .fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex
        }

    .fl-col-group.fl-col-group-responsive-reversed {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        -ms-box-orient: horizontal;
        -webkit-flex-flow: row wrap
    }

        .fl-col-group.fl-col-group-responsive-reversed .fl-col {
            -webkit-box-flex: 0 0 100%;
            -moz-box-flex: 0 0 100%;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            min-width: 0
        }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {
        -webkit-box-ordinal-group: 12;
        -moz-box-ordinal-group: 12;
        -ms-flex-order: 12;
        -webkit-order: 12;
        order: 12
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {
        -webkit-box-ordinal-group: 11;
        -moz-box-ordinal-group: 11;
        -ms-flex-order: 11;
        -webkit-order: 11;
        order: 11
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {
        -webkit-box-ordinal-group: 10;
        -moz-box-ordinal-group: 10;
        -ms-flex-order: 10;
        -webkit-order: 10;
        order: 10
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {
        -webkit-box-ordinal-group: 9;
        -moz-box-ordinal-group: 9;
        -ms-flex-order: 9;
        -webkit-order: 9;
        order: 9
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {
        -webkit-box-ordinal-group: 8;
        -moz-box-ordinal-group: 8;
        -ms-flex-order: 8;
        -webkit-order: 8;
        order: 8
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {
        -webkit-box-ordinal-group: 7;
        -moz-box-ordinal-group: 7;
        -ms-flex-order: 7;
        -webkit-order: 7;
        order: 7
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {
        -webkit-box-ordinal-group: 6;
        -moz-box-ordinal-group: 6;
        -ms-flex-order: 6;
        -webkit-order: 6;
        order: 6
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {
        -webkit-box-ordinal-group: 5;
        -moz-box-ordinal-group: 5;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .fl-col {
        clear: both;
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: auto !important
    }

    .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 400px
    }

    .fl-block-col-resize {
        display: none
    }

    .fl-row[data-node] .fl-row-content-wrap {
        margin: 0;
        padding-left: 0;
        padding-right: 0
    }

    .fl-row[data-node] .fl-bg-video,
    .fl-row[data-node] .fl-bg-slideshow {
        left: 0;
        right: 0
    }

    .fl-col[data-node] .fl-col-content {
        margin: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.page .fl-post-header,
.single-fl-builder-template .fl-post-header {
    display: none
}

.fl-node-5e50037852c50 > .fl-row-content-wrap {
    background-image: url(../img/thriveAgentPortal/Fotolia_81808080_Subscription_Monthly_XXL.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: scroll;
    background-size: cover
}

.fl-node-5e50037852c50 > .fl-row-content-wrap {
    padding-top: 53px;
    padding-bottom: 50px
}

.fl-node-5e501d4698f0a > .fl-row-content-wrap {
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #DCDCDC;
    border-bottom-width: 1px
}

.fl-node-5e5005366dbd5 > .fl-row-content-wrap {
    margin-top: 28px
}

.fl-node-5e50037852c4b {
    width: 50%
}

    .fl-node-5e50037852c4b > .fl-col-content {
        background-color: rgba(255, 255, 255, .6)
    }

@media(max-width:1024px) {
    .fl-builder-content .fl-node-5e50037852c4b {
        width: 100% !important;
        max-width: none;
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}

@media (max-width:1024px) {
    .fl-node-5e50037852c4b.fl-col > .fl-col-content {
        margin-right: 20px;
        margin-left: 20px
    }
}

.fl-node-5e50037852c4b > .fl-col-content {
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px
}

.fl-node-5e50037852c4d {
    width: 50%
}

.fl-node-5e501d46a195c {
    width: 100%
}

    .fl-node-5e501d46a195c > .fl-col-content {
        border-style: solid;
        border-width: 0;
        background-clip: border-box;
        border-color: #DCDCDC;
        border-right-width: 1px;
        border-left-width: 1px
    }

.fl-node-5e500678746aa {
    width: 100%
}

.fl-node-5e50053674e72 {
    width: 68.67%
}

.fl-node-5e5006736bcc8 {
    width: 31.33%
}

.fl-node-5e502aae26e7c {
    width: 100%
}

.fl-module-heading .fl-heading {
    padding: 0 !important;
    margin: 0 !important
}

.fl-node-5e50037852c4e.fl-module-heading .fl-heading {
    font-weight: 800
}

.fl-node-5e50037852c4e > .fl-module-content {
    margin-bottom: 5px
}

.fl-builder-content .fl-rich-text strong {
    font-weight: 700
}

.fl-node-5e50037852c4f .fl-rich-text,
.fl-node-5e50037852c4f .fl-rich-text * {
    font-size: 15px;
    line-height: 26px
}

.fl-node-5e50037852c4f > .fl-module-content {
    margin-bottom: 0
}

.fl-builder-content .fl-node-5e5003c6829b3 a.fl-button,
.fl-builder-content .fl-node-5e5003c6829b3 a.fl-button:visited,
.fl-builder-content .fl-node-5e5003c6829b3 a.fl-button *,
.fl-builder-content .fl-node-5e5003c6829b3 a.fl-button:visited * {
    color: #fff
}

.fl-node-5e5003c6829b3 .fl-button-wrap {
    text-align: left
}

.fl-node-5e5003c6829b3 > .fl-module-content {
    margin-top: 10px
}

.pp-modal-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: 100001
}

.pp-modal-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0
}

.pp-modal {
    display: block;
    position: relative;
    margin: auto auto;
    opacity: 1
}

.pp-modal-container {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: auto;
    opacity: 0
}

.pp-modal.layout-fullscreen {
    max-width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0
}

.pp-modal .pp-modal-body {
    overflow: hidden
}

.pp-modal .pp-modal-header {
    display: table;
    width: 100%
}

.pp-modal .pp-modal-title {
    margin: 0;
    display: table-cell;
    vertical-align: middle
}

.pp-modal-trigger {
    display: inline-block;
    text-decoration: none;
    text-shadow: none
}

    .pp-modal-trigger .pp-button-icon {
        height: auto;
        margin-right: 8px;
        vertical-align: middle;
        width: auto
    }

    .pp-modal-trigger .pp-button-icon-after {
        margin-left: 8px;
        margin-right: 0
    }

    .pp-modal-trigger .pp-modal-trigger-text {
        vertical-align: middle
    }

.pp-modal-close {
    position: relative;
    right: 10px;
    line-height: 0;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
    top: 0;
    padding: 5px
}

    .pp-modal-close.box-top-right-out {
        position: absolute;
        right: -40px
    }

.pp-modal .pp-modal-close.box-top-left-out {
    position: absolute;
    left: -40px;
    right: 0
}

.pp-modal-close.win-top-right {
    position: fixed
}

.pp-modal-close.win-top-left {
    position: fixed;
    right: 0
}

.pp-modal-close .bar-wrap {
    display: inline-block;
    position: relative
}

    .pp-modal-close .bar-wrap span {
        position: absolute;
        border-radius: 0;
        width: 100%;
        top: 49.5%;
        left: 0
    }

    .pp-modal-close .bar-wrap .bar-1 {
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        transform: rotate(225deg)
    }

    .pp-modal-close .bar-wrap .bar-2 {
        -webkit-transform: rotate(-225deg);
        -moz-transform: rotate(-225deg);
        transform: rotate(-225deg)
    }

.pp-modal-wrap .modal-visible {
    opacity: 1
}

.pp-modal .pp-modal-content .fl-row-content-wrap,
.pp-modal .pp-modal-content .fl-builder-module-template {
    padding: 0
}

.fl-module-pp-modal-box {
    z-index: 2 !important
}

.fl-node-5e4ec706d63e4 .pp-modal-button {
    text-align: left
}

    .fl-node-5e4ec706d63e4 .pp-modal-trigger,
    .fl-node-5e4ec706d63e4 .pp-modal-button .pp-modal-trigger,
    .fl-node-5e4ec706d63e4 .pp-modal-button .pp-modal-trigger .pp-modal-trigger-icon {
        color: #fff;
        background-color: #428bca;
        text-align: center;
        text-decoration: none
    }

        .fl-node-5e4ec706d63e4 .pp-modal-trigger .pp-button-icon {
            font-size: px
        }

        .fl-builder-content .fl-node-5e4ec706d63e4 .pp-modal-trigger:hover,
        .fl-node-5e4ec706d63e4 .pp-modal-trigger:hover {
            color: #f7f7f7;
            background-color: #444;
            border-color: #222
        }

.fl-node-5e4ec706d63e4 .pp-modal-height-auto,
#modal-5e4ec706d63e4.pp-modal-height-auto {
    display: block !important;
    position: absolute;
    top: -99999px;
    width: 550px;
    visibility: hidden
}

    .fl-node-5e4ec706d63e4 .pp-modal-height-auto .pp-modal-overlay,
    #modal-5e4ec706d63e4.pp-modal-height-auto .pp-modal-overlay {
        display: none !important
    }

.fl-node-5e4ec706d63e4 .pp-modal,
#modal-5e4ec706d63e4 .pp-modal {
    background-color: #fff
}

    .fl-node-5e4ec706d63e4 .pp-modal.layout-standard,
    #modal-5e4ec706d63e4 .pp-modal.layout-standard {
        width: 550px;
        height: auto;
        max-width: 90%;
        border-radius: 2px
    }

    .fl-node-5e4ec706d63e4 .pp-modal.layout-fullscreen,
    #modal-5e4ec706d63e4 .pp-modal.layout-fullscreen {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0
    }

    .fl-node-5e4ec706d63e4 .pp-modal .pp-modal-header,
    #modal-5e4ec706d63e4 .pp-modal .pp-modal-header {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px
    }

    .fl-node-5e4ec706d63e4 .pp-modal .pp-modal-title,
    #modal-5e4ec706d63e4 .pp-modal .pp-modal-title {
        padding: 10px 15px;
        color: #444
    }

    .fl-node-5e4ec706d63e4 .pp-modal .pp-modal-content,
    #modal-5e4ec706d63e4 .pp-modal .pp-modal-content {
        padding: 10px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

        .fl-node-5e4ec706d63e4 .pp-modal .pp-modal-content.pp-modal-frame:before,
        #modal-5e4ec706d63e4 .pp-modal .pp-modal-content.pp-modal-frame:before {
            background: url(https://ushealthgroup.gowiththrive.net/wp-content/plugins/bbpowerpack/modules/pp-modal-box/loader.gif) no-repeat;
            background-position: 50%;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate3D(-50%, -50%, 0)
        }

    .fl-node-5e4ec706d63e4 .pp-modal .pp-modal-content-inner,
    #modal-5e4ec706d63e4 .pp-modal .pp-modal-content-inner {
        position: relative;
        height: 100%;
        overflow: hidden;
        padding: 10px
    }

.fl-node-5e4ec706d63e4 .pp-modal-close,
#modal-5e4ec706d63e4 .pp-modal-close {
    background-color: #3a3a3a;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 5;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out
}

    .fl-node-5e4ec706d63e4 .pp-modal-close:hover,
    #modal-5e4ec706d63e4 .pp-modal-close:hover {
        background-color: #b53030;
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out
    }

    .fl-node-5e4ec706d63e4 .pp-modal-close.box-top-right,
    #modal-5e4ec706d63e4 .pp-modal-close.box-top-right {
        top: -10px;
        right: -10px
    }

    .fl-node-5e4ec706d63e4 .pp-modal-close.box-top-left,
    #modal-5e4ec706d63e4 .pp-modal-close.box-top-left {
        top: -10px;
        left: -10px
    }

    .fl-node-5e4ec706d63e4 .pp-modal-close.win-top-right,
    #modal-5e4ec706d63e4 .pp-modal-close.win-top-right {
        top: -10px;
        right: -10px
    }

    .fl-node-5e4ec706d63e4 .pp-modal-close.win-top-left,
    #modal-5e4ec706d63e4 .pp-modal-close.win-top-left {
        top: -10px;
        left: -10px
    }

    .fl-node-5e4ec706d63e4 .pp-modal-close .bar-wrap,
    #modal-5e4ec706d63e4 .pp-modal-close .bar-wrap {
        width: 100%;
        height: 100%;
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out
    }

        .fl-node-5e4ec706d63e4 .pp-modal-close .bar-wrap span,
        #modal-5e4ec706d63e4 .pp-modal-close .bar-wrap span {
            background: #fff;
            height: 2px;
            margin-top: -1px;
            -webkit-transition: background 0.2s ease-in-out;
            -moz-transition: background 0.2s ease-in-out;
            transition: background 0.2s ease-in-out
        }

    .fl-node-5e4ec706d63e4 .pp-modal-close:hover .bar-wrap span,
    #modal-5e4ec706d63e4 .pp-modal-close:hover .bar-wrap span {
        background: #ddd;
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out
    }

.fl-node-5e4ec706d63e4 .pp-modal-container.fadeIn.animated,
#modal-5e4ec706d63e4 .pp-modal-container.fadeIn.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.fl-node-5e4ec706d63e4 .pp-modal-container.fadeOut.animated,
#modal-5e4ec706d63e4 .pp-modal-container.fadeOut.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.fl-node-5e4ec706d63e4 .pp-modal-container,
#modal-5e4ec706d63e4 .pp-modal-container {
    background-color: rgba(0, 0, 0, .5)
}

.fl-node-5e4ec706d63e4 .pp-modal-overlay,
#modal-5e4ec706d63e4 .pp-modal-overlay {
    display: none;
    background-color: rgba(0, 0, 0, .5)
}

@media only screen and (max-width:0) {
    .fl-node-5e4ec706d63e4 .pp-modal.layout-fullscreen,
    #modal-5e4ec706d63e4 .pp-modal.layout-fullscreen {
        top: 0 !important;
        margin: 10px !important
    }

    .fl-node-5e4ec706d63e4 .pp-modal.layout-standard,
    #modal-5e4ec706d63e4 .pp-modal.layout-standard {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .fl-node-5e4ec706d63e4 .pp-modal.layout-standard,
    #modal-5e4ec706d63e4 .pp-modal.layout-standard {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.fl-node-5e4ec706d63e4 .pp-modal-trigger,
.fl-node-5e4ec706d63e4 .pp-modal-button .pp-modal-trigger {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.fl-node-5e4ec706d63e4 > .fl-module-content {
    margin-top: 0
}

.fl-node-5e501d46986eb .fl-rich-text,
.fl-node-5e501d46986eb .fl-rich-text * {
    font-weight: 400;
    font-size: 20px;
    text-align: center
}

.fl-node-5e501d46986eb > .fl-module-content {
    margin-top: 30px;
    margin-bottom: 30px
}

@media (max-width:768px) {
    .fl-node-5e501d46986eb > .fl-module-content {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.fl-node-5e541ec69b4ed .pp-modal-button {
    text-align: left
}

    .fl-node-5e541ec69b4ed .pp-modal-trigger,
    .fl-node-5e541ec69b4ed .pp-modal-button .pp-modal-trigger,
    .fl-node-5e541ec69b4ed .pp-modal-button .pp-modal-trigger .pp-modal-trigger-icon {
        color: #fff;
        background-color: #428bca;
        text-align: center;
        text-decoration: none
    }

        .fl-node-5e541ec69b4ed .pp-modal-trigger .pp-button-icon {
            font-size: px
        }

        .fl-builder-content .fl-node-5e541ec69b4ed .pp-modal-trigger:hover,
        .fl-node-5e541ec69b4ed .pp-modal-trigger:hover {
            color: #f7f7f7;
            background-color: #444;
            border-color: #222
        }

.fl-node-5e541ec69b4ed .pp-modal-height-auto,
#modal-5e541ec69b4ed.pp-modal-height-auto {
    display: block !important;
    position: absolute;
    top: -99999px;
    width: 550px;
    visibility: hidden
}

    .fl-node-5e541ec69b4ed .pp-modal-height-auto .pp-modal-overlay,
    #modal-5e541ec69b4ed.pp-modal-height-auto .pp-modal-overlay {
        display: none !important
    }

.fl-node-5e541ec69b4ed .pp-modal,
#modal-5e541ec69b4ed .pp-modal {
    background-color: #fff
}

    .fl-node-5e541ec69b4ed .pp-modal.layout-standard,
    #modal-5e541ec69b4ed .pp-modal.layout-standard {
        width: 550px;
        height: auto;
        max-width: 90%;
        border-radius: 2px
    }

    .fl-node-5e541ec69b4ed .pp-modal.layout-fullscreen,
    #modal-5e541ec69b4ed .pp-modal.layout-fullscreen {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 0;
        margin-right: 0
    }

    .fl-node-5e541ec69b4ed .pp-modal .pp-modal-header,
    #modal-5e541ec69b4ed .pp-modal .pp-modal-header {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px
    }

    .fl-node-5e541ec69b4ed .pp-modal .pp-modal-title,
    #modal-5e541ec69b4ed .pp-modal .pp-modal-title {
        padding: 10px 15px;
        color: #444
    }

    .fl-node-5e541ec69b4ed .pp-modal .pp-modal-content,
    #modal-5e541ec69b4ed .pp-modal .pp-modal-content {
        padding: 10px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

        .fl-node-5e541ec69b4ed .pp-modal .pp-modal-content.pp-modal-frame:before,
        #modal-5e541ec69b4ed .pp-modal .pp-modal-content.pp-modal-frame:before {
            background: url(https://ushealthgroup.gowiththrive.net/wp-content/plugins/bbpowerpack/modules/pp-modal-box/loader.gif) no-repeat;
            background-position: 50%;
            content: "";
            display: block;
            width: 32px;
            height: 32px;
            border-radius: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate3D(-50%, -50%, 0)
        }

    .fl-node-5e541ec69b4ed .pp-modal .pp-modal-content-inner,
    #modal-5e541ec69b4ed .pp-modal .pp-modal-content-inner {
        position: relative;
        height: 100%;
        overflow: hidden;
        padding: 10px
    }

.fl-node-5e541ec69b4ed .pp-modal-close,
#modal-5e541ec69b4ed .pp-modal-close {
    background-color: #3a3a3a;
    border: 1px solid #fff;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 5;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out
}

    .fl-node-5e541ec69b4ed .pp-modal-close:hover,
    #modal-5e541ec69b4ed .pp-modal-close:hover {
        background-color: #b53030;
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out
    }

    .fl-node-5e541ec69b4ed .pp-modal-close.box-top-right,
    #modal-5e541ec69b4ed .pp-modal-close.box-top-right {
        top: -10px;
        right: -10px
    }

    .fl-node-5e541ec69b4ed .pp-modal-close.box-top-left,
    #modal-5e541ec69b4ed .pp-modal-close.box-top-left {
        top: -10px;
        left: -10px
    }

    .fl-node-5e541ec69b4ed .pp-modal-close.win-top-right,
    #modal-5e541ec69b4ed .pp-modal-close.win-top-right {
        top: -10px;
        right: -10px
    }

    .fl-node-5e541ec69b4ed .pp-modal-close.win-top-left,
    #modal-5e541ec69b4ed .pp-modal-close.win-top-left {
        top: -10px;
        left: -10px
    }

    .fl-node-5e541ec69b4ed .pp-modal-close .bar-wrap,
    #modal-5e541ec69b4ed .pp-modal-close .bar-wrap {
        width: 100%;
        height: 100%;
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out
    }

        .fl-node-5e541ec69b4ed .pp-modal-close .bar-wrap span,
        #modal-5e541ec69b4ed .pp-modal-close .bar-wrap span {
            background: #fff;
            height: 2px;
            margin-top: -1px;
            -webkit-transition: background 0.2s ease-in-out;
            -moz-transition: background 0.2s ease-in-out;
            transition: background 0.2s ease-in-out
        }

    .fl-node-5e541ec69b4ed .pp-modal-close:hover .bar-wrap span,
    #modal-5e541ec69b4ed .pp-modal-close:hover .bar-wrap span {
        background: #ddd;
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out
    }

.fl-node-5e541ec69b4ed .pp-modal-container.fadeIn.animated,
#modal-5e541ec69b4ed .pp-modal-container.fadeIn.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.fl-node-5e541ec69b4ed .pp-modal-container.fadeOut.animated,
#modal-5e541ec69b4ed .pp-modal-container.fadeOut.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.fl-node-5e541ec69b4ed .pp-modal-container,
#modal-5e541ec69b4ed .pp-modal-container {
    background-color: rgba(0, 0, 0, .5)
}

.fl-node-5e541ec69b4ed .pp-modal-overlay,
#modal-5e541ec69b4ed .pp-modal-overlay {
    display: none;
    background-color: rgba(0, 0, 0, .5)
}

@media only screen and (max-width:0) {
    .fl-node-5e541ec69b4ed .pp-modal.layout-fullscreen,
    #modal-5e541ec69b4ed .pp-modal.layout-fullscreen {
        top: 0 !important;
        margin: 10px !important
    }

    .fl-node-5e541ec69b4ed .pp-modal.layout-standard,
    #modal-5e541ec69b4ed .pp-modal.layout-standard {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .fl-node-5e541ec69b4ed .pp-modal.layout-standard,
    #modal-5e541ec69b4ed .pp-modal.layout-standard {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.fl-node-5e541ec69b4ed .pp-modal-trigger,
.fl-node-5e541ec69b4ed .pp-modal-button .pp-modal-trigger {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.fl-node-5e541ec69b4ed > .fl-module-content {
    margin-top: 0
}

.fl-row .fl-col .fl-node-5e5005366d58a h2.fl-heading a,
.fl-row .fl-col .fl-node-5e5005366d58a h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5e5005366d58a h2.fl-heading .fl-heading-text *,
.fl-node-5e5005366d58a h2.fl-heading .fl-heading-text {
    color: #db0037
}

.fl-node-5e5005366d58a > .fl-module-content {
    margin-bottom: 10px
}

.fl-node-5e500550e254f .fl-rich-text,
.fl-node-5e500550e254f .fl-rich-text * {
    font-size: 15px
}

.fl-node-5e500550e254f > .fl-module-content {
    margin-bottom: 0
}

.fl-node-5e500db97e410 .fl-rich-text,
.fl-node-5e500db97e410 .fl-rich-text * {
    color: #8E8E8E;
    font-size: 15px;
    font-style: italic
}

.fl-node-5e500db97e410 > .fl-module-content {
    margin-top: 0;
    margin-bottom: 10px
}

.fl-tabs-label {
    cursor: pointer
}

a.fl-tabs-label {
    display: block
}

.fl-tabs-label {
    padding: 12px 18px
}

    .fl-tabs-label.fl-tab-active {
        background: #fff;
        position: relative;
        z-index: 1
    }

        .fl-tabs-label.fl-tab-active:focus {
            outline: 0
        }

.fl-tabs-labels .fl-tabs-label:active,
.fl-tabs-labels .fl-tabs-label:focus,
.fl-tabs-labels .fl-tabs-label:hover {
    text-decoration: none
}

.fl-tabs-panel-label {
    display: none
}

    .fl-tabs-panel-label span {
        display: table-cell;
        width: 100%
    }

    .fl-tabs-panel-label .fa {
        display: table-cell;
        line-height: inherit;
        opacity: .5;
        filter: alpha(opacity=50);
        padding-left: 15px;
        vertical-align: middle
    }

.fl-tabs-panels {
    background: #fff;
    border-width: 1px;
    border-style: solid
}

.fl-tabs-panel-content {
    display: none;
    padding: 18px
}

    .fl-tabs-panel-content.fl-tab-active {
        display: block
    }

    .fl-tabs-panel-content p:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }

.fl-tabs-horizontal .fl-tabs-label {
    float: left
}

.fl-tabs-horizontal .fl-tabs-labels .fl-tabs-label {
    border: 1px solid transparent;
    border-bottom: none
}

.fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
    border-width: 1px;
    border-style: solid;
    border-bottom: none !important
}

    .fl-tabs-horizontal .fl-tabs-label.fl-tab-active:after {
        content: '';
        background: inherit;
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0
    }

.fl-tabs-vertical .fl-tabs-labels {
    float: left;
    width: 30%
}

    .fl-tabs-vertical .fl-tabs-labels .fl-tabs-label {
        border: 1px solid transparent;
        border-right: none
    }

.fl-tabs-vertical .fl-tabs-label.fl-tab-active {
    border-width: 1px;
    border-style: solid;
    border-right: none !important
}

    .fl-tabs-vertical .fl-tabs-label.fl-tab-active:after {
        content: '';
        background: inherit;
        display: block;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -1px
    }

.fl-tabs-vertical .fl-tabs-panels {
    float: left;
    width: 70%
}

@media (max-width:768px) {
    .fl-tabs-labels {
        display: none
    }

    .fl-tabs-label.fl-tab-active {
        position: static
    }

    .fl-tabs-panel-label {
        display: table;
        padding: 10px 15px;
        width: 100%
    }

    .fl-tabs-panel {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }

        .fl-tabs-panel:last-child {
            border-bottom: none
        }

    .fl-tabs-panel-content {
        padding: 0 15px 15px 15px
    }

    .fl-tabs-horizontal .fl-tabs-label {
        float: none
    }

        .fl-tabs-horizontal .fl-tabs-label.fl-tab-active {
            border: none;
            padding: 10px 15px
        }

    .fl-tabs-vertical .fl-tabs-labels {
        float: none;
        width: auto
    }

    .fl-tabs-vertical .fl-tabs-label.fl-tab-active {
        border: none;
        padding: 10px 15px
    }

    .fl-tabs-vertical .fl-tabs-panels {
        float: none;
        width: auto
    }
}

.fl-node-5e5015fc1c592 .fl-tabs-labels .fl-tabs-label.fl-tab-active {
    border-color: #e5e5e5
}

.fl-node-5e5015fc1c592 .fl-tabs-label {
    font-weight: 600;
    font-size: 20px
}

.fl-node-5e5015fc1c592 .fl-tabs-panel-content {
    font-size: 15px
}

.fl-node-5e5015fc1c592 .fl-tabs-panels,
.fl-node-5e5015fc1c592 .fl-tabs-panel {
    border-color: #e5e5e5
}

.fl-node-5e5015fc1c592 > .fl-module-content {
    margin-bottom: 40px
}

@media (max-width:768px) {
    .fl-node-5e5015fc1c592 > .fl-module-content {
        margin-bottom: 20px
    }
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

@font-face {
    font-family: 'Ultimate-Icons';
    src: url(../../../uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.ttf?1ddi1j) format('truetype'), url(../../../uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.woff?1ddi1j) format('woff'), url('../../../uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.svg?1ddi1j#Ultimate-Icons') format('svg');
    font-weight: 400;
    font-style: normal
}

.ua-icon {
    font-family: 'Ultimate-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ua-icon-google-plus:before {
    content: "\ea82"
}

.ua-icon-facebook22:before {
    content: "\ea81"
}

.ua-icon-basket:before {
    content: "\e900"
}

.ua-icon-briefcase:before {
    content: "\e901"
}

.ua-icon-calendar:before {
    content: "\e902"
}

.ua-icon-chat:before {
    content: "\e903"
}

.ua-icon-clock:before {
    content: "\e904"
}

.ua-icon-desktop:before {
    content: "\e905"
}

.ua-icon-dribbble:before {
    content: "\e906"
}

.ua-icon-edit:before {
    content: "\e907"
}

.ua-icon-envelope:before {
    content: "\e908"
}

.ua-icon-facebook:before {
    content: "\e909"
}

.ua-icon-gears:before {
    content: "\e90a"
}

.ua-icon-global:before {
    content: "\e90b"
}

.ua-icon-globe:before {
    content: "\e90c"
}

.ua-icon-googleplus:before {
    content: "\e90d"
}

.ua-icon-heart:before {
    content: "\e90e"
}

.ua-icon-key:before {
    content: "\e90f"
}

.ua-icon-laptop:before {
    content: "\e910"
}

.ua-icon-linkedin:before {
    content: "\e911"
}

.ua-icon-lock:before {
    content: "\e912"
}

.ua-icon-magnifying-glass:before {
    content: "\e913"
}

.ua-icon-map-pin:before {
    content: "\e914"
}

.ua-icon-map:before {
    content: "\e915"
}

.ua-icon-mobile:before {
    content: "\e916"
}

.ua-icon-newspaper:before {
    content: "\e917"
}

.ua-icon-paperclip:before {
    content: "\e918"
}

.ua-icon-pencil:before {
    content: "\e919"
}

.ua-icon-phone:before {
    content: "\e91a"
}

.ua-icon-picture:before {
    content: "\e91b"
}

.ua-icon-presentation:before {
    content: "\e91c"
}

.ua-icon-printer:before {
    content: "\e91d"
}

.ua-icon-profile-female:before {
    content: "\e91e"
}

.ua-icon-profile-male:before {
    content: "\e91f"
}

.ua-icon-quote:before {
    content: "\e920"
}

.ua-icon-streetsign:before {
    content: "\e921"
}

.ua-icon-tablet:before {
    content: "\e922"
}

.ua-icon-tools-2:before {
    content: "\e923"
}

.ua-icon-tools:before {
    content: "\e924"
}

.ua-icon-tumblr:before {
    content: "\e925"
}

.ua-icon-twitter:before {
    content: "\e926"
}

.ua-icon-video:before {
    content: "\e927"
}

.ua-icon-icon-3-mail-envelope-closed:before {
    content: "\e928"
}

.ua-icon-icon-6-mail-envelope-closed:before {
    content: "\e929"
}

.ua-icon-icon-24-key:before {
    content: "\e92a"
}

.ua-icon-icon-29-information:before {
    content: "\e92b"
}

.ua-icon-icon-111-search:before {
    content: "\e92c"
}

.ua-icon-icon-112-search-plus:before {
    content: "\e92d"
}

.ua-icon-icon-113-search-minus:before {
    content: "\e92e"
}

.ua-icon-icon-114-lock:before {
    content: "\e92f"
}

.ua-icon-icon-116-lock-open:before {
    content: "\e930"
}

.ua-icon-icon-118-lock-rounded:before {
    content: "\e931"
}

.ua-icon-icon-120-lock-rounded-open:before {
    content: "\e932"
}

.ua-icon-icon-121-combination-lock:before {
    content: "\e933"
}

.ua-icon-icon-122-printer:before {
    content: "\e934"
}

.ua-icon-icon-123-printer:before {
    content: "\e935"
}

.ua-icon-icon-124-printer-text:before {
    content: "\e936"
}

.ua-icon-icon-125-printer-text:before {
    content: "\e937"
}

.ua-icon-icon-134-pen:before {
    content: "\e938"
}

.ua-icon-icon-135-pen-angled:before {
    content: "\e939"
}

.ua-icon-icon-145-tag-cord:before {
    content: "\e93a"
}

.ua-icon-icon-146-tag:before {
    content: "\e93b"
}

.ua-icon-icon-3-mail-envelope-closed2:before {
    content: "\e93c"
}

.ua-icon-icon-6-mail-envelope-closed2:before {
    content: "\e93d"
}

.ua-icon-icon-24-key2:before {
    content: "\e93e"
}

.ua-icon-icon-29-information2:before {
    content: "\e93f"
}

.ua-icon-icon-111-search2:before {
    content: "\e940"
}

.ua-icon-icon-112-search-plus2:before {
    content: "\e941"
}

.ua-icon-icon-113-search-minus2:before {
    content: "\e942"
}

.ua-icon-icon-114-lock2:before {
    content: "\e943"
}

.ua-icon-icon-116-lock-open2:before {
    content: "\e944"
}

.ua-icon-icon-118-lock-rounded2:before {
    content: "\e945"
}

.ua-icon-icon-120-lock-rounded-open2:before {
    content: "\e946"
}

.ua-icon-icon-121-combination-lock2:before {
    content: "\e947"
}

.ua-icon-icon-122-printer2:before {
    content: "\e948"
}

.ua-icon-icon-123-printer2:before {
    content: "\e949"
}

.ua-icon-icon-124-printer-text2:before {
    content: "\e94a"
}

.ua-icon-icon-125-printer-text2:before {
    content: "\e94b"
}

.ua-icon-icon-134-pen2:before {
    content: "\e94c"
}

.ua-icon-icon-135-pen-angled2:before {
    content: "\e94d"
}

.ua-icon-icon-145-tag-cord2:before {
    content: "\e94e"
}

.ua-icon-icon-146-tag2:before {
    content: "\e94f"
}

.ua-icon-arrow-down:before {
    content: "\e950"
}

.ua-icon-arrow-left:before {
    content: "\e951"
}

.ua-icon-arrow-right:before {
    content: "\e952"
}

.ua-icon-arrow-up:before {
    content: "\e953"
}

.ua-icon-briefcase2:before {
    content: "\e954"
}

.ua-icon-check:before {
    content: "\e955"
}

.ua-icon-circle-add:before {
    content: "\e956"
}

.ua-icon-circle-check:before {
    content: "\e957"
}

.ua-icon-circle-cross:before {
    content: "\e958"
}

.ua-icon-circle-minus:before {
    content: "\e959"
}

.ua-icon-clock2:before {
    content: "\e95a"
}

.ua-icon-cog:before {
    content: "\e95b"
}

.ua-icon-cross:before {
    content: "\e95c"
}

.ua-icon-disc:before {
    content: "\e95d"
}

.ua-icon-fast-forward:before {
    content: "\e95e"
}

.ua-icon-globe2:before {
    content: "\e95f"
}

.ua-icon-head:before {
    content: "\e960"
}

.ua-icon-heart2:before {
    content: "\e961"
}

.ua-icon-help:before {
    content: "\e962"
}

.ua-icon-lock2:before {
    content: "\e963"
}

.ua-icon-mail:before {
    content: "\e964"
}

.ua-icon-map2:before {
    content: "\e965"
}

.ua-icon-minus:before {
    content: "\e966"
}

.ua-icon-monitor:before {
    content: "\e967"
}

.ua-icon-paper-clip:before {
    content: "\e968"
}

.ua-icon-pause:before {
    content: "\e969"
}

.ua-icon-play:before {
    content: "\e96a"
}

.ua-icon-plus:before {
    content: "\e96b"
}

.ua-icon-printer2:before {
    content: "\e96c"
}

.ua-icon-record:before {
    content: "\e96d"
}

.ua-icon-rewind:before {
    content: "\e96e"
}

.ua-icon-search:before {
    content: "\e96f"
}

.ua-icon-speech-bubble:before {
    content: "\e970"
}

.ua-icon-square-add:before {
    content: "\e971"
}

.ua-icon-square-check:before {
    content: "\e972"
}

.ua-icon-square-cross:before {
    content: "\e973"
}

.ua-icon-square-minus:before {
    content: "\e974"
}

.ua-icon-unlock:before {
    content: "\e975"
}

.ua-icon-zoom-in:before {
    content: "\e976"
}

.ua-icon-zoom-out:before {
    content: "\e977"
}

.ua-icon-alarm:before {
    content: "\e978"
}

.ua-icon-arrow-down-circle:before {
    content: "\e979"
}

.ua-icon-arrow-down2:before {
    content: "\e97a"
}

.ua-icon-arrow-left-circle:before {
    content: "\e97b"
}

.ua-icon-arrow-left2:before {
    content: "\e97c"
}

.ua-icon-arrow-right-circle:before {
    content: "\e97d"
}

.ua-icon-arrow-right2:before {
    content: "\e97e"
}

.ua-icon-arrow-up-circle:before {
    content: "\e97f"
}

.ua-icon-arrow-up2:before {
    content: "\e980"
}

.ua-icon-briefcase3:before {
    content: "\e981"
}

.ua-icon-bubble:before {
    content: "\e982"
}

.ua-icon-calendar-full:before {
    content: "\e983"
}

.ua-icon-camera-video:before {
    content: "\e984"
}

.ua-icon-camera:before {
    content: "\e985"
}

.ua-icon-cart:before {
    content: "\e986"
}

.ua-icon-chart-bars:before {
    content: "\e987"
}

.ua-icon-checkmark-circle:before {
    content: "\e988"
}

.ua-icon-chevron-down-circle:before {
    content: "\e989"
}

.ua-icon-chevron-down:before {
    content: "\e98a"
}

.ua-icon-chevron-left-circle:before {
    content: "\e98b"
}

.ua-icon-chevron-left:before {
    content: "\e98c"
}

.ua-icon-chevron-right-circle:before {
    content: "\e98d"
}

.ua-icon-chevron-right:before {
    content: "\e98e"
}

.ua-icon-chevron-up-circle:before {
    content: "\e98f"
}

.ua-icon-chevron-up:before {
    content: "\e990"
}

.ua-icon-circle-minus2:before {
    content: "\e991"
}

.ua-icon-clock3:before {
    content: "\e992"
}

.ua-icon-cog2:before {
    content: "\e993"
}

.ua-icon-cross-circle:before {
    content: "\e994"
}

.ua-icon-cross2:before {
    content: "\e995"
}

.ua-icon-earth:before {
    content: "\e996"
}

.ua-icon-envelope2:before {
    content: "\e997"
}

.ua-icon-eye:before {
    content: "\e998"
}

.ua-icon-film-play:before {
    content: "\e999"
}

.ua-icon-gift:before {
    content: "\e99a"
}

.ua-icon-heart3:before {
    content: "\e99b"
}

.ua-icon-history:before {
    content: "\e99c"
}

.ua-icon-home:before {
    content: "\e99d"
}

.ua-icon-keyboard:before {
    content: "\e99e"
}

.ua-icon-laptop-phone:before {
    content: "\e99f"
}

.ua-icon-laptop2:before {
    content: "\e9a0"
}

.ua-icon-leaf:before {
    content: "\e9a1"
}

.ua-icon-license:before {
    content: "\e9a2"
}

.ua-icon-location:before {
    content: "\e9a3"
}

.ua-icon-lock3:before {
    content: "\e9a4"
}

.ua-icon-magnifier:before {
    content: "\e9a5"
}

.ua-icon-map-marker:before {
    content: "\e9a6"
}

.ua-icon-map3:before {
    content: "\e9a7"
}

.ua-icon-menu-circle:before {
    content: "\e9a8"
}

.ua-icon-menu:before {
    content: "\e9a9"
}

.ua-icon-mic:before {
    content: "\e9aa"
}

.ua-icon-moon:before {
    content: "\e9ab"
}

.ua-icon-move:before {
    content: "\e9ac"
}

.ua-icon-mustache:before {
    content: "\e9ad"
}

.ua-icon-neutral:before {
    content: "\e9ae"
}

.ua-icon-paperclip2:before {
    content: "\e9af"
}

.ua-icon-paw:before {
    content: "\e9b0"
}

.ua-icon-pencil2:before {
    content: "\e9b1"
}

.ua-icon-phone-handset:before {
    content: "\e9b2"
}

.ua-icon-phone2:before {
    content: "\e9b3"
}

.ua-icon-picture2:before {
    content: "\e9b4"
}

.ua-icon-pie-chart:before {
    content: "\e9b5"
}

.ua-icon-plus-circle:before {
    content: "\e9b6"
}

.ua-icon-printer3:before {
    content: "\e9b7"
}

.ua-icon-question-circle:before {
    content: "\e9b8"
}

.ua-icon-rocket:before {
    content: "\e9b9"
}

.ua-icon-sad:before {
    content: "\e9ba"
}

.ua-icon-screen:before {
    content: "\e9bb"
}

.ua-icon-shirt:before {
    content: "\e9bc"
}

.ua-icon-smartphone:before {
    content: "\e9bd"
}

.ua-icon-smile:before {
    content: "\e9be"
}

.ua-icon-star:before {
    content: "\e9bf"
}

.ua-icon-store:before {
    content: "\e9c0"
}

.ua-icon-sync:before {
    content: "\e9c1"
}

.ua-icon-tablet2:before {
    content: "\e9c2"
}

.ua-icon-tag:before {
    content: "\e9c3"
}

.ua-icon-trash:before {
    content: "\e9c4"
}

.ua-icon-unlink:before {
    content: "\e9c5"
}

.ua-icon-user:before {
    content: "\e9c6"
}

.ua-icon-users:before {
    content: "\e9c7"
}

.ua-icon-px-with-circle:before {
    content: "\e9c8"
}

.ua-icon-px:before {
    content: "\e9c9"
}

.ua-icon-app-store:before {
    content: "\e9ca"
}

.ua-icon-dribbble-with-circle:before {
    content: "\e9cb"
}

.ua-icon-dribbble2:before {
    content: "\e9cc"
}

.ua-icon-facebook-with-circle:before {
    content: "\e9cd"
}

.ua-icon-facebook2:before {
    content: "\e9ce"
}

.ua-icon-flickr-with-circle:before {
    content: "\e9cf"
}

.ua-icon-flickr:before {
    content: "\e9d0"
}

.ua-icon-github-with-circle:before {
    content: "\e9d1"
}

.ua-icon-github:before {
    content: "\e9d2"
}

.ua-icon-google-with-circle:before {
    content: "\e9d3"
}

.ua-icon-google:before {
    content: "\e9d4"
}

.ua-icon-instagram-with-circle:before {
    content: "\e9d5"
}

.ua-icon-instagram:before {
    content: "\e9d6"
}

.ua-icon-linkedin-with-circle:before {
    content: "\e9d7"
}

.ua-icon-linkedin2:before {
    content: "\e9d8"
}

.ua-icon-pinterest-with-circle:before {
    content: "\e9d9"
}

.ua-icon-pinterest:before {
    content: "\e9da"
}

.ua-icon-tripadvisor:before {
    content: "\e9db"
}

.ua-icon-tumblr-with-circle:before {
    content: "\e9dc"
}

.ua-icon-tumblr2:before {
    content: "\e9dd"
}

.ua-icon-twitter-with-circle:before {
    content: "\e9de"
}

.ua-icon-twitter2:before {
    content: "\e9df"
}

.ua-icon-vimeo-with-circle:before {
    content: "\e9e0"
}

.ua-icon-vimeo:before {
    content: "\e9e1"
}

.ua-icon-windows-store:before {
    content: "\e9e2"
}

.ua-icon-yelp:before {
    content: "\e9e3"
}

.ua-icon-youtube-with-circle:before {
    content: "\e9e4"
}

.ua-icon-youtube:before {
    content: "\e9e5"
}

.ua-icon-air:before {
    content: "\e9e6"
}

.ua-icon-arrow-long-down:before {
    content: "\e9e7"
}

.ua-icon-arrow-long-left:before {
    content: "\e9e8"
}

.ua-icon-arrow-long-right:before {
    content: "\e9e9"
}

.ua-icon-arrow-long-up:before {
    content: "\e9ea"
}

.ua-icon-arrow-with-circle-down:before {
    content: "\e9eb"
}

.ua-icon-arrow-with-circle-left:before {
    content: "\e9ec"
}

.ua-icon-arrow-with-circle-right:before {
    content: "\e9ed"
}

.ua-icon-arrow-with-circle-up:before {
    content: "\e9ee"
}

.ua-icon-attachment:before {
    content: "\e9ef"
}

.ua-icon-bar-graph:before {
    content: "\e9f0"
}

.ua-icon-briefcase4:before {
    content: "\e9f1"
}

.ua-icon-browser:before {
    content: "\e9f2"
}

.ua-icon-calculator:before {
    content: "\e9f3"
}

.ua-icon-calendar2:before {
    content: "\e9f4"
}

.ua-icon-camera2:before {
    content: "\e9f5"
}

.ua-icon-chat2:before {
    content: "\e9f6"
}

.ua-icon-check2:before {
    content: "\e9f7"
}

.ua-icon-chevron-down2:before {
    content: "\e9f8"
}

.ua-icon-chevron-left2:before {
    content: "\e9f9"
}

.ua-icon-chevron-right2:before {
    content: "\e9fa"
}

.ua-icon-chevron-small-down:before {
    content: "\e9fb"
}

.ua-icon-chevron-small-left:before {
    content: "\e9fc"
}

.ua-icon-chevron-small-right:before {
    content: "\e9fd"
}

.ua-icon-chevron-small-up:before {
    content: "\e9fe"
}

.ua-icon-chevron-thin-down:before {
    content: "\e9ff"
}

.ua-icon-chevron-thin-left:before {
    content: "\ea00"
}

.ua-icon-chevron-thin-right:before {
    content: "\ea01"
}

.ua-icon-chevron-thin-up:before {
    content: "\ea02"
}

.ua-icon-chevron-up2:before {
    content: "\ea03"
}

.ua-icon-chevron-with-circle-down:before {
    content: "\ea04"
}

.ua-icon-chevron-with-circle-left:before {
    content: "\ea05"
}

.ua-icon-chevron-with-circle-right:before {
    content: "\ea06"
}

.ua-icon-chevron-with-circle-up:before {
    content: "\ea07"
}

.ua-icon-circle-with-cross:before {
    content: "\ea08"
}

.ua-icon-circle-with-minus:before {
    content: "\ea09"
}

.ua-icon-circle-with-plus:before {
    content: "\ea0a"
}

.ua-icon-clock4:before {
    content: "\ea0b"
}

.ua-icon-cog3:before {
    content: "\ea0c"
}

.ua-icon-compass:before {
    content: "\ea0d"
}

.ua-icon-controller-play:before {
    content: "\ea0e"
}

.ua-icon-controller-record:before {
    content: "\ea0f"
}

.ua-icon-controller-stop:before {
    content: "\ea10"
}

.ua-icon-creative-commons-noderivs:before {
    content: "\ea11"
}

.ua-icon-credit-card:before {
    content: "\ea12"
}

.ua-icon-credit:before {
    content: "\ea13"
}

.ua-icon-cross3:before {
    content: "\ea14"
}

.ua-icon-direction:before {
    content: "\ea15"
}

.ua-icon-dot-single:before {
    content: "\ea16"
}

.ua-icon-edit2:before {
    content: "\ea17"
}

.ua-icon-email:before {
    content: "\ea18"
}

.ua-icon-emoji-flirt:before {
    content: "\ea19"
}

.ua-icon-emoji-happy:before {
    content: "\ea1a"
}

.ua-icon-emoji-neutral:before {
    content: "\ea1b"
}

.ua-icon-emoji-sad:before {
    content: "\ea1c"
}

.ua-icon-eye2:before {
    content: "\ea1d"
}

.ua-icon-fingerprint:before {
    content: "\ea1e"
}

.ua-icon-flow-tree:before {
    content: "\ea1f"
}

.ua-icon-gauge:before {
    content: "\ea20"
}

.ua-icon-globe3:before {
    content: "\ea21"
}

.ua-icon-grid:before {
    content: "\ea22"
}

.ua-icon-hair-cross:before {
    content: "\ea23"
}

.ua-icon-heart-outlined:before {
    content: "\ea24"
}

.ua-icon-heart4:before {
    content: "\ea25"
}

.ua-icon-help-with-circle:before {
    content: "\ea26"
}

.ua-icon-help2:before {
    content: "\ea27"
}

.ua-icon-home2:before {
    content: "\ea28"
}

.ua-icon-infinity:before {
    content: "\ea29"
}

.ua-icon-info-with-circle:before {
    content: "\ea2a"
}

.ua-icon-info:before {
    content: "\ea2b"
}

.ua-icon-key2:before {
    content: "\ea2c"
}

.ua-icon-keyboard2:before {
    content: "\ea2d"
}

.ua-icon-landline:before {
    content: "\ea2e"
}

.ua-icon-laptop3:before {
    content: "\ea2f"
}

.ua-icon-lifebuoy:before {
    content: "\ea30"
}

.ua-icon-light-bulb:before {
    content: "\ea31"
}

.ua-icon-location-pin:before {
    content: "\ea32"
}

.ua-icon-lock-open:before {
    content: "\ea33"
}

.ua-icon-lock4:before {
    content: "\ea34"
}

.ua-icon-magnifying-glass2:before {
    content: "\ea35"
}

.ua-icon-mail2:before {
    content: "\ea36"
}

.ua-icon-map4:before {
    content: "\ea37"
}

.ua-icon-medal:before {
    content: "\ea38"
}

.ua-icon-menu2:before {
    content: "\ea39"
}

.ua-icon-message:before {
    content: "\ea3a"
}

.ua-icon-minus2:before {
    content: "\ea3b"
}

.ua-icon-mobile2:before {
    content: "\ea3c"
}

.ua-icon-news:before {
    content: "\ea3d"
}

.ua-icon-phone3:before {
    content: "\ea3e"
}

.ua-icon-plus2:before {
    content: "\ea3f"
}

.ua-icon-quote2:before {
    content: "\ea40"
}

.ua-icon-shopping-basket:before {
    content: "\ea41"
}

.ua-icon-shopping-cart:before {
    content: "\ea42"
}

.ua-icon-squared-minus:before {
    content: "\ea43"
}

.ua-icon-squared-plus:before {
    content: "\ea44"
}

.ua-icon-tablet-mobile-combo:before {
    content: "\ea45"
}

.ua-icon-tablet3:before {
    content: "\ea46"
}

.ua-icon-tools2:before {
    content: "\ea47"
}

.ua-icon-tv:before {
    content: "\ea48"
}

.ua-icon-typing:before {
    content: "\ea49"
}

.ua-icon-user2:before {
    content: "\ea4a"
}

.ua-icon-users2:before {
    content: "\ea4b"
}

.ua-icon-video-camera:before {
    content: "\ea4c"
}

.ua-icon-video2:before {
    content: "\ea4d"
}

.ua-icon-vinyl:before {
    content: "\ea4e"
}

.ua-icon-Home:before {
    content: "\ea4f"
}

.ua-icon-LightBulb:before {
    content: "\ea50"
}

.ua-icon-Anchor:before {
    content: "\ea51"
}

.ua-icon-Feather:before {
    content: "\ea52"
}

.ua-icon-Expand:before {
    content: "\ea53"
}

.ua-icon-Maximize:before {
    content: "\ea54"
}

.ua-icon-Search:before {
    content: "\ea55"
}

.ua-icon-Zoomin:before {
    content: "\ea56"
}

.ua-icon-Zoomout:before {
    content: "\ea57"
}

.ua-icon-Add:before {
    content: "\ea58"
}

.ua-icon-Subtract:before {
    content: "\ea59"
}

.ua-icon-Exclamation:before {
    content: "\ea5a"
}

.ua-icon-Question:before {
    content: "\ea5b"
}

.ua-icon-Close:before {
    content: "\ea5c"
}

.ua-icon-Pause:before {
    content: "\ea5d"
}

.ua-icon-Envelope:before {
    content: "\ea5e"
}

.ua-icon-Compose:before {
    content: "\ea5f"
}

.ua-icon-Newspaper:before {
    content: "\ea60"
}

.ua-icon-Newspaperalt:before {
    content: "\ea61"
}

.ua-icon-Calendar:before {
    content: "\ea62"
}

.ua-icon-Hyperlink:before {
    content: "\ea63"
}

.ua-icon-Trash:before {
    content: "\ea64"
}

.ua-icon-Trashalt:before {
    content: "\ea65"
}

.ua-icon-Grid:before {
    content: "\ea66"
}

.ua-icon-Gridalt:before {
    content: "\ea67"
}

.ua-icon-List:before {
    content: "\ea68"
}

.ua-icon-Calculator:before {
    content: "\ea69"
}

.ua-icon-Windows:before {
    content: "\ea6a"
}

.ua-icon-Browser:before {
    content: "\ea6b"
}

.ua-icon-Alarm:before {
    content: "\ea6c"
}

.ua-icon-Clock:before {
    content: "\ea6d"
}

.ua-icon-Attachment:before {
    content: "\ea6e"
}

.ua-icon-Settings:before {
    content: "\ea6f"
}

.ua-icon-Portfolio:before {
    content: "\ea70"
}

.ua-icon-User:before {
    content: "\ea71"
}

.ua-icon-Users:before {
    content: "\ea72"
}

.ua-icon-Heart:before {
    content: "\ea73"
}

.ua-icon-Chat:before {
    content: "\ea74"
}

.ua-icon-Comments:before {
    content: "\ea75"
}

.ua-icon-Screen:before {
    content: "\ea76"
}

.ua-icon-iPhone:before {
    content: "\ea77"
}

.ua-icon-Instagram:before {
    content: "\ea78"
}

.ua-icon-facebook3:before {
    content: "\ea79"
}

.ua-icon-Delicious:before {
    content: "\ea7a"
}

.ua-icon-GooglePlus:before {
    content: "\ea7b"
}

.ua-icon-Dribbble:before {
    content: "\ea7c"
}

.ua-icon-Pin:before {
    content: "\ea7d"
}

.ua-icon-Pinalt:before {
    content: "\ea7e"
}

.ua-icon-Cloud:before {
    content: "\ea7f"
}

.ua-icon-Circle-Full:before {
    content: "\ea80"
}


/*!
 * Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa.fa-glass:before {
    content: "\f000"
}

.fa.fa-meetup {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-star-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-star-o:before {
        content: "\f005"
    }

.fa.fa-close:before,
.fa.fa-remove:before {
    content: "\f00d"
}

.fa.fa-gear:before {
    content: "\f013"
}

.fa.fa-trash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-trash-o:before {
        content: "\f2ed"
    }

.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-o:before {
        content: "\f15b"
    }

.fa.fa-clock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-clock-o:before {
        content: "\f017"
    }

.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-arrow-circle-o-down:before {
        content: "\f358"
    }

.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-arrow-circle-o-up:before {
        content: "\f35b"
    }

.fa.fa-play-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-play-circle-o:before {
        content: "\f144"
    }

.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
    content: "\f01e"
}

.fa.fa-refresh:before {
    content: "\f021"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-dedent:before {
    content: "\f03b"
}

.fa.fa-video-camera:before {
    content: "\f03d"
}

.fa.fa-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-picture-o:before {
        content: "\f03e"
    }

.fa.fa-photo {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-photo:before {
        content: "\f03e"
    }

.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-image:before {
        content: "\f03e"
    }

.fa.fa-pencil:before {
    content: "\f303"
}

.fa.fa-map-marker:before {
    content: "\f3c5"
}

.fa.fa-pencil-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-pencil-square-o:before {
        content: "\f044"
    }

.fa.fa-share-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-share-square-o:before {
        content: "\f14d"
    }

.fa.fa-check-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-check-square-o:before {
        content: "\f14a"
    }

.fa.fa-arrows:before {
    content: "\f0b2"
}

.fa.fa-times-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-times-circle-o:before {
        content: "\f057"
    }

.fa.fa-check-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-check-circle-o:before {
        content: "\f058"
    }

.fa.fa-mail-forward:before {
    content: "\f064"
}

.fa.fa-expand:before {
    content: "\f424"
}

.fa.fa-compress:before {
    content: "\f422"
}

.fa.fa-eye,
.fa.fa-eye-slash {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-warning:before {
    content: "\f071"
}

.fa.fa-calendar:before {
    content: "\f073"
}

.fa.fa-arrows-v:before {
    content: "\f338"
}

.fa.fa-arrows-h:before {
    content: "\f337"
}

.fa.fa-bar-chart {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-bar-chart:before {
        content: "\f080"
    }

.fa.fa-bar-chart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-bar-chart-o:before {
        content: "\f080"
    }

.fa.fa-facebook-square,
.fa.fa-twitter-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gears:before {
    content: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-thumbs-o-up:before {
        content: "\f164"
    }

.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-thumbs-o-down:before {
        content: "\f165"
    }

.fa.fa-heart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-heart-o:before {
        content: "\f004"
    }

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-linkedin-square:before {
        content: "\f08c"
    }

.fa.fa-thumb-tack:before {
    content: "\f08d"
}

.fa.fa-external-link:before {
    content: "\f35d"
}

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-github-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-lemon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-lemon-o:before {
        content: "\f094"
    }

.fa.fa-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-square-o:before {
        content: "\f0c8"
    }

.fa.fa-bookmark-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-bookmark-o:before {
        content: "\f02e"
    }

.fa.fa-facebook,
.fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-facebook:before {
        content: "\f39e"
    }

.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-facebook-f:before {
        content: "\f39e"
    }

.fa.fa-github {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hdd-o:before {
        content: "\f0a0"
    }

.fa.fa-hand-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-o-right:before {
        content: "\f0a4"
    }

.fa.fa-hand-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-o-left:before {
        content: "\f0a5"
    }

.fa.fa-hand-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-o-up:before {
        content: "\f0a6"
    }

.fa.fa-hand-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-o-down:before {
        content: "\f0a7"
    }

.fa.fa-arrows-alt:before {
    content: "\f31e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-chain:before {
    content: "\f0c1"
}

.fa.fa-scissors:before {
    content: "\f0c4"
}

.fa.fa-files-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-files-o:before {
        content: "\f0c5"
    }

.fa.fa-floppy-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-floppy-o:before {
        content: "\f0c7"
    }

.fa.fa-navicon:before,
.fa.fa-reorder:before {
    content: "\f0c9"
}

.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-google-plus:before {
        content: "\f0d5"
    }

.fa.fa-money {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-money:before {
        content: "\f3d1"
    }

.fa.fa-unsorted:before {
    content: "\f0dc"
}

.fa.fa-sort-desc:before {
    content: "\f0dd"
}

.fa.fa-sort-asc:before {
    content: "\f0de"
}

.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-linkedin:before {
        content: "\f0e1"
    }

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-legal:before {
    content: "\f0e3"
}

.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
    content: "\f3fd"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-comment-o:before {
        content: "\f075"
    }

.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-comments-o:before {
        content: "\f086"
    }

.fa.fa-flash:before {
    content: "\f0e7"
}

.fa.fa-clipboard,
.fa.fa-paste {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-paste:before {
        content: "\f328"
    }

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-lightbulb-o:before {
        content: "\f0eb"
    }

.fa.fa-exchange:before {
    content: "\f362"
}

.fa.fa-cloud-download:before {
    content: "\f381"
}

.fa.fa-cloud-upload:before {
    content: "\f382"
}

.fa.fa-bell-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-bell-o:before {
        content: "\f0f3"
    }

.fa.fa-cutlery:before {
    content: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-text-o:before {
        content: "\f15c"
    }

.fa.fa-building-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-building-o:before {
        content: "\f1ad"
    }

.fa.fa-hospital-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hospital-o:before {
        content: "\f0f8"
    }

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-circle-o:before {
        content: "\f111"
    }

.fa.fa-mail-reply:before {
    content: "\f3e5"
}

.fa.fa-github-alt {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-folder-o:before {
        content: "\f07b"
    }

.fa.fa-folder-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-folder-open-o:before {
        content: "\f07c"
    }

.fa.fa-smile-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-smile-o:before {
        content: "\f118"
    }

.fa.fa-frown-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-frown-o:before {
        content: "\f119"
    }

.fa.fa-meh-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-meh-o:before {
        content: "\f11a"
    }

.fa.fa-keyboard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-keyboard-o:before {
        content: "\f11c"
    }

.fa.fa-flag-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-flag-o:before {
        content: "\f024"
    }

.fa.fa-mail-reply-all:before {
    content: "\f122"
}

.fa.fa-star-half-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-star-half-o:before {
        content: "\f089"
    }

.fa.fa-star-half-empty {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-star-half-empty:before {
        content: "\f089"
    }

.fa.fa-star-half-full {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-star-half-full:before {
        content: "\f089"
    }

.fa.fa-code-fork:before {
    content: "\f126"
}

.fa.fa-chain-broken:before {
    content: "\f127"
}

.fa.fa-shield:before {
    content: "\f3ed"
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-calendar-o:before {
        content: "\f133"
    }

.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ticket:before {
    content: "\f3ff"
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-minus-square-o:before {
        content: "\f146"
    }

.fa.fa-level-up:before {
    content: "\f3bf"
}

.fa.fa-level-down:before {
    content: "\f3be"
}

.fa.fa-pencil-square:before {
    content: "\f14b"
}

.fa.fa-external-link-square:before {
    content: "\f360"
}

.fa.fa-compass {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-caret-square-o-down:before {
        content: "\f150"
    }

.fa.fa-toggle-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-toggle-down:before {
        content: "\f150"
    }

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-caret-square-o-up:before {
        content: "\f151"
    }

.fa.fa-toggle-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-toggle-up:before {
        content: "\f151"
    }

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-caret-square-o-right:before {
        content: "\f152"
    }

.fa.fa-toggle-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-toggle-right:before {
        content: "\f152"
    }

.fa.fa-eur:before,
.fa.fa-euro:before {
    content: "\f153"
}

.fa.fa-gbp:before {
    content: "\f154"
}

.fa.fa-dollar:before,
.fa.fa-usd:before {
    content: "\f155"
}

.fa.fa-inr:before,
.fa.fa-rupee:before {
    content: "\f156"
}

.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
    content: "\f157"
}

.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
    content: "\f158"
}

.fa.fa-krw:before,
.fa.fa-won:before {
    content: "\f159"
}

.fa.fa-bitcoin,
.fa.fa-btc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-bitcoin:before {
        content: "\f15a"
    }

.fa.fa-file-text:before {
    content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
    content: "\f881"
}

.fa.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa.fa-sort-amount-desc:before {
    content: "\f884"
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
    content: "\f886"
}

.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-youtube-play:before {
        content: "\f167"
    }

.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-bitbucket-square:before {
        content: "\f171"
    }

.fa.fa-tumblr,
.fa.fa-tumblr-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-long-arrow-down:before {
    content: "\f309"
}

.fa.fa-long-arrow-up:before {
    content: "\f30c"
}

.fa.fa-long-arrow-left:before {
    content: "\f30a"
}

.fa.fa-long-arrow-right:before {
    content: "\f30b"
}

.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-gittip:before {
        content: "\f184"
    }

.fa.fa-sun-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-sun-o:before {
        content: "\f185"
    }

.fa.fa-moon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-moon-o:before {
        content: "\f186"
    }

.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-arrow-circle-o-right:before {
        content: "\f35a"
    }

.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-arrow-circle-o-left:before {
        content: "\f359"
    }

.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-caret-square-o-left:before {
        content: "\f191"
    }

.fa.fa-toggle-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-toggle-left:before {
        content: "\f191"
    }

.fa.fa-dot-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-dot-circle-o:before {
        content: "\f192"
    }

.fa.fa-vimeo-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-try:before,
.fa.fa-turkish-lira:before {
    content: "\f195"
}

.fa.fa-plus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-plus-square-o:before {
        content: "\f0fe"
    }

.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bank:before,
.fa.fa-institution:before {
    content: "\f19c"
}

.fa.fa-mortar-board:before {
    content: "\f19d"
}

.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-spoon:before {
    content: "\f2e5"
}

.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-automobile:before {
    content: "\f1b9"
}

.fa.fa-envelope-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-envelope-o:before {
        content: "\f0e0"
    }

.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-pdf-o:before {
        content: "\f1c1"
    }

.fa.fa-file-word-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-word-o:before {
        content: "\f1c2"
    }

.fa.fa-file-excel-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-excel-o:before {
        content: "\f1c3"
    }

.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-powerpoint-o:before {
        content: "\f1c4"
    }

.fa.fa-file-image-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-image-o:before {
        content: "\f1c5"
    }

.fa.fa-file-photo-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-photo-o:before {
        content: "\f1c5"
    }

.fa.fa-file-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-picture-o:before {
        content: "\f1c5"
    }

.fa.fa-file-archive-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-archive-o:before {
        content: "\f1c6"
    }

.fa.fa-file-zip-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-zip-o:before {
        content: "\f1c6"
    }

.fa.fa-file-audio-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-audio-o:before {
        content: "\f1c7"
    }

.fa.fa-file-sound-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-sound-o:before {
        content: "\f1c7"
    }

.fa.fa-file-video-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-video-o:before {
        content: "\f1c8"
    }

.fa.fa-file-movie-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-movie-o:before {
        content: "\f1c8"
    }

.fa.fa-file-code-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-file-code-o:before {
        content: "\f1c9"
    }

.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-life-bouy,
.fa.fa-life-ring {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-life-bouy:before {
        content: "\f1cd"
    }

.fa.fa-life-buoy {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-life-buoy:before {
        content: "\f1cd"
    }

.fa.fa-life-saver {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-life-saver:before {
        content: "\f1cd"
    }

.fa.fa-support {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-support:before {
        content: "\f1cd"
    }

.fa.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa.fa-ra,
.fa.fa-rebel {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-ra:before {
        content: "\f1d0"
    }

.fa.fa-resistance {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-resistance:before {
        content: "\f1d0"
    }

.fa.fa-empire,
.fa.fa-ge {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-ge:before {
        content: "\f1d1"
    }

.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-y-combinator-square:before {
        content: "\f1d4"
    }

.fa.fa-yc-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-yc-square:before {
        content: "\f1d4"
    }

.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-wechat:before {
        content: "\f1d7"
    }

.fa.fa-send:before {
    content: "\f1d8"
}

.fa.fa-paper-plane-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-paper-plane-o:before {
        content: "\f1d8"
    }

.fa.fa-send-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-send-o:before {
        content: "\f1d8"
    }

.fa.fa-circle-thin {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-circle-thin:before {
        content: "\f111"
    }

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-sliders:before {
    content: "\f1de"
}

.fa.fa-futbol-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-futbol-o:before {
        content: "\f1e3"
    }

.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-soccer-ball-o:before {
        content: "\f1e3"
    }

.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-newspaper-o:before {
        content: "\f1ea"
    }

.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-bell-slash-o:before {
        content: "\f1f6"
    }

.fa.fa-trash:before {
    content: "\f2ed"
}

.fa.fa-copyright {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-eyedropper:before {
    content: "\f1fb"
}

.fa.fa-area-chart:before {
    content: "\f1fe"
}

.fa.fa-pie-chart:before {
    content: "\f200"
}

.fa.fa-line-chart:before {
    content: "\f201"
}

.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cc {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-cc:before {
        content: "\f20a"
    }

.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
    content: "\f20b"
}

.fa.fa-meanpath {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-meanpath:before {
        content: "\f2b4"
    }

.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-diamond {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-diamond:before {
        content: "\f3a5"
    }

.fa.fa-intersex:before {
    content: "\f224"
}

.fa.fa-facebook-official {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-facebook-official:before {
        content: "\f09a"
    }

.fa.fa-pinterest-p,
.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-hotel:before {
    content: "\f236"
}

.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-yc:before {
        content: "\f23b"
    }

.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-battery-4:before,
.fa.fa-battery:before {
    content: "\f240"
}

.fa.fa-battery-3:before {
    content: "\f241"
}

.fa.fa-battery-2:before {
    content: "\f242"
}

.fa.fa-battery-1:before {
    content: "\f243"
}

.fa.fa-battery-0:before {
    content: "\f244"
}

.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-sticky-note-o:before {
        content: "\f249"
    }

.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-clone,
.fa.fa-hourglass-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hourglass-o:before {
        content: "\f254"
    }

.fa.fa-hourglass-1:before {
    content: "\f251"
}

.fa.fa-hourglass-2:before {
    content: "\f252"
}

.fa.fa-hourglass-3:before {
    content: "\f253"
}

.fa.fa-hand-rock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-rock-o:before {
        content: "\f255"
    }

.fa.fa-hand-grab-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-grab-o:before {
        content: "\f255"
    }

.fa.fa-hand-paper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-paper-o:before {
        content: "\f256"
    }

.fa.fa-hand-stop-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-stop-o:before {
        content: "\f256"
    }

.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-scissors-o:before {
        content: "\f257"
    }

.fa.fa-hand-lizard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-lizard-o:before {
        content: "\f258"
    }

.fa.fa-hand-spock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-spock-o:before {
        content: "\f259"
    }

.fa.fa-hand-pointer-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-pointer-o:before {
        content: "\f25a"
    }

.fa.fa-hand-peace-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-hand-peace-o:before {
        content: "\f25b"
    }

.fa.fa-registered {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-television:before {
    content: "\f26c"
}

.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-calendar-plus-o:before {
        content: "\f271"
    }

.fa.fa-calendar-minus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-calendar-minus-o:before {
        content: "\f272"
    }

.fa.fa-calendar-times-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-calendar-times-o:before {
        content: "\f273"
    }

.fa.fa-calendar-check-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-calendar-check-o:before {
        content: "\f274"
    }

.fa.fa-map-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-map-o:before {
        content: "\f279"
    }

.fa.fa-commenting:before {
    content: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-commenting-o:before {
        content: "\f4ad"
    }

.fa.fa-houzz,
.fa.fa-vimeo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-vimeo:before {
        content: "\f27d"
    }

.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card-alt:before {
    content: "\f09d"
}

.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-pause-circle-o:before {
        content: "\f28b"
    }

.fa.fa-stop-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-stop-circle-o:before {
        content: "\f28d"
    }

.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-wheelchair-alt:before {
        content: "\f368"
    }

.fa.fa-question-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-question-circle-o:before {
        content: "\f059"
    }

.fa.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa.fa-glide,
.fa.fa-glide-g {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-signing:before {
    content: "\f2a7"
}

.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-google-plus-official:before {
        content: "\f2b3"
    }

.fa.fa-google-plus-circle {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-google-plus-circle:before {
        content: "\f2b3"
    }

.fa.fa-fa,
.fa.fa-font-awesome {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-fa:before {
        content: "\f2b4"
    }

.fa.fa-handshake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-handshake-o:before {
        content: "\f2b5"
    }

.fa.fa-envelope-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-envelope-open-o:before {
        content: "\f2b6"
    }

.fa.fa-linode {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-address-book-o:before {
        content: "\f2b9"
    }

.fa.fa-vcard:before {
    content: "\f2bb"
}

.fa.fa-address-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-address-card-o:before {
        content: "\f2bb"
    }

.fa.fa-vcard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-vcard-o:before {
        content: "\f2bb"
    }

.fa.fa-user-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-user-circle-o:before {
        content: "\f2bd"
    }

.fa.fa-user-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-user-o:before {
        content: "\f007"
    }

.fa.fa-id-badge {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: "\f2c2"
}

.fa.fa-id-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-id-card-o:before {
        content: "\f2c2"
    }

.fa.fa-drivers-license-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-drivers-license-o:before {
        content: "\f2c2"
    }

.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
    content: "\f2c7"
}

.fa.fa-thermometer-3:before {
    content: "\f2c8"
}

.fa.fa-thermometer-2:before {
    content: "\f2c9"
}

.fa.fa-thermometer-1:before {
    content: "\f2ca"
}

.fa.fa-thermometer-0:before {
    content: "\f2cb"
}

.fa.fa-bathtub:before,
.fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-maximize,
.fa.fa-window-restore {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: "\f410"
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-window-close-o:before {
        content: "\f410"
    }

.fa.fa-times-rectangle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-times-rectangle-o:before {
        content: "\f410"
    }

.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

    .fa.fa-eercast:before {
        content: "\f2da"
    }

.fa.fa-snowflake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

    .fa.fa-snowflake-o:before {
        content: "\f2dc"
    }

.fa.fa-superpowers,
.fa.fa-wpexplorer {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cab:before {
    content: "\f1ba"
}

.fl-node-5b48614dca49d {
    color: #fff
}

.fl-builder-content .fl-node-5b48614dca49d *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
    color: inherit
}

.fl-builder-content .fl-node-5b48614dca49d a {
    color: #fff
}

    .fl-builder-content .fl-node-5b48614dca49d a:hover {
        color: #fff
    }

.fl-builder-content .fl-node-5b48614dca49d h1,
.fl-builder-content .fl-node-5b48614dca49d h2,
.fl-builder-content .fl-node-5b48614dca49d h3,
.fl-builder-content .fl-node-5b48614dca49d h4,
.fl-builder-content .fl-node-5b48614dca49d h5,
.fl-builder-content .fl-node-5b48614dca49d h6,
.fl-builder-content .fl-node-5b48614dca49d h1 a,
.fl-builder-content .fl-node-5b48614dca49d h2 a,
.fl-builder-content .fl-node-5b48614dca49d h3 a,
.fl-builder-content .fl-node-5b48614dca49d h4 a,
.fl-builder-content .fl-node-5b48614dca49d h5 a,
.fl-builder-content .fl-node-5b48614dca49d h6 a {
    color: #fff
}

.fl-node-5b48614dca49d > .fl-row-content-wrap {
    background-color: #002250;
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0
}

.fl-node-5b48614dca49d > .fl-row-content-wrap {
    padding-top: 20px;
    padding-bottom: 9px
}

.fl-node-5e3834eb8f16a > .fl-row-content-wrap {
    background-color: #fff;
    border-style: none;
    border-width: 0;
    background-clip: border-box;
    border-color: #cbcbcb;
    border-bottom-width: 2px
}

.fl-node-5e3834eb8f16a > .fl-row-content-wrap {
    padding-top: 10px
}

.fl-node-5e384b812da75 > .fl-row-content-wrap {
    background-color: #fff
}

.fl-node-5e384b812da75 > .fl-row-content-wrap {
    padding-top: 5px
}

.fl-node-5e38506cb32f3 {
    width: 57.63%
}

.fl-node-5e38506cb32f7 {
    width: 23.18%
}

.fl-node-5e3851c720ab0 {
    width: 19.19%
}

.fl-node-5e3876e4ef273 {
    width: 100%
}

.fl-node-5b48614dca5ac {
    width: 50%
}

    .fl-node-5b48614dca5ac > .fl-col-content {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px
    }

.fl-node-5b48614dca526 {
    width: 50%
}

    .fl-node-5b48614dca526 > .fl-col-content {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px
    }

.fl-node-5e383110c0eae {
    width: 50%
}

.fl-node-5e383110c0eb1 {
    width: 50%
}

.fl-node-5e3834eb94770 {
    width: 39.99%
}

.fl-node-5e3834eb94774 {
    width: 29.97%
}

.fl-node-5e3834eb94775 {
    width: 30.04%
}

.fl-node-5e5825ee3c4d4 {
    width: 100%
}

.fl-node-5e384b813a9bd {
    width: 100%
}

.bb-gf-input.input-small {
    width: 46px !important
}

.pp-gf-content {
    position: relative
}

    .pp-gf-content:before {
        content: "";
        display: block;
        position: absolute;
        ;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .pp-gf-content .form-title,
    .pp-gf-content .form-description {
        position: relative
    }

    .pp-gf-content .gform_wrapper form {
        position: relative
    }

    .pp-gf-content .gform_wrapper .gform_body {
        width: 100% !important
    }

    .pp-gf-content .gform_wrapper ul.gform_fields {
        padding: 0
    }

        .pp-gf-content .gform_wrapper ul.gform_fields li.gfield {
            padding-right: 0
        }

            .pp-gf-content .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
                padding-right: 16px
            }

    .pp-gf-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important
    }

    .pp-gf-content .gform_wrapper .gfield input[type="checkbox"]:focus,
    .pp-gf-content .gform_wrapper .gfield input[type="radio"]:focus {
        width: auto;
        text-align: left !important
    }

.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
.gform_wrapper .top_label li.gfield.gf_right_half select.medium {
    width: 100% !important
}

.gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.gform_wrapper .gfield input:focus,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    height: auto
}

.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
    width: 100% !important
}

.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: 0 !important
}

div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    margin-bottom: 0
}

.pp-gf-content .gform_wrapper ul li.gfield {
    margin-top: 0
}

.pp-gf-content .gform_wrapper ul.gfield_radio li input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    width: auto !important;
    display: inline-block
}

.pp-gf-content .gform_wrapper .ginput_complex span.ginput_full {
    display: block
}

.pp-gf-content .gform_wrapper .gfield .gfield_description {
    padding-top: 5px
}

.pp-gf-content .gform_wrapper h2.gsection_title {
    margin-bottom: 0
}

@media only screen and (max-width:640px) {
    .pp-gf-content .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
        padding-right: 0
    }
}

.fl-node-5e385078da357 .pp-gf-content .gform_wrapper {
    max-width: 100%
}

.fl-node-5e385078da357 .pp-gf-content {
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat
}

    .fl-node-5e385078da357 .pp-gf-content .gform_wrapper ul li.gfield {
        list-style-type: none !important;
        margin-bottom: 10px
    }

.fl-node-5e385078da357 .gform_wrapper .gform_title,
.fl-node-5e385078da357 .form-title {
    display: none
}

.fl-node-5e385078da357 .form-title {
    display: block
}

.fl-node-5e385078da357 .gform_wrapper .gform_title {
    display: none
}

.fl-node-5e385078da357 .gform_wrapper span.gform_description,
.fl-node-5e385078da357 .form-description {
    display: block
}

.fl-node-5e385078da357 .form-description {
    display: block
}

.fl-node-5e385078da357 .gform_wrapper span.gform_description {
    display: none
}

.fl-node-5e385078da357 .gform_wrapper .gfield .gfield_label {
    display: none
}

.fl-node-5e385078da357 .gform_wrapper .gfield .ginput_complex.ginput_container label {
    display: none
}

.fl-node-5e385078da357 .gform_wrapper span.ginput_product_price {
    color: #900900 !important
}

.fl-node-5e385078da357 .gform_wrapper .gfield .gfield_description {
    color: #000
}

.fl-node-5e385078da357 .pp-gf-content .gform_wrapper .gsection {
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    margin-bottom: 20px
}

.fl-node-5e385078da357 .gform_wrapper h2.gsection_title {
    color: #333
}

.fl-node-5e385078da357 .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.fl-node-5e385078da357 .gform_wrapper .gfield select,
.fl-node-5e385078da357 .gform_wrapper .gfield textarea {
    color: #333;
    background-color: #fff;
    border-width: 0;
    border-color: #eee;
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -ms-border-radius: 54px;
    -o-border-radius: 54px;
    border-radius: 54px;
    border-width: 1px;
    border-style: solid;
    padding: px;
    text-align: left;
    font-size: 15px;
    outline: none
}

.fl-node-5e385078da357 .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
.fl-node-5e385078da357 .gform_wrapper .ginput_complex select {
    margin-bottom: 3px
}

.fl-node-5e385078da357 .gform_wrapper .ginput_complex span {
    margin-bottom: 4px
}

.fl-node-5e385078da357 .gform_wrapper .gfield input::-webkit-input-placeholder {
    color: #9d9d9d
}

.fl-node-5e385078da357 .gform_wrapper .gfield input:-moz-placeholder {
    color: #9d9d9d
}

.fl-node-5e385078da357 .gform_wrapper .gfield input::-moz-placeholder {
    color: #9d9d9d
}

.fl-node-5e385078da357 .gform_wrapper .gfield input:-ms-input-placeholder {
    color: #9d9d9d
}

.fl-node-5e385078da357 .gform_wrapper .gfield textarea::-webkit-input-placeholder {
    color: #9d9d9d
}

.fl-node-5e385078da357 .gform_wrapper .gfield textarea:-moz-placeholder {
    color: #9d9d9d
}

.fl-node-5e385078da357 .gform_wrapper .gfield textarea::-moz-placeholder {
    color: #9d9d9d
}

.fl-node-5e385078da357 .gform_wrapper .gfield textarea:-ms-input-placeholder {
    color: #9d9d9d
}

.fl-node-5e385078da357 .gform_wrapper .gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
.fl-node-5e385078da357 .gform_wrapper .gfield select:focus,
.fl-node-5e385078da357 .gform_wrapper .gfield textarea:focus {
    border-color: #719ece
}

.fl-node-5e385078da357 .gform_wrapper .top_label input.medium,
.fl-node-5e385078da357 .gform_wrapper .top_label select.medium {
    width: 49% !important
}

.fl-node-5e385078da357 .gform_wrapper textarea.medium {
    width:
}

.fl-node-5e385078da357 .gform_wrapper .ginput_complex .ginput_full input[type="text"],
.fl-node-5e385078da357 .gform_wrapper .ginput_complexinput[type="text"] {
    width: 97.5% !important
}

.fl-node-5e385078da357 .gform_wrapper .ginput_complex .ginput_right {
    margin-left: 0 !important
}

    .fl-node-5e385078da357 .gform_wrapper .ginput_complex .ginput_right input,
    .fl-node-5e385078da357 .gform_wrapper .ginput_complex .ginput_right select {
        width:
    }

.fl-node-5e385078da357 .gform_wrapper .gform_footer {
    text-align: left
}

    .fl-node-5e385078da357 .gform_wrapper .gform_footer .gform_button,
    .fl-node-5e385078da357 .gform_wrapper.gf_browser_ie .gform_footer .gform_button,
    .fl-node-5e385078da357 .gform_wrapper .gform_page_footer .button,
    .fl-node-5e385078da357 .gform_wrapper.gf_browser_ie .gform_page_footer .button {
        width: auto;
        color: #fff;
        background-color: #333;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        white-space: normal
    }

        .fl-node-5e385078da357 .gform_wrapper .gform_footer .gform_button:hover,
        .fl-node-5e385078da357 .gform_wrapper .gform_page_footer .button:hover {
            color: #eee;
            background: #000
        }

.fl-node-5e385078da357 .gform_wrapper .gfield input[type=file] {
    background-color: transparent;
    border-width: px;
    border-style: none
}

.fl-node-5e385078da357 .gform_wrapper .validation_error,
.fl-node-5e385078da357 .gform_wrapper li.gfield.gfield_error,
.fl-node-5e385078da357 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    color: #790000 !important;
    border-color: transparent !important;
    border: none;
    padding-top: 0;
    padding-bottom: 0
}

    .fl-node-5e385078da357 .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
    .fl-node-5e385078da357 .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
        margin-top: 8px
    }

.fl-node-5e385078da357 .gform_wrapper .validation_error {
    display: none !important
}

.fl-node-5e385078da357 .gform_wrapper .gfield.gfield_error {
    background-color: transparent;
    Width: 100%
}

    .fl-node-5e385078da357 .gform_wrapper .gfield.gfield_error .gfield_label {
        margin-left: 0
    }

.fl-node-5e385078da357 .gform_wrapper .gfield_error .validation_message {
    display: block;
    color: red
}

.fl-node-5e385078da357 .gform_wrapper .gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.fl-node-5e385078da357 .gform_wrapper .gfield_error .ginput_container select,
.fl-node-5e385078da357 .gform_wrapper .gfield_error .ginput_container textarea {
    border-color: transparent;
    border-width: 1px !important
}

@media only screen and (max-width:1024px) {
    .fl-node-5e385078da357 .gform_wrapper .gform_footer .gform_button,
    .fl-node-5e385078da357 .gform_wrapper.gf_browser_ie .gform_footer .gform_button,
    .fl-node-5e385078da357 .gform_wrapper .gform_page_footer .button,
    .fl-node-5e385078da357 .gform_wrapper.gf_browser_ie .gform_page_footer .button {
        padding-top: px;
        padding-bottom: px;
        padding-left: px;
        padding-right: px
    }
}

@media only screen and (max-width:768px) {
    .fl-node-5e385078da357 .gform_wrapper .gform_footer .gform_button,
    .fl-node-5e385078da357 .gform_wrapper.gf_browser_ie .gform_footer .gform_button,
    .fl-node-5e385078da357 .gform_wrapper .gform_page_footer .button,
    .fl-node-5e385078da357 .gform_wrapper.gf_browser_ie .gform_page_footer .button {
        padding-top: px;
        padding-bottom: px;
        padding-left: px;
        padding-right: px
    }
}

.fl-node-5e385078da357 .gform_wrapper span.gform_description,
.fl-node-5e385078da357 .form-description {
    font-size: 16px;
    line-height: 20px
}

.fl-node-5e385078da357 .gform_wrapper .gform_footer .gform_button,
.fl-node-5e385078da357 .gform_wrapper .gform_page_footer .button {
    font-weight: 600;
    font-size: 16px
}

.fl-node-5e385078da357 > .fl-module-content {
    margin-bottom: 15px
}

.fl-builder-content .fl-rich-text strong {
    font-weight: 700
}

.fl-node-5e3851e9929b5 .fl-rich-text,
.fl-node-5e3851e9929b5 .fl-rich-text * {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px
}

.fl-node-5e3851e9929b5 > .fl-module-content {
    margin-bottom: 15px
}

.pp-social-icons .pp-social-icon {
    display: inline-block;
    line-height: 0
}

    .pp-social-icons .pp-social-icon.pp-social-icon-vertical {
        margin-bottom: 10px;
        margin-top: 10px
    }

.pp-social-icons-left {
    text-align: left
}

.pp-social-icons-center {
    text-align: center
}

.pp-social-icons-right {
    text-align: right
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon a,
.fl-node-5e3852263daba .fl-module-content .pp-social-icon a:hover {
    text-decoration: none
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon a {
    display: inline-block
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon i {
    float: left;
    color: #;
    border-radius: 100px;
    text-align: center;
    border: 0 solid #
}

    .fl-node-5e3852263daba .fl-module-content .pp-social-icon i:hover,
    .fl-node-5e3852263daba .fl-module-content .pp-social-icon a:hover i {
        color: #;
        border-color: #
    }

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(1) i {
    border: 0 solid #
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(1) a:hover i {
    border-color: #
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(1) i {
    color: #
}

    .fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(1) i:hover,
    .fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(1) a:hover i {
        color: #cd163f
    }

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(2) i {
    border: 0 solid #
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(2) a:hover i {
    border-color: #
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(2) i {
    color: #
}

    .fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(2) i:hover,
    .fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(2) a:hover i {
        color: #cd163f
    }

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(3) i {
    border: 0 solid #
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(3) a:hover i {
    border-color: #
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(3) i {
    color: #
}

    .fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(3) i:hover,
    .fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(3) a:hover i {
        color: #cd163f
    }

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(4) i {
    border: 0 solid #
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(4) a:hover i {
    border-color: #
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(4) i {
    color: #
}

    .fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(4) i:hover,
    .fl-node-5e3852263daba .fl-module-content .pp-social-icon:nth-child(4) a:hover i {
        color: #cd163f
    }

@media only screen and (max-width:768px) {
    .fl-node-5e3852263daba .pp-responsive-left {
        text-align: left
    }

    .fl-node-5e3852263daba .pp-responsive-center {
        text-align: center
    }

    .fl-node-5e3852263daba .pp-responsive-right {
        text-align: right
    }

    .fl-node-5e3852263daba .pp-responsive-left .pp-social-icon {
        margin-right: 10px
    }

    .fl-node-5e3852263daba .pp-responsive-center .pp-social-icon {
        margin-left: 10px;
        margin-right: 10px
    }

    .fl-node-5e3852263daba .pp-responsive-center .pp-social-icon {
        margin-left: 10px
    }
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon a {
    width: 30px;
    height: 30px
}

.fl-node-5e3852263daba .fl-module-content .pp-social-icon i {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px
}

.fl-node-5e3852263daba .pp-social-icons-left .pp-social-icon {
    margin-right: 10px
}

.fl-node-5e3852263daba .pp-social-icons-center .pp-social-icon {
    margin-left: 10px;
    margin-right: 10px
}

.fl-node-5e3852263daba .pp-social-icons-right .pp-social-icon {
    margin-left: 10px
}

.fl-node-5e3852263daba > .fl-module-content {
    margin-bottom: 15px;
    margin-left: 0
}

.fl-node-5e3876e4ef02e .fl-separator {
    border-top: 2px solid #345682;
    max-width: 100%;
    margin: auto
}

.fl-node-5e3876e4ef02e > .fl-module-content {
    margin-top: 0;
    margin-bottom: 25px
}

@media (max-width:768px) {
    .fl-node-5e3876e4ef02e > .fl-module-content {
        margin-bottom: 20px
    }
}

.fl-module-heading .fl-heading {
    padding: 0 !important;
    margin: 0 !important
}

.fl-node-5e3830d7df224.fl-module-heading .fl-heading {
    font-size: 40px;
    line-height: 50px
}

@media(max-width:1024px) {
    .fl-node-5e3830d7df224.fl-module-heading .fl-heading {
        font-size: 30px;
        line-height: 40px
    }
}

@media(max-width:768px) {
    .fl-node-5e3830d7df224.fl-module-heading .fl-heading {
        text-align: center
    }
}

.fl-node-5e3830d7df224 > .fl-module-content {
    margin-bottom: 15px
}

.fl-node-5e3831016246b .fl-button-wrap {
    text-align: left
}

@media(max-width:768px) {
    .fl-node-5e3831016246b .fl-button-wrap {
        text-align: center
    }
}

.fl-node-5e38311bd3d92 .fl-rich-text,
.fl-node-5e38311bd3d92 .fl-rich-text * {
    font-weight: 400;
    font-size: 20px;
    line-height: 50px
}

@media(max-width:768px) {
    .fl-node-5e38311bd3d92 .fl-rich-text,
    .fl-node-5e38311bd3d92 .fl-rich-text * {
        text-align: center
    }
}

@media (max-width:768px) {
    .fl-node-5e38311bd3d92.fl-module > .fl-module-content {
        margin-bottom: 0
    }
}

.fl-node-5e383157c6363 .fl-rich-text,
.fl-node-5e383157c6363 .fl-rich-text * {
    font-weight: 400;
    font-size: 20px;
    line-height: 50px
}

@media(max-width:768px) {
    .fl-node-5e383157c6363 .fl-rich-text,
    .fl-node-5e383157c6363 .fl-rich-text * {
        text-align: center
    }
}

@media (max-width:768px) {
    .fl-node-5e383157c6363.fl-module > .fl-module-content {
        margin-top: 0;
        margin-bottom: 35px
    }
}

.fl-node-5e3834f43a842 .fl-rich-text,
.fl-node-5e3834f43a842 .fl-rich-text * {
    font-weight: 300
}

.fl-node-5e3834f43a842 > .fl-module-content {
    margin-bottom: 15px
}

.pp-infobox:before,
.pp-infobox:after {
    content: " ";
    display: table
}

.pp-infobox:after {
    clear: both
}

.pp-infobox-wrap .pp-infobox-link {
    text-decoration: none;
    display: block
}

.fl-col-group-equal-height .fl-module-pp-infobox,
.fl-col-group-equal-height .fl-module-pp-infobox .fl-module-content,
.fl-col-group-equal-height .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap,
.fl-col-group-equal-height .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap .pp-infobox,
.fl-col-group-equal-height .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap > .pp-infobox-link,
.fl-col-group-equal-height .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap > .pp-more-link {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap .pp-infobox {
    justify-content: center
}

.fl-col-group-equal-height.fl-col-group-align-top .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap .pp-infobox {
    justify-content: flex-start
}

.fl-col-group-equal-height.fl-col-group-align-bottom .fl-module-pp-infobox .fl-module-content .pp-infobox-wrap .pp-infobox {
    justify-content: flex-end
}

.fl-builder-settings-section select[name="image_select_src"] {
    display: none
}

.pp-infobox-title-prefix {
    display: block
}

.pp-infobox-title-wrapper .pp-infobox-title {
    margin-bottom: 5px;
    margin-top: 0
}

.pp-infobox-description p {
    margin-bottom: 15px
}

    .pp-infobox-description p:last-of-type {
        margin-bottom: 0 !important
    }

.pp-more-link {
    color: inherit;
    display: block;
    text-decoration: none;
    box-shadow: none
}

.pp-infobox .pp-more-link {
    display: inline-block
}

.pp-more-link:hover {
    text-decoration: none
}

.pp-infobox-icon-inner .dashicons,
.pp-infobox-icon-inner .dashicons-before:before {
    height: auto;
    width: auto
}

.pp-infobox {
    border-width: 0;
    padding: 20px;
    text-align: center;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.pp-infobox-icon {
    border-width: 0;
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

.pp-infobox-icon-inner {
    display: table
}

.pp-infobox-icon span {
    display: table-cell;
    vertical-align: middle
}

.pp-infobox-image {
    margin: 0 auto 10px;
    text-align: center
}

    .pp-infobox-image img {
        border-width: 0;
        height: 2em;
        width: 2em
    }

.pp-infobox-wrap .layout-1 {
    text-align: left
}

    .pp-infobox-wrap .layout-1 .pp-heading-wrapper {
        display: table;
        margin-bottom: 5px
    }

    .pp-infobox-wrap .layout-1 .pp-icon-wrapper,
    .pp-infobox-wrap .layout-1 .pp-infobox-title-wrapper {
        display: table-cell;
        vertical-align: middle
    }

        .pp-infobox-wrap .layout-1 .pp-infobox-title-wrapper .pp-infobox-title {
            margin-bottom: 0;
            margin-left: 10px
        }

    .pp-infobox-wrap .layout-1 .pp-infobox-title-prefix {
        margin-bottom: 0;
        margin-left: 10px
    }

    .pp-infobox-wrap .layout-1 .pp-heading-wrapper-inner {
        display: table-cell;
        vertical-align: middle
    }

    .pp-infobox-wrap .layout-1 .pp-more-link.pp-title-link .pp-infobox-title-wrapper {
        display: block
    }

.pp-infobox-wrap .layout-2 {
    text-align: right
}

    .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
        display: table;
        float: right;
        margin-bottom: 5px
    }

    .pp-infobox-wrap .layout-2 .pp-icon-wrapper {
        float: right
    }

    .pp-infobox-wrap .layout-2 .pp-infobox-title-wrapper,
    .pp-infobox-wrap .layout-2 .pp-icon-wrapper {
        display: table-cell;
        vertical-align: middle
    }

        .pp-infobox-wrap .layout-2 .pp-infobox-title-wrapper .pp-infobox-title {
            margin-bottom: 0;
            margin-right: 10px
        }

    .pp-infobox-wrap .layout-2 .pp-infobox-description {
        clear: both
    }

    .pp-infobox-wrap .layout-2 .pp-header-wrapper-inner {
        display: table-cell;
        vertical-align: middle
    }

    .pp-infobox-wrap .layout-2 .pp-more-link.pp-title-link .pp-infobox-title-wrapper {
        display: block
    }

    .pp-infobox-wrap .layout-2 .pp-infobox-title-prefix {
        margin-bottom: 0;
        margin-right: 10px
    }

.pp-infobox-wrap .layout-3 {
    text-align: left
}

.pp-infobox-wrap .layout-3-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-shrink: 1
}

.pp-infobox-wrap .layout-3 .pp-icon-wrapper {
    margin-right: 10px
}

.pp-infobox-wrap .layout-3 .pp-heading-wrapper {
    flex: 1
}

@media only screen and (max-width:767px) {
    .pp-infobox-wrap .layout-3-wrapper {
        flex-direction: column
    }

    .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
        margin-right: 0 !important
    }
}

.pp-infobox-wrap .layout-4 {
    text-align: right
}

.pp-infobox-wrap .layout-4-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-shrink: 1
}

.pp-infobox-wrap .layout-4 .pp-icon-wrapper {
    margin-left: 10px
}

.pp-infobox-wrap .layout-4 .pp-heading-wrapper {
    flex: 1
}

@media only screen and (max-width:767px) {
    .pp-infobox-wrap .layout-4-wrapper {
        flex-direction: column-reverse
    }

    .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
        margin-left: 0 !important
    }
}

.fl-node-5e3835d5e7d32 .pp-infobox-title-prefix {
    display: none
}

.fl-node-5e3835d5e7d32 .pp-infobox-title-wrapper .pp-infobox-title {
    margin-top: 10px;
    margin-bottom: 10px
}

.fl-node-5e3835d5e7d32 .pp-infobox-description {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5e3835d5e7d32 .pp-infobox-image {
    margin-bottom: 0
}

    .fl-node-5e3835d5e7d32 .pp-infobox-image img {
        height: auto;
        width: auto;
        max-width: 100%
    }

    .fl-node-5e3835d5e7d32 .pp-infobox-icon-inner span.pp-icon,
    .fl-node-5e3835d5e7d32 .pp-infobox-image img {
        border-top-left-radius: px;
        border-top-right-radius: px;
        border-bottom-left-radius: px;
        border-bottom-right-radius: px
    }

.fl-node-5e3835d5e7d32 .pp-infobox {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

    .fl-node-5e3835d5e7d32 .pp-infobox .animated {
        -webkit-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -o-animation-duration: 500ms;
        -ms-animation-duration: 500ms;
        animation-duration: 500ms
    }

.fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
    margin-right: 10px
}

.fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
    margin-left: 10px
}

.fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-2 .pp-infobox-description,
.fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
    float: left
}

.fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-4 .pp-heading-wrapper {
    flex: 0 1 auto
}

@media only screen and (max-width:1024px) {
    .fl-node-5e3835d5e7d32 .pp-infobox {
        text-align: left
    }
}

@media only screen and (max-width:768px) {
    .fl-node-5e3835d5e7d32 .pp-infobox {
        text-align: center
    }

    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-3 .layout-3-wrapper,
    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-4 .layout-4-wrapper {
        align-items: normal
    }

    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-1 .pp-infobox-description,
    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-2 .pp-infobox-description {
        float: none;
        text-align: center
    }

    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
        margin: 0 auto;
        float: none
    }

    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
        flex: auto
    }

    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-3 .layout-3-wrapper,
    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-4 .layout-4-wrapper,
    .fl-node-5e3835d5e7d32 .pp-infobox-wrap .layout-5 {
        text-align: center
    }
}

.fl-node-5e3835d5e7d32 .pp-infobox-description {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px
}

.fl-node-5e3835d5e7d32 > .fl-module-content {
    margin-bottom: 0
}

.fl-node-5e384a2c27e93 .pp-infobox-title-prefix {
    display: none
}

.fl-node-5e384a2c27e93 .pp-infobox-title-wrapper .pp-infobox-title {
    margin-top: 10px;
    margin-bottom: 10px
}

.fl-node-5e384a2c27e93 .pp-infobox-description {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5e384a2c27e93 .pp-infobox-image {
    margin-bottom: 0
}

    .fl-node-5e384a2c27e93 .pp-infobox-image img {
        height: auto;
        width: auto;
        max-width: 100%
    }

    .fl-node-5e384a2c27e93 .pp-infobox-icon-inner span.pp-icon,
    .fl-node-5e384a2c27e93 .pp-infobox-image img {
        border-top-left-radius: px;
        border-top-right-radius: px;
        border-bottom-left-radius: px;
        border-bottom-right-radius: px
    }

.fl-node-5e384a2c27e93 .pp-infobox {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

    .fl-node-5e384a2c27e93 .pp-infobox .animated {
        -webkit-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -o-animation-duration: 500ms;
        -ms-animation-duration: 500ms;
        animation-duration: 500ms
    }

.fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
    margin-right: 10px
}

.fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
    margin-left: 10px
}

.fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-2 .pp-infobox-description,
.fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
    float: left
}

.fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-4 .pp-heading-wrapper {
    flex: 0 1 auto
}

@media only screen and (max-width:1024px) {
    .fl-node-5e384a2c27e93 .pp-infobox {
        text-align: left
    }
}

@media only screen and (max-width:768px) {
    .fl-node-5e384a2c27e93 .pp-infobox {
        text-align: center
    }

    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-3 .layout-3-wrapper,
    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-4 .layout-4-wrapper {
        align-items: normal
    }

    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-1 .pp-infobox-description,
    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-2 .pp-infobox-description {
        float: none;
        text-align: center
    }

    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
        margin: 0 auto;
        float: none
    }

    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
        flex: auto
    }

    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-3 .layout-3-wrapper,
    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-4 .layout-4-wrapper,
    .fl-node-5e384a2c27e93 .pp-infobox-wrap .layout-5 {
        text-align: center
    }
}

.fl-node-5e384a2c27e93 .pp-infobox-description {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px
}

.fl-node-5e384a2c27e93 > .fl-module-content {
    margin-top: 10px;
    margin-bottom: 0
}

.fl-node-5e384a8773b53 .pp-infobox-title-prefix {
    display: none
}

.fl-node-5e384a8773b53 .pp-infobox-title-wrapper .pp-infobox-title {
    margin-top: 10px;
    margin-bottom: 10px
}

.fl-node-5e384a8773b53 .pp-infobox-description {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5e384a8773b53 .pp-infobox-image {
    margin-bottom: 0
}

    .fl-node-5e384a8773b53 .pp-infobox-image img {
        height: auto;
        width: auto;
        max-width: 100%
    }

    .fl-node-5e384a8773b53 .pp-infobox-icon-inner span.pp-icon,
    .fl-node-5e384a8773b53 .pp-infobox-image img {
        border-top-left-radius: px;
        border-top-right-radius: px;
        border-bottom-left-radius: px;
        border-bottom-right-radius: px
    }

.fl-node-5e384a8773b53 .pp-infobox {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

    .fl-node-5e384a8773b53 .pp-infobox .animated {
        -webkit-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -o-animation-duration: 500ms;
        -ms-animation-duration: 500ms;
        animation-duration: 500ms
    }

.fl-node-5e384a8773b53 .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
    margin-right: 10px
}

.fl-node-5e384a8773b53 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
    margin-left: 10px
}

.fl-node-5e384a8773b53 .pp-infobox-wrap .layout-2 .pp-infobox-description,
.fl-node-5e384a8773b53 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
    float: left
}

.fl-node-5e384a8773b53 .pp-infobox-wrap .layout-4 .pp-heading-wrapper {
    flex: 0 1 auto
}

@media only screen and (max-width:1024px) {
    .fl-node-5e384a8773b53 .pp-infobox {
        text-align: left
    }
}

@media only screen and (max-width:768px) {
    .fl-node-5e384a8773b53 .pp-infobox {
        text-align: center
    }

    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-3 .layout-3-wrapper,
    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-4 .layout-4-wrapper {
        align-items: normal
    }

    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-1 .pp-infobox-description,
    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-2 .pp-infobox-description {
        float: none;
        text-align: center
    }

    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
        margin: 0 auto;
        float: none
    }

    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
        flex: auto
    }

    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-3 .layout-3-wrapper,
    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-4 .layout-4-wrapper,
    .fl-node-5e384a8773b53 .pp-infobox-wrap .layout-5 {
        text-align: center
    }
}

.fl-node-5e384a8773b53 .pp-infobox-description {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px
}

.fl-node-5e384a8773b53 > .fl-module-content {
    margin-top: 0;
    margin-bottom: 15px
}

@media (max-width:768px) {
    .fl-node-5e384a8773b53.fl-module > .fl-module-content {
        margin-bottom: 0
    }
}

.fl-node-5e384ad97fb7b .pp-infobox-title-prefix {
    display: none
}

.fl-node-5e384ad97fb7b .pp-infobox-title-wrapper .pp-infobox-title {
    margin-top: 10px;
    margin-bottom: 10px
}

.fl-node-5e384ad97fb7b .pp-infobox-description {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5e384ad97fb7b .pp-infobox-image {
    margin-bottom: 0
}

    .fl-node-5e384ad97fb7b .pp-infobox-image img {
        height: auto;
        width: auto;
        max-width: 100%
    }

    .fl-node-5e384ad97fb7b .pp-infobox-icon-inner span.pp-icon,
    .fl-node-5e384ad97fb7b .pp-infobox-image img {
        border-top-left-radius: px;
        border-top-right-radius: px;
        border-bottom-left-radius: px;
        border-bottom-right-radius: px
    }

.fl-node-5e384ad97fb7b .pp-infobox {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

    .fl-node-5e384ad97fb7b .pp-infobox .animated {
        -webkit-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -o-animation-duration: 500ms;
        -ms-animation-duration: 500ms;
        animation-duration: 500ms
    }

.fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
    margin-right: 10px
}

.fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
    margin-left: 10px
}

.fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-2 .pp-infobox-description,
.fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
    float: left
}

.fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-4 .pp-heading-wrapper {
    flex: 0 1 auto
}

@media only screen and (max-width:1024px) {
    .fl-node-5e384ad97fb7b .pp-infobox {
        text-align: left
    }
}

@media only screen and (max-width:768px) {
    .fl-node-5e384ad97fb7b .pp-infobox {
        text-align: center
    }

    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-3 .layout-3-wrapper,
    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-4 .layout-4-wrapper {
        align-items: normal
    }

    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-1 .pp-infobox-description,
    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-2 .pp-infobox-description {
        float: none;
        text-align: center
    }

    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
        margin: 0 auto;
        float: none
    }

    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
        flex: auto
    }

    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-3 .layout-3-wrapper,
    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-4 .layout-4-wrapper,
    .fl-node-5e384ad97fb7b .pp-infobox-wrap .layout-5 {
        text-align: center
    }
}

.fl-node-5e384ad97fb7b .pp-infobox-description {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px
}

.fl-node-5e384ad97fb7b > .fl-module-content {
    margin-bottom: 0
}

@media (max-width:768px) {
    .fl-node-5e384ad97fb7b.fl-module > .fl-module-content {
        margin-top: 15px
    }
}

.fl-node-5e384ae3e316a .pp-infobox-title-prefix {
    display: none
}

.fl-node-5e384ae3e316a .pp-infobox-title-wrapper .pp-infobox-title {
    margin-top: 10px;
    margin-bottom: 10px
}

.fl-node-5e384ae3e316a .pp-infobox-description {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5e384ae3e316a .pp-infobox-image {
    margin-bottom: 0
}

    .fl-node-5e384ae3e316a .pp-infobox-image img {
        height: auto;
        width: auto;
        max-width: 100%
    }

    .fl-node-5e384ae3e316a .pp-infobox-icon-inner span.pp-icon,
    .fl-node-5e384ae3e316a .pp-infobox-image img {
        border-top-left-radius: px;
        border-top-right-radius: px;
        border-bottom-left-radius: px;
        border-bottom-right-radius: px
    }

.fl-node-5e384ae3e316a .pp-infobox {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

    .fl-node-5e384ae3e316a .pp-infobox .animated {
        -webkit-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -o-animation-duration: 500ms;
        -ms-animation-duration: 500ms;
        animation-duration: 500ms
    }

.fl-node-5e384ae3e316a .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
    margin-right: 10px
}

.fl-node-5e384ae3e316a .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
    margin-left: 10px
}

.fl-node-5e384ae3e316a .pp-infobox-wrap .layout-2 .pp-infobox-description,
.fl-node-5e384ae3e316a .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
    float: left
}

.fl-node-5e384ae3e316a .pp-infobox-wrap .layout-4 .pp-heading-wrapper {
    flex: 0 1 auto
}

@media only screen and (max-width:1024px) {
    .fl-node-5e384ae3e316a .pp-infobox {
        text-align: left
    }
}

@media only screen and (max-width:768px) {
    .fl-node-5e384ae3e316a .pp-infobox {
        text-align: center
    }

    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-3 .layout-3-wrapper,
    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-4 .layout-4-wrapper {
        align-items: normal
    }

    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-1 .pp-infobox-description,
    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-2 .pp-infobox-description {
        float: none;
        text-align: center
    }

    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
        margin: 0 auto;
        float: none
    }

    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
        flex: auto
    }

    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-3 .layout-3-wrapper,
    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-4 .layout-4-wrapper,
    .fl-node-5e384ae3e316a .pp-infobox-wrap .layout-5 {
        text-align: center
    }
}

.fl-node-5e384ae3e316a .pp-infobox-description {
    font-weight: 300;
    font-size: 15px;
    line-height: 26px
}

.fl-node-5e384ae3e316a > .fl-module-content {
    margin-top: 10px;
    margin-bottom: 15px
}

.fl-node-5e5825ee2bba8 .fl-separator {
    border-top: 2px solid #cbcbcb;
    max-width: 100%;
    margin: auto
}

.fl-node-5e5825ee2bba8 > .fl-module-content {
    margin-top: 0;
    margin-bottom: 0
}

.fl-node-5e384b812cd38 .fl-rich-text,
.fl-node-5e384b812cd38 .fl-rich-text * {
    font-size: 15px;
    line-height: 26px
}

@media(max-width:768px) {
    .fl-node-5e384b812cd38 .fl-rich-text,
    .fl-node-5e384b812cd38 .fl-rich-text * {
        text-align: center
    }
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}

.fl-node-5e25d70fdfd87 > .fl-row-content-wrap {
    background-color: #fff
}

.fl-node-5e25d70fdfd87 .fl-row-content {
    max-width: 1360px
}

.fl-node-5e25d70fe32ac {
    width: 17.36%
}

.fl-node-5e25d7ec0aa97 {
    width: 22.65%
}

.fl-node-5e25d70fe32b0 {
    width: 59.99%
}

    .fl-node-5e25d70fe32b0 > .fl-col-content {
        padding-top: 12px
    }

.fl-node-5e42fcd92e9b4 {
    width: 100%
}

img.mfp-img {
    padding-bottom: 40px !important
}

@media (max-width:768px) {
    .fl-photo-content {
        width: 100%
    }
}

.fl-node-5e25d7173b746 .fl-photo {
    text-align: center
}

.fl-node-5e25d7173b746 > .fl-module-content {
    margin-top: 27px;
    margin-right: 0
}

@media (max-width:768px) {
    .fl-node-5e25d7173b746 > .fl-module-content {
        margin-top: 20px
    }
}

.fl-node-5e25d7ff4439d .fl-rich-text,
.fl-node-5e25d7ff4439d .fl-rich-text * {
    font-weight: 600;
    font-size: 12px
}

.fl-node-5e25d7ff4439d > .fl-module-content {
    margin-top: 22px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

@media (max-width:768px) {
    .fl-node-5e25d7ff4439d > .fl-module-content {
        margin-top: 20px
    }
}

.fl-node-5e5ebbcf44c24 .fl-button-wrap {
    text-align: left
}

.fl-node-5e5ebbcf44c24 > .fl-module-content {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 0
}

.fl-node-5e25e649778a6 .fl-button-wrap {
    text-align: left
}

.fl-node-5e25e649778a6 > .fl-module-content {
    margin-top: 0;
    margin-right: 9px;
    margin-bottom: 0;
    margin-left: 9px
}

.fl-node-5e25e61a60828 .fl-button-wrap {
    text-align: left
}

.fl-node-5e25e61a60828 > .fl-module-content {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.pp-advanced-menu ul,
.pp-advanced-menu li {
    list-style: none;
    margin: 0;
    padding: 0
}

.pp-advanced-menu .menu:before,
.pp-advanced-menu .menu:after {
    content: '';
    display: table;
    clear: both
}

.pp-advanced-menu .menu {
    padding-left: 0
}

.pp-advanced-menu li {
    position: relative
}

.pp-advanced-menu a {
    display: block;
    text-decoration: none
}

    .pp-advanced-menu a:hover,
    .pp-advanced-menu a:focus {
        text-decoration: none
    }

.pp-advanced-menu .sub-menu {
    width: 220px
}

.fl-module[data-node] .pp-advanced-menu .pp-advanced-menu-expanded .sub-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none
}

.pp-advanced-menu .pp-has-submenu:focus,
.pp-advanced-menu .pp-has-submenu .sub-menu:focus,
.pp-advanced-menu .pp-has-submenu-container:focus {
    outline: 0
}

.pp-advanced-menu .pp-has-submenu-container {
    position: relative
}

.pp-advanced-menu .pp-advanced-menu-accordion .pp-has-submenu > .sub-menu {
    display: none
}

.pp-advanced-menu .pp-menu-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    cursor: pointer
}

.pp-advanced-menu .pp-toggle-arrows .pp-menu-toggle:before,
.pp-advanced-menu .pp-toggle-none .pp-menu-toggle:before {
    border-color: #333
}

.pp-advanced-menu .pp-menu-expanded .pp-menu-toggle {
    display: none
}

.pp-advanced-menu-mobile-toggle {
    position: relative;
    padding: 8px;
    background-color: transparent;
    border: none;
    color: #333;
    border-radius: 0;
    cursor: pointer;
    line-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .pp-advanced-menu-mobile-toggle.text {
        width: 100%;
        text-align: center
    }

    .pp-advanced-menu-mobile-toggle.hamburger .pp-advanced-menu-mobile-toggle-label,
    .pp-advanced-menu-mobile-toggle.hamburger-label .pp-advanced-menu-mobile-toggle-label {
        display: inline-block;
        margin-left: 10px;
        line-height: .8
    }

    .pp-advanced-menu-mobile-toggle.hamburger .pp-svg-container,
    .pp-advanced-menu-mobile-toggle.hamburger-label .pp-svg-container {
        display: inline-block;
        position: relative;
        width: 1.4em;
        height: 1.4em;
        vertical-align: middle
    }

    .pp-advanced-menu-mobile-toggle.hamburger .hamburger-menu,
    .pp-advanced-menu-mobile-toggle.hamburger-label .hamburger-menu {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }

        .pp-advanced-menu-mobile-toggle.hamburger .hamburger-menu rect,
        .pp-advanced-menu-mobile-toggle.hamburger-label .hamburger-menu rect {
            fill: currentColor
        }

    .pp-advanced-menu-mobile-toggle .pp-hamburger {
        font: inherit;
        display: inline-block;
        overflow: visible;
        margin: 0;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity, filter;
        text-transform: none;
        color: inherit;
        border: 0;
        background-color: transparent;
        line-height: 0
    }

        .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box {
            position: relative;
            display: inline-block;
            width: 30px;
            height: 18px
        }

    .pp-advanced-menu-mobile-toggle .pp-hamburger-box .pp-hamburger-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
        transition-duration: 75ms
    }

    .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner,
    .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,
    .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
        background-color: #000;
        position: absolute;
        width: 30px;
        height: 3px;
        transition-timing-function: ease;
        transition-duration: .15s;
        transition-property: transform;
        border-radius: 4px
    }

        .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,
        .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
            display: block;
            content: ""
        }

        .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before {
            transition: top 75ms ease .12s, opacity 75ms ease;
            top: -8px
        }

        .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
            transition: bottom 75ms ease, transform 75ms cubic-bezier(.55, .055, .675, .19) 0.12s;
            bottom: -8px
        }

.pp-advanced-menu.off-canvas .pp-off-canvas-menu .pp-menu-close-btn {
    position: relative;
    cursor: pointer;
    float: right;
    top: 20px;
    right: 20px;
    line-height: 1;
    z-index: 1;
    font-style: normal;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100
}

.pp-advanced-menu.off-canvas .pp-off-canvas-menu.pp-menu-right .pp-menu-close-btn {
    float: left;
    right: 0;
    left: 20px
}

.pp-advanced-menu.off-canvas .pp-off-canvas-menu ul.menu {
    overflow-y: auto;
    width: 100%
}

.pp-advanced-menu .pp-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden
}

    .pp-advanced-menu .pp-menu-overlay > ul.menu {
        position: relative;
        top: 50%;
        width: 100%;
        height: 60%;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.pp-advanced-menu .pp-overlay-fade {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s
}

.pp-advanced-menu.menu-open .pp-overlay-fade {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s
}

.pp-advanced-menu .pp-overlay-corner {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px) translateX(50px);
    -moz-transform: translateY(50px) translateX(50px);
    transform: translateY(50px) translateX(50px);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s, visibility 0s 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, transform 0.5s, visibility 0s 0.5s
}

.pp-advanced-menu.menu-open .pp-overlay-corner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s
}

.pp-advanced-menu .pp-overlay-slide-down {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    -moz-transition: -moz-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s
}

.pp-advanced-menu.menu-open .pp-overlay-slide-down {
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out
}

.pp-advanced-menu .pp-overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s
}

.pp-advanced-menu.menu-open .pp-overlay-scale {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s
}

.pp-advanced-menu .pp-overlay-door {
    visibility: hidden;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    -moz-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    transition: width 0.5s 0.3s, visibility 0s 0.8s
}

.pp-advanced-menu.menu-open .pp-overlay-door {
    visibility: visible;
    width: 100%;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s
}

.pp-advanced-menu .pp-overlay-door > ul.menu {
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pp-advanced-menu .pp-overlay-door > ul,
.pp-advanced-menu .pp-overlay-door .pp-menu-close-btn {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s;
    -moz-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s
}

.pp-advanced-menu.menu-open .pp-overlay-door > ul,
.pp-advanced-menu.menu-open .pp-overlay-door .pp-menu-close-btn {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.pp-advanced-menu.menu-close .pp-overlay-door > ul,
.pp-advanced-menu.menu-close .pp-overlay-door .pp-menu-close-btn {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn {
    position: absolute;
    display: block;
    width: 55px;
    height: 45px;
    right: 20px;
    top: 50px;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
    font-size: 30px;
    cursor: pointer;
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s
}

    .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:before,
    .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 2px;
        height: 40px;
        background-color: #fff;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: translateY(0) rotate(45deg);
        -moz-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg)
    }

    .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn:after {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg)
    }

.pp-advanced-menu .pp-off-canvas-menu {
    position: fixed;
    top: 0;
    z-index: 999998;
    width: 320px;
    height: 100%;
    background: #333;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-overflow-scrolling: touch
}

    .pp-advanced-menu .pp-off-canvas-menu.pp-menu-left {
        left: 0;
        -webkit-transform: translate3d(-350px, 0, 0);
        -moz-transform: translate3d(-350px, 0, 0);
        transform: translate3d(-350px, 0, 0)
    }

    .pp-advanced-menu .pp-off-canvas-menu.pp-menu-right {
        right: 0;
        -webkit-transform: translate3d(350px, 0, 0);
        -moz-transform: translate3d(350px, 0, 0);
        transform: translate3d(350px, 0, 0)
    }

html.pp-off-canvas-menu-open .pp-advanced-menu.menu-open .pp-off-canvas-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.pp-advanced-menu.off-canvas {
    overflow-y: auto
}

    .pp-advanced-menu.off-canvas .pp-clear {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999998;
        background: rgba(0, 0, 0, .1);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }

    .pp-advanced-menu.off-canvas.menu-open .pp-clear {
        visibility: visible;
        opacity: 1
    }

.fl-builder-edit .pp-advanced-menu.off-canvas .pp-clear {
    z-index: 100010
}

.pp-advanced-menu .pp-off-canvas-menu .menu {
    margin-top: 0
}

.pp-advanced-menu li.mega-menu .hide-heading > a,
.pp-advanced-menu li.mega-menu .hide-heading > .pp-has-submenu-container > a {
    display: none
}

ul.pp-advanced-menu-horizontal li.mega-menu {
    position: static
}

    ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu {
        top: inherit !important;
        left: 0 !important;
        right: 0 !important;
        width: 100%;
        background: #fff
    }

    ul.pp-advanced-menu-horizontal li.mega-menu.pp-has-submenu:hover > ul.sub-menu,
    ul.pp-advanced-menu-horizontal li.mega-menu.pp-has-submenu.focus > ul.sub-menu {
        display: flex !important
    }

    ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu li {
        border-color: transparent
    }

    ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu > li {
        width: 100%
    }

        ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu > li > .pp-has-submenu-container a {
            font-weight: 700
        }

            ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu > li > .pp-has-submenu-container a:hover {
                background: transparent
            }

    ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu .pp-menu-toggle {
        display: none
    }

    ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu ul.sub-menu {
        background: transparent;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        display: block;
        min-width: 0;
        opacity: 1;
        padding: 0;
        position: static;
        visibility: visible
    }

@media (max-width:768px) {
    .fl-module[data-node] .pp-advanced-menu .sub-menu {
        background-color: transparent;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none
    }
}

.fl-node-5e25e03248679 .pp-advanced-menu {
    text-align: right
}

    .fl-node-5e25e03248679 .pp-advanced-menu .pp-has-submenu-container a > span {
        padding-right: 38px
    }

.fl-node-5e25e03248679-clone {
    display: none
}

.fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle + .pp-clear + ul.menu {
    display: none
}

@media (min-width:768px) {
    .fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle + .pp-clear + ul.menu {
        display: block
    }
}

.fl-node-5e25e03248679 .pp-advanced-menu .pp-menu-toggle:before,
.fl-node-5e25e03248679 .pp-advanced-menu .pp-menu-toggle:after {
    content: '';
    position: absolute;
    z-index: 1;
    display: block;
    border-color: #333
}

.fl-node-5e25e03248679 .pp-advanced-menu .pp-menu-toggle:before {
    left: 50%;
    top: 50%;
    width: 12px;
    border-top: 3px solid;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fl-node-5e25e03248679 .pp-advanced-menu .pp-menu-toggle:after {
    left: 50%;
    top: 50%;
    border-left: 3px solid;
    height: 12px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fl-node-5e25e03248679 .pp-advanced-menu .pp-has-submenu.pp-active > .pp-has-submenu-container .pp-menu-toggle:after {
    display: none
}

.fl-node-5e25e03248679 .menu .pp-has-submenu .sub-menu {
    display: none
}

.fl-node-5e25e03248679 .pp-advanced-menu li:first-child {
    border-top: none
}

@media (max-width:1024px) {
    .fl-node-5e25e03248679 .pp-advanced-menu .menu {
        margin-top: 20px
    }

        .fl-node-5e25e03248679 .pp-advanced-menu .menu > li {
            margin-left: 0 !important;
            margin-right: 0 !important
        }

    .fl-node-5e25e03248679 .pp-advanced-menu .pp-off-canvas-menu .pp-menu-close-btn,
    .fl-node-5e25e03248679 .pp-advanced-menu .pp-menu-overlay .pp-menu-close-btn {
        display: block
    }

    .fl-node-5e25e03248679 .pp-advanced-menu .sub-menu {
        box-shadow: none;
        border: 0
    }
}

@media (min-width:1025px) {
    .fl-node-5e25e03248679 .menu > li {
        display: inline-block
    }

    .fl-node-5e25e03248679 .menu li {
        border-top: none
    }

        .fl-node-5e25e03248679 .menu li:first-child {
            border: none
        }

        .fl-node-5e25e03248679 .menu li li {
            border-left: none
        }

    .fl-node-5e25e03248679 .menu .pp-has-submenu .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        visibility: hidden;
        opacity: 0;
        text-align: left
    }

    .fl-node-5e25e03248679 .pp-has-submenu .pp-has-submenu .sub-menu {
        top: 0;
        left: 100%
    }

    .fl-node-5e25e03248679 .pp-advanced-menu .pp-has-submenu:hover > .sub-menu,
    .fl-node-5e25e03248679 .pp-advanced-menu .pp-has-submenu.focus > .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1
    }

    .fl-node-5e25e03248679 .menu .pp-has-submenu.pp-menu-submenu-right .sub-menu {
        top: 100%;
        left: inherit;
        right: 0
    }

    .fl-node-5e25e03248679 .menu .pp-has-submenu .pp-has-submenu.pp-menu-submenu-right .sub-menu {
        top: 0;
        left: inherit;
        right: 100%
    }

    .fl-node-5e25e03248679 .pp-advanced-menu .pp-has-submenu.pp-active > .pp-has-submenu-container .pp-menu-toggle {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle {
        display: none
    }
}

.fl-node-5e25e03248679 .pp-advanced-menu .pp-menu-toggle {
    right: 10px
}

.fl-node-5e25e03248679 .pp-advanced-menu .menu > li > a,
.fl-node-5e25e03248679 .pp-advanced-menu .menu > li > .pp-has-submenu-container > a {
    border-style: solid;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-color: #;
    background-color: #;
    color: #132031
}

.fl-node-5e25e03248679 .pp-advanced-menu .pp-toggle-plus .pp-menu-toggle:before,
.fl-node-5e25e03248679 .pp-advanced-menu .pp-toggle-plus .pp-menu-toggle:after {
    border-color: #132031
}

.fl-node-5e25e03248679 .pp-advanced-menu .sub-menu {
    background-color: #F8F8F8;
    width: 220px;
    margin-left: auto;
    margin-right: auto
}

.fl-node-5e25e03248679 ul.pp-advanced-menu-horizontal li.mega-menu > ul.sub-menu {
    background: #F8F8F8
}

.fl-node-5e25e03248679 .sub-menu > li > a,
.fl-node-5e25e03248679 .sub-menu > li > .pp-has-submenu-container > a {
    border-width: 0;
    border-style: solid;
    border-bottom-width: px;
    border-color: #;
    background-color:;
    color: #132031
}

.fl-node-5e25e03248679 .sub-menu > li:last-child > a,
.fl-node-5e25e03248679 .sub-menu > li:last-child > .pp-has-submenu-container > a {
    border: 0
}

.fl-node-5e25e03248679 .sub-menu > li > a:hover,
.fl-node-5e25e03248679 .sub-menu > li > a:focus,
.fl-node-5e25e03248679 .sub-menu > li > .pp-has-submenu-container > a:hover,
.fl-node-5e25e03248679 .sub-menu > li > .pp-has-submenu-container > a:focus,
.fl-node-5e25e03248679 .sub-menu > li.current-menu-item > a,
.fl-node-5e25e03248679 .sub-menu > li.current-menu-item > .pp-has-submenu-container > a {
    background-color: #002250;
    color: #fff
}

.fl-node-5e25e03248679 .pp-advanced-menu .pp-toggle-plus .sub-menu .pp-menu-toggle:before,
.fl-node-5e25e03248679 .pp-advanced-menu .pp-toggle-plus .sub-menu .pp-menu-toggle:after {
    border-color: #132031
}

.fl-node-5e25e03248679 .pp-advanced-menu .pp-toggle-plus .sub-menu li:hover .pp-menu-toggle:before,
.fl-node-5e25e03248679 .pp-advanced-menu .pp-toggle-plus .sub-menu li:hover .pp-menu-toggle:after {
    border-color: #fff
}

.fl-node-5e25e03248679 .pp-advanced-menu-horizontal.pp-toggle-plus .pp-has-submenu-container a {
    padding-right: 28px
}

.fl-node-5e25e03248679 .pp-menu-accordion.pp-toggle-plus .pp-menu-toggle {
    width: 28px;
    height: 28px;
    margin: -14px 0 0
}

.fl-node-5e25e03248679 .pp-advanced-menu-horizontal.pp-toggle-plus .pp-menu-toggle,
.fl-node-5e25e03248679 .pp-advanced-menu-vertical.pp-toggle-plus .pp-menu-toggle {
    width: 28px;
    height: 28px;
    margin: -14px 0 0
}

.fl-node-5e25e03248679 .pp-advanced-menu.off-canvas .pp-toggle-arrows .pp-menu-toggle {
    width: 28px;
    height: 28px;
    margin: -28px;
    padding: 28px;
    right: 28px
}

.fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle {
    text-align: right;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end
}

    .fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box,
    .fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner,
    .fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,
    .fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
        width: 30px
    }

        .fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner,
        .fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:before,
        .fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle .pp-hamburger .pp-hamburger-box .pp-hamburger-inner:after {
            height: 3px
        }

    .fl-node-5e25e03248679 .pp-advanced-menu-mobile-toggle rect {
        fill: #132031
    }

@media (max-width:1024px) {
    .fl-node-5e25e03248679 .pp-advanced-menu {
        text-align: center
    }
}

@media (min-width:1025px) {
    .fl-node-5e25e03248679 ul.sub-menu {
        padding: 0
    }
}

@media only screen and (max-width:1024px) {
    .fl-node-5e25e03248679 .pp-advanced-menu .menu > li {
    }

    .fl-node-5e25e03248679 .sub-menu > li > a,
    .fl-node-5e25e03248679 .sub-menu > li > .pp-has-submenu-container > a {
        border-bottom-width: px;
        background-color: !important
    }

    .fl-node-5e25e03248679 .sub-menu {
        width: auto
    }
}

@media only screen and (max-width:768px) {
    .fl-node-5e25e03248679 .pp-advanced-menu .menu > li {
    }

    .fl-node-5e25e03248679 .sub-menu > li > a,
    .fl-node-5e25e03248679 .sub-menu > li > .pp-has-submenu-container > a {
        border-bottom-width: px;
        background-color: !important
    }
}

.fl-node-5e25e03248679 .pp-advanced-menu .menu a {
    font-size: 14px
}

.fl-node-5e25e03248679 .pp-advanced-menu .menu > li > a,
.fl-node-5e25e03248679 .pp-advanced-menu .menu > li > .pp-has-submenu-container > a {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px
}

.fl-node-5e25e03248679 .sub-menu > li > a,
.fl-node-5e25e03248679 .sub-menu > li > .pp-has-submenu-container > a {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px
}

.fl-node-5e25e03248679 > .fl-module-content {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0
}

.fl-builder-content .fl-node-5e42fc53223d2 .fl-button i.fl-button-icon-before {
    margin-right: 0
}

.fl-node-5e42fc53223d2 .fl-button-wrap {
    text-align: left
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.admin-bar .fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    top: 32px
}

.fl-builder-content[data-shrink="1"] .fl-row-content-wrap,
.fl-builder-content[data-shrink="1"] .fl-col-content,
.fl-builder-content[data-shrink="1"] .fl-module-content,
.fl-builder-content[data-shrink="1"] img {
    -webkit-transition: all 0.4s ease-in-out, background-position 1ms;
    -moz-transition: all 0.4s ease-in-out, background-position 1ms;
    transition: all 0.4s ease-in-out, background-position 1ms
}

.fl-builder-content[data-shrink="1"] img {
    width: auto
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .fl-row-content-wrap {
    margin-bottom: 0;
    margin-top: 0
}

.fl-theme-builder-header-shrink-row-bottom.fl-row-content-wrap {
    padding-bottom: 5px
}

.fl-theme-builder-header-shrink-row-top.fl-row-content-wrap {
    padding-top: 5px
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .fl-col-content {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0
}

.fl-theme-builder-header-shrink-module-bottom.fl-module-content {
    margin-bottom: 5px
}

.fl-theme-builder-header-shrink-module-top.fl-module-content {
    margin-top: 5px
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink img {
    max-height: 50px
}

.fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-sticky) {
    position: absolute;
    width: 100%;
    z-index: 100
}

.fl-builder-edit body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"] {
    display: none
}

body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-scrolled):not([data-overlay-bg="default"]) .fl-row-content-wrap,
body:not(.single-fl-theme-layout) .fl-builder-content[data-overlay="1"]:not(.fl-theme-builder-header-scrolled):not([data-overlay-bg="default"]) .fl-col-content {
    background: transparent
}

.fl-builder-row-settings #fl-field-separator_position {
    display: none !important
}


/*! This file is auto-generated */

@font-face {
    font-family: dashicons;
    src: url(../../../../wp-includes/fonts/dashicons.eot?50db0456fde2a241f005968eede3f987);
    src: url(../../../../wp-includes/fonts/dashicons.eot?50db0456fde2a241f005968eede3f987#iefix) format("embedded-opentype"), url(data:application/x-font-woff;charset=utf-8;base64,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) format("woff"), url(../../../../wp-includes/fonts/dashicons.ttf?50db0456fde2a241f005968eede3f987) format("truetype");
    font-weight: 400;
    font-style: normal
}

.dashicons,
.dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in
}

.dashicons-admin-appearance:before {
    content: "\f100"
}

.dashicons-admin-collapse:before {
    content: "\f148"
}

.dashicons-admin-comments:before {
    content: "\f101"
}

.dashicons-admin-customizer:before {
    content: "\f540"
}

.dashicons-admin-generic:before {
    content: "\f111"
}

.dashicons-admin-home:before {
    content: "\f102"
}

.dashicons-admin-links:before {
    content: "\f103"
}

.dashicons-admin-media:before {
    content: "\f104"
}

.dashicons-admin-multisite:before {
    content: "\f541"
}

.dashicons-admin-network:before {
    content: "\f112"
}

.dashicons-admin-page:before {
    content: "\f105"
}

.dashicons-admin-plugins:before {
    content: "\f106"
}

.dashicons-admin-post:before {
    content: "\f109"
}

.dashicons-admin-settings:before {
    content: "\f108"
}

.dashicons-admin-site-alt:before {
    content: "\f11d"
}

.dashicons-admin-site-alt2:before {
    content: "\f11e"
}

.dashicons-admin-site-alt3:before {
    content: "\f11f"
}

.dashicons-admin-site:before {
    content: "\f319"
}

.dashicons-admin-tools:before {
    content: "\f107"
}

.dashicons-admin-users:before {
    content: "\f110"
}

.dashicons-album:before {
    content: "\f514"
}

.dashicons-align-center:before {
    content: "\f134"
}

.dashicons-align-left:before {
    content: "\f135"
}

.dashicons-align-none:before {
    content: "\f138"
}

.dashicons-align-right:before {
    content: "\f136"
}

.dashicons-analytics:before {
    content: "\f183"
}

.dashicons-archive:before {
    content: "\f480"
}

.dashicons-arrow-down-alt:before {
    content: "\f346"
}

.dashicons-arrow-down-alt2:before {
    content: "\f347"
}

.dashicons-arrow-down:before {
    content: "\f140"
}

.dashicons-arrow-left-alt:before {
    content: "\f340"
}

.dashicons-arrow-left-alt2:before {
    content: "\f341"
}

.dashicons-arrow-left:before {
    content: "\f141"
}

.dashicons-arrow-right-alt:before {
    content: "\f344"
}

.dashicons-arrow-right-alt2:before {
    content: "\f345"
}

.dashicons-arrow-right:before {
    content: "\f139"
}

.dashicons-arrow-up-alt:before {
    content: "\f342"
}

.dashicons-arrow-up-alt2:before {
    content: "\f343"
}

.dashicons-arrow-up-duplicate:before {
    content: "\f143"
}

.dashicons-arrow-up:before {
    content: "\f142"
}

.dashicons-art:before {
    content: "\f309"
}

.dashicons-awards:before {
    content: "\f313"
}

.dashicons-backup:before {
    content: "\f321"
}

.dashicons-book-alt:before {
    content: "\f331"
}

.dashicons-book:before {
    content: "\f330"
}

.dashicons-buddicons-activity:before {
    content: "\f452"
}

.dashicons-buddicons-bbpress-logo:before {
    content: "\f477"
}

.dashicons-buddicons-buddypress-logo:before {
    content: "\f448"
}

.dashicons-buddicons-community:before {
    content: "\f453"
}

.dashicons-buddicons-forums:before {
    content: "\f449"
}

.dashicons-buddicons-friends:before {
    content: "\f454"
}

.dashicons-buddicons-groups:before {
    content: "\f456"
}

.dashicons-buddicons-pm:before {
    content: "\f457"
}

.dashicons-buddicons-replies:before {
    content: "\f451"
}

.dashicons-buddicons-topics:before {
    content: "\f450"
}

.dashicons-buddicons-tracking:before {
    content: "\f455"
}

.dashicons-building:before {
    content: "\f512"
}

.dashicons-businessman:before {
    content: "\f338"
}

.dashicons-businessperson:before {
    content: "\f12e"
}

.dashicons-businesswoman:before {
    content: "\f12f"
}

.dashicons-calendar-alt:before {
    content: "\f508"
}

.dashicons-calendar:before {
    content: "\f145"
}

.dashicons-camera-alt:before {
    content: "\f129"
}

.dashicons-camera:before {
    content: "\f306"
}

.dashicons-carrot:before {
    content: "\f511"
}

.dashicons-cart:before {
    content: "\f174"
}

.dashicons-category:before {
    content: "\f318"
}

.dashicons-chart-area:before {
    content: "\f239"
}

.dashicons-chart-bar:before {
    content: "\f185"
}

.dashicons-chart-line:before {
    content: "\f238"
}

.dashicons-chart-pie:before {
    content: "\f184"
}

.dashicons-clipboard:before {
    content: "\f481"
}

.dashicons-clock:before {
    content: "\f469"
}

.dashicons-cloud:before {
    content: "\f176"
}

.dashicons-code-standards:before {
    content: "\f13a"
}

.dashicons-color-picker:before {
    content: "\f131"
}

.dashicons-controls-back:before {
    content: "\f518"
}

.dashicons-controls-forward:before {
    content: "\f519"
}

.dashicons-controls-pause:before {
    content: "\f523"
}

.dashicons-controls-play:before {
    content: "\f522"
}

.dashicons-controls-repeat:before {
    content: "\f515"
}

.dashicons-controls-skipback:before {
    content: "\f516"
}

.dashicons-controls-skipforward:before {
    content: "\f517"
}

.dashicons-controls-volumeoff:before {
    content: "\f520"
}

.dashicons-controls-volumeon:before {
    content: "\f521"
}

.dashicons-dashboard:before {
    content: "\f226"
}

.dashicons-desktop:before {
    content: "\f472"
}

.dashicons-dismiss:before {
    content: "\f153"
}

.dashicons-download:before {
    content: "\f316"
}

.dashicons-edit-large:before {
    content: "\f327"
}

.dashicons-edit:before {
    content: "\f464"
}

.dashicons-editor-aligncenter:before {
    content: "\f207"
}

.dashicons-editor-alignleft:before {
    content: "\f206"
}

.dashicons-editor-alignright:before {
    content: "\f208"
}

.dashicons-editor-bold:before {
    content: "\f200"
}

.dashicons-editor-break:before {
    content: "\f474"
}

.dashicons-editor-code-duplicate:before {
    content: "\f494"
}

.dashicons-editor-code:before {
    content: "\f475"
}

.dashicons-editor-contract:before {
    content: "\f506"
}

.dashicons-editor-customchar:before {
    content: "\f220"
}

.dashicons-editor-expand:before {
    content: "\f211"
}

.dashicons-editor-help:before {
    content: "\f223"
}

.dashicons-editor-indent:before {
    content: "\f222"
}

.dashicons-editor-insertmore:before {
    content: "\f209"
}

.dashicons-editor-italic:before {
    content: "\f201"
}

.dashicons-editor-justify:before {
    content: "\f214"
}

.dashicons-editor-kitchensink:before {
    content: "\f212"
}

.dashicons-editor-ltr:before {
    content: "\f10c"
}

.dashicons-editor-ol-rtl:before {
    content: "\f12c"
}

.dashicons-editor-ol:before {
    content: "\f204"
}

.dashicons-editor-outdent:before {
    content: "\f221"
}

.dashicons-editor-paragraph:before {
    content: "\f476"
}

.dashicons-editor-paste-text:before {
    content: "\f217"
}

.dashicons-editor-paste-word:before {
    content: "\f216"
}

.dashicons-editor-quote:before {
    content: "\f205"
}

.dashicons-editor-removeformatting:before {
    content: "\f218"
}

.dashicons-editor-rtl:before {
    content: "\f320"
}

.dashicons-editor-spellcheck:before {
    content: "\f210"
}

.dashicons-editor-strikethrough:before {
    content: "\f224"
}

.dashicons-editor-table:before {
    content: "\f535"
}

.dashicons-editor-textcolor:before {
    content: "\f215"
}

.dashicons-editor-ul:before {
    content: "\f203"
}

.dashicons-editor-underline:before {
    content: "\f213"
}

.dashicons-editor-unlink:before {
    content: "\f225"
}

.dashicons-editor-video:before {
    content: "\f219"
}

.dashicons-email-alt:before {
    content: "\f466"
}

.dashicons-email-alt2:before {
    content: "\f467"
}

.dashicons-email:before {
    content: "\f465"
}

.dashicons-excerpt-view:before {
    content: "\f164"
}

.dashicons-external:before {
    content: "\f504"
}

.dashicons-facebook-alt:before {
    content: "\f305"
}

.dashicons-facebook:before {
    content: "\f304"
}

.dashicons-feedback:before {
    content: "\f175"
}

.dashicons-filter:before {
    content: "\f536"
}

.dashicons-flag:before {
    content: "\f227"
}

.dashicons-format-aside:before {
    content: "\f123"
}

.dashicons-format-audio:before {
    content: "\f127"
}

.dashicons-format-chat:before {
    content: "\f125"
}

.dashicons-format-gallery:before {
    content: "\f161"
}

.dashicons-format-image:before {
    content: "\f128"
}

.dashicons-format-quote:before {
    content: "\f122"
}

.dashicons-format-status:before {
    content: "\f130"
}

.dashicons-format-video:before {
    content: "\f126"
}

.dashicons-forms:before {
    content: "\f314"
}

.dashicons-googleplus:before {
    content: "\f462"
}

.dashicons-grid-view:before {
    content: "\f509"
}

.dashicons-groups:before {
    content: "\f307"
}

.dashicons-hammer:before {
    content: "\f308"
}

.dashicons-heart:before {
    content: "\f487"
}

.dashicons-hidden:before {
    content: "\f530"
}

.dashicons-id-alt:before {
    content: "\f337"
}

.dashicons-id:before {
    content: "\f336"
}

.dashicons-image-crop:before {
    content: "\f165"
}

.dashicons-image-filter:before {
    content: "\f533"
}

.dashicons-image-flip-horizontal:before {
    content: "\f169"
}

.dashicons-image-flip-vertical:before {
    content: "\f168"
}

.dashicons-image-rotate-left:before {
    content: "\f166"
}

.dashicons-image-rotate-right:before {
    content: "\f167"
}

.dashicons-image-rotate:before {
    content: "\f531"
}

.dashicons-images-alt:before {
    content: "\f232"
}

.dashicons-images-alt2:before {
    content: "\f233"
}

.dashicons-index-card:before {
    content: "\f510"
}

.dashicons-info:before {
    content: "\f348"
}

.dashicons-instagram:before {
    content: "\f12d"
}

.dashicons-laptop:before {
    content: "\f547"
}

.dashicons-layout:before {
    content: "\f538"
}

.dashicons-leftright:before {
    content: "\f229"
}

.dashicons-lightbulb:before {
    content: "\f339"
}

.dashicons-list-view:before {
    content: "\f163"
}

.dashicons-location-alt:before {
    content: "\f231"
}

.dashicons-location:before {
    content: "\f230"
}

.dashicons-lock-duplicate:before {
    content: "\f315"
}

.dashicons-lock:before {
    content: "\f160"
}

.dashicons-marker:before {
    content: "\f159"
}

.dashicons-media-archive:before {
    content: "\f501"
}

.dashicons-media-audio:before {
    content: "\f500"
}

.dashicons-media-code:before {
    content: "\f499"
}

.dashicons-media-default:before {
    content: "\f498"
}

.dashicons-media-document:before {
    content: "\f497"
}

.dashicons-media-interactive:before {
    content: "\f496"
}

.dashicons-media-spreadsheet:before {
    content: "\f495"
}

.dashicons-media-text:before {
    content: "\f491"
}

.dashicons-media-video:before {
    content: "\f490"
}

.dashicons-megaphone:before {
    content: "\f488"
}

.dashicons-menu-alt:before {
    content: "\f228"
}

.dashicons-menu-alt2:before {
    content: "\f329"
}

.dashicons-menu-alt3:before {
    content: "\f349"
}

.dashicons-menu:before {
    content: "\f333"
}

.dashicons-microphone:before {
    content: "\f482"
}

.dashicons-migrate:before {
    content: "\f310"
}

.dashicons-minus:before {
    content: "\f460"
}

.dashicons-money:before {
    content: "\f526"
}

.dashicons-move:before {
    content: "\f545"
}

.dashicons-nametag:before {
    content: "\f484"
}

.dashicons-networking:before {
    content: "\f325"
}

.dashicons-no-alt:before {
    content: "\f335"
}

.dashicons-no:before {
    content: "\f158"
}

.dashicons-palmtree:before {
    content: "\f527"
}

.dashicons-paperclip:before {
    content: "\f546"
}

.dashicons-performance:before {
    content: "\f311"
}

.dashicons-phone:before {
    content: "\f525"
}

.dashicons-playlist-audio:before {
    content: "\f492"
}

.dashicons-playlist-video:before {
    content: "\f493"
}

.dashicons-plugins-checked:before {
    content: "\f485"
}

.dashicons-plus-alt:before {
    content: "\f502"
}

.dashicons-plus-alt2:before {
    content: "\f543"
}

.dashicons-plus:before {
    content: "\f132"
}

.dashicons-portfolio:before {
    content: "\f322"
}

.dashicons-post-status:before {
    content: "\f173"
}

.dashicons-pressthis:before {
    content: "\f157"
}

.dashicons-products:before {
    content: "\f312"
}

.dashicons-randomize:before {
    content: "\f503"
}

.dashicons-redo:before {
    content: "\f172"
}

.dashicons-rest-api:before {
    content: "\f124"
}

.dashicons-rss:before {
    content: "\f303"
}

.dashicons-schedule:before {
    content: "\f489"
}

.dashicons-screenoptions:before {
    content: "\f180"
}

.dashicons-search:before {
    content: "\f179"
}

.dashicons-share-alt:before {
    content: "\f240"
}

.dashicons-share-alt2:before {
    content: "\f242"
}

.dashicons-share:before {
    content: "\f237"
}

.dashicons-shield-alt:before {
    content: "\f334"
}

.dashicons-shield:before {
    content: "\f332"
}

.dashicons-slides:before {
    content: "\f181"
}

.dashicons-smartphone:before {
    content: "\f470"
}

.dashicons-smiley:before {
    content: "\f328"
}

.dashicons-sort:before {
    content: "\f156"
}

.dashicons-sos:before {
    content: "\f468"
}

.dashicons-star-empty:before {
    content: "\f154"
}

.dashicons-star-filled:before {
    content: "\f155"
}

.dashicons-star-half:before {
    content: "\f459"
}

.dashicons-sticky:before {
    content: "\f537"
}

.dashicons-store:before {
    content: "\f513"
}

.dashicons-tablet:before {
    content: "\f471"
}

.dashicons-tag:before {
    content: "\f323"
}

.dashicons-tagcloud:before {
    content: "\f479"
}

.dashicons-testimonial:before {
    content: "\f473"
}

.dashicons-text-page:before {
    content: "\f121"
}

.dashicons-text:before {
    content: "\f478"
}

.dashicons-thumbs-down:before {
    content: "\f542"
}

.dashicons-thumbs-up:before {
    content: "\f529"
}

.dashicons-tickets-alt:before {
    content: "\f524"
}

.dashicons-tickets:before {
    content: "\f486"
}

.dashicons-tide:before {
    content: "\f10d"
}

.dashicons-translation:before {
    content: "\f326"
}

.dashicons-trash:before {
    content: "\f182"
}

.dashicons-twitter-alt:before {
    content: "\f302"
}

.dashicons-twitter:before {
    content: "\f301"
}

.dashicons-undo:before {
    content: "\f171"
}

.dashicons-universal-access-alt:before {
    content: "\f507"
}

.dashicons-universal-access:before {
    content: "\f483"
}

.dashicons-unlock:before {
    content: "\f528"
}

.dashicons-update-alt:before {
    content: "\f113"
}

.dashicons-update:before {
    content: "\f463"
}

.dashicons-upload:before {
    content: "\f317"
}

.dashicons-vault:before {
    content: "\f178"
}

.dashicons-video-alt:before {
    content: "\f234"
}

.dashicons-video-alt2:before {
    content: "\f235"
}

.dashicons-video-alt3:before {
    content: "\f236"
}

.dashicons-visibility:before {
    content: "\f177"
}

.dashicons-warning:before {
    content: "\f534"
}

.dashicons-welcome-add-page:before {
    content: "\f133"
}

.dashicons-welcome-comments:before {
    content: "\f117"
}

.dashicons-welcome-learn-more:before {
    content: "\f118"
}

.dashicons-welcome-view-site:before {
    content: "\f115"
}

.dashicons-welcome-widgets-menus:before {
    content: "\f116"
}

.dashicons-welcome-write-blog:before {
    content: "\f119"
}

.dashicons-wordpress-alt:before {
    content: "\f324"
}

.dashicons-wordpress:before {
    content: "\f120"
}

.dashicons-yes-alt:before {
    content: "\f12a"
}

.dashicons-yes:before {
    content: "\f147"
}

.dashicons-editor-distractionfree:before {
    content: "\f211"
}

.dashicons-exerpt-view:before {
    content: "\f164"
}

.dashicons-format-links:before {
    content: "\f103"
}

.dashicons-format-standard:before {
    content: "\f109"
}

.dashicons-post-trash:before {
    content: "\f182"
}

.dashicons-share1:before {
    content: "\f237"
}

.dashicons-welcome-edit-page:before {
    content: "\f119"
}

body {
    background-color: #fff;
    color: #132031;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

    body > div {
        font-size: 16px
    }

p {
    margin: 0 0 18px;
    padding: 0
}

a {
    color: #002250;
    text-decoration: none
}

    a:hover,
    a.fl-callout-title-link {
        color: #DB0037
    }

a,
.gallery img {
    transition: all 0.1s ease-in-out
}

main a {
    color: #DB0037
}

.entry-title a:hover,
.entry-title a:focus {
    text-decoration: none;
    color: #AA002B
}

input,
select,
textarea,
body .gform_wrapper textarea,
body .gform_wrapper input[type="email"],
body .gform_wrapper input[type="number"],
body .gform_wrapper input[type="password"],
body .gform_wrapper input[type="tel"],
body .gform_wrapper input[type="text"],
body .gform_wrapper input[type="url"],
body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error textarea,
body .gform_wrapper li.gfield_error select,
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.footer-widgets .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 12px 10px;
    width: 100%;
    border-radius: 6px
}

.fl-photo-caption {
    font-size: 30px;
    line-height: 1em
}

.readmore {
    display: inline-block
}

img.centered,
.aligncenter {
    margin-bottom: 22px
}

::-webkit-input-placeholder {
    color: #435862;
    font-weight: 400
}

:-moz-placeholder {
    color: #435862;
    font-weight: 400
}

::-moz-placeholder {
    color: #435862;
    font-weight: 400
}

:-ms-input-placeholder {
    color: #435862;
    font-weight: 400
}

.post-edit-link {
    display: none
}

.site-inner {
    padding: 0
}

.site-container .button,
.site-container button,
.site-container input[type="button"],
.site-container input[type="reset"],
.site-container input[type="submit"],
body .site-container .gform_wrapper .gform_footer .button,
body .site-container .gform_wrapper .gform_footer input[type="submit"],
.site-container .footer-widgets-1 a.button,
body .site-container .fl-builder-content a.fl-button,
body .site-container .fl-builder-content a.fl-button:visited,
.header-quote-btn {
    background-color: #DB0037;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #AA002B;
    border-radius: 40px !important;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    outline: medium none;
    padding: 10px 24px;
    transition: background-color 0.5s ease 0s
}

    .header-quote-btn a {
        color: #fff !important;
        padding: 7px 15px !important
    }

.header-btn-white {
    float: right
}

.fl-builder-content-editing .header-btn-white {
    float: unset
}

.header-btn-white a {
    background-color: #fff !important;
    border: none !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    border: 1px solid #002250 !important
}

.header-btn-white .fl-button-text {
    color: #002250 !important
}

.header-btn-white a:hover {
    background-color: #DB0037 !important;
    color: #fff !important
}

    .header-btn-white a:hover .fl-button-text {
        color: #fff !important
    }

.header-top-link {
    float: right
}

    .header-top-link p {
        margin-bottom: 0
    }

.fl-builder-content-editing .header-top-link {
    float: none
}

.header-quote-btn:hover {
    background-color: #AA002B !important
}

a.fl-button {
    padding: 8px 30px !important
}

    a.fl-button:hover {
        background-color: #AA002B !important
    }

.button:hover,
a.button:hover,
header.site-header a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
body .gform_wrapper .gform_footer input.button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover,
.email-signup .gform_wrapper .gform_footer input[type="submit"]:hover {
    text-decoration: none;
    background-color: #065f83
}

.search-form > input {
    float: left
}

    .search-form > input[type="search"] {
        float: left;
        margin-right: 10px;
        padding: 11px 14px;
        width: 360px
    }

.clear {
    display: inline-block;
    width: 100%
}

.sticky,
.shrink {
    position: fixed
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.25em;
    color: #002250
}

h1 {
    font-size: 47px
}

h2 {
    font-size: 40px
}

.entry-title a,
.sidebar .widget-title a {
    color: #DB0037
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

h1.entry-title,
h2.entry-title {
    font-size: 36px
}

.text-shadow {
    text-shadow: 3px 2px 5px rgba(0, 0, 0, .45)
}

@media(max-width:758px) {
    h2.entry-title,
    h1.entry-title {
        font-size: 27px
    }
}

.site-header {
    background-color: #fff;
    border-bottom: none;
    min-height: 133px;
    position: relative;
    top: 0;
    z-index: 999
}

    .site-header .wrap {
        padding: 20px 20px 20px
    }

    .site-header .header-widget-area {
        width: auto
    }

.site-inner {
    max-width: 100%;
    width: 100%;
    clear: both
}

.wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 20px
}

.subpage-header .wrap {
    max-width: 1220px;
    padding-top: 30px;
    padding-bottom: 30px
}

.full-width {
    width: 100%
}

.subpage-container .sidebar {
    font-size: 16px
}

.subpage-container {
    background-color: #fff
}

.full-width article {
    padding: 0;
    margin: 0
}

.entry {
    margin-bottom: 0;
    padding: 0
}

.content .entry {
    background-color: transparent
}

@media(max-width:768px) {
    .subpage-container .sidebar {
        margin-bottom: 50px !important
    }
}

.title-area {
    float: left;
    padding: 75px 0 0 0;
    width: 140px
}

.site-title {
    margin-bottom: 0
}

    .site-title a {
        background: url(../../../themes/us-health/images/logo.png) no-repeat scroll 0 0;
        display: block;
        height: 75px;
        width: 136px;
        text-indent: -9999px;
        outline: none
    }

.site-description {
    display: none;
    height: 0;
    margin-bottom: 0;
    text-indent: -9999px
}

.site-title a,
.site-title a:hover {
    color: #999
}

.site-branding img {
    width: 100%;
    max-width: 194px
}

body .site-container .fl-theme-builder-header-sticky a.fl-button {
    background-color: transparent;
    border: 2px solid #6435a2;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    outline: none;
    padding: 10px 37px;
    transition: background-color 0.5s ease 0s
}

    body .site-container .fl-theme-builder-header-sticky a.fl-button:hover {
        background-color: #AA002B !important
    }

    body .site-container .fl-theme-builder-header-sticky a.fl-button > span {
        color: #fff
    }

body .site-container .fl-theme-builder-header-sticky .fl-module-icon .fl-icon-text a {
    color: #fff;
    text-decoration: none
}

    body .site-container .fl-theme-builder-header-sticky .fl-module-icon .fl-icon-text a:hover {
        color: #fff;
        text-decoration: underline
    }

body .site-container .fl-theme-builder-header-sticky .fl-module-menu {
    text-align: center
}

body .site-container .fl-theme-builder-header-sticky .secondary-header {
    color: #9b9b9b
}

body .site-container .fl-theme-builder-header-sticky .fl-module-menu .menu > li.current-menu-item:first-child > a {
    background: none
}

#main-header .fl-menu .fl-menu-toggle::before {
    border-color: #FF7333
}

#main-header .fl-menu .sub-menu {
    margin-left: 0
}

.branding-text p {
    border-left: 3px solid #002250;
    padding-left: 10px
}

.logo-wrapper {
    width: 236px
}

.logo-text-wrapper {
    width: 308px
}

.header-right-wrapper {
    float: right;
    width: 720px
}

@media(max-width:1280px) {
    .header-right-wrapper {
        width: 670px
    }
}

@media(max-width:1214px) {
    .header-right-wrapper {
        width: 670px
    }

    .logo-wrapper {
        width: 180px
    }

    .logo-text-wrapper {
        width: 245px
    }

    .branding-text p {
        font-size: 10px !important;
        line-height: 14px
    }

    .site-branding {
        padding-right: 5px
    }
}

@media(max-width:1100px) {
    .header-right-wrapper {
        width: 630px
    }

    .logo-wrapper {
        width: 150px
    }

    .branding-text p {
        font-size: 9px !important;
        line-height: 12px
    }

    .logo-text-wrapper {
        width: 220px
    }
}

@media(max-width:768px) {
    .logo-wrapper {
        float: left;
        clear: none
    }

    .logo-text-wrapper {
        float: left;
        clear: none
    }
}

@media(max-width:550px) {
    .logo-wrapper {
        width: 130px !important
    }

    .logo-text-wrapper {
        width: 170px !important
    }

    .branding-text p {
        font-size: 7px !important;
        line-height: 8px !important;
        padding-left: 5px;
        border-left: 2px solid #002250;
        margin-bottom: 0
    }
}

@media(max-width:378px) {
    .logo-wrapper {
        width: 100px !important
    }

    .branding-text p {
        font-size: 6px !important;
        line-height: 7px !important
    }

    .branding-text > .fl-module-content {
        margin-top: 13px
    }

    .mobile-btn-wrapper {
        top: 10px !important
    }
}

.main-menu {
    display: inline-block;
    width: 100%
}

    .main-menu .sub-menu {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-radius: 0 0 10px 10px
    }

    .main-menu .pp-advanced-menu-mobile-toggle {
        display: none
    }

    .main-menu .pp-menu-toggle {
        display: none
    }

    .main-menu .menu-item-text {
        padding-right: 0 !important
    }

@media(max-width:1280px) {
    .main-menu .menu > li > a,
    .main-menu .menu > li > div a {
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 14px !important
    }

    .header-quote-btn span {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media(max-width:1160px) {
    .main-menu .menu > li > a,
    .main-menu .menu > li > div a {
        font-size: 13px !important
    }
}

@media(max-width:1024px) {
    .header-right-wrapper {
        display: none
    }

    .main-menu .pp-advanced-menu .sub-menu {
        width: 100%
    }

    .main-menu .pp-advanced-menu .menu > li > .pp-has-submenu-container > a,
    .main-menu .pp-advanced-menu .menu > li > a {
        padding-bottom: 10px
    }

    .main-menu > .fl-module-content {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 20px
    }

    .header-quote-btn {
        max-width: none;
        display: inline-block
    }

    .main-menu .pp-menu-toggle {
        display: block
    }
}

.mobile-btn-icon {
    position: relative;
    width: 47px;
    height: 47px;
    display: inline-block;
    background-image: url(../../assets/img/thriveAgentPortal/mobile-btn.png);
    background-position: center;
    background-repeat: no-repeat
}

    .mobile-btn-icon a {
        display: none !important
    }

.mobile-btn-wrapper {
    position: absolute;
    top: 25px;
    right: 20px;
    display: inline-block;
    width: auto;
    cursor: pointer
}

@media(max-width:550px) {
    .mobile-btn-wrapper {
        top: 15px
    }
}

.mobile-menu-list-wrapper {
    display: none
}

.mobile-menu-list .header-quote-btn {
    max-width: 250px;
    display: inline-block
}

.mobile-menu-list .menu-item-text {
    padding-right: 0 !important
}

.home-banner-btn a {
    font-size: 18px !important;
    padding: 17px 50px !important
}

.home-video-btn a {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important
}

    .home-video-btn a:hover {
        background-color: transparent !important
    }

.home-video-btn .fl-button {
    position: relative;
    padding-left: 20px !important
}

    .home-video-btn .fl-button:before {
        content: '';
        width: 31px;
        height: 31px;
        display: inline-block;
        background-image: url(../../../themes/us-health/images/play-button.svg);
        margin-right: 10px;
        vertical-align: middle
    }

    .home-video-btn .fl-button:after {
        content: '';
        width: 2px;
        height: 112px;
        display: inline-block;
        background-image: url(../../../themes/us-health/images/banner-dots.svg);
        position: absolute;
        left: 0;
        bottom: 0
    }

.home-banner-section {
    font-family: 'Poppins', sans-serif;
    height: 250px;
    background-position: center center;
    background-size: cover;
    background-color: #ccc
}

    .home-banner-section .entry {
        padding: 100px 0 0 0;
        margin-bottom: 0;
        text-align: center
    }

        .home-banner-section .entry h1 {
            font-family: 'Poppins', sans-serif;
            font-size: 56px;
            color: #fff;
            font-weight: 400;
            text-transform: uppercase;
            line-height: 80px
        }

@media(max-width:768px) {
    .home-banner-wrapper .fl-row-content-wrap {
        background-image: none
    }

    .home-banner-wrapper .fl-heading span {
        color: #002250 !important
    }

    .home-banner-wrapper .fl-rich-text p {
        color: #002250
    }

    .home-banner-wrapper .fl-heading-text br {
        display: none
    }

    .home-banner-btn a {
        padding: 7px 22px !important
    }

    .home-video-btn .fl-button {
        padding-left: 0 !important
    }

        .home-video-btn .fl-button:after {
            display: none
        }

    .home-video-btn .fl-button-text {
        color: #002250 !important
    }

    .home-video-btn .fl-button:before {
        background-image: url(../../../themes/us-health/images/play-button-mobile.svg);
        width: 24px;
        height: 24px;
        background-size: contain;
        margin-right: 7px
    }
}

.subpage-header {
    display: none !important;
    background-position: center center;
    background-size: cover;
    color: #fff;
    display: block;
    padding: 0;
    text-align: center;
    background-color: #ccc
}

    .subpage-header article {
        text-align: left
    }

    .subpage-header header {
        vertical-align: middle;
        display: inline-block
    }

        .subpage-header header h1 {
            font-size: 60px;
            color: #044e6c;
            text-transform: uppercase;
            margin-bottom: 0;
            font-weight: 700
        }

.home-counter .fl-number-text {
    text-align: left;
    border-left: 7px solid #DB0037;
    padding-left: 10px;
    font-weight: 700
}

.home-counter .fl-number-string {
    line-height: 42px
}

.home-counter .fl-number-after-text {
    font-weight: 400;
    margin-top: 1px;
    line-height: 16px
}

.home-package-tab .fl-tabs-label {
    height: 113px;
    width: 33.33%;
    text-align: center;
    border: 1px solid #dcdcdc !important;
    padding-top: 21px;
    background-color: #fff
}

    .home-package-tab .fl-tabs-label:nth-child(2) {
        border-left: none !important;
        border-right: none !important
    }

    .home-package-tab .fl-tabs-label.fl-tab-active {
        background-color: #002250;
        border-bottom: 3px solid #DB0037 !important
    }

    .home-package-tab .fl-tabs-label:before {
        content: '';
        height: 40px;
        width: 100%;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat
    }

    .home-package-tab .fl-tabs-label:nth-child(1):before {
        background-image: url(../../../themes/us-health/images/heartbeat-dark.svg)
    }

    .home-package-tab .fl-tabs-label.fl-tab-active:nth-child(1):before {
        background-image: url(../../../themes/us-health/images/heartbeat.svg)
    }

    .home-package-tab .fl-tabs-label:nth-child(2):before {
        background-image: url(../../../themes/us-health/images/teeth.svg)
    }

    .home-package-tab .fl-tabs-label.fl-tab-active:nth-child(2):before {
        background-image: url(../../../themes/us-health/images/teeth-white.svg)
    }

    .home-package-tab .fl-tabs-label:nth-child(3):before {
        background-image: url(../../../themes/us-health/images/eye.svg)
    }

    .home-package-tab .fl-tabs-label.fl-tab-active:nth-child(3):before {
        background-image: url(../../../themes/us-health/images/eye-white.svg)
    }

.home-package-tab .fl-tabs-panels {
    border: none !important;
    background-color: transparent
}

.home-package-tab ul {
    margin-left: 0;
    margin-top: 5px
}

    .home-package-tab ul li {
        list-style: none;
        line-height: 36px
    }

        .home-package-tab ul li:before {
            content: '';
            width: 15px;
            height: 15px;
            background-image: url(../../../themes/us-health/images/circle-check.svg);
            background-repeat: no-repeat;
            display: inline-block;
            margin-right: 8px
        }

@media(max-width:768px) {
    .home-package-tab .fl-tabs-panel-label span {
        display: inline-block;
        color: #132031
    }

    .home-package-tab .fl-tabs-label {
        width: 100%
    }

        .home-package-tab .fl-tabs-label.fl-tab-active span {
            color: #fff
        }

    .home-package-tab .fas {
        display: none
    }

    .home-package-tab .fl-tabs-panel {
        border-bottom: none
    }

    .home-package-tab .fl-tabs-panel-label {
        border-bottom: none !important
    }

    .home-package-tab .fl-tabs-panel:last-child {
        border-bottom: 1px solid #707070
    }

    .home-package-tab .fl-tabs-label:after {
        display: none !important
    }
}

.full-right-image {
    position: relative
}

.full-right-img {
    padding-left: 40px
}

    .full-right-img .fl-col-content {
        position: absolute;
        width: 50%;
        height: 100%;
        right: 0;
        top: 0
    }

@media(max-width:768px) {
    .home-full-right-image .full-right-img {
        display: none
    }
}

.full-left-image {
    position: relative
}

.full-left-img .fl-col-content {
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0
}

.full-left-image .fl-rich-text {
    max-width: 782px
}

@media(max-width:1024px) {
    .full-left-img .fl-col-content {
        position: relative;
        height: 400px
    }
}

.home-steps-wrapper .fl-col-group .fl-col {
    position: relative
}

    .home-steps-wrapper .fl-col-group .fl-col:after {
        content: '';
        width: 23px;
        height: 32px;
        display: inline-block;
        background-image: url(https://www.ushealthgroup.com/wp-content/themes/us-health/images/steps-arrow-right.svg);
        position: absolute;
        right: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .home-steps-wrapper .fl-col-group .fl-col:last-child:after {
        display: none
    }

.home-steps .pp-infobox {
    position: relative;
    padding-left: 90px
}

    .home-steps .pp-infobox .pp-icon-wrapper {
        position: absolute;
        left: 0;
        top: -26px
    }

@media(max-width:1024px) {
    .home-steps-wrapper .fl-col-group .fl-col:after {
        display: none
    }

    .home-steps-wrapper > .fl-row-content-wrap {
        margin-left: 0
    }

    .home-steps-wrapper {
        max-width: 330px !important
    }
}

.home-awards-wrapper {
    position: relative;
    overflow: hidden
}

.fl-builder-edit .home-awards-wrapper {
    overflow: visible
}

.home-awards-wrapper:before {
    content: '';
    width: 782px;
    height: 782px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .05);
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.fl-builder-edit .home-awards-wrapper:before {
    display: none
}

.home-awards {
    position: relative;
    z-index: 1
}

@media(max-width:768px) {
    .page-id-17967 .fl-rich-text img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        max-width: 200px;
        float: none
    }

    .page-id-17967 .fl-rich-text .fusion-imageframe {
        display: inline-block;
        width: 100%;
        text-align: center
    }
}

.pages-cta .fl-button {
    display: inline-block !important;
    padding: 12.3px 50px !important
}

    .pages-cta .fl-button .fl-button-text {
        font-size: 16px;
        font-weight: 600
    }

.pages-cta .fl-cta-button {
    text-align: right
}

@media(max-width:768px) {
    .pages-cta .fl-cta-text,
    .pages-cta .fl-cta-button {
        width: 100%
    }

    .pages-cta .fl-cta-button {
        padding-left: 0;
        text-align: center;
        padding-top: 10px
    }
}

@font-face {
    font-family: 'WestayScript';
    src: url(../../../themes/us-health/fonts/westay/WestayScript.eot);
    src: url('../../../themes/us-health/fonts/westay/WestayScript.eot?#iefix') format('embedded-opentype'), url(../../../themes/us-health/fonts/westay/WestayScript.woff2) format('woff2'), url(../../../themes/us-health/fonts/westay/WestayScript.woff) format('woff'), url(../../../themes/us-health/fonts/westay/WestayScript.ttf) format('truetype'), url('../../../themes/us-health/fonts/westay/WestayScript.svg#WestayScript') format('svg');
    font-weight: 400;
    font-style: normal
}

.home-testimonial-wrapper {
    position: relative;
    overflow: hidden
}

.fl-builder-edit .home-testimonial-wrapper {
    overflow: visible
}

.home-testimonial-slider .fl-rich-text p {
    font-size: 13px
}

.home-sign-container {
    position: relative;
    width: 490px
}

    .home-sign-container:before {
        content: '';
        width: 100%;
        height: 110%;
        display: inline-block;
        background-image: url(../../../themes/us-health/images/blue-box.svg);
        background-position: right bottom;
        background-size: 106% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: -5%;
        left: 0;
        z-index: 1
    }

    .home-sign-container:after {
        content: '';
        position: absolute;
        width: 5000px;
        height: 100%;
        top: 0;
        right: 50%;
        background-color: #002250;
        z-index: 1;
        display: inline-block
    }

.home-sign-container {
    position: relative
}

    .home-sign-container .fl-col-content {
        position: relative;
        z-index: 2
    }

    .home-sign-container .fl-module-photo {
        position: absolute;
        right: -15px;
        bottom: 0
    }

    .home-sign-container .fl-heading {
        font-family: 'WestayScript';
        font-weight: 400;
        font-size: 58px
    }

@media(max-width:1024px) {
    .home-sign-container {
        background-color: #002250
    }

        .home-sign-container:after,
        .home-sign-container:before {
            display: none
        }
}

@media(max-width:500px) {
    .home-sign-container .fl-module-photo {
        position: relative;
        right: 0
    }

    .home-sign-container > .fl-col-content {
        padding-bottom: 0
    }

    .home-sign-container .fl-rich-text p {
        margin-bottom: 0
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.home-testimonial-slider .ttshowcase_wrap {
    padding-left: 60px;
    padding-right: 60px
}

.home-testimonial-slider .slick-arrow {
    width: 38px;
    height: 38px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    border: 2px solid #AFAFAF;
    cursor: pointer;
    transition: ease-in-out .3s
}

    .home-testimonial-slider .slick-arrow:hover {
        background-color: #fff
    }

.home-testimonial-slider .left-icon {
    background-image: url(../../../themes/us-health/images/testimonial-left-arrow.svg);
    left: 0
}

.home-testimonial-slider .right-icon {
    background-image: url(../../../themes/us-health/images/testimonial-right-arrow.svg);
    right: 0
}

.home-testimonial-slider-wrapper .fl-heading {
    position: relative;
    padding-left: 60px !important
}

    .home-testimonial-slider-wrapper .fl-heading:before {
        content: '';
        position: absolute;
        left: -23px;
        top: -26px;
        width: 79px;
        height: 71px;
        background-image: url(../../../themes/us-health/images/testimonial-qoute.svg)
    }

.home-testimonial-slider-wrapper .ttshowcase_rl_aditional_info {
    padding-left: 0
}

.home-testimonial-slider-wrapper .ttshowcase_rl_subtitle {
    display: none
}

.home-testimonial-slider-wrapper .ttshowcase_rl_designation {
    display: none
}

.home-testimonial-slider-wrapper .reviewer {
    font-weight: 600
}

    .home-testimonial-slider-wrapper .reviewer:before {
        content: '- '
    }

.home-testimonial-slider-wrapper .ttshowcase_rl_box {
    margin-bottom: 0
}

@media(max-width:1260px) {
    .home-testimonial-slider-wrapper {
        width: calc(100% - 490px)
    }
}

@media(max-width:1024px) {
    .home-sign-container {
        width: 100%
    }

        .home-sign-container > .fl-col-content {
            max-width: 600px;
            margin: 0 auto
        }

    .home-testimonial-slider-wrapper {
        width: 100%
    }

        .home-testimonial-slider-wrapper > .fl-col-content {
            padding-left: 20px;
            padding-right: 20px
        }
}

@media(max-width:768px) {
    .home-sign-container {
        max-width: none !important
    }

        .home-sign-container > .fl-col-content {
            margin: 0 auto !important
        }

        .home-sign-container:after {
            width: 100%;
            right: 0
        }

        .home-sign-container:before {
            display: none
        }
}

@media(max-width:600px) {
    .home-testimonial-slider .ttshowcase_wrap {
        padding-left: 10px;
        padding-right: 10px
    }

    .home-testimonial-slider .left-icon {
        left: -38px
    }

    .home-testimonial-slider .right-icon {
        right: -38px
    }
}

.home-blog .pp-content-grid-post-image {
    padding: 0
}

.home-blog .pp-content-post {
    padding-left: 20px;
    padding-right: 20px;
    width: 33.3%;
    position: relative !important;
    top: 0 !important;
    left: 0 !important
}

.home-blog .pp-content-grid-post-image img {
    width: 100%;
    height: 267px;
    object-fit: cover
}

.home-blog .pp-content-post-grid {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    height: auto !important
}

.home-blog .pp-content-grid-post-text {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px
}

.home-blog .pp-content-grid-post-meta {
    font-size: 15px;
    color: #DB0037
}

.home-blog .pp-content-grid-post-title {
    margin-top: 10px;
    margin-bottom: 10px
}

    .home-blog .pp-content-grid-post-title a {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        color: #002250
    }

.home-blog .pp-content-grid-post-more-link a {
    color: #132031;
    font-size: 15px
}

@media(max-width:1024px) {
    .home-blog .pp-content-post {
        clear: none !important
    }
}

@media(max-width:768px) {
    .home-blog .pp-content-post {
        clear: all !important;
        width: 100%
    }

    .home-blog > .fl-module-content {
        max-width: 400px;
        margin: 0 auto
    }

    .home-blog .pp-content-post-grid {
        margin-left: 0;
        margin-right: 0
    }
}

.subheader-content-box h1.fl-heading {
    position: relative;
    padding-left: 21px !important;
    line-height: 50px
}

    .subheader-content-box h1.fl-heading:before {
        content: '';
        width: 5px;
        height: calc(100% - 14px);
        background-color: #DB0037;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 6px
    }

@media(max-width:768px) {
    .subheader-content-box h1.fl-heading {
        line-height: 38px !important
    }
}

.post-17811.page,
.post-17817.page {
    position: relative
}

.team-subheader {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.fl-builder-edit .team-subheader {
    position: relative
}

.team-subheader .subheader-content-box {
    max-width: 680px
}

.team-slider .fl-slide-content-wrap {
    position: relative;
    height: 482px
}

.team-slider .fl-slide-content {
    margin: 0 !important;
    position: absolute;
    bottom: 44px;
    right: 0;
    background-color: rgba(0, 34, 80, .85);
    padding: 10px 15px
}

.team-slider .fl-slide-title {
    color: #fff;
    margin-bottom: 0 !important;
    font-size: 25px;
    font-weight: 700
}

.team-slider .fl-slide-text {
    color: #fff;
    font-size: 16px
}

@media(max-width:992px) {
    .team-subheader {
        position: relative;
        background-color: #f8f8f8
    }

    .team-slider .fl-slide-bg-photo {
        position: absolute
    }

    .team-subheader .subheader-content-box {
        max-width: 100%
    }

    .team-subheader .fl-row-content-wrap {
        padding-top: 0;
        padding-bottom: 20px
    }

    .team-subheader .subheader-content-box > .fl-col-content {
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width:768px) {
    .team-slider .fl-slide-content-wrap {
        height: 150px
    }

    .team-slider .fl-slide-content {
        background-color: rgba(0, 34, 80.85) !important;
        padding: 10px !important
    }

    .team-slider .fl-slide-bg-photo {
        background-position: right center
    }
}

.contact-cta-wrapper {
    position: relative
}

    .contact-cta-wrapper:before {
        content: '';
        width: 2px;
        height: 38px;
        display: inline-block;
        background-color: #DB0037;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: -24px
    }

.contact-cta .fl-cta-text {
    float: left;
    display: inline-block;
    width: calc(100% - 200px)
}

.contact-cta .fl-cta-button {
    float: left;
    display: inline-block;
    padding-left: 0;
    width: 200px
}

@media(max-width:1024px) {
    .contact-cta .fl-cta-text {
        width: 100%
    }

    .contact-cta .fl-cta-button {
        width: 100%
    }

    .contact-cta .fl-cta-button {
        text-align: center
    }
}

.benefits-box .pp-infobox-wrap {
    position: relative;
    padding-top: 40px;
    padding-left: 70px
}

.benefits-box .pp-infobox-title-prefix {
    position: absolute;
    top: 0;
    left: -20px;
    z-index: -1
}

.fl-builder-edit .benefits-box .pp-infobox-title-prefix {
    position: relative;
    top: auto;
    left: auto;
    z-index: 0
}

.benefits-box .pp-infobox {
    padding-bottom: 0
}

@media(max-width:768px) {
    .benefits-box .pp-infobox-wrap {
        padding-left: 0
    }
}

.text-list ul,
.fl-rich-text ul {
    margin-left: 0
}

    .text-list ul li,
    .fl-rich-text ul li {
        position: relative;
        list-style: none;
        padding-left: 22px
    }

    .text-list ul li {
        margin-bottom: 30px
    }

    .fl-rich-text ul li {
        margin-bottom: 16px
    }

        .text-list ul li:before,
        .fl-rich-text ul li:before {
            content: '';
            width: 6px;
            height: 6px;
            background-color: #db0037;
            display: inline-block;
            border-radius: 100%;
            position: absolute;
            left: 0;
            top: 9.5px
        }

.fl-rich-text ol {
    margin-left: 0
}

    .fl-rich-text ol li {
        list-style-position: inside
    }

.team-agent-list {
    position: relative
}

    .team-agent-list:before {
        content: '';
        width: 110px;
        height: 2px;
        background-color: #CD163F;
        display: inline-block;
        position: absolute;
        top: -24px;
        left: -55px
    }

.sidebar-agent-list {
    padding-left: 20px;
    padding-right: 20px
}

.bg-white-80 .fl-row-fixed-width {
    position: relative
}

    .bg-white-80 .fl-row-fixed-width:before {
        content: '';
        width: 80%;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(254, 254, 254, .6)
    }

    .bg-white-80 .fl-row-fixed-width > .fl-col-group {
        position: relative;
        z-index: 1
    }

.stick-current .fl-module-content {
    position: relative
}

.stick-current .fl-photo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.fl-node-5e3c932b67061 {
    position: sticky;
    top: 100px
}

@media(max-width:1024px) {
    .bg-white-80 .fl-row-fixed-width:before {
        width: 100%;
        display: inline-block
    }
}

.table .pp-table-wrap {
    overflow-x: auto
}

.table table {
    border-radius: 15px;
    display: inline-block;
    width: auto;
    overflow: hidden;
    border-collapse: collapse;
    word-break: break-word;
    border: 1px solid #E4E4E4
}

.table thead tr th {
    border-color: #E4E4E4 !important;
    border-bottom: 4px solid #E4E4E4 !important;
    border-top: none !important
}

.table thead tr th {
    border-left: none !important;
    border-right: none !important
}

.table tbody,
.table tbody tr,
.table tbody tr td {
    border: none !important;
    word-break: break-word
}

.contact-form textarea {
    border-radius: 20px !important
}

.contact-form .gform_button {
    margin-top: 0 !important
}

.contact-form .gform_body input,
.contact-form .gform_body textarea {
    padding-left: 20px !important
}

.page-template-full-width-ppo-page form {
    max-width: 800px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto
}

.page-template-full-width-ppo-page .entry-content {
    padding-top: 50px;
    padding-bottom: 50px
}

.page-template-full-width-ppo-page form input[type="submit"] {
    margin-top: 15px
}

.error_message {
    max-width: 800px;
    padding: 20px;
    margin: 0 auto;
    color: red
}

.providers-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center
}

    .providers-wrapper .providers-disclaimer {
        padding: 40px 20px 25px 20px;
        max-width: 1280px;
        width: 100%;
        margin: 40px auto 40px auto;
        background-color: #f8f8f8
    }

        .providers-wrapper .providers-disclaimer p {
            margin-bottom: 15px
        }

    .providers-wrapper .providers {
        display: inline-block;
        max-width: 1280px;
        width: 100%;
        margin: 20px auto 0 auto
    }

    .providers-wrapper .provider_type {
        text-align: left;
        border: 1px solid #e4e4e4;
        border-radius: 15px
    }

    .providers-wrapper .td-box {
        display: inline-block;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        width: 33.33%;
        float: left
    }

    .providers-wrapper .provider_type h4 {
        border-bottom: 4px solid #e4e4e4;
        margin-bottom: 0;
        padding: 10px 20px
    }

    .providers-wrapper .td {
        padding: 10px 20px;
        border-bottom: 1px solid #e4e4e4
    }

        .providers-wrapper .td:last-child {
            border-bottom: none
        }

        .providers-wrapper .td:nth-child(2n+1) {
            background-color: #f8f8f8
        }

@media(max-width:992px) {
    .providers-wrapper .td-box {
        width: 100%
    }

    .providers-wrapper .td-box {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.pp-modal-wrap .pp-modal-content-inner {
    border-radius: 15px
}

.pp-modal-wrap iframe {
    width: 100%;
    height: 485px
}

.photo-video-img img {
    cursor: pointer
}

.home-photo-video-img {
    position: relative;
    bottom: -50px
}

.sitemap-menu .menu li {
    list-style: none;
    position: relative;
    padding-left: 17px
}

    .sitemap-menu .menu li a {
        color: #132031
    }

    .sitemap-menu .menu li:before {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #DB0037;
        display: inline-block;
        border-radius: 6px;
        margin-right: 10px;
        position: absolute;
        top: 11px;
        left: 0
    }

.sitemap-menu .menu > li:last-child {
    display: inline-block;
    ;
    padding-left: 0
}

.agent-contact .fl-rich-text p,
.agent-contact .fl-rich-text img {
    margin-bottom: 0
}

.agent-contact .fl-rich-text img {
    margin-left: 7px;
    margin-right: 7px;
    vertical-align: middle
}

.agent-content-list .fl-rich-text strong {
    color: #212121;
    margin-bottom: 5px
}

.agent-content-list .fl-rich-text p {
    margin-bottom: 0
}

.agent-content-list ul li {
    margin-bottom: 26px
}

    .agent-content-list ul li:before {
        top: 6px
    }

.agent-image .sales-agent-image {
    width: 100%
}

.agents-info-tab .fl-tabs-label {
    padding-top: 19px;
    padding-bottom: 19px;
    width: 25%;
    text-align: center;
    border-left: 1px solid #dcdcdc !important;
    border-top: 1px solid #dcdcdc !important;
    border-bottom: 1px solid #dcdcdc !important
}

    .agents-info-tab .fl-tabs-label.fl-tab-active {
        border-right: none;
        background-color: #002250;
        color: #fff;
        border-bottom: 3px solid #DB0037 !important
    }

    .agents-info-tab .fl-tabs-label:last-child {
        border-right: 1px solid #dcdcdc !important
    }

.agents-info-tab .fl-tabs-panels {
    border: none
}

.agents-info-tab .fl-tabs-panel-content ul li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 26px
}

.agents-info-tab .fl-tabs-panel-content ul {
    margin-left: 0
}

    .agents-info-tab .fl-tabs-panel-content ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 100%;
        display: inline-block;
        background-color: #DB0037;
        position: absolute;
        left: 0;
        top: 9.5px
    }

.agents-info-tab .fl-tabs-panel-content strong {
    font-size: 15px;
    color: #212121;
    margin-bottom: 5px
}

@media(max-width:768px) {
    .agents-info-tab .fl-tabs-label {
        width: 100%;
        border: 1px solid #212121;
        height: 60px
    }
}

.blog .three-fourths .entry-header .entry-title {
    margin-bottom: 0
}

.blog .three-fourths p.entry-meta,
.archive .three-fourths p.entry-meta {
    font-size: 16px;
    margin-bottom: 15px;
    color: #24292d;
    text-align: left
}

.blog .three-fourths .post,
.archive .three-fourths .post {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-bottom: 0
}

    .blog .three-fourths .post img.alignright {
        margin-bottom: 0
    }

.blog-content-text {
    width: 60%;
    float: left
}

.blog-content-image {
    width: 40%;
    float: left;
    padding-left: 10px
}

.entry-header .entry-meta {
    display: none
}

@media(max-width:768px) {
    .blog-content-image,
    .blog-content-text {
        width: 100%
    }
}

.single .content .entry-footer {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px
}

.breadcrumbs {
    color: #2a2a2a;
    text-align: left;
    width: 100%;
    z-index: 99
}

    .breadcrumbs .wrap {
        font-size: 14px;
        padding: 10px 0 0
    }

    .breadcrumbs a:hover,
    .breadcrumbs a:focus {
        text-decoration: underline
    }

.pagination {
    clear: both;
    margin: 40px 0
}

.adjacent-entry-pagination {
    margin-bottom: 0
}

.archive-pagination li {
    display: inline
}

    .ttshowcase_pager a.ttshowcase_page,
    .archive-pagination li a {
        background-color: #ddd;
        color: #312e24;
        cursor: pointer;
        display: inline-block;
        font-size: 1.6rem;
        padding: 5px 15px;
        text-decoration: none !important
    }

body .ttshowcase_pager {
    text-align: left
}

.archive-pagination li.pagination-previous a,
.archive-pagination li.pagination-next a {
    background-color: #002250;
    color: #f1ecda
}

.ttshowcase_pager .ttshowcase_page.ttshowcase_current_page,
.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
    background-color: #AA002B;
    color: #fff;
    text-decoration: none;
    border: none !important
}

@media(max-width:768px) {
    .pagination ul {
        text-align: center
    }
}

.entry-comments .comment {
    padding: 15px
}

.comment-reply {
    margin-bottom: 0
}

.comment-respond #reply-title {
    color: #688009;
    font-size: 30px;
    font-weight: 400
}

.comment-form .comment-form-comment {
    margin: 0 0 10px
}

.logged-in-as {
    margin-bottom: 10px
}

.comment-form #comment {
    width: 400px;
    height: 200px;
    color: #484142;
    font-size: 15px;
    font-weight: 500;
    border: 4px solid #eee
}

.comment-form .comment-respond label {
    display: block;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 10px
}

    .comment-form .comment-form-author #author,
    .comment-form .comment-form-email #email,
    .comment-form .comment-form-url #url {
        width: 400px;
        padding: 7px 10px;
        color: #484142;
        font-size: 15px;
        border: 4px solid #eee
    }

.comment-form .form-submit input[type='submit'] {
    margin-top: 10px
}

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    margin-bottom: 40px
}

.comment-header {
    font-size: 16px;
    font-size: 1.6rem
}

li.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: 0
}

.comment-content {
    clear: both;
    word-wrap: break-word
}

.comment-list li {
    margin-top: 24px;
    padding: 32px
}

    .comment-list li li {
        margin-right: -32px
    }

.comment-respond label {
    display: block;
    margin-right: 12px
}

.entry-comments .comment-author {
    margin-bottom: 0
}

.entry-pings .reply {
    display: none
}

.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 24px
}

.sidebar {
    color: #fff
}

    .sidebar .widget {
        margin-bottom: 30px;
        background: #002250;
        padding: 15px;
        margin-bottom: 30px
    }

        .sidebar .widget:nth-child(even) {
            background: #002250
        }

    .sidebar .widget-title {
        font-size: 20px;
        margin-bottom: 20px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
        letter-spacing: .5px
    }

    .sidebar li {
        list-style-type: none;
        margin-bottom: 6px;
        word-wrap: break-word;
        padding-bottom: 0;
        line-height: 20px
    }

        .sidebar li a {
            color: #fff;
            text-decoration: none;
            padding: 8px 4px 8px 10px;
            display: block
        }

    .sidebar .widget a:hover {
        color: #fff;
        background: #00224F;
        text-decoration: none
    }

    .sidebar .widget:nth-child(even) a:hover {
        background: #00224F
    }

    .sidebar li a:before {
        content: "\00bb";
        padding-right: 5px;
        color: #DB0037
    }

    .sidebar .search-form {
        position: relative
    }

        .sidebar .search-form input[type="search"] {
            font-size: 16px;
            padding: 6px 34px 6px 13px;
            width: 100%;
            background-color: #fff;
            border: 1px solid #ccc;
            color: #333;
            border-radius: 40px
        }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
    margin-top: 0
}

.sidebar .search-form input[type="submit"] {
    clip: inherit;
    background: #DB0037 url(../../../themes/us-health/images/search-submit-icon.png) no-repeat scroll center center;
    border: medium none;
    border-radius: 100%;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 5px;
    width: 30px;
    opacity: .85
}

    .sidebar .search-form input[type="submit"]:hover {
        opacity: 1
    }

.footer-info-list .pp-infobox-title-wrapper {
    display: none
}

.footer-info-list .pp-icon-wrapper {
    margin-right: 15px;
    margin-top: 3px
}

.newsletter-footer form {
    padding-left: 0;
    padding-right: 0
}

.newsletter-footer .form-title {
    display: none
}

.newsletter-footer .form-description {
    float: left;
    width: 40%;
    padding-right: 20px
}

.newsletter-footer .gform_wrapper {
    float: left;
    width: 60%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative
}

    .newsletter-footer .gform_wrapper .ginput_container input {
        padding-left: 24px !important;
        padding-right: 120px !important;
        height: 44px
    }

.newsletter-footer .gform_heading {
    margin-bottom: 0 !important
}

.newsletter-footer .ginput_container {
    margin-top: 0 !important
}

.newsletter-footer .gform_footer {
    position: absolute;
    top: 6px;
    right: 8px
}

.newsletter-footer .gform_button {
    padding: 6px 16px;
    margin-top: 0 !important;
    height: 40px !important
}

.footer-newsletter-terms a {
    text-decoration: underline
}

.newsletter-footer @media(max-width:1024px) {
    .newsletter-footer .form-description

{
    padding-right: 0
}

}

@media(max-width:992px) {
    .footer-newsletter-wrapper {
        width: 100%
    }

        .footer-newsletter-wrapper .form-description {
            width: 100%;
            text-align: center
        }

        .footer-newsletter-wrapper .pp-gf-content {
            text-align: center
        }

        .footer-newsletter-wrapper .gform_wrapper {
            float: none;
            max-width: 400px !important;
            width: 100% !important;
            display: inline-block
        }

    .footer-terms-wrapper {
        width: 100%
    }

    .footer-newsletter-terms > .fl-module-content {
        margin-top: 0
    }

    .footer-terms-wrapper .fl-rich-text p {
        text-align: center
    }

    .footer-social-wrapper {
        width: 100%
    }

        .footer-social-wrapper .pp-social-icons {
            text-align: center
        }

    .footer-social > .fl-module-content {
        margin-top: 0
    }
}

.footer-social .pp-social-icon:first-child {
    margin-left: 0 !important
}

.footer-menu-link a:hover {
    color: #db0037 !important
}

@media(max-width:768px) {
    .footer-menu-link p {
        margin-bottom: 0
    }
}

.site-footer {
    background: #044e6c;
    color: #fff;
    padding: 10px 0 20px
}

.footer-widgets {
    background: #044e6c;
    color: #fff;
    clear: both;
    margin: 0 auto 0;
    padding-top: 45px;
    position: relative
}

    .footer-widgets .widget-area {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        padding: 0 2.25% 0 0;
        width: 25%;
        margin: 0
    }

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    float: left
}

.footer-widgets-4.widget-area {
    float: right;
    padding: 0
}

.footer-widgets ul {
    margin: 0
}

.footer-widgets li {
    border: 0 none;
    color: #fff;
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 12px;
    text-align: left
}

.footer-widgets h4.widget-title {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: left;
    text-transform: uppercase
}

.footer-widgets a,
.site-footer a {
    color: #fff
}

    .footer-widgets a:hover,
    .site-footer a:hover {
        text-decoration: underline
    }

body .gform_wrapper .gform_footer {
    text-align: right
}

body .footer-widgets .gform_wrapper .gform_footer .button,
body .footer-widgets .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #fff;
    color: #044e6c;
    margin: 16px 0 0 0
}

    body .footer-widgets .gform_wrapper .gform_footer .button:hover,
    body .footer-widgets .gform_wrapper .gform_footer input[type="submit"]:hover {
        color: #fff;
        background-color: #065f83
    }

body .footer-widgets .gform_wrapper li.gfield.gfield_error,
body .footer-widgets .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
    margin-top: 0
}

body .footer-widgets .gform_wrapper .validation_message,
body .footer-widgets .gform_wrapper .gfield_error .gfield_label,
body .footer-widgets .gform_wrapper .gfield_required,
body .footer-widgets .gform_wrapper div.validation_error {
    color: #fff;
    border-color: #fff;
    padding: 0
}

body .footer-widgets .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .footer-widgets .gform_wrapper li.gfield_error textarea {
    border-color: #fff
}

body .footer-widgets .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0
}

body .footer-widgets .gform_wrapper .top_label .gfield_label,
body .footer-widgets .gform_wrapper .gfield_label,
body .footer-widgets .gform_wrapper .gfield_date_day label,
body .footer-widgets .gform_wrapper .gfield_date_month label,
body .footer-widgets .gform_wrapper .gfield_date_year label,
body .footer-widgets .gform_wrapper .gfield_time_ampm label,
body .footer-widgets .gform_wrapper .gfield_time_hour label,
body .footer-widgets .gform_wrapper .gfield_time_minute label,
body .footer-widgets .gform_wrapper .ginput_complex label,
body .footer-widgets .gform_wrapper .instruction {
    display: none
}

.footer-widgets .social-media {
    display: block;
    margin: 10px 0 0 0
}

    .footer-widgets .social-media a {
        font-size: 16px
    }

    .footer-widgets .social-media li {
        padding-bottom: 15px
    }

        .footer-widgets .social-media li a i {
            background-color: transparent;
            border: 2px solid #fff;
            border-radius: 100%;
            color: #fff;
            display: inline-block;
            font-size: 20px;
            margin-right: 11px;
            opacity: 1;
            padding: 5px 0;
            text-align: center;
            width: 46px
        }

        .footer-widgets .social-media li a:hover {
            text-decoration: none
        }

            .footer-widgets .social-media li a:hover i {
                background-color: #065f83;
                color: #fff
            }

.copyright p {
    font-size: 14px
}

.copyright.one-half p {
    padding-top: 14px
}

.copyright {
    float: left;
    margin-top: 14px;
    width: 80%;
    text-align: left
}

.credits {
    display: inline-block;
    font-size: 14px;
    margin-top: 0;
    text-align: right;
    width: 20%
}

.svg {
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -1px;
    vertical-align: bottom
}

body .gform_wrapper li.gfield_error input[type="email"],
body .gform_wrapper li.gfield_error input[type="number"],
body .gform_wrapper li.gfield_error input[type="password"],
body .gform_wrapper li.gfield_error input[type="tel"],
body .gform_wrapper li.gfield_error input[type="text"],
body .gform_wrapper li.gfield_error input[type="url"],
body .gform_wrapper li.gfield_error textarea {
    border-color: #044e6c
}

body .gform_wrapper div.validation_error {
    border-bottom: 2px solid #044e6c;
    border-top: 2px solid #044e6c;
    clear: both;
    color: #044e6c;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0em 0;
    width: 97.5%
}

body .gform_wrapper .top_label .gfield_label {
    display: none;
    line-height: 1.5em;
    margin: 1.5em 0 .5em
}

body .gform_wrapper ul.gform_fields li.gfield {
    padding: 0
}

body .gform_wrapper .gform_footer .button,
body .gform_wrapper .gform_footer input[type="submit"] {
    margin: 16px 0 0 0
}

body .gform_wrapper .gform_footer {
    padding: 0;
    margin-top: 0
}

body .gform_wrapper .validation_message,
body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .gfield_required {
    color: #044e6c;
    font-weight: 700;
    letter-spacing: normal
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: 6px
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-bottom: 0 solid #044e6c;
    border-top: 0 solid #044e6c
}

body .gform_wrapper textarea.large {
    height: 105px
}

body .gform_wrapper h3.gform_title {
    color: #045f83;
    font-size: 44px;
    font-weight: 700
}

.fl-menu .sub-menu {
    margin-left: 25px
}

#atospp-privacy,
#atospp-terms {
    display: none
}

.responsive-menu-icon {
    background: #044e6c none repeat scroll 0 0;
    border-bottom: medium none;
    border-radius: 9px;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: none;
    float: right;
    font-size: 27px;
    font-weight: 700;
    margin: 6px auto;
    padding: 0 13px;
    position: relative
}

    .responsive-menu-icon:hover {
        background: #065f83
    }

    .responsive-menu-icon::after {
        color: #fff;
        content: "";
        display: inline-block;
        float: right;
        font: 400 42px/1 dashicons;
        margin: 0 auto;
        padding-left: 7px;
        top: 0
    }

.menualign {
    vertical-align: top
}

@media only screen and (max-width:1023px) {
    .nav-primary .genesis-nav-menu a {
        color: #fff
    }

    .site-header .widget-area {
        text-align: right
    }

    .full-width-content .content {
        padding: 0
    }

    .full-width-content img.pull-left {
        margin-left: 0
    }

    .full-width-content img.pull-right {
        margin-right: 0
    }

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .pricing-table .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%
    }

    .responsive-menu li a {
        color: #FFF;
        font-size: 20px
    }

    .responsive-menu {
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px
    }

    .genesis-nav-menu.responsive-menu,
    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
        display: none
    }

        .genesis-nav-menu.responsive-menu .menu-item,
        .responsive-menu-icon {
            display: block
        }

        .genesis-nav-menu.responsive-menu .menu-item-has-children {
            position: relative;
            cursor: pointer
        }

            .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
                margin-right: 0
            }

    .nav-primary .genesis-nav-menu .sub-menu {
        padding: 0;
        background: transparent
    }

    .genesis-nav-menu.responsive-menu > .menu-item-has-children::before {
        background-color: #fff;
        border-bottom: 1px solid #999;
        border-left: 1px solid #eee;
        content: "";
        float: right;
        font: 400 16px/1 dashicons;
        height: 100%;
        max-height: 56px;
        padding: 19px 20px 0;
        position: absolute;
        right: 0;
        text-align: right;
        z-index: 9999
    }

    .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children::before {
        color: #333;
        font-size: 20px
    }

    .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
        content: "\f460"
    }

    .nav-primary .genesis-nav-menu .current-menu-item > a,
    .nav-primary .genesis-nav-menu .current-page-ancestor > a,
    .nav-primary .genesis-nav-menu .current-page-parent > a,
    .nav-primary .genesis-nav-menu .current_page_parent > a,
    .nav-primary .genesis-nav-menu .current_page_ancestor > a,
    .genesis-nav-menu > li.menu-item:hover > a {
        text-decoration: none;
        color: #fff
    }

    .nav-primary .genesis-nav-menu .menu-item:hover {
        background-color: transparent
    }

    .genesis-nav-menu.responsive-menu {
        margin: 0 auto;
        padding: 0 0 12px
    }

        .genesis-nav-menu.responsive-menu .sub-menu {
            border: none;
            left: auto;
            opacity: 1;
            position: relative;
            -moz-transition: opacity .4s ease-in-out;
            -ms-transition: opacity .4s ease-in-out;
            -o-transition: opacity .4s ease-in-out;
            -webkit-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
            width: 100%;
            z-index: 99
        }

            .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
                margin: 0
            }

            .genesis-nav-menu.responsive-menu .sub-menu li a {
                background-color: transparent;
                color: #fff;
                font-size: 16px;
                padding-left: 40px;
                position: relative;
                text-transform: none;
                width: 100%;
                border: none
            }

                .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
                    position: relative;
                    text-transform: none;
                    width: 100%
                }

    .sub-menu li:first-child:before {
        border-bottom: none;
        border-left: none;
        border-right: none;
        clear: both;
        content: "";
        display: block;
        height: 0;
        left: 0;
        margin: 0;
        padding: 0;
        position: relative;
        top: 0;
        width: 0
    }

    .footer-widgets .widget-area {
        margin-bottom: 30px;
        width: 50%
    }
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 25px
    }

    h4 {
        font-size: 24px
    }

    h5 {
        font-size: 16px
    }

    h6 {
        font-size: 15px
    }

    .wrap {
        max-width: none;
        width: 100%;
        padding: 0 5%
    }

    .title-area {
        float: none;
        padding: 5px 0 20px 0;
        margin: 0 auto
    }

    .site-header .widget-area {
        width: 100%;
        text-align: center
    }

    .genesis-nav-menu.responsive-menu {
        display: none
    }

    .subpage-container .three-fourths {
        float: none;
        width: 100%
    }

    .subpage-container .sidebar {
        float: none;
        margin: 0 auto;
        max-width: 320px;
        width: 100%
    }

    .credits {
        margin-top: 30px;
        width: 100%;
        text-align: center
    }

    .copyright {
        width: 100%;
        text-align: center
    }

    .footer-widgets .widget-area {
        margin-bottom: 30px;
        width: 100%
    }
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 38px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 23px
    }

    h4 {
        font-size: 22px
    }

    h5 {
        font-size: 15px
    }

    h6 {
        font-size: 14px
    }

    .format-pipe {
        display: block;
        height: 15px;
        text-indent: -9999px
    }
}

.gform_wrapper select,
.gform_wrapper textarea {
    font-family: inherit;
    letter-spacing: normal;
    font-size: inherit
}

.gform_wrapper .gf_progressbar:after,
.gform_wrapper ol.validation_list:after {
    content: ""
}

.gform_wrapper {
    overflow: inherit;
    margin: 16px 0;
    max-width: 100%
}

    .gform_wrapper *,
    .gform_wrapper :after,
    .gform_wrapper :before {
        box-sizing: border-box
    }

    .gform_wrapper h1,
    .gform_wrapper h2,
    .gform_wrapper h3 {
        font-weight: 400;
        border: none;
        background: 0 0
    }

    .gform_wrapper form {
        text-align: left
    }

    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: inherit;
        font-family: inherit;
        padding: 5px 4px;
        letter-spacing: normal
    }

    .gform_wrapper input[type=image] {
        border: none !important;
        padding: 0 !important;
        width: auto !important
    }

    .gform_wrapper textarea {
        padding: 6px 8px;
        line-height: 1.5;
        resize: none
    }

    .gform_wrapper select {
        line-height: 1.5
    }

    .gform_wrapper .ginput_container_multiselect select {
        background-image: none !important
    }

    .gform_wrapper ul.gform_fields {
        margin: 0 !important;
        list-style-type: none
    }

    .gform_wrapper ul,
    html > body .entry ul {
        text-indent: 0
    }

    .gform_wrapper form li,
    .gform_wrapper li {
        margin-left: 0 !important;
        list-style: none !important;
        overflow: visible
    }

    .gform_wrapper ul li.gfield {
        clear: both
    }

    .gform_wrapper ul.gfield_checkbox li,
    .gform_wrapper ul.gfield_radio li {
        overflow: hidden
    }

    .gform_wrapper form ul.gform_fields.left_label li.gfield,
    .gform_wrapper form ul.gform_fields.right_label li.gfield,
    .gform_wrapper ul.gform_fields.left_label li.gfield,
    .gform_wrapper ul.gform_fields.right_label li.gfield {
        margin-bottom: 14px
    }

    .gform_wrapper form ul.left_label li ul.gfield_checkbox li,
    .gform_wrapper form ul.left_label li ul.gfield_radio li,
    .gform_wrapper form ul.right_label li ul.gfield_checkbox li,
    .gform_wrapper form ul.right_label li ul.gfield_radio li,
    .gform_wrapper ul.left_label li ul.gfield_checkbox li,
    .gform_wrapper ul.left_label li ul.gfield_radio li,
    .gform_wrapper ul.right_label li ul.gfield_checkbox li,
    .gform_wrapper ul.right_label li ul.gfield_radio li {
        margin-bottom: 10px
    }

    .gform_wrapper ul li:after,
    .gform_wrapper ul li:before,
    .gform_wrapper ul.gform_fields {
        padding: 0;
        margin: 0;
        overflow: visible
    }

    .gform_wrapper select option {
        padding: 2px;
        display: block
    }

    .gform_wrapper .inline {
        display: inline !important
    }

    .gform_wrapper .gform_heading {
        width: 100%;
        margin-bottom: 18px
    }

    .gform_wrapper .gfield_date_day,
    .gform_wrapper .gfield_date_month,
    .gform_wrapper .gfield_date_year,
    .gform_wrapper .gfield_time_hour,
    .gform_wrapper .gfield_time_minute {
        width: 75px;
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_wrapper .top_label .ginput_container_time {
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_wrapper ul: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_date_day,
    .gform_wrapper .gfield_date_month,
    .gform_wrapper .gfield_date_year {
        margin-right: 12px
    }

    .gform_wrapper .gfield_date_dropdown_day,
    .gform_wrapper .gfield_date_dropdown_month,
    .gform_wrapper .gfield_date_dropdown_year {
        vertical-align: top;
        display: -moz-inline-stack;
        display: inline-block;
        margin-right: 6px
    }

    .gform_wrapper .gfield_time_ampm {
        vertical-align: top;
        display: -moz-inline-stack;
        display: inline-block
    }

        .gform_wrapper .gfield_time_ampm select {
            width: 4rem !important
        }

    .gform_wrapper .gfield_date_day input,
    .gform_wrapper .gfield_date_month input,
    .gform_wrapper .gfield_date_year input,
    .gform_wrapper .gfield_time_hour input,
    .gform_wrapper .gfield_time_minute input {
        width: 70% !important
    }

    .gform_wrapper .gfield_date_day,
    .gform_wrapper .gfield_date_month,
    .gform_wrapper .gfield_date_year {
        width: 50px;
        float: left
    }

    .gform_wrapper .gfield_date_year {
        width: 48px !important
    }

        .gform_wrapper .gfield_date_day input,
        .gform_wrapper .gfield_date_month input,
        .gform_wrapper .gfield_date_year input {
            width: 85% !important
        }

        .gform_wrapper .gfield_date_year input {
            width: 88% !important
        }

    .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 {
        font-weight: 700;
        font-size: inherit
    }

    .gform_wrapper .top_label .gfield_label {
        display: -moz-inline-stack;
        display: inline-block;
        line-height: 1.3;
        clear: both
    }

    .gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
    .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
    .gform_wrapper .ginput_complex .ginput_right select,
    .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
    .gform_wrapper .ginput_complex select {
        width: 100%
    }

    .gform_wrapper .hidden_label .gfield_label,
    .gform_wrapper label.hidden_sub_label,
    .gform_wrapper label.screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden
    }

    .gform_wrapper .field_sublabel_above .ginput_complex.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_time_].ginput_container label {
        display: block;
        font-size: 80%;
        letter-spacing: .5pt;
        white-space: nowrap
    }

    .gform_wrapper .field_sublabel_above ul.gfield_radio li label,
    .gform_wrapper .field_sublabel_below ul.gfield_checkbox li label {
        display: -moz-inline-stack;
        display: inline-block;
        letter-spacing: inherit;
        vertical-align: middle
    }

    .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:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_email label,
    .gform_wrapper ul:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_name label,
    .gform_wrapper ul:not(.top_label) .field_sublabel_above .ginput_container.ginput_container_password label,
    .gform_wrapper ul: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
}

.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 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: 90%
}

.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: 85%
}

.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: 20px
}

.gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 10px 0 6px
}

.gform_wrapper li.gfield.field_description_below + li.gsection {
    margin-top: 24px !important
}

.gform_wrapper span.gform_description {
    font-weight: 400;
    display: block;
    width: calc(100% - 16px);
    margin-bottom: 32px
}

.gform_wrapper .gsection {
    border-bottom: 5px double #CCC;
    padding: 0 16px 8px 0;
    margin: 28px 0;
    clear: both
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio] {
    width: auto !important
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
    margin: 6px 0;
    padding: 0
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 0;
    width: auto;
    line-height: 1.5;
    font-size: 14px;
    vertical-align: middle;
    max-width: 85%;
    white-space: normal
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label,
.gform_wrapper div.charleft {
    white-space: nowrap !important
}

.gform_wrapper .gfield_checkbox li label {
    margin: 0
}

.gform_wrapper .gfield_radio li label {
    margin: 2px 0 0 4px
}

.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
    font-size: 80%;
    line-height: inherit;
    clear: both;
    font-family: inherit;
    letter-spacing: normal
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
    padding: 0 16px 0 0
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 16px
}

.gform_wrapper .field_sublabel_above .description,
.gform_wrapper .field_sublabel_above .gfield_description,
.gform_wrapper .field_sublabel_above .gsection_description {
    margin-top: 9px
}

.gform_wrapper .top_label .gsection_description {
    width: 100%;
    margin-bottom: 9px
}

.gform_wrapper .gfield_description {
    width: 100%
}

.gform_wrapper .description_above .gfield_description {
    padding: 0 0 10px
}

.gfield_date_year + .gfield_description {
    padding: 0
}

.gform_wrapper .gfield_required {
    color: #790000;
    margin-left: 4px
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255, 223, 224, .25);
    margin-bottom: 6px !important;
    border-top: 1px solid #C89797;
    border-bottom: 1px solid #C89797;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
    padding: 16px 16px 14px;
    border-top: 2px solid #790000;
    border-bottom: 4px solid #790000;
    background-color: rgba(255, 223, 224, .25);
    width: calc(100% - 16px)
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
    padding: 16px 16px 14px
}

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    min-height: 25px;
    color: #790000;
    max-width: 100%;
    position: relative
}

    .gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
        display: block;
        padding: 0 0 14px 24px;
        margin-bottom: 16px;
        line-height: 1.5;
        letter-spacing: .1pt;
        border-bottom: 1px solid #790000;
        text-transform: uppercase;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
        background-size: 1em auto;
        background-repeat: no-repeat;
        background-position: left center
    }

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    padding: 16px 16px 14px
}

li.gfield + li.gfield.gfield_creditcard_warning {
    margin-top: 16px !important
}

.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%
}

.gform_wrapper .top_label .gfield_error,
.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 {
    margin-top: 12px;
    margin-bottom: 12px !important
}

    .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.ginput_container {
        max-width: 100%
    }

    .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: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center
}

.gform_wrapper ol.validation_list {
    clear: both;
    width: 100%;
    margin-bottom: 25px;
    color: #790000
}

    .gform_wrapper ol.validation_list li {
        list-style-type: decimal !important
    }

        .gform_wrapper ol.validation_list li a {
            color: #790000
        }

.gform_wrapper div#error {
    margin-bottom: 25px
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
    vertical-align: middle !important
}

.gform_wrapper li.gfield fieldset {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 100%
}

    .gform_wrapper li.gfield fieldset > * {
        width: auto
    }

    .gform_wrapper li.gfield fieldset legend.gfield_label {
        width: 100%;
        line-height: 32px
    }

div.gf_page_steps + div.validation_error {
    margin-top: 16px
}

.gform_wrapper div.gfield_description.validation_error {
    color: #790000;
    font-weight: 700;
    font-size: 14px;
    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 select,
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #790000
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
    color: #790000
}

.gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 16px 0 0;
    clear: both
}

    .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: 16px;
        width: 99.5%;
        margin: 0 0 16px
    }

    .gform_wrapper .gform_footer a.gform_save_link,
    .gform_wrapper .gform_page_footer a.gform_save_link {
        font-size: 16px;
        display: block;
        text-align: center
    }

    .gform_wrapper .gform_footer input[type=image] {
        padding: 0;
        width: auto !important;
        background: 0 0 !important;
        border: none !important;
        margin: 0 auto 16px !important;
        display: block;
        max-width: 100%
    }

.gform_wrapper .ginput_complex .ginput_full,
.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right {
    min-height: 45px
}

    .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=email],
    .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=number],
    .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=password],
    .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=tel],
    .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=text],
    .gform_wrapper .gfield_error .ginput_complex .ginput_full input[type=url],
    .gform_wrapper .gfield_error .ginput_complex .ginput_full select,
    .gform_wrapper .ginput_complex .ginput_full input[type=email],
    .gform_wrapper .ginput_complex .ginput_full input[type=number],
    .gform_wrapper .ginput_complex .ginput_full input[type=password],
    .gform_wrapper .ginput_complex .ginput_full input[type=tel],
    .gform_wrapper .ginput_complex .ginput_full input[type=text],
    .gform_wrapper .ginput_complex .ginput_full input[type=url] {
        width: 100%
    }

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
    position: relative;
    margin: 0 0 16px;
    line-height: 1.2
}

.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 {
    visibility: hidden;
    position: absolute;
    left: -9999px
}

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
    display: none !important
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    padding: 0 !important
}

    .gform_wrapper ul.gfield_radio li input + input {
        margin-left: 4px
    }

    .gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
        margin-right: 6px;
        margin-top: 4px
    }

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message {
    margin-top: 6px
}

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
    margin-top: 0
}

.gform_wrapper li.gfield_html {
    max-width: 100%
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
    margin-top: 10px
}

body .gform_wrapper ul li.gfield.gfield_html img {
    max-width: 100% !important
}

.gform_wrapper .gform_ajax_spinner {
    padding-left: 10px
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px
}

.gform_wrapper .gfield_captcha_input_container {
    padding-top: 3px
}

.gform_wrapper .simple_captcha_small input {
    width: 64px
}

.gform_wrapper .simple_captcha_medium input {
    width: 96px
}

.gform_wrapper .simple_captcha_large input {
    width: 128px
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_small {
    margin-left: 32%
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
    border: none !important;
    background: 0 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.gform_wrapper .left_label .math_large,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .left_label .math_small,
.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label .math_large,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .right_label .math_small,
.gform_wrapper .right_label div.charleft {
    margin-left: 32%
}

.gform_wrapper .math_small input {
    width: 70px
}

.gform_wrapper .math_medium input {
    width: 510px
}

.gform_wrapper .math_large input {
    width: 612px
}

.gform_wrapper div.charleft {
    font-size: 11px;
    margin-top: 4px;
    color: #B7B7B7;
    width: 92% !important
}

    .gform_wrapper div.charleft[style] {
        width: 92% !important
    }

    .gform_wrapper div.charleft.warningTextareaInfo {
        color: #A1A1A1
    }

.gform_wrapper li.gf_hide_charleft div.charleft {
    display: none !important
}

.gf_submission_limit_message {
    color: #790000;
    font-size: 22px
}

.gform_wrapper .ginput_price {
    filter: alpha(opacity=70);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7
}

.gform_wrapper span.ginput_total {
    color: #060;
    font-size: inherit
}

.gform_wrapper .top_label span.ginput_total {
    margin: 8px 0
}

.gform_wrapper span.ginput_product_price_label {
    margin-right: 2px
}

.gform_wrapper span.ginput_product_price {
    color: #900
}

.gform_wrapper span.ginput_quantity_label {
    margin-left: 10px;
    margin-right: 2px
}

.gform_wrapper input.ginput_quantity[type=text] {
    width: 3rem
}

.gform_wrapper input.ginput_quantity[type=number] {
    width: 4rem
}

.gform_wrapper .gform_page_footer {
    margin: 14px 0;
    width: 99%;
    border-top: 1px dotted #CCC;
    padding: 16px 0 0;
    clear: both
}

    .gform_wrapper .gform_page_footer.left_label,
    .gform_wrapper .gform_page_footer.right_label {
        padding: 16px 0 0 29%
    }

    .gform_wrapper .gform_page_footer .button.gform_next_button,
    .gform_wrapper .gform_page_footer .button.gform_previous_button {
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_wrapper .gform_page_footer .button.gform_previous_button {
        margin-bottom: 8px
    }

    .gform_wrapper .gform_page_footer .button.gform_button,
    .gform_wrapper .gform_page_footer .button.gform_next_button {
        margin-right: 10px
    }

.gform_wrapper .gf_progressbar_wrapper {
    clear: both;
    width: 99%;
    margin: 0 0 16px;
    padding: 0 0 16px
}

    .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
        font-size: 13px;
        line-height: 1 !important;
        margin: 0 0 8px 12px !important;
        padding: 0 !important;
        clear: both;
        filter: alpha(opacity=60);
        -moz-opacity: .6;
        -khtml-opacity: .6;
        opacity: .6
    }

.gform_wrapper .gf_progressbar {
    padding: 10px;
    position: relative;
    background-color: rgba(0, 0, 0, .1);
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, .05);
    width: 100%
}

.gform_wrapper .gf_progressbar_percentage {
    height: 24px;
    text-align: right;
    font-family: helvetica, arial, sans-serif;
    font-size: 13px !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    z-index: 999;
    vertical-align: middle;
    background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, .1) 10px, rgba(0, 0, 0, .1) 20px), linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    border-radius: 20px 4px 4px 20px
}

.gform_wrapper .gf_progressbar:after {
    display: block;
    width: 100%;
    z-index: 990;
    height: 24px;
    margin-top: -24px;
    background-color: rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, .05);
    border-radius: 20px
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.gform_wrapper .gf_progressbar_percentage span {
    display: block;
    width: auto;
    float: right;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1.8
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
    color: #959595;
    text-shadow: none
}

.gform_wrapper .percentbar_blue {
    background-color: #036493;
    color: #FFF
}

.gform_wrapper .percentbar_gray {
    background-color: #7C7C7C;
    color: #FFF
}

.gform_wrapper .percentbar_green {
    background-color: #88B831;
    color: #FFF
}

.gform_wrapper .percentbar_orange {
    background-color: #FF7120;
    color: #FFF
}

.gform_wrapper .percentbar_red {
    background-color: #FF2A1A;
    color: #FFF
}

.gform_wrapper .gf_page_steps {
    width: 100%;
    margin: 0 0 8px;
    padding: 0 0 4px;
    border-bottom: 1px dotted #CCC
}

.gform_wrapper .gf_step {
    width: 100%;
    margin: 24px 24px 24px 0;
    font-size: 14px;
    height: 14px;
    line-height: 1.25 !important;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .2;
    font-family: inherit
}

    .gform_wrapper .gf_step span.gf_step_number {
        font-size: 20px;
        font-family: arial, sans-serif;
        margin-right: 4px
    }

    .gform_wrapper .gf_step span.gf_step_label,
    .gform_wrapper .gf_step span.gf_step_number {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle
    }

    .gform_wrapper .gf_step.gf_step_active {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1
    }

.gform_wrapper .gf_step_clear {
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden
}

.gform_wrapper .gfield_password_strength {
    border: 1px solid #DDD;
    margin-top: 18px;
    margin-bottom: 18px;
    line-height: 1.8;
    padding: 10px 5px;
    text-align: center;
    background-color: #EEE;
    border-bottom: 3px solid #DDD
}

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
    margin-right: 16px
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
    margin-top: 18px;
    margin-bottom: 18px;
    width: 100%
}

.gform_wrapper .gfield_password_strength.bad {
    background-color: #FFB78C;
    border-color: #FF853C;
    border-bottom: 3px solid #FF853C
}

.gform_wrapper .gfield_password_strength.good {
    background-color: #FFEC8b;
    border-color: #FC0;
    border-bottom: 3px solid #FC0
}

.gform_wrapper .gfield_password_strength.mismatch,
.gform_wrapper .gfield_password_strength.short {
    background-color: #FFA0A0;
    border-color: #f04040;
    border-bottom: 3px solid #f04040
}

.gform_wrapper .gfield_password_strength.strong {
    background-color: #C3FF88;
    border-color: #8DFF1C;
    border-bottom: 3px solid #8DFF1C
}

.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

.gform_wrapper table.gfield_list {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: auto !important
}

    .gform_wrapper table.gfield_list thead th {
        font-weight: 700;
        text-align: left
    }

    .gform_wrapper table.gfield_list colgroup {
        width: 100%;
        display: block
    }

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
    color: #790000
}

.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
    padding: 0;
    margin: 0
}

.gform_wrapper table.gfield_list td,
.gform_wrapper table.gfield_list th {
    padding: 4px 0
}

.gform_wrapper ul:not(.top_label) table.gfield_list th {
    padding: 0 0 4px
}

.gform_wrapper table.gfield_list td + td,
.gform_wrapper table.gfield_list th + th {
    padding: 0 0 0 16px
}

.gform_wrapper .gfield_list,
.gform_wrapper .gfield_list td.gfield_list_cell input {
    width: 100%
}

.gfield_icon_disabled {
    cursor: default !important;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons,
.gform_wrapper table.gfield_list tr td:last-child {
    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 select.chosen-select {
    visibility: hidden;
    height: 28px !important;
    min-height: 28px !important
}

.gform_wrapper .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

    .gform_wrapper .chosen-container.chosen-container-multi .chosen-choices {
        min-height: 28px !important
    }

.gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input.default {
    height: 24px
}

.gform_wrapper .chosen-container.chosen-container-multi .chosen-choices li input.default {
    color: red
}

.gform_wrapper .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #AAA;
    border-top: 0;
    background: #FFF;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}

.gform_wrapper .chosen-container a {
    cursor: pointer
}

.gform_wrapper .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 23px;
    border: 1px solid #AAA;
    border-radius: 5px;
    background-color: #FFF;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #FFF), color-stop(50%, #F6F6F6), color-stop(52%, #EEE), color-stop(100%, #F4F4F4));
    background: -webkit-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
    background: -moz-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
    background: -o-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
    background: linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
    background-clip: padding-box;
    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-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(../../../themes/us-health/images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

    .gform_wrapper .chosen-container-single .chosen-single abbr:hover,
    .gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
        background-position: -42px -10px
    }

.gform_wrapper .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

    .gform_wrapper .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../../../themes/us-health/images/chosen-sprite.png) 0 2px no-repeat
    }

.gform_wrapper .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

    .gform_wrapper .chosen-container-single .chosen-search input[type=text] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        border: 1px solid #AAA;
        background: url(../../../themes/us-health/images/chosen-sprite.png) 100% -20px no-repeat;
        font-size: 16px;
        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;
    left: -9999px
}

.gform_wrapper .chosen-container .chosen-results {
    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;
        -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, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
            background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
            background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
            background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
            background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
            color: #FFF
        }

        .gform_wrapper .chosen-container .chosen-results li.no-results {
            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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #AAA;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #EEE), color-stop(15%, #FFF));
    background-image: -webkit-linear-gradient(#EEE 1%, #FFF 15%);
    background-image: -moz-linear-gradient(#EEE 1%, #FFF 15%);
    background-image: -o-linear-gradient(#EEE 1%, #FFF 15%);
    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: 5px;
                height: 15px;
                border: 0 !important;
                background: 0 0 !important;
                box-shadow: none;
                color: #666;
                font-size: 100%;
                font-family: sans-serif;
                line-height: normal;
                border-radius: 0
            }

            .gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
                color: #999
            }

        .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 0 3px 5px;
            padding: 3px 20px 3px 5px;
            border: 1px solid #AAA;
            border-radius: 3px;
            background-color: #E4E4E4;
            background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
            background-image: -webkit-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
            background-image: -moz-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
            background-image: -o-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
            background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
            background-clip: padding-box;
            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 .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url(../../../themes/us-health/images/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, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
            background-image: -webkit-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
            background-image: -moz-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
            background-image: -o-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
            background-image: linear-gradient(top, #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;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #AAA;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #EEE), color-stop(80%, #FFF));
    background-image: -webkit-linear-gradient(#EEE 20%, #FFF 80%);
    background-image: -moz-linear-gradient(#EEE 20%, #FFF 80%);
    background-image: -o-linear-gradient(#EEE 20%, #FFF 80%);
    background-image: linear-gradient(#EEE 20%, #FFF 80%);
    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;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

    .gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #111 !important
    }

.gform_wrapper .chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

    .gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close,
    .gform_wrapper .chosen-disabled .chosen-single {
        cursor: default
    }

.gform_wrapper .chosen-rtl {
    text-align: right
}

    .gform_wrapper .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0
    }

        .gform_wrapper .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl
        }

    .gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px
    }

    .gform_wrapper .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px
    }

    .gform_wrapper .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px
    }

    .gform_wrapper .chosen-rtl .chosen-choices li {
        float: right
    }

        .gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
            direction: rtl
        }

        .gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px
        }

            .gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px
            }

    .gform_wrapper .chosen-rtl .chosen-drop,
    .gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search {
        left: 9999px
    }

    .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(../../../themes/us-health/images/chosen-sprite.png) -30px -20px no-repeat;
        direction: rtl
    }

    .gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px
    }

    .gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px
    }

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:144dpi) {
    .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-single abbr,
    .gform_wrapper .chosen-container-single .chosen-single div b,
    .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
        background-image: url(../../../themes/us-health/images/chosen-sprite-2x.png) !important;
        background-position: 0 0;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}

.gform_wrapper .gform_card_icon_container {
    margin: 8px 0 6px;
    height: 32px
}

.gform_wrapper div.gform_card_icon {
    margin-right: 4px;
    text-indent: -9000px;
    background-image: url(../../../themes/us-health/images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    float: left
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px 0
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -32px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -64px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
    background-position: 0 -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
    background-position: 0 -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
    background-position: 0 -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
    background-position: -36px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
    background-position: -36px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
    background-position: -36px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
    background-position: -72px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
    background-position: -72px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
    background-position: -72px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
    background-position: -108px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
    background-position: -108px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
    background-position: -108px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
    background-position: -144px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
    background-position: -144px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
    background-position: -144px -256px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
    background-position: -180px -192px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
    background-position: -180px -224px
}

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
    background-position: -180px -256px
}

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
    float: left;
    position: relative;
    top: 4px !important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
    min-width: 85px !important
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
    display: block;
    overflow: hidden
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
    position: relative;
    display: block;
    min-width: 160px !important
}

    .gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container select {
        margin-bottom: 8px
    }

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 50% !important
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    width: 32px;
    height: 23px;
    background-image: url(../../../themes/us-health/images/gf-creditcard-icons.png);
    background-repeat: no-repeat;
    background-position: 0 -128px;
    position: relative;
    top: -1px;
    left: 6px;
    display: -moz-inline-stack;
    display: inline-block
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding: 24px;
    border: 1px dashed #CCC;
    text-align: center;
    color: #AAA;
    margin-bottom: 16px;
    background: rgba(0, 0, 0, .02);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.gform_wrapper span.gform_drop_instructions {
    display: block;
    margin-bottom: 8px
}

.gform_delete {
    vertical-align: middle;
    cursor: pointer
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
    width: auto
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
    margin-bottom: 1px
}

.gform_wrapper .form_saved_message {
    margin: 16px 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
    border: 2px solid #91AFC7;
    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
    }

    .gform_wrapper .form_saved_message span:first-child {
        display: block;
        padding: 28px 16px
    }

.form_saved_message a.resume_form_link {
    word-wrap: break-word
}

    .form_saved_message a.resume_form_link:after,
    .form_saved_message a.resume_form_link:before {
        content: "";
        display: block
    }

    .form_saved_message a.resume_form_link:before {
        margin-top: 12px
    }

    .form_saved_message a.resume_form_link:after {
        margin-bottom: 12px
    }

.form_saved_message a + br,
.form_saved_message br + br {
    display: none
}

.form_saved_message .form_saved_message_emailform {
    margin: 16px 0 0
}

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    line-height: 2.25;
    height: 24px;
    margin-bottom: 4px
}

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
    margin: 12px auto 0;
    display: block
}

.form_saved_message .form_saved_message_emailform .validation_message {
    color: #790000
}

.form_saved_message_sent {
    margin: 16px 0;
    width: 100%;
    font-size: 16px;
    border: 2px solid #CFE2C0;
    background-color: #E9FFD9;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

    .form_saved_message_sent span:first-child {
        display: block;
        padding: 16px
    }

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
}

.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:not(.top_label) div.ginput_container_captcha {
    margin-left: 29%
}

.gfield .wp-editor-container {
    border: 1px solid #ddd
}

.gfield .wp-switch-editor {
    border-color: #ddd
}

.gfield .html-active .switch-html,
.gfield .tmce-active .switch-tmce {
    border-bottom-color: #f5f5f5
}

.gfield .mce-edit-area iframe {
    width: 99.9% !important;
    margin: 0 !important
}

body .gform_wrapper ul li.gfield {
    margin-top: 16px;
    padding-top: 0
}

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
    line-height: inherit
}

    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
    body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
        list-style-type: disc !important;
        margin: 0 0 8px;
        overflow: visible;
        padding-left: 0
    }

    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
    body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
        list-style-type: disc !important;
        margin: 16px 0 16px 28px !important;
        padding-left: 0
    }

    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
    body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
        list-style-type: decimal !important;
        overflow: visible;
        margin: 0 0 8px;
        padding-left: 0
    }

    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
    body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
        list-style-type: decimal !important;
        margin: 16px 0 18px 32px;
        padding-left: 0
    }

        body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul,
        body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
            list-style-type: disc !important;
            padding-left: 0
        }

        body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
            margin: 16px 0 16px 16px
        }

        body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
            margin: 0 0 8px
        }

    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
        margin: 0 0 18px;
        padding-left: 0
    }

        body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
            font-weight: 700
        }

        body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
            margin: 0 0 16px 18px
        }

@media only screen and (max-width:641px) {
    .gform_wrapper .chosen-container.chosen-container-multi[style],
    .gform_wrapper .chosen-container.chosen-container-single[style] {
        width: 100% !important
    }

    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 2;
        min-height: 2rem
    }

    .gform_wrapper textarea {
        line-height: 1.5
    }

    .gform_wrapper .chosen-container-single .chosen-single {
        height: 40px;
        line-height: 2.8
    }

        .gform_wrapper .chosen-container-single .chosen-single div b {
            position: relative;
            top: 10px
        }

    .gform_wrapper .ginput_container span {
        margin-bottom: 8px;
        display: block
    }

    .gform_wrapper li.field_sublabel_below .ginput_complex {
        margin-top: 12px !important
    }
}

@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:last-child {
                border-bottom: 0;
                margin: 16px 0 0 !important
            }

    .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before {
        content: attr(data-label);
        font-size: 14px;
        letter-spacing: .5pt;
        white-space: nowrap;
        margin: 8px 0 3px 3px;
        display: block;
        clear: both
    }

    .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        content: attr(data-label);
        line-height: 1.6;
        display: block !important
    }

    .gform_wrapper table.gfield_list td + td,
    .gform_wrapper table.gfield_list th + th {
        padding: 4px 0 0
    }

    .gform_wrapper table.gfield_list tr.gfield_list_row_even,
    .gform_wrapper table.gfield_list tr.gfield_list_row_odd {
        margin: 16px 0
    }

        .gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
            padding-top: 0
        }

    .gform_wrapper table.gfield_list tr td.gfield_list_icons,
    .gform_wrapper table.gfield_list tr td:last-child {
        width: 100% !important;
        padding: 0 4px 4px !important;
        background-color: #EEE
    }

        .gform_wrapper table.gfield_list tr td.gfield_list_icons img {
            margin-top: 2px !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 .gfield_checkbox li,
    .gform_wrapper .gfield_radio li {
        margin: 0 0 8px;
        line-height: 1.3
    }

    .gform_wrapper .gsection {
        margin: 28px 16px 28px 0
    }

    .gform_wrapper ul: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:not(.top_label) .gsection .gsection_description {
        margin-left: 0;
        padding-top: 4px;
        padding-left: 0;
        line-height: 1.5
    }

    .gform_wrapper form ul:not(.top_label) li.gfield_html_formatted {
        margin-left: 29% !important;
        width: 70%
    }

    .gform_wrapper ul:not(.top_label) ul.gfield_checkbox,
    .gform_wrapper ul: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: 35%
    }

    .gform_wrapper .left_label input.large,
    .gform_wrapper .left_label select.large,
    .gform_wrapper .left_label textarea.large,
    .gform_wrapper .left_label textarea.medium,
    .gform_wrapper .left_label textarea.small,
    .gform_wrapper .right_label input.large,
    .gform_wrapper .right_label select.large,
    .gform_wrapper .right_label textarea.large,
    .gform_wrapper .right_label textarea.medium,
    .gform_wrapper .right_label textarea.small {
        width: 70%
    }

    .gform_wrapper ul: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: 49.5%
    }

    .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 textarea.small {
        height: 80px;
        width: 100%
    }

    .gform_wrapper textarea.medium {
        height: 160px;
        width: 100%
    }

    .gform_wrapper textarea.large {
        height: 320px;
        width: 100%
    }

    .gform_wrapper .gfield_error .ginput_complex .ginput_left,
    .gform_wrapper .gfield_error .ginput_complex .ginput_right,
    .gform_wrapper .ginput_complex .ginput_cardinfo_left {
        width: 50%
    }

    .gform_wrapper .ginput_complex .ginput_left,
    .gform_wrapper .ginput_complex .ginput_right {
        width: 50%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        margin: 0 -4px 0 0
    }

    .gform_wrapper .ginput_complex .ginput_cardinfo_left,
    .gform_wrapper .ginput_complex .ginput_cardinfo_right {
        min-height: 43px;
        position: relative;
        float: left
    }

    .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
    .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
        width: 47% !important;
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
        margin-right: 4px
    }

    .gform_wrapper .gf_step {
        width: auto;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 16px 32px 16px 0
    }

    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=image],
    .gform_wrapper .gform_footer input[type=submit] {
        display: -moz-inline-stack;
        display: inline-block
    }

    .gform_wrapper .gform_footer input[type=image] {
        vertical-align: middle
    }

    .gform_wrapper .gform_footer a.gform_save_link,
    .gform_wrapper .gform_page_footer a.gform_save_link {
        font-size: 16px;
        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: 16px;
        width: auto;
        margin: 0 16px 0 0
    }

    .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px
    }

    .gform_wrapper .ginput_complex .ginput_left {
        padding-right: 8px
    }

    .gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
        content: "";
        display: block
    }

    .gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
        margin-right: 8px
    }

    .gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
        margin-right: -8px;
        padding-right: 8px
    }

    .gform_wrapper .ginput_complex.ginput_container_address span.ginput_full + span.ginput_right {
        padding-right: 8px !important;
        margin-right: 8px
    }

    .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
        padding-right: 8px !important;
        margin-right: -8px
    }

        .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left.address_zip {
            margin-right: 8px
        }

    .gform_wrapper .gfield_error .ginput_container {
        padding-right: 0
    }

    .gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
        margin: 18px 0
    }

    .gform_wrapper .gform_footer:not(.top_label) {
        padding: 16px 0 10px;
        margin-left: 29%;
        width: 70%
    }

    .top_label div.ginput_complex.ginput_container.gf_name_has_1,
    .top_label div.ginput_complex.ginput_container.gf_name_has_2,
    .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(100% + 15px)
    }

    .top_label div.ginput_complex.ginput_container.gf_name_has_4 {
        width: calc(100% + 13px)
    }

    .top_label div.ginput_complex.ginput_container.gf_name_has_5 {
        width: calc(100% + 14px)
    }

    ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_1,
    ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_2,
    ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_3 {
        width: calc(70% + 15px);
        margin-left: 29%
    }

    ul:not(.top_label) div.ginput_complex.ginput_container.gf_name_has_4 {
        width: calc(70% + 13px);
        margin-left: 29%
    }

    ul: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:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_1 span {
        width: 99.75% !important
    }

    .gform_wrapper ul:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 49.75% !important
    }

    .gform_wrapper ul:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33% !important
    }

    .gform_wrapper ul:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 24.75% !important
    }

    .gform_wrapper ul:not(.top_label) li.gfield.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.75% !important
    }

    html:not[dir=rtl] div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
    html:not[dir=rtl] div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
    html:not[dir=rtl] div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
    html:not[dir=rtl] 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:not(.top_label) .ginput_complex.ginput_container.ginput_container_email {
        width: calc(70% + 16px);
        margin-left: 29%
    }

    .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:not(.top_label) .clear-multi,
    html:not[dir=rtl] .gform_wrapper ul:not(.top_label) .gfield_description,
    html:not[dir=rtl] .gform_wrapper ul:not(.top_label) .ginput_container:not(.ginput_container_time) {
        width: 70%;
        margin-left: 29% !important
    }

    .gform_wrapper .gf_progressbar {
        width: calc(100% - 16pxg1163)
    }

    .gform_wrapper ul: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:not(.top_label) .ginput_container.ginput_recaptcha {
        margin-left: 29% !important
    }
}

@font-face {
    font-family: 'customfontawesome';
    src: url(../../../themes/us-health/fonts/custom-fontawesome/customfontawesome.eot?55145542);
    src: url(../../../themes/us-health/fonts/custom-fontawesome/customfontawesome.eot?55145542#iefix) format("embedded-opentype"), url(../../../themes/us-health/fonts/custom-fontawesome/customfontawesome.woff2?55145542) format("woff2"), url(../../../themes/us-health/fonts/custom-fontawesome/customfontawesome.woff?55145542) format("woff"), url(../../../themes/us-health/fonts/custom-fontawesome/customfontawesome.ttf?55145542) format("truetype"), url(../../../themes/us-health/fonts/custom-fontawesome/customfontawesome.svg?55145542#customfontawesome) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "customfontawesome";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-picture:before {
    content: '\e800'
}

.icon-camera:before {
    content: '\e801'
}

.icon-mail:before {
    content: '\e802'
}

.icon-phone:before {
    content: '\e803'
}

.icon-video:before {
    content: '\e804'
}

.icon-videocam:before {
    content: '\e805'
}

.icon-phone-squared:before {
    content: '\f098'
}

.icon-twitter:before {
    content: '\f099'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-pinterest-circled:before {
    content: '\f0d2'
}

.icon-pinterest-squared:before {
    content: '\f0d3'
}

.icon-gplus-squared:before {
    content: '\f0d4'
}

.icon-gplus:before {
    content: '\f0d5'
}

.icon-mail-alt:before {
    content: '\f0e0'
}

.icon-linkedin:before {
    content: '\f0e1'
}

.icon-youtube-squared:before {
    content: '\f166'
}

.icon-youtube:before {
    content: '\f167'
}

.icon-youtube-play:before {
    content: '\f16a'
}

.icon-instagram:before {
    content: '\f16d'
}

.icon-google:before {
    content: '\f1a0'
}

.icon-fax:before {
    content: '\f1ac'
}

.icon-share:before {
    content: '\f1e0'
}

.icon-facebook-official:before {
    content: '\f230'
}

.icon-pinterest:before {
    content: '\f231'
}

.icon-twitter-squared:before {
    content: '\f304'
}

.icon-facebook-squared:before {
    content: '\f308'
}

.icon-linkedin-squared:before {
    content: '\f30c'
}

.addtoany_content {
    clear: both;
    margin: 16px 0
}

.addtoany_header {
    margin: 0 0 16px
}

.addtoany_list {
    display: inline;
    line-height: 16px
}

    .addtoany_list a,
    .widget .addtoany_list a {
        border: 0;
        box-shadow: none;
        display: inline-block;
        font-size: 16px;
        padding: 0 4px;
        vertical-align: middle
    }

        .addtoany_list a img {
            border: 0;
            display: inline-block;
            opacity: 1;
            overflow: hidden;
            vertical-align: baseline
        }

        .addtoany_list a span {
            display: inline-block;
            float: none
        }

    .addtoany_list.a2a_kit_size_32 a {
        font-size: 32px
    }

        .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
            height: 32px;
            line-height: 32px;
            width: 32px
        }

    .addtoany_list a:not(.addtoany_special_service) > span {
        border-radius: 4px;
        display: inline-block;
        opacity: 1
    }

    .addtoany_list a .a2a_count {
        position: relative;
        vertical-align: top
    }

    .addtoany_list a:hover,
    .widget .addtoany_list a:hover {
        border: 0;
        box-shadow: none
    }

        .addtoany_list a:hover img,
        .addtoany_list a:hover span {
            opacity: .7
        }

    .addtoany_list a.addtoany_special_service:hover img,
    .addtoany_list a.addtoany_special_service:hover span {
        opacity: 1
    }

.addtoany_special_service {
    display: inline-block;
    vertical-align: middle
}

    .addtoany_special_service a,
    .addtoany_special_service div,
    .addtoany_special_service div.fb_iframe_widget,
    .addtoany_special_service iframe,
    .addtoany_special_service span {
        margin: 0;
        vertical-align: baseline !important
    }

    .addtoany_special_service iframe {
        display: inline;
        max-width: none
    }

a.addtoany_share.addtoany_no_icon span.a2a_img_text {
    display: none
}

a.addtoany_share img {
    border: 0;
    width: auto;
    height: auto
}

@charset "UTF-8";


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.bounceIn,
    .animated.bounceOut,
    .animated.flipOutX,
    .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06)
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }

    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }

    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-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)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-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)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }

    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }

    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%, 80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }

    60%, 80% {
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%, to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }

    0%, to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%, to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }

    0%, to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%, to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%, to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%, to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }

    0%, to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%, to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }

    0%, to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%, to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1
    }

    0%, to {
        -webkit-transform-origin: center
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%, to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%, to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%, to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%, to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%, to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }

    0%, to {
        -webkit-transform-origin: left bottom
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%, to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }

    0%, to {
        -webkit-transform-origin: right bottom
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left
    }

    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left
    }

    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50%, to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50%, to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}



.site-container input[type="submit"], body .site-container .gform_wrapper .gform_footer .button, body .site-container .gform_wrapper .gform_footer input[type="submit"] {
    background-color: #DB0037;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #AA002B;
    border-radius: 40px !important;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    outline: medium none;
    padding: 10px 24px;
    transition: background-color 0.5s ease 0s;
}

.emailSubscriptionBtn {
    padding: 6px 16px;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    overflow: visible;
    -webkit-appearance: button;
    box-sizing: border-box;
    cursor: pointer;
    border-image: initial;
    text-decoration: none;
    margin-top: 0px !important;
    height: 40px !important;
    display: inline-block;
    margin: 16px 0px 0px;
    width: auto;
    white-space: normal;
    background-color: rgb(219, 0, 55) !important;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1.5em;
    border-bottom: 3px solid rgb(170, 0, 43) !important;
    outline: none medium;
    transition: background-color 0.5s ease 0s;
    border-radius: 40px !important;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: medium;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: medium;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: medium;
}

.footer_btn_getStarted {
    text-size-adjust: 100%;
    font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    box-sizing: border-box;
    padding: 8px 30px !important;
    background-color: rgb(219, 0, 55) !important;
    display: inline-block;
    text-shadow: none;
    text-decoration: none;
    background: rgb(250, 250, 250);
    border-image: initial;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid rgb(170, 0, 43);
    outline: none medium;
    transition: background-color 0.5s ease 0s;
    border-radius: 40px !important;
}

.action-btn {
    text-size-adjust: 100%;
    font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    box-sizing: border-box;
    padding: 8px 30px !important;
    background-color: rgb(219, 0, 55) !important;
    display: inline-block;
    text-shadow: none;
    text-decoration: none;
    background: rgb(250, 250, 250);
    border-image: initial;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 1.5em;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid rgb(170, 0, 43) !important;
    outline: none medium;
    transition: background-color 0.5s ease 0s;
    border-radius: 40px !important;
}

    .action-btn:hover, .action-btn:focus {
        background-color: rgb(170, 0, 43) !important;
        color: #fff;
        transition: 0.3s;
    }

.secondary-btn {
    text-size-adjust: 100%;
    font-family: Poppins, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    box-sizing: border-box;
    padding: 8px 30px !important;
    background-color: #6a6a79 !important;
    display: inline-block;
    text-shadow: none;
    text-decoration: none;
    border-image: initial;
    color: rgb(255, 255, 255) !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #494952 !important;
    outline: none medium;
    transition: background-color 0.5s ease 0s;
    border-radius: 40px !important;
}


    .secondary-btn:hover, .secondary-btn:focus {
        background-color: #494952 !important;
        color: #fff;
        transition: 0.3s;
    }




.width-100 {
    width: 100%;
}

.container-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 1024px) {
   .container-padding {
       padding-top: 0px;
       padding-bottom: 0px;
   }
   #btnGetQuote2 {
       display: none;
   }
}

@media (max-width: 775px) {
    .footer-get-started-btn {
        display: block;
        margin: 0 auto;
    }
}

.heading-text {
    color: #db0037;
}

.list-unstyled {
    margin-left: 0px !important;
}

.list-unstyled li {
    list-style-type: none !important;
    padding-bottom: 10px;
}

.list-unstyled li a i {
    padding-right: 10px;
}

fieldset {
    padding: 0;
    border: 0;
}

.QuoteForm input {
    margin-bottom: 15px;
}

.pointer {
    cursor: pointer;
}

/*.modal-close-btn {
    position: absolute;
    z-index: 1111;
    top: 0;
    right: 0;
}*/

@media (min-width: 1024px) {
    .mobile-btn-wrapper {
        display: none;
    }
}

.fl-node-5e501d46986eb .fl-rich-text * i {
    font-weight: 600;
    color: #db0037;
    margin-right: 5px;
}

.hide {
    display: none !important;
}

.close, .close:hover {
    opacity: 1;
    background: #6a6a79;
    color: #eee;
    text-shadow: none;
    width: 35px;
    height: 35px;
    border-radius: 200px;
    text-align: center;
    line-height: 32px;
    font-weight: normal;
    border: 2px solid #fff;
    box-shadow: 0px 1px 4px 1px #0000009e;
    position: absolute;
    top: 0px;
    right: -5px;
}

.fl-node-5e468441d66c7 > .fl-row-content-wrap {
    background-image: url(https://www.ushealthgroup.com/wp-content/uploads/2020/02/GettyImages-627011808.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: scroll;
    background-size: cover;
}

.fl-node-5e468441d66c3 > .fl-col-content {
    background-color: rgba(255,255,255,.6);
}

.fl-node-5e468441d66c3 > .fl-col-content {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 20px;
}

.fl-node-5e468441d66c7 > .fl-row-content-wrap {
    padding-top: 53px;
    padding-bottom: 50px;
}

.fl-node-5e468441d66c3 {
    width: 50%;
}

.subheader-content-box h1.fl-heading {
    position: relative;
    padding-left: 21px !important;
    line-height: 50px;
}

.fl-node-5e468441d66c5.fl-module-heading .fl-heading {
    font-weight: 800;
}

.margin-top-20 {
    margin-top: 20px;
}

.providers-wrapper .providers {
    display: inline-block;
    max-width: 1280px;
    width: 100%;
    margin: 20px auto 0 auto;
}

.providers-wrapper .td-box {
    display: inline-block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 33.33%;
    float: left;
}

.providers-wrapper .provider_type {
    text-align: left;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    overflow: hidden;
}

.providers-wrapper .provider_type h4 {
    border-bottom: 4px solid #e4e4e4;
    margin-bottom: 0;
    padding: 10px 20px;
}

.providers-wrapper .td {
    padding: 10px 20px;
    border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 992px) {
    .providers-wrapper .td-box {
        width: 100%;
    }
}

.home-package-tab .fl-tabs-label.fl-tab-active:nth-child(1):before {
    background-image: url(https://www.ushealthgroup.com/wp-content/themes/us-health/images/heartbeat.svg);
}

.home-package-tab .fl-tabs-label:nth-child(2):before {
    background-image: url(https://www.ushealthgroup.com/wp-content/themes/us-health/images/teeth.svg);
}

.home-package-tab .fl-tabs-label:nth-child(3):before {
    background-image: url(https://www.ushealthgroup.com/wp-content/themes/us-health/images/eye.svg);
}

.fl-node-5e2770140d661 .fl-tabs-label.fl-tab-active, .fl-node-5e2770140d661 .fl-tabs-panel-label {
    color: #fff;
}

.home-package-tab .fl-tabs-label.fl-tab-active {
    background-color: #002250;
    border-bottom: 3px solid #DB0037 !important;
}

.home-package-tab ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(https://www.ushealthgroup.com/wp-content/themes/us-health/images/circle-check.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 8px;
}

.home-package-tab .fl-tabs-label.fl-tab-active:nth-child(2):before {
    background-image: url(https://www.ushealthgroup.com/wp-content/themes/us-health/images/teeth-white.svg);
}

.home-package-tab .fl-tabs-label:nth-child(1):before {
    background-image: url(https://www.ushealthgroup.com/wp-content/themes/us-health/images/heartbeat-dark.svg);
}

.home-package-tab .fl-tabs-label.fl-tab-active:nth-child(3):before {
    background-image: url(https://www.ushealthgroup.com/wp-content/themes/us-health/images/eye-white.svg);
}

.fl-tabs-label {
    font-weight: 600;
}

.fl-node-5e344b7738621 .pp-infobox {
    background-color: #f8f8f8;
}

.fl-node-5e34461320771 .pp-infobox {
    background-color: #f8f8f8;
}

.fl-node-5e344b7f498e1 .pp-infobox {
    background-color: #f8f8f8;
}