﻿button#cookie-opt-out {
    margin-bottom: 40px;    
    border: 0;
    background-color: #fc1921;
    padding: 15px;
    color: #fff;
    border-radius:10px;
}

button#cookie-opt-out:hover {
    background-color: #e2dfda;
    color: #e7040b;
}

.search-result ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-result__form {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fcfcfa;
}

.search-result__tag {
    display: block;
    margin: 15px 0;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
}

.search-result__items {
    overflow: hidden;
}

    .search-result__items ul, .search-result__items li {
        padding: 0;
        margin: 0;
    }

    .search-result__items .f-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        padding: 30px 0;
    }

    .search-result__items h3 {
        font-weight: 300;
        margin: 0;
    }

    .search-result__items p.desc {
        font-weight: 300;
    }

    .search-result__items p.url {
        display: none;
    }

    .search-result__items dd {
        padding-bottom: 1rem;
        font-size: 14px;
        margin: 0;
        border-bottom: 1px solid #e2dfda;
    }

    .search-result__items dt {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .search-result__items dt a {
            font-weight: 500;
            font-size: 15px;
            color: #29261e;
        }

            .search-result__items dt a:hover {
                color: #fc1921;
                text-decoration: underline;
            }

.search-result .pages {
    text-align: center;
}

    .search-result .pages ol li {
        display: inline-block;
        padding-left: 5px;
    }

    .search-result .pages a {
        color: #fc1921;
    }

        .search-result .pages a:hover {
            color: black;
        }

.search-result #searchresultbottom h2,
.search-result #searchresulttop {
    display: none;
}

.no-search-results {
    padding-bottom: 4rem;
}

    .no-search-results p {
        padding-bottom: 1rem;
    }




    img#forbeslogo {width:80%; margin:auto;}

@media screen and (max-width: 768px) {
    img#forbeslogo {
        width: 100%;        
    }
}

@media screen and (min-width: 768px) {
    .search-result {
        /*&__items
      {
         .f-row
         {
            padding: 120px 0 60px;
         }
      }*/;
    }

    .search-result__form {
        padding-top: 60px;
        /*padding-bottom: 120px;*/;
    }
}


.ui-input.search button[data-role="search"] {
    position: absolute;
    left: 30px;
    top: 50%;
    font-size: 20px;
    color: #e7040b;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    border: none;
    background-color: transparent;
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ui-input.search button[data-role="submit"] {
    position: absolute;
    top: 50%;
    font-size: 20px;
    padding: 20px;
    right: 30px;
    color: #e7040b;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    border: none;
    background-color: transparent;
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.ui-input.search button[data-role="search"]:before
{
    content: "\e900";
    pointer-events: none;
}

.ui-input.search button[data-role="submit"]:before {
    pointer-events: none;
    content: "\e90c";
}

.modal {
    display: none;
}

    .modal.active {
        background: rgba(0,0,0,0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
    }

    .modal.active .modal-content {
        position: relative;
        padding: 2rem 1rem 1rem;
        background: #fff;
        width: 90%;
    }

        @media screen and (min-width: 768px) {
            .modal.active .modal-content {
                width: 750px;
            }
        }

        .modal-content .close-btn {
            position: absolute;
            top: .5rem;
            right: .5rem;
        }

        .modal-content video {
            width: 100%;
        }


.fact-cards__value {
    font-weight: 300;
}

@media screen and (min-width:1024px) {
    .fact-cards__value {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: flex-start;
        font-size: 48px;
        line-height: 52px;
    }
}

/* Interstitial */
#interstitialContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100000000000;
}

#interstitialContainer.active {
    display: block;
}

#interstitialBackground {
    background-color: #404040;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

#interstitial {
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 335px;
    width: 90%;
    margin-top: -240px;
    margin-left: -145px;
    padding: 40px;
}

@media (min-width: 23em) {
    #interstitial {
        margin-top: -220px;
        margin-left: -170px;
    }
}

@media (min-width: 35.5em) {
    #interstitial {
        max-width: 540px;
        margin-top: -170px;
        margin-left: -270px;
    }
}

@media (min-width: 48em) {
    #interstitial {
        max-width: none;
        width: 600px;
        height: 300px;
        margin-left: -300px;
        margin-top: -155px;
        padding: 40px;
    }
}

#interstitialMessage {
    padding-top:2em;
}