/*
 * homecss.css
 * Final reviewed stylesheet - 4 September 2026.
 * Unused rules have been retained as comments so they can be restored if needed.
 * Rules marked UNUSED were not found in the page set that loads this stylesheet.
 */

.container3,
.mbr-header,
.mbr-number__group,
.mbr-plan,
sub,
sup {
    position: relative;
}

.container3 {
    width: 100%;
    margin: 0 auto;
    border: 0 solid #000;
    z-index: 0;
    padding-top: 15px;
    font-family: Oxygen, sans-serif;
}

.home-btn {
    margin: 15px auto -20px;
    font-size: 14px;
}

.home-btn a:active,
.home-btn a:link,
.home-btn a:visited {
    background-color: red;
    color: #fff;
    padding: 15px;
    border: 2px solid red;
    border-radius: 10px;
    margin: 13px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
}

.home-btn a:focus,
.home-btn a:hover {
    background-color: #fff;
    color: red;
}

.row {
    margin: 10px auto 30px;
    border: 0 solid red;
    width: 100%;
}

.col-lg-2-4 {
    width: calc(100% / 3);
    float: left;
    min-height: 1px;
}

.mbr-plan__box {
    background: #dbdbdb;
    border-left: 2px solid #fff;
}

.mbr-plan__header {
    background: #444;
    overflow: hidden;
    padding: 30px 0 15px;
    color: #fff;
}

.mbr-header {
    padding: 0;
}

.mbr-header--reduce {
    margin-top: -5px;
    top: 2px;
}

.mbr-header--reduce .mbr-header__text {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.1em;
}

.mbr-header__text {
    display: block;
    font-weight: 700;
}

.mbr-header--center {
    text-align: center;
}

.mbr-plan__number {
    border-bottom: 1px dotted #ddd;
    margin: 0 10px 0px;
    padding: 41px 0;
    font-size: 80px;
    line-height: 0;
    color: #333;
    text-align: center;
}

.mbr-number {
    display: inline-block;
    margin: -0.12em;
}

.mbr-number__num {
    display: inline-table;
    height: 1em;
}

.mbr-number__group {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
}

.mbr-number--price .mbr-number__left {
    display: inline;
}

.mbr-number__left {
    font-size: 0.34em;
    line-height: 0;
    padding: 0 5px;
    vertical-align: super;
}

sup {
    top: -0.5em;
}

.mbr-number--price .mbr-number__value {
    padding-right: 0.28em;
}

.mbr-number__caption {
    display: block;
    font-size: 0.19em;
    line-height: 1.5em;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    padding-top: 0.5em;
    text-align: center;
}

.mbr-plan__details {
    padding-bottom: 10px;
}

.mbr-plan__details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mbr-plan__details li {
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px;
}

.mbr-plan__buttons {
    padding: 0 0 51px;
    text-align: center;
}

.mbr-plan__buttons_middle {
    padding: 10px 0 51px;
    text-align: center;
}

.mbr-plan--success .mbr-plan__header {
    background: #56b74f;
}

.mbr-plan--danger .mbr-plan__header {
    background: #2266e6;
}

.mbr-plan--warning .mbr-plan__header {
    background: #f99e17;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .mbr-plan--info .mbr-plan__header
 * Original declarations: background: #ff0d13;
 */
.mbr-plan {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mbr-plan--favorite {
    margin-right: -1px;
    margin-top: -30px;
    padding-left: 0;
    top: 15px;
    z-index: 5;
}

.mbr-plan--favorite .mbr-plan__box {
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.mbr-plan--favorite .mbr-plan__number:before {
    content: "";
    display: block;
    height: 15px;
}

.home,
.homeflex {
    display: -webkit-box;
    display: -ms-flexbox;
}

.mcwave {
    border-right: 2px #fff solid;
}

.home {
    margin: 1% 0;
    float: left;
    text-align: center;
    width: 100%;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.home1 {
    width: 50%;
    display: table-cell;
}

.home2 {
    margin: 0 auto;
}

.home2 img {
    width: 95%;
    border: 3px double gray;
}

.home2 img:last-child,
.home2:focus img:first-child,
.home2:hover img:first-child {
    display: none;
}

.home2:focus img:last-child,
.home2:hover img:last-child {
    display: inline-block;
}

.homeflex {
    width: 100%;
    display: flex;
    font-size: 14px;
    border: 0 solid #00f;
    margin: 5px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.homeflexright,
.reviewflexouter {
    display: -webkit-box;
    display: -ms-flexbox;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .homeflexleft
 * Original declarations: float: left;
    border: 2px solid #dbdbdb;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    text-align: center;
    margin-right: 5px;
    max-width: 500px;
    background-color: #f0f0f0;
 */
.homeflexright {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    width: 100%;
    border: 2px solid #dbdbdb;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
    margin-top: 40px;
}

.reviewflexouter {
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc(100% - 30px);
    margin: 0 auto;
    background-color: #dbdbdb;
    border: 15px double #fff;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    min-height: 500px;
}

.fillheight,
.flexinnercol {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}

.reviewflexinner {
    margin: 10px auto;
    text-align: center;
    font-size: 14px;
}

.reviewflexinner img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
}

.flexinnercol {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0 solid gold;
}

.fillheight {
    min-height: 100%;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
}

.flexinnercolcell {
    border: 0 solid red;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexinnercolcelll {
    border: 0 solid red;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

#map-plug {
    display: none;
}

.flexinnerrow,
.review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-direction: normal;
}

#google-reviews {
    border: 0px solid #000;
    min-height: 228px;
}

.review-item {
    border: 0 solid rgba(190, 190, 190, 0.35);
    margin: 0 auto;
    padding: 0 0 10px;
    height: 100%;
    min-height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

.review-stars {
    text-align: center;
    border: 0 solid green;
    width: 100%;
    margin: 0 auto;
}

.review-meta {
    border: 0 solid #00f;
    color: gray;
    font-style: italic;
    margin: 10px auto 0;
    width: 100%;
}

.flexinnerrow span:nth-child(1),
.flexinnerrow span:nth-child(3) {
    width: 10%;
    font-weight: 700;
    font-size: 100px;
    font-family: Georgia;
    position: relative;
    min-width: 52px;
}

.review-author {
    text-transform: capitalize;
    border: 0 solid green;
    color: gray;
}

.review-date {
    color: gray;
    border: 0 solid #00f;
}

.flexinnerrow {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 0 solid #663;
}

.homeflexbottomout,
.review-text {
    display: -webkit-box;
    display: -ms-flexbox;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .reviewtextinnerrow p
 * Original declarations: margin-top: auto;
 */
.flexinnerrow span {
    text-align: center;
}

.flexinnerrow span:nth-child(1) {
    color: red;
    margin-top: -10px;
}

.flexinnerrow span:nth-child(3) {
    color: red;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: -10px;
}

.review-text {
    line-height: 24px;
    text-align: center;
    margin: auto;
    border: 1px solid #fff;
    width: calc(100% - 50px);
    padding: 10px 25px;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    font-size: 18px;
}

.review-stars ul {
    display: inline-block;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.review-stars ul li {
    float: left;
    list-style: none !important;
    margin-right: 10px;
}

.review-stars ul li i {
    color: red;
    font-size: 100px;
    font-style: normal;
}

.review-stars ul li i.inactive {
    color: #c6c6c6;
}

.star:after {
    content: "★";
}

.flexinnercolcell a {
    background-color: red;
    color: #fff;
    padding: 14px 20px;
    margin: 8px auto;
    border: 2px solid red;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.flexinnercolcell a:focus,
.flexinnercolcell a:hover {
    background-color: #fff;
    color: red;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.flex1,
.flex3 {
    width: 50%;
}

.flex2 {
    width: 85%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.flex3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.flexinnercolcell a {
    width: calc(80% - 44px);
}

.homeflexbottomout {
    width: 100%;
    border: 0px solid #dbdbdb;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    margin-top: 10px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.homeflexbottom {
    display: block;
    /* width: calc(100% - 30px); 
	background-color: #dbdbdb; */
    margin: 0 auto;
    border: 0px double #fff;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: justify;
    padding: 1% 0;
    line-height: 2;
}

@media screen and (max-width: 975px) {
    .mbr-header--reduce .mbr-header__text {
        font-size: 13px;
    }
}

@media screen and (max-width: 950px) {
    .flexinnercolcell,
    .flexinnercolcelll,
    .review-text {
        height: unset;
    }
    .homeflex {
        margin: 5px auto;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .homeflexleft
 * Original declarations: width: 500px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
        float: none;
        margin-top: 10px;
        margin-right: 5px;
 */
    .homeflexright {
        float: none;
        margin: 30px auto 0;
        width: 100%;
        font-size: 12px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
    .homeflexbottomout {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }
    .homeflexbottom {
        padding-left: 12%;
        padding-right: 12%;
    }
    .reviewflexinner {
        margin: 10px auto;
    }
    .reviewflexouter {
        width: calc(100% - 30px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
        min-height: 500px;
    }
    .review-text {
        min-height: 100px;
    }
    .flex2 {
        width: 90%;
    }
}

@media screen and (max-width: 900px) {
    .homeflex {
        width: 98%;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .homeflexleft
 * Original declarations: width: 500px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin: 10px auto 0;
 */
    .homeflexbottom {
        padding: 2%;
        font-size: 12px;
    }
    .homeflex {
        margin: 0 auto;
    }
    .homeflexbottomout {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 850px) {
    .mbr-header--reduce .mbr-header__text {
        letter-spacing: 0.5px;
    }
    .mbr-number__caption {
        font-size: 12px;
    }
    .mbr-number--price .mbr-number__value {
        padding-right: 0;
    }
    .mbr-plan__details li {
        padding: 0 2px;
    }
}

@media screen and (max-width: 760px) {
    .mbr-header--reduce .mbr-header__text {
        font-size: 12px;
    }
    .mbr-number__caption {
        font-size: 10px;
    }
    .mbr-number__left {
        padding: 0 1px;
    }
    .mbr-plan__number {
        margin: 0 10px;
    }
}

@media screen and (max-width: 720px) {
    .container3 {
        margin: 4% auto;
    }
    .home,
    .home1 {
        width: 100%;
        display: block;
    }
    .home {
        margin: 2% 0;
        float: inherit;
    }
    .home1 {
        margin: 1% 0;
    }
    .mbr-plan--favorite {
        top: 0;
    }
    .mbr-plan__box {
        border: 0;
        margin: 0 auto;
    }
    .mcwave {
        border-right: 0;
    }
    .row {
        margin: 0 auto 2%;
    }
    .review-text {
        line-height: 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 620px) {
    .fillheight {
        flex-direction: column;
    }
    .review-stars ul li i {
        font-size: 80px;
    }
}

@media screen and (max-width: 550px) {
    .flex1,
    .flex2,
    .flex3 {
        width: 85%;
    }
    .flex2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .flex3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .reviewflexouter {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .homeflexright {
        margin: 2% auto 0;
    }
    .flexinnercolcell a {
        width: calc(100% - 44px);
    }
    .flexinnerrow span:nth-child(1),
    .flexinnerrow span:nth-child(3) {
        font-size: 80px;
        min-width: 42px;
    }
    .review-meta {
        font-size: 11px;
    }
    #google-reviews {
        min-height: unset;
    }
}

@media screen and (max-width: 520px) {
    .review-stars ul li i {
        font-size: 75px;
    }
}

@media screen and (max-width: 480px) {
    .review-stars ul li i {
        font-size: 63px;
    }
    .col-lg-2-4 {
        width: 98%;
        margin: 15px auto;
        min-width: 310px;
        float: unset;
        min-height: 1px;
    }
    .container3 {
        margin: 0 auto;
    }
}

@media screen and (max-width: 450px) {
    .flexinnerrow span:nth-child(1),
    .flexinnerrow span:nth-child(3) {
        font-size: 60px;
        min-width: 34px;
    }
    .review-text {
        line-height: 18px;
        font-size: 12px;
    }
}

@media screen and (max-width: 420px) {
    .review-stars ul li i {
        font-size: 45px;
    }
    .review-stars ul li {
        margin-right: 4px;
    }
}


/* REVIEW PASS ADDITION - keyboard users receive the same image swap as mouse users. */
.home2:focus-within img:first-child { display: none; }
.home2:focus-within img:last-child { display: inline-block; }
