body {
    background-color: #f5f5f5;
}

header {
    background-color: #fff;
}

h1, h2, h3, h4, h5, h5 {
    font-family: 'Cocon Pro Regular';
}
button, .btn {
    font-family: 'Cocon Pro Regular';
}

.btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:focus {
    box-shadow: none !important;
}


p, a, button, input, button {
    font-family: 'open_sansregular', sans-serif;
}
/*
p, a {
    color: #7f7f7f;
}
*/
body>div#main-body-content.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
}

h1 {
    color: #4CC2F1;
    text-align: center;
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 20px;
}
h2 {
    color: #D60570;
    border-bottom: 2px solid #dddddd;
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.already-a-member {
    text-align: right;
}
.already-a-member a {
    color: #00679A;
    font-weight: bold;
    border: 2px solid #dddddd;
    display: inline-block;
    margin-top: 40px;
    font-size: 14px;
    padding: 10px 30px;
    line-height: 18px;
    border-radius: 50vh;
}
.already-a-member img {
    padding-right: 5px;
}

.search-box {
    position: relative;
    padding-left: 25%;
    padding-right: 25%;
}

.search-box img {
    position: absolute;
    left: calc(25% + 20px);
    top: 24px;
    pointer-events: none;
    z-index: 1;
}

.search-box input {
    font-size: 24px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1) inset;
    background: white;
    border-radius: 50vh;
    height: 70px;
    padding-left: 60px;
}

.search-box input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: button;
    display: block;
    cursor: pointer;
}

@media (max-width: 767px) {
    .search-box {
        padding: 0 0 0 30px;
    }
    
    .search-box img {
        left: 50px;
    }
    
    .search-box input {
        width: calc(100% - 40px) !important;
        padding-left: 50px;
    }
}

.need-help {
    padding: 25px 0 25px;
    text-align: center;
    font-size: 20px;
}
.need-help a {
    font-weight: 600;
    color: #00679A;
}

#search-not-found {
    padding: 18px 0 36px;
    font-size: 18px;
    line-height: 18px;
}

#product-list:not(.show-all) {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#product-list:not(.show-all)::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25vh;
    background-image: linear-gradient(
        #f5f5f500 0%,
        #f5f5f5ff 100%
    );
    pointer-events: none;
}

#product-list ul {
    padding: 0;
}

#product-list li {
    display: inline-block;
    list-style-type: none;
    height: 82px;
    width: calc(33% - 10px);
    margin: 0 5px 20px 5px;
    background: white;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    #product-list li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 767px) {
    #product-list li {
        width: calc(100% - 20px);
    }
}

#product-list p a {
    font-weight: 600;
    color: #00679A;
}

#product-list li a, #product-list li a:link, #product-list li a:visited, #product-list li a:active {
    border-radius: 5px;
    border-left: 8px solid #4CC2F1;
    border-right: 70px solid rgba(165, 224, 248, 0.17);
    line-height: 82px;
    font-weight: bold;
    padding-left: 15px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
    background: white;
    background-image: url(images/ic-chevron-blue-circle-fat.svg);
    background-position: calc(100% + 49px) center;
    background-repeat: no-repeat;
    color: #444;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    cursor: pointer;
    padding-right: 0px;
}

#product-list li a:focus, #product-list li a:hover {
    border-left-color: #4CC2F1;
    border-right: none;
    background: #4CC2F1;
    text-decoration: none;
    background-image: url(images/ic-chevron-white-circle-fat.svg);
    background-position: calc(100% - 21px) center;
    background-repeat: no-repeat;
    color: white;
    cursor: pointer;
    padding-right: 70px;
    transition: none;
}

.show-more {
    text-align: center;
}

.show-more button {
    border-radius: 50vh;
    padding: 0px;
    font-size: 24px;
    line-height: 64px;
    width: 315px;
    height: 60px;
}

.alternative-flows-bg {
    margin-top: 80px;
    background: url(images/dotted-line.svg) center center no-repeat, linear-gradient(to top, #00679A , #4CC2F1);
}

.alternative-flows {
    display: inline-block;
    width: 50%;
    padding: 70px 0;
    text-align: center;
}

.alternative-flows .alternative-flow-img {
    float: left;
    margin-right: 15px;
}

.alternative-flows .alternative-flow-container {
    display: inline-block;
    width: 335px;
}

.alternative-flows p {
    font-family: 'Cocon Pro Regular';
    color: white;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
}

.alternative-flows a.btn {
    border-radius: 50vh;
    color: white;
    width: 200px;
    line-height: 40px;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .alternative-flows-bg {
        background: linear-gradient(to top, #00679A , #4CC2F1);
    }
    .alternative-flows {
        width: calc(100% - 40px);
        padding: 40px 20px;
        margin: 0 20px;
    }
    .alternative-flows:first-child {
        border-bottom: 1px dashed white;
    }
    .alternative-flows .alternative-flow-container {
        width: 100%;
    }
}

.dropdown-menu, span.twitter-typeahead .tt-menu {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .dropdown-menu, span.twitter-typeahead .tt-menu {
        width: calc(100% - 40px);
    }
}

span.twitter-typeahead .tt-suggestion {
    font-size: 20px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

span.twitter-typeahead .tt-suggestion:focus, .dropdown-item:hover, span.twitter-typeahead .tt-suggestion:hover {
    color: white;
    text-decoration: none;
    background-color: #4CC2F1;
}

.pointer-events-none {
    pointer-events: none;
}


/* SVG */

#funnel-breadcrumb {
    position: absolute;
    top: 68px;
    left: 389px;
}

@media (max-width: 1199px) {
    #funnel-breadcrumb {
        left: 383px;
    }
}

@media (max-width: 991px) {
    #funnel-breadcrumb {
        left: 357px;
    }
}

@media (max-width: 767px) {
    #funnel-breadcrumb {
        transform: scale(0.66);
        top: 74px;
        left: 239px;
    }
}

@media (max-width: 575px) {
    #funnel-breadcrumb {
        transform: scale(0.66);
        top: 50px;
        left: calc(50% - 181px);
    }
}