section.widget {
    padding: 0;
}

.sls-new-widget-section {
    position: relative;
    overflow: hidden;
    padding: 0;
    min-height: 50vh;
}

.sls-new-widget-section .sls-inner-widget img {
    /*height: auto !important;*/
    height: auto;
    max-width: 100%;
}

.sls-new-widget-section ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 15px 5px 15px 10px;
}

.sls-new-widget-section ol {
    list-style-position: inside;
    margin: 15px 5px 15px 10px;
}

.sls-new-widget-section ul li,
.sls-new-widget-section ol li {
    margin-bottom: 5px;
}

body.loaded-in-editor .sls-new-widget-section.fixed-height {
    /*min-height:0px;*/
}

.sls-new-widget-section.sls-parallax {
    min-height: 50vh;
}

/* start bg holder */
.sls-new-widget-section .sls-background-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    display: block;
}

.sls-new-widget-section label.row-label {
    display: none;
}

.sls-new-widget-section .sls-background-holder.blury-2 {
    filter: blur(2px);
    transform: scale(1.05);
}

.sls-new-widget-section .sls-background-holder.blury-4 {
    filter: blur(4px);
    transform: scale(1.05);
}

.sls-new-widget-section .sls-background-holder.blury-6 {
    filter: blur(6px);
    transform: scale(1.05);
}

.sls-new-widget-section .sls-background-holder.blury-8 {
    filter: blur(8px);
    transform: scale(1.05);
}

.sls-new-widget-section.sls-parallax .sls-background-holder {
    min-height: 100vh;
    height: 100%;
    top: -50vh !important;
    transition: all 0s ease !important;
    transition: transform 1.5s ease !important;
    -webkit-transform-style: preserve-3d;
    transform: translate3d(0px, 50vh, 0px);
}

body.sls-simple-parallax:not(.loaded-in-editor) .sls-new-widget-section.sls-parallax .sls-background-holder,
body.animated-main-container:not(.loaded-in-editor) .sls-new-widget-section.sls-parallax .sls-background-holder,
body:not(.loaded-in-editor) .widgetSectionHeroHigh .sls-new-widget-section.sls-parallax .sls-background-holder {
    top: 0 !important;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    background-attachment: fixed;
    /*-webkit-transition: none;*/
    /*-moz-transition: none;*/
    transform: none !important;

}

body.sls-simple-parallax:not(.loaded-in-editor) .main-container,
body.animated-main-container:not(.loaded-in-editor) .main-container {
    /*animation-fill-mode:none;*/
    /*-webkit-animation-fill-mode:none;*/
    -moz-animation-fill-mode: none;
}

section:not(.sequence-slider) .sls-new-widget-section.sls-parallax .sls-background-holder {
    opacity: 0;
}

body.loaded-in-editor .sls-background-holder,
section:not(.sequence-slider):first-of-type .sls-new-widget-section.sls-parallax .sls-background-holder,
section:not(.sequence-slider):first-of-type + section .sls-new-widget-section.sls-parallax .sls-background-holder,
.first-section .sls-new-widget-section.sls-parallax .sls-background-holder,
.second-section .sls-new-widget-section.sls-parallax .sls-background-holder {
    opacity: 1 !important;
}

.after-appearance .sls-new-widget-section.sls-parallax .sls-background-holder {
    transition: all 0s ease !important;
}

@media all and (min-width: 769px) {
    @supports (-webkit-touch-callout: none) {
        body.sls-simple-parallax:not(.loaded-in-editor) .sls-new-widget-section.sls-parallax .sls-background-holder,
        body.animated-main-container:not(.loaded-in-editor) .sls-new-widget-section.sls-parallax .sls-background-holder,
        body:not(.loaded-in-editor) .widgetSectionHeroHigh .sls-new-widget-section.sls-parallax .sls-background-holder {
            background-attachment: scroll !important;
        }
    }
}

@media all and (max-width: 768px) {
    .sls-new-widget-section.sls-parallax .sls-background-holder {
        top: 0 !important;
        transform: none !important;
        -webkit-transform: none !important;
        height: 100%;
    }

    body.sls-simple-parallax:not(.loaded-in-editor) .sls-new-widget-section.sls-parallax .sls-background-holder,
    body.animated-main-container:not(.loaded-in-editor) .sls-new-widget-section.sls-parallax .sls-background-holder,
    body:not(.loaded-in-editor) .widgetSectionHeroHigh .sls-new-widget-section.sls-parallax .sls-background-holder {
        background-attachment: scroll !important;
    }

    body:not(.widget) .sls-new-widget-section .sl-grid-row {
        display: block !important;
        flex-wrap: wrap !important;

    }

    body:not(.widget) .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        display: block;
    }

    .sls-overlay-mid-div.full-width-section.icons p {
        text-align: center !important;
    }

    .sls-new-widget-section .sls-inner-widget {
        width: 100% !important;
    }

}

/* Start Semi-transparent section */
.sls-new-widget-section.transparentWidgetSection {

}

.sls-new-widget-section.transparentWidgetSection .sls-inner-widget {
    border-radius: 3px;
}

.transparentWidgetSection .sls-inner-widget h1,
.transparentWidgetSection .sls-inner-widget h2,
.transparentWidgetSection .sls-inner-widget h3,
.transparentWidgetSection .sls-inner-widget h4 {
    font-weight: 500;
}

.transparentWidgetSection .sls-inner-widget p {
    margin: 3px 0 15px;
    /*font-size: 15px;*/
    /*font-weight: 500;*/
}

.sls-new-widget-section.transparentWidgetSection .sls-inner-widget .ti {
    font-size: 72px;
    display: block;
}

.sls-new-widget-section.transparentWidgetSection .sls-inner-widget .fa {
    /*font-size:72px;*/
    /*display:block;*/
    font-size: 32px
}

.sls-new-widget-section.transparentWidgetSection .sls-inner-widget .fa.fa-2x {
    font-size: 48px;
}

.sls-new-widget-section.transparentWidgetSection .sls-inner-widget .fa.fa-3x {
    font-size: 64px;
}

.sls-new-widget-section.transparentWidgetSection .sls-inner-widget .fa.fa-4x {
    font-size: 72px;
}

.sls-new-widget-section.transparentWidgetSection .sls-inner-widget .fa.fa-5x {
    font-size: 96px;
}

.sls-new-widget-section.transparentWidgetSection .sls-inner-widget .fa.fa-border {
    border-color: inherit;
}

.sls-new-widget-section .icons .sls-inner-widget .fa {
    /*font-size:48px;*/
    /*display:block;*/
    margin-bottom: 0px;
}

.sls-new-widget-section .icons .sls-inner-widget .ti {
    font-size: 48px;
    display: block;
    margin-bottom: 5px;
}

.sls-new-widget-section .sls-inner-widget img.icon {
    width: 72px;
    height: auto !important;
    display: block;
    margin: 5px auto;
}

.sls-new-widget-section.transparentWidgetSection.sectionBlackText {

}

.sls-new-widget-section.transparentWidgetSection.sectionBlackText .sls-inner-widget {
    border: 1px solid rgba(255, 255, 255, 0.36);
    background-color: rgba(255, 255, 255, 0.79);
}

.sls-new-widget-section.transparentWidgetSection.sectionWhiteText {

}

.sls-new-widget-section.transparentWidgetSection.sectionWhiteText .sls-inner-widget {
    border: 1px solid rgba(0, 0, 0, 0.36);
    background-color: rgba(0, 0, 0, 0.4);
}

/* End Semi-transparent section */


/* Start links and buttons section */

.sls-new-widget-section a,
.sls-new-widget-section a:visited,
.sls-new-widget-section a:focus,
.sls-new-widget-section a:active,
.sls-new-widget-section a:hover {
    text-decoration: none;
    outline: 0;
}

.sls-new-widget-section a.btn:not(.sls-funnel-button) {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 12px 26px;
    /*min-height: 40px;*/
    height: auto;
    min-width: 150px;
    max-width: 100%;
    line-height: 1.8em;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    margin-right: 8px;
}

.sls-new-widget-section a.btn,
.sls-new-widget-section a.btn:visited {
    margin: 15px 0;
}

.sls-new-widget-section.sectionBlackText .sls-inner-widget a:not(.sls-funnel-button) {
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
    color: #333;
}

.sls-new-widget-section.sectionWhiteText .sls-inner-widget a:not(.sls-funnel-button) {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
    color: #eee;
}


.sls-new-widget-section.sectionBlackText a.btn:not(.sls-funnel-button),
.sls-new-widget-section.sectionBlackText a.btn:visited:not(.sls-funnel-button) {
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
    color: #333;
    border-color: #333;
}

.sls-new-widget-section.sectionWhiteText a.btn:not(.sls-funnel-button),
.sls-new-widget-section.sectionWhiteText a.btn:visited:not(.sls-funnel-button) {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
    color: #fff;
    border-color: #fff;
}

section[class*="widgetSectionColor"] .sls-new-widget-section a.btn[class*="sl-button-s2"] {
    letter-spacing: 1px;
}

section[class*="widgetSectionColor"] .sls-new-widget-section a.btn.sls-funnel-button {
    margin-left: 0px;
    margin-right: 0px;
}

section[class*="widgetSectionColor"] .sls-new-widget-section a.btn.sls-funnel-button + a.btn.sls-funnel-button {
    margin-left: 10px;
}

@media (max-width: 500px) {
    section[class*="widgetSectionColor"] .sls-new-widget-section a.btn.sls-funnel-button + a.btn.sls-funnel-button {
        margin-left: 0px;
    }
}

.sls-new-widget-section.sectionWhiteText a.btn.sl-button-s2--white,
.sls-new-widget-section.sectionWhiteText a.btn.sl-button-s2--white:visited {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
}

.sls-new-widget-section a:hover {
    text-decoration: underline;
}

.sls-new-widget-section a.btn:hover {
    text-decoration: none;
}

.sls-new-widget-section.sectionBlackText a:hover:not(.sls-funnel-button) {
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.7);
    color: #000;
}

.sls-new-widget-section.sectionBlackText .sls-inner-widget a.btn:hover:not(.sls-funnel-button) {
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
}

.sls-new-widget-section.sectionBlackText .sls-inner-widget a.btn:not(.colored):hover:not(.sls-funnel-button) {
    background: #333;
}

.sls-new-widget-section.sectionWhiteText a:hover:not(.sls-funnel-button) {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
    color: #fff;
}

.sls-new-widget-section.sectionWhiteText .sls-inner-widget a.btn:hover:not(.sls-funnel-button) {
    color: #222;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}

.sls-new-widget-section.sectionWhiteText .sls-inner-widget a.btn.sl-button-s2--white:hover {
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}

.sls-new-widget-section.sectionWhiteText .sls-inner-widget a.btn:not(.colored):hover:not(.sls-funnel-button) {
    background: #fff;
}

.sls-new-widget-section.sectionWhiteText .sls-inner-widget a.btn.colored:hover:not(.sls-funnel-button) {
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9);
}

/* End links and buttons section */

body.loaded-in-editor .sls-parallax > .sls-background-holder {
    /*height: 100%;*/
    top: 0 !important;
    transition: none !important;
    transform: none !important;
}

/* end bg holder */

/* start overlay */
.sls-new-widget-section .sls-overlay {
    min-height: 500px;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
}

body:not(.widget) .sls-new-widget-section .sls-overlay {
    display: flex;
}

.sls-new-widget-section .sls-overlay {
    min-height: inherit;
}

body:not(.loaded-in-editor) .main .sls-new-widget-section .sls-overlay {
    /* min-height: 40vh; */
}

.sls-new-widget-section:not(.sls-parallax) {

}

.sls-new-widget-section:not(.sls-parallax) .sls-overlay {

}

.sls-new-widget-section:not(.sls-parallax) .sls-background-holder {

}

.sls-new-widget-section:not(.sls-parallax) .sls-video-background {

}

.sls-overlay-mid-div {
    vertical-align: middle;
}

.sls-new-widget-section[data-animation-name]:not([data-animation-name=""]) .sls-overlay-mid-div {
    opacity: 0;
}

body.loaded-in-editor .sls-overlay-mid-div {
    opacity: 1 !important;
}

body:not(.widget) .sls-overlay-mid-div {
    -webkit-align-self: center;
    align-self: center;
}

body:not(.widget) .sls-overlay-mid-div.v-aligned-cells .sl-grid-row {
    align-items: center !important;
}

/* start video */
video {
    display: inline-block;
    vertical-align: baseline;
}

.sls-new-widget-section .sls-video-background {
    display: none;
}

.sls-new-widget-section.sls-video-enabled .sls-video-background {
    position: absolute;
    display: block;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover !important;
    background-position: 50% 50% !important;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease !important;
}

.sls-new-widget-section.sls-video-enabled:not(.sls-parallax) .sls-video-background {
    top: 50% !important;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

body.widget .sls-new-widget-section.sls-video-enabled.sls-parallax .sls-video-background {
    top: 50% !important;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

body:not(.widget) .sls-new-widget-section.sls-video-enabled.sls-parallax .sls-video-background {
    top: -50vh;
    left: 0;
    min-height: 100vh;
}

body.loaded-in-editor:not(.widget) .sls-new-widget-section.sls-video-enabled.sls-parallax .sls-video-background {
    top: 50% !important;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-height: 100%;
}

@media only screen and (hover: none) and (pointer: coarse) {

    body:not(.widget) .sls-new-widget-section.sls-video-enabled.sls-parallax .sls-video-background:not(.sls-parallax-init) {
        top: 50% !important;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        min-height: 100%;
    }

}

video.sls-video-background::-webkit-media-controls-start-playback-button {
    display: none !important;
    opacity: 0;
}

/* end video */

/* start other */
.sls-new-widget-section.sectionWhiteText .sls-inner-widget *:not(.sls-funnel-button),
.sls-new-widget-section.sectionWhiteText .sls-inner-widget h1,
.sls-new-widget-section.sectionWhiteText .sls-inner-widget h2,
.sls-new-widget-section.sectionWhiteText .sls-inner-widget h3,
.sls-new-widget-section.sectionWhiteText .sls-inner-widget h4,
.sls-new-widget-section.sectionWhiteText .sls-inner-widget a:not(.sls-funnel-button),
.sls-new-widget-section.sectionWhiteText .sls-inner-widget a:hover:not(.sls-funnel-button),
.sls-new-widget-section.sectionWhiteText .sls-inner-widget a:focus:not(.sls-funnel-button),
.sls-new-widget-section.sectionWhiteText .sls-inner-widget a:active:not(.sls-funnel-button) {
    color: #fff;
}

body.widget.loaded-in-editor .sls-new-widget-section.sectionWhiteText .sls-inner-widget * {
    text-shadow: 0 0 1px #000;
}

.sls-new-widget-section.sectionBlackText .sls-inner-widget *:not(.sls-funnel-button),
.sls-new-widget-section.sectionBlackText .sls-inner-widget h1,
.sls-new-widget-section.sectionBlackText .sls-inner-widget h2,
.sls-new-widget-section.sectionBlackText .sls-inner-widget h3,
.sls-new-widget-section.sectionBlackText .sls-inner-widget h4,
.sls-new-widget-section.sectionBlackText .sls-inner-widget a:not(.sls-funnel-button),
.sls-new-widget-section.sectionBlackText .sls-inner-widget a:hover:not(.sls-funnel-button),
.sls-new-widget-section.sectionBlackText .sls-inner-widget a:focus:not(.sls-funnel-button),
.sls-new-widget-section.sectionBlackText .sls-inner-widget a:active:not(.sls-funnel-button) {
    /*color:inherit; */
    color: rgba(39, 42, 49, 0.9);
}

.sls-new-widget-section.sectionBlackText .sls-inner-widget .submit {
    color: #fff;
}


.sls-new-widget-section + #main-features {
    margin-top: 21px;
}

.widget .sls-new-widget-section .sl-grid-row .sl-grid-cell {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 15px;
}

.widget .sls-new-widget-section .sl-grid-row .sl-grid-cell + .sl-grid-cell {
    padding-left: 0%;
    padding-right: 2%;
}

.widget .sls-new-widget-section .sl-grid-row .sl-grid-cell:first-child {
}

.widget .sls-new-widget-section .sl-grid-row .sl-grid-cell:last-child {
}

@media (max-width: 768px) {
    .widget .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        padding-left: 0;
    }
}

/* loaded in screnshot editor */
.loaded-in-editor .sls-new-widget-section,
.loaded-in-editor .sls-new-widget-section .sls-overlay {
    height: auto;
}

.loaded-in-editor:not(.widget) .sls-new-widget-section,
.loaded-in-editor:not(.widget) .sls-new-widget-section .sls-overlay {
    min-height: 100% !important;
}


/* loaded in grapes */
.loaded-in-editor #wrapper .sls-new-widget-section .sls-overlay {
    min-height: 700px !important;
}

.sls-overlay-mid-div.icons img + div h4,
.sls-overlay-mid-div.icons img + h4 {
    margin: 12px 0 6px 0;
}

.sls-overlay-mid-div.icons p {
    margin-bottom: 10px;
}

.sls-overlay-mid-div.icons h4 {
    margin: 6px 0 6px 0;
}

.sls-overlay-mid-div.map3 h4 {
    margin: 24px 0 6px 0;
    font-weight: 500;
}

.widget .sls-new-widget-section .icons.tight .sl-grid-row .sl-grid-cell {
    padding-left: 1%;
    padding-right: 1%;
}

.widget .sls-new-widget-section .icons.tight .sl-grid-row .sl-grid-cell + .sl-grid-cell {
    padding-left: 0%;
    padding-right: 1%;
}

.sls-overlay-mid-div.icons img {
    margin-top: 15px;
}

.sls-overlay-mid-div.icons div:first-child > h2:first-child {
    margin-bottom: 36px;
}

.sls-overlay-mid-div.full-width-section {
    width: 96%;
    max-width: 1800px;
}

.sls-overlay-mid-div.full-width-section-100 {
    width: 100%;
}

.sls-overlay-mid-div.icons-fixed img {
    width: 72px !important;
    height: 72px;
}

.sls-overlay-mid-div.one-icon img + div h2,
.sls-overlay-mid-div.one-icon img + h2 {
    margin: 12px 0 6px 0;
}

.sls-overlay-mid-div.one-icon img {
    margin: 5px 0;
}

/* end other */

/* Widget Section Blog Start */
.widgetSectionBlog {
}

.widgetSectionBlog .sls-inner-widget h2:first-of-type,
.widgetSectionBlog .sls-inner-widget h3:first-of-type {
    margin: 15px 0;
    line-height: 1.1em;
}

.widgetSectionBlog .content {
}

.widgetSectionBlog .posts {
    margin-top: 30px;
}

.widgetSectionBlog .post {
    padding: 15px 10px 25px 10px;
}

.widgetSectionBlog .post-bottom {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.widgetSectionBlog .post .post-info {
    text-align: center;
    font-weight: 600;
    padding: 5px 5px 5px 0;
    margin-bottom: 10px;
    background: #eee;
    line-height: 1.3em;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
}

.widgetSectionBlog .post .post-image {
}

.widgetSectionBlog .post .post-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 15px 0;
    border: 1px solid rgba(238, 238, 238, 0.6);
    border-radius: 5px;
}

.widgetSectionBlog .post .post-content {
}

.widgetSectionBlog .post .post-title {
}

.widgetSectionBlog .post .post-text {
}

.widgetSectionBlog .post .post-text p {
}

.widgetSectionBlog .post .post-link {
    text-align: right;
    padding: 10px;
}

.widgetSectionBlog .post .post-link a {
    display: inline-block;
}

.widgetSectionBlog .post hr {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #eee;
    border-top-color: #eee;
}

.widgetSectionBlog .post:last-child hr {
    display: none;
}

.widgetSectionBlog .post .post-content-bottom .post-info {
    text-align: left;
    background: transparent;
    color: #666 !important;
    border: 0px solid #ddd;
    border-radius: 0px;
    font-size: 15px;
}

.widgetSectionBlog .post .post-content-bottom .post-info,
.widgetSectionBlog .post .post-content-bottom .post-link {
    padding: 10px 0;
}

.widgetSectionBlog.widgetSectionBlog1 .post .post-image img,
.widgetSectionBlog.widgetSectionBlog4 .post .post-image img {
    margin: 10px 0;
}

.widgetSectionBlog.widgetSectionBlog4 .post .post-content-bottom .post-info,
.widgetSectionBlog.widgetSectionBlog4 .post .post-content-bottom .post-link {
    display: inline-block;
    width: 49%;
}

@media (max-width: 768px) {
    .widgetSectionBlog .post .post-image {
        margin: 0;
    }

    .widgetSectionBlog.widgetSectionBlog4 .posts {
        margin-top: 0px;
    }

    .widgetSectionBlog .sls-inner-widget h2:first-of-type,
    .widgetSectionBlog .sls-inner-widget h3:first-of-type {
        text-align: center;
        font-weight: 600;
    }

    .widgetSectionBlog.widgetSectionBlog4 .sls-inner-widget h2:first-of-type,
    .widgetSectionBlog.widgetSectionBlog4 .sls-inner-widget h3:first-of-type {
        text-align: left;
        margin-left: 8px;
    }

    .widgetSectionBlog .post-content .post-info {
        text-align: center;
        padding: 5px 5px 10px 0;
        margin-bottom: 5px;
        font-size: 13px;
        color: #555;
    }

    .widgetSectionBlog.widgetSectionBlog4 .post-content .post-title h4 {
        text-align: left;
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 1.2em;
    }

    .widgetSectionBlog.widgetSectionBlog4 .post-content .post-info {
        text-align: left;
        padding: 0px 5px 5px 3px;
        margin-bottom: 15px;
        font-size: 15px;

    }
}


section.widgetSectionBlogNew {

}

section.widgetSectionBlogNew .posts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));*/
    /*grid-auto-rows: minmax(500px, auto);*/
    grid-column-gap: 20px;
    grid-row-gap: 20px;

}

section.widgetSectionBlogNew.oneColBlog .posts {
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;

}

section.widgetSectionBlogNew .post {
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    position: relative;

}

section.widgetSectionBlogNew .post:first-of-type {

}

section.widgetSectionBlogNew .post .post-image {

}

section.widgetSectionBlogNew .post .post-image a {
    display: flex;
    width: 100%;
    position: relative;
    height: 18vw;
    overflow: hidden;
}

section.widgetSectionBlogNew.oneColBlog .post .post-image a {
    height: 36vw;
}

section.widgetSectionBlogNew .post .post-image img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    place-self: center;
    max-height: initial !important;
}

section.widgetSectionBlogNew .post .post-image .overlay-title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    letter-spacing: 0.2rem;
    padding: 10px;
    transition: background 0.25s;
}

section.widgetSectionBlogNew .post .post-image .overlay-title:hover {
    background: rgba(0, 0, 0, 0.6);
}

section.widgetSectionBlogNew .post .post-image .overlay-table {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

section.widgetSectionBlogNew .post .post-image .overlay-cell {
    vertical-align: middle;
    display: table-cell;
}

section.widgetSectionBlogNew .post .post-image .overlay-cell span.title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

section.widgetSectionBlogNew .post .post-content {
    padding: 25px 25px 90px;
}

section.widgetSectionBlogNew .post .post-content .post-link {
    position: absolute;
    bottom: 10px;
}

@media (max-width: 1200px) {
    section.widgetSectionBlogNew .post .post-image a {
        height: 300px;
    }

    section.widgetSectionBlogNew.oneColBlog .post .post-image a {
        height: 36vw;
    }
}

@media (max-width: 991px) {

    section.widgetSectionBlogNew .posts {
        grid-template-columns: 100%;
    }

    section.widgetSectionBlogNew .post .post-image a,
    section.widgetSectionBlogNew.oneColBlog .post .post-image a {
        display: flex;
        height: auto;

    }

    section.widgetSectionBlogNew .post .post-image img {
        min-height: auto !important;
        max-height: fit-content !important;
    }

    section.widgetSectionBlogNew .post .post-content {
        padding: 25px 25px 10px;
    }

    section.widgetSectionBlogNew .post .post-content .post-link {
        position: static;
        bottom: 10px;
    }

    section.widgetSectionBlogNew .post .post-content .post-link a {
        width: 50%;
        margin: 15px auto;
        display: block;
    }
}

@media (max-width: 767px) {
    section.widgetSectionBlogNew .post .post-content {
        padding: 25px 25px 10px;
    }

    section.widgetSectionBlogNew .post .post-content .post-link a {
        width: 100%;
        margin: 15px auto;
        display: block;
    }

}

/* Widget Section Blog End */

/* Widget Section Testimonial Start */

.sls-testimonial-section-inner .testimonial {
    margin: 0 0 15px;
    position: relative;
}

.sls-testimonial-section-inner .testimonial .description.old {
    padding: 40px 40px;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 0;
    border-radius: 5px;
    line-height: 1.5em;

}

.sls-testimonial-section-inner .testimonial .description {
    padding: 40px 40px 130px 40px;
    font-size: 17px;
    font-style: normal;
    margin-bottom: 0;
    border-radius: 5px;
    line-height: 1.5em;

}

.sls-testimonial-section-inner .testimonial .testimonial-content {
    padding: 15px 30px;
    position: absolute;
    bottom: 5px;
    border-radius: 0px;
    min-width: 100%;
}

.sls-testimonial-section-inner .testimonial .pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.sls-testimonial-section-inner .testimonial .stars {
    width: 120px;
    overflow: hidden;
    margin: 0px 10px;
}

.sls-testimonial-section-inner .testimonial .pic img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.sls-testimonial-section-inner .testimonial-content .testimonial-title {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0 0;
    display: inline-block;
    line-height: 1.5em;
    max-width: 140px;
    transform: none !important;
    overflow: hidden;
    max-width: 100%;
    max-height: 70px;
    display: block;
    padding-left: 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sls-testimonial-section-inner .testimonial-content .testimonial-title small {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-top: 3px;
}

.sls-testimonial-section-inner .testimonial-content > h3.testimonial-title {
    margin: 0;
}

.sls-testimonial-section-inner .testimonial-header h2,
.sls-testimonial-section-inner .testimonial-header p {
    text-align: center;
    color: inherit;
    margin-bottom: 14px;
}

.sls-testimonial-section-inner .testimonial-header h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1.0em;
}

.sls-testimonial-section-inner .testimonial-header p {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
}

.sls-testimonial-section.sectionWhiteText {

}

.sls-testimonial-section.sectionBlackText {

}

.sls-testimonial-section.sectionWhiteText .testimonial-header h2 {
    color: rgba(22, 22, 22, 0.86);
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}

.sls-testimonial-section.sectionWhiteText .testimonial-header p {
    color: rgba(22, 22, 22, 0.76);
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
}

.sls-testimonial-section.sectionWhiteText .testimonial-content > h3.testimonial-title {
    /*color: #222222;*/
}

.sls-testimonial-section.sectionWhiteText .testimonial .description {
    background-color: rgba(45, 45, 45, 0.62);
    color: #fff;
    border: 1px solid rgba(45, 45, 45, 0.62);
    box-shadow: 0px -1px 5px 0px rgba(255, 255, 255, 0.4);
}

.sls-testimonial-section.sectionWhiteText .testimonial .testimonial-content {
    /* background: #fff;*/
    background: rgba(255, 255, 255, 0.1);
}


.sls-new-widget-section.sls-testimonial-section.sectionBlackText .testimonial-header h2 {
    color: rgba(255, 255, 255, 0.96);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.sls-testimonial-section.sectionBlackText .testimonial-header p {
    color: rgba(255, 255, 255, 0.96);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.sls-testimonial-section.sectionWhiteText .testimonial-content > h3.testimonial-title {
    /*color: #222222;*/
}

.sls-testimonial-section.sectionBlackText .testimonial .description {
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.2);
    color: #333;
}

.sls-testimonial-section.sectionBlackText .testimonial .testimonial-content {
    background: rgba(255, 255, 255, 0.7);
}


.widgetSectionCalculator .sls-new-widget-section.sectionWhiteText input {
    color: initial;
}

@media only screen and (max-width: 768px) {

    .sls-testimonial-section-inner .testimonial .description {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {

    .sls-testimonial-section-inner .testimonial,
    .sls-testimonial-section-inner .testimonial {
        /* text-align: center;*/
        /* margin-bottom: 0; */
    }

    .sls-testimonial-section-inner .testimonial-header p {
        font-size: 14px;
    }

    .sls-testimonial-section-inner .testimonial .testimonial-content {
        /* position: relative;*/
        /* right: 0;*/
        /* bottom: 0;*/
    }

    .sls-testimonial-section-inner .content {
        margin: 0 5% 75px;
    }

    .sls-testimonial-section-inner .testimonial .description {
        font-size: 16px;
    }
}

/* Widget Section Testimonial End */

/* Widget Section Testimonial Slider Start */
.widgetSectionTestimonialSlider1 .sls-new-widget-section.sectionBlackText .testimonial-header h2 {
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.6), 0 0 25px rgba(255, 255, 255, 0.99);
}

.widgetSectionTestimonialSlider1 .sls-new-widget-section.sectionWhiteText .testimonial-header h2 {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6), 0 0 25px rgba(0, 0, 0, 0.4);
}

/* Widget Section Testimonial Slider End */


/* Widget Section Testimonials Slider Lite Start */

.widgetSectionTestimonialSliderLite .new-testimonials-slider-lite {
    margin: 30px auto;
    width: 80%;
    max-width: 1800px;
    border-radius: 5px;
    height: auto;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgba(21, 21, 21, .14), 0 16px 20px -5px rgba(21, 21, 21, .18);
    transition: border-color .2s ease-in, box-shadow .2s ease-in, color .2s ease-in;
    min-height: 300px;
}

.widgetSectionTestimonialSliderLite .new-testimonials-slider-lite .testimonial {
    margin: 0px;
    position: relative;
    padding: 10px 70px 10px 30px;
    font-size: 18px;
}

.widgetSectionTestimonialSliderLite .new-testimonials-slider-lite.sequence-slider .testimonial-stars .fa {
    font-size: 32px;
    background: #39B678;
    background: #ffb735;
    color: #fff;
    padding: 5px;
}

.widgetSectionTestimonialSliderLite.widgetSectionTestimonialSliderLite2 .new-testimonials-slider-lite.sequence-slider .testimonial-stars .fa {
    background: #39B678;
}

.widgetSectionTestimonialSliderLite .new-testimonials-slider-lite .testimonial-stars {
    padding: 5px 0;
}

.widgetSectionTestimonialSliderLite .new-testimonials-slider-lite .testimonial .testimonial-comment {
    padding: 20px 10px 10px;
    font-size: 20px;
    font-style: italic;
}

.widgetSectionTestimonialSliderLite .new-testimonials-slider-lite .testimonial .testimonial-comment span {

}

.widgetSectionTestimonialSliderLite .new-testimonials-slider-lite .testimonial .testimonial-comment span.cropped {
    display: block;
    height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widgetSectionTestimonialSliderLite .new-testimonials-slider-lite .testimonial .testimonial-stars {
    overflow: hidden;
    margin: 0px 10px;
}

.widgetSectionTestimonialSliderLite .new-testimonials-slider-lite .testimonial-title span {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0 0;
    display: inline-block;
    line-height: 1.3em;
}

.widgetSectionTestimonialSliderLite .new-testimonials-slider-lite .testimonial-title small {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #555;
}

.widgetSectionTestimonialSliderLite .seq-pagination.testimonial-slider-lite-below {
    position: relative;
    bottom: 70px;
    text-align: center;

}

.widgetSectionTestimonialSliderLite .seq-pagination.testimonial-slider-lite-below > div {
    display: inline-block;
    cursor: pointer;
    opacity: 0.7;
    width: 20px;
}

.widgetSectionTestimonialSliderLite .navigate-button.seq-prev,
.widgetSectionTestimonialSliderLite .navigate-button.seq-next {
    position: absolute;
    top: 50%;
}

.widgetSectionTestimonialSliderLite .navigate-button.seq-prev:before,
.widgetSectionTestimonialSliderLite .navigate-button.seq-next:before {
    content: "\e64a";
    font-family: 'themify';
    color: #999;
    font-size: 48px;
    opacity: 0.7;
    cursor: pointer;
}

.widgetSectionTestimonialSliderLite .navigate-button.seq-next:before {
    content: "\e649";
}

.widgetSectionTestimonialSliderLite .navigate-button.seq-prev {
    left: 0;
}

.widgetSectionTestimonialSliderLite .navigate-button.seq-next {
    right: 0;
}

.widgetSectionTestimonialSliderLite .no-data-message h3 {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
}

.widgetSectionTestimonialSliderLite .no-data-message p {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .widgetSectionTestimonialSliderLite .new-testimonials-slider-lite {
        margin: 30px auto;
        width: 90%;
    }

    .widgetSectionTestimonialSliderLite .navigate-button.seq-prev {
        left: -10px;
    }

    .widgetSectionTestimonialSliderLite .navigate-button.seq-next {
        right: -10px;
    }
}

@media only screen and (max-width: 480px) {
    .widgetSectionTestimonialSliderLite .new-testimonials-slider-lite.sequence-slider {
        min-height: 500px;
        margin: 30px auto;
        width: 100%;
    }

    .widgetSectionTestimonialSliderLite .navigate-button.seq-prev,
    .widgetSectionTestimonialSliderLite .navigate-button.seq-next {
        display: none;
    }

    .widgetSectionTestimonialSliderLite .new-testimonials-slider-lite .testimonial {
        padding: 10px 40px 10px 0px;
    }

    .widgetSectionTestimonialSliderLite .new-testimonials-slider-lite .testimonial .testimonial-comment {
        font-size: 16px;
    }
}

/* Widget Section Testimonials Slider Litel End */

/* Widget Section Rates Start */

.widgetSectionRates.colored-table .sls-new-widget-section {

}

.widget.colored-table .sls-new-widget-section table,
.widget.colored-table .sls-new-widget-section table thead {
    border: 1px solid #ccc;
}

.widget.colored-table .sls-new-widget-section table tr {

}

.widget.colored-table .sls-new-widget-section table tr th {
    color: #fff !important;
    border: 1px solid #fff;
}

.widget.colored-table .sls-new-widget-section table tr td {
    border: 1px solid #ddd;
    color: #333 !important;
}


.widget.colored-table .sls-new-widget-section table tr:nth-child(odd) td {
    background-color: #f8f8f8;
}

.widget.colored-table .sls-new-widget-section table tr:nth-child(even) td {
    background-color: #fdfdfd;
}

.widget.colored-table .sls-new-widget-section table tr:nth-child(odd):hover td {
    background-color: #f5f5f5;
    border-bottom-color: #bbb;
}

.widget.colored-table .sls-new-widget-section table tr:nth-child(even):hover td {
    background-color: #fff;
    border-bottom-color: #bebebe;
}

.widget.colored-table .sls-new-widget-section table tr td.inputRow,
.widget.colored-table .sls-new-widget-section table tr:hover td.inputRow {
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 0;
}

.widget.colored-table .sls-new-widget-section table tr td.inputRow input:last-of-type,
.widget.colored-table .sls-new-widget-section table tr td.inputRow a.btn {
    margin-bottom: 0;
}

.widget.centered-table,
.widget.centered-table th,
.widget.centered-table td {
    text-align: center;
}

.widgetSectionCalculator2 .sls-new-widget-section table {
    margin-bottom: 10px;
}

.widgetSectionCalculator2 .sls-new-widget-section .inputRow label {
    display: block;
    margin-bottom: 12px;
}

.widgetSectionCalculator2 .sls-new-widget-section .inputRow input {
    width: 48%;
    display: inline-block;
    border: 1px solid #ccc;
}

.widgetSectionCalculator2 .sls-new-widget-section .inputRow a.btn {
    width: 48%;
    margin: 0 0 0 3%;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .widgetSectionCalculator2 .sls-new-widget-section .inputRow input {
        width: 40%;
        max-width: 40%;
    }

    .widgetSectionCalculator2 .sls-new-widget-section .inputRow a.btn {
        width: 55%;
        max-width: 55%;
    }
}

@media only screen and (max-width: 480px) {
    .widgetSectionCalculator2 .sls-new-widget-section .inputRow input {
        width: 100%;
    }

    .widgetSectionCalculator2 .sls-new-widget-section .inputRow a.btn {
        width: 100%;
        margin: 10px 0 0 0;
    }
}


/* Widget Section Rates End */

/* Widget Section New Calculators Start*/

.widgetSectionNewCalculators .calc-title {
	/* font-family: "Libre Baskerville", serif; */
	text-align: center;
}

.widgetSectionNewCalculators .calc-desc {
	/* font-weight: 500; */
	line-height: 1.6;
	text-align: center;
	max-width: 900px;
	margin: auto;
}

/* Widget Section New Calculators End*/

/* Widget Section Team Start*/
section.widgetSectionStaff {

}

section.widgetSectionStaff .team-members-block {
    margin: 30px 0 0;
    display: block;
    overflow: hidden;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
}

section.widgetSectionStaff.widgetSectionStaff2 .team-members-block {
    display: block;
}

section.widgetSectionStaff .team-member-box {
    width: 100%;
    height: auto;

}

section.widgetSectionStaff.widgetSectionStaff2 .team-member-box {
    margin-bottom: 100px;
}

section.widgetSectionStaff .team-member-box .user-thumb-wrapper {

}

section.widgetSectionStaff .team-member-box .user-thumb-wrapper .user-thumb {
    width: 100%;
    height: 500px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
}

section.widgetSectionStaff.widgetSectionStaff1 .team-member-box .user-thumb-wrapper .user-thumb {
    height: 350px;
}

section.widgetSectionStaff.widgetSectionStaff2 .team-member-box .user-thumb-wrapper .user-thumb {
    height: 350px;
}

section.widgetSectionStaff .team-member-box .user-thumb-wrapper .user-thumb a {
    display: block;
}

section.widgetSectionStaff .team-member-box .user-thumb-wrapper .user-thumb a:hover {

}

section.widgetSectionStaff .team-member-box .user-thumb-wrapper .user-thumb img {
    width: 100%;
    height: 100% !important;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 0%;
}


section.widgetSectionStaff .team-member-box .user-info-box {
    width: 75%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(17, 12, 79, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(17, 12, 79, 0.1);
    min-height: 85px;
    position: absolute;
    bottom: -10px;
    z-index: 23;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.24s ease-in-out;
    -o-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    padding: 15px 0;
}

section.widgetSectionStaff.widgetSectionStaff1 .team-member-box .user-info-box {
    width: 80%;
}

section.widgetSectionStaff.widgetSectionStaff2 .team-member-box .user-info-box {
    bottom: 60px;
    min-height: 70px;
}

section.widgetSectionStaff .team-member-box .user-info-box .user-name {
    margin: 0;
}

section.widgetSectionStaff.widgetSectionStaff1 .team-member-box .user-info-box .user-name,
section.widgetSectionStaff.widgetSectionStaff2 .team-member-box .user-info-box .user-name {
    font-size: 20px;
    line-height: 1.1em;
}

section.widgetSectionStaff .team-member-box .user-info-box .user-title {
    margin: 0;
    line-height: 1.3em;
}

section.widgetSectionStaff .team-member-box .user-info-box .user-title.user-nmls {
    font-size: 90%;
}

@media (max-width: 1200px) {
    section.widgetSectionStaff .team-member-box .user-thumb-wrapper .user-thumb {
        height: 400px;
    }

    section.widgetSectionStaff.widgetSectionStaff1 .team-member-box .user-thumb-wrapper .user-thumb {
        height: 300px;
    }

    section.widgetSectionStaff.widgetSectionStaff2 .team-member-box .user-thumb-wrapper .user-thumb {
        height: 300px;
    }
}

@media (max-width: 991px) {
    section.widgetSectionStaff .team-member-box .user-info-box .user-name,
    section.widgetSectionStaff.widgetSectionStaff2 .team-member-box .user-info-box .user-name {
        font-size: 18px;
    }

    section.widgetSectionStaff .team-member-box .user-thumb-wrapper .user-thumb,
    section.widgetSectionStaff.widgetSectionStaff1 .team-member-box .user-thumb-wrapper .user-thumb,
    section.widgetSectionStaff.widgetSectionStaff2 .team-member-box .user-thumb-wrapper .user-thumb {
        height: 320px;
    }
}

@media (max-width: 767px) {
    section.widgetSectionStaff .team-members-block {
        padding-bottom: 0px;
        max-width: 350px;
        margin: 30px auto 0;
        display: block;
    }

    section.widgetSectionStaff .team-member-box,
    section.widgetSectionStaff.widgetSectionStaff2 .team-member-box {
        margin-bottom: 60px;

    }

    section.widgetSectionStaff .team-member-box .user-thumb-wrapper .user-thumb,
    section.widgetSectionStaff.widgetSectionStaff1 .team-member-box .user-thumb-wrapper .user-thumb,
    section.widgetSectionStaff.widgetSectionStaff2 .team-member-box .user-thumb-wrapper .user-thumb {
        height: 480px;

    }

    section.widgetSectionStaff .team-member-box .user-info-box,
    section.widgetSectionStaff.widgetSectionStaff2 .team-member-box .user-info-box {
        bottom: -30px;
    }

    section.widgetSectionStaff .team-member-box .user-info-box .user-name,
    section.widgetSectionStaff.widgetSectionStaff2 .team-member-box .user-info-box .user-name {
        font-size: 24px;
        line-height: 1.3em;
    }

}

@media (max-width: 380px) {
    section.widgetSectionStaff .team-member-box .user-thumb-wrapper .user-thumb,
    section.widgetSectionStaff.widgetSectionStaff1 .team-member-box .user-thumb-wrapper .user-thumb,
    section.widgetSectionStaff.widgetSectionStaff2 .team-member-box .user-thumb-wrapper .user-thumb {
        height: 126vw;
    }

}

/* Widget Section Team End */

/* Widget Section  New Team Card Start */

section.widgetSectionStaffCard {

}

section.widgetSectionStaffCard .team-members-block {
    margin: 30px 0 0;
    overflow: hidden;
    padding-bottom: 70px;
    display: flex;
    justify-content: center;
}

section.widgetSectionStaffCard.widgetSectionStaffFull .team-members-block {
    display: block;
}

.nc_container {
    position: relative;
    margin-bottom: 2em;
    text-align: center;
    text-align: left;
    background: #fff;

    border: 1px solid #dedede;
    box-shadow: 0 7px 30px -10px rgb(133, 153, 162, .5);
    border-radius: 10px;

    overflow: hidden;
    position: relative;
    transition: all 600ms ease-in-out;
}

.nc_container.nc_staff {

}

.nc_container a:hover {
    text-decoration: none;
}

.nc_container .nc_image {

}

.nc_container .nc_image .nc_image_inner {
}

.nc_container .nc_image .nc_image_inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .5) 10%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    /*transform: translate3d(0,0,0);*/
    /*transition: all 300ms ease;*/
}

.nc_container .nc_image .nc_image_inner a {
    display: block;
    height: 360px;
    width: 100%;
}

.nc_container.nc_staff_3col .nc_image .nc_image_inner a {
    height: 500px;
}

.nc_container .nc_image .nc_image_inner a img {
    display: block;
    width: 100%;
    height: 100% !important;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 0;
    margin: 0;
    transform: scale(1.001, 1.001);
    transition: transform 650ms ease-in-out;
}

.nc_container:hover .nc_image .nc_image_inner a img {
    transform: scale(1.05, 1.05);
}

.nc_container .nc_content {
    background-color: transparent !important;
    padding: 12px 0.8em 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

section.widgetSectionStaffCard .nc_container .nc_content,
.staffPage .nc_container .nc_content {
    background: #555 linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
}

section:not(.whiteCard) .nc_container .nc_content * {
    color: #fff !important;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 49%) !important;
}

.nc_container .nc_content .nc_content_inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.nc_container .nc_content .nc_content_inner .nc_content_inner__header {

}

.nc_container .nc_content .nc_content_inner .nc_content_inner__header .nc_heading {
    display: block;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 0.3em;
}

.nc_container .nc_content .nc_content_inner .nc_content_inner__header .nc_heading .nc_title {
    display: block;
    font-size: 0.7em;
}

.nc_container .nc_content .nc_content_inner .nc_content_inner__header .nc_heading .nc_name {

}

.nc_container .nc_content .nc_content_inner .nc_content_inner__separator {
    border-bottom: 1px solid #fff;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 0;
    display: block;
    clear: both;
}

.nc_container .nc_content .nc_content_inner .nc_content_inner__bottom {
    font-size: 14px;
    line-height: 1.2em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.nc_container .nc_content .nc_content_inner .nc_content_inner__bottom .nc_left {

}

.nc_container .nc_content .nc_content_inner .nc_content_inner__bottom .nc_right {

}

.nc_container .nc_content .nc_content_inner .nc_nmls {

}

.nc_container .nc_content .nc_content_inner .nc_link {
    text-transform: uppercase;
    font-weight: normal;

}

.nc_container .nc_content .nc_content_inner .nc_link:after {
    font-size: 12px;
    content: "\e65d";
    font-family: themify;
    speak: none;
    margin-left: 3px;
    margin-right: 2px;
}

@media (max-width: 1200px) {

    .nc_container.nc_staff_3col .nc_image .nc_image_inner a {
        height: 400px;
    }

}

@media (max-width: 991px) {

    .nc_container.nc_staff_3col .nc_image .nc_image_inner a {
        height: 470px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .nc_container.nc_staff_4col .nc_image .nc_image_inner a {
        height: 300px;
    }

    .nc_container.nc_staff_4col .nc_content .nc_content_inner .nc_content_inner__bottom {
        font-size: 12px;
    }

    .nc_container.nc_staff_4col .nc_content {
        padding: 0.5em;
    }
}

.nc_container .nc_content .nc_content_inner .nc_content_inner__bottom {
    /*min-height:2.4em;*/
}


@media (min-width: 768px) and (max-width: 990px) {

    .nc_container .nc_image .nc_image_inner a {

    }
}

@media (max-width: 767px) {
    section.widgetSectionStaffCard1 .team-members-block {
        display: block;
    }


    .nc_container.nc_staff {
        margin-left: auto;
        margin-right: auto;
    }

    .nc_container.nc_staff_4col {
        max-width: 300px;
    }

    .nc_container.nc_staff_3col {
        max-width: 350px;
    }

    .widgetSectionStaffCard .team-members-block .col-xs-6,
    .nc_card_col.col-xs-6 {
        width: 100%;
    }

    .nc_container.nc_staff_4col .nc_image .nc_image_inner a {
        height: 430px;
    }

    .nc_container .nc_content .nc_content_inner .nc_content_inner__header .nc_heading {
        font-size: 24px;
    }

    .nc_container .nc_content .nc_content_inner .nc_content_inner__bottom {
        font-size: 15px;
    }

}

@media (max-width: 380px) {
    .nc_container.nc_staff .nc_image .nc_image_inner a {
        height: 110vw;
    }

    .nc_container.nc_staff .nc_content .nc_content_inner .nc_content_inner__header .nc_heading .nc_title {
        line-height: 1.1em;
    }

}

/* Widget Section  NewTeam End */

/* Widget Section BlogCard Start */

section.widgetSectionBlogCard {

}

section.widgetSectionBlogCard.widgetSectionBlogCard2 .posts {
    display: flex;
    justify-content: center;
}

section.widgetSectionBlogCard.whiteCard {

}

.widgetBlogCard .nc_container .nc_image .nc_image_inner {
    height: 500px;
    min-height: 29em;
}

section.widgetSectionBlogCard.whiteCard .widgetBlogCard .nc_container .nc_image .nc_image_inner a {
    height: 250px;
    min-height: 14em;
}

section.widgetSectionBlogCard.whiteCard .widgetBlogCard .nc_container .nc_content {
    background-color: #fff !important;
}

section.widgetSectionBlogCard.whiteCard .nc_container .nc_content .nc_content_inner .nc_content_inner__header {
    height: 195px;
    overflow: hidden;
    min-height: 11.6em;
}

section.widgetSectionBlogCard.whiteCard .nc_post_info {
    font-size: 14px;
}

section.widgetSectionBlogCard.whiteCard .nc_post_heading {
    margin: 0px 0 8px;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    text-align: left;
    font-size: 22px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

section.widgetSectionBlogCard.whiteCard .nc_post_heading a {

}

section.widgetSectionBlogCard.whiteCard .nc_post_text {
    height: 7em;
    overflow: hidden;
    line-height: 1.4em;
    /*text-overflow: ellipsis;*/
    /* text-overflow: clip; */
    /* overflow-wrap: break-word; */
    /* white-space: nowrap; */

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

}

section.widgetSectionBlogCard.whiteCard .nc_post_text p {
    margin: 0;
}

section.widgetSectionBlogCard.whiteCard .nc_container .nc_content .nc_content_inner .nc_content_inner__bottom {
    margin-top: 10px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    section.widgetSectionBlogCard.widgetSectionBlogCard2 .posts {
        display: block;
    }

    section.widgetSectionBlogCard.widgetSectionBlogCard2 .posts > .nc_card_col.col-xs-6:first-of-type {
        width: 100%;
    }
}

/* Widget Section BlogCard End */


/* Section White Boxes Start */

.wb_container {
    position: relative;
    margin-bottom: 1em;
    text-align: center;
    text-align: left;
    background: #fff;

    border: 1px solid #dedede;
    box-shadow: 0 7px 30px -10px rgb(133, 153, 162, .5);
    border-radius: 10px;

    overflow: hidden;
    position: relative;
    transition: all 600ms ease-in-out;
}

.long-boxes.equal-boxes-height .wb_container {
    height: 100%;
}

.wb_container a:hover {
    text-decoration: none;
}


.wb_container .wb_image:before {
    /*content: "";*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    pointer-events: none;
    z-index: 1;
    /*background: linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.5) 10%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%);*/
}

.wb_container .wb_image a,
.wb_container .wb_image .inner_container {
    display: block;
    width: 100%;
}

.wb_container .wb_image a img,
.wb_container .wb_image .inner_container img {
    display: block;
    width: 100%;
    height: 100% !important;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 0;
    margin: 0;
    transform: scale(1.001, 1.001);
    transition: transform 650ms ease-in-out;
}

.wb_container:hover .wb_image a img,
.wb_container:hover .wb_image .inner_container img {
    transform: scale(1.05, 1.05);
}

.wb_container .wb_content {
    background-color: transparent !important;
    padding: 12px 0.8em 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.long-boxes .wb_container .wb_content {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.long-boxes.bottom-link .wb_container .wb_content {
    padding-bottom: 32px;
}

.wb_container .wb_content .wb_content_inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.wb_container .wb_content .wb_content_inner .wb_content_inner__header .wb_heading {
    display: block;
    overflow: hidden;
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 0.3em;
}

.wb_container .wb_content .wb_content_inner .wb_content_inner__header .wb_heading .wb_title {
    display: block;
    font-size: 0.7em;
}

.wb_container .wb_content .wb_content_inner .wb_content_inner__header .wb_heading .wb_name {

}

.wb_container .wb_content .wb_content_inner .wb_content_inner__separator {
    border-bottom: 1px solid #fff;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 0;
    display: block;
    clear: both;
}

.wb_container .wb_content .wb_content_inner .wb_content_inner__bottom {
    font-size: 14px;
    line-height: 1.2em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.wb_container .wb_bottom {
    font-size: 14px;
    line-height: 1.2em;
}

.wb_container .wb_link {
    text-transform: uppercase;
    font-weight: normal;

}


.wb_container .wb_link:after {
    font-size: 12px;
    content: "\e65d";
    font-family: themify;
    speak: none;
    margin-left: 3px;
    margin-right: 2px;
}

@media (max-width: 1200px) {

}

@media (max-width: 991px) {

}

@media (min-width: 768px) and (max-width: 1200px) {

}


@media (min-width: 768px) and (max-width: 990px) {

    .wb_container .wb_image a,
    .wb_container .wb_image .inner_container {

    }
}

@media (max-width: 767px) {

    .wb_container .wb_content .wb_content_inner .wb_content_inner__header .wb_heading {
        font-size: 24px;
    }

    .wb_container .wb_content .wb_content_inner .wb_content_inner__bottom,
    .wb_container .wb_bottom {
        font-size: 15px;
    }

}

.widgetSectionWhiteBoxes {

}

.widgetSectionWhiteBoxes .posts {
    display: flex;
    justify-content: center;
}

.widgetSectionWhiteBoxes .wb_container .wb_image {
    height: 500px;
}

.widgetSectionWhiteBoxes.long-boxes .wb_container .wb_image {
    height: 250px;
}

.widgetSectionWhiteBoxes .wb_container .wb_image a,
.widgetSectionWhiteBoxes .wb_container .wb_image .inner_container {
    height: 250px;
}

.widgetSectionWhiteBoxes .wb_container .wb_content {
    background-color: #fff !important;
}

.widgetSectionWhiteBoxes .wb_container .wb_content .wb_content_inner .wb_content_inner__header {
    height: 195px;
    overflow: hidden;
}

.widgetSectionWhiteBoxes.long-boxes .wb_container .wb_content .wb_content_inner .wb_content_inner__header {
    height: auto;
}

.widgetSectionWhiteBoxes .wb_post_heading {
    margin: 0px 0 8px;
    line-height: 1.2em;
    max-height: 2.4em;
    overflow: hidden;
    text-align: left;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widgetSectionWhiteBoxes.long-boxes .wb_post_heading {
    max-height: 3.6em;
    -webkit-line-clamp: 3;
}

.widgetSectionWhiteBoxes .wb_post_text {
    height: 8.4em;
    overflow: hidden;
    line-height: 1.4em;
    /*text-overflow: ellipsis;*/
    /* text-overflow: clip; */
    /* overflow-wrap: break-word; */
    /* white-space: nowrap; */
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;

}

.widgetSectionWhiteBoxes.long-boxes .wb_post_text {
    height: 100%;
    -webkit-line-clamp: 25;

}

.widgetSectionWhiteBoxes .wb_post_text p {
    margin: 0;
}

.widgetSectionWhiteBoxes .wb_container .wb_content .wb_content_inner .wb_content_inner__bottom {
    margin-top: 10px;
    margin-bottom: 5px;
}

.widgetSectionWhiteBoxes .wb_container .wb_bottom {
    padding: 0px 1em 20px;
}

.widgetSectionWhiteBoxes.long-boxes.bottom-link .wb_container .wb_bottom {
    padding: 0px 1em 20px;
    position: absolute;
    bottom: 0;
    z-index: 3;
    right: 0;
}

@media (max-width: 991px) {
    .widgetSectionWhiteBoxes .posts {
        display: block;
    }

    .widgetSectionWhiteBoxes .posts > .wb_card_col.col-xs-6:first-of-type {
        width: 100%;
    }
}

/* Section White Boxes End */


/* Section TextWhiteBox Start */

.widgetSectionHeroTextWhiteBox {

}

.widgetSectionTextWhiteBox h1:first-of-type:first-letter {

}

.widgetSectionTextWhiteBox h1:before {
    content: "";
    /*border-top:7px solid rgb(200, 16, 46);*/
    border-top-width: 7px;
    border-top-style: solid;
    position: relative;
    display: block;
    top: -5px;
    width: 32px;
}

.widgetSectionTextWhiteBox .sls-new-widget-section .sl-grid-row .sl-grid-cell.white-box-white-cell {
    background-color: rgb(255, 255, 255, 0.99);
    border-radius: 5px;
    padding: 30px 35px;
}

.widgetSectionTextWhiteBox .sls-new-widget-section.sectionWhiteText .sls-inner-widget .sl-grid-cell.white-box-white-cell *:not(.sls-funnel-button) {
    color: #000;
}

.widgetSectionTextWhiteBox .sls-new-widget-section.sectionWhiteText .sls-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.5) 100%);
}

.widgetSectionTextWhiteBox.widgetSectionTextWhiteBox.darker-bottom-grad .sls-new-widget-section.sectionWhiteText .sls-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0.8) 100%);
}

.widgetSectionTextWhiteBox .sls-new-widget-section.sectionWhiteText .sl-grid-row p {
    font-size: 110%;
}

.widgetSectionTextWhiteBox .sls-new-widget-section.sectionWhiteText .sl-grid-row p strong {
    font-size: inherit;
}

@media (min-width: 1200px) {
    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section {
        min-height: 660px;
    }

    .widgetSectionTextWhiteBoxHigher.innerFunnelBox .sls-new-widget-section {
        min-height: 680px;
    }

    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section .sl-grid-row.main-row {
        padding: 60px 0px 50px;
    }

    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section .sl-grid-row.bottom-row {
        padding: 25px 10px 10px;
    }
}


@media (min-width: 1200px) and (min-height: 770px) {
    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section {
        min-height: 770px;
    }

    .widgetSectionTextWhiteBoxHigher.innerFunnelBox .sls-new-widget-section {
        min-height: 790px;
    }

    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section .sl-grid-row.main-row {
        padding: 110px 0px 100px;
    }

    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section .sl-grid-row.bottom-row {
        padding: 25px 10px 20px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section {
        min-height: 300px;
    }

    .widgetSectionTextWhiteBoxHigher.innerFunnelBox .sls-new-widget-section {
        min-height: 640px;
    }

    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section .sl-grid-row.main-row {
        padding: 25px 0px 10px;
    }

    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section .sl-grid-row.bottom-row {
        padding: 25px 10px 10px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .widgetSectionTextWhiteBox .sls-new-widget-section.sectionWhiteText .sls-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 88%, rgba(0, 0, 0, 0.5) 88%, rgba(0, 0, 0, 0.5) 100%);
    }

}

@media (max-width: 768px) {
    .widgetSectionTextWhiteBox .sls-new-widget-section.sectionWhiteText .sls-overlay {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    }

    .widgetSectionTextWhiteBox .sls-new-widget-section.sectionWhiteText .sl-grid-row.bottom-row,
    .widgetSectionTextWhiteBox .sls-new-widget-section.sectionWhiteText .sl-grid-row.bottom-row p {
        text-align: center !important;
    }

    .widgetSectionTextWhiteBox .sls-new-widget-section.sectionWhiteText .sl-grid-row.bottom-row a.btn {
        margin: 10px auto !important;
        min-width: 70%;
        width: 100%;
        max-width: 300px;
        display: inline-block;
    }

    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section {
        min-height: 300px;
    }

    .widgetSectionTextWhiteBoxHigher.innerFunnelBox .sls-new-widget-section {
        min-height: 615px;
    }

    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section .sl-grid-row.main-row {
        padding: 25px 0px 10px;
    }

    .widgetSectionTextWhiteBoxHigher .sls-new-widget-section .sl-grid-row.bottom-row {
        padding: 25px 10px 10px;
    }
}

@media (max-width: 500px) {
    .widgetSectionTextWhiteBox .sls-new-widget-section.sectionWhiteText .sl-grid-row.main-row a.btn {
        margin: 10px auto !important;
        min-width: 70%;
        width: 100%;
        max-width: 300px;
        display: inline-block;
        text-align: center;
    }
}

/* Section TextWhiteBox End */


/* Widget Section ShadowBoxes Start */

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-row {

}

.widgetSectionShadowBoxes .sls-new-widget-section.sectionWhiteText .sl-grid-cell *:not(.btn) {
    color: #000;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell {
    transition: all 0.3s ease-in-out;
    padding: 15px !important;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 40px 2px rgba(0, 0, 0, 0.1);
    /*box-shadow: 0 3px 10px 1px rgba(0,0,0,0.08);*/
}

.widgetSectionShadowBoxes.semi-transparent-row .sls-new-widget-section .sl-grid-cell {
    background: rgba(255, 255, 255, 0.8);
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell:hover {
    /*margin-bottom: 17px;
    margin-top: 3px;*/
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fafafa;
    box-shadow: 0 4px 40px 2px rgba(0, 0, 0, 0.1);
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell > img:first-child,
.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell > div:first-of-type > img:first-of-type,
.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell > div:first-of-type > p > img:first-of-type {
    height: 72px;
    width: auto;
    display: block;
    margin: 25px auto 5px;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell div > .fa:first-of-type,
.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell div > p > .fa:first-of-type {
    padding-bottom: 5px;
    margin: 15px auto 5px;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sls-inner-widget > div > h2 {
    font-weight: 500;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell h3:first-of-type {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2em;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell h2:first-of-type {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell p {
    margin-bottom: 14px;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell p:first-of-type {
    min-height: 5.4em;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell ul li img {
    width: 32px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell ul li .fa {
    margin: 0 10px 0 0;
    padding-bottom: 5px;
    vertical-align: middle;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell ul {
    list-style-type: none;
    min-height: 10em;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell ul li:first-of-type {
    text-align: center;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden
}

.widgetSectionShadowBoxes:not(.loaded-in-editor) .sls-new-widget-section .sl-grid-cell ul li:first-of-type:before,
.widgetSectionShadowBoxes:not(.loaded-in-editor) .sls-new-widget-section .sl-grid-cell ul li:first-of-type:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
    background: rgb(230, 235, 235);
    border: solid #FFF;
    border-width: 0 .5em 0;
}

.widgetSectionShadowBoxes.semi-transparent-row:not(.loaded-in-editor) .sls-new-widget-section .sl-grid-cell ul li:first-of-type:before,
.widgetSectionShadowBoxes.semi-transparent-row:not(.loaded-in-editor) .sls-new-widget-section .sl-grid-cell ul li:first-of-type:after {
    background: #999;
    border-color: #999;
}

.widgetSectionShadowBoxes:not(.loaded-in-editor) .sls-new-widget-section .sl-grid-cell ul li:first-of-type:before {
    margin-left: -100%
}

.widgetSectionShadowBoxes:not(.loaded-in-editor) .sls-new-widget-section .sl-grid-cell ul li:first-of-type:after {
    margin-right: -100%
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell .btn {
    display: block;
    margin: 10px auto 0px;
}

.widgetSectionShadowBoxes.widgetSectionBoxes1 .sls-new-widget-section {

}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell + .sl-grid-cell {
    margin-left: 3%;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell:first-of-type {
    margin-left: 0px;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell img {
    padding: 0 0 10px 0;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sls-inner-widget a.btn:not(.sls-funnel-button),
.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget a.btn:not(.sls-funnel-button) {
    border-radius: 4px;
    border: 0 !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .15);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 35px;
    -webkit-font-smoothing: antialiased;
    height: auto;
    min-width: 100px;
    max-width: 96%;
    line-height: 1.3em;
    outline: 0 !important;
    text-transform: capitalize;
    letter-spacing: normal;
    text-shadow: none;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sls-inner-widget a.btn.sls-funnel-button {
    white-space: normal;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sls-inner-widget .sl-grid-cell a.btn.sls-funnel-button:last-of-type {
    margin-bottom: 15px;
}

.widgetSectionShadowBoxes .sls-new-widget-section .sls-inner-widget a.btn:not(.sls-funnel-button):hover,
.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget a.btn:not(.sls-funnel-button):hover {

}

.widgetSectionShadowBoxes .sls-new-widget-section .sls-inner-widget a.btn:not(.sls-funnel-button) {

}

.widgetSectionShadowBoxes .sls-new-widget-section.sectionBlackText .sls-inner-widget a.btn {

}

.widgetSectionShadowBoxes .sls-new-widget-section .sls-inner-widget a.btn:not(.sls-funnel-button):hover {

}

@media (min-width: 769px) {
    .widgetSectionShadowBoxes .sls-new-widget-section .sls-inner-widget a.btn.sls-funnel-button {
        max-width: 96%;
    }
}

@media (max-width: 1199px) {
    .widgetSectionShadowBoxes .sls-new-widget-section .sls-overlay-mid-div.container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell + .sl-grid-cell {
        margin-left: 0px;
    }

    .widgetSectionShadowBoxes .sls-new-widget-section .sl-grid-cell p:first-of-type {
        min-height: 3em;
    }
}

/* Widget Section ShadowBoxes End */

/* Widget Section  ShadowBoxesSimpler Start */

.widgetSectionShadowBoxesSimpler .sls-new-widget-section.sectionWhiteText .sls-inner-widget a:not(.sls-funnel-button) {
    text-shadow: none;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section.sectionWhiteText .sls-inner-widget a:hover:not(.sls-funnel-button) {
    color: initial;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section.sectionWhiteText .sls-inner-widget .sl-grid-cell a.btn {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-width: 100% !important;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section.sectionWhiteText .sl-grid-cell *:not(.btn) {
    color: #000;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell {
    transition: all 0.3s ease-in-out;
    padding: 20px 10px 10px !important;
    margin-bottom: 20px;
    border-bottom: 10px solid transparent;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 5px #d1d1d1;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell:hover {
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    box-shadow: 0 0 8px #878787;
    /*border-bottom-color: #999;*/
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell a:not(.btn):not(.sls-funnel-button) {
    font-weight: 600;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell:hover a:not(.btn):not(.sls-funnel-button) {
    text-decoration: underline;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell > img:first-child,
.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell > div:first-of-type > img:first-of-type,
.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell > div:first-of-type > p > img:first-of-type {
    box-sizing: content-box;
    height: 64px;
    width: auto;
    display: block;
    margin: 25px auto 5px;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell .fa:first-of-type,
.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell div > .fa:first-of-type,
.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell div > p > .fa:first-of-type {
    padding-bottom: 5px;
    margin: 15px auto;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell p {
    margin-bottom: 14px;
    font-size: 95%;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell p a {
    font-size: 95%;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell + .sl-grid-cell {
    margin-left: 1%;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell:first-of-type {
    margin-left: 0px;
}

.widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell img {
    padding: 0 0 10px 0;
}

@media (max-width: 1199px) {
    .widgetSectionShadowBoxesSimpler .sls-new-widget-section .sls-overlay-mid-div.container {
        width: 100%;
    }
}

@media (max-width: 991px) {

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sls-inner-widget {
        text-align: left !important;
    }

    .widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell + .sl-grid-cell {
        margin-left: 0px;
    }

    body:not(.widget) .widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-row {
        display: block !important;
        flex-wrap: wrap !important;
    }

    body:not(.widget) .widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        display: block;
        margin-bottom: 8px;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell > img:first-child,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell > div:first-of-type > img:first-of-type,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell > div:first-of-type > p > img:first-of-type {
        float: left;
        height: 64px;
        width: auto;
        display: inline-block;
        margin: 0px 26px 5px 25px;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell .fa:first-of-type,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell div > .fa:first-of-type,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell div > p > .fa:first-of-type {
        float: left;
        margin: 0px 26px 5px 25px;
        min-width: 64px;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > *:not(svg):not(.fa) {
        padding-left: 115px;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell h3 {
        margin-bottom: 14px;
        font-size: 20px;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell p:last-of-type {
        margin-bottom: 0px;
    }

    .widgetSectionShadowBoxesSimpler .sls-new-widget-section .sl-grid-cell a:not(.btn):not(.sls-funnel-button) {
        text-decoration: underline;
    }

}

@media (max-width: 420px) {

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell > img:first-child,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell > div:first-of-type > img:first-of-type,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell > div:first-of-type > p > img:first-of-type {
        height: 48px;
        margin: 5px 20px 5px 18px;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell .fa:first-of-type,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell div > .fa:first-of-type,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell div > p > .fa:first-of-type {
        margin: 5px 20px 5px 25px;
        min-width: 36px;
        font-size: 2.5em;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > *:not(svg):not(.fa) {
        padding-left: 90px;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell h3 {
        margin-bottom: 5px;
        font-size: 18px;
    }

}

@media (max-width: 360px) {

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell > img:first-child,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell > div:first-of-type > img:first-of-type,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell > div:first-of-type > p > img:first-of-type {
        height: 36px;
        margin: 5px 20px 5px 23px;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell .fa:first-of-type,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell div > .fa:first-of-type,
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell div > p > .fa:first-of-type {
        margin: 5px 20px 5px 23px;
        min-width: 36px;
        font-size: 2.0em;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > *:not(svg):not(.fa) {
        padding-left: 78px;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell h3 {
        margin-bottom: 5px;
        font-size: 17px;
    }

    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesSimpler2 .sls-new-widget-section .sl-grid-cell p a {
        font-size: 85%;
    }

}

/* Widget Section ShadowBoxesSimpler End */

/* Widget Section ShadowBoxesSimpler widgetSectionShadowBoxesLoanPrograms Start */


.widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesLoanPrograms .sls-new-widget-section .sl-grid-cell h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 5px;
    color: #fff;
    padding: 15px 15px;
    border-radius: 10px 10px 0 0;
    letter-spacing: -0.5px;
}

.widget.widgetSectionShadowBoxesLoanPrograms h4 {
    margin: 15px 15px 0px;
}

.widget.widgetSectionShadowBoxesLoanPrograms p {
    margin: 0px 15px 15px;
}

.widget.widgetSectionShadowBoxesLoanPrograms ul {
    list-style-position: outside;
    margin: 30px 15px 25px 45px;
}

.widget.widgetSectionShadowBoxesLoanPrograms ul li {
    margin: 5px 0 5px 0px;
    padding-left: 5px;
    font-size: 17px;
}

.widget.widgetSectionShadowBoxesLoanPrograms ul li.note-li {
    list-style-position: inside;
    list-style-type: circle;
    font-size: 89%;
    padding-top: 0;
}

.widget.widgetSectionShadowBoxesLoanPrograms a.btn {
    width: 46%;
    max-width: 300px;
    margin: 15px 0;
}

.widget.widgetSectionShadowBoxesLoanPrograms a.btn:first-of-type {
    margin-right: 2%;
}

.widget.widgetSectionShadowBoxesLoanPrograms a.btn + a.btn {
    margin: 15px 0;
}

.widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesLoanPrograms .sls-new-widget-section .sl-grid-row .sl-grid-cell {
    padding: 0px 0px 10px !important;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 25px !important;
    max-width: 33%;
}

.widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesLoanPrograms .sls-new-widget-section .sl-grid-cell .bottom-buttons {
    margin-top: auto;
}

@media (max-width: 991px) {
    .widgetSectionShadowBoxesSimpler.widgetSectionShadowBoxesLoanPrograms .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        margin-bottom: 15px !important;
        max-width: initial;
    }
}

/* Widget Section ShadowBoxesSimpler widgetSectionShadowBoxesLoanPrograms End */


/* Widget Section  ShadowBoxesHovered Start */

.widgetSectionShadowBoxesHovered svg {
	display:block;
	margin: 5px auto;
	fill:currentColor;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section.sectionWhiteText .sls-inner-widget a:not(.sls-funnel-button) {
    text-shadow: none;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section.sectionWhiteText .sls-inner-widget a:hover:not(.sls-funnel-button) {
	color:initial;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section.sectionWhiteText .sls-inner-widget .sl-grid-cell a.btn {
	max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-width: 100%!important;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sls-inner-widget	.sl-grid-cell svg.hover-ws-fill { 
	width:60px;
	height:60px
}	

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sls-inner-widget:not(.sectionWhiteText)	.sl-grid-cell:hover .hover-ws-fill { 
	fill: currentColor;
}	

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell {
    padding: 0px 0px 0px !important;
    margin-bottom: 20px;
    border-bottom-width: 4px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 5px #c1c1c1;
	border-bottom: 4px solid transparent;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell,
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell * {
    transition: all 0.3s ease-in-out;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell:hover {
    background: #ffffff;
    box-shadow: 0 0 8px #878787;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell a:not(.btn):not(.sls-funnel-button) {
	font-weight:600;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell:hover a:not(.btn):not(.sls-funnel-button) {
	text-decoration:none;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h1,
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h2,
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h3{ 
	margin-bottom:0;
    line-height: 1.2em;
	
}	

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h1 a,
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h2 a,
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h3 a { 
	display:block;
	padding:30px 15px 40px 15px;
	
}	

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h1 {
    font-size: 28px;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h2 {
    font-size: 24px;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h3 {
    font-size: 22px;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell p {
    margin-bottom: 14px;
	font-size:95%;
}
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h1 p,
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h2 p,
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h3 p {
	font-weight: inherit;
	font-size:inherit;
	margin:0;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell p a {
	font-size:95%;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell + .sl-grid-cell {
    margin-left: 2%;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell:first-of-type {
    margin-left: 0px;
}

.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell img {
    padding: 0 0 10px 0;
}

@media (max-width: 1199px) {
    .widgetSectionShadowBoxesHovered .sls-new-widget-section .sls-overlay-mid-div.container {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
	
	body:not(.widget) .widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-row {
		flex-wrap: wrap !important;
	}
	
	.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell	{
		flex-basis: 48%!important;
	}
	
}

@media (max-width: 991px) {

    .widgetSectionShadowBoxesHovered .sls-new-widget-section .sls-inner-widget {
        text-align:left!important;
    }	
	
	.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell:nth-child(even) {
		margin-left: 3%;
	}
	.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell:nth-child(odd) {
		margin-left: 0%;
	}
	
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h1 a,
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h2 a,
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h3 a { 
		padding:15px 15px 15px 25px;
		display:flex;
		align-items:center;
		
	}	
	
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h1 a *,
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h2 a *,
.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell h3 a * { 

		
	}	
	
	.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell svg {
		display:inline-block;
		margin: 5px 10px 5px 0px;
		height:50px;
		width:60px;
		vertical-align: -20px;
	}

	
	.widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell .sls-new-widget-section .sl-grid-cell h3 {
		font-size:24px;
	}
	
}

@media (max-width: 768px) {
	
	body:not(.widget) .widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-row {
		display: block !important;
		flex-wrap: wrap !important;
	}

	body:not(.widget) .widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-row .sl-grid-cell {
		display:block;
		margin-bottom:16px;
	}
	
    .widgetSectionShadowBoxesHovered .sls-new-widget-section .sl-grid-cell + .sl-grid-cell {
        margin-left: 0px;
    }	

}

@media (max-width: 420px) {
	


}

@media (max-width: 360px) {


}

/* Widget Section ShadowBoxesHovered End */

/* Widget Section Bottom Floated Boxes Start */

.sectionWhiteText .ws-fill {
	/* fill: #fff; */
}

.widgetSectionBottomFloatedBoxes,
.widgetSectionBottomFloatedBoxes .sls-new-widget-section,
.widgetSectionBottomFloatedBoxes .sls-new-widget-section .sls-overlay  {
	overflow:visible;
}	

.widgetSectionBottomFloatedBoxes .sls-new-widget-section .sls-inner-widget  {
	overflow:visible;
}

body:not(.widget) .widgetSectionBottomFloatedBoxes .sls-new-widget-section .sls-inner-widget {
	margin-top: -70px;
	margin-bottom: 30px;
}	

@media (min-width:768px) {
	

}

@media (min-width:1200px) {

}


@media (min-width:992px) and (max-width:1199px) {
	

}

@media (min-width:768px) and (max-width:991px) {
	
	
}

@media (max-width:991px) {
	
	
}

@media (max-width:768px) {
	
	
}

@media (max-width:420px) {
	
	
}

@media (max-width:360px) {
	
	
}


/* Widget Section Bottom Floated Boxes End */


/* Widget Section Form Text Start */

.widgetSectionFormText {

}

.widgetSectionFormText p,
.widgetSectionFormText ul {
    font-size: 18px;
}

@media (min-width: 769px) {

    .widgetSectionFormText:first-of-type .sls-new-widget-section .sl-grid-cell:not(.form-cell):not(.blank-separator),
    .widgetSectionFormText:first-of-type .sls-new-widget-section .sl-grid-cell.content-cell {
        align-self: flex-start;
        padding: 10px 30px 15px 20px;
    }

    body:not(.loaded-in-editor) .widgetSectionFormText .sl-grid-row .sl-grid-cell {
        transition: min-height 3s ease;
    }

    body:not(.loaded-in-editor) .widgetSectionFormText:first-of-type .sl-grid-row:not(.lower_cell) .sl-grid-cell {
        min-height: 541px !important;
    }

    .widgetSectionFormText .sls-new-widget-section p {

    }
}

body.indexPage.loaded-in-editor section.widgetSectionFormText .widget form {
    width: 100%;
}

.widgetSectionFormText.semi-transparent-row .sls-new-widget-section .sls-inner-widget .sl-grid-row {
    border-radius: 3px;
}

.widgetSectionFormText.semi-transparent-row .sls-new-widget-section.sectionWhiteText .sls-inner-widget .sl-grid-row {
    background: rgba(0, 0, 0, 0.5);
}

.widgetSectionFormText.semi-transparent-row .sls-new-widget-section.sectionBlackText .sls-inner-widget .sl-grid-row {
    background: rgba(255, 255, 255, 0.75);
}

.widgetSectionFormText.non-transparent-row .sls-new-widget-section.sectionWhiteText .sls-inner-widget .sl-grid-row {
    background: rgba(0, 0, 0, 0.7);
}

.widgetSectionFormText.non-transparent-row .sls-new-widget-section.sectionBlackText .sls-inner-widget .sl-grid-row {
    background: rgba(255, 255, 255, 0.99);
}

.widgetSectionFormText .sls-new-widget-section.sectionWhiteText .sls-inner-widget {

}

.widgetSectionFormText .sls-new-widget-section.sectionWhiteText .sls-inner-widget .widgetFormBuilder input:not([type=submit]),
.widgetSectionFormText .sls-new-widget-section.sectionWhiteText .sls-inner-widget .widgetFormBuilder select,
.widgetSectionFormText .sls-new-widget-section.sectionWhiteText .sls-inner-widget .widgetFormBuilder select option,
.widgetSectionFormText .sls-new-widget-section.sectionWhiteText .sls-inner-widget .widgetFormBuilder .select-option i,
.widgetSectionFormText .sls-new-widget-section.sectionWhiteText .sls-inner-widget .widgetFormBuilder textarea {
    color: #000;
}

.widgetSectionFormText .sls-new-widget-section .sls-inner-widget .sl-grid-row .form-container {
    padding: 25px;
    border-radius: 3px;
}

.widgetSectionFormText.hero-text .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
    text-align: justify;
    font-size: 20px;
    line-height: 1.5em
}

.widgetSectionFormText .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-container {
    background: #fff;
}

.widgetSectionFormText.semi-transparent-cell .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-container {
    background: rgba(255, 255, 255, 0.3);
}

.widgetSectionFormText.semi-transparent-cell .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-container .widgetFormBuilder h2,
.widgetSectionFormText.semi-transparent-cell .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-container .widgetFormBuilder h3,
.widgetSectionFormText.semi-transparent-cell .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-container .widgetFormBuilder .footer-disclaimer a,
.widgetSectionFormText.semi-transparent-cell .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-container .widgetFormBuilder .footer-disclaimer span {
    color: #fff;
}

.widgetSectionFormText .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-container {
    background: rgba(0, 0, 0, 0.75);
}

.widgetSectionFormText.semi-transparent-cell .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-container {
    background: rgba(0, 0, 0, 0.5);
}


.widgetSectionFormText .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-container .widgetFormBuilder h2,
.widgetSectionFormText .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-container .widgetFormBuilder h3,
.widgetSectionFormText .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-container .widgetFormBuilder .footer-disclaimer a,
.widgetSectionFormText .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-container .widgetFormBuilder .footer-disclaimer span {
    color: #000;
}

.widgetSectionFormText .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-container .widgetFormBuilder h2,
.widgetSectionFormText .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-container .widgetFormBuilder h3,
.widgetSectionFormText .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-container .widgetFormBuilder .footer-disclaimer a,
.widgetSectionFormText .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-container .widgetFormBuilder .footer-disclaimer span {
    color: #fff;
}

.widgetSectionFormText .sls-new-widget-section .sls-inner-widget .form-container .widgetFormBuilder h2,
.widgetSectionFormText .sls-new-widget-section .sls-inner-widget .form-container .widgetFormBuilder h3 {
    text-align: center;
}

.widgetSectionFormText .sls-new-widget-section.sectionBlackText .sls-inner-widget {

}

@media (max-width: 768px) {
    .widgetSectionFormText form .header-wrap .title-wrap h2 {
        line-height: 1.1em;
        font-size: 32px;
        margin-bottom: 14px;
    }

    .widgetSectionFormText form .header-wrap .description-wrap h3 {
        line-height: 1.1em;
    }

    section.widgetSectionFormText.shift-up-mob:first-of-type .sls-new-widget-section .sl-grid-row:first-of-type {
        flex-direction: column-reverse;
        display: flex !important;
    }

    section.widgetSectionFormText.shift-up-mob:first-of-type .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        width: 96%;
    }

    section.widgetSectionFormText .sls-new-widget-section .sl-grid-row .sl-grid-cell,
    section.widgetSectionFormText .sls-new-widget-section .sl-grid-row .sl-grid-cell + .sl-grid-cell {
        padding: 10px 20px 15px 20px;
    }

    section.widgetSectionFormText.shift-up-mob:first-of-type .sls-new-widget-section .sl-grid-row .sl-grid-cell,
    section.widgetSectionFormText.shift-up-mob:first-of-type .sls-new-widget-section .sl-grid-row .sl-grid-cell + .sl-grid-cell {
        padding: 10px 10px 15px 10px;
    }

    .widgetSectionFormText p {
        margin-bottom: 14px;
    }

    section.widgetSectionFormText:not(.sequence-slider):first-of-type .sls-inner-widget .sl-embed-code.animated.delay-3s {
        animation-delay: 1s;
    }

    section.widget:not(.sequence-slider):first-of-type .sls-inner-widget .animated.delay-3s {
        animation-delay: 2s;
    }

    section.widget:not(.sequence-slider):first-of-type .sls-inner-widget .animated.delay-2s {
        animation-delay: 1s;
    }

    section.widget:not(.sequence-slider):first-of-type .sls-inner-widget .animated.delay-1s {
        animation-delay: 0s;
    }
}

.widgetSectionFormText1 {

}

/* Widget Section Form Text End */

/* Widget Section Huge Text Form Start */

.widgetSectionHugeTextForm h1 {
    font-weight: 900;
    font-size: 90px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    line-height: 0.9em;
}

.widgetSectionHugeTextForm h2 {
    font-weight: 900;
    font-size: 60px;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    line-height: 0.9em;
}

.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder .title-wrap h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2em;
}

.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder .description-wrap h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5em;
}

.widgetSectionHugeTextForm .formBuilder .footer-disclaimer {
    padding-left: 10px;
}

.widgetSectionHugeTextForm .input-wrap hr {
    width: calc(100% - 20px);
    margin: 0 10px;
    border-color: rgba(255, 255, 255, 0.3);
}

.widgetSectionHugeTextForm label.row-label {
    padding-left: 10px;
}

.widgetSectionHugeTextForm .sls-new-widget-section.sectionWhiteText .sls-inner-widget .widgetFormBuilder .select-option i,
.widgetSectionHugeTextForm .sls-new-widget-section.sectionWhiteText .sls-inner-widget .widgetFormBuilder input:not([type=submit]),
.widgetSectionHugeTextForm .sls-new-widget-section.sectionWhiteText .sls-inner-widget .widgetFormBuilder select,
.widgetSectionHugeTextForm .sls-new-widget-section.sectionWhiteText .sls-inner-widget .widgetFormBuilder select option,
.widgetSectionHugeTextForm .sls-new-widget-section.sectionWhiteText .sls-inner-widget .widgetFormBuilder textarea {
    color: #fff;
}


.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder input,
.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder select,
.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder textarea {
    border-radius: 15px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
}

.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder input[type=submit] {
    border-radius: 15px !important;
    border: 2px solid rgba(0, 0, 0, 0.4) !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    font-size: 100%;

}

.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder input:focus,
.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder select:focus,
.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder textarea:focus {
    outline: rgba(255, 255, 255, 0.5) solid 2px;
    outline-offset: -2px;
}

.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder input:focus-visible,
.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder select:focus-visible,
.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder textarea:focus-visible {
    outline: rgba(255, 255, 255, 0.5) solid 2px;
    outline-offset: -2px;
}

.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder select:focus-visible {
    border-radius: 15px 15px 0 0;
}

.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder input:not([type=submit]),
.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder select,
.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder textarea {
    background: rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(0, 0, 0, 0.10) !important;
    border: 2px solid rgba(255, 255, 255, 0.25) !important;
}

.widgetSectionHugeTextForm ::-webkit-input-placeholder {
    color: #eee;
    font-size: 12px;
    font-weight: normal;
}

.widgetSectionHugeTextForm :-moz-placeholder {
    color: #eee;
    font-size: 12px;
    font-weight: normal;
}

.widgetSectionHugeTextForm ::-moz-placeholder {
    color: #eee;
    font-size: 12px;
    font-weight: normal;
}

.widgetSectionHugeTextForm :-ms-input-placeholder {
    color: #eee;
    font-size: 12px;
    font-weight: normal;
}

.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder input:not([type=submit]) {

}

.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder select,
.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder select option {

}

.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder select option {
    background: #eee;
    color: #333 !important;
    font-weight: bold;
    cursor: pointer;
}

.widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder textarea {

}

@media (min-width: 769px) and (max-width: 991px) {
    .widgetSectionHugeTextForm h1 {
        font-size: 56px;
    }

    .widgetSectionHugeTextForm h2 {
        font-size: 38px;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder .title-wrap h2 {
        font-size: 20px;
    }

    .widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder .description-wrap h3 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .widgetSectionHugeTextForm:not(.non-transparent-row) .sls-new-widget-section .sls-overlay-mid-div.container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .widgetSectionHugeTextForm h1 {
        font-size: 56px;
    }

    .widgetSectionHugeTextForm h2 {
        font-size: 38px;
    }

}

@media (max-width: 420px) {

    .widgetSectionHugeTextForm h1 {
        font-size: 36px;
        line-height: 1.1em;
    }

    .widgetSectionHugeTextForm h2 {
        font-size: 24px;
        line-height: 1.1em;
    }

    .widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder .title-wrap h2 {
        font-size: 26px;
    }

    .widgetSectionHugeTextForm .sls-new-widget-section .sls-inner-widget .widgetFormBuilder .description-wrap h3 {
        font-size: 18px;
    }

}

/* Widget Section Huge Text Form End */


/* Widget Section Funnel App Start */

.widgetFunnelApp .container {
    /*min-height: 580px;*/
}

.widgetFunnelApp .container.container-full {
    padding: 0;
    margin: 0;
    width: 100%;
}

.widgetFunnelApp .out-of-scr-left {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.widgetFunnelApp .out-of-scr-right {
    position: absolute;
    right: 100000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.widgetFunnelApp .form-holder {
    margin: 40px 40px 40px 50%;
    max-width: 600px;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 440px;
}

.widgetFunnelApp .form-holder.ffh-hidden {
    display: none;
}

/*section 1*/
.widgetSectionFunnelFormPurchase .form-holder,
.widgetSectionFunnelFormRefinance .form-holder {
    background: rgba(27, 56, 80, 0.95);
    border-radius: 10px;
}

/*section 2*/
.widgetSectionHeroTextFunnelBoxed .form-holder {
    margin: 20px auto;
    background: rgba(204, 204, 204, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

/*section 3*/
.widgetSectionHeroTextFunnelSoar .sls-new-widget-section.sectionBlackText div.sls-vue-funnel-app .headline,
.widgetSectionHeroTextFunnelSoar .sls-new-widget-section.sectionBlackText div.sls-vue-funnel-app .sub-headline,
.widgetSectionHeroTextFunnelSoar .sls-new-widget-section.sectionBlackText div.sls-vue-funnel-app .thankyou-message,
.widgetSectionHeroTextFunnelSoar .sls-new-widget-section.sectionBlackText div.sls-vue-funnel-app .app-footer,
.widgetSectionHeroTextFunnelSoar .sls-new-widget-section.sectionBlackText div.sls-vue-funnel-app .slider-component .slider-value {
    color: #1b3850;
}

.widgetSectionHeroTextFunnelSoar .form-holder {
    margin: 40px auto;
}

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app {
    min-height: 490px;
}

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .app-box {
    overflow: visible;
    padding: 0 20px;
}

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .headline {
    font-size: 36px;
}

/*.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .form-button-ok {*/
/*    background-color: #fbcf3b;*/
/*    border: 0 none;*/
/*    color: #202021 !important;*/
/*}*/

/*.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app.can-hover .form-button-ok:hover {*/
/*    background-color: #eab400;*/
/*}*/

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .form-button-back {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 7px 10px 5px 10px;
    color: #1b3850;
}

.widgetSectionHeroTextFunnelSoar .sls-new-widget-section.sectionWhiteText .sls-inner-widget .sls-vue-funnel-app .form-button-back {
    color: #1b3850;
}

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .slide-container {
    margin-top: 40px;
}

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .slide-nav > div + div {
    padding-top: 10px;
}

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .sls-v-cbr-container {
    padding: 0 130px;
}

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .sls-v-ck,
.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .sls-v-radio {
    font-weight: 800;
}

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .type-text .slide-container,
.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .type-zipcode .slide-container,
.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .type-phone .slide-container {
    background: rgba(0, 0, 0, 0.06);
    display: inline-block;
    padding: 10px;
    max-width: 500px;
}

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .type-text input,
.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .type-zipcode input,
.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .type-phone input {
    border: 1px solid #c7c8c8;
    box-shadow: inset 0 1px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app input:focus,
.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app textarea:focus {
    outline-offset: 13px;
}

.widgetSectionHeroTextFunnelSoar .sls-vue-funnel-app .slider-value {
    color: #202021 !important;
    font-size: 20px;
}

/*section 4*/
.widgetSectionHeroTextFunnelHigh1_anim .form-holder {
    margin: 20px auto;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.widgetSectionHeroTextFunnelHigh1_anim .sls-new-widget-section .sls-inner-widget .sl-grid-row h2,
.widgetSectionHeroTextFunnelHigh1_anim .sls-new-widget-section .sls-inner-widget .sl-grid-row h2 span {
    font-weight: 600;
}

/*Section 5*/

.widgetFunnelApp.funnel-in-cell .form-holder {
    margin: 0px 20px 20px 50px;
}

body.loaded-in-editor.widgetFunnelApp .form-holder .ld-ring.ld-spin {
    display: none;
}

.widgetFunnelApp.funnel-in-cell.clear-funnel-bg .form-holder {
    background: rgba(204, 204, 204, .25);
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(6.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .18);
}

/*section 6*/
.widgetSectionTextButtonLow .form-holder.ffh-hidden {
    display: none;
}

.widgetSectionTextButtonLow .form-holder {
    margin: 0 auto;
    min-height: 0;
}

.widgetSectionTextButtonLow .sls-vue-funnel-app {
    min-height: 280px;
}

.widgetSectionTextButtonLow .sls-vue-funnel-app .app-box {
    overflow: visible;
    padding: 0 20px;
}

/* end section 6*/

/*section 7*/
@media (min-width: 992px) {
    section.widgetSectionHeroTextFunnelHigh1_anim.word-rotating-nowrap .sls-word-rotating {
        white-space: nowrap;
    }
}

/* end section 7*/

/* start sections style 1a */
.widgetSectionHeroTextFunnel4g .sls-new-widget-section .sls-inner-widget :not(.sls-funnel-button),
.widgetSectionHeroTextFunnel4g .sls-new-widget-section .sls-inner-widget h1,
.widgetSectionHeroTextFunnel4g .sls-new-widget-section .sls-inner-widget h2,
.widgetSectionHeroTextFunnel4g .sls-new-widget-section .sls-inner-widget h3,
.widgetSectionHeroTextFunnel4g .sls-new-widget-section .sls-inner-widget h4,
.sectionsStyleType1a .sls-new-widget-section .sls-inner-widget :not(.sls-funnel-button),
.sectionsStyleType1a .sls-new-widget-section .sls-inner-widget h1,
.sectionsStyleType1a .sls-new-widget-section .sls-inner-widget h2,
.sectionsStyleType1a .sls-new-widget-section .sls-inner-widget h3,
.sectionsStyleType1a .sls-new-widget-section .sls-inner-widget h4 {
    color: #383c5f;
}

.sectionsStyleType1a.widgetFunnelApp .form-holder {
    margin: 40px 0 50px 0;
    min-width: 100%;
    height: 100%;
}

.widgetSectionHeroTextFunnel4g.widgetFunnelApp .form-holder {
    margin: 0;
    min-width: 100%;
    height: 100%;
}

.widgetSectionHeroTextFunnel4g.widgetFunnelApp .sls-vue-funnel-app,
.sectionsStyleType1a.widgetFunnelApp .sls-vue-funnel-app {
    margin: 0;
    padding: 0;
    max-width: 500px !important;
}

.widgetSectionHeroTextFunnel4g.widgetFunnelApp .sls-vue-funnel-app .form-button-back,
.widgetSectionHeroTextFunnel4g.widgetFunnelApp .sls-vue-funnel-app .form-button-ok,
.sectionsStyleType1a.widgetFunnelApp .sls-vue-funnel-app .form-button-back,
.sectionsStyleType1a.widgetFunnelApp .sls-vue-funnel-app .form-button-ok {
    font-weight: 800;
}

@media (min-width: 992px) {
    .widgetSectionHeroTextFunnel4g .wrap-funnel-btn,
    .sectionsStyleType1a .wrap-funnel-btn {
        min-height: 110px;
    }

    .widgetSectionHeroTextFunnel4g .row > div,
    .sectionsStyleType1a .row > div {
        min-height: 670px;
    }
}

/* start sections style 1a */


@media (max-width: 1199px) {
    .widgetFunnelApp.funnel-in-cell .form-holder {
        margin: 0px 20px 20px 20px;
    }

    .sectionsStyleType1a.widgetFunnelApp .form-holder {
        margin: 40px 0 50px 0;
    }
}

@media (max-width: 992px) {
    .widgetFunnelApp .form-holder {
        margin-left: 30%;
    }

    .widgetSectionHeroTextFunnelHigh1_anim .form-holder,
    .widgetSectionTextButtonLow .form-holder,
    .widgetSectionHeroTextFunnelSoar .form-holder {
        margin: 40px auto;
    }

    .widgetSectionHeroTextFunnelBoxed .form-holder {
        margin: 20px auto;
    }

    .sectionsStyleType1a.widgetFunnelApp .form-holder {
        margin: 40px 0 50px 0;
    }
}

@media (max-width: 768px) {
    .widgetSectionHeroTextFunnelHigh1_anim:not(.funnel-in-cell) .form-holder {
        border-radius: 0;
    }

    .widgetSectionHeroTextFunnelBoxed:not(.funnel-in-cell) .sls-inner-widget,
    .widgetFunnelApp:not(.funnel-in-cell):not(.widgetSectionHeroTextFunnelHigh1_anim) .sls-inner-widget {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .widgetSectionFunnelFormPurchase.widgetFunnelApp:not(.funnel-in-cell) .sls-inner-widget {
        padding: 30px 10px !important;
    }

    .widgetFunnelApp.funnel-in-cell .form-holder {
        margin: 0;
    }

    .widgetSectionHeroTextFunnelHigh1_anim .form-holder,
    .widgetSectionHeroTextFunnelBoxed .form-holder,
    .widgetSectionHeroTextFunnelSoar .form-holder,
    .widgetSectionTextButtonLow .form-holder,
    .widgetFunnelApp .form-holder {
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        /*border-radius: 0;*/
    }

    .sectionsStyleType1a.widgetFunnelApp .form-holder {
        margin: 40px 0 50px 0;
    }
}

@media (max-width: 450px) {
    .widget.widgetSectionHeroTextFunnelHigh1_anim .sls-word-rotating {
        min-height: 3em;
    }

    section.widgetSectionHeroTextFunnelHigh1_anim.word-rotating-nowrap .sls-overlay-mid-div.container {
        max-width: 100%;
    }

    .sectionsStyleType1a.widgetFunnelApp .form-holder {
        margin: 0;
    }
}

/* Widget Section Funnel App End */


/* Widget Section Funnel App and VideoStart */

.widgetSectionSidebarFunnelAndVideo {

}

.widgetSectionSidebarFunnelAndVideo h1 {
    font-size: 56px;
    line-height: 1em;
    margin-top: 50px;
}

.widgetSectionSidebarFunnelAndVideo .form-holder.horizontal,
.widgetSectionSidebarFunnelAndVideo.compact-funnel .sidebar-funnel {
    margin-top: 15px;
}

.widgetSectionSidebarFunnelAndVideo.compact-funnel .app-header,
.widgetSectionSidebarFunnelAndVideo.compact-funnel .progressbar-wrapper,
.widgetSectionSidebarFunnelAndVideo.compact-funnel .app-footer {
    display: none;
}

.widgetSectionSidebarFunnelAndVideo.compact-funnel .sidebar-funnel .sls-vue-funnel-app {
    box-shadow: none;
    padding: 30px 0 5px;
}

.widgetSectionSidebarFunnelAndVideo.compact-funnel .sidebar-funnel .sls-vue-funnel-app {
    max-width: 100%;
}

.widgetSectionSidebarFunnelAndVideo .sls-new-widget-section .sl-grid-row:first-of-type {
    padding: 0 !important;
}

.widgetSectionSidebarFunnelAndVideo .sls-new-widget-section .sl-grid-row .sl-grid-cell.masked-video-container {
    align-self: flex-start;
    overflow: hidden;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

.widgetSectionSidebarFunnelAndVideo .masked-video-container svg {
    height: 0;
    position: absolute;
    width: 0;
    content-visibility: visible;
}

.widgetSectionSidebarFunnelAndVideo .video-graphic-mask {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.widgetSectionSidebarFunnelAndVideo .video-graphic-mask iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.widgetSectionSidebarFunnelAndVideo .video-graphic-mask video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom left;
}

.widgetSectionSidebarFunnelAndVideo button.section-play-button {
    position: absolute;
    top: calc(50% - 50px);
    left: 40px;
    height: 100px;
    width: 100px;
    background: rgba(68, 68, 68, 0.9);
    z-index: 999;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.75);;
    margin: 0;
    overflow: hidden;
}

.widgetSectionSidebarFunnelAndVideo button.section-play-button {
    opacity: 0;
    transition: opacity 2s ease-in 1s;
}

.widgetSectionSidebarFunnelAndVideo.after-appearance button.section-play-button {
    opacity: 1;
}

.widgetSectionSidebarFunnelAndVideo button.section-play-button svg {
    fill: #fff;
    height: 100px;
    width: 100px;
    position: relative;
}

.widgetSectionSidebarFunnelAndVideo button.section-play-button:hover {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.75);
}

.widgetSectionSidebarFunnelAndVideo button.section-play-button:hover svg {
    fill: #000;
}

body.sidebarFunnelAndVideoOn .fancybox-slide--iframe .fancybox-content {
    width: 50vw;
    height: calc(50vw * 0.5625);
    max-width: 80%;
    max-height: 80%;
    margin: 0;
    background-color: #1e1e1e00;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widgetSectionSidebarFunnelAndVideo.compact-funnel .sidebar-funnel .sls-vue-funnel-app .sls-v-radio-image-container .answer {
        padding: 10px;
        max-width: 110px;
        min-width: 90px;
    }

    .widgetSectionSidebarFunnelAndVideo button.section-play-button {
        left: 20px;
    }

}

@media (min-width: 992px) {

    .widgetSectionSidebarFunnelAndVideo .video-graphic-mask {
        -webkit-clip-path: url(#hero-mask);
        clip-path: url(#hero-mask);
        padding-top: 92.4%;
        width: 164%;
    }

    .widgetSectionSidebarFunnelAndVideo.square-video .video-graphic-mask {
        padding-top: 98.8%;
        width: 100%;
        -webkit-clip-path: url(#hero-mask-square);
        clip-path: url(#hero-mask-square);
    }

    .widgetSectionSidebarFunnelAndVideo.square-video button.section-play-button {
        left: 5px;
    }

    .widgetSectionSidebarFunnelAndVideo.compact-funnel .sls-vue-funnel-app .app-box .slide {
        align-items: flex-start;
    }

    .widgetSectionSidebarFunnelAndVideo.compact-funnel .sls-vue-funnel-app .sls-v-radio {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    body:not(.widget) .widgetSectionSidebarFunnelAndVideo.compact-funnel .sls-new-widget-section .sl-grid-row,
    body:not(.widget) .widgetSectionSidebarFunnelAndVideo .sls-new-widget-section .sl-grid-row {
        display: block !important;
        flex-wrap: wrap !important;
    }
}

@media (max-width: 991px) {

    .widgetSectionSidebarFunnelAndVideo .video-graphic-mask {
        -webkit-clip-path: url(#hero-mask-mob);
        clip-path: url(#hero-mask-mob);
    }

    .widgetSectionSidebarFunnelAndVideo.square-video .video-graphic-mask {
        width: 100%;
        padding-top: 100%;
    }

    .widgetSectionSidebarFunnelAndVideo button.section-play-button {
        /*display:none;*/
    }

    .widgetSectionSidebarFunnelAndVideo button.section-play-button {
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        transition-delay: 0s;
    }

    .widgetSectionSidebarFunnelAndVideo {
        z-index: 2;
    }

    body.sidebarFunnelAndVideoOn .fancybox-slide--iframe .fancybox-content {
        width: 96vw;
        height: calc(96vw * 0.5625);
        max-width: 96%;
        max-height: 96%;
        margin: 0;
        background-color: #1e1e1e00;
    }

}

@media (max-width: 767px) {

    .widgetSectionSidebarFunnelAndVideo.compact-funnel .sls-new-widget-section .container,
    .widgetSectionSidebarFunnelAndVideo .sls-new-widget-section .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .widgetSectionSidebarFunnelAndVideo.compact-funnel .sls-new-widget-section .sl-grid-cell:not(.masked-video-container),
    .widgetSectionSidebarFunnelAndVideo .sls-new-widget-section .sl-grid-row .sl-grid-cell:not(.masked-video-container) {
        padding-right: 15px;
        padding-left: 15px;
    }

}

@media (max-width: 500px) {

    .widgetSectionSidebarFunnelAndVideo .horizontal .sls-vue-funnel-app .app-box .slide {
        padding-left: 5px;
        padding-right: 5px;
    }

}

@media (max-width: 450px) {

    .widgetSectionSidebarFunnelAndVideo h1 {
        font-size: 45px;
        line-height: 1em;
        margin-top: 15px;
    }

    .widgetSectionSidebarFunnelAndVideo button.section-play-button {
        top: calc(50% - 35px);
        left: calc(50% - 35px);
        height: 70px;
        width: 70px;
    }

    .widgetSectionSidebarFunnelAndVideo.after-appearance button.section-play-button {
        opacity: 0.1;
    }

    .widgetSectionSidebarFunnelAndVideo.after-appearance .masked-video-container:hover button.section-play-button {
        opacity: 0.9;
    }

    .widgetSectionSidebarFunnelAndVideo button.section-play-button svg {
        height: 70px;
        width: 70px;
    }
}

@media (max-width: 375px) {

    .widgetSectionSidebarFunnelAndVideo .form-holder.horizontal {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        max-width: calc(100% + 30px);
    }

}

/* Widget Section Funnel App and Video End */

/* Widget Section Bottom Float Start */

.widgetSectionBottomFloat {

}

.widgetSectionBottomFloat .sls-new-widget-section.sectionBlackText .sls-inner-widget {
    background-color: #fff;
}

.widgetSectionBottomFloat .sls-new-widget-section.sectionWhiteText .sls-inner-widget {
    background-color: #3f4044;
}

.widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > svg {
    float: left;
    width: 15%;
    height: auto;
}

.widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > .fa {
    margin-bottom: 10px;
}

.widgetSectionBottomFloat:not(.bar-icons-centered) .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > .fa {
    float: left;
    display: inline-block;
    min-width: 1.5em;
}

.widgetSectionBottomFloat:not(.bar-icons-centered) .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > .fa.fa-money.fa-3x {
    /*margin-top: -5px;*/
}

.widgetSectionBottomFloat.bar-icons-centered .sls-new-widget-section .sl-grid-row .sl-grid-cell {
    text-align: center;
    padding: 20px 1% 20px 1% !important;
}

.widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > *:not(svg):not(.fa) {
    padding-left: 20%;
}

.widgetSectionBottomFloat.bar-icons-centered .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > *:not(svg):not(.fa) {
    padding-left: 0;
}

.widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell h2 {
    margin-bottom: 5px;
    line-height: 1em;
}

.widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell h3 {
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 1em;
}

.widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell p {
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 300;
}

.sectionWhiteText .ws-fill {
    fill: #fff;
}

@media (min-width: 1200px) {
    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell p {
        line-height: 1.1em;
    }
}

@media (min-width: 768px) {

    .widgetSectionBottomFloat,
    .widgetSectionBottomFloat .sls-new-widget-section,
    .widgetSectionBottomFloat .sls-new-widget-section .sls-overlay {
        overflow: visible;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sls-inner-widget {
        border-radius: 6px;
        overflow: visible;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
        border: 1px solid #dce0e6;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        border-left: 1px solid #dce0e6;
        padding: 25px 1% 25px 3% !important;
        clear: both;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell:first-of-type {
        border-left: 0px solid #dce0e6;
    }

    body:not(.widget) .widgetSectionBottomFloat .sls-new-widget-section .sls-inner-widget {
        margin-top: -70px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        padding: 25px 1% 25px 3% !important;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > svg {
        width: 20%;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > *:not(svg):not(.fa) {
        padding-left: 25%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        padding: 25px 1% 25px 2% !important;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell h3 {
        font-size: 20px;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell p {
        font-size: 26px;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > svg {
        width: 48px;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > *:not(svg):not(.fa) {
        padding-left: 60px;
    }

}

@media (max-width: 767px) {

    .widgetSectionBottomFloat .sls-new-widget-section .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        border-top: 1px solid #dce0e6;
        padding: 35px 1% 35px 25% !important;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell:first-of-type {
        border-top: 0px solid #dce0e6;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > svg {
        width: 60px;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > *:not(svg):not(.fa) {
        padding-left: 90px;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell h3 {
        font-size: 24px;

    }

}

@media (max-width: 450px) {

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        padding: 25px 1% 25px 15% !important;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > svg {
        width: 45px;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell > div > *:not(svg):not(.fa) {
        padding-left: 60px;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell h2 {
        font-size: 24px;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell h3 {
        font-size: 20px;
    }

    .widgetSectionBottomFloat .sls-new-widget-section .sl-grid-row .sl-grid-cell p {
        font-size: 28px;
    }

}

/* Widget Section Bottom Float End */

/* Widget Section New LP Start */

/* Widget Section Helpers Start */
.widget.sls-gradient-bg.sls-gradient-bg-black .sls-overlay {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.99) 0, rgba(0, 0, 0, 0.0) 100%);
}

.widget.sls-gradient-bg.sls-gradient-bg-black.reverse .sls-overlay {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.99) 0, rgba(0, 0, 0, 0.0) 100%);
}

.widget.sls-gradient-bg.sls-gradient-bg-blacker.sls-reverse-gradient .sls-overlay {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.48) 0, rgba(0, 0, 0, 0.49) 40%, rgba(0, 0, 0, 0.0) 100%);
}

.widget.sls-gradient-bg.sls-gradient-bg-whiter.sls-reverse-gradient .sls-overlay {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.99) 0, rgba(255, 255, 255, 0.89) 48%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0.0) 100%);
}

.widgetSectionHeroGrad.black-form .sls-new-widget-section.sectionBlackText .sls-inner-widget .sls-vue-funnel-app.style4 * {
    color: #fff;
}

.widgetSectionHeroGrad.black-form .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-holder {
    background: rgba(0, 0, 0, 0.5);
}

.widgetSectionHeroGrad.white-form .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-holder {
    background: rgba(255, 255, 255, 0.9);
}

/*.widgetSectionHeroGrad.white-form .sls-new-widget-section.sectionBlackText .sls-inner-widget .sls-vue-funnel-app.style4 .sls-v-radio,*/
/*.widgetSectionHeroGrad.white-form .sls-new-widget-section.sectionBlackText .sls-inner-widget .sls-vue-funnel-app.style4 button	{*/
/*	color: #fff;*/
/*}*/


.widget.sls-gradient-bg-whiter .sectionBlackText h2 {
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}


.full-screen-height .sls-new-widget-section {
    min-height: 100vh !important;
}

.full-screen-height .sls-overlay {
    min-height: inherit !important;
}

body.has-nav-transparent:not(.loaded-in-editor) .full-screen-height .sls-new-widget-section {
    min-height: calc(100vh - 151px) !important;
}

body.has-nav-transparent.lo-header-on:not(.loaded-in-editor) .full-screen-height .sls-new-widget-section {
    min-height: calc(100vh - 216px) !important;
}

body.has-nav-transparent.navbar-rocket--fixed:not(.loaded-in-editor) .full-screen-height .sls-new-widget-section {
    min-height: calc(100vh - 80px) !important;
}

body.has-nav-transparent.navbar-rocket--fixed-transparent:not(.loaded-in-editor) .full-screen-height .sls-new-widget-section {
    min-height: calc(100vh - 0px) !important;
}

body.sections-landing-page:not(.loaded-in-editor) .full-screen-height .sls-new-widget-section {
    min-height: calc(100vh - 120px) !important;
}

@media (max-width: 991px) {
    body.has-nav-transparent:not(.loaded-in-editor) .full-screen-height .sls-new-widget-section {
        min-height: calc(100vh - 206px) !important;
    }

    body.has-nav-transparent.lo-header-on:not(.loaded-in-editor) .full-screen-height .sls-new-widget-section {
        min-height: calc(100vh - 183px) !important;
    }
}

@media (max-width: 767px) {
    body.has-nav-transparent.navbar-rocket--fixed-transparent:not(.loaded-in-editor) .full-screen-height .sls-new-widget-section {
        min-height: calc(100vh - 80px) !important;
    }

    .widget.sls-gradient-bg.sls-gradient-bg-black.reverse .sls-overlay {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.99) 0, rgba(0, 0, 0, 0.0) 100%);
    }

    .widget.sls-gradient-bg.sls-gradient-bg-blacker.sls-reverse-gradient .sls-overlay {
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.99) 0, rgba(0, 0, 0, 0.73) 40%, rgba(0, 0, 0, 0.0) 100%);
    }


    .widget.sls-gradient-bg.sls-gradient-bg-whiter.sls-reverse-gradient .sls-overlay {
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0.99) 0, rgba(255, 255, 255, 0.85) 35%, rgba(255, 255, 255, 0.6) 48%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0.0) 100%);
    }

}

@media (max-width: 768px) {
    body.sections-landing-page:not(.loaded-in-editor) .full-screen-height .sls-new-widget-section {
        min-height: calc(100vh - 100px) !important;
    }
}

.min-height-100 .sls-new-widget-section:not(.sls-parallax) .sls-background-holder {
    min-height: 100% !important;
}

.animated-content-a .sls-inner-widget:not(.form-cell) h1,
.animated-content-a .sls-inner-widget:not(.form-cell) h2,
.animated-content-a .sls-inner-widget:not(.form-cell) h3,
.animated-content-a .sls-inner-widget:not(.form-cell) h4,
.animated-content-a .sls-inner-widget:not(.form-cell) h5,
.animated-content-a .sls-inner-widget:not(.form-cell) ul,
.animated-content-a .sls-inner-widget:not(.form-cell) p,
.animated-content-a .sls-inner-widget:not(.form-cell) div > img,
.animated-content-a .sls-inner-widget .form-cell > div.sl-embed-code,
.first-hero-animation .widgetSectionHeroText:first-of-type .sls-inner-widget h1,
.first-hero-animation .widgetSectionHeroText:first-of-type .sls-inner-widget h2,
.first-hero-animation .widgetSectionHeroText:first-of-type .sls-inner-widget h3,
.first-hero-animation .widgetSectionHeroText:first-of-type .sls-inner-widget h4,
.first-hero-animation .widgetSectionHeroText:first-of-type .sls-inner-widget h5,
.first-hero-animation .widgetSectionHeroText:first-of-type .sls-inner-widget ul,
.first-hero-animation .widgetSectionHeroText:first-of-type .sls-inner-widget p,
.first-hero-animation .widgetSectionHeroText:first-of-type .sls-inner-widget div > img,
.first-hero-animation .widgetSectionFormText:first-of-type .sls-inner-widget .content-cell h1,
.first-hero-animation .widgetSectionFormText:first-of-type .sls-inner-widget .content-cell h2,
.first-hero-animation .widgetSectionFormText:first-of-type .sls-inner-widget .content-cell h3,
.first-hero-animation .widgetSectionFormText:first-of-type .sls-inner-widget .content-cell h4,
.first-hero-animation .widgetSectionFormText:first-of-type .sls-inner-widget .content-cell h5,
.first-hero-animation .widgetSectionFormText:first-of-type .sls-inner-widget .content-cell ul,
.first-hero-animation .widgetSectionFormText:first-of-type .sls-inner-widget .content-cell p,
.first-hero-animation .widgetSectionFormText:first-of-type .sls-inner-widget .content-cell div > img,
.first-hero-animation .widgetSectionFormText:first-of-type .sls-inner-widget .form-cell > div.sl-embed-code {
    opacity: 0;
}

section.widget.sls-bg-hpos-0 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-hpos-0 .sls-background-holder {
    background-position-x: 0% !important;
}

section.widget.sls-bg-hpos-10 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-hpos-10 .sls-background-holder {
    background-position-x: 10% !important;
}

section.widget.sls-bg-hpos-20 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-hpos-20 .sls-background-holder {
    background-position-x: 20% !important;
}

section.widget.sls-bg-hpos-30 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-hpos-30 .sls-background-holder {
    background-position-x: 30% !important;
}

section.widget.sls-bg-hpos-40 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-hpos-40 .sls-background-holder {
    background-position-x: 40% !important;
}

section.widget.sls-bg-hpos-50 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-hpos-50 .sls-background-holder {
    background-position-x: 50% !important;
}

section.widget.sls-bg-hpos-60 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-hpos-60 .sls-background-holder {
    background-position-x: 60% !important;
}

section.widget.sls-bg-hpos-70 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-hpos-70 .sls-background-holder {
    background-position-x: 70% !important;
}

section.widget.sls-bg-hpos-80 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-hpos-80 .sls-background-holder {
    background-position-x: 80% !important;
}

section.widget.sls-bg-hpos-90 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-hpos-90 .sls-background-holder {
    background-position-x: 90% !important;
}

section.widget.sls-bg-hpos-100 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-hpos-100 .sls-background-holder {
    background-position-x: 100% !important;
}


section.widget.sls-bg-vpos-0 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-vpos-0 .sls-background-holder {
    background-position-y: 0% !important;
}

section.widget.sls-bg-vpos-10 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-vpos-10 .sls-background-holder {
    background-position-y: 10% !important;
}

section.widget.sls-bg-vpos-20 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-vpos-20 .sls-background-holder {
    background-position-y: 20% !important;
}

section.widget.sls-bg-vpos-30 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-vpos-30 .sls-background-holder {
    background-position-y: 30% !important;
}

section.widget.sls-bg-vpos-40 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-vpos-40 .sls-background-holder {
    background-position-y: 40% !important;
}

section.widget.sls-bg-vpos-50 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-vpos-50 .sls-background-holder {
    background-position-y: 50% !important;
}

section.widget.sls-bg-vpos-60 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-vpos-60 .sls-background-holder {
    background-position-y: 60% !important;
}

section.widget.sls-bg-vpos-70 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-vpos-70 .sls-background-holder {
    background-position-y: 70% !important;
}

section.widget.sls-bg-vpos-80 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-vpos-80 .sls-background-holder {
    background-position-y: 80% !important;
}

section.widget.sls-bg-vpos-90 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-vpos-90 .sls-background-holder {
    background-position-y: 90% !important;
}

section.widget.sls-bg-vpos-100 .sls-background-holder,
.widget .sls-new-widget-section.sls-bg-vpos-100 .sls-background-holder {
    background-position-y: 100% !important;
}

.sls-bg-saturated-09 .sls-background-holder {
    -webkit-filter: saturate(0.9);
    filter: saturate(0.9);
}

.sls-bg-saturated-08 .sls-background-holder {
    -webkit-filter: saturate(0.8);
    filter: saturate(0.8);
}

.sls-bg-saturated-07 .sls-background-holder {
    -webkit-filter: saturate(0.7);
    filter: saturate(0.7);
}

.sls-bg-saturated-06 .sls-background-holder {
    -webkit-filter: saturate(0.6);
    filter: saturate(0.6);
}

.sls-bg-saturated-05 .sls-background-holder {
    -webkit-filter: saturate(0.5);
    filter: saturate(0.5);
}

.sls-bg-saturated-04 .sls-background-holder {
    -webkit-filter: saturate(0.4);
    filter: saturate(0.4);
}

.sls-bg-saturated-03 .sls-background-holder {
    -webkit-filter: saturate(0.3);
    filter: saturate(0.3);
}

.sls-bg-saturated-02 .sls-background-holder {
    -webkit-filter: saturate(0.2);
    filter: saturate(0.2);
}

.sls-bg-saturated-01 .sls-background-holder {
    -webkit-filter: saturate(0.1);
    filter: saturate(0.1);
}

.sls-bg-saturated-0 .sls-background-holder {
    -webkit-filter: saturate(0.0);
    filter: saturate(0.0);
}

@media (max-width: 768px) {
    .widget.sls-gradient-bg .sls-new-widget-section .sls-background-holder {
        min-height: 100%;
    }
}

.sls-new-widget-section .sls-overlay .sls-overlay-mid-div.container .sls-inner-widget a.btn.big-button {
    min-width: 400px;
    padding: 25px;
    font-size: 24px;
}

@media (max-width: 768px) {

    body:not(.loaded-in-editor) .sls-new-widget-section .sl-grid-cell.blank-separator {
        display: none;
    }

    .sls-new-widget-section .sls-overlay .sls-overlay-mid-div.container .sls-inner-widget a.btn.big-button {
        min-width: 100%;
        padding: 25px 10px;
        font-size: 24px;
    }

    .sls-bg-full-mob .sls-new-widget-section.sls-parallax .sls-background-holder {
        min-height: 100%;
    }
}

@media (max-width: 450px) {
    .max-h-150-xxs {
        max-height: 150px;
    }

    .max-h-200-xxs {
        max-height: 200px;
    }

    .max-h-240-xxs {
        max-height: 240px;
    }

    .max-h-250-xxs {
        max-height: 250px;
    }
}

/* Widget Section Helpers End*/


.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget {
    margin-left: auto;
    margin-right: auto;
}

.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget a.btn:not(.sls-funnel-button) {

}

.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget a.btn:not(.sls-funnel-button):hover {

}

.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row h1,
.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row h2,
.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row h3,
.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
    text-align: left;
}

.widgetSectionHeroText.centered-text .sls-new-widget-section .sls-inner-widget,
.widgetSectionHeroText.centered-text .sls-new-widget-section .sls-inner-widget .sl-grid-row h1,
.widgetSectionHeroText.centered-text .sls-new-widget-section .sls-inner-widget .sl-grid-row h2,
.widgetSectionHeroText.centered-text .sls-new-widget-section .sls-inner-widget .sl-grid-row h3,
.widgetSectionHeroText.centered-text .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
    text-align: center;
}

.widgetSectionHeroText.right-aligned-text .sls-new-widget-section .sls-inner-widget .sl-grid-row h1,
.widgetSectionHeroText.right-aligned-text .sls-new-widget-section .sls-inner-widget .sl-grid-row h2,
.widgetSectionHeroText.right-aligned-text .sls-new-widget-section .sls-inner-widget .sl-grid-row h3,
.widgetSectionHeroText.right-aligned-text .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
    text-align: right;
}

.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row h1 {
    font-size: 56px;
    line-height: 1.1em;
}

.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget strong {
    font-weight: 600;
    font-size: inherit;
}

h1.typewriter {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    animation: blink-caret .75s step-end infinite,
    typing 3.5s steps(40, end);
    display: inline-block;
    border-right: 3px solid white;
    padding-right: 5px;
}

h1.typewriters:after {
    content: "";
    border-right: 3px solid white;
    height: 0.7em;
    line-height: 0.7em;
    animation: blink-caret .75s step-end infinite;
    display: inline-block;
    padding-left: 1px;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 100%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from, to {
        border-color: transparent
    }
    50% {
        border-color: white;
    }
}

.widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget .sl-grid-row h1 {
    font-size: 72px;
    margin-bottom: 30px;
}

.widgetSectionHeroText.widgetSectionHeroHigh.widgetSectionHeroHigh5a_anim .sls-new-widget-section .sls-inner-widget .sl-grid-row h1 {
    font-size: 56px;
    margin-bottom: 24px;
}

  .widgetSectionHeroText.widgetSectionHeroHigh.huge-headings .sls-new-widget-section .sls-inner-widget .sl-grid-row h1 {
	font-size:82px;			
	font-weight:500px;
	line-height:1em;
}

.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row h2 {
    font-size: 48px;
    line-height: 1.1em;
}

.widgetSectionHeroText.widgetSectionHeroHigh.huge-headings .sls-new-widget-section .sls-inner-widget .sl-grid-row h2 {
	font-size:64px;	
	font-weight:500px;
	line-height:1em;
}
.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row h3 {
    font-size: 32px;
    line-height: 1.1em;
}

.widgetSectionHeroText.widgetSectionHeroHigh.huge-headings .sls-new-widget-section .sls-inner-widget .sl-grid-row h3 {
	font-size:52px;		
	font-weight:500px;	
	line-height:1em;	
}

.widgetSectionHeroText.widgetSectionHeroHigh.huge-headings .sls-new-widget-section .sls-inner-widget .sl-grid-row small {
	font-size:70%;			
	line-height:inherit;
}
.widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
    font-size: 23px;
    line-height: 1.5em;
    padding-bottom: 20px;
}

.widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget p,
.widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget p b,
.widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget ul {
    font-size: 32px;
    line-height: 1.2em;
}

.widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget p,
.widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget ul {
    margin-bottom: 24px;
}

.widgetSectionHeroText.widgetSectionHeroGrad1a .sls-new-widget-section .sls-inner-widget p,
.widgetSectionHeroText.widgetSectionHeroGrad1b .sls-new-widget-section .sls-inner-widget p,
.widgetSectionHeroText.widgetSectionHeroGrad3a .sls-new-widget-section .sls-inner-widget p,
.widgetSectionHeroText.widgetSectionHeroGrad3b .sls-new-widget-section .sls-inner-widget p,
.widgetSectionHeroText.widgetSectionHeroGrad5b .sls-new-widget-section .sls-inner-widget p {
    margin-bottom: 0px;
}

.widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget a.btn:not(.sls-funnel-button),
.widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget a.btn.sls-funnel-button.sl-button-s5-void {
    font-size: 24px;
}

.widgetSectionHeroText.widgetSectionHeroHigh {

}

body.sections-elements-color_orange .widgetSectionShadowBoxes .sls-new-widget-section .sls-overlay .sls-inner-widget a.btn:not(.sls-funnel-button),
body.sections-elements-color_orange .widgetSectionHeroText .sls-new-widget-section .sls-overlay .sls-inner-widget a.btn:not(.sls-funnel-button),
body.sections-elements-color_orange .widgetSectionShadowBoxes .sls-new-widget-section .sls-overlay .sls-inner-widget a.btn.sls-funnel-button.sl-button-s5-void,
body.sections-elements-color_orange .widgetSectionHeroText .sls-new-widget-section .sls-overlay .sls-inner-widget a.btn.sls-funnel-button.sl-button-s5-void {
    background-color: #F56700;
    color: #fff;
}

body.sections-elements-color_orange .widgetSectionShadowBoxes .sls-new-widget-section .sls-overlay .sls-inner-widget a.btn:not(.sls-funnel-button):hover,
body.sections-elements-color_orange .widgetSectionHeroText .sls-new-widget-section .sls-overlay .sls-inner-widget a.btn:not(.sls-funnel-button):hover,
body.sections-elements-color_orange .widgetSectionShadowBoxes .sls-new-widget-section .sls-overlay .sls-inner-widget a.btn.sls-funnel-button.sl-button-s5-void:hover,
body.sections-elements-color_orange .widgetSectionHeroText .sls-new-widget-section .sls-overlay .sls-inner-widget a.btn.sls-funnel-button.sl-button-s5-void:hover {
    background-color: #fff;
    color: #ff6900;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1199px) {

    body:not(.widget) .widgetSectionHeroText:not(.widgetSectionHeroGrad) .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        display: block;
    }

    body:not(.widget) .widgetSectionHeroText:not(.widgetSectionHeroGrad) .sls-new-widget-section .sl-grid-row {
        display: block !important;
        flex-wrap: wrap !important;
    }
}

@media (min-width: 992px) {

    .widgetSectionHeroText.widgetSectionHeroHigh.widgetSectionHeroHigh5a_anim .sls-new-widget-section,
    .widgetSectionHeroText.innerFunnelBox .sls-new-widget-section {
        /*min-height:680px;*/
        min-height: 755px;
    }

    .widgetSectionHeroText.innerFunnelBox.low-section .sls-new-widget-section {
        min-height: 600px;
    }

    .widgetSectionHeroGrad a.btn {
        margin-left: 0 !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row h2 {
        /*text-align:center;*/
    }

    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget {
        width: 40em;
    }
}

@media (max-width: 991px) {
    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget {
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

    .widgetSectionHeroGrad .min-w-half,
    .widgetSectionSidebarFunnelAndVideo .min-w-half {
        margin-left: 0 !important;
        padding: 15px !important;
    }

}

@media all and (min-width: 768px) {

    .widgetSectionHeroGrad .sls-new-widget-section .sls-inner-widget .sl-grid-row > .sl-grid-cell:first-of-type {
        min-height: 500px !important;
    }

    .widgetSectionHeroGrad.low-section .sls-new-widget-section .sls-inner-widget .sl-grid-row > .sl-grid-cell:first-of-type {
        min-height: 400px !important;
    }

    .min-w-290 {
        min-width: 290px !important;
    }

    .widgetSectionHeroTextFunnelBoxed .min-w-290 {
        min-width: 45% !important;
    }

    .min-w-half {
        min-width: 47% !important;
        margin-left: 0 !important;
    }

    .min-w-half + .min-w-half:last-of-type {
        margin-right: 0 !important;
    }

}

@media (max-width: 767px) {
    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget {
        text-align: center;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .widgetSectionHeroGrad .sls-new-widget-section .sls-inner-widget .sl-grid-row {
        padding-top: 150px !important;
    }

    .widgetSectionHeroGrad.low-section .sls-new-widget-section .sls-inner-widget .sl-grid-row {
        padding-top: 55px !important;
    }

    .widgetSectionHeroGrad.widgetSectionHeroGrad3a .sls-new-widget-section .sls-inner-widget .sl-grid-row,
    .widgetSectionHeroGrad.widgetSectionHeroGrad3b .sls-new-widget-section .sls-inner-widget .sl-grid-row,
    .widgetSectionHeroGrad.widgetSectionHeroGrad4a .sls-new-widget-section .sls-inner-widget .sl-grid-row,
    .widgetSectionHeroGrad.widgetSectionHeroGrad4b .sls-new-widget-section .sls-inner-widget .sl-grid-row {
        padding-top: 280px !important;
    }

    .widgetSectionHeroGrad.top-pad .sls-new-widget-section .sls-inner-widget .sl-grid-row {
        padding-top: 280px !important;
    }

    .widgetSectionHeroText.widgetSectionHeroHigh.widgetSectionHeroHigh5a_anim .sls-new-widget-section,
    .widgetSectionHeroText.innerFunnelBox .sls-new-widget-section {
        min-height: 480px;
    }

    .widgetSectionHeroGrad .sls-new-widget-section .container {
        width: 100%;
    }

    .widgetSectionHeroGrad.black-form .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-holder,
    .widgetSectionHeroGrad.white-form .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-holder {
        margin: auto;
        max-width: 96%;
        border-radius: 10px;
    }

    .widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget .sl-grid-row h1 {
        font-size: 56px;
        margin-bottom: 24px;
    }

    .widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget p,
    .widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget ul {
        font-size: 20px;
        line-height: 1.5em;
        margin-bottom: 14px;
    }

    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row h2 {
        line-height: 1.0em;
    }

    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
        padding-bottom: 10px;
        text-shadow: 0 0 1px #fff, 0 0 3px #333;
    }

    .widgetSectionHeroText .sls-new-widget-section.sectionBlackText .sls-inner-widget .sl-grid-row p {
        text-shadow: 0 0 0px rgb(51, 51, 51, 0.5), 0 0 1px #fff;
    }

    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row p .btn {
        text-shadow: none;
    }

    .widgetSectionHeroText:not(.centered-text) .sls-new-widget-section .sls-inner-widget .sl-grid-row h1,
    .widgetSectionHeroText:not(.centered-text) .sls-new-widget-section .sls-inner-widget .sl-grid-row h2,
    .widgetSectionHeroText:not(.centered-text) .sls-new-widget-section .sls-inner-widget .sl-grid-row h3,
    .widgetSectionHeroText:not(.centered-text) .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
        text-align: left !important;
    }

    .widgetSectionHeroText.right-aligned-text:not(.centered-text) .sls-new-widget-section .sls-inner-widget .sl-grid-row h1,
    .widgetSectionHeroText.right-aligned-text:not(.centered-text) .sls-new-widget-section .sls-inner-widget .sl-grid-row h2,
    .widgetSectionHeroText.right-aligned-text:not(.centered-text) .sls-new-widget-section .sls-inner-widget .sl-grid-row h3,
    .widgetSectionHeroText.right-aligned-text:not(.centered-text) .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
        text-align: right !important;
    }

    .widgetSectionHeroText .sls-new-widget-section a.btn {
        margin: 15px auto;
        min-width: 48%;
    }

    .widgetSectionHeroText .sls-new-widget-section a.btn + a.btn {
        margin-left: 1%;
    }

    .min-w-half {
        min-width: 48% !important;
        margin-left: 0 !important;
        margin-right: 1% !important;
    }

    .min-w-half + .min-w-half:last-of-type {
        margin-right: 0 !important;
    }

    .min-w-half-mob {
        min-width: 48% !important;
        margin-left: 0 !important;
        margin-right: 1% !important;
    }

    .min-w-half-mob + .min-w-half-mob:last-of-type {
        margin-right: 0 !important;
    }

    .widget.widgetSectionHeroText:not(.centered-text) .sls-new-widget-section .sls-inner-widget .centered-mob {
        text-align: center !important;
    }

    @supports (-webkit-touch-callout: none) {
        body.has-nav-transparent.navbar-rocket--fixed:not(.loaded-in-editor) .full-screen-height .sls-new-widget-section,
        body.has-nav-transparent.navbar-rocket--fixed-transparent:not(.loaded-in-editor) .full-screen-height .sls-new-widget-section {
            min-height: calc(100vh - 180px) !important;
        }
    }
}

@media (max-width: 500px) {
    .widgetSectionHeroText .sls-new-widget-section a.btn.mob-half-w .ld,
    .widgetSectionHeroUser .sls-new-widget-section a.btn.mob-half-w .ld {
        display: none !important;
    }

    .widgetSectionHeroText .sls-new-widget-section a.btn.mob-half-w.ld-ext-right.running,
    .widgetSectionHeroUser .sls-new-widget-section a.btn.mob-half-w.ld-ext-right.running {
        padding-right: 15px !important;
    }
}

@media (max-width: 450px) {

    .widgetSectionHeroText.widgetSectionHeroHigh.widgetSectionHeroHigh5a_anim.sls-gradient-bg-whiter .sls-new-widget-section,
    .widgetSectionHeroText.innerFunnelBox.sls-gradient-bg-whiter .sls-new-widget-section {
        min-height: 480px;
    }

    .navbar.nav-homecoming + div > .widgetSectionHeroText.widgetSectionHeroHigh.widgetSectionHeroHigh5a_anim.sls-gradient-bg-blacker .sls-new-widget-section,
    .navbar.nav-homecoming + div > .widgetSectionHeroText.innerFunnelBox.sls-gradient-bg-blacker .sls-new-widget-section {
        min-height: 588px;
    }

    .navbar.nav-invite + div > .widgetSectionHeroText.widgetSectionHeroHigh.widgetSectionHeroHigh5a_anim.sls-gradient-bg-blacker .sls-new-widget-section,
    .navbar.nav-invite + div > .widgetSectionHeroText.innerFunnelBox.sls-gradient-bg-blacker .sls-new-widget-section {
        min-height: 549px;
    }

    .navbar.nav-renew + div > .widgetSectionHeroText.widgetSectionHeroHigh.widgetSectionHeroHigh5a_anim.sls-gradient-bg-whiter .sls-new-widget-section,
    .navbar.nav-renew + div > .widgetSectionHeroText.innerFunnelBox.sls-gradient-bg-whiter .sls-new-widget-section {
        min-height: 522px;
    }
	
	.widgetSectionHeroText.widgetSectionHeroHigh.huge-headings .sls-new-widget-section .sls-inner-widget .sl-grid-row h1 {
		font-size:64px;
	}
	
	.widgetSectionHeroText.widgetSectionHeroHigh.huge-headings .sls-new-widget-section .sls-inner-widget .sl-grid-row h2 {
		font-size:52px;			
	}
	
	.widgetSectionHeroText.widgetSectionHeroHigh.huge-headings .sls-new-widget-section .sls-inner-widget .sl-grid-row h3 {
		font-size:40px;				
	}
	
	.smaller-mob-text a.btn[class*=sl-button-s] {
		font-size:22px;
	}
    .widgetSectionHeroGrad.widgetSectionHeroGrad4a .sls-new-widget-section .sls-inner-widget .sl-grid-row p,
    .widgetSectionHeroGrad.widgetSectionHeroGrad4b .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
        font-size: 20px;
        line-height: 1.3em;
    }

    .widgetSectionHeroText .sls-new-widget-section a.btn {
        min-width: 100%;
    }

    .widgetSectionHeroText .sls-new-widget-section a.btn + a.btn {
        margin-left: 0;
    }

    .widgetSectionHeroText .sls-new-widget-section a.btn.mob-half-w,
    .widgetSectionHeroUser .sls-new-widget-section a.btn.mob-half-w {
        min-width: 47% !important;
        margin: 15px 0;
        padding: 15px 15px;
    }

    .widgetSectionHeroText .sls-new-widget-section a.btn.mob-half-w + a.btn.mob-half-w,
    .widgetSectionHeroUser .sls-new-widget-section a.btn.mob-half-w + a.btn.mob-half-w {
        margin-left: 3%;
    }

}

@media (max-width: 425px) {

    .mob-mb-0 {
        margin-bottom: 0px !important
    }
}

@media (max-width: 360px) {
    .widgetSectionHeroText .sls-overlay-mid-div.container {
        padding-right: 0;
        padding-left: 0;
    }

    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget a.btn:not(.sls-funnel-button),
    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget a.btn.sls-funnel-button.sl-button-s5-void {
        min-width: 100% !important;
    }

    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row h1 {
        font-size: 40px;
        line-height: 1.1em;
    }

    .widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget .sl-grid-row h1 {
        font-size: 40px;
        margin-bottom: 14px;
    }

    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row h2 {
        font-size: 36px;
        line-height: 1.1em;
    }

    .widgetSectionHeroText .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
        font-size: 20px;
    }

    .widgetSectionHeroText .sls-new-widget-section a.btn.mob-half-w,
    .widgetSectionHeroUser .sls-new-widget-section a.btn.mob-half-w {
        max-width: 100%;
        margin: 10px 0;
        padding: 10px 15px;
    }

    .widgetSectionHeroText .sls-new-widget-section a.btn.mob-half-w + a.btn.mob-half-w,
    .widgetSectionHeroUser .sls-new-widget-section a.btn.mob-half-w + a.btn.mob-half-w {
        margin-left: 0;
    }

    .min-w-half,
    .min-w-half-mob {
        min-width: 99% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Widget Section New LP End */
.slower-load {
    opacity: 0;
    display: block;
}

.hide-placeholder,
.hide-blank,
.hide-license {
    display: none;
}

section.include-blank:not(.not-empty),
section.include-empty:not(.not-empty) {
    display: none !important;
}

body.loaded-in-editor .nav .sf-menu > li > ul {
    display: none !important;
}

body.widget.loaded-in-editor .animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    opacity: 1;
}

/* Admin section */
.spi-overlay {
    display: block !important;
}

.widgetSectionHeroAdmin1.v2 .container {
    position: relative;
    z-index: 2;
}

.widgetSectionHeroAdmin1.v2 .spi-background-holder {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.widgetSectionHeroAdmin1.v2 .spi-overlay {
    position: relative;
    z-index: 2;
}

.widgetSectionHeroAdmin1.v2 .spi-flex {
    align-items: center;
}

.widgetSectionHeroAdmin1.v2 .spi-flex .right img {
    border-radius: 15px 15px 0px 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 991px) {
    .widgetSectionHeroAdmin1 .sls-new-widget-section {
        min-height: 200px !important;
    }
}

@media screen and (min-width: 992px) {
    .widgetSectionHeroAdmin1 .sls-new-widget-section {
        min-height: 530px !important;
    }
}

@media screen and (max-width: 991px) {
    .widgetSectionHeroAdmin1.v2 .spi-flex .right {
        /* position: absolute;
          right: 10px;
          bottom: 0px;*/
    }
}

.widgetSectionHeroAdmin1 .spi-flex {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
    padding: 110px 0px 0px 0px;
}

body.indexPage .widgetSectionHeroAdmin1 .spi-flex {
    padding-top: 30px;
}

.widgetSectionHeroAdmin1 .spi-flex .left {
    align-self: center;
}

@media screen and (max-width: 991px) {
    .widgetSectionHeroAdmin1 .spi-flex {
        padding: 30px 0px 0px 0px;
    }
}

.widgetSectionHeroAdmin1 .spi-flex .info {
    max-width: 500px;
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
}

.widgetSectionHeroAdmin1 .spi-flex .info h3 {
    font-size: 50px;
    color: #1976d2;
    /*font-weight: normal;*/
    margin: 0px 0px 0px 0px;
    line-height: 1.2;
}

@media screen and (max-width: 991px) {
    .widgetSectionHeroAdmin1 .spi-flex .info h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .info h3 {
        font-size: 27px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
}

.widgetSectionHeroAdmin1 .spi-flex .info h4 {
    font-size: 25px;
    /*font-weight: normal;*/
    margin: 0px 0px 5px 0px;
}

@media screen and (max-width: 991px) {
    .widgetSectionHeroAdmin1 .spi-flex .info h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .info h4 {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
}

.widgetSectionHeroAdmin1 .spi-flex .info h5 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}

@media screen and (max-width: 991px) {
    .widgetSectionHeroAdmin1 .spi-flex .info h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .info h5 {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
}

.widgetSectionHeroAdmin1 .spi-flex .info .contact {
    margin-bottom: 20px;
}

.widgetSectionHeroAdmin1 .spi-flex .info .contact .item {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .info .contact .item {
        font-size: 13px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
}

.widgetSectionHeroAdmin1 .spi-flex .info .contact .item .icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0px 0px 0px 0px;
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .info .contact .item .icon {
        width: 20px;
        height: 20px;
    }
}

.widgetSectionHeroAdmin1 .spi-flex .info .contact .item .icon img {
    max-height: 20px;
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .info .contact .item .icon img {
        max-height: 13px;
    }
}

.widgetSectionHeroAdmin1 .spi-flex .info p {
    color: #000;
    opacity: 0.7;
    margin: 0px;
}

@media screen and (max-width: 991px) {
    .widgetSectionHeroAdmin1 .spi-flex .info p {
        display: none;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
}

.widgetSectionHeroAdmin1 .spi-flex .info .social {
    padding: 0px 0px 10px 0px;
}

@media screen and (max-width: 991px) {
    .widgetSectionHeroAdmin1 .spi-flex .info .social {
        margin-top: -15px;
    }
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .info .social {
        display: none;
    }
}

.widgetSectionHeroAdmin1 .spi-flex .info .social a {
    display: inline-block;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
}

.widgetSectionHeroAdmin1 .spi-flex .info .social a img {
    width: 23px;
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .info .social a img {
        width: 20px;
    }
}

.widgetSectionHeroAdmin1 .spi-flex .info .control {
    margin-left: -10px;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .info .control {
        margin-top: 15px;
    }
}

@media screen and (max-width: 991px) {
    .widgetSectionHeroAdmin1 .spi-flex .info .control .btn {
        min-width: 50px;
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .info .control .btn {
        font-size: 13px;
        margin: 0px 0px 0px 10px;
        padding: 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .right {
        position: absolute;
        bottom: 0px;
        right: -20px;
    }
}

.widgetSectionHeroAdmin1 .spi-flex .right img {
    max-width: 400px;
    max-height: 500px;
}

@media screen and (max-width: 991px) {
    .widgetSectionHeroAdmin1 .spi-flex .right img {
        max-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .widgetSectionHeroAdmin1 .spi-flex .right img {
        max-width: 160px;
    }
}

@media screen and (max-width: 575px) {
    .widgetSectionHeroAdmin1 .spi-flex .right img {
        max-width: 160px;
    }
}

@media screen and (max-width: 991px) {
    .widgetSectionHeroAdmin1 .spi-flex .right {
        /* position: absolute;
          right: 10px;
          bottom: 0px;*/
    }
}

/* End Admin section */

/* Alternative Admin section */

@media (max-width: 991px) {
    .widgetSectionHeroAdmin2 .sls-new-widget-section {
        min-height: 200px !important;
    }
}

@media screen and (min-width: 992px) {
    .widgetSectionHeroAdmin2 .sls-new-widget-section {
        min-height: 475px !important;
    }
}

@media screen and (min-width: 1200px) {
    .widgetSectionHeroAdmin2 .sls-new-widget-section {
        min-height: 540px !important;
    }
}

@media (min-width: 1024px) {
    .widgetSectionHeroAdmin2.widgetFunnelApp.funnels-height .sls-new-widget-section {
        min-height: 760px !important;
    }
}

.widgetSectionHeroAdmin2 .sls-new-widget-section .sls-overlay-mid-div.container {
    align-self: flex-end;
}

.widgetSectionHeroAdmin2 .sls-new-widget-section .sls-inner-widget .info-a,
.widgetSectionHeroAdmin2 .sl-grid-row .sl-grid-cell.info-a {
    padding-left: 0;
    padding-bottom: 25px;
    align-self: center;
}

.widgetSectionHeroAdmin2 .sls-new-widget-section .sls-inner-widget .photo-a,
.widgetSectionHeroAdmin2 .sl-grid-row .sl-grid-cell.photo-a {
    padding-bottom: 0;
    max-height: 500px;
}

.widgetSectionHeroAdmin2 .sls-new-widget-section .sls-inner-widget .photo-a img,
.widgetSectionHeroAdmin2 .sl-grid-row .sl-grid-cell.photo-a img {
    max-height: 500px;
    border-radius: 4px 4px 0 0;
}

.widgetSectionHeroAdmin2 h3 {
    font-size: 50px;
    /*font-weight:normal;*/
    line-height: 1.2em;
    margin: 0;
}

.widgetSectionHeroAdmin2 h4 {
    font-size: 25px;
    /*font-weight:normal;*/
    line-height: 1.3em;
    margin: 0 0 0.4em;
}

.widgetSectionHeroAdmin2 .item-a {
    display: block;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
    margin: 0.3em 0;
    color: #333;
}

.widgetSectionHeroAdmin2 .item-a:first-of-type {
    margin-top: 0.85em;
}

.widgetSectionHeroAdmin2 .item-a:last-of-type {
    margin-bottom: 0.85em;
}

.widgetSectionHeroAdmin2 .fa {
    margin-right: 0.5em;
    min-width: 1em;
    font-size: 20px;
}

.widgetSectionHeroAdmin2 p {
    font-size: 110%;
    line-height: 1.5em;
    margin: 5px 0;
}

.widgetSectionHeroAdmin2 p:last-of-type {
    margin-bottom: 15px;
}

.widgetSectionHeroAdmin2 div a:first-of-type {
    margin-left: 0;
}

.purpleFunnelOverWhiteText .sls-vue-funnel-app.style1 .app-footer,
.purpleFunnelOverWhiteText .sls-vue-funnel-app.style1 .app-footer span,
.purpleFunnelOverWhiteText .sls-vue-funnel-app.style1 .headline,
.purpleFunnelOverWhiteText .sls-vue-funnel-app.style1 .slider-component .slider-value,
.purpleFunnelOverWhiteText .sls-vue-funnel-app.style1 .sub-headline,
.purpleFunnelOverWhiteText .sls-vue-funnel-app.style1 .thankyou-message,
.purpleFunnelOverWhiteText .sls-vue-funnel-app.style1 .thankyou-message p,
.purpleFunnelOverWhiteText .sls-vue-funnel-app.style1 .thankyou-message p b,
.purpleFunnelOverWhiteText .sls-new-widget-section.sectionWhiteText .sls-inner-widget .sls-vue-funnel-app.style1 .form-button-back {
    color: rgb(32, 32, 33) !important;
}

/*.purpleFunnelOverWhiteText .sls-vue-funnel-app.style1 .sls-v-ck,*/
/*.purpleFunnelOverWhiteText .sls-vue-funnel-app.style1 .sls-v-radio {*/
/*	color: #202021;*/
/*}*/

@media (max-width: 991px) {

    .widgetSectionHeroAdmin2 h3 {
        font-size: 36px;
    }

    .widgetSectionHeroAdmin2 h4 {
        font-size: 18px;
    }

    .widgetSectionHeroAdmin2 .sls-new-widget-section .sls-inner-widget .photo-a,
    .widgetSectionHeroAdmin2 .sl-grid-row .sl-grid-cell.photo-a {
        max-height: 400px;
    }

    .widgetSectionHeroAdmin2 .sls-new-widget-section .sls-inner-widget .photo-a img,
    .widgetSectionHeroAdmin2 .sl-grid-row .sl-grid-cell.photo-a img {
        max-height: 400px;
    }

    .widgetSectionHeroAdmin2 div a.btn {
        padding: 10px 15px;
        margin-left: 0px;
    }

    .widgetSectionHeroAdmin2 div a.btn:last-of-type {
        margin-right: 0px;
    }

}

@media (min-width: 769px) and (max-width: 991px) {
    .widgetSectionHeroAdmin2.widgetFunnelApp .sls-new-widget-section .horizontal .sls-vue-funnel-app .app-box .slide {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 768px) {

    .widgetSectionHeroAdmin2 .sls-overlay-mid-div.container {
        width: 100%;
    }

    .widgetSectionHeroAdmin2 .row [class*="col-"],
    .widgetSectionHeroAdmin2 .sl-grid-row .sl-grid-cell {
        padding: 0 !important;
    }

    .widgetSectionHeroAdmin2 .sls-new-widget-section .sls-inner-widget .info-a,
    .widgetSectionHeroAdmin2 .sl-grid-row .sl-grid-cell.info-a {
        padding-bottom: 15px !important;
        padding-left: 20px !important;
    }

    .widgetSectionHeroAdmin2 .sls-new-widget-section .sls-inner-widget .info-a,
    .widgetSectionHeroAdmin2 .sl-grid-row .sl-grid-cell.info-a {
        position: relative;
        z-index: 3;
    }

    .widgetSectionHeroAdmin2 .sls-new-widget-section .sls-inner-widget .photo-a,
    .widgetSectionHeroAdmin2 .sl-grid-row .sl-grid-cell.photo-a {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 45vw;
        max-width: 200px;
        max-height: 220px;
        padding-left: 20px;
    }

    .widgetSectionHeroAdmin2 .sls-new-widget-section .sls-inner-widget .photo-a img,
    .widgetSectionHeroAdmin2 .sl-grid-row .sl-grid-cell.photo-a img {
        max-height: 220px;
    }

    .widgetSectionHeroAdmin2 h3 {
        font-size: 28px;
    }

    .widgetSectionHeroAdmin2 h4 {
        font-size: 18px;
    }

    .widgetSectionHeroAdmin2 .item-a {
        font-size: 14px;
    }

    .widgetSectionHeroAdmin2 .fa {
        font-size: 15px;
    }

    .widgetSectionHeroAdmin2 div a.btn {
        padding: 10px 5px;
        font-size: 12px;
        margin-left: 0px;
    }

    .widgetSectionHeroAdmin2 div a.btn:last-of-type {
        margin-right: 0px;
    }

}

@media (max-width: 767px) {
    .widgetSectionHeroAdmin2 .form-holder {
        margin-top: -200px !important;
        z-index: 1000;
    }
}

@media (max-width: 500px) {
    .widgetSectionHeroAdmin2.widgetFunnelApp .sls-new-widget-section .sls-overlay-mid-div.container {
        padding: 0;
    }

    .widgetSectionHeroAdmin2.widgetFunnelApp .sls-new-widget-section .form-holder.horizontal {
        margin-bottom: 5px !important;
    }
}

/* End Alternative Admin section */

/* Start LO section 1 */

.widgetSectionHeroLO .sls-new-widget-section {
    min-height: 540px !important;
}

@media (min-width: 992px) {
    body.lo-page-new.navbar-rocket--fixed-transparent .widgetSectionHeroLO:first-of-type .sls-new-widget-section {
        min-height: 640px !important;
    }
}

@media (min-width: 768px) {
    body.lo-page-new.navbar-rocket--fixed-transparent .widgetSectionHeroLO:first-of-type .sls-overlay-mid-div.container {
        margin-top: 100px;
    }

}

.nc_container_lo {
    position: relative;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 7px 30px -10px rgb(133, 153, 162, .5);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: all 600ms ease-in-out;
    height: 400px;
    width: 300px;
    margin: auto;
    display: inline-block;
}

.widgetSectionHeroLO .sls-new-widget-section .info-a .lo-info-inner > a,
.widgetSectionHeroLO .sls-new-widget-section .info-a .lo-info-inner > span {
    display: table;
}

.widgetSectionHeroLO .sls-new-widget-section .photo-a .lo-photo-inner {
    text-align: right;
}


.nc_container_lo a:hover {
    text-decoration: none;
}

.nc_container_lo .nc_image_inner_lo {
    width: 100%;
    height: 100%;
}

.nc_container_lo .nc_image_inner_lo:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    pointer-events: none;
    z-index: 1;
    /*background: linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.5) 10%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 100%);*/
}

.nc_container_lo .nc_image_inner_lo a {
    display: block;
    height: 100%;
    width: 100%;
}


.nc_container_lo .nc_image_inner_lo a img {
    display: block;
    width: 100%;
    height: 100% !important;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 0;
    margin: 0;
    transform: scale(1.001, 1.001);
    transition: transform 650ms ease-in-out;
}

.nc_container_lo:hover .nc_image_inner_lo a img {
    transform: scale(1.05, 1.05);
}

.widgetSectionHeroLO .sl-grid-row .sl-grid-cell.info-a {
    padding-left: 0;
    padding-bottom: 25px;
    align-self: center;
}

.widgetSectionHeroLO .sl-grid-row .sl-grid-cell.photo-a {
    padding-bottom: 0;
    align-self: center;
}

.widgetSectionHeroLO .sls-new-widget-section .sls-inner-widget .photo-a .nc_container_lo .nc_image_inner_lo a,
.widgetSectionHeroLO .sl-grid-row .sl-grid-cell.photo-a .nc_container_lo .nc_image_inner_lo a {
    height: 100%;
    width: 100%;
}

.widgetSectionHeroLO h3 {
    font-size: 50px;
    /*font-weight:normal;*/
    line-height: 1.2em;
    margin: 0;
}

.widgetSectionHeroLO h4 {
    font-size: 25px;
    /*font-weight:normal;*/
    line-height: 1.3em;
    margin: 0 0 0.4em;
}

.widgetSectionHeroLO .item-a {
    display: block;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: normal;
    margin: 0.3em 0;
    color: #333;
}

.widgetSectionHeroLO .item-a:first-of-type {
    margin-top: 0.85em;
}

.widgetSectionHeroLO .item-a:last-of-type {
    margin-bottom: 0.85em;
}

.widgetSectionHeroLO .fa {
    margin-right: 0.5em;
    min-width: 1em;
    font-size: 20px;
}

.widgetSectionHeroLO .fa.fa-mobile {
    font-size: 30px;
    margin-right: 0px;
    vertical-align: sub;
}

.widgetSectionHeroLO p {
    font-size: 110%;
    line-height: 1.5em;
    margin: 5px 0;
}

.widgetSectionHeroLO p:last-of-type {
    margin-bottom: 15px;
}

.widgetSectionHeroLO .clamped-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.widgetSectionHeroLO div a:first-of-type {
    margin-left: 0;
}

@media (max-width: 991px) {

    .widgetSectionHeroLO .sls-new-widget-section {
        min-height: 460px !important;
    }

    .widgetSectionHeroLO .sl-grid-row .sl-grid-cell.info-a {
        flex-basis: 65%;
    }

    .widgetSectionHeroLO .sl-grid-row .sl-grid-cell.photo-a {
        align-self: flex-start;
    }

    .widgetSectionHeroLO h3 {
        font-size: 36px;
    }

    .widgetSectionHeroLO h4 {
        font-size: 18px;
    }

    .nc_container_lo {
        height: 260px;
        width: 195px;
    }


    .widgetSectionHeroLO div a.btn {
        padding: 10px 15px;
        margin-left: 0px;
    }

    .widgetSectionHeroLO div a.btn:last-of-type {
        margin-right: 0px;
    }

}

@media (max-width: 768px) {

    .widgetSectionHeroLO .sls-new-widget-section {
        min-height: 300px !important;
    }

    .widgetSectionHeroLO .sls-overlay-mid-div.container {
        width: 100%;
    }

    .widgetSectionHeroLO .row [class*="col-"],
    .widgetSectionHeroLO .sl-grid-row .sl-grid-cell {
        padding: 0 !important;
    }

    .widgetSectionHeroLO .sls-new-widget-section .sls-inner-widget .info-a,
    .widgetSectionHeroLO .sl-grid-row .sl-grid-cell.info-a {
        padding-bottom: 15px !important;
    }

    .widgetSectionHeroLO .sls-new-widget-section .sls-inner-widget .info-a,
    .widgetSectionHeroLO .sl-grid-row .sl-grid-cell.info-a {
        position: relative;
        z-index: 3;
        margin-right: 0px;
    }

    .widgetSectionHeroLO .sls-new-widget-section .sls-inner-widget .photo-a,
    .widgetSectionHeroLO .sl-grid-row .sl-grid-cell.photo-a {
        position: absolute;
        right: 15px;
        top: 32px;
        z-index: 1;
        width: 183px;
        height: 244px;
        max-width: 183px;
        max-height: 244px;
    }

    .nc_container_lo {
        height: 244px;
        width: 183px;
    }

    .widgetSectionHeroLO h3 {
        font-size: 32px;
        margin-right: 183px;
    }

    .widgetSectionHeroLO h4 {
        font-size: 18px;
        margin-right: 183px;
    }


    .widgetSectionHeroLO .item-a {
        font-size: 14px;
    }

    .widgetSectionHeroLO .fa {
        font-size: 15px;
    }

    .widgetSectionHeroLO .fa.fa-mobile {
        font-size: 24px;
    }

    .widgetSectionHeroLO div a.btn {
        padding: 10px 5px;
        font-size: 18px;
        margin-left: 0px;
    }

    .widgetSectionHeroLO div a.btn:last-of-type {
        margin-right: 0px;
    }

}

@media (max-width: 360px) {
    .widgetSectionHeroLO .sl-grid-row .sl-grid-cell.photo-a {
        top: 48px;
        width: 135px;
        height: 180px;
        max-width: 135px;
        max-height: 180px;
    }

    .nc_container_lo {
        width: 135px;
        height: 180px;
    }

    .widgetSectionHeroLO h3 {
        margin-right: 135px;
    }

    .widgetSectionHeroLO h4 {
        margin-right: 135px;
    }


}

@media (max-width: 500px) {

    .widgetSectionHeroLO .sl-grid-row .sl-grid-cell.info-a {

    }
}


/* End LO section 1 */

/* Hero User section */

.widgetSectionHeroUser {

}

.widgetSectionHeroUser .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder .app-box h4,
.widgetSectionHeroUser .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder .app-box p,
.widgetSectionHeroUser .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder .app-box p *,
.widgetSectionHeroUser .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder .app-box .slider-value,
.widgetSectionHeroUser.widgetSectionHeroUser2 .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder .app-box label:not(:hover),
.widgetSectionHeroUser .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder .app-box span,
.widgetSectionHeroUser .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder .app-box span.form-button-back,
.widgetSectionHeroUser .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder .app-footer span {
    color: #202021;
}


.widgetSectionHeroUser .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder .app-box span.form-button-back {
    color: #357dcc;
}

.widgetSectionHeroUser.white-form-bg.widgetSectionHeroUser1 .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder {
    background: rgba(255, 255, 255, 0.9);
    margin: 20px auto;
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.widgetSectionHeroUser .lo-avatar-block {
    flex-shrink: 0;
    margin: 0px 30px 0px 0px;
    width: 400px;
    height: 400px;
    overflow: hidden;
    max-width: 40vw;
    max-height: 40vw;
}

.widgetSectionHeroUser .lo-avatar-block img {
    border-radius: 100%;
    border: 5px solid rgba(255, 255, 255, 0.99);
    display: block;
    width: 100%;
    height: 100% !important;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 10%;
}

.widgetSectionHeroUser .sectionBlackText .lo-avatar-block img {
    border: 2px solid rgba(143, 143, 143, 0.99);
}

.widgetSectionHeroUser .lo-heading-block {
    margin-bottom: 18px;
}

.widgetSectionHeroUser .lo-heading-block h1,
.widgetSectionHeroUser .lo-heading-block h1.lo-name {
    font-size: 50px;
    line-height: 1.0em;
    margin-left: -5px;
    margin-bottom: 5px;
}

.widgetSectionHeroUser .lo-heading-block h2,
.widgetSectionHeroUser .lo-heading-block h2.lo-title,
.widgetSectionHeroUser .lo-heading-block p.lo-nmls {
    font-size: 25px;
    line-height: 1.2em;
    margin-bottom: 0;
}

body.widget.loaded-in-editor.widgetSectionHeroUser .lo-heading-block h1 span,
body.widget.loaded-in-editor.widgetSectionHeroUser .lo-heading-block h1 .lo-name {

}

body.widget.loaded-in-editor.widgetSectionHeroUser code,
body.loaded-in-editor .widgetSectionHeroUser code {
    font-size: 16px;
}

.widgetSectionHeroUser p,
.widgetSectionHeroUser p:last-child {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 24px;
}


@media (max-width: 1199px) {
    .widgetSectionHeroUser .sls-new-widget-section .sl-grid-row {
        display: block !important;
        flex-wrap: wrap !important;
        text-align: center;
    }

    .widgetSectionHeroUser .lo-avatar-block {
        margin: 0px auto 0px auto;
        width: 250px;
        height: 250px;
    }

    .widgetSectionHeroUser .sls-new-widget-section .sls-inner-widget .sl-grid-row h1,
    .widgetSectionHeroUser .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
        text-align: center;
    }

    .widgetSectionHeroUser.widgetSectionHeroUser2 .sls-new-widget-section .sls-inner-widget .form-holder {
        margin: 20px auto;
    }

}

@media (min-width: 1200px) {
    .widgetSectionHeroUser:not(.full-screen-height) .sls-new-widget-section.sectionBlackText {
        min-height: 765px;
    }
}

@media (max-width: 1199px) {


    .widgetSectionHeroUser .sls-new-widget-section .container {
        width: 90%;
        margin: 0 auto;
    }

    .widgetSectionHeroUser .sls-new-widget-section .sl-grid-row .sl-grid-cell + .sl-grid-cell {
        padding-right: 0;
    }

    .widgetSectionHeroUser.widgetSectionHeroUser1 .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder {
        margin: 20px auto;
    }

}

@media (min-width: 769px) and (max-width: 1199px) {

}

@media (max-width: 768px) {
    .widgetSectionHeroUser .sls-new-widget-section .sls-inner-widget {
        padding-top: 10px !important;
    }

    .widgetSectionHeroUser .lo-avatar-block {
        width: 220px;
        height: 220px;
        max-width: 60vw;
        max-height: 60vw;
    }

    .widgetSectionHeroUser .sls-new-widget-section .sls-inner-widget .sl-grid-row h1,
    .widgetSectionHeroUser .sls-new-widget-section .sls-inner-widget .sl-grid-row p {
        text-align: center;
    }

    .widgetSectionHeroUser.widgetSectionHeroUser2 .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder {
        border-radius: 10px;
        margin: 20px auto;
    }

    .widgetSectionHeroUser.widgetSectionHeroUser2 .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder .sls-vue-funnel-app {
        border-radius: 10px;
        text-align: center;
    }

    .widgetSectionHeroUser.widgetSectionHeroUser2 .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder .sls-vue-funnel-app .app-header {
        border-radius: 10px 10px 0 0;
    }

}

@media (max-width: 499px) {
    .widgetSectionHeroUser .sls-new-widget-section .container {
        width: 100%;
    }

    .widgetSectionHeroUser .horizontal .sls-vue-funnel-app .app-box {
        padding: 0 5px;
    }
}


@media (max-width: 425px) {

    .widgetSectionHeroUser .lo-avatar-block {
        width: 180px;
        height: 180px;
    }

    .widgetSectionHeroUser .lo-heading-block h1,
    .widgetSectionHeroUser .lo-heading-block h1.lo-name {
        font-size: 36px;
        line-height: 1.0em;
    }

    .widgetSectionHeroUser .lo-heading-block h2,
    .widgetSectionHeroUser .lo-heading-block h2.lo-title {
        font-size: 22px;
    }

    .widgetSectionHeroUser .lo-heading-block p.lo-nmls {
        font-size: 20px;
    }

    .widgetSectionHeroUser .lo-text-block.hide-it-on-mobile {
        width: 0;
        height: 0;
        overflow: hidden;
        animation-duration: 0s;
        animation-delay: 0s;
    }

    .widgetSectionHeroUser .lo-buttons a.btn {
        margin: 15px 0 5px;
        padding: 15px;
    }

    .widgetSectionHeroUser .lo-buttons a.btn + a.btn {
        margin-left: 10px;
    }

}

/* End Hero User section */

/* Hero User Info */

.widgetSectionUserInfo .sls-new-widget-section .sl-grid-cell img {
    border-radius: 5px;
}

.widgetSectionUserInfo.large-user-photo.overflowed-section:not(.first-section),
.widgetSectionUserInfo.large-user-photo.overflowed-section:not(.first-section) .sls-new-widget-section,
.widgetSectionUserInfo.large-user-photo.overflowed-section:not(.first-section) .sls-new-widget-section .sls-overlay {
    overflow: visible;
}

.widgetSectionUserInfo.large-user-photo h2 {
    line-height: 1.0em;
}

.widgetSectionUserInfo.large-user-photo h2 span {
    font-size: 60%;
}

.widgetSectionUserInfo.large-user-photo .admin-avatar-block {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
}

.widgetSectionUserInfo.large-user-photo.overflowed-section:not(.first-section) .admin-avatar-block {
    margin-top: -100px;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
}

.widgetSectionUserInfo.large-user-photo .sls-new-widget-section .sl-grid-cell img {
    display: block;
    width: 100%;
    height: 100% !important;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 10%;
    background: #ddd;
    border: 15px solid #fff;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.5);

}

.widgetSectionUserInfo.large-user-photo .sls-new-widget-section .sl-grid-cell a.btn.sls-funnel-button {
    margin-left: 0;
}

@media (max-width: 768px) {
    .widgetSectionUserInfo.large-user-photo .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        padding-left: 0;
        padding-right: 0;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .widgetSectionUserInfo.large-user-photo.overflowed-section:not(.first-section) .admin-avatar-block {
        margin-top: 0px;
    }

}

@media (min-width: 769px) and (max-width: 991px) {

    .widgetSectionUserInfo.large-user-photo .admin-avatar-cell {
        align-self: flex-start;
    }

    .widgetSectionUserInfo.large-user-photo.overflowed-section:not(.first-section) .admin-avatar-block {
        margin-top: 0px;
    }

}

@media (max-width: 768px) {

    .widgetSectionUserInfo.large-user-photo.overflowed-section:not(.first-section) .admin-avatar-block,
    .widgetSectionUserInfo.large-user-photo .admin-avatar-block {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 500px) and (max-width: 768px) {
    .widgetSectionUserInfo.large-user-photo *,
    .widgetSectionUserInfo.large-user-photo h2,
    .widgetSectionUserInfo.large-user-photo p {
        text-align: center;
    }
}

@media (max-width: 499px) {

    .widgetSectionUserInfo.large-user-photo .sls-new-widget-section .sl-grid-cell a.btn.sls-funnel-button {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        white-space: normal;
    }

}

@media (max-width: 400px) {

    .widgetSectionUserInfo.large-user-photo .sls-new-widget-section .sl-grid-cell a.btn.sls-funnel-button {
        font-size: 90%;
    }

}

/* End Hero User Info */

/* Alternative Hero User section */

.widgetSectionHeroUser.alt-user-photo .sls-new-widget-section .sl-grid-row .sl-grid-cell {
    padding-left: 0;
    padding-right: 0;
}

.widgetSectionHeroUser.alt-user-photo .lo-avatar-block {
    border-radius: 15px;
    border: 1px solid rgba(30, 30, 30, .2);
    margin-top: 0px;
    margin-bottom: 15px;
}

.widgetSectionHeroUser.alt-user-photo .lo-avatar-block a.lo-avatar-block-qr {
    position: absolute;
    bottom: 31px;
    border-radius: 15px 0px 15px 0px;
    display: inline-block;
    overflow: hidden;
    right: 54px;
}

.widgetSectionHeroUser.alt-user-photo.alt1 .lo-avatar-block a.lo-avatar-block-qr,
.widgetSectionHeroUser.alt-user-photo.alt2 .lo-avatar-block a.lo-avatar-block-qr {
    bottom: 41px;
}

.widgetSectionHeroUser.alt-user-photo.alt3 .lo-avatar-block a.lo-avatar-block-qr {
    bottom: 40px;
    right: 52px;
}

.widgetSectionHeroUser.alt-user-photo .lo-avatar-block a.lo-avatar-block-qr img {
    width: 80px;
    border-radius: 15px 0px 15px 0px;
    border: 0px none;
}

.widgetSectionHeroUser.alt-user-photo.alt2 .lo-avatar-block a.lo-avatar-block-qr,
.widgetSectionHeroUser.alt-user-photo.alt2 .lo-avatar-block a.lo-avatar-block-qr img {
    border-radius: 15px 0px 4px 0px;
}

.widgetSectionHeroUser.alt-user-photo.alt3 .lo-avatar-block a.lo-avatar-block-qr,
.widgetSectionHeroUser.alt-user-photo.alt3 .lo-avatar-block a.lo-avatar-block-qr img {
    border-radius: 15px 0px 0px 0px;
}

.widgetSectionHeroUser.alt-user-photo.alt3 .lo-avatar-block a.lo-avatar-block-qr img {
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    border-top: 2px solid rgba(0, 0, 0, 0.5);
}

.widgetSectionHeroUser.alt-user-photo .lo-heading-block h1.lo-name .fa.fa-qrcode {
    font-size: 0.7em;
}

.widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-nmls {
    font-size: 18px;
}

.widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-email {
    margin: 0px;
}

.widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-email a {
    font-size: 20px;
    white-space: nowrap;
}

.widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-phone {
    margin: 10px 0 0 0;
}

.widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-phone a {
    font-size: 20px;
}

.widgetSectionHeroUser.alt-user-photo .lo-heading-block p .fa {
    margin-right: 5px;
}

.widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-qr {
    font-size: 24px;
    margin: 5px 0 0 0;
    line-height: 1em;
}

.widgetSectionHeroUser.alt-user-photo .lo-heading-block p .fa.fa-qrcode {
    font-size: 25px;
    vertial-align: text-bottom;
}

.widgetSectionHeroUser.alt-user-photo .lo-heading-block p .fa.fa-email {

}

.widgetSectionHeroUser.alt-user-photo .lo-heading-block p .fa.fa-phone {

}

.widgetSectionHeroUser.alt-user-photo .heroMediaBlock {

}

.widgetSectionHeroUser.alt-user-photo .heroMediaBlock .heroSocial {
    margin: 20px 5px 20px 2px;
}

.widgetSectionHeroUser.alt-user-photo .heroMediaBlock .heroSocial li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.widgetSectionHeroUser.alt-user-photo .heroMediaBlock .heroSocial li a {

}

.widgetSectionHeroUser.alt-user-photo .heroMediaBlock .heroSocial li a img {
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 4px;
}

.widgetSectionHeroUser.alt-user-photo .lo-buttons a.btn {
    font-size: 20px;
}

.widgetSectionHeroUser.alt-user-photo .lo-avatar-block img {
    border-radius: 4px;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    border: 0px none;
}

.widgetSectionHeroUser.alt-user-photo.alt1 .lo-avatar-block {
    border-radius: 15px;
    border: 2px dotted rgba(255, 255, 255, .99);
    margin-top: 25px;
    margin-bottom: 25px;
}

.widgetSectionHeroUser.alt-user-photo.alt2 .lo-avatar-block {
    box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0.35);
    border-radius: 3px;
    border: 0px none;
    margin-top: 25px;
    margin-bottom: 25px;
}

.widgetSectionHeroUser.alt-user-photo.alt2 .lo-avatar-block img {
    border-radius: 0px;
    border: 2px solid rgba(255, 255, 255, .99);
}

.widgetSectionHeroUser.alt-user-photo.alt3 .lo-avatar-block {
    box-shadow: 0 0 0px 15px rgba(255, 255, 255, 0.95);
    border-radius: 3px;
    border: 0px none;
    margin-top: 25px;
    margin-bottom: 25px;
}

.widgetSectionHeroUser.alt-user-photo.alt3 .lo-avatar-block img {
    border-radius: 0px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-bottom: 4px solid rgba(0, 0, 0, 0.5);
}

@media (min-width: 1200px) {
    .widgetSectionHeroUser.alt-user-photo .lo-avatar-block {
        width: 330px;
        height: 420px;
    }

    .widgetSectionHeroUser.alt-user-photo.alt-user-photo-no-bg .sl-grid-cell.lo-info-cell {
        align-self: center;
        padding-bottom: 30px;
    }

    .widgetSectionHeroUser.alt-user-photo .sl-grid-cell.lo-avatar-cell {
        padding-right: 2% !important;
    }

    .widgetSectionHeroUser.alt-user-photo.alt-user-photo-no-bg .sl-grid-cell.lo-avatar-cell {
        padding-bottom: 0px !important;
    }

    .widgetSectionHeroUser.alt-user-photo.alt-user-photo-no-bg .lo-avatar-block {
        border-radius: 0;
        border: 0;
        margin: 0px auto;
    }

    .widgetSectionHeroUser.alt-user-photo.alt-user-photo-no-bg .lo-avatar-block {
        width: 420px;
        height: 540px;
    }

    .widgetSectionHeroUser.alt-user-photo.alt-user-photo-no-bg .lo-avatar-block img {
        border-radius: 0px;
        background: transparent;
        border: 0px none;
    }

    .widgetSectionHeroUser.alt-user-photo.alt-user-photo-no-bg .lo-avatar-block a.lo-avatar-block-qr {
        bottom: 5px;
        right: 25px;
    }

}

@media (max-width: 1199px) {
    .widgetSectionHeroUser.alt-user-photo .lo-avatar-block {
        width: 360px;
        height: 480px;
        max-width: 360px;
        max-height: 480px;
    }

    .widgetSectionHeroUser.alt-user-photo .lo-avatar-block a.lo-avatar-block-qr {
        right: calc(50% - 179px);
    }

    .widgetSectionHeroUser.alt-user-photo.alt3 .lo-avatar-block a.lo-avatar-block-qr {
        right: calc(50% - 180px);
    }
}

@media (min-width: 992px) {

    .widgetSectionHeroUser.alt-user-photo .lo-buttons a.btn:first-of-type {
        margin-left: 0;
    }

    .widgetSectionHeroUser.alt-user-photo .lo-buttons a.btn {
        font-size: 22px;
        padding: 20px 35px;
    }

}

@media (max-width: 768px) {
    .widgetSectionHeroUser.alt-user-photo .lo-avatar-block {
        width: 300px;
        height: 400px;
    }

    .widgetSectionHeroUser.alt-user-photo.alt1 .lo-avatar-block,
    .widgetSectionHeroUser.alt-user-photo.alt2 .lo-avatar-block,
    .widgetSectionHeroUser.alt-user-photo.alt3 .lo-avatar-block {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .widgetSectionHeroUser.alt-user-photo .lo-avatar-block a.lo-avatar-block-qr {
        right: calc(50% - 149px);
    }

    .widgetSectionHeroUser.alt-user-photo.alt1 .lo-avatar-block a.lo-avatar-block-qr,
    .widgetSectionHeroUser.alt-user-photo.alt2 .lo-avatar-block a.lo-avatar-block-qr {
        bottom: 31px;
    }

    .widgetSectionHeroUser.alt-user-photo.alt3 .lo-avatar-block a.lo-avatar-block-qr {
        right: calc(50% - 150px);
        bottom: 30px;
    }

    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-phone,
    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-email {

    }

    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-phone a,
    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-email a {
        font-size: 20px;
    }

    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p .fa {
        margin-right: 5px;
        font-size: 20px;
    }

}

@media (max-width: 499px) {

    .widgetSectionHeroUser.alt-user-photo .sls-overlay-mid-div.container .sls-inner-widget,
    .widgetSectionHeroUser.alt-user-photo .sls-overlay-mid-div.container .sls-inner-widget .sl-grid-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .widgetSectionHeroUser.alt-user-photo .sls-new-widget-section .sls-overlay-mid-div.container {
        width: 94%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-nmls {
        font-size: 16px;
    }

    .widgetSectionHeroUser.alt-user-photo .heroMediaBlock .heroSocial {
        margin: 10px 10px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-phone,
    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-email,
    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-phone a,
    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-phone a span,
    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-email a,
    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p.lo-email a span {
        font-size: 15px;
    }

    .widgetSectionHeroUser.alt-user-photo .lo-heading-block p .fa {
        margin-right: 4px;
    }

    .widgetSectionHeroUser.alt-user-photo .lo-buttons {
        padding: 0px 10px;
    }

}

@media (max-width: 425px) {
    .widgetSectionHeroUser.alt-user-photo .lo-avatar-block {
        width: 210px;
        height: 280px;
        max-width: 100%;
        max-height: 100%;
    }

    .widgetSectionHeroUser.alt-user-photo .lo-avatar-block a.lo-avatar-block-qr {
        right: calc(50% - 104px);
    }

    .widgetSectionHeroUser.alt-user-photo.alt3 .lo-avatar-block a.lo-avatar-block-qr {
        right: calc(50% - 105px);
    }

    .widgetSectionHeroUser.alt-user-photo .lo-heading-block {
        margin-bottom: 5px;
    }
}

/* Ens Alternative Hero User section */

/* Start Typed Text Sections */

section:not(.loaded-in-editor) #typed-strings,
section:not(.loaded-in-editor) .typed-strings {
    display: none;
}

.typed-cursor:not(.typed-cursor--blink) {
    animation: typedjsBlink 0.7s infinite;
    -webkit-animation: typedjsBlink 0.7s infinite;
    animation: typedjsBlink 0.7s infinite;
}

.widgetSectionHeroText h2.typed-parent span {
    font-weight: 600;
}


@media (max-width: 1199px) {

    .typed-parent {
        font-size: 42px !important;
        margin-bottom: 12px;
    }
}

@media (max-width: 1024px) {
    .typed-parent {
        line-height: 1.3em;
        min-height: 2.6em;
        margin-bottom: 12px;
    }

    .typed-content {
        display: block;
    }
}

@media (max-width: 768px) {

    .typed-animation p {
        line-height: 1.3em !important;
        font-size: 24px !important;
    }

    .typed-parent {
        font-size: 32px !important;
        line-height: 1.1em !important;
        min-height: 2.2em;
    }

    .typed-content {
        text-align: left;
    }

    .typed-cursor {
        font-size: 24px;
    }


}

@media (min-width: 361px) and (max-width: 768px) {

    section:not(.loaded-in-editor).widgetSectionHeroText.typed-animation .sl-grid-row,
    section:not(.loaded-in-editor).widgetSectionHeroText.typed-animation .sl-grid-cell {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 360px) {
    .typed-parent {
        min-height: 3.4em;
    }

    #typed,
    .typed {
        font-size: 32px;
        line-height: 32px;
    }

    .typed-animation p {
        font-size: 22px !important;
        line-height: 1.2em !important;
    }
}

.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section .sls-inner-widget .sl-grid-row h2,
.widgetSectionHeroTextFunnelTyped2_anim .sls-new-widget-section .sls-inner-widget .sl-grid-row h2,
.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section .sls-inner-widget .sl-grid-row h2,
.widgetSectionHeroTextFunnelTyped2_anim .sls-new-widget-section .sls-inner-widget .sl-grid-row h2 span {
    font-weight: 700;
}

.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay.lighter-form-bg .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-holder {
    background: rgba(255, 255, 255, 0.9);
}

.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay.lighter-form-bg .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-holder button,
.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay.lighter-form-bg .sls-new-widget-section.sectionBlackText .sls-inner-widget .form-holder label {
    color: #fff;
}

.widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget .thankyou-message p,
.widgetSectionHeroText.widgetSectionHeroHigh .sls-new-widget-section .sls-inner-widget .thankyou-message p b {
    font-size: 18px;
    line-height: 1.5em;
}

.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay.lighter-form-bg .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder {
    /* background: rgba(255, 255, 255, 0.3); */
}

.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay.lighter-form-bg .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder *:not(button):not(label) {
    color: #000;
}

.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay.lighter-form-bg .sls-new-widget-section.sectionWhiteText .sls-inner-widget .form-holder {
    background: rgba(255, 255, 255, 0.9);
}

.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section.sectionBlackText .sls-inner-widget h2,
.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section.sectionBlackText .sls-inner-widget h2 *,
.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section.sectionBlackText .sls-inner-widget p,
.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section.sectionBlackText .sls-inner-widget a:not(.btn) {
    text-shadow: 1px -1px 2px rgb(255, 255, 255, 0.20), 0px 0px 5px rgb(255, 255, 255, 0.33);
}

.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section.sectionBlackText .sls-inner-widget p {
    color: #000;
    text-shadow: 1px -1px 2px rgb(0, 0, 0, 0.20), 0px 0px 5px rgb(255, 255, 255, 0.33);
}

.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section.sectionWhiteText .sls-inner-widget h2,
.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section.sectionWhiteText .sls-inner-widget h2 *,
.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section.sectionWhiteText .sls-inner-widget p,
.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section.sectionWhiteText .sls-inner-widget a:not(.btn) {
    text-shadow: 1px -1px 2px rgb(0, 0, 0, 0.20), 0px 0px 5px rgb(0, 0, 0, 0.33);
}

.widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section.sectionWhiteText .sls-inner-widget p {
    text-shadow: 1px -1px 2px rgb(255, 255, 255, 0.20), 0px 0px 5px rgb(0, 0, 0, 0.33);
}

@media (min-width: 769px) {
    .widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section {
        min-height: 700px;
    }
}

@media (max-width: 768px) {
    .widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section .container {
        min-width: 90%;
    }

    .typed-cursor {
        font-size: inherit;;
    }

    .widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section .sls-inner-widget .sl-grid-row .typed-parent {
        min-height: 4.5em;
    }

    .widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section .sls-inner-widget .form-holder {
        border-radius: 10px;
        margin: 0 2%;
        max-width: 96%;
    }
}

@media (max-width: 520px) {
    .widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section .container {
        min-width: 100%;
        padding: 0 5px;
    }

    .widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section {
        min-height: 550px;
    }
}

@media (max-width: 360px) {
    .widgetSectionHeroTextFunnelTyped2_anim.typed-animation-no-start-delay .sls-new-widget-section .sls-inner-widget .sl-grid-row .typed-parent {
        min-height: 5.7em;
    }
}

/* End Typed Text Sections */

/* Start Anime-js Sections */

.widgetSectionHeroTextFunnelHigh1_animelib {

}

.widgetSectionHeroTextFunnelHigh1_animelib .lettersline14 .text-wrapper {
    position: relative;
    display: inline-block;
}

.widgetSectionHeroTextFunnelHigh1_animelib .lettersline14 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transform-origin: 0% 100%;
    bottom: 0;
}

body.widget.loaded-in-editor.widgetSectionHeroTextFunnelHigh1_animelib .lettersline14 .line {
    display: none;
}

.widgetSectionHeroTextFunnelHigh1_animelib .lettersline14 .letter {
    display: inline-block;
}

@media (min-width: 769px) {
    .widgetSectionHeroTextFunnelHigh1_animelib .sls-new-widget-section .sls-inner-widget .sl-grid-row h2 {
        line-height: 1.0em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .widgetSectionHeroText.widgetSectionHeroTextFunnelHigh1_animelib .sls-new-widget-section .sls-inner-widget {
        /*width: 100%;*/
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .widgetSectionHeroText.widgetSectionHeroTextFunnelHigh1_animelib .sls-new-widget-section .container {
        /*width: 100%;*/
    }
}

@media (max-width: 768px) {

    .widgetSectionHeroTextFunnelHigh1_animelib .lettersline14 .text-wrapper {
        padding-bottom: 0.05em;
    }

    .widgetSectionHeroTextFunnelHigh1_animelib .lettersline14 .letter {
        display: inline;
    }
}


.widgetSectionHeroText.widgetSectionHeroTextFunnelHigh1_animelib2a .sls-new-widget-section .sls-inner-widget .sl-grid-row h2 span {
    font-weight: 700;
}

@media (max-width: 1199px) {
    body:not(.widget) .widgetSectionHeroText.widgetSectionHeroTextFunnelHigh1_animelib2a:not(.widgetSectionHeroGrad) .sls-new-widget-section .sl-grid-row {
        display: flex !important;
        flex-wrap: nowrap !important;
    }
}

@media (max-width: 991px) {
    body:not(.widget) .widgetSectionHeroText.widgetSectionHeroTextFunnelHigh1_animelib2a:not(.widgetSectionHeroGrad) .sls-new-widget-section .sl-grid-row {
        display: block !important;
        flex-wrap: wrap !important;
    }
}

@media (min-width: 768px) {
    .widgetSectionHeroText.widgetSectionHeroTextFunnelHigh1_animelib2a .sls-new-widget-section .sls-inner-widget {
        padding-top: 10px !important;
        padding-bottom: 250px !important;
    }

    .widgetSectionHeroText.widgetSectionHeroTextFunnelHigh1_animelib2a .sls-new-widget-section .sls-inner-widget p {
        font-size: 30px;
        line-height: 1.1em;
    }

}

@media (max-width: 767px) {

    .widgetSectionHeroText.widgetSectionHeroTextFunnelHigh1_animelib2a .sls-new-widget-section .sls-inner-widget .sl-grid-row {
        margin-top: 10px !important;
    }

    .widgetSectionHeroText.widgetSectionHeroTextFunnelHigh1_animelib2a .sls-new-widget-section .sls-inner-widget {
        padding-top: 10px !important;
        padding-bottom: 150px !important;
    }

    .widgetSectionHeroText.widgetSectionHeroTextFunnelHigh1_animelib2a .sls-new-widget-section .sls-inner-widget p {
        font-size: 25px;
        line-height: 1.1em;
    }

}

/* End Anime-js Sections */


/* Start Text And SideBar with funnel section */
.widgetSectionTextAndSidebarFunnel .container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.widgetSectionTextAndSidebarFunnel ul {
    list-style: none;
}

.widgetSectionTextAndSidebarFunnel li + li {
    margin: 60px 0 0;
}

.widgetSectionTextAndSidebarFunnel li i {
    margin: 10px 20px 0 0;
    float: left;
    font-size: 70px;
    color: #a7b3bd !important;
    width: 68px;
}

.widgetSectionTextAndSidebarFunnel li h2,
.widgetSectionTextAndSidebarFunnel li h3,
.widgetSectionTextAndSidebarFunnel li h4 {
    margin-bottom: 15px;
}

.widgetSectionTextAndSidebarFunnel li p {
    padding-left: 89px;
}

.widgetSectionTextAndSidebarFunnel .sidebar-funnel-section {
    min-width: 312px;
}

.widgetSectionTextAndSidebarFunnel .sidebar-funnel-button {
    width: 100%;
    text-align: center;
}

.widgetSectionTextAndSidebarFunnel .sls-vue-funnel-app {
    text-align: center;
}

@media (max-width: 991px) {
    .widgetSectionTextAndSidebarFunnel .sls-new-widget-section .sl-grid-row {
        display: block !important;
        flex-wrap: wrap !important;
    }

    .widgetSectionTextAndSidebarFunnel .sidebar-funnel-section .sls-vue-funnel-app {
        max-width: 100%;
    }
}

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

/* ENd Text And SideBar with funnel section */


/* Start Text and Button Low Section */
.widgetSectionTextButtonLow .sls-inner-widget h2 {
    margin: 10px 0;
}

.widgetSectionTextButtonLow .flex-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 0;
}

.widgetSectionTextButtonLow .sls-inner-widget > .triangle-top {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    top: 0;
    left: calc(50% - 8px)
}

/* End Text and Button Low Section */

/* Start Text and Images Low Section */

.widgetSectionLowBadgesText .sls-new-widget-section .sl-grid-cell img {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    body:not(.widget) .widgetSectionLowBadgesText .sls-new-widget-section .sl-grid-row {
        display: flex !important;
    }

    body:not(.widget) .widgetSectionLowBadgesText .sls-new-widget-section .sl-grid-row .sl-grid-cell {
        flex-basis: 30% !important;
    }
}

/* End Text and Images Low Section */

/* Start Text and Buttons with a Photo Sections */

.widget .sls-new-widget-section .sl-grid-row .sl-grid-cell.image-fill,
.widget .sls-new-widget-section .sl-grid-row .sl-grid-cell.space-cell {
    padding: 0 !important;
}

.widgetSectionHeroTextPhoto .sl-grid-cell.image-fill img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    padding: 0;
}

.widgetSectionHeroTextPhoto .sl-grid-cell p:last-child {
    margin-bottom: 8px;
}


body:not(.loaded-in-editor) .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div:not(.animationend) .sl-grid-row {
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(.7, .085, .79, .415) .1s;
    overflow: hidden;
}

body:not(.loaded-in-editor) .reverse-order-rows .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div:not(.animationend) .sl-grid-row {
    transform: translateX(-100%);
}

body:not(.loaded-in-editor) .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div.imageAppearance1:not(.animationend) .sl-grid-row,
body:not(.loaded-in-editor) .reverse-order-rows .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div.imageAppearance1:not(.animationend) .sl-grid-row {
    transform: translateX(0);
    transition: transform .7s cubic-bezier(.565, .43, .24, .92) .1s;
}

body:not(.loaded-in-editor) .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div:not(.animationend) .image-fill:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(1);
    transform-origin: center left;
    transition: transform .6s cubic-bezier(.7, .085, .79, .415);
    will-change: transform;
    z-index: 20;
}

body:not(.loaded-in-editor) .sls-new-widget-section.sectionWhiteText[data-animation-name=imageAppearance1] .sls-overlay-mid-div:not(.animationend) .image-fill:before {
    background-color: #fff;
    opacity: 0.9;
}

body:not(.loaded-in-editor) .reverse-order-rows .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div:not(.animationend) .image-fill:before {
    transform-origin: center right;
}

body:not(.loaded-in-editor) .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div.imageAppearance1:not(.animationend) .image-fill:before,
body:not(.loaded-in-editor) .reverse-order-rows .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div.imageAppearance1:not(.animationend) .image-fill:before {
    transform: scaleX(0);
    transition: transform .6s cubic-bezier(.565, .43, .24, .92) .45s;
}

body:not(.loaded-in-editor) .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div:not(.animationend) .image-fill:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .11), transparent);
    width: 7.7rem;
}

body:not(.loaded-in-editor) .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div:not(.animationend) .image-fill {
    transform: translateX(-100%);
    transition: transform .6s cubic-bezier(.7, .085, .79, .415) .1s;
    overflow: hidden;
}

body:not(.loaded-in-editor) .reverse-order-rows .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div:not(.animationend) .image-fill {
    transform: translateX(100%);
}

body:not(.loaded-in-editor) .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div.imageAppearance1:not(.animationend) .image-fill,
body:not(.loaded-in-editor) .reverse-order-rows .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div.imageAppearance1:not(.animationend) .image-fill {
    transform: translateX(0);
    transition: transform .7s cubic-bezier(.565, .43, .24, .92) .1s;
}

body:not(.loaded-in-editor) .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div:not(.animationend) .image-fill img,
body:not(.loaded-in-editor) .reverse-order-rows .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div:not(.animationend) .image-fill img {
    transform: scale(1.2);
    transform-origin: center center;
    transition: transform 0s .6s;
    will-change: transform;
}

body:not(.loaded-in-editor) .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div.imageAppearance1:not(.animationend) .image-fill img,
body:not(.loaded-in-editor) .reverse-order-rows .sls-new-widget-section[data-animation-name=imageAppearance1] .sls-overlay-mid-div.imageAppearance1:not(.animationend) .image-fill img {
    transform: scale(1);
    transition: transform 1.3s cubic-bezier(.34, .615, .4, .985) .3s;
}


@media (min-width: 2000px) {
    .sls-overlay-mid-div.full-width-section-no-limit .sl-grid-cell:not(.image-fill) a.min-w-half {
        max-width: 400px;
        width: 47%;
        min-width: auto !important;
    }
}

@media (min-width: 769px) {

    .widgetSectionHeroTextPhoto.reverse-order-rows .sls-inner-widget .sl-grid-row {
        flex-direction: row-reverse;
    }

    .sls-overlay-mid-div.full-width-section-no-limit {
        width: 100%;
        padding: 0;
        max-width: 2560px;
    }

    .sls-overlay-mid-div.full-width-section-no-limit .sl-grid-cell:not(.image-fill) p {
        max-width: 1280px;
    }

    .widgetSectionHeroTextPhoto .sls-inner-widget .sl-grid-row {
        height: 100%;
    }

    body.widget.loaded-in-editor.widgetSectionHeroTextPhoto .sls-inner-widget .sl-grid-row {
        height: auto;
    }

    .widgetSectionHeroTextPhoto .sls-inner-widget .sl-grid-row .sl-grid-cell,
    .widgetSectionHeroTextPhoto .sls-inner-widget .sl-grid-row .sl-grid-cell:last-child {
        padding: 50px 0;
        padding: 80px 5% 80px 8%;
    }

    .widgetSectionHeroTextPhoto.widgetFunnelApp.funnel-in-cell .sls-new-widget-section {
        min-height: 715px !important;
    }

    .widgetSectionHeroTextPhoto.widgetFunnelApp.funnel-in-cell .sls-new-widget-section .sl-grid-row .sl-grid-cell.image-fill {
        min-height: 715px !important;
    }


}

@media (min-width: 992px) and (max-width: 1599px) {

    .widgetSectionHeroTextPhoto.reverse-order-rows .full-width-section-no-limit .sls-inner-widget .sl-grid-row .sl-grid-cell:not(.image-fill) {
        padding-left: 50px;
    }

    .widgetSectionHeroTextPhoto:not(.reverse-order-rows) .sls-inner-widget .sl-grid-row .sl-grid-cell + .sl-grid-cell:not(.image-fill) {
        padding: 50px 50px;
    }

}

@media (min-width: 1600px) {

    .widgetSectionHeroTextPhoto.reverse-order-rows .full-width-section-no-limit .sls-inner-widget .sl-grid-row .sl-grid-cell:not(.image-fill) {
        padding-left: 150px;
        padding-right: 150px;
        padding-left: 15%;
        padding-right: 8%;
    }

    .widgetSectionHeroTextPhoto:not(.reverse-order-rows) .sls-overlay-mid-div:not(.full-width-section-no-limit) .sls-inner-widget .sl-grid-row .sl-grid-cell + .sl-grid-cell:not(.image-fill) {
        padding: 50px 50px;
        padding: 80px 8% 80px 5%;
    }

    .widgetSectionHeroTextPhoto:not(.reverse-order-rows) .full-width-section-no-limit .sls-inner-widget .sl-grid-row .sl-grid-cell:not(.image-fill) {
        padding-left: 150px;
        padding-right: 150px;
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media (max-width: 991px) {

    .widgetSectionHeroTextPhoto .sls-inner-widget .sl-grid-row .sl-grid-cell:not(.image-fill) {
        padding: 50px 20px !important;
    }

}

@media (max-width: 768px) {

    .widgetSectionHeroTextPhoto .sls-new-widget-section {
        min-height: auto;
    }

    .widgetSectionHeroTextPhoto .sls-overlay-mid-div {
        width: 100%;
        padding: 0;
    }

}

/* End Text and Buttons with a Photo Sections */

/* Start Simple Text with an Image Sections */

.widgetSectionSimpleTextImage.img-rounded img,
.widgetSectionSimpleTextImage .sl-grid-cell.img-rounded-cell img {
    border-radius: 10px;
    margin: 0px auto;
}

.widgetSectionSimpleTextImage.img-rounded.img-rounded-25 img {
    border-radius: 25px;
}

@media (max-width: 991px) {
    .widgetSectionSimpleTextImage.img-rounded img,
    .widgetSectionSimpleTextImage .sl-grid-cell.img-rounded-cell img {
        margin-bottom: 20px;
    }
}


/* End Simple Text with an Image Sections */

/* Start Text and Buttons with an Image Sections */

.widgetSectionHeroTextImage.widgetFunnelApp .sl-grid-cell.img-rounded-cell img {
    border-radius: 25px;
    margin: 0px auto;
}

@media (min-width: 1024px) {
    .widgetSectionHeroTextImage.widgetFunnelApp.funnels-height .sls-new-widget-section {
        min-height: 782px !important;
    }

    .widgetSectionHeroTextImage.widgetFunnelApp.funnels-height .sl-grid-cell.funnel-replaced-area {
        padding-right: 80px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {

    .widgetSectionHeroTextImage.widgetFunnelApp .sl-grid-row {
        display: block !important;
        flex-wrap: wrap !important;
    }
}

@media (min-width: 426px) and (max-width: 991px) {
    .widgetSectionHeroTextImage.widgetFunnelApp .sl-grid-cell.img-rounded-cell img {
        margin-bottom: 30px;
    }
}

@media (min-width: 360px) and (max-width: 420px) {
    .widgetSectionHeroTextImage .sls-new-widget-section .sls-funnel-button {
        font-size: 16px;
    }
}

/* End Text and Buttons with an Image Sections */


/* Start Funnel with an Image Sections */

.widgetSectionHeroFunnelImage.widgetFunnelApp .sl-grid-cell.img-cell img {
    margin: 0px auto;
}

.widgetSectionHeroFunnelImage.widgetFunnelApp  h4.headline {
    font-size:32px;
}


.widgetSectionHeroFunnelImage.widgetFunnelApp .sls-vue-funnel-app input[type=phone],
.widgetSectionHeroFunnelImage.widgetFunnelApp .sls-vue-funnel-app input[type=text], 
.widgetSectionHeroFunnelImage.widgetFunnelApp .sls-vue-funnel-app select, 
.widgetSectionHeroFunnelImage.widgetFunnelApp .sls-vue-funnel-app textarea  {
    font-weight:600;
}

.widgetSectionHeroFunnelImage.widgetFunnelApp .sls-vue-funnel-app .primary_contact_zipcode input[type=text] {
	border-width: 3px;
	border-radius: 5px;
	padding-left: 40px;
	background: url("https://d1y4mbcbhb6pmy.cloudfront.net/all/images/small/map-marker.svg") #fff no-repeat 5px 50%;
	background-size:24px;
}

.widgetSectionHeroFunnelImage.widgetFunnelApp .sls-vue-funnel-app .property_address input[type=text] {
	border-width: 3px;
	border-radius: 5px;
	padding-left: 40px;
	background: url("https://d1y4mbcbhb6pmy.cloudfront.net/all/images/small/map-marker.svg") #fff no-repeat 5px 50%;
	background-size:24px;
}

.widgetSectionHeroFunnelImage.widgetFunnelApp .sls-vue-funnel-app .primary_contact_zipcode::after {
	content: "👆 Just put your address";
	position: relative;
	left: 0px;
	bottom: 0px;
	display:block;
	text-align:center;
}

.widgetSectionHeroFunnelImage.widgetFunnelApp .sls-vue-funnel-app .property_address::after {
	content: "👆 Just put your address";
	position: relative;
	left: 0px;
	bottom: 0px;
	display:block;
	text-align:center;
}


.widgetSectionHeroFunnelImage.widgetFunnelApp .sls-vue-funnel-app ::placeholder {
	color:rgba(0,0,0,.45);
	font-size:18px;
	font-weight:500;
	text-transform:none
	}

.widgetSectionHeroFunnelImage.widgetFunnelApp .primary_contact_zipcode h4.headline {
    font-size:40px;
}

.widgetSectionHeroFunnelImage.widgetFunnelApp .property_address h4.headline {
    font-size:40px;
}

.widgetSectionHeroFunnelImage.widgetFunnelApp .sls-vue-funnel-app .app-box {
    padding: 0 10px;
}

@media (min-width: 769px) and (max-width: 991px) {

    .widgetSectionHeroFunnelImage.widgetFunnelApp .sl-grid-row {
        display: block !important;
        flex-wrap: wrap !important;
    }
}

/* End Funnel with an Image Sections */

/* Start Text Photo Arrows Sections */

.widgetSectionHeroTextPhotoArrows {
	
}

.widgetSectionHeroTextPhotoArrows svg {
	display:block;
	margin: 5px auto -50px;
	width:120px;
	max-width:20vw;
	height:auto;
}

.widgetSectionHeroTextPhotoArrows .sl-grid-row.reverse-order-row {
	text-align: right;
	flex-direction:row-reverse;
}

.widgetSectionHeroTextPhotoArrows .sl-grid-cell.svg-arrow {
	align-self:flex-end;
	overflow:visible;
}

.widgetSectionHeroTextPhotoArrows .sl-grid-cell.svg-arrow svg {
	transform: rotate(20deg);
}

.widgetSectionHeroTextPhotoArrows .reverse-order-row .sl-grid-cell.svg-arrow svg {
	transform: rotate(-25deg);
}


.widgetSectionHeroTextPhotoArrows .sl-grid-cell.image-circle {
	
}

.widgetSectionHeroTextPhotoArrows .sl-grid-cell.image-circle .img-circle-container {
	width:100%;
	height:auto;
	aspect-ratio: 1 / 1;
}

.widgetSectionHeroTextPhotoArrows .sl-grid-cell.image-circle img {
    display: block;
    width: 100%;
    height: 100% !important;
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 50%;
    box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.15);
}


.widgetSectionHeroTextPhotoArrows h2:first-of-type {
	font-size:50px;
	line-height:1em;
}

.widgetSectionHeroTextPhotoArrows .sl-grid-cell h2 {
	font-size:56px;
	line-height:1em;
}

.widgetSectionHeroTextPhotoArrows .sl-grid-cell h3 {
	font-size:48px;
	line-height:1em;
}

.widgetSectionHeroTextPhotoArrows .sl-grid-cell h2 span.ws-color,
.widgetSectionHeroTextPhotoArrows .sl-grid-cell h3 span.ws-color {
	display:block;
	font-size:70%;
}

@media (max-width: 768px) {
	
	.widgetSectionHeroTextPhotoArrows .sl-grid-row {
		padding:10px 0!important;
	}
	
	.widgetSectionHeroTextPhotoArrows .reverse-order-row .sl-grid-cell.image-circle {
		text-align:right;
	}
	
	.widgetSectionHeroTextPhotoArrows .sl-grid-cell.image-circle .img-circle-container {
		width:350px;
		height:350px;
		display:inline-block;
	}
	
	.widgetSectionHeroTextPhotoArrows  .sl-grid-cell.svg-arrow svg {
		margin: 5px 0 -10px auto;
	}

	.widgetSectionHeroTextPhotoArrows .reverse-order-row .sl-grid-cell.svg-arrow svg {
		transform: rotate(-35deg);
		margin: 5px auto -10px 0;

	}
	
	.widgetSectionHeroTextPhotoArrows .sls-inner-widget {
		padding: 50px!important;

	}
	
	.widgetSectionHeroTextPhotoArrows .sl-grid-cell.image-circle img {

	}
	
	.widgetSectionHeroTextPhotoArrows .sl-grid-cell h2 {
		font-size:48px;
	}

	.widgetSectionHeroTextPhotoArrows .sl-grid-cell h3 {
		font-size:40px;
	}	
	
	.widgetSectionHeroTextPhotoArrows h2 span.ws-color,
	.widgetSectionHeroTextPhotoArrows h3 span.ws-color {
		font-size:60%;
	}
}

@media (max-width: 450px) {
	
	.widgetSectionHeroTextPhotoArrows .sls-inner-widget {
		padding: 30px 0px!important;

	}
	
	.widgetSectionHeroTextPhotoArrows .reverse-order-row .sl-grid-cell.image-circle {
		text-align:center;
	}	
	
	
	.widgetSectionHeroTextPhotoArrows .sl-grid-cell.image-circle .img-circle-container {
		width:250px;
		height:250px;
		display:block;
		margin:5px auto;
	}	
	
	.widgetSectionHeroTextPhotoArrows  .sl-grid-cell.svg-arrow svg {
		margin: 5px auto -10px auto;
	}

	.widgetSectionHeroTextPhotoArrows .reverse-order-row .sl-grid-cell.svg-arrow svg {
		transform: rotate(-25deg);
		margin: 5px auto -10px auto;

	}
}

/* End Text Photo Arrows Sections */


/**
 * Toolkit sectionFormTextPretty
 */
.sectionFormTextPretty1 p {
    line-height: 1.42857143;
}

.sectionFormTextPretty1 .title-wrap h2 {
    font-size: 32px;
    line-height: 40px;
}

.sectionFormKBWhite .pretty .state label::before {
    background-color: #fff;
}

.sectionFormRoundCorners .row-wrap select,
.sectionFormRoundCorners .row-wrap input[type="text"],
.sectionFormRoundCorners .row-wrap input[type="password"],
.sectionFormRoundCorners .footer-wrap input[type="submit"] {
    border-radius: 4px !important;
}

/* Tow columns form */
form.sl-two-columns-form .header-wrap,
form.sl-two-columns-form .footer-wrap {
    padding-left: 10px;
    padding-right: 10px;
}

form.sl-two-columns-form .row {
    margin-right: 0;
    margin-left: 0;
}

form.sl-two-columns-form [class*="col-"] {
    padding-right: 11px;
    padding-left: 11px;
}
