﻿.finder-app {
    padding: 45px 0 15px;
}
.finder-app-inner h3 {
    margin-top: 0;
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}
.finder-wrap {
    display: flex;
    flex-wrap: wrap;
    font-size: 28px;
    color: rgba(255,255,255,0.65);
    padding: 10px 0 10px;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 29px;
    align-content: flex-start;
}
button#ageGroupMenuBtn,
button#memberGroupMenuBtn {
    position: relative;
    cursor: pointer;
    min-width: 225px;
    font-size: 28px;
    border: 0;
    background-color: transparent;
    line-height: 1.15;
    box-sizing: border-box;
    color: #fff;
    cursor:pointer;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px 5px 0;
    border-bottom: 3px solid #fff;
    -webkit-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
    -moz-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
    -o-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
    transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94),border-color .3s cubic-bezier(.25,.46,.45,.94);
    
}
    button#ageGroupMenuBtn:after,
    button#memberGroupMenuBtn:after {
        content: '';
        background-image: url(Images/finder-app.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 16px;
        height: 9px;
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 0;
        -webkit-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
        -moz-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
        -o-transition: transform .3s cubic-bezier(.25,.46,.45,.94);
        transition: transform .3s cubic-bezier(.25,.46,.45,.94);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        transform: rotate(180deg);
    }
.expand button#ageGroupMenuBtn:after,
.expand button#memberGroupMenuBtn:after {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg0);
}
.ageGroup,
.memberGroup {
    margin: 0 11px;
}
.age-grop,
.member-grop {
    position: relative;
    opacity: 1;
    pointer-events: all;
    display: none;
}

ul.age-list,
ul.member-list {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow: auto;
    background-clip: padding-box;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    background: #fff;
    font-size: 22px;
    min-width: 245px;
    z-index: 4;
}
    ul.age-list li,
    ul.member-list li {
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #525252;
        text-decoration: none;
        display: block;
        padding: 11px 15px;
        border-top: 1px solid #eee;
        -webkit-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);
        -moz-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);
        -o-transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);
        transition: color .3s cubic-bezier(.25,.46,.45,.94),background-color .3s cubic-bezier(.25,.46,.45,.94);
    }


button#finderClBtn {
    margin: auto;
    display: block;
    cursor:pointer;
}
    button#finderClBtn:hover:disabled {
        background-color: #fc6014 !important;
        border-color: #fc6014 !important;
    }
.regular-first-finder {
    display: flex;
}
.regular-img.field-promoicon {
    margin-right:25px;
}
.regular-img img {
    width: 100px;
    height: auto;
}
.regular-cnt.field-promotext {
    max-width:485px;
}
.promo-link-a {
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.first-reg-cnt-wrap:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    margin-left: -26px;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-bottom: 16px solid #fff;
}
.first-reg-cnt-wrap {
    width: 100%;
    max-width: 980px;
    margin: auto;
    background-color: #fff;
    padding: 50px 60px;
    position: relative;
    margin: 60px auto 0;
    grid-auto-columns: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.regular-cnt.field-promotext h3 {
    font-size: 22px;
    margin: 0 0 15px;
    color: #008bce;
}
.regular-cnt.field-promotext p {
    font-size: 16px;
    color: #525252;
    line-height: 22.08px;
    margin: 5px 0 0; 
}
.regular-link.field-promolink.btn.btn-info,
.regular-link.field-promolink.btn.btn-info:active,
.regular-link.field-promolink.btn.btn-info:active:focus,
.regular-link.field-promolink.btn.btn-info:active:hover,
.regular-link.field-promolink.btn.btn-info:focus {
    align-items: center;
    justify-content: center;
    border-color: #fd772e;
    background-color: transparent;
    height: 42px;
    box-sizing: border-box;
    color: #fd772e;
}


.regular-link.field-promolink a {
    color: #fd772e;
}
.regular-link.field-promolink a:hover,
.regular-link.field-promolink a:focus {
    text-decoration: none;
}
.regular-icon-finder {
    margin: 75px 125px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    align-items: flex-start;
}
.icon-cnt-one {
    max-width: 148px;
    padding: 8px 0;
}
.three-tiles-a .icon-cnt-one {
    padding-top: 40px;
}
.icon-cnt-one .regular-img img {
    margin: auto;
    display: block;
    width: 60px;
    height: 39px;
}
.icon-cnt-one .regular-cnt {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-top: 30px;
}
.scnd-reg-cnt-wrap {
    max-width: 980px;
    margin: auto;
    padding: 45px 5px;
}
.promo.scnd-reg-cnt-wrap.spc.three-tiles-d {
    padding: 80px 0;
}
    .scnd-reg-cnt-wrap.spc.three-tiles-c {
        padding: 60px 0;
        margin-bottom: 60px;
    }
.wrap-icon-finder-scnd {
    display: flex;
    justify-content: center;
}
.regular-icon-finder-scnd .icon-cnt-one {
    padding: 35px 30px;
    position: relative;
    color: #525252;
    background: #fff;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    max-width: 347px;
    margin: 0 15px;
}
.wrap-icon-finder-scnd .regular-img {
    display: flex;
    width: 32px;
    height: 32px;
    background-color: #eaeaea;
    background-size: 12px;
    margin: 0 auto 10px;
    border-radius: 50%;
    background-clip: padding-box;
}
.three-tiles-a .wrap-icon-finder-scnd .regular-img {
    margin-bottom: 20px;
}
    .wrap-icon-finder-scnd .regular-img img {
        width: 14px;
        height: 14px;
    }
.regular-cnt-snd h2 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    margin-top: 16px;
}
.regular-cnt-snd p {
    text-align: center;
    color: #fff;
    margin: auto;
    margin-top: 50px;
}
.regular-icon-finder-scnd .icon-cnt-one {
    padding: 35px 30px;
    position: relative;
    color: #525252;
    background: #fff;
    text-align: left;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    max-width: 347px;
}
.regular-icon-finder-scnd {
    margin: 50px 0 20px;
}
    .regular-icon-finder-scnd.spc {
        margin: 18px 0 0;
    }
.icon-cnt-one-link .field-promolink{
    display: flex;
    justify-content: center;
}
 .regular-icon-finder-scnd .icon-cnt-one .regular-cnt h3 {
    color: #525252;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
}
    .regular-icon-finder-scnd .icon-cnt-one .regular-cnt p {
        text-align: left;
        margin-top: 16px;
    }

.icon-cnt-one-link .field-promolink2 {
    display: flex;
    justify-content: space-around;
    font-size: 16px;
    background: 0 0;
    border: 0;
    margin: 16px 0;
}
    .icon-cnt-one-link .field-promolink2 a,
    .icon-cnt-one-link .field-promolink2 a:active,
    .icon-cnt-one-link .field-promolink2 a:visited {
        color: #a8e1ff;
    }
        

.hide-right-btn .regular-cnt.field-promotext {
    max-width: inherit;
}
.hide-right-btn .promo-link-a {
    display: none;
}
span.new-spcil {
    text-transform: uppercase;
    background-color: #ffaf22;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 15px;
    max-width: 80px;
}
small {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}
.finder-app-1,
.finder-app-2,
.finder-app-3,
.finder-app-4 {
    display:none;
}
    .finder-app-1.scEnabledChrome,
    .finder-app-2.scEnabledChrome,
    .finder-app-3.scEnabledChrome,
    .finder-app-4.scEnabledChrome {
        display:block;
    }
.rich-text.open-popup.popup-box.scEnabledChrome {
    display: block !important;
    position:relative;
    width:100%;
}
    span.text-1,
    span.text-2 {
        padding-bottom: 5px;
    }
/* pop up */
.popup-box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(128 128 128 / 50%);
    z-index: 5;
    margin: 0 auto;
}
    .popup-box.open-popup {
        display:none;
    }
.popup-box .component-content {
    max-width: 450px;
    margin: auto;
    top: 5%;
    position: relative;
    background-color: #fff;
    padding: 10px 30px;
    margin-top:20px;
}
    .popup-box h3 {
        text-align: center;
        color: blue;
        margin-bottom: 20px;
        font-size: 24px;
        color: #007db9;
    }
    .popup-box .component-content .close-btn {
        text-align: center;
        display: block;
        color: #007db9;
        font-size: 18px;
        cursor: pointer;
        max-width: 100px;
        margin: 5px auto 15px;
    }
@media only screen and (max-width: 767px) {
    .promo.scnd-reg-cnt-wrap.spc.three-tiles-d {
        padding: 40px;
        margin:0;
    }

    .three-tiles-d .regular-icon-finder-scnd.spc {
        margin: 0;
    }
    .three-tiles-a .regular-icon-finder-scnd .icon-cnt-one .regular-cnt p {
        margin-top: 0;
        text-align: left !important;
    }

    
    
}
@media only screen and (max-width: 768px) {
    .regular-first-finder {
        flex-direction: column;
        align-items: center;
    }
    .regular-icon-finder {
        flex-direction: column;
        align-items: center;
    }
    .wrap-icon-finder-scnd {
        justify-content: center;
        flex-direction: column;
      
    }
    .regular-icon-finder-scnd .icon-cnt-one {
        margin-bottom: 10px;
    }
    .promo-link-a {
        width: 100%;
        display: flex;
        margin-top: 20px;
        justify-content: center;
    }
    .regular-img.field-promoicon {
        margin-right: 0;
    }
    .regular-cnt.field-promotext {
        text-align: center;
        padding-top: 20px;
    }
    .three-tiles-a .regular-icon-finder-scnd.spc .icon-cnt-one.spc.first:after,
    .three-tiles-a .regular-icon-finder-scnd.spc .icon-cnt-one.spc.last:after {
        display: none;
    }
    .three-tiles-a .regular-icon-finder-scnd.spc .icon-cnt-one.spc {
        display: flex;
        /* width: 100%;*/
        margin: 0px 0px 0px 5px;
        min-width: 100%;
    }
    .three-tiles-a .wrap-icon-finder-scnd .regular-img.spc img {
        width: 82px;
        height: 82px;
    }
    .three-tiles-a .wrap-icon-finder-scnd .regular-img.spc img {
        margin: 0;
    }
    .three-tiles-a .wrap-icon-finder-scnd .regular-img {
        margin: 0 28px 25px 0;
    }
    .three-tiles-d .regular-icon-finder-scnd.spc .icon-cnt-one.spc {
        width: 100%;
        display: flex;
        align-items: center;
        max-width: none;
    }
    .three-tiles-d .wrap-icon-finder-scnd {
        max-width:none;
        margin: 0px 5px 0px 5px;
    }
    .three-tiles-d .regular-cnt.spc.field-promotext2,
    .three-tiles-d .regular-cnt.spc.field-promotext3,
    .three-tiles-d .regular-cnt.spc.field-promotext4 {
        max-width: none;
        width: 100%;
        min-width: 99%;
        padding-left: 10px;
        padding-right: 68px;
        text-align: left;
    }
    .scnd-reg-cnt-wrap.spc.three-tiles-c {
        padding: 40px 0 0;
        margin-bottom: 0;
    }
    .three-tiles-b .wrap-icon-finder-scnd.spc {
        margin: auto;
    }

    .regular-icon-finder-scnd .icon-cnt-one .regular-cnt p {
        text-align: left !important;
        margin-top:0px;
    }
   
}

@media only screen and (max-width: 480px) {
    .three-tiles-d .regular-cnt.spc.field-promotext2,
    .three-tiles-d .regular-cnt.spc.field-promotext3,
    .three-tiles-d .regular-cnt.spc.field-promotext4 {
        padding-right: 90px;
    }

}

