﻿/*Reviews page*/

#master-container {
    background-color: #F5F5F5
}

    #master-container .flex-grid a.custom-select-dropdown.open, .flex-grid #master-container a.custom-select-dropdown.open {
        color: #11881B;
        text-decoration: none;
        font-weight: 700;
        background: #F2FBF3;
        border-color: #11881B;
        border-width: 2pt;
        border-style: solid;
        box-shadow: unset
    }

    #master-container .cta.custom-select-dropdown.open:not(.inactive) {
        background: #A2A4A8
    }

    #master-container .btn.custom-select-dropdown.open {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #fff
    }

    #master-container .btn-green.custom-select-dropdown.open {
        background: #670404
    }

    #master-container .btn-blue.custom-select-dropdown.open {
        background: #387eaa
    }

    #master-container .btn-red.custom-select-dropdown.open {
        background: #cf4c45
    }

    #master-container .btn-pink.custom-select-dropdown.open {
        background: #bd78a9
    }

    #master-container .btn-purple.custom-select-dropdown.open {
        background: #8a4fa2
    }

    #master-container .btn-orange.custom-select-dropdown.open {
        background: #d96716
    }

    #master-container .btn-navy.custom-select-dropdown.open {
        background: #2c3e50
    }

    #master-container .btn-gray.custom-select-dropdown.open {
        background: #859394
    }

    #master-container .cta.primary.custom-select-dropdown.open:not(.inactive) {
        background: #002E21
    }

    #master-container .bluebttn.custom-select-dropdown.open, #master-container .greenbttn.custom-select-dropdown.open, #master-container .greybttn.custom-select-dropdown.open, #master-container .redbttn.custom-select-dropdown.open {
        position: relative;
        top: 1px
    }

    #master-container .cta.grey-btn.custom-select-dropdown.open:not(.inactive) {
        background: #232529
    }

    #master-container .btn.custom-select-dropdown.open {
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out
    }

    #master-container .btn-signin-green.custom-select-dropdown.open:not(.inactive) {
        background: #0b5b12;
        border: 1px solid #0b5b12;
        color: #fff;
        box-shadow: none
    }

    #master-container body nav.navbar-v2 .btn-signin.custom-select-dropdown.open:not(.inactive), body nav.navbar-v2 #master-container .btn-signin.custom-select-dropdown.open:not(.inactive) {
        background: #333740;
        color: #fff;
        border: 1px solid #333740;
        box-shadow: none
    }

    #master-container body .btn-green.custom-select-dropdown.open:not(.inactive), body #master-container .btn-green.custom-select-dropdown.open:not(.inactive) {
        background: #0b5b12;
        border: 1px solid #0b5b12;
        color: #fff;
        box-shadow: none
    }

    #master-container body .btn-ghost-green.custom-select-dropdown.open:not(.inactive), body #master-container .btn-ghost-green.custom-select-dropdown.open:not(.inactive) {
        background: #11881B;
        color: #fff;
        border: 1px solid #11881B;
        box-shadow: none
    }

    #master-container #hero-wrapper {
        background: #11881B;
        background: -webkit-radial-gradient(130% -30%,#daff6b,#11881b);
        background: radial-gradient(at 130% -30%,#daff6b,#11881b)
    }

        #master-container #hero-wrapper .hero-wrapper-pos {
            position: relative
        }

            #master-container #hero-wrapper .hero-wrapper-pos #hero-details {
                color: #fff;
                padding: 35px 15px 60px
            }

                #master-container #hero-wrapper .hero-wrapper-pos #hero-details h1 {
                    font-weight: 900;
                    font-size: 48px
                }

                #master-container #hero-wrapper .hero-wrapper-pos #hero-details p.hero-sub-header {
                    font-size: 22px;
                    line-height: 1.364;
                    max-width: 770px;
                    margin: 0 auto
                }

@media screen and (min-width: 768px) {
    #master-container #hero-wrapper {
        height: 365px
    }

        #master-container #hero-wrapper .hero-wrapper-pos:before {
            position: absolute;
            top: 0;
            left: 0;
            content: " ";
            background-image: url(/cmscontent/images/hero/tp-shape-left.png);
            height: 365px;
            width: 527px;
            display: inline-block
        }

        #master-container #hero-wrapper .hero-wrapper-pos:after {
            position: absolute;
            top: 0;
            right: 0;
            content: " ";
            background-image: url(/cmscontent/images/hero/tp-shape-right.png);
            height: 365px;
            width: 527px;
            display: inline-block
        }

        #master-container #hero-wrapper .hero-wrapper-pos #hero-details {
            text-align: center;
            padding: 90px 0 127px
        }
}

#master-container #content-wrapper {
    position: relative
}

    #master-container #content-wrapper #left-content {
        margin-top: -3%;
        width: 100%
    }

        #master-container #content-wrapper #left-content #filter-area {
            background: #fff;
            border-radius: 15px;
            padding: 24px 0 0 29px
        }

            #master-container #content-wrapper #left-content #filter-area .header-text {
                font-weight: 900;
                font-size: 22px;
                line-height: 1.364;
                margin-bottom: 24px
            }

            #master-container #content-wrapper #left-content #filter-area .accordion {
                width: 100%
            }

                #master-container #content-wrapper #left-content #filter-area .accordion li {
                    cursor: pointer;
                    display: block;
                    padding: 20px 20px 20px 0;
                    font-size: 14px;
                    font-weight: 900;
                    border-top: 1px solid #CCC;
                    position: relative;
                    -webkit-transition: all .4s ease;
                    -o-transition: all .4s ease;
                    transition: all .4s ease
                }

                    #master-container #content-wrapper #left-content #filter-area .accordion li .open .link {
                        color: #088914
                    }

                    #master-container #content-wrapper #left-content #filter-area .accordion li i {
                        position: absolute;
                        top: 22px;
                        right: 26px;
                        font-size: 16px;
                        color: #595959;
                        -webkit-transition: all .4s ease;
                        -o-transition: all .4s ease;
                        transition: all .4s ease
                    }

                    #master-container #content-wrapper #left-content #filter-area .accordion li .submenu {
                        font-size: 14px;
                        display: none;
                        margin-top: 20px
                    }

                        #master-container #content-wrapper #left-content #filter-area .accordion li .submenu li {
                            border: none;
                            padding: 0
                        }

                            #master-container #content-wrapper #left-content #filter-area .accordion li .submenu li a {
                                display: block;
                                text-decoration: none;
                                color: #000;
                                padding: 12px;
                                font-size: 15px;
                                font-weight: 500;
                                -webkit-transition: all .25s ease;
                                -o-transition: all .25s ease;
                                transition: all .25s ease
                            }

                                #master-container #content-wrapper #left-content #filter-area .accordion li .submenu li a:hover {
                                    background: #088914;
                                    color: #FFF
                                }

                    #master-container #content-wrapper #left-content #filter-area .accordion li #hide-filter-toggle {
                        width: 100%
                    }

                    #master-container #content-wrapper #left-content #filter-area .accordion li .accordion li.open i {
                        color: #b63b4d
                    }

                    #master-container #content-wrapper #left-content #filter-area .accordion li.open i.fa-chevron-down {
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        transform: rotate(180deg)
                    }

    #master-container #content-wrapper #right-content {
        margin-top: -3%;
        width: 100%
    }

        #master-container #content-wrapper #right-content .tiles-container {
            margin-bottom: 100px
        }

            #master-container #content-wrapper #right-content .tiles-container .tile {
                background-color: #fff;
                border-radius: 15px;
                padding: 33px 44px 28px;
                transition: 450ms all;
                -webkit-transform-origin: center left;
                transform-origin: center left;
                box-shadow: 0 3px 4px 0 rgba(0,0,0,.1);
                margin-bottom: 24px
            }

                #master-container #content-wrapper #right-content .tiles-container .tile.review-link:hover {
                    cursor: pointer;
                    background: #F5F7F9; /*Silver Britches*/
                    /*opacity: .9;*/
                }

.trustpilotList-item-header {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.364;
    margin-top: 16px
}

.trustpilotList-item-content {
    font-size: 16px;
    line-height: 1.375;
    margin-top: 16px
}

.trustpilotList-item-signature {
    color: #6E7481;
    font-size: 14px;
    margin-top: 18px
}

.trustpilotList-item-stars {
    height: 23px
}

    .trustpilotList-item-stars.stars-half:after {
        content: " ";
        background-image: url(/cmscontent/svgs/trust-pilot/star-half.svg);
        height: 23px;
        width: 24px;
        display: inline-block
    }

    .trustpilotList-item-stars.stars-1:after {
        content: " ";
        background-image: url(/cmscontent/svgs/trust-pilot/star-full.svg);
        height: 23px;
        width: 24px;
        display: inline-block
    }

    .trustpilotList-item-stars.stars-2:after {
        content: " ";
        background-image: url(/cmscontent/svgs/trust-pilot/star-full.svg);
        height: 23px;
        width: 48px;
        display: inline-block
    }

    .trustpilotList-item-stars.stars-3:after {
        content: " ";
        background-image: url(/cmscontent/svgs/trust-pilot/star-full.svg);
        height: 23px;
        width: 72px;
        display: inline-block
    }

    .trustpilotList-item-stars.stars-4:after {
        content: " ";
        background-image: url(/cmscontent/svgs/trust-pilot/star-full.svg);
        height: 23px;
        width: 96px;
        display: inline-block
    }

    .trustpilotList-item-stars.stars-5:after {
        content: " ";
        background-image: url(/cmscontent/svgs/trust-pilot/star-full.svg);
        height: 23px;
        width: 120px;
        display: inline-block
    }

@media screen and (min-width: 768px) {
    #master-container #content-wrapper #left-content {
        float: left;
        width: 30%
    }

    #master-container #content-wrapper #right-content {
        float: right;
        width: calc(70% - 33px);
        margin-left: 33px
    }
}

@media screen and (max-width: 767px) {
    #master-container #content-wrapper #right-content .tiles-container #moreReviews {
        width: 100%
    }
}

#master-container .tag-button {
    position: relative
}

    #master-container .tag-button #tag-name-import {
        text-shadow: none !important;
        white-space: nowrap;
        word-wrap: normal;
        cursor: pointer;
        outline: 0;
        margin: 0;
        border: none;
        letter-spacing: .02em;
        background-color: #F1F1F2;
        color: #333740 !important;
        padding: 6px 24px;
        line-height: 14px;
        border-radius: 8px
    }

        #master-container .tag-button #tag-name-import:hover {
            background-color: #333740;
            color: #F1F1F2 !important
        }

    #master-container .tag-button #insert-x {
        position: absolute;
        right: 12px;
        color: #fff
    }

#master-container #remove-filter-toggle {
    float: right;
    font-size: 12px
}

#master-container #see-more-button {
    padding: 10px
}

#master-container .empty {
    fill: #e5e5e5 !important
}

#master-container .dot {
    height: 20px;
    width: 20px;
    margin: 0 2px;
    background-color: #dbdbdb;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

#master-container #dot-container {
    margin-top: 15px;
    margin-left: 5px
}

#master-container #master-container .active {
    background-color: #111
}

#master-container .fade-class {
    -webkit-animation-name: fade-class;
    -webkit-animation-duration: 1.5s;
    animation-name: fade-class;
    animation-duration: 1.5s
}

@-webkit-keyframes fade-class {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade-class {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

#master-container #svg-star-size {
    position: absolute;
    height: 50.16px;
    width: 160px;
    left: 0;
    top: 0;
    margin-left: 35px
}

#master-container #stars-and-summary {
    margin-top: 40px
}

    #master-container #stars-and-summary .trust-stars {
        display: none
    }

    #master-container #stars-and-summary .active-stars {
        display: block
    }

    #master-container #stars-and-summary #tp-widget-stars-head {
        text-align: center
    }

@media screen and (max-width: 767px) {
    #master-container #stars-and-summary #tp-widget-stars-head {
        display: none
    }
}

#master-container #stars-and-summary #tp-widget-stars-head #numerical-score {
    font-size: 22.46px;
    letter-spacing: -.34px;
    font-weight: 900;
    margin-top: 10px
}

#master-container #stars-and-summary #tp-widget-stars-head #numerical-score-details {
    color: #6E7481;
    font-size: 13.31px;
    letter-spacing: -.2px;
    font-weight: 500;
    margin-top: 9px
}

    #master-container #stars-and-summary #tp-widget-stars-head #numerical-score-details #tp-widget-logo #svg-logo-size {
        height: 24px
    }

#master-container #score-summary {
    font-size: 18px;
    font-weight: bolder;
    float: left;
    margin-right: 25px;
    margin-left: 34px;
    margin-top: 15px
}

#master-container .review-text-placement {
    width: 60%;
    float: right;
    padding: 15px
}

#master-container #checkbox-container {
    float: left;
    margin-top: 0
}

#master-container .radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    #master-container .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0
    }

#master-container .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee
}

#master-container .radio-container:hover input ~ .checkmark {
    background-color: #ccc
}

#master-container .radio-container input:checked ~ .checkmark {
    background-color: #00B67A
}

#master-container .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

#master-container .radio-container input:checked ~ .checkmark:after {
    display: block
}

#master-container .radio-container .checkmark:after {
    left: 7px;
    top: 2px;
    display: inline-block;
    transform: rotate(45deg);
    height: 14px;
    width: 7px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff
}

#master-container #percentage-box {
    justify-content: center;
    align-items: center;
    background: #FFF;
    display: block;
    padding: 0;
    margin-left: 10px;
    margin-top: 0;
    width: 50%;
    float: left
}

#master-container .percentage-display {
    padding: 5px
}

#master-container .percentage-text-placement {
    float: left
}

#master-container .bullet-placement {
    margin-top: 0;
    margin-left: -30px;
    color: #7e8080;
    height: 36px;
    line-height: 28px;
    width: 35px
}

#master-container .progress {
    background: rgba(255,255,255,.1);
    justify-content: flex-start;
    border-radius: 1px;
    align-items: center;
    position: relative;
    padding: 0 5px;
    display: flex;
    height: 16px;
    margin-bottom: 10px
}

#master-container .progress-value-1, #master-container .progress-value-2, #master-container .progress-value-3, #master-container .progress-value-4, #master-container .progress-value-5 {
    box-shadow: 0 10px 40px -10px #fff;
    border-radius: 1px;
    height: 10px;
    width: 0
}

#master-container .progress-value-5 {
    animation: load-5 3s normal forwards;
    background: #00b67a
}

#master-container .progress-value-4 {
    animation: load-4 3s normal forwards;
    background: #73cf11
}

#master-container .progress-value-3 {
    animation: load-3 3s normal forwards;
    background: #ffce00
}

#master-container .progress-value-2 {
    animation: load-2 3s normal forwards;
    background: #ff8622
}

#master-container .progress-value-1 {
    animation: load-1 3s normal forwards;
    background: #ff3722
}

#master-container .tag-button:hover {
    background-color: #dcdce6
}

#master-container .tag-button:focus {
    background-color: #6f6f87;
    color: #FFF
}

#master-container #stars-container {
    padding: 12px
}

#master-container select.custom-select {
    display: none
}

#master-container #products-lbl {
    margin-bottom: 0;
    line-height: 2.5em
}

#master-container .custom-select-dropdown {
    color: #0973CC;
    background-color: #fff;
    border-radius: 24.5px;
    border: 1px solid #0973CC;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 16px;
    font-weight: 900;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto
}

    #master-container .custom-select-dropdown:after {
        height: 0;
        width: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #0973CC;
        transform: origin(50% 20%);
        transition: all 125ms ease-in-out;
        content: '';
        display: block;
        margin-top: -2px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        top: 50%
    }

    #master-container .custom-select-dropdown.open:after {
        transform: rotate(-180deg)
    }

    #master-container .custom-select-dropdown.open .list {
        transform: scale(1);
        opacity: 1;
        pointer-events: auto
    }

    #master-container .custom-select-dropdown.open .option {
        cursor: pointer
    }

    #master-container .custom-select-dropdown.wide {
        width: 100%
    }

        #master-container .custom-select-dropdown.wide .list {
            left: 0 !important;
            right: 0 !important
        }

    #master-container .custom-select-dropdown .list {
        box-sizing: border-box;
        transition: all .15s cubic-bezier(.25,0,.25,1.75),opacity .1s linear;
        transform: scale(.75);
        transform-origin: 50% 0;
        box-shadow: 0 0 0 1px rgba(0,0,0,.09);
        background-color: #fff;
        border-radius: 24.5px;
        margin-top: 4px;
        padding: 3px 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 999
    }

        #master-container .custom-select-dropdown .list:hover .option:not(:hover) {
            background-color: transparent !important
        }

    #master-container .custom-select-dropdown .option {
        cursor: default;
        font-weight: 400;
        line-height: 40px;
        outline: 0;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        transition: all .2s
    }

        #master-container .custom-select-dropdown .option.selected, #master-container .custom-select-dropdown .option:first-of-type {
            display: none
        }

@media only screen and (max-width: 800px) {
    #master-container #master-container {
        width: 100%;
        padding: 0
    }
}

@media only screen and (max-width: 540px) {
    #master-container #tile-star-alignment {
        margin-left: 25px;
        width: 75px
    }

    #master-container .review-text-placement {
        font-size: 11px
    }
}

@media only screen and (max-width: 320px) {
    #master-container #percentage-box {
        margin-left: 0
    }

    #master-container #tile-star-alignment {
        margin-left: 25px;
        width: 65px
    }

    #master-container .review-text-placement {
        font-size: 11px
    }

    #master-container #mobile-star-align {
        display: none
    }

    #master-container #numerical-score {
        margin-left: 60px
    }

    #master-container #score-summary {
        padding-left: 0;
        margin-left: 0
    }
}

/*#shared-modal.remodal.trustpilot[data-remodal-id='shared-modal-remodal'] {
    background: linear-gradient(180deg, #D8F4FF 70px, #fff 70px);
}

    #shared-modal.remodal.trustpilot[data-remodal-id='shared-modal-remodal'] .header-icon {
        background: url(/cmscontent/svgs/trust-pilot/trustpilot-green.svg) no-repeat 50%, #fff;
        width: 320px;
    }*/

/*override layout*/
/*#shared-modal.remodal.trustpilot p.trustpilotList-item-header {
    font-size: 22px;
    margin-top: 16px;
}

#shared-modal.remodal.trustpilot p.trustpilotList-item-content {
    font-size: 16px;
    line-height: 1.375;
    margin-top: 16px;
}

#shared-modal.remodal.trustpilot p.trustpilotList-item-signature {
    color: #6E7481;
    font-size: 14px;
    margin-top: 18px;
}*/
