:root {
    --inner-content-custom-width: min(90%, 1300px);
}
[data-wpr-lazyrender] {
    content-visibility: visible !important;
}
/*------------------------------------*\
    #GLOBAL
\*------------------------------------*/
.entry-content > .wp-block-uagb-container {
    margin: auto !important;
}

.article-container p, .article-container .wp-block-heading {
    margin-bottom: 10px;
}

.article-container .wp-block-heading {
    margin-top: 15px;
}

/*------------------------------------*\
    #Spacing
\*------------------------------------*/
/* Spacing */
.m-auto {
    margin: auto !important;
}

.m-0 {
    margin: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.m-10 {
    margin: 10px !important;
}

.m-20 {
    margin: 20px !important;
}

.m-30 {
    margin: 30px !important;
}

.m-2em {
    margin: 2em !important;
}

.m-4em {
    margin: 4em !important;
}

.p-0 {
    padding: 0px !important;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-30 {
    padding: 30px !important;
}

.p-2em {
    padding: 2em !important;
}

.p-4em {
    padding: 4em !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-2em {
    margin-top: 2em !important;
}

.mt-4em {
    margin-top: 4em !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-2em {
    margin-bottom: 2em !important;
}

.mb-4em {
    margin-bottom: 4em !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-2em {
    padding-top: 2em !important;
}

.pt-4em {
    padding-top: 4em !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-2em {
    padding-bottom: 2em !important;
}

.pb-4em {
    padding-bottom: 4em !important;
}

.mw-100 {
    max-width: 100px;
}

.mw-200 {
    max-width: 200px;
}

.mw-300 {
    max-width: 300px;
}

.mw-400 {
    max-width: 400px;
}

.mw-500 {
    max-width: 500px;
}

.mw-600 {
    max-width: 600px;
}

.mw-700 {
    max-width: 700px;
}

.mw-800 {
    max-width: 800px;
}

/* END spacing */

.of-hidden {
    overflow: hidden !important;
}

.entry-content {
    margin-top: 0;
    margin-bottom: 0;
}

.is-layout-flex {
    column-gap: var(--wp--preset--spacing--x-small);
}

.home .specials {
    display: none;
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
    .wp-block-uagb-container.uagb-is-root-container>.uagb-container-inner-blocks-wrap {
        max-width: 90% !important;
    }
}

@media only screen and (max-width: 976px) {
    div#tfd-subpage-banner {
        padding-right: 10px;
    }
}

.entry-content {
    margin-top: 0;
    margin-bottom: 0;
}

/* .wp-block-uagb-container.main-page-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
} */

.group-0 {
    margin: 0 !important;
    padding: 0 !important;
}

.m-y-0,
.children-m-y-0 * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.tfd-content-sidebar-layout>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container p:first-child,
.tfd-content-sidebar-layout>.uagb-container-inner-blocks-wrap>.wp-block-uagb-container .wp-block-heading:first-child {
    margin-top: 0 !important;

}

.entry-content .wp-block-uagb-container.tfd-content-sidebar-layout-content {
    row-gap: 0;
}

/*------------------------------------*\
    #Colors
\*------------------------------------*/

.icons-white svg path {
    fill: #fff !important;
}

.icons-primary svg path {
    fill: var(--wp--preset--color--primary) !important;
}

.icons-gray svg path {
    fill: #666 !important;
}

.wm-cta-link>a {
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: var(--wp--custom--line-height--initial);
    padding: calc(0.667em + 2px) calc(1.333em + 2px) !important;
    background-color: var(--wp--preset--color--secondary) !important;
    color: #fff !important;

}

.tfd-mobile-menu>button {
    background: #204343;
    padding: 12px;
    border-radius: 30px;
}

.tfd-mobile-menu>button>svg {
    fill: white;
}



/*------------------------------------*\
    #Forms
\*------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="email"],
input[type="date"],
input[type="phone"],
input[type="email"],
input[type="password"],
textarea,
select {
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    min-height: 50px;
    padding-left: 60px;
    border-radius: 30px;
    box-shadow: unset;
    font-weight: 600;
    color: #4e5e66;
    background: #fff;
}

.el-input {
    position: relative;
}

.cog-input textarea {
    min-height: 190px !important;
    padding: 20px 115px 6px 60px;
    border-radius: 30px;
    margin-top: 0px !important;
}

.cog-row {
    row-gap: 12px !important;
}

.cog-button {
    margin: 0;
    overflow: visible;
    text-transform: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    max-width: 285px;
    align-items: center;
    z-index: 10;
    line-height: 1em;
    font-size: 17px;
    color: #fff;
    border: none;
	border-radius: 100px !important;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 20px 50px;
    float: right;
    background: #0090aa;
    margin-top: 0px !important;
	font-family: var(--wp--preset--font-family--montserrat);
    font-size: var(--wp--preset--font-size--small);
	text-transform: uppercase;
    letter-spacing: 1px;
}

html .cog-cognito {
    margin: 0 !important;
}

html .cog-page__navigation {
    padding-top: 0 !important;
    margin-left: auto !important;
}

/* Visually hidden class */
.visually-hidden,
.cog-label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.cog-heading {
    display: none !important;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #0073aa;
    outline: none;
}

form.cog-form input,
form.cog-form select,
form.cog-form textarea {
    color: black !important;
}

/* @media only screen and (max-width: 464px) {
	form.cog-form .cog-row {
		gap: 0px !important;
	}
	form.cog-form .cog-section__inner.cog-section__inner--no-background {
		padding: 0px !important;
	}
} */

a#btnWriteAReview {
    text-align: center;
}

.wm-rev-wrap .wp-block-button.mt-4.aligncenter {
    text-align: center;
}




/*------------------------------------*\
    #HEADER
\*------------------------------------*/



/*------------------------------------*\
    #HEADER Mega Menu
\*------------------------------------*/
.upp li.wp-block-getwid-megamenu-item > .gw-mm-item__link > a {
    text-transform: uppercase;
    letter-spacing: 1px;
}
a.wp-block-button__link .uagb-button__link {
    letter-spacing: 1px;
}
.mobile-nav {
    padding: 10px;
    border-radius: 100px;
}




/*------------------------------------*\
    #Grids
\*------------------------------------*/


/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.copy-af {
    color: white;
    font-size: 14px;
}
.copy-af a {
    text-decoration: underline;
}

/* Footer Logo Slider */
.wm-slider {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    width: 100%;
    height: 80px;
    position: relative;
    transition: transform 1s ease-in-out;
    top: 0;
    left: 0;
    
}

.wm-slider figure {
    height: 80px;
    padding: 0 1rem;
    flex-shrink: 0;
}

.wm-birdeye-widget p {
    margin-top: 0;
}

.btn-fw .uagb-buttons__wrap .wp-block-uagb-buttons-child {
    width: 100% !important;
}

.tac-btn a.uagb-buttons-repeater.wp-block-button__link {
    text-align: center;
}




/*------------------------------------*\
    #LANDING PAGE
\*------------------------------------*/





/*------------------------------------*\
    #RESPONSIVE HELPERS
\*------------------------------------*/

div#headermob {
	display: none;
}


@media (min-width: 1025px) {
    div#header {
        display: flex;
    }
}

@media (max-width: 1024px) {
	div#headermob {
        display: flex;
    }
    div#headermob .wp-block-uagb-container {
        flex-direction: row;
    }
    body #headermob .uag-hide-tab {
        display: flex !important;
    }
    div#headermob .mobile-nav {
        width:44px !important;
    }
}

@media (max-width: 767px) {
	div#header {
		display: none;
	}
	div#headermob {
		display: flex;
	}
	.background-mhide {
		background: #eef0f8 !important;
	}
}