@charset "utf-8";
/* CSS Document */

.button.create_review {
    background: #ffffff;
    border: 1px solid #3E57A6;
    border-radius: 4px;
    font-size: 21px;
    padding: 10px 20px 8px 20px;
    margin-bottom: 10px
}

.review-form {
    margin-bottom: 0.5em;
    width: 100%;
    margin-left: 0;
    font-family: "StagSansWeb-Book", Arial, Helvetica, sans-serif;
    clear: left
}

.review-form h1 {
    font-family: "OpenSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    width: 100%;
    color: #001722;
    font-size: 24px
}

.review-form h2 {
    font-family: "OpenSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    width: 100%;
    color: #001722;
    font-size: 24px;
    margin-bottom: 22px
}

.review-form h2.required::after {
    content: '*';
    color: red;
    font-size: 16px;
    vertical-align: top
}

.review-form h2 .required-notice {
    font-size: 16px;
    float: right;
    margin-top: 4px
}

.review-form h2 .required-notice::before {
    content: '*';
    color: red;
    font-size: 16px;
    vertical-align: top;
    padding-right: 6px
}

.review-form .ratings .rating {
    margin-bottom: 10px
}

.review-form .ratings .rating .br-wrapper-f {
    display: inline-block
}

.review-form .ratings .rating .br-wrapper-f .br-widget {
    width: 110px
}

.review-form .ratings .rating label {
    color: #999;
    font-weight: normal;
    display: inline-block;
    width: 200px
}

.review-form .ratings .rating .description {
    color: #444
}

.review-form .ratings .rating label,.review-form .ratings .rating .br-wrapper-f,.review-form .ratings .rating .review-attribute-field {
    vertical-align: middle
}

.review-form .ratings .recommend {
    width: 100%;
    margin: 20px 0
}

.review-form .ratings .recommend label {
    font-family: "StagSansWeb-Semibold", "Arial Black", Arial, sans-serif !important;
    font-weight: normal;
    padding: 5px 10px;
    cursor: pointer
}

.review-form .ratings .terms {
    margin: 10px 0 20px 0
}

.review-form .title,.review-form .review {
    margin-bottom: 1em
}

.review-form .title>div,.review-form .review>div {
    position: relative
}

.review-form .title>div input,.review-form .title>div textarea,.review-form .review>div input,.review-form .review>div textarea {
    width: 100%;
    font-size: 16px;
    padding: 6px 55px 6px 20px
}

.review-form .title>div textarea,.review-form .review>div textarea {
    min-height: 100px;
    padding: 18px 90px 18px 20px
}

.review-form .service-not-used label {
    line-height: 29px
}

.guidelines .hide-button {
    display: none;
    float: right;
    cursor: pointer;
    color: red;
    font-weight: bold
}

.guidelines h2 {
    font-family: "StagSansWeb-Book", Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 11px;
    margin-top: 0;
    clear: both;
    color: #786952;
    border-bottom: 2px solid #786952;
    letter-spacing: 2px;
    text-transform: uppercase
}

.guidelines p {
    width: 100%
}

.review-form .buttons {
    text-align: right
}

.review-form .buttons .button-wrapper {
    display: inline-block
}

.review-form .buttons .button {
    height: auto;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 18px 30px;
    margin: 0 4px;
    font-size: 26px;
    line-height: 26px;
    outline: none;
    font-weight: 300;
    font-family: "StagSansWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    background-color: #3f57a6
}

.review-form .buttons .button:hover,.review-form .buttons .button:focus {
    text-decoration: none;
    opacity: 0.9
}

.review-form .buttons .button.orange {
    background: #ee5a40
}

.review-form .buttons .button.grey {
    background: #2f3640
}

.review-form .buttons .button.white {
    background: #fff;
    color: #2f3640
}

.review-form .buttons .button.big-blue {
    background: #3E57A6;
    border-radius: 4px;
    font-size: 21px;
    padding: 10px 20px 8px 20px
}

.review-form .buttons .button.big-orange {
    background: #ee4036;
    border-radius: 4px;
    font-size: 21px;
    padding: 10px 20px 8px 20px
}

.review-form .buttons .button.full-width {
    width: 100%;
    border: none;
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    height: 56px;
    padding: 10px 20px
}

.review-form .buttons .button.width-60 {
    width: 60%;
    border: none;
    margin: 0;
    font-size: 18px;
    line-height: 37px;
    height: 56px;
    padding: 10px 20px
}

.review-form .buttons .button.throbber {
    font-size: 18px;
    line-height: 21px;
    background-color: #616161 !important;
    background-image: url("ripple.gif");
    background-position: 67% 50%;
    background-repeat: no-repeat;
    cursor: wait
}

.review-form .buttons .button[disabled] {
    background-color: #c5c5c5;
    cursor: not-allowed
}

@media only screen and (min-width: 768px) {
    .review-form {
        border:1px solid #c7c7c7;
        width: 685px;
        margin-left: 35px;
        padding: 12px 35px
    }
}

@media only screen and (max-width: 479px) {
    .review-form {
        border-top:1px solid #ebe9e9;
        padding-top: 15px
    }

    .review-form .service-not-used {
        position: relative
    }

    .review-form .service-not-used label {
        margin-left: 45px
    }

    .review-form .service-not-used input {
        position: absolute;
        left: 0;
        top: 0
    }

    .review-form .character-limit-display {
        position: relative;
        right: 0;
        text-align: right
    }

    .review-form .character-limit-display:before {
        content: 'Max';
        margin-right: 10px
    }

    .review-form .ratings .rating {
        position: relative
    }

    .review-form .ratings .rating label {
        font-size: 17px;
        margin-bottom: 10px
    }

    .review-form .ratings .rating .br-wrapper-f {
        width: 88%;
        display: inline-block;
        padding-bottom: 2px
    }

    .review-form .ratings .rating .br-wrapper-f .br-widget {
        width: 100%;
        margin: 0
    }

    .review-form .ratings .rating .br-wrapper-f .br-widget a {
        width: 19%;
        background-repeat: no-repeat
    }

    .review-form .ratings .rating .br-wrapper-f .br-widget a.br-selected {
        background-position: 0px -19px
    }

    .buttons .button {
        display: block;
        margin: 0;
        width: 100%
    }
}

.reviews .review-preview {
    width: 100%;
    border: 1px solid #c5c5c5;
    border-top: 2px solid blue;
    padding: 30px 35px;
    background-color: #f8f8f8
}

.reviews .review-preview .review {
    margin: 0;
    padding: 0;
    border: none
}

.reviews {
	padding-bottom: 50px;
	padding-top: 50px;
}

.reviews p {
    color: #212120;
    margin-top: 15px
}

.reviews .reviews-summary {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe9e9
}

.reviews .reviews-summary h3 {
    font-family: "StagSansWeb-Book", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 33px;
    color: #001722;
    font-size: 25px;
    margin: 30px 0;
    font-weight: normal
}

.reviews .reviews-summary .reviews-overall-score {
    width: 33%
}

.reviews .reviews-summary .reviews-average-ratings {
    width: 33%
}

.reviews .reviews-summary .reviews-total-recommended {
    width: 33%
	
}

.reviews .reviews-summary .reviews-summary-section {
    display: inline-block;
    vertical-align: top
}

.reviews .reviews-summary .reviews-summary-section .reviews-overall-container {
    width: 90%;
    height: 120px;
    border-radius: 4px;
    background: #5cb85c;
    text-align: center;
    color: white;
    padding-top: 10px
}
.reviews-total-recommended-container {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    background: #eee;
    text-align: center;
    color: white;
    padding-top: 10px
}

.reviews .reviews-summary .reviews-summary-section .reviews-overall-container .count {
    color: white;
    font-size: 51px;
    line-height: 51px
}

.reviews .reviews-summary .reviews-summary-section .reviews-overall-container .reviews-overall-total {
    font-family: "OpenSans-Semibold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 600;
    font-size: 16px
}

.reviews .reviews-summary .reviews-summary-section .review-full-attributes {
    float: none
}

.reviews .reviews-summary .reviews-summary-section .review-full-attributes .review-single-attribute {
    margin-left: 0
}

.reviews .reviews-summary .reviews-summary-section .review {
    border-bottom: 0px none;
    padding: 0;
    margin: 0
}

.reviews .reviews-summary .reviews-summary-section .review .review-full-attributes .review-single-attribute .review-value .review-attribute-overlay-inner {
    background-color: #5cb85c
}

.reviews .reviews-summary .reviews-summary-section .review-figure {
    color: #ee5a40;
    font-size: 16px
}

.reviews .reviews-summary .reviews-summary-section .reviews-summary-section-title {
    font-family: "StagSansWeb-Book", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 33px;
    color: #001722;
    margin: 0;
    font-weight: normal
}

.reviews .reviews-summary .reviews-summary-section .count {
    font-family: "StagSansWeb-Book", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 33px;
    color: #001722;
    font-size: 17px;
    color: #928a89
}

.reviews .reviews-summary .reviews-summary-section .explanation {
    color: #928a89
}

.reviews .reviews-summary .reviews-summary-section .reviews-overall-stars {
    width: 85px;
    height: 16px;
    margin: 5px auto 10px auto;
    background-image: url(//d1ahu1gd5vk2b3.cloudfront.net/assets/dark-red-star-b66ac86d7cfb6fdb1bca8b6ef72f2e52c62f1f0ee7c615a43382bf2c79c94976.png);
    background-repeat: repeat-x;
    position: relative
}

.reviews .reviews-summary .reviews-summary-section .reviews-overall-stars .review-attribute-overlay-inner {
    background-image: url(//d1ahu1gd5vk2b3.cloudfront.net/assets/white-star-64d4da9d499d3a16016e1891f81ae3211e7941019e6e7adbae7d909dd9e27f04.png);
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    left: 0;
    height: 16px
}

.reviews .reviews-summary .reviews-summary-section .reviews-thumbs-up {
    height: 54px;
    width: 53px;
    text-indent: -99999px;
    background-image: url(//d1ahu1gd5vk2b3.cloudfront.net/assets/blue-thumb-6335dcbcd359f8e08c3481f99dd94ca47cd1592024bc6ffd8cde71112c04de4d.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    float: left;
    margin: 10px
}

.reviews .business-sort-count {
    margin-bottom: 30px;
    width: 100%;
    text-align: right
}

.reviews .business-sort-count .reviews-sort-label,.reviews .business-sort-count form {
    display: inline-block
}

.reviews .business-sort-count form {
    margin-right: 10px;
    margin-left: 1.618em
}

.reviews .business-sort-count select {
    background-color: white;
    padding: 5px 20px 5px 15px
}

.reviews .review {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebe9e9;
    color: #615555;
    font-family: "StagSansWeb-Book", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #001722
}

.reviews .review .review-moderation-message {
    color: #e30613
}

.reviews .review .review-recommended {
    line-height: 30px;
    padding-left: 35px;
    background: url(//d1ahu1gd5vk2b3.cloudfront.net/assets/blue-thumb-outline-777b22be65d42d2e67b5c59f5e30f89ec3a1459110fa13e66ec98f084dd089de.png) no-repeat 0% 50%;
    position: relative;
    margin: 10px 0 15px 0
}

.reviews .review .review-full-attributes {
    float: right
}

.reviews .review .review-full-attributes .review-single-attribute {
    margin: 5px 0 5px 10px
}

.reviews .review .review-full-attributes .review-single-attribute .review-attribute-field {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.reviews .review .review-full-attributes .review-single-attribute .review-tooltip {
    background: url(//d1ahu1gd5vk2b3.cloudfront.net/assets/icon-info-5c15e378e8b399379808812683712c645504af2edade178044ecf2fc400945c6.png) no-repeat top left;
    width: 22px;
    height: 22px;
    margin-left: 25px
}

.reviews .review .review-full-attributes .review-single-attribute .review-tooltip .review-tooltip-text {
    display: none
}

.reviews .review .review-full-attributes .review-single-attribute .review-value .review-attribute-overlay {
    width: 88px;
    height: 7px;
    display: inline-block;
    position: relative;
    background-color: #d5d5d5
}

.reviews .review .review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .review-attribute-overlay-inner {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5cb85c
}

.reviews .review .review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .divider {
    height: 100%;
    width: 2%;
    position: absolute;
    left: 20%;
    top: 0;
    background-color: white
}

.reviews .review .review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .divider:nth-child(2) {
    left: 40%
}

.reviews .review .review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .divider:nth-child(3) {
    left: 60%
}

.reviews .review .review-full-attributes .review-single-attribute .review-value .review-attribute-overlay .divider:nth-child(4) {
    left: 80%
}

.reviews .review .review-full-attributes .review-single-attribute .review-attribute-name {
    width: 155px;
    font-size: 16px
}

.reviews .review .review-text {
    max-width: 100%;
}

.reviews .review .review-title {
    font-weight: 400;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 45px;
    color: #42B4C8;
    padding-bottom: 20px;
    font-family: 'Exo 2',sans-serif;
}

.reviews .review .review-details,.reviews .review .review-text {
    line-height: 25px
}

.reviews .review .review-details,.reviews .review .review-text,.reviews .review .review-recommended {
	font-size: 16px;
    font-weight: normal;
    color: #999;
    line-height: 40px;
    text-align: left;
}

.reviews .review .review-details {
    margin: 15px 0
}

.reviews .review .review-details .review-reviewer-name {
    margin-right: 1em
}

.reviews .review .review-comments {
    color: #615555
}

.reviews .review .review-reply {
    clear: both;
    padding: 30px
}

.reviews .review .review-reply .review-reply-comments {
    font-style: italic
}

.reviews .review .review-control {
    float: right;
    clear: right
}

.reviews .review .reported-message {
    color: red;
    font-style: italic
}

.reviews .pagination {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px
}
#reviews-create-review {
    float: right
}

#reviews-create-review .create_review {
    color: #3E57A6;
    padding: 20px
}

h2.reviews-heading {
    font-family: "StagSansWeb-Book", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 36px;
    line-height: 41px;
    float: left
}

h2.reviews-heading,#reviews-create-review {
    margin-top: 40px
}

@media screen and (max-width: 767px) {
    .reviews .business-sort-count {
        margin-bottom:1em;
        text-align: left
    }

    .reviews .business-sort-count .reviews-sort-label,.reviews .business-sort-count form {
        display: block;
        margin: 10px 0
    }

    .reviews .reviews-summary .review-single-attribute .review-attribute-name {
        color: #ee5a40
    }

    .reviews .review .review-full-attributes {
        float: none
    }

    .reviews .review .review-full-attributes .review-single-attribute .review-attribute-name {
        width: 100%
    }

    .reviews .review .review-full-attributes .review-single-attribute {
        margin: 0 0 10px 0
    }

    .reviews .review .review-full-attributes .review-single-attribute .tooltip {
        float: right
    }

    .reviews .review .review-full-attributes .review-recommended {
        margin: 0
    }

    .reviews .hreview .review-full-attributes {
        margin-bottom: 1em
    }

    .reviews .reviews-summary .reviews-summary-section {
        width: 100%;
        float: none;
        margin-bottom: 20px
    }

    .reviews .reviews-summary .reviews-summary-section .reviews-overall-container {
        width: 100%
    }

    #reviews-create-review {
        float: none;
        clear: both
    }

    #reviews-create-review .create_review {
        display: block
    }

    .reviews .review {
        display: flex;
        flex-direction: column
    }

    .reviews .review .review-title {
        order: 0
    }

    .reviews .review .review-text {
        width: 100%;
        max-width: 100%;
        order: 1
    }

    .reviews .review .review-details {
        order: 2;
        font-size: 14px
    }

    .reviews .review .review-reply-comments {
        order: 3
    }

    .reviews .review .review-recommended {
        order: 4;
        margin: 0 0 20px 0
    }

    .reviews .review .review-full-attributes {
        order: 5
    }

    .reviews .review .review-control {
        order: 6;
        text-align: right
    }

    .reviews .review .reported-message {
        order: 7
    }
}
