
.tm-headerbar-top {
    background: #ffffff !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tm-mask-default {
    -webkit-mask-image: url(../../yootheme_child/images/home-mask.svg);
    mask-image: url(../../yootheme_child/images/home-mask.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.uk-logo {
    max-width: 400px;
}

.cut-top-right {
    position: relative;
    overflow: hidden;
}

.uk-section-default .cut-top-right::before {
    width: 200px;
    height: 200px;
    background: #ffff;
    content: " ";
    position: absolute;
    right: -140px;
    top: -100px;
    z-index: 1000;
    transform: rotate(45deg);
    pointer-events: none;
}

.uk-section-muted .cut-top-right::before {
    width: 200px;
    height: 200px;
    background: #F4F7F7;
    content: " ";
    position: absolute;
    right: -140px;
    top: -100px;
    z-index: 1000;
    transform: rotate(45deg);
    pointer-events: none;
}

.container>:last-child, .uk-container>:last-child {
    margin-bottom: 0;
}
.uk-navbar-container > div > nav {
    flex-direction: row-reverse;
}

.tm-toolbar .uk-container {
    max-width: none !important;
}

.tm-toolbar .uk-container .uk-subnav a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.tm-toolbar .uk-container .uk-subnav a:hover {
    opacity: 0.8;
    transition: 0.2s;
}

.topright .question {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
    margin: 0px !important;
        color: #585858;
}

.topright img {
    left: -50px;
    position: absolute;
        top: 4px;
}

.topright .phone-number a {
    font-size: 40px;
    margin-top: 0px !important;
    text-decoration: none;
    font-weight: bold;
}

.topright .phone-number {
    margin-top: -14px !important;
    margin-bottom: -10px !important;
}

.topright img {
    transition: 0.2s;
}

.topright:hover img {
    transform: scale(1.07);
    transition: 0.2s;
}

.topright:hover .phone-number a {
    opacity: 0.7;
    transition: 0.2s;
}

.tm-toolbar a.uk-icon-button {
    color: #df5a0a;
    border-radius: 4px;
    background: #fff;
    width: 27px;
    height: 27px;
}

.tm-toolbar a.uk-icon-button:hover {
    opacity: 0.8;
    transition: 0.2s;
    background: #fff;
    color: #df5b0a;
}


.uk-navbar-nav>li>a {
padding: 15px 20px !important;
min-height: 40px;
	        font-size: 16.5px;
	            text-transform: inherit;
}
.uk-navbar-nav>li.uk-active>a {
    background-color: white;
}

.uk-navbar-container .uk-container.uk-container-expand.uk-flex.uk-flex-middle {
    padding-right: 0;
}

a.nav-button {
    padding: 2px 25px;
}

[class*=uk-navbar-dropdown-bottom] {
    margin-top: 9px;
}

header.tm-header {
    z-index: 1;
}

.uk-navbar-dropdown {
    --uk-position-offset: 0px;
}

.home-banner a.el-content.uk-button.uk-button-default {
    color: white;
}

.home-banner , .resources-banner {
    position: relative;
    overflow: hidden;
}

.home-banner .uk-position-cover::after {
    display: block;
    content: '';
    background-image: url(/images/orange-house-half-graphic.png);
    top: -10%;
    left: 30%;
    width: 90%;
    height: 126%;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}

.resources-banner > div::after {
    display: block;
    content: '';
    background-image: url(/images/orange-house-half-graphic-full-left.png);
    top: -10%;
    left: 30%;
    width: 90%;
    height: 126%;
    position: absolute;
    background-size: auto 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}

.uk-divider-small::after {
    border-top-color: #f37a13 !important;
}

.uk-button:hover {
    box-shadow: 5px 6px 13px #00000021;
}


.offer-grid .uk-grid > div:nth-of-type(even) .el-item.uk-tile-secondary {
    background-color: #064460;
}

.blue-border-left.uk-section-default.uk-section {
    border-left: 20px solid #008A9C;
}

.uk-accordion .el-item {
    border: 1px solid #008a9c;
    border-radius: 10px;
    padding: 10px 10px;
    background: #f5f5f5;
    margin-top: 12px;
}

.uk-accordion-content {
    padding: 0px 14px 14px;
}

.uk-accordion-title {
    padding: 8px 15px;
    color: #008a9c;
    font-weight: 600;
    font-size: 18px;
    transition: 0.2s;
}

.uk-accordion-title:hover {
    color: #00334a;
    transition: 0.2s;
}

.uk-accordion-title::before {
    background-image: url(/images/add.png) !important;
}

.uk-open>.uk-accordion-title::before {
    background-image:  url(/images/minus.png) !important;
}

.steps-grid .el-item.uk-panel.uk-tile-muted {
    position: relative;
    box-shadow: 0 0 15px 0px #a8a8a885;
    margin: 20px 0px 0px 20px;
    clip-path: polygon(0 30%, 50% 0, calc(100% - 50%) 0, 100% 30%, 100% 100%, 0 100%);
    padding-top: 50px;
    padding-bottom: 40px;
}

.steps-slider .el-item::before, .steps-grid .el-item::before {
    display: block;
    content: '';
    /*background-image: url(/images/orange-house-step-graphic.png);*/
    border: 1px solid #f37a13 ;
     clip-path: polygon(0 30%,50% 0,calc(100% - 50%) 0,100% 30%,100% 100%,0 100%);
    top: -25px;
    left: -25px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
}

.offer-steps .uk-card-body {
    padding-top: 20px;
    padding-bottom: 40px;
}

.offer-steps .el-title {
    font-size: 21px;
    margin-bottom: -10px !important;
}
.uk-section-default {
    background: #fff0;
}



.business-opp-switcher {
    padding: 30px;
    background: linear-gradient(180deg, #fff , transparent 60%);
    border-radius: 40px;
        margin-left: 20px;
}

.business-opp-switcher li a * {
    margin: auto !important;
}

.business-opp-switcher .uk-subnav  li a {
    line-height: 1.4em;
    text-transform: inherit;
}


.landing.package-form >div {
    padding-bottom: 700px;
}


/* form */
form#userForm {
    padding-left: 20px;
}
.uk-section-muted .formContainer select, .uk-section-muted .formContainer input, .uk-section-muted .formContainer textarea {
    background: #fff;
}

.rsform-submit-button {
    background: orange !important;
}

.rsform-submit-button {
    background: #ef7208 !important;
    background-image: linear-gradient(90deg,#ef7208,#de590a) !important;
    border: 0px !important;
    color: #fff !important;
}

.formContainer input {
    margin-right: 8px;
}

.formContainer label {
    padding-right: 25px;
    width: -webkit-fill-available !important;
}


.formContainer .uk-input, .formContainer .uk-select, .formContainer textarea {
    background-color: rgb(255 255 255 / 100%) !important;
}
.formContainer .uk-input::placeholder, .formContainer select, .formContainer textarea::placeholder, .formContainer .uk-input:focus, .formContainer textarea:focus, .formControls .uk-input {
    color: #72848e !important;
}

.formContainer .uk-grid {
    margin-top: 10px;
}

.formContainer .uk-grid>* {
        padding-left: 20px;
    }
div#h-captcha-1594, div#h-captcha-34 {
    text-align: center;
}
.formContainer .uk-button {
    margin: auto;
    display: block;
}
.package-form .uk-grid>* {
    padding-left: 13px;
}

.package-form .formContainer {
    max-width: 660px;
    margin: auto;
}

.package-form .formContainer .uk-button {
    display: block;
    margin: auto;
    margin-top: 30px;
}

.package-form .formContainer {
    padding-left: 40px;
}

.package-form .formControls {
    margin-top: 13px;
}

.package-form .formControls>input, .package-form .formControls>textarea, .package-form .formControls>select {
    box-shadow: 1px 4px 10px #00000030;
    background: #fff;
}


.package-form h4 {
    margin-top: 20px;
    /* font-weight: 300; */
    color: #333;
    max-width: 650px;
    margin-bottom: -10px;
    width: fit-content;
}

.uk-form-horizontal .uk-form-controls {
    margin-left: 0px;
}


.uk-divider-small::after {
    content: "";
    display: inline-block;
    width: 100px;
    max-width: 100%;
    border-top: 4px solid rgb(0 0 0 / 67%);
    vertical-align: top;
}

.subpage-banner .uk-tile-default {
    background: #ffffffb8;
    padding: 90px 0px;
}

.footer-grid h4.el-title {
    padding-bottom: 18px;
    position: relative;
}

.footer-grid h4.el-title::after {
  content: "";
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 1px;
}

/*
.footer-grid .uk-grid > div:nth-of-type(1) .el-item h4.el-title::after {
    display: none;
}
*/

.text-thin {
    font-weight: 200;
}



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

.overlay-light>div {
    background-position: 65% 50%;
}

}

@media (max-width: 1100px) { 
.overlay-light > div {
    background-position: 80% 20%;
}

.overlay-light > div > div.uk-position-cover {
    background-image: none !important;
}

    .landing.package-form >div {
    padding-bottom: 210px !important;
    background-size: contain;
    background-position: bottom;
    background-color: #f6f7f9;
}
}

@media (min-width:1000px) {

    .business-opp-switcher {
        padding: 50px;
    }

}

@media (max-width: 500px) {
    .blue-border-left.uk-section-default.uk-section {
        border-left: 8px solid #008A9C;
    }

    .steps-slider .el-title {
        font-size: 34px;
        font-weight: bold;
    }

    .steps-slider .el-content {
        font-size: 13px;
        margin-top: 10px !important;
        line-height: 1.3em;
    }

    .steps-slider .el-content {
        font-size: 13px;
        margin-top: 10px !important;
        line-height: 1.3em;
    }

    .steps-slider .el-item::before {
        top: -15px;
        left: -15px;
    }

    }


@media (min-width: 960px) and (max-width: 1199px) { 
    
    .overlay-light > div > div.uk-position-cover {
    background-image: none !important;
    background: #f9f9f9ad;
}
} 

@media (max-width: 900px) {
    .business-opp-switcher .uk-subnav {
        margin-bottom: 0px;
    }
        .business-opp-switcher .uk-subnav > li {
        width: -webkit-fill-available;
        min-width: -webkit-fill-available;
        margin-bottom: 10px;
    }
        .business-opp-switcher .uk-subnav li a {
        padding: 5px;
        font-size: 15px;
        border-radius: 30px;
    }
    .offer-steps .uk-card-body {
    padding: 15px 20px;
}
}
   
/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {    
   



.overlay-light > div > div {
    background: #ffffff87;
    padding: 35px 16px;
}

.overlay-light > div {
    padding: 0px;
}

}


@media (max-width: 767px) {
h2 {
    font-size: 27px !important;
}
}


/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) { 



.overlay-light > div > div {
    background: #ffffff8a;
    padding: 35px 16px;
}
.overlay-light > div {
    padding: 0px;
}


}

/* Smartphones */
@media (max-width: 480px) { 
    .uk-heading-small {
        font-size: 30px;
    }
h1 {
    font-size: 30px;
}

h3 , .uk-h3 {
    font-size: 23px !important;
}

.uk-h2, h2 {
    font-size: 28px !important;
}
.overlay-light > div > div {
    background: #ffffffd4;
    padding: 35px 16px;
}
.overlay-light > div {
    padding: 0px;
}
}



    
    