﻿.ee-p form[name="write-review"] {
    padding: 40px 0;
}

@media only screen and (max-width: 40em) {
    .ee-p form[name="write-review"] {
        padding: 0;
    }
}

.ee-p .full-block {
    padding: 22px 0;
}

@media only screen and (max-width: 40em) {
    .ee-p .full-block {
        padding: 14px 0;
    }
}

.ee-p .full-block.top-main-container {
    padding-bottom: 0;
}

    .ee-p .full-block.top-main-container + .full-block {
        padding-top: 0;
    }

.ee-p h1 {
    font-size: 2.9rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

@media only screen and (max-width: 60em) {
    .ee-p h1 {
        width: 100%;
    }
}

.ee-p h2 {
    font-size: 1.6rem;
    line-height: 1.2;
    color: #8e8e8e;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

.ee-p h3 {
    margin-bottom: 7.5px;
}

.ee-p h4 {
    font-size: 2.3rem;
    line-height: 1.36;
    letter-spacing: -0.01em;
    font-weight: normal;
    margin-bottom: 28px;
}

.ee-p h5 {
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.ee-p hr {
    border-color: #eee;
    margin: 21px 0;
}

@media only screen and (max-width: 40em) {
    .ee-p hr {
        margin: 14px 0;
    }
}

.ee-p fieldset {
    margin: 0 0 45px 0;
    position: relative;
    top: 0;
    left: 0;
}

    .ee-p fieldset:last-child {
        margin-bottom: 0;
    }

    .ee-p fieldset.overall-rating-container {
        padding-bottom: 22px;
    }

@media only screen and (max-width: 60em) {
    .ee-p fieldset .form-field {
        padding-right: 5px;
    }
}

@media only screen and (max-width: 60em) {
    .ee-p fieldset .form-field[class*=form-field-col] {
        width: 100%;
    }
}

.ee-p fieldset .form-field:last-child {
    padding-bottom: 0;
}

.ee-p fieldset .form-field.valid:after, .ee-p fieldset .form-field.invalid:after {
    top: 11.5px;
    right: 22px;
}

.ee-p fieldset .form-field .input-prepend {
    position: relative;
    margin: 0 0 0 39px;
    text-align: left;
}

    .ee-p fieldset .form-field .input-prepend .add-on {
        position: relative;
        width: 40px;
        left: -39px;
    }

    .ee-p fieldset .form-field .input-prepend input {
        position: absolute;
        margin: 0;
        padding: 10px;
        left: 0;
        width: 100%;
        min-width: 28px;
        max-width: 100%;
    }

.ee-p fieldset .form-field .subtext-form {
    text-align: left;
}

@media only screen and (max-width: 40em) {
    .ee-p h1, .ee-p h2, .ee-p h4, .ee-p p, .ee-p fieldset {
        text-align: center;
    }
}

.subratings-subtext-form {
    margin-top: -28px;
    margin-bottom: 28px;
}

.reviewer-tips {
    margin: 0 15px 0 0;
}

@media only screen and (max-width: 60em) {
    .reviewer-tips {
        margin-right: 0;
    }
}

.review-form-privacy-explanation {
    font-size: 1.6rem;
    line-height: 1.66;
    font-weight: normal;
    color: #8e8e8e;
}

@media only screen and (max-width: 40em) {
    .post-review-btn {
        width: 100%;
        margin: 0;
        float: none;
        display: block;
    }
}

.reviewee-profile {
    text-align: center;
}

    .reviewee-profile .reviewee-profile-name > h3 {
        font-size: 2.3rem;
        line-height: 1.2;
        font-weight: bold;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .reviewee-profile .reviewee-profile-picture img {
        width: 100%;
        max-width: 140px;
        max-height: 140px;
        display: block;
        margin: 0 auto;
        margin-bottom: 11px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

.reviewee-profile .reviewee-profile-expand-link {
        font-size: 1.5rem;
        line-height: 1.2;
        font-weight: normal;
    }

@media only screen and (max-width: 40em) {
    .reviewee-profile {
        display: none;
    }
}

.star-input-container {
    white-space: nowrap;
}

    .star-input-container .star-input {
        cursor: pointer;
        display: inline-block;
        outline: none;
        margin-right: 3px;
    }

        .star-input-container .star-input:last-of-type {
            margin-right: 24px;
        }

@media only screen and (max-width: 40em) {
    .star-input-container .star-input:last-of-type {
        margin-right: 0;
    }
}

.star-input-container .star-input svg {
    fill: #eee;
    -o-transition: fill .2s ease-in-out;
    -webkit-transition: fill .2s ease-in-out;
    -moz-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out;
}

.overall-rating-container .star-input-container .star-input svg {
    width: 58px;
    height: 58px;
}

@media only screen and (max-width: 40em) {
    .overall-rating-container .star-input-container .star-input svg {
        width: 50px;
        height: 50px;
    }
}

.subrating-container .star-input-container .star-input svg {
    width: 35px;
    height: 35px;
}

@media only screen and (max-width: 40em) {
    .subrating-container .star-input-container .star-input svg {
        width: 42px;
        height: 42px;
    }
}

.star-input-container .star-input:focus svg, .star-input-container .star-input.active svg {
    fill: #d0a33d;
}

.overall-rating-container .subtext-form-invalid, .subrating-container .subtext-form-invalid {
    color: #950000;
}

.alert-closable.inactive {
    display: none;
}

.alert-closable h4 {
    font-size: 1.9rem;
    margin-bottom: 7px;
}

.alert-closable p {
    text-align: left;
}

.user-text-length-indicator {
    position: absolute;
    right: 15px;
}

@media only screen and (max-width: 60em) {
    .user-text-length-indicator {
        right: 0;
    }
}

.user-text-length-indicator .user-text-length-indicator-segment {
    width: 4px;
    height: 11px;
    background-color: #bdbdbd;
    display: inline-block;
}

.user-text-length-indicator.user-text-length-1 .user-text-length-indicator-segment:nth-child(-n+1) {
    background-color: #0e9109;
}

.user-text-length-indicator.user-text-length-2 .user-text-length-indicator-segment:nth-child(-n+2) {
    background-color: #0e9109;
}

.user-text-length-indicator.user-text-length-3 .user-text-length-indicator-segment:nth-child(-n+3) {
    background-color: #0e9109;
}

.user-text-length-indicator.user-text-length-4 .user-text-length-indicator-segment:nth-child(-n+4) {
    background-color: #0e9109;
}

.post-review-thanks {
    padding-top: 30px;
    text-align: center;
}

.post-review-thanks .btn {
    margin-top: 30px;
}