@media (min-width: 768px) and(max-width: 991px) {
    .col-custom-left {
        clear: both !important;
        max-width: unset !important;
        flex: unset !important;
        float:right
    }

    .col-custom-right {
        float: none !important;
        clear: both !important;
        max-width: unset !important;
        flex:unset !important
    }
}

.custom-container {
    font-size:16px
}
.text-underline{
    text-decoration: underline;
}
.custom-container ul.products.list {
    font-size: 14px;
}
.custom-container .related-upsell-wrapper {
    overflow: visible;
    padding-top: 0!important;

}

.custom-container .products-grid .item {
    margin-bottom:0
}
.featured_block.custom-page-handicap {
    margin-top: 40px;
}
#emf-container {
    max-width: 100%;
}
.custom-container h2 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin:0 0 5px
}

.custom-container .block .block-title strong {
    font-size:19px!important;
}



.custom-container .page-title-wrapper h1 {
    font-size: 24px;
    margin-bottom:27px
}

.custom-container .page-title-wrapper h1:before {
    bottom:-13px
}

.fullwidth {
    margin-left: -1000px;
    margin-right:-1000px
}

.custom-container .lightbluebg {
    background: #ADD8E6;
}

.custom-container {
    overflow-x:hidden
}

.custom-container {
    font-size:16px
}


.custom-container .page-title-wrapper {
    padding: 0 0 0;

}

.custom-container .page-title-wrapper .value {
    padding: 0;
}

.feat_cat_img {
    background-color: rgba(0, 0, 0, .02);
    padding: 20px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 35px;
    height:calc(100% - 55px)
}

.feat_cat_img > a {
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    margin:30px 0 0
}

.feat_cat_img > a:hover em {
    color: #d97842;
    transition:all .1s ease-in-out
}

.feat_cat_img .img {
    position: relative;
    max-width:360px
}

.feat_cat_img .img img {
    mix-blend-mode:darken
}

.feat_cat_img .img .tip {
    position: absolute;
    display: flex;
    flex-direction:column
}

.feat_cat_img .img .tip.top {
    top:0
}

.feat_cat_img .img .tip.middle.center {
    bottom: 50%;
    margin: 0 0 -12px;
    flex-direction:column-reverse
}

.feat_cat_img .img .tip.bottom {
    bottom: 5px;
    flex-direction:column-reverse
}

.feat_cat_img .img .tip.center {
    left: 0;
    text-align: center;
    width:100%
}

.feat_cat_img .img .tip.right {
    right: 0;
    text-align:right
}

.feat_cat_img .img .tip:hover div {
    display:block
}

.feat_cat_img .img .tip:hover em.fas {
    display:inline-block
}

.feat_cat_img .img .tip em.fas, .feat_cat_img .img .tip:hover em.far {
    display:none
}

.feat_cat_img .img .tip1 {
    top: 0;
    right: 0;
    text-align:right
}

.feat_cat_img .img .tip2 {
    bottom: 0;
    left:0
}

.feat_cat_img .img .tip div {
    display: none;
    background-color: rgba(0, 0, 0, .8);
    color: #fff !important;
    font-size: 12px;
    line-height: 1.3em;
    border-radius: 4px;
    padding:8px 10px
}

.feat_cat_img .img .tip div a {
    color: #fff;
    text-decoration:underline
}

.feat_cat_img .img .tip div a:hover {
    color: #fff;
    text-decoration:none
}

.custom-container + .row .col-left-sidebar {
    margin-top: 20px
}
#emf-form {
    padding: 15px 0 5px;
}


.thankheadimg {
    background-image: url(/media/page-images/thank_you_header.jpg);
    background-size: contain;
    background-position: 80px center;
    background-repeat: no-repeat;
}
@media (max-width: 992px) and (min-width: 768px) {
    .thankheadimg {
        background-size: 230px;
        background-position: 0px;
    }
}
.thankyouheader {
    background: #f7d873;
    border-top: 8px solid #4ed6f6;
    border-bottom: 8px solid #4ed6f6;
}
.thankheadimg .h1 {
    text-shadow: none;
    color: #000;
    line-height: 0.9em;
    margin: 0;
    font-weight: 700;
    font-size: 40px;
}
.thankheadimg .h1 span {
    font-size:30px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .thankheadimg {
        text-align: center;
        padding-top: 35%;
        background-size: 44%;
        background-position: top center;
    }
}
#emf-container ul li input[type=text],
#emf-container ul li input[type=email],
#emf-container ul li textarea {
    padding: 0 5px;
    height: 35px;
    line-height: 34px;
}
