/*!
Theme Name: Komenci
Theme URI: https://mthemeus.com/demos/wp/komenci
Author: msakib
Author URI: https://profiles.wordpress.org/msakib
Description: Komenci is a smart & dynamic blog theme for personal use. Fully responsive design displays beautifully across desktop, mobile, and all devices. Easy installation allows you to start post blogs immediately after the activation.
License: GNU General Public License v2 or later
Version: 1.0.4
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: komenci
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: blog, custom-logo, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, left-sidebar, right-sidebar

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Komenci is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

*/


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    /*line-height: 1.15;*/
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #333;
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #117878;
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border: 0;
}

.clr {
    clear: both;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header#masthead {
    position: relative;
    background: #4acdd5;
    padding: 20px 0;
    margin-bottom: 55px;
}

header#masthead:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 35px;
    background-image: url(http://vakantiesalon-vlaanderen.be/wp-content/uploads/2021/10/border.png);
    background-repeat: repeat-x;
    background-position: top left;
    bottom: -45px;
    left: 0;
}

.site-branding {}

.komenci_logo {
    display: inline-block;
}

.site-branding img {
    max-width: 100%;
}

@media (max-width: 991px) {
    .site-branding {
        width: 100%;
    }
}

@media (max-width: 478px) {
    .site-branding {
        width: 80%!important;
        margin-right: 20px;
    }
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    margin: 0 15px;
}

.main-navigation li:first-child {
    margin-left: 0;
}

.main-navigation li:last-child {
    margin-right: 0;
}

.main-navigation a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.main-navigation a:hover {
    color: #333;
}

.menu-toggle {
    float: right;
    display: none;
    background-color: #117878;
    border: solid 1px #117878;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
}

.menu-toggle:active,
.menu-toggle:focus {
    background-color: #117878;
    border: solid 1px #117878;
    color: #fff;
}

@media screen and (min-width: 10.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

@media (max-width: 991px) {
    .menu-toggle {
        display: block;
    }
    .komenci-nav-wrap {
        position: absolute;
        width: 100%;
        background: #fff;
        box-shadow: 0px 4px 16px rgb(0 0 0 / 20%);
        top: 19px;
        right: 0;
        z-index: 99;
    }
    .site-header-menu {
        display: none;
    }
    .site-header-menu.toggled-on {
        display: block;
    }
    .main-navigation {
        padding: 25px 40px;
    }
    .komenci-menu ul li {
        display: block;
        float: none;
        margin: 0 !important;
        padding: 15px 0;
        border-bottom: solid 1px #eee;
    }
    .komenci-menu ul li:last-child {
        border-bottom: none;
    }
    .komenci-menu ul li a {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }
    .komenci-menu ul li a:hover,
    .komenci-menu ul li:hover a {
        color: #117878;
        text-shadow: none;
    }
}


/*--------------------------------------------------------------
# Layout / Primary
--------------------------------------------------------------*/

.site-content {
    padding: 90px 0;
    position: relative;
}

.site-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 35px;
    background-image: url(http://vakantiesalon-vlaanderen.be/wp-content/uploads/2021/10/border.png);
    background-repeat: repeat-x;
    background-position: top left;
    top: 10px;
    left: 0;
}

.home .site-content {}

.single .site-content {}

#main.site-main {
    /*background: #fff;
    box-shadow: 0px 14px 20px 0px rgb(11 20 85 / 10%);
    padding: 15px;
    margin-bottom: 60px;*/
}

.home #main.site-main {}

.single #main.site-main {}


/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/

.komenci-breadcrumb-section {
    text-align: center;
    position: relative;
    padding: 200px 0;
    background-color: #ececec;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}

/*.breadcrumb-container {
    position: relative;
    z-index: 2;
}

.komenci-breadcrumb-content-wrap {}

.komenci-breadcrumb-content-wrap h1.komenci-breadcrumb-title {
    margin: 0;
    padding: 0;
    font-size: 38px;
    font-weight: normal;
    color: #333;
}*/

@media only screen and (max-width: 991.98px) {
    .komenci-breadcrumb-section {}
    /*.komenci-breadcrumb-content-wrap h1.komenci-breadcrumb-title {}*/
}

@media only screen and (max-width: 767.98px) {
    .komenci-breadcrumb-section {}
    /*.komenci-breadcrumb-content-wrap h1.komenci-breadcrumb-title {}*/
}


/*--------------------------------------------------------------
# Categories
--------------------------------------------------------------*/

.komenci-default-hentry {
    width: 100%;
    /*box-shadow: 0px 4px 80px rgba(15, 26, 84, 0.06);*/
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;*/
    margin-bottom: 60px;
}

.komenci-default-hentry .entry-media {
    position: relative;
    margin-bottom: 20px;
}

.komenci-default-hentry .entry-media img {
    border-radius: 5px;
}

.komenci-default-hentry .komenci-blog-content {
    position: relative;
    text-align: center;
    border: solid 1px #7B83E3;
    border-radius: 5px;
    padding: 20px 20px 32px;
}

.komenci-default-hentry .komenci-blog-content:before {
    position: absolute;
    content: "";
    width: 76px;
    height: 24px;
    background: #fff url(http://vakantiesalon-vlaanderen.be/wp-content/uploads/2021/10/ribbon.png) no-repeat center;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.komenci-default-hentry .entry-header {
    position: relative;
}

.komenci-default-hentry .entry-header:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.komenci-default-hentry h2.komenci-blog-title {
    position: relative;
    font-size: 28px;
    font-weight: normal;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.komenci-default-hentry h2.komenci-blog-title:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    background: #7B83E3;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 4px;
}

.komenci-default-hentry h2.komenci-blog-title:after {
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    background: #7B83E3;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.komenci-default-hentry .entry-content {}

.komenci-default-hentry .entry-content p {
    margin: 0;
}

@media only screen and (max-width: 767.98px) {
    .komenci-default-hentry .komenci-blog-content {}
}

@media only screen and (max-width: 575.98px) {
    .komenci-default-hentry {}
    .komenci-default-hentry .komenci-blog-content {}
    .komenci-default-hentry h2.komenci-blog-title {
        font-size: 27px;
    }
}


/*--------------------------------------------------------------
# Post
--------------------------------------------------------------*/

.komenci-blog {}

.komenci-blog-wrap {
    float: left;
    width: 48%;
    margin-right: 4%;
    /*box-shadow: 0px 4px 80px rgba(15, 26, 84, 0.06);*/
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;*/
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
    border: solid 1px #eee;
    border-radius: 5px;
    padding: 3px;
}

.komenci-blog-wrap:after{
    position: absolute;
    content: '';
    right: 3px;
    bottom: 3px;
    border-width: 0 0 45px 45px;
    border-style: solid;
    border-color: #4acdd5 #fff #4acdd5;
    border-radius: 0 0 3px 0;
}

.komenci-blog-wrap:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(http://vakantiesalon-vlaanderen.be/wp-content/uploads/2021/10/icon-post.png) no-repeat center;
    right: 8px;
    bottom: 10px;
    z-index: 1;
}

.komenci-blog-wrap:nth-child(2n+2) {
    margin-right: 0;
}

.komenci-blog-wrap .entry-media {
    position: relative;
    margin-bottom: 20px;
}

.komenci-blog-wrap .entry-media img {
    border-radius: 5px;
}

.komenci-blog-wrap .komenci-blog-content {
    position: relative;
    padding: 0 15px 20px;
}

.komenci-blog-wrap .entry-header {}

.komenci-blog-wrap h3.komenci-blog-title {}

.komenci-blog-wrap h3.komenci-blog-title a {
    color: #333;
}

.komenci-blog-wrap .entry-content {}

.komenci-blog-wrap .entry-content p {
    margin-top: 0;
}

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

@media only screen and (max-width: 575.98px) {
    .komenci-blog-wrap {
        width: 100%;
        margin-right: 0;
    }
}


/*--------------------------------------------------------------
# Content Six
--------------------------------------------------------------*/

.has-post-thumbnail {
    width: 100%;
    /*box-shadow: 0px 4px 80px rgba(15, 26, 84, 0.06);*/
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;*/
    margin-bottom: 60px;
    position: relative;
    background: rgb(74 205 213 / 10%);
    margin: 5px 5px 60px;
    border-radius: 5px;
    padding: 20px;
}

.has-post-thumbnail:before {
    position: absolute;
    content: "";
    border: dashed 1px #4acdd5;
    border-radius: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

.has-post-thumbnail .entry-media {
    position: relative;
    margin-bottom: 20px;
}

.has-post-thumbnail .entry-media img {
    border-radius: 5px;
}

.has-post-thumbnail .komenci-blog-content {
    position: relative;
}

.has-post-thumbnail .entry-header {}

.has-post-thumbnail h2.komenci-blog-title {
    font-weight: normal;
}

.has-post-thumbnail .entry-content {}

.has-post-thumbnail .entry-content  h3.komenci-blog-title {}

.has-post-thumbnail .entry-content p {}

@media only screen and (max-width: 767.98px) {
    .has-post-thumbnail .komenci-blog-content {
        /*padding: 30px;*/
    }
}

@media only screen and (max-width: 575.98px) {
    .has-post-thumbnail .komenci-blog-content {
        /*padding: 20px;*/
    }
}


/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/

.komenci-blog-post {
    width: 100%;
    /*box-shadow: 0px 4px 80px rgba(15, 26, 84, 0.06);*/
    /*border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;*/
    /*margin-bottom: 60px;*/
}

.komenci-blog-post .entry-media {
    position: relative;
    margin-bottom: 20px;
}

.komenci-blog-post .entry-media img {
    border-radius: 5px;
}

.komenci-blog-post .komenci-blog-content {
    position: relative;
}

.komenci-blog-post .entry-header {}

.komenci-blog-post h1.komenci-blog-title {
    font-size: 28px;
    font-weight: normal;
}

.komenci-blog-post .entry-content {}

.komenci-blog-post .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
}

.komenci-blog-post .entry-content p {}

@media only screen and (max-width: 767.98px) {
    .komenci-blog-post .komenci-blog-content {
        padding: 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .komenci-blog-post .komenci-blog-content {
        padding: 20px;
    }
}


/*--------------------------------------------------------------
# Secondary
--------------------------------------------------------------*/

#secondary {}

.komenci-sidebar-wrap {
    padding-left: 30px;
}

.widget-area .widget {
    margin-bottom: 40px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget_komenci_about {
    background: #fff;
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, .03);
    border-radius: 5px;
    padding: 10px;
}

.komenci-footer-about-wrap {
    border: dashed 1px #ff6799;
    border-radius: 5px;
    padding: 20px;
}

.widget_komenci_about p {
    margin: 0;
    padding: 0;
}

.widget_categories {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 5px;
}

.widget_categories h3.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    background: #7B83E3;
    margin: -16px 30px 20px 0;
    border-radius: 5px 0 5px 5px;
    padding: 10px 20px;
}

@media (max-width: 992px) {
    .widget_categories h3.widget-title {
        padding: 10px 15px;
    }
}

@media (max-width: 478px) {
    .widget_categories h3.widget-title {
        padding: 10px 20px!important;
    }
}

.widget_categories h3.widget-title:after {
    position: absolute;
    content: '';
    background: #7B83E3;
    border-width: 0 0 15px 10px;
    border-radius: 0 10px 0 0;
    border-style: solid;
    border-color: transparent;
    top: 0px;
    right: -10px;
}

.widget_categories h3.widget-title a {
    color: #fff;
}

.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0 20px 10px;
}

.widget_categories ul li {
    margin: 0;
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #eee;
}

.widget_categories ul li:last-child {
    border-bottom: none;
}

.widget_categories ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.widget_categories ul li a:hover,
.widget_categories ul li:hover a {
    color: #117878;
}

@media only screen and (max-width: 992px) {
    .komenci-sidebar-wrap {
        padding-left: 0;
        margin-top: 50px;
    }
}

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


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon {
    position: relative;
    margin: 0;
    padding: 0;
    background: #4acdd5;
    text-align: center;
}

#colophon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 7px;
    border-top: solid 2px #4acdd5;
    border-bottom: solid 4px #4acdd5;
    top: -9px;
    left: 0;
}

.komenci-footer-bottom {
    padding: 20px 0;
}

.komenci-footer-bottom p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.komenci-footer-bottom a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

/*a {
    background-color: transparent;
}*/


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

/*img {
    border-style: none;
}*/


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

img {
    /*height: auto;*/
    /* Make sure images are scaled correctly. */
    /*max-width: 100%;*/
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    border: 1px solid rgba(144, 149, 160, 0.5) !important;
    border-radius: 3px;
    padding: 9px 6px;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*  blocks */

.wp-block-button__link {
    background-color: #ddd !important;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul ul {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 220px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul,
.main-navigation ul li a:focus~ul {
    visibility: visible;
    opacity: 1;
}

.main-navigation .menu-item-has-children>a:after {
    content: "\e64b";
    position: absolute;
    right: -5px;
    top: calc(50% - 7px);
}

.main-navigation ul ul .menu-item-has-children>a:after {
    right: 1.5625em;
    top: 1.375em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "themify";
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/* Small menu. */

.main-navigation.toggled ul {
    display: block;
}

.mean-container .mean-nav ul li a.mean-expand {
    height: 26px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.main-navigation li.edge-submenu>ul.sub-menu {
    right: 0;
    left: inherit;
    top: 35px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.says,
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #fc414a;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    clip: auto !important;
    clip-path: none;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-size: 1.2rem;
    font-weight: bold;
    height: auto;
    left: 20px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

body.admin-bar .screen-reader-text:focus {
    top: 52px;
}


/* Do not show the outline on the skip link target. */

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


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: #fff !important;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    /*margin: 0 0 1.5em;*/
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/*.entry-content p a {
    text-decoration: underline;
}*/


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/* Extra Styles */

.komenci_logo h2 {
    margin-bottom: 0;
}

.widget-area .widget ul.sub-menu,
.widget-area .widget ul.children,
.widget-area .widget ul ul,
.widget-area .widget ol ul,
.widget-area .widget ol ol,
.widget-area .widget ul ol {
    margin-left: 12px;
}

.komenci-categorey ul li:first-child {
    margin-top: 0;
}

form.komenci-search-form {
    position: relative;
    width: 100%;
}

form.komenci-search-form label {
    margin-bottom: 0;
    width: calc(100% - 50px);
    height: 100%;
}

form.komenci-search-form label input {
    border: none;
    height: 56px;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
}

.widget_search button.search-submit,
form.komenci-search-form button.search-submit {
    border: 0 none;
    right: 0;
    top: 50%;
    width: 54px;
    height: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    position: absolute;
    color: #ffffff;
    background-color: #46deb1;
    font-size: 20px;
    font-size: 1.25rem;
}

form.komenci-search-form label input:hover,
form.komenci-search-form label input:focus,
form.komenci-search-form label input:active {
    border-color: #46deb1 !important;
}

.widget-area .widget select {
    box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.05);
    border: none;
    padding: 18px 20px;
    font-size: 0.875rem;
    width: 100%;
}

.entry-meta .posted-on,
.entry-meta .byline {
    font-weight: 400;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 18px;
    font-family: "Saira Condensed", sans-serif;
    text-transform: uppercase;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #0f1a54;
}

.entry-meta .byline::before {
    content: "\e602";
    position: relative;
    color: #4a2eb3;
    font-family: "themify";
    font-size: 18px;
    margin-right: 5px;
}

.entry-meta .posted-on {
    margin-left: 30px;
    padding-left: 30px;
}

.entry-meta .posted-on:before {
    position: absolute;
    content: "\e6b6";
    font-family: "themify";
    margin-right: 20px;
    left: 0;
    color: #4a2eb3;
}

.entry-meta .posted {
    position: relative;
}

.entry-meta .posted-on {
    position: relative;
}

.komenci-comment span {
    position: relative;
    top: -3px;
}

.komenci-comment {
    float: right;
}

span.cat-links {
    display: inline-block;
    float: left;
}

span.cat-links>i {
    color: #4a2eb3;
    margin-right: 5px;
    display: inline;
    position: relative;
    top: 2px;
}

span.cat-links a,
span.cat-links li {
    display: inline;
}

.entry-footer::before,
.entry-footer::after {
    content: "";
    display: table;
    clear: both;
}

.komenci-hentry-without-thumbnail .komenci-blog-content.komenci-blog-content-2 {
    padding: 55px;
}

footer.entry-footer {
    margin-top: 10px;
}

body.single-post footer.entry-footer {
    margin-top: 40px;
}

.nav-links a {
    font-family: "Saira Condensed", sans-serif;
    padding: 13px 30px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #46deb1;
}

span.edit-link {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    background-color: #4a2eb3;
    transform: translateY(100%);
}

span.edit-link a {
    color: #fff;
    line-height: 1;
    padding: 5px 15px;
    display: block;
}


/*   comment area */

.komenci-comment {
    position: relative;
    margin-top: 3px;
}

.comments-area {
    background-color: #fff;
    padding: 55px;
    margin-top: 50px;
}

.comments-area ol,
.comments-area ul {
    margin: 0;
    list-style: none;
}

.comments-area>ol,
.comments-area>ul {
    padding: 0;
}

.comment-author .avatar {
    height: 42px;
    position: relative;
    top: 0.25em;
    width: 42px;
    border-radius: 50%;
    float: left;
    margin-right: 0.875em;
}

.comment-metadata {
    margin-bottom: 25px;
}

.comment-reply-link {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    color: #007acc;
    display: inline-block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    margin-top: 0;
    padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    padding: 1.75em 0;
}

#commentform input[type="submit"] {
    background-color: #46deb1;
    color: #fff;
    border: 0;
    padding: 14px 21px;
    font-size: 16px;
    text-transform: uppercase;
}

.comments-area blockquote {
    margin: 20px 0;
    padding: 25px 35px;
}

ol.comment-list {
    margin-top: 25px;
}

.order-lg-1 .komenci-sidebar-wrap {
    padding-left: 0;
    padding-right: 30px;
}


/* single blog post styles */

.page-links a {
    color: #111;
    font-weight: bold;
}

.post-password-form input[type="submit"] {
    padding: 17px 25px;
}

.komenci-blog-wrap span.dashicons {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #4a2eb3;
    color: #fff;
}

blockquote {
    font-size: 1em;
    margin: 35px auto;
    font-style: italic;
    color: #555555;
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid #c1c1c1;
    line-height: 1.6;
    position: relative;
    background: #f7f7f7;
}

blockquote p:last-child {
    margin-bottom: 0;
}


/* footer */

.komenci-footer-widget,
.komenci-footer-widget li,
.komenci-footer-widget p,
.komenci-footer-widget h3,
.komenci-footer-widget h4 {
    color: #ffffff;
}

select,
.select2-container--default .select2-selection--single {
    height: 60px;
    border: 1px solid #dfdada;
    padding: 15px;
    transition: 0.3s;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.4px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.nice-select {
    width: 100%;
    display: block;
    float: unset;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
}

.nice-select .current {
    color: var(--heading-color);
    overflow: hidden;
    width: 100%;
    font-size: 16px;
}

.nice-select li.option {
    font-size: 16px;
    display: flex;
    width: 100%;
    white-space: normal;
    line-height: 24px;
    padding: 6px 18px;
    font-weight: 400 !important;
}

.nice-select:focus,
.nice-select:active {
    border-color: #e8e8e8;
    outline: none !important;
}

.nice-select.open .list {
    width: 100%;
}

.nice-select:after {
    border-color: var(--heading-color);
    right: 15px;
}

::placeholder {
    color: #28284680;
}

.komenci-footer-widget {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.komenci-footer-column_four .komenci-footer-widget {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.komenci-footer-column_three .komenci-footer-widget {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.komenci-footer-column_two .komenci-footer-widget {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.komenci-footer-column_one .komenci-footer-widget {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.komenci-related-title {
    padding: 15px 15px 15px;
    display: block;
    width: 100%;
}

.komenci-related-title h5 {
    margin-bottom: 0;
}

.single-related-item .komenci-blog-thumb {
    height: 160px;
}

body.box-layout-page {
    background-color: #fff;
}

body.box-layout-page div#page {
    max-width: 1350px;
    margin: auto;
    background-color: #f8f8f8;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.site-footer .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .widget ul.menu li {
    margin: 15px 0;
}

.site-footer .widget ul.menu li a {
    color: #9095a0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "Saira Condensed", sans-serif;
}

.error-404 form.komenci-search-form {
    max-width: 500px;
    margin-bottom: 60px;
}

section.error-404 h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 18px;
}

section.error-404 .widget {
    margin-bottom: 50px;
}

section.error-404 .widget:last-child {
    margin-bottom: 0;
}

body.page-template-template-full-php .site-content,
body.page-template-template-full-width-php .site-content,
body.elementor-template-full-width .site-content,
body.elementor-template-canvas .site-content {
    padding: 0;
}

.wpcf7 br {
    display: none;
}

#komenci-submit-btn {
    background-color: #46deb1;
    padding: 15px;
}

.komenci-input-item input,
.komenci-input-item textarea {
    border: 1px solid rgba(144, 149, 160, 0.5) !important;
    color: #ffffff !important;
    padding: 5px 20px;
}

.komenci-form-item input,
optgroup,
select,
textarea {
    font-family: "Muli", sans-serif !important;
    font-weight: 400;
    border-radius: 0 !important;
    padding: 5px 20px !important;
}

.komenci-form-item textarea {
    padding: 20px !important;
}

#komenci-submit-form-btn-2 {
    padding: 15px;
}

.komenci-form-item {
    font-size: 14px;
}


/* Gutenberg support */

.has-shark-background-color {
    background-color: #202427;
}

.has-shark-color {
    color: #202427;
}

.has-coral-red-background-color {
    background-color: #46deb1;
}

.has-coral-red-color {
    color: #46deb1;
}

.has-aztec-background-color {
    background-color: #22304a;
}

.has-aztec-color {
    color: #22304a;
}

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

.has-very-light-gray-color {
    color: #f8f8f8;
}

.has-dove-gray-background-color {
    background-color: #666666;
}

.has-dove-gray-color {
    color: #666666;
}

.has-manatee-background-color {
    background-color: #9095a0;
}

.has-manatee-color {
    color: #9095a0;
}

.col-lg-12.col-md-12.content-area main#main {
    width: 80%;
    margin: auto;
}

body.woocommerce-page .col-lg-12.col-md-12.content-area main#main {
    width: 100%;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.komenci-footer-widget,
.komenci-footer-widget li,
.komenci-footer-widget p,
.komenci-footer-widget h3,
.komenci-footer-widget h4 {
    color: #FFFFFF
}

.komenci-footer-widget a {
    color: #666666
}

.komenci-copywright li {
    color: #FFFFFF
}

.komenci-copywright li a {
    color: #fc414a
}


/* Add your CSS code here.
            For example:
            .example {
            color: red;
            }
            For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp
            End of comment */

.komenci-sidebar-wrap .komenci-blog-title h4 {
    font-size: 18px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    width: 45%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    width: 45%;
}

.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_reposition {
    overflow: hidden;
    position: relative
}

.fb_invisible {
    display: none
}

.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal
}

.fb_reset>div {
    overflow: hidden
}

@keyframes fb_transform {
    from {
        opacity: 0;
        transform: scale(.95)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.fb_animate {
    animation: fb_transform .3s forwards
}

.fb_dialog {
    background: rgba(82, 82, 82, .7);
    position: absolute;
    top: -10000px;
    z-index: 10001
}

.fb_dialog_advanced {
    border-radius: 8px;
    padding: 10px
}

.fb_dialog_content {
    background: #fff;
    color: #373737
}

.fb_dialog_close_icon {
    background: url(/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 15px
}

.fb_dialog_mobile .fb_dialog_close_icon {
    left: 5px;
    right: auto;
    top: 5px
}

.fb_dialog_padding {
    background-color: transparent;
    position: absolute;
    width: 1px;
    z-index: -1
}

.fb_dialog_close_icon:hover {
    background: url(/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
}

.fb_dialog_close_icon:active {
    background: url(/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
}

.fb_dialog_iframe {
    line-height: 0
}

.fb_dialog_content .dialog_title {
    background: #6d84b4;
    border: 1px solid #365899;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0
}

.fb_dialog_content .dialog_title>span {
    background: url(/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
    float: left;
    padding: 5px 0 7px 26px
}

body.fb_hidden {
    height: 100%;
    left: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -10000px;
    transform: none;
    width: 100%
}

.fb_dialog.fb_dialog_mobile.loading {
    background: url(/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10001
}

.fb_dialog.fb_dialog_mobile.loading.centered {
    background: none;
    height: auto;
    min-height: initial;
    min-width: initial;
    width: auto
}

.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
    width: 100%
}

.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
    background: none
}

.loading.centered #fb_dialog_loader_close {
    clear: both;
    color: #fff;
    display: block;
    font-size: 18px;
    padding-top: 20px
}

#fb-root #fb_dialog_ipad_overlay {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}

#fb-root #fb_dialog_ipad_overlay.hidden {
    display: none
}

.fb_dialog.fb_dialog_mobile.loading iframe {
    visibility: hidden
}

.fb_dialog_mobile .fb_dialog_iframe {
    position: sticky;
    top: 0
}

.fb_dialog_content .dialog_header {
    background: linear-gradient(from(#738aba), to(#2c4987));
    border-bottom: 1px solid;
    border-color: #043b87;
    box-shadow: white 0 1px 1px -1px inset;
    color: #fff;
    font: bold 14px Helvetica, sans-serif;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
    vertical-align: middle;
    white-space: nowrap
}

.fb_dialog_content .dialog_header table {
    height: 43px;
    width: 100%
}

.fb_dialog_content .dialog_header td.header_left {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
    width: 60px
}

.fb_dialog_content .dialog_header td.header_right {
    font-size: 12px;
    padding-right: 5px;
    vertical-align: middle;
    width: 60px
}

.fb_dialog_content .touchable_button {
    background: linear-gradient(from(#4267B2), to(#2a4887));
    background-clip: padding-box;
    border: 1px solid #29487d;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    margin-top: 3px;
    max-width: 85px;
    padding: 4px 12px;
    position: relative
}

.fb_dialog_content .dialog_header .touchable_button input {
    background: none;
    border: none;
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
    margin: 2px -12px;
    padding: 2px 6px 3px 6px;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}

.fb_dialog_content .dialog_header .header_center {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: middle
}

.fb_dialog_content .dialog_content {
    background: url(/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
    border: 1px solid #4a4a4a;
    border-bottom: 0;
    border-top: 0;
    height: 150px
}

.fb_dialog_content .dialog_footer {
    background: #f5f6f7;
    border: 1px solid #4a4a4a;
    border-top-color: #ccc;
    height: 40px
}

#fb_dialog_loader_close {
    float: left
}

.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
    visibility: hidden
}

#fb_dialog_loader_spinner {
    animation: rotateSpinner 1.2s linear infinite;
    background-color: transparent;
    background-image: url(/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px
}

@keyframes rotateSpinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

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

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify
}

.fb_iframe_widget iframe {
    position: absolute
}

.fb_iframe_widget_fluid_desktop,
.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%
}

.fb_iframe_widget_fluid_desktop iframe {
    min-width: 220px;
    position: relative
}

.fb_iframe_widget_lift {
    z-index: 1
}

.fb_iframe_widget_fluid {
    display: inline
}

.fb_iframe_widget_fluid span {
    width: 100%
}

.fb_mpn_mobile_landing_page_slide_out {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_landing_page_slide_out_from_left {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out_from_left;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_landing_page_slide_up {
    animation-duration: 500ms;
    animation-name: fb_mpn_landing_page_slide_up;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_in {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_in;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_out {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_out;
    transition-timing-function: ease-in
}

.fb_mpn_mobile_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_mpn_fade_out;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_in_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_v2;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_in_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_from_left;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_v2;
    transition-timing-function: ease-in
}

.fb_customer_chat_bounce_out_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_from_left;
    transition-timing-function: ease-in
}

.fb_customer_chat_bubble_animated_no_badge {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear
}

.fb_customer_chat_bubble_animated_no_badge:hover {
    box-shadow: 0 5px 24px rgba(0, 0, 0, .3)
}

.fb_customer_chat_bubble_animated_with_badge {
    box-shadow: -5px 4px 14px rgba(0, 0, 0, .15);
    transition: box-shadow 150ms linear
}

.fb_customer_chat_bubble_animated_with_badge:hover {
    box-shadow: -5px 8px 24px rgba(0, 0, 0, .2)
}

.fb_invisible_flow {
    display: inherit;
    height: 0;
    overflow-x: hidden;
    width: 0
}

.fb_new_ui_mobile_overlay_active {
    overflow: hidden
}

@keyframes fb_mpn_landing_page_slide_in {
    0% {
        border-radius: 50%;
        margin: 0 24px;
        width: 60px
    }
    40% {
        border-radius: 18px
    }
    100% {
        margin: 0 12px;
        width: 100% - 24px
    }
}

@keyframes fb_mpn_landing_page_slide_in_from_left {
    0% {
        border-radius: 50%;
        left: 12px;
        margin: 0 24px;
        width: 60px
    }
    40% {
        border-radius: 18px
    }
    100% {
        left: 12px;
        margin: 0 12px;
        width: 100% - 24px
    }
}

@keyframes fb_mpn_landing_page_slide_out {
    0% {
        margin: 0 12px;
        width: 100% - 24px
    }
    60% {
        border-radius: 18px
    }
    100% {
        border-radius: 50%;
        margin: 0 24px;
        width: 60px
    }
}

@keyframes fb_mpn_landing_page_slide_out_from_left {
    0% {
        left: 12px;
        width: 100% - 24px
    }
    60% {
        border-radius: 18px
    }
    100% {
        border-radius: 50%;
        left: 12px;
        width: 60px
    }
}

@keyframes fb_mpn_landing_page_slide_up {
    0% {
        bottom: 0;
        opacity: 0
    }
    100% {
        bottom: 24px;
        opacity: 1
    }
}

@keyframes fb_mpn_bounce_in {
    0% {
        opacity: .5;
        top: 100%
    }
    100% {
        opacity: 1;
        top: 0
    }
}

@keyframes fb_mpn_fade_out {
    0% {
        bottom: 30px;
        opacity: 1
    }
    100% {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fb_mpn_bounce_out {
    0% {
        opacity: 1;
        top: 0
    }
    100% {
        opacity: .5;
        top: 100%
    }
}

@keyframes fb_bounce_in_v2 {
    0% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }
    50% {
        transform: scale(1.03, 1.03);
        transform-origin: bottom right
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_in_from_left {
    0% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom left
    }
    50% {
        transform: scale(1.03, 1.03);
        transform-origin: bottom left
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom left
    }
}

@keyframes fb_bounce_out_v2 {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom right
    }
    100% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom right
    }
}

@keyframes fb_bounce_out_from_left {
    0% {
        opacity: 1;
        transform: scale(1, 1);
        transform-origin: bottom left
    }
    100% {
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: bottom left
    }
}

@keyframes fb_bounce_out_v2_mobile_chat_started {
    0% {
        opacity: 1;
        top: 0
    }
    100% {
        opacity: 0;
        top: 20px
    }
}

@keyframes fb_customer_chat_bubble_bounce_in_animation {
    0% {
        bottom: 6pt;
        opacity: 0;
        transform: scale(0, 0);
        transform-origin: center
    }
    70% {
        bottom: 18pt;
        opacity: 1;
        transform: scale(1.2, 1.2)
    }
    100% {
        transform: scale(1, 1)
    }
}

@keyframes slideInFromBottom {
    0% {
        opacity: .1;
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInFromBottomDelay {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }
    97% {
        opacity: 0;
        transform: translateY(100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}


/*.hustle-ui.module_id_3 .hustle-popup-content {
    max-width: 800px;
}

.hustle-ui.module_id_3 {
    padding-right: 15px;
    padding-left: 15px;
}

.hustle-ui.module_id_3 .hustle-popup-content .hustle-info,
.hustle-ui.module_id_3 .hustle-popup-content .hustle-optin {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-popup-content .hustle-info,
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-popup-content .hustle-optin {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-layout-body {
    padding: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0px 0px 0px 0px;
    background-color: #f1faee;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-layout-body {
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-layout-content {
    padding: 40px 40px 40px 40px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-layout-content {
        padding: 96px 50px 96px 50px;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-image {
    background-color: #f1faee;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-image {
    height: 275px;
    overflow: hidden;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-image {
        max-width: 50%;
        height: auto;
        overflow: hidden;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-image img {
    width: 100%;
    max-width: unset;
    height: 100%;
    display: block;
    position: absolute;
    object-fit: cover;
    -ms-interpolation-mode: bicubic;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hustle-ui.module_id_3 .hustle-layout .hustle-image img {
        width: auto;
        max-width: unset;
        height: auto;
        max-height: unset;
    }
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-image img {
        width: 100%;
        max-width: unset;
        height: 100%;
        display: block;
        position: absolute;
        object-fit: cover;
        -ms-interpolation-mode: bicubic;
    }
}

@media all and (min-width: 783px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-image img {
        width: auto;
        max-width: unset;
        height: auto;
        max-height: unset;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-image img {
    object-position: center -75px;
    -o-object-position: center -75px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hustle-ui.module_id_3 .hustle-layout .hustle-image img {
        left: 50%;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hustle-ui.module_id_3 .hustle-layout .hustle-image img {
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hustle-ui.module_id_3 .hustle-layout .hustle-image img {
        top: -75px;
    }
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-image img {
        object-position: center center;
        -o-object-position: center center;
    }
}

@media all and (min-width: 783px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-image img {
        left: 50%;
        right: auto;
    }
}

@media all and (min-width: 783px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-image img {
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

@media all and (min-width: 783px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-image img {
        top: 50%;
        bottom: auto;
    }
}

@media all and (min-width: 783px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-image img {
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-content {
    margin: 0px 0px 0px 0px;
    padding: 0 0px 0 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}

.hustle-ui.module_id_3 .hustle-layout .hustle-content .hustle-content-wrap {
    padding: 0px 0 0px 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-content {
        margin: 0px 0px 0px 0px;
        padding: 0 0px 0 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-content .hustle-content-wrap {
        padding: 0px 0 0px 0;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-color: rgba(0, 0, 0, 0);
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    color: #546073;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content b,
.hustle-ui.module_id_3 .hustle-layout .hustle-group-content strong {
    font-weight: bold;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content a,
.hustle-ui.module_id_3 .hustle-layout .hustle-group-content a:visited {
    color: #38C5B5;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content a:hover {
    color: #2DA194;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content a:focus,
.hustle-ui.module_id_3 .hustle-layout .hustle-group-content a:active {
    color: #2DA194;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content {
        margin: 20px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content {
    color: #546073;
    font-size: 16px;
    line-height: 26px;
    font-family: Roboto;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content {
        font-size: 16px;
        line-height: 26px;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content p:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: normal 16px/26px Roboto;
    font-style: normal;
    letter-spacing: -0.25px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content p:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content p:not([class*="forminator-"]) {
        margin: 0 0 10px;
        font: normal 16px/26px Roboto;
        font-style: normal;
        letter-spacing: -0.25px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content p:not([class*="forminator-"]):last-child {
        margin-bottom: 0;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h1:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 28px/1.4em Roboto;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h1:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h1:not([class*="forminator-"]) {
        margin: 0 0 10px;
        font: 700 28px/1.4em Roboto;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h1:not([class*="forminator-"]):last-child {
        margin-bottom: 0;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h2:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 22px/1.4em Roboto;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h2:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h2:not([class*="forminator-"]) {
        margin: 0 0 10px;
        font: 700 22px/1.4em Roboto;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h2:not([class*="forminator-"]):last-child {
        margin-bottom: 0;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h3:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 18px/1.4em Roboto;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h3:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h3:not([class*="forminator-"]) {
        margin: 0 0 10px;
        font: 700 18px/1.4em Roboto;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h3:not([class*="forminator-"]):last-child {
        margin-bottom: 0;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h4:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 16px/1.4em Roboto;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h4:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h4:not([class*="forminator-"]) {
        margin: 0 0 10px;
        font: 700 16px/1.4em Roboto;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h4:not([class*="forminator-"]):last-child {
        margin-bottom: 0;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h5:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 14px/1.4em Roboto;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h5:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h5:not([class*="forminator-"]) {
        margin: 0 0 10px;
        font: 700 14px/1.4em Roboto;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h5:not([class*="forminator-"]):last-child {
        margin-bottom: 0;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h6:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 12px/1.4em Roboto;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content h6:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h6:not([class*="forminator-"]) {
        margin: 0 0 10px;
        font: 700 12px/1.4em Roboto;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: uppercase;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content h6:not([class*="forminator-"]):last-child {
        margin-bottom: 0;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content ol:not([class*="forminator-"]),
.hustle-ui.module_id_3 .hustle-layout .hustle-group-content ul:not([class*="forminator-"]) {
    margin: 0 0 10px;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content ol:not([class*="forminator-"]):last-child,
.hustle-ui.module_id_3 .hustle-layout .hustle-group-content ul:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content li:not([class*="forminator-"]) {
    margin: 0 0 5px;
    color: #546073;
    font: 400 14px/1.45em Roboto;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content li:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content ol:not([class*="forminator-"]) li:before {
    color: #ADB5B7
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content ul:not([class*="forminator-"]) li:before {
    background-color: #ADB5B7
}

@media screen and (min-width: 783px) {
    .hustle-ui.module_id_3 .hustle-layout .hustle-group-content ol:not([class*="forminator-"]),
    .hustle-ui.module_id_3 .hustle-layout .hustle-group-content ul:not([class*="forminator-"]) {
        margin: 0 0 20px;
    }
    .hustle-ui.module_id_3 .hustle-layout .hustle-group-content ol:not([class*="forminator-"]):last-child,
    .hustle-ui.module_id_3 .hustle-layout .hustle-group-content ul:not([class*="forminator-"]):last-child {
        margin: 0;
    }
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content li:not([class*="forminator-"]) {
        margin: 0 0 5px;
        font: 400 14px/1.45em Roboto;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-group-content li:not([class*="forminator-"]):last-child {
        margin-bottom: 0;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content blockquote {
    margin-right: 0;
    margin-left: 0;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-layout-footer {
    margin: 15px 0px 0px 0px;
    text-align: center;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-nsa-link {
    font-size: 14px;
    line-height: 22px;
    font-family: Roboto;
    letter-spacing: -0.22px;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-nsa-link a,
.hustle-ui.module_id_3 .hustle-layout .hustle-nsa-link a:visited {
    color: #e1e1e1;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 a:hover {
    color: #e1e1e1;
}

.hustle-ui.module_id_3 a:focus,
.hustle-ui.module_id_3 a:active {
    color: #e1e1e1;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-layout-footer {
        margin: 15px 0px 0px 0px;
        text-align: center;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-nsa-link {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.22px;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-nsa-link a {
        font-weight: normal;
        font-style: normal;
        text-transform: none;
        text-decoration: none;
    }
}

.hustle-ui.module_id_3 button.hustle-button-close {
    color: #ffffff;
}

.hustle-ui.module_id_3 button.hustle-button-close:hover {
    color: #ffffff;
}

.hustle-ui.module_id_3 button.hustle-button-close:focus,
.hustle-ui.module_id_3 button.hustle-button-close:active {
    color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-popup-mask {
    background-color: rgba(0, 0, 0, 0.75);
}

.hustle-ui.module_id_3 .hustle-layout .hustle-layout-form {
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0px 0px 0px 0px;
    background-color: #f1faee;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-layout-form {
        margin: 30px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
    }
}

.hustle-ui.module_id_3 .hustle-form .hustle-form-fields {
    display: block;
}

.hustle-ui.module_id_3 .hustle-form .hustle-form-fields .hustle-field {
    margin-bottom: 5px;
}

.hustle-ui.module_id_3 .hustle-form .hustle-form-fields .hustle-button {
    width: 100%;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-form .hustle-form-fields .hustle-field {
        margin-bottom: 5px;
    }
}

.hustle-ui.module_id_3 .hustle-field .hustle-input {
    margin: 0;
    padding: 10px 19px 10px 19px;
    padding-left: calc(19px + 25px);
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #1d3557;
    border-radius: 0px 0px 0px 0px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    color: #1d3557;
    font: normal 14px/22px Roboto;
    font-style: normal;
    letter-spacing: -0.25px;
    text-transform: none;
    text-align: left;
}

.hustle-ui.module_id_3 .hustle-field .hustle-input:hover {
    border-color: #1d3557;
    background-color: rgba(0, 0, 0, 0);
}

.hustle-ui.module_id_3 .hustle-field .hustle-input:focus {
    border-color: #1d3557;
    background-color: rgba(0, 0, 0, 0);
}

.hustle-ui.module_id_3 .hustle-field-error.hustle-field .hustle-input {
    border-color: #e63946 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.hustle-ui.module_id_3 .hustle-field .hustle-input+.hustle-input-label {
    padding: 10px 19px 10px 19px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: transparent;
    color: #8891a0;
    font: normal 14px/22px Roboto;
    font-style: normal;
    letter-spacing: -0.25px;
    text-transform: none;
    text-align: left;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-field .hustle-input {
        padding: 10px 19px 10px 19px;
        padding-left: calc(19px + 25px);
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        font: normal 14px/22px Roboto;
        font-style: normal;
        letter-spacing: -0.25px;
        text-transform: none;
        text-align: left;
    }
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-field .hustle-input+.hustle-input-label {
        padding: 10px 19px 10px 19px;
        border-width: 1px 1px 1px 1px;
        font: normal 14px/22px Roboto;
        font-style: normal;
        letter-spacing: -0.25px;
        text-transform: none;
        text-align: left;
    }
}

.hustle-ui.module_id_3 .hustle-select2+.select2 {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.hustle-ui.module_id_3 .hustle-select2+.select2 .select2-selection--single {
    margin: 0;
    padding: 0 19px 0 19px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #B0BEC6;
    border-radius: 0px 0px 0px 0px;
    background-color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-select2+.select2 .select2-selection--single .select2-selection__rendered {
    padding: 10px 0 10px 0;
    color: #5D7380;
    font: normal 14px/22px Roboto;
    font-style: normal;
}

.hustle-ui.module_id_3 .hustle-select2+.select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #AAAAAA;
}

.hustle-ui.module_id_3 .hustle-select2+.select2:hover .select2-selection--single {
    border-color: #4F5F6B;
    background-color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-select2+.select2.select2-container--open .select2-selection--single {
    border-color: #4F5F6B;
    background-color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-select2.hustle-field-error+.select2 .select2-selection--single {
    border-color: #D43858 !important;
    background-color: #FFFFFF !important;
}

.hustle-ui.module_id_3 .hustle-select2+.select2+.hustle-input-label {
    color: #AAAAAA;
    font: normal 14px/22px Roboto;
    font-style: normal;
    letter-spacing: -0.25px;
    text-transform: none;
    text-align: left;
}

.hustle-ui.module_id_3 .hustle-select2+.select2 .select2-selection--single .select2-selection__arrow {
    color: #38C5B5;
}

.hustle-ui.module_id_3 .hustle-select2+.select2:hover .select2-selection--single .select2-selection__arrow {
    color: #49E2D1;
}

.hustle-ui.module_id_3 .hustle-select2+.select2.select2-container--open .select2-selection--single .select2-selection__arrow {
    color: #49E2D1;
}

.hustle-ui.module_id_3 .hustle-select2.hustle-field-error+.select2 .select2-selection--single .select2-selection__arrow {
    color: #D43858 !important;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-select2+.select2 {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-select2+.select2 .select2-selection--single {
        padding: 0 19px 0 19px;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-select2+.select2 .select2-selection--single .select2-selection__rendered {
        padding: 10px 0 10px 0;
        font: normal 14px/22px Roboto;
        font-style: normal;
        letter-spacing: -0.25px;
        text-transform: none;
        text-align: left;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-select2+.select2+.hustle-input-label {
        font: normal 14px/22px Roboto;
        font-style: normal;
        letter-spacing: -0.25px;
        text-transform: none;
        text-align: left;
    }
}

.hustle-module-3.hustle-dropdown {
    background-color: #FFFFFF;
}

.hustle-module-3.hustle-dropdown .select2-results .select2-results__options .select2-results__option {
    color: #5D7380;
    background-color: transparent;
}

.hustle-module-3.hustle-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #FFFFFF;
    background-color: #ADB5B7;
}

.hustle-module-3.hustle-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] {
    color: #FFFFFF;
    background-color: #38C5B5;
}

.hustle-ui.module_id_3 .hustle-timepicker .ui-timepicker {
    background-color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a {
    color: #5D7380;
    background-color: transparent;
}

.hustle-ui.module_id_3 .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:hover,
.hustle-ui.module_id_3 .hustle-timepicker .ui-timepicker .ui-timepicker-viewport a:focus {
    color: #FFFFFF;
    background-color: #ADB5B7;
}

.hustle-ui.module_id_3 .hustle-form .hustle-radio span[aria-hidden] {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #B0BEC6;
    background-color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-form .hustle-radio span:not([aria-hidden]) {
    color: #FFFFFF;
    font: 400 12px/20px Roboto;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    text-align: left;
}

.hustle-ui.module_id_3 .hustle-form .hustle-radio input:checked+span[aria-hidden] {
    border-color: #4F5F6B;
    background-color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-form .hustle-radio input:checked+span[aria-hidden]:before {
    background-color: #38C5B5;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-form .hustle-radio span[aria-hidden] {
        border-width: 0px 0px 0px 0px;
        border-style: solid;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-form .hustle-radio span:not([aria-hidden]) {
        font: 400 12px/20px Roboto;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
        text-align: left;
    }
}

.hustle-ui.module_id_3 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span[aria-hidden] {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #B0BEC6;
    border-radius: 0px 0px 0px 0px;
    background-color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span:not([aria-hidden]) {
    color: #FFFFFF;
    font: 400 12px/20px Roboto;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    text-align: left;
}

.hustle-ui.module_id_3 .hustle-form .hustle-checkbox:not(.hustle-gdpr) input:checked+span[aria-hidden] {
    border-color: #4F5F6B;
    background-color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-form .hustle-checkbox:not(.hustle-gdpr) input:checked+span[aria-hidden]:before {
    color: #38C5B5;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span[aria-hidden] {
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-form .hustle-checkbox:not(.hustle-gdpr) span:not([aria-hidden]) {
        font: 400 12px/20px Roboto;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
        text-align: left;
    }
}

.hustle-module-3.hustle-calendar:before {
    background-color: #FFFFFF;
}

.hustle-module-3.hustle-calendar .ui-datepicker-header .ui-datepicker-title {
    color: #35414A;
}

.hustle-module-3.hustle-calendar .ui-datepicker-header .ui-corner-all,
.hustle-module-3.hustle-calendar .ui-datepicker-header .ui-corner-all:visited {
    color: #5D7380;
}

.hustle-module-3.hustle-calendar .ui-datepicker-header .ui-corner-all:hover {
    color: #5D7380;
}

.hustle-module-3.hustle-calendar .ui-datepicker-header .ui-corner-all:focus,
.hustle-module-3.hustle-calendar .ui-datepicker-header .ui-corner-all:active {
    color: #5D7380;
}

.hustle-module-3.hustle-calendar .ui-datepicker-calendar thead th {
    color: #35414A;
}

.hustle-module-3.hustle-calendar .ui-datepicker-calendar tbody tr td a,
.hustle-module-3.hustle-calendar .ui-datepicker-calendar tbody tr td a:visited {
    background-color: #FFFFFF;
    color: #5D7380;
}

.hustle-module-3.hustle-calendar .ui-datepicker-calendar tbody tr td a:hover {
    background-color: #38C5B5;
    color: #FFFFFF;
}

.hustle-module-3.hustle-calendar .ui-datepicker-calendar tbody tr td a:focus,
.hustle-module-3.hustle-calendar .ui-datepicker-calendar tbody tr td a:active {
    background-color: #38C5B5;
    color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-form button.hustle-button-submit {
    padding: 9px 10px 9px 10px;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #e63946;
    border-radius: 0px 0px 0px 0px;
    background-color: #e63946;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font: 700 14px/22px Roboto;
    font-style: normal;
    letter-spacing: 0.5px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-form button.hustle-button-submit:hover {
    border-color: #ce2532;
    background-color: #ce2532;
    color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-form button.hustle-button-submit:focus {
    border-color: #4d99f7;
    background-color: #e63946;
    color: #FFFFFF;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-form button.hustle-button-submit {
        padding: 9px 10px 9px 10px;
        border-width: 2px 2px 2px 2px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        font: 700 14px/22px Roboto;
        font-style: normal;
        letter-spacing: 0.5px;
        text-transform: none;
        text-decoration: none;
    }
}

.hustle-ui.module_id_3 .hustle-form .hustle-form-options {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0px 0px 0px 0px;
    background-color: #35414A;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-form .hustle-form-options {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }
}

.hustle-ui.module_id_3 .hustle-form .hustle-form-options .hustle-group-title {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    color: #FFFFFF;
    font: bold 13px/22px Roboto;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    text-align: left;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-form .hustle-form-options .hustle-group-title {
        font: bold 13px/22px Roboto;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
        text-align: left;
    }
}

.hustle-ui.module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr {
    margin: 0px 0px 0px 0px;
}

.hustle-ui.module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr span[aria-hidden] {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #B0BEC6;
    border-radius: 0px 0px 0px 0px;
    background-color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr span[aria-hidden]:before {
    color: #38C5B5;
}

.hustle-ui.module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) {
    color: #FFFFFF;
    font: 400 12px/1.7em Roboto;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    text-align: left;
}

.hustle-ui.module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) a {
    color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) a:hover {
    color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) a:focus {
    color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr input:checked+span[aria-hidden] {
    border-color: #4F5F6B;
    background-color: #FFFFFF;
}

.hustle-ui.module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr.hustle-field-error+span[aria-hidden] {
    border-color: #D43858 !important;
    background-color: #FFFFFF !important;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr {
        margin: 0px 0px 0px 0px;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr span[aria-hidden] {
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout-form .hustle-checkbox.hustle-gdpr span:not([aria-hidden]) {
        font: 400 12px/1.7em Roboto;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
        text-align: left;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-error-message {
    margin: 20px 0px 0px 0px;
    background-color: #fcebe5;
    box-shadow: inset 4px 0 0 0 #e63946;
    -moz-box-shadow: inset 4px 0 0 0 #e63946;
    -webkit-box-shadow: inset 4px 0 0 0 #e63946;
}

.hustle-ui.module_id_3 .hustle-layout .hustle-error-message p {
    color: #e63946;
    font: normal 12px/20px Open Sans;
    font-style: normal;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
    text-align: left;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-error-message {
        margin: 20px 0px 0px 0px;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-layout .hustle-error-message p {
        font: normal 12px/20px Open Sans;
        font-style: normal;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
        text-align: left;
    }
}

.hustle-ui.module_id_3 .hustle-success {
    padding: 60px 30px 60px 30px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
    border-color: rgba(0, 0, 0, 0);
    background-color: #f1faee;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    color: #546073;
}

.hustle-ui.module_id_3 .hustle-success [class*="hustle-icon-"] {
    color: #e63946;
}

.hustle-ui.module_id_3 .hustle-success a,
.hustle-ui.module_id_3 .hustle-success a:visited {
    color: #38C5B5;
}

.hustle-ui.module_id_3 .hustle-success a:hover {
    color: #2DA194;
}

.hustle-ui.module_id_3 .hustle-success a:focus,
.hustle-ui.module_id_3 .hustle-success a:active {
    color: #2DA194;
}

.hustle-ui.module_id_3 .hustle-success-content b,
.hustle-ui.module_id_3 .hustle-success-content strong {
    font-weight: bold;
}

.hustle-ui.module_id_3 .hustle-success-content blockquote {
    margin-right: 0;
    margin-left: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success {
        padding: 40px 80px 40px 80px;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-radius: 0px 0px 0px 0px;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }
}

.hustle-ui.module_id_3 .hustle-success-content {
    color: #546073;
    font-size: 16px;
    line-height: 26px;
    font-family: Roboto;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content {
        font-size: 16px;
        line-height: 26px;
    }
}

.hustle-ui.module_id_3 .hustle-success-content p:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: normal 16px/26px Roboto;
    letter-spacing: -0.25px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-success-content p:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content p:not([class*="forminator-"]) {
        margin-bottom: 20px;
        font: normal 16px/26px Roboto;
        letter-spacing: -0.25px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content p:not([class*="forminator-"]):last-child {
        margin-bottom: 0
    }
}

.hustle-ui.module_id_3 .hustle-success-content h1:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 28px/1.4em Roboto;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-success-content h1:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h1:not([class*="forminator-"]) {
        margin-bottom: 20px;
        font: 700 28px/1.4em Roboto;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h1:not([class*="forminator-"]):last-child {
        margin-bottom: 0
    }
}

.hustle-ui.module_id_3 .hustle-success-content h2:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 22px/1.4em Roboto;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-success-content h2:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h2:not([class*="forminator-"]) {
        margin-bottom: 20px;
        font: 700 22px/1.4em Roboto;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h2:not([class*="forminator-"]):last-child {
        margin-bottom: 0
    }
}

.hustle-ui.module_id_3 .hustle-success-content h3:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 18px/1.4em Roboto;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-success-content h3:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h3:not([class*="forminator-"]) {
        margin-bottom: 20px;
        font: 700 18px/1.4em Roboto;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h3:not([class*="forminator-"]):last-child {
        margin-bottom: 0
    }
}

.hustle-ui.module_id_3 .hustle-success-content h4:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 16px/1.4em Roboto;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-success-content h4:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h4:not([class*="forminator-"]) {
        margin-bottom: 20px;
        font: 700 16px/1.4em Roboto;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h4:not([class*="forminator-"]):last-child {
        margin-bottom: 0
    }
}

.hustle-ui.module_id_3 .hustle-success-content h5:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 14px/1.4em Roboto;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-success-content h5:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h5:not([class*="forminator-"]) {
        margin-bottom: 20px;
        font: 700 14px/1.4em Roboto;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h5:not([class*="forminator-"]):last-child {
        margin-bottom: 0
    }
}

.hustle-ui.module_id_3 .hustle-success-content h6:not([class*="forminator-"]) {
    margin: 0 0 10px;
    color: #546073;
    font: 700 12px/1.4em Roboto;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-success-content h6:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h6:not([class*="forminator-"]) {
        margin-bottom: 20px;
        font: 700 12px/1.4em Roboto;
        letter-spacing: 0px;
        text-transform: uppercase;
        text-decoration: none;
    }
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content h6:not([class*="forminator-"]):last-child {
        margin-bottom: 0
    }
}

.hustle-ui.module_id_3 .hustle-success-content ol:not([class*="forminator-"]),
.hustle-ui.module_id_3 .hustle-success-content ul:not([class*="forminator-"]) {
    margin: 0 0 10px;
}

.hustle-ui.module_id_3 .hustle-success-content ol:not([class*="forminator-"]):last-child,
.hustle-ui.module_id_3 .hustle-success-content ul:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

.hustle-ui.module_id_3 .hustle-success-content li:not([class*="forminator-"]) {
    margin: 0 0 5px;
    color: #546073;
    font: 400 14px/1.45em Roboto;
    letter-spacing: 0px;
    text-transform: none;
    text-decoration: none;
}

.hustle-ui.module_id_3 .hustle-success-content li:not([class*="forminator-"]):last-child {
    margin-bottom: 0;
}

.hustle-ui.module_id_3 .hustle-success-content ol:not([class*="forminator-"]) li:before {
    color: #ADB5B7
}

.hustle-ui.module_id_3 .hustle-success-content ul:not([class*="forminator-"]) li:before {
    color: #ADB5B7
}

@media screen and (min-width: 783px) {
    .hustle-ui:not(.hustle-size--small).module_id_3 .hustle-success-content li:not([class*="forminator-"]) {
        font: 400 14px/1.45em Roboto;
        letter-spacing: 0px;
        text-transform: none;
        text-decoration: none;
    }
}

@media screen and (min-width: 783px) {
    .hustle-ui.module_id_3 .hustle-success-content ol:not([class*="forminator-"]),
    .hustle-ui.module_id_3 .hustle-success-content ul:not([class*="forminator-"]) {
        margin: 0 0 20px;
    }
    .hustle-ui.module_id_3 .hustle-success-content ol:not([class*="forminator-"]):last-child,
    .hustle-ui.module_id_3 .hustle-success-content ul:not([class*="forminator-"]):last-child {
        margin-bottom: 0;
    }
}

.hustle-ui.module_id_3 .hustle-layout .hustle-group-content blockquote {
    border-left-color: #38C5B5;
}*/