/*
 * widecss.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.
 */

html {
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 14px;
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, tahoma, verdana, arial;
    background-color: #dbdbdb;
    min-width: 345px;
    -webkit-text-size-adjust: none;
}

#container1 {
    background-image: url(../../images/bg.png) !important;
}

.container2 {
    width: 98%;
    padding: 2% 1%;
    background-color: #fff;
    z-index: 1;
    overflow: hidden;
}

.outercontainer {
    width: 100%;
    max-width: 1280px;
    border: 1px solid #cacaca;
    margin: 0 auto;
    min-width: 320px;
    background-color: #fff;
}

.container1 {
    width: 100%;
    border: 0 #000 solid;
    z-index: 1;
    min-width: 320px;
    background-image: url(../../images/hashbg3.png);
}

.mainheader {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    font-family: Oswald, sans-serif;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 1;
    align-items: center;
}

.mainheaderleft {
    margin: 0 0 0 3%;
    float: left;
    border: 0 green solid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex: 1 1;
    -webkit-box-flex: 1 1;
    -moz-box-flex: 1 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    z-index: 1;
}

.mainheaderright {
    font-family: tahoma, verdana, arial;
    margin: 0 3% 0 0;
    float: right;
    flex: 2 2;
    -webkit-box-flex: 2 2;
    -moz-box-flex: 2 2;
    -webkit-flex: 2 2;
    -ms-flex: 2 2;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0 #0ff solid;
    z-index: 1;
}

.inset-notice {
    border-left: 4px solid red;
    background: #f7f7f7;
    padding: 12px 14px;
    margin: 16px 0;
}

.seo-breadcrumbs {
    margin: 0 0 12px;
    font-size: 12px;
}

.logo1 {
    width: 100%;
}

.logo1 img {
    width: 100%;
    height: auto;
}

.affordable {
    text-align: right;
    border: 0 #00f solid;
    font-family: Oswald, sans-serif;
    color: red;
    font-weight: 700;
    max-height: unset;
}

.openclosed {
    text-align: right;
    border: 0 red solid;
    font-family: Oswald, sans-serif;
    letter-spacing: 1px;
}

.telephone {
    text-align: right;
    letter-spacing: 1px;
}

.email {
    text-align: left;
    letter-spacing: 2px;
}

.telephone {
    border: 0 orange solid;
    margin: 0 3%;
    width: 100%;
}

.email {
    border: 0 green solid;
    margin: 0 0 0 3%;
    width: 200px;
}

.footer {
    width: 100%;
    padding: 5px 0 5px 0;
    border: 1px #cacaca solid;
    text-align: right;
    font-size: 12px;
    background-color: red;
    color: #fff;
    border: 0 #000 solid;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.openfooter {
    display: none;
}

.copiertext a:active,
.copiertext a:link,
.copiertext a:visited,
.designertext a:active,
.designertext a:link,
.designertext a:visited {
    color: #fff;
    text-decoration: none;
}

.copiertext a:focus,
.copiertext a:hover,
.designertext a:focus,
.designertext a:hover {
    color: #000;
    text-decoration: none;
}

.copiertext {
    text-align: left;
    padding-left: 5%;
}

.designertext {
    text-align: right;
    padding-right: 5%;
}

.copiertext,
.designertext {
    font-size: 12px;
    line-height: 33px;
    margin: 20px auto;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.rmcd {
    vertical-align: middle;
    margin: -3px 0 0 3px;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .designerblock
 * Original declarations: -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    min-width: 300px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
 */
.stop-floats {
    clear: both;
}

hr {
    width: 98%;
    height: 2px;
    color: gray;
    background-color: gray;
    border-width: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .pricesheader
 * Original declarations: border: 0 solid green;
    margin: 18px 0 0;
    width: 50%;
    float: left;
    font-size: 20px;
    color: red;
    font-weight: 700;
 */
.price {
    margin: 0 0 1% 0;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.pricestoptext {
    float: left;
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    text-align: justify;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .pricestoppic
 * Original declarations: float: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    min-width: 180px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .pricestoppic img
 * Original declarations: width: 100%;
    height: auto;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .pricesbottomtext
 * Original declarations: border: 0 solid green;
    font-size: 14px;
    line-height: 18px;
    margin: 0 2% 2% 4%;
    text-align: justify;
    width: 94%;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .pricesbottomtext ul
 * Original declarations: margin: 0;
    padding: 0 0 0 2%;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .pricesbottomtext ul li
 * Original declarations: list-style-type: disc;
 */
a:active,
a:link,
a:visited {
    text-decoration: none;
    color: red;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #000;
}

.fulltextbox {
    border: 0 solid #ff0;
    margin: 0;
    line-height: 18px;
    font-size: 14px;
    text-align: justify;
    width: 100%;
}

.fulltextbox img {
    vertical-align: middle;
}

h1 {
    font-family: Oswald, sans-serif;
    color: red;
    font-weight: 700;
    max-height: 40px;
    font-size: 20px;
    line-height: 20px;
    margin: 5px 0;
}

.modal-header h1 {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    margin: 5px 0;
}

h2 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 0;
}

h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-align: left;
	text-decoration: underline;
}

h4 {
    position: absolute;
    margin: -160px 0 0 0;
    width: 180px;
    height: 120px;
    border: 0 #000 solid;
    line-height: 28px;
    font-size: 22px;
    text-align: center;
    font-family: myfont1;
    color: red;
}

h5 {
    color: #fff;
    text-align: left;
    font-size: 22px;
    line-height: 22px;
    margin: 12px 0;
}

h6 {
    position: absolute;
    margin: -190px 0 0 0;
    width: 195px;
    height: 170px;
    border: 0 #000 solid;
    line-height: 21px;
    font-size: 12px;
    text-align: center;
    font-family: verdana, tahoma, arial;
    color: red;
}

.two {
    text-align: left;
    line-height: 20px;
    color: #000;
    padding: 0;
    font-weight: 700;
}

.blue,
.dark {
    color: red;
    font-weight: 700;
}

.red {
    color: #000;
    font-weight: 700;
}

.green {
    color: red;
}

.table,
.table1 {
    font-size: 14px;
    margin: 0;
    border: 0 #000 solid;
    width: 100%;
    table-layout: fixed;
    font-family: tahoma, verdana, arial;
}

.td1 {
    width: 25%;
    text-align: right;
    padding: 0 0 10px 0;
}

.td2 {
    width: 66%;
    padding: 0 0 10px 0;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .td3
 * Original declarations: width: 66%;
    padding: 0 10px 10px 0;
 */
.td6 {
    width: 100%;
    padding: 0 0 10px 0;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .td4
 * Original declarations: width: 66%;
    padding: 0 0 10px 0;
 */
.td5 {
    width: 66%;
    padding: 0 0 10px 0;
}

.capture {
    margin: 0 auto;
    width: 304px;
}

.fish {
    margin: 1%;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    min-width: 430px;
    border: 0 #000 solid;
}

.fish fieldset,
.shark fieldset {
    padding: 1%;
}

.fish input[type="email"],
.fish input[type="tel"],
.fish input[type="text"] {
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    border: 1px gray solid;
    width: calc(100% - 20px);
}

.fish input[type="email"]:focus,
.fish input[type="submit"]:focus,
.fish input[type="tel"]:focus,
.fish input[type="text"]:focus,
.fish select:focus,
.fish textarea:focus,
.shark .td4 input[type="text"]:focus,
.shark input[type="email"]:focus,
.shark input[type="submit"]:focus,
.shark input[type="tel"]:focus,
.shark input[type="text"]:focus,
.shark textarea:focus {
    border-color: #ff515e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
    box-shadow: inset 0 1px 1px rgba(255, 81, 94, 0.075), 0 0 8px rgba(255, 81, 94, 0.6);
}

.fish textarea {
    font-size: 14px !important;
    padding: 10px;
    border-radius: 4px;
    border: 1px gray solid;
    width: calc(100% - 20px);
    height: 50px;
    overflow-y: hidden;
    font-family: inherit;
    font-size: inherit;
}

.fish select {
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    border: 1px gray solid;
    width: 100%;
    background-color: #fff;
}

.fish input[type="submit"] {
    width: 100%;
    background-color: red;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: 2px red solid;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.fish input[type="submit"]:hover {
    background-color: #fff;
    color: red;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.shark {
    margin: 1%;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    min-width: 430px;
    border: 0 #000 solid;
}

.shark input[type="email"],
.shark input[type="tel"],
.shark input[type="text"] {
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    border: 1px gray solid;
    width: calc(100% - 20px);
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .shark .td4 input[type="text"]
 * Original declarations: font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    border: 1px gray solid;
    width: 96%;
 */
.shark textarea {
    font-size: 14px !important;
    padding: 10px;
    border-radius: 4px;
    border: 1px gray solid;
    width: calc(100% - 20px);
    height: 100px;
    overflow-y: hidden;
    font-family: inherit;
    font-size: inherit;
}

.shark input[type="submit"] {
    width: 100%;
    background-color: red;
    color: #fff;
    padding: 14px 20px;
    margin: 8px 0;
    border: 2px red solid;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.shark input[type="submit"]:hover {
    background-color: #fff;
    color: red;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.status {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.mobile {
    display: none;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .postitouter
 * Original declarations: width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 14px;
    font-family: Oswald, sans-serif;
    margin: 0;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .postitinner
 * Original declarations: font-family: tahoma, verdana, arial;
    margin: 25px 0 5px;
    float: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .postit
 * Original declarations: border: 0 solid #000;
    margin: 0 auto;
    width: 195px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .postit img
 * Original declarations: width: 100%;
 */
.contact {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 14px;
    border: 0 #00f solid;
}

.contact legend {
    font-family: Oswald, sans-serif;
}

.contacttitle {
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 20px;
}

.contactleft {
    margin: 36px 15px 2% 0;
    float: left;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    border: 1px gray solid;
}

.contactright {
    font-family: tahoma, verdana, arial;
    margin: 20px 0 2% 0;
    float: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0 green solid;
    flex-direction: column;
}

.html5video {
    width: 100%;
    margin: 0 auto;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .socialmedia
 * Original declarations: margin: 15px 0 10px 0;
    z-index: 0;
    max-width: 1000px;
 */
.faqs {
    margin-bottom: 5px;
    border-spacing: 0 5px;
    border: 0 red solid;
    width: 100%;
}

.faqs td {
    padding: 5px;
}

.faqs th:nth-child(1) {
    width: 33%;
    border-bottom: 1px grey solid;
}

.faqs th:nth-child(2) {
    width: 33%;
    text-align: center;
    border-bottom: 1px grey solid;
    padding: 10px 0;
}

.faqs th:nth-child(3) {
    width: 33%;
    text-align: center;
    border-bottom: 1px grey solid;
    padding: 10px 0;
}

.faqs td:nth-child(1) {
    padding-bottom: 10px;
    border-bottom: 1px grey solid;
}

.faqs td:nth-child(2) {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px grey solid;
}

.faqs td:nth-child(3) {
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px grey solid;
}

.thin {
    padding: 0 13% 10px !important;
}

.callnow, .pricebanner {
    position: static;
    display: block;
    overflow: hidden;
    float: none;
    margin: 0;
    border: 0;
    width: 100%;
    background: #000;
    padding: 10px 0;
    text-align: center;
    font-family: "Roboto Slab", Helvetica, tahoma, arial;
    color: #fff;
    font-weight: 700;
}

.callnow {
	border-bottom :15px #fff double;
	border-top :15px #fff double;
}

.map {
    border: 0 solid gray;
    margin: 0 -1% 2%;
    float: left;
    line-height: 18px;
    font-size: 12px;
    text-align: justify;
    width: 102%;
    height: 500px;
}

.directionsinput {
    border: 0 solid #999;
    text-align: left;
    font-family: Roboto, sans-serif;
    line-height: 30px;
    padding: 5px;
    font-size: 14px;
    margin: 0 0 1%;
}

.routing {
    font-family: Roboto, sans-serif;
    line-height: 30px;
    height: 100%;
    width: 100%;
    margin: 0 0 2% 0;
}

.end {
    display: none;
}

@media print {
    .map {
        height: 500px;
        margin: 0;
    }
    .routing {
        float: none;
        width: auto;
    }
}

.getcode a,
.getcode a:active,
.getcode a:link,
.getcode a:visited {
    margin: 10px auto;
    padding: 10px;
    background-color: red;
    color: #fff;
    font-size: 16px;
    border: 2px red solid;
    border-radius: 10px;
    text-align: center;
    display: block;
    width: 40%;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .newsocial
 * Original declarations: position: fixed;
    height: 51px;
    width: 300px;
    z-index: 9;
    cursor: pointer;
    margin: 0;
    opacity: 1.1;
    filter: Alpha(Opacity=110) !important;
    bottom: -1px;
    right: 2%;
    direction: ltr;
    border-radius: 6px 6px 0 0;
    background: #fff;
    border: 3px red solid;
    border-bottom: 0;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .newsocial li:focus,
.newsocial li:hover
 * Original declarations: margin-top: -50px;
    z-index: 9;
    border: 1px gray solid;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .newsocial ul
 * Original declarations: margin: 0;
    padding: 0;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .newsocial li
 * Original declarations: list-style-type: none;
    background-color: #fff;
    border: 1px #fff solid;
    padding: 0;
    margin: 0 0 4px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
    float: left;
    width: 22%;
    text-align: center;
    margin: 2px 1% 0;
    height: 110px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .newsocial li img
 * Original declarations: margin: 5px auto;
    border-radius: 6px;
    width: 37px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .newsocial li p
 * Original declarations: margin: 0;
    line-height: 16px;
    font-size: 11px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .newsocial li p a
 * Original declarations: text-decoration: none;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .newsocial li p a:focus,
.newsocial li p a:hover
 * Original declarations: text-decoration: none;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .openingouter
 * Original declarations: width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-size: 14px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
 */
.openingouter1 {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-size: 14px;
    margin: 10px auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.openinginner {
    float: left;
}

.openinginner1 {
    float: left;
    width: 50%;
}

.multiopening,
.opening,
.opening1 {
    border-collapse: collapse;
    width: 70%;
    min-width: 440px;
    margin: 0 auto;
}

.multiopening td {
    border: 1px solid #ddd;
    padding: 4px;
}

.opening td,
.opening1 td {
    border: 1px solid #ddd;
    padding: 8px;
}

.opening td:nth-child(1).opening td:nth-child(1),
.opening1 td:nth-child(1) {
    padding-left: 5%;
    width: 60%;
}

.opening td:nth-child(2),
.opening1 td:nth-child(2) {
    text-align: center;
    width: 40%;
}

.opening tr:nth-child(even),
.opening1 tr:nth-child(even) {
    background-color: #f2f2f2;
}

.opening tr:nth-child(odd),
.opening1 tr:nth-child(odd) {
    background-color: #fff;
}

.moodd {
    background-color: #f2f2f2;
}

.moeven {
    background-color: #fff;
}

.multiopening th,
.opening th,
.opening1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: red;
    color: #fff;
    border-radius: 15px 15px 0 0;
    font-size: 18px;
    height: 38px;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .ui-widget-overlay
 * Original declarations: opacity: 0.7 !important;
    filter: Alpha(Opacity=70) !important;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .ui-dialog .ui-dialog-buttonpane
 * Original declarations: padding: 5px 0 0 0 !important;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .ui-dialog .ui-dialog-titlebar-close
 * Original declarations: display: none;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .ui-dialog .ui-dialog-content
 * Original declarations: text-align: center;
 */
.conti {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    font-size: 14px;
    font-family: Oswald, sans-serif;
    border: 0 #00f solid;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .contititle
 * Original declarations: text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 20px;
 */
.contileft {
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    border: 0 gold solid;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .contiright
 * Original declarations: font-family: tahoma, verdana, arial;
    float: right;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 14px;
    border: 0 green solid;
    padding-top: 30px;
    text-align: center;
    line-height: 40px;
    color: red;
    font-weight: 700;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .continentmap
 * Original declarations: height: 95%;
    width: 98%;
    margin: 1%;
    border-radius: 10px;
    min-width: 430px;
    border: 1px #000 solid;
 */
.material-icons {
    text-rendering: optimizeLegibility;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .socialoutercontainer
 * Original declarations: width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    min-width: 320px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .fb_dialog
 * Original declarations: border: 2px #fff solid !important;
    right: 30pt !important;
    bottom: 22pt !important;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .emergencymodaltoptext a:active,
.emergencymodaltoptext a:link,
.emergencymodaltoptext a:visited
 * Original declarations: color: #000;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .emergencymodaltoptext a:focus,
.emergencymodaltoptext a:hover
 * Original declarations: color: #fff;
 */
#pageheader,
.pageheader {
    margin: 10px auto;
    padding: 0 10px;
    border-radius: 0;
    border: 1px #4a4949 solid;
    width: calc(100% - 20px);
    background: #4a4949;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: left;
    font-weight: 700;
    letter-spacing: 0;
}

.contactbuttonwrap a:active,
.contactbuttonwrap a:link,
.contactbuttonwrap a:visited,
.pageheader a:active,
.pageheader a:link,
.pageheader a:visited,
.tcs a:active,
.tcs a:link,
.tcs a:visited {
    color: #fff;
}

#flexmapouter,
.flexmapouter {
    display: flex;
    flex-direction: column;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: #contactbuttonwrap,
.contactbuttonwrap
 * Original declarations: font-size: 18px;
    text-align: center;
    font-family: tahoma, verdana, arial;
    border: 0 orange solid;
    width: 100%;
    margin: 10px 0;
    display: flex;
    height: fit-content;
    flex-direction: column;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: #contactbuttonouter,
.contactbuttonouter
 * Original declarations: border: 0 purple solid;
    width: 100%;
    align-content: center;
    margin: 2% 0;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: #contactbutton,
.contactbutton
 * Original declarations: border-radius: 10px;
    border: 0 red solid;
    width: 100%;
    background: red;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0 25px 0 0;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .contactbutton span
 * Original declarations: cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .contactbutton span:after
 * Original declarations: content: "»";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .contactbutton:hover span
 * Original declarations: padding-right: 25px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .contactbutton:hover span:after
 * Original declarations: opacity: 1;
    right: 0;
 */
#tcs a:hover,
.tcs a:hover {
    color: #000 !important;
}

.policybutton {
    float: right;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    cursor: pointer;
}

.photos {
    display: flex;
    width: 100%;
    flex-direction: row;
    margin: 1% 0 2% 0;
}

.photo2 {
    display: flex;
}

.photo1 {
    text-align: center;
    list-style: none;
    position: relative;
    border: solid 12px #fff;
    background: #fff;
    box-shadow: 0 0 15px 0 #555;
    transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    width: 48%;
    margin: 0 1%;
}

.photo1:nth-child(1) {
    transform: rotate(-5deg);
}

.photo1:nth-child(2) {
    transform: rotate(5deg);
}

.photo1 img {
    width: 100%;
}

.photos p {
    margin: 0 20px 0 0;
    font-weight: 700;
}

.yes {
    width: 10%;
    position: absolute;
    bottom: -7px;
    right: 10px;
}

.yes img {
    width: 160%;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .covidtextbox
 * Original declarations: border: 1px gray solid;
    padding: 2%;
    background: #ffc0cb6b;
    width: 94%;
    margin: 0 auto 2%;
    text-align: justify;
    font-size: 14px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .updatetextbox
 * Original declarations: border: 1px gray solid;
    padding: 2%;
    background: #ffc0cb6b;
    width: 94%;
    margin: 0 auto 2%;
    text-align: justify;
    font-size: 14px;
 */
@media screen and (min-width: 1281px) {
    .callnow, .pricebanner {
        font-size: 40px;
    }
    .affordable {
        font-size: 40px;
        line-height: unset;
        margin: 0;
    }
    .openclosed {
        font-size: 27px;
        line-height: unset;
        margin: 5px 0 0 0;
    }
    .telephone {
        font-size: 27px;
    }
}

@media screen and (max-width: 1280px) {
    .callnow, .pricebanner {
        font-size: 40px;
    }
    .affordable {
        font-size: 37px;
        line-height: unset;
        margin: 0;
    }
    .openclosed {
        font-size: 27px;
    }
    .telephone {
        font-size: 27px;
    }
}

@media screen and (max-width: 1200px) {
    .callnow, .pricebanner {
        font-size: 38px;
    }
}

@media screen and (max-width: 1100px) {
    .callnow, .pricebanner {
        font-size: 36px;
    }
}

@media screen and (max-width: 1050px) {
    .callnow, .pricebanner {
        font-size: 34px;
    }
    .affordable {
        font-size: 35px;
    }
}

@media screen and (max-width: 1020px) {
    .nomobile {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .callnow, .pricebanner {
        font-size: 32px;
    }
    .openclosed {
        font-size: 24px;
        margin: 2px 0 0 0;
    }
    .contact {
        display: block;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        -ms-grid-row-align: inherit;
        align-items: inherit;
    }
    .contactleft {
        float: none;
        flex: unset;
        -webkit-box-flex: unset;
        -moz-box-flex: unset;
        -webkit-flex: unset;
        -ms-flex: unset;
    }
    .contactright {
        margin: 0 0 2% 0;
        float: none;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: #contactbuttonwrap,
    .contactbuttonwrap
 * Original declarations: flex-direction: row;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: #contactbuttonouter,
    .contactbuttonouter
 * Original declarations: padding: 0 2%;
 */
    .multiopening,
    .opening,
    .opening1 {
        width: 96%;
    }
}

@media screen and (max-width: 975px) {
    .fish {
        margin: 1% auto;
    }
    .shark {
        margin: 1% auto;
    }
    .affordable {
        font-size: 32px;
        line-height: unset;
    }
}

@media screen and (max-width: 930px) {
    .multiopening th,
    .opening th,
    .opening1 th {
        font-size: 16px;
    }
    .multiopening,
    .opening,
    .opening1 {
        min-width: 400px;
    }
}

@media screen and (max-width: 900px) {
    .callnow, .pricebanner {
        font-size: 30px;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .contiright
 * Original declarations: display: none;
 */
    .openclosed {
        font-size: 20px;
        line-height: unset;
    }
    .affordable {
        font-size: 30px;
        line-height: unset;
    }
}

@media screen and (max-width: 850px) {
    .multiopening,
    .opening,
    .opening1 {
        min-width: 360px;
    }
    .callnow, .pricebanner {
        font-size: 26px;
    }
    .affordable {
        font-size: 28px;
        line-height: unset;
    }
}

@media screen and (max-width: 800px) {
    .openclosed {
        font-size: 20px;
        line-height: unset;
    }
    .photos {
        flex-direction: column;
    }
    .photo1 {
        width: 46%;
        margin: 2%;
    }
    .openclosed {
        font-size: 18px;
    }
}

@media screen and (max-width: 760px) {
    .multiopening th,
    .opening th,
    .opening1 th {
        font-size: 15px;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .openingouter
 * Original declarations: font-size: 12px;
 */
    .opening1 {
        min-width: 300px;
    }
    .affordable {
        font-size: 23px;
        line-height: unset;
    }
}

@media screen and (max-width: 750px) {
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: #animation_container
 * Original declarations: display: none;
 */
    .callnow, .pricebanner {
        font-size: 24px;
    }
}

@media screen and (max-width: 740px) {
    .copiertext,
    .designertext {
        padding: 0;
        text-align: center;
        margin: 10px;
    }
}

@media screen and (max-width: 730px) {
    .footer {
        width: 100%;
        margin: 0;
        text-align: left;
        border: 0 #cacaca solid;
        padding: 10px 0 5px 0;
        background-color: red;
    }
    .copiertext {
        margin: 15px auto;
    }
    .designertext {
        margin: 15px 40px 15px auto;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .pricesheader
 * Original declarations: width: 98%;
        margin: 18px 0 0 2%;
 */
    .price {
        width: 96%;
        padding: 0 2% 0;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .socialmedia
 * Original declarations: margin: 10px 0 5px 10px;
        z-index: 0;
 */
    .fulltextbox {
        margin: 10px auto 2% 2%;
        width: 96%;
    }
    .map {
        margin: 10px 0 2% 0;
        width: 100%;
    }
    .directionsinput {
        margin: 0 2% 0 0;
    }
    .routing {
        width: 100%;
        margin: 0 0 2% 0;
    }
    .directionsinput {
        text-align: center;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .newsocial
 * Original declarations: width: 100%;
        right: 0;
        border-top: 2px red solid;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
 */
}

@media screen and (max-width: 700px) {
    .openclosed {
        font-size: 18px;
        line-height: unset;
    }
    .footer {
        display: inline-table;
    }
}

@media screen and (max-width: 668px) {
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .pricestoppic
 * Original declarations: display: none;
 */
     .callnow, .pricebanner {
        font-size: 22px;
    }
    .fish {
        width: 95%;
    }
    .shark {
        width: 97%;
    }
    .pageheader {
        font-size: 12px;
    }
}

@media screen and (max-width: 625px) {
    .callnow, .pricebanner {
        font-size: 20px;
    }
    .openclosed {
        font-size: 16px;
        line-height: unset;
    }
}

@media screen and (max-width: 600px) {
    .telephone img {
        width: 22px !important;
    }
    .mobile {
        display: block;
    }
    .td1 {
        width: 94%;
        text-align: left;
        margin: 0;
    }
    .td2 {
        width: 100%;
    }
    .table td {
        display: block;
    }
    .td1 label {
        padding: 0 0 0 5px;
    }
    .fish {
        margin: 10px auto;
        width: 96%;
        min-width: 298px;
        border: 0;
    }
    .shark {
        margin: 10px auto;
        width: 98%;
        min-width: 298px;
        border: 0;
    }
    .faqs td {
        text-align: left;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .newsocial li
 * Original declarations: width: 17.3%;
        margin: 0 1%;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .newsocial li img
 * Original declarations: width: 30px;
        margin: 0 auto;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .newsocial
 * Original declarations: height: 36px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .newsocial li:focus > img,
    .newsocial li:hover > img
 * Original declarations: margin: 5px auto;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .newsocial li:focus,
    .newsocial li:hover
 * Original declarations: margin-top: -60px;
        z-index: 9;
        border: 1px gray solid;
 */
    .fish input[type="email"],
    .fish input[type="tel"],
    .fish input[type="text"] {
        padding: 10px 10px;
        width: calc(100% - 20px);
    }
    .fish textarea {
        padding: 10px 10px;
        width: calc(100% - 20px);
    }
    .fish select {
        padding: 10px 10px;
    }
    .shark input[type="email"],
    .shark input[type="tel"],
    .shark input[type="text"] {
        padding: 10px 10px;
    }
    .shark textarea {
        padding: 10px 10px;
    }
    .mainheaderleft {
        margin: 5px auto 0;
        width: 66%;
    }
    .mainheaderright {
        margin: 0 auto;
        width: 100%;
    }
    .mainheader {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .affordable,
    .openclosed {
        text-align: center;
    }
    .affordable {
        font-size: 20px;
        line-height: 20px;
    }
    .openclosed {
        font-size: 20px;
        margin: 3px 0;
        letter-spacing: 1px;
    }
    .telephone {
        font-size: 20px;
    }
    .pricebanner {
        font-size: 16px;
    }
    .pageheader {
        font-size: 11px;
        height: 25px;
        line-height: 25px;
    }
}

 @media screen and (max-width: 560px) {
   .callnow {
        font-size: 18px;
    }
}

@media screen and (max-width: 540px) {
    .policybutton {
        display: none;
    }
    .pageheader {
        font-size: 10px;
    }
    .flexmapouter {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 520px) {
    .pricebanner {
        font-size: 15px;
    }
    .callnow {
        font-size: 15px;
    }
}

@media screen and (max-width: 500px) {
    .email {
        font-size: 16px;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .pricestoppic
 * Original declarations: display: none;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .pricesbottomtext ul
 * Original declarations: margin: 0;
        padding: 0 0 0 5%;
 */
    .multiopening th,
    .opening th,
    .opening1 th {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .opening td,
    .opening1 td {
        padding: 6px;
    }
    .getcode a,
    .getcode a:active,
    .getcode a:link,
    .getcode a:visited {
        width: 60%;
    }
    .pageheader {
        font-size: 10px;
    }
    .pricebanner {
        font-size: 13px;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: #contactbuttonwrap,
    .contactbuttonwrap
 * Original declarations: flex-direction: column;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: #contactbuttonouter,
    .contactbuttonouter
 * Original declarations: padding: 0;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: #contactbuttonouter,
    .contactbuttonouter
 * Original declarations: border: 0 purple solid;
        width: 96%;
        align-content: center;
        margin: 2% auto;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .table1 td
 * Original declarations: display: block;
 */
    .td3,
    .td4,
    .td5,
    .td6 {
        width: 100%;
    }
}

@media screen and (max-width: 470px) {
    .pageheader {
        padding: 0 5px;
        width: calc(100% - 10px);
    }
}

@media screen and (max-width: 460px) {
    .pageheader {
        font-size: 9px;
    }
}

@media screen and (max-width: 450px) {
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .postitouter
 * Original declarations: display: none;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .covidtextbox
 * Original declarations: width: 94%;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .updatetextbox
 * Original declarations: width: 94%;
 */
}

@media screen and (max-width: 420px) {
    .callnow, .pricebanner {
        font-size: 12px;
    }
    .copiertext,
    .designertext {
        font-size: 10px;
        line-height: 15px;
        width: 100%;
    }
}

@media screen and (max-width: 410px) {
    .pageheader {
        font-size: 8px;
    }
    .pricebanner {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .telephone {
        font-size: 18px;
    }
    .telephone img {
        width: 19px !important;
    }
    .email {
        letter-spacing: 1px;
        font-size: 14px;
    }
    .fish {
        width: 98%;
    }
    .shark {
        width: 98%;
    }
}

@media screen and (max-width: 380px) {
    .pageheader {
        line-height: unset;
        height: unset;
    }
}

@media screen and (max-width: 350px) {
    .email {
        display: none;
    }
    .telephone {
        font-size: 18px;
        text-align: center;
    }
    .telephone img {
        width: 19px !important;
    }
    .capture {
        margin: 0 auto 0;
    }
}

#blanc,
.blanc {
    height: 15px;
}

#prohire,
.prohire {
    height: 100px;
    flex-direction: row;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 1% 3%;
}

.prohire1 {
    width: 50%;
    border: 0 red solid;
    text-align: left;
    display: flex;
}

.prohire1 img {
    align-self: center;
    align-content: center;
    width: 160px;
}

.prohire2 img {
    align-self: center;
    align-content: center;
    max-height: 47px;
    margin: 0 5px;
}

.prohire2 {
    width: 50%;
    border: 0 #00f solid;
    text-align: right;
}

.tab-body > ul {
    padding: 0 0 0 15px;
    margin: 0;
    list-style-image: url(../../images/whitearrow10.png);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.tab-body > ul > li {
    padding: 0 0 3px;
    margin: 0;
    line-height: 20px;
}

.tab-body > ul > li > a {
    text-align: left;
}

.tabs-wrapper label {
    width: 100%;
    display: block;
    font-weight: 700;
    margin: 0 0 10px 0;
    font-size: 18px;
    font-family: "Roboto Slab", Roboto, tahoma, verdana, arial;
    color: #fff;
}

.tab-body ul li a:active,
.tab-body ul li a:link,
.tab-body ul li a:visited {
    color: #fff;
}

.tab-body ul li a:hover {
    color: red;
}

.tabs-wrapper input[type="checkbox"] {
    display: none;
}

.tib {
    background-color: #000;
    padding: 3% 2% 3% 4%;
}

.tabs-wrapper {
    width: 100%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    visibility: visible;
    float: none;
    min-height: 20px;
    padding: 7px 0 0;
    text-align: left;
    font-size: 14px;
    color: #fff;
    flex-direction: row;
}

.tabs-wrapper-pair {
    display: flex;
    border: 0 red solid;
    width: 50%;
}

.tablinkscolumn {
    border: 0 solid green;
    padding-left: 0;
    width: 50%;
}

@media screen and (max-width: 1050px) {
    .tib {
        padding: 3% 1% 3% 3%;
    }
}

@media screen and (max-width: 1000px) {
    .tib {
        padding: 3% 1%;
    }
    .tabs-wrapper {
        font-size: 13px;
    }
    .tab-body > ul {
        list-style-image: url(../../images/whitearrow10.png);
    }
}

@media screen and (max-width: 991px) {
    .tabs-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .tabs-wrapper {
        font-size: 12px;
    }
}

@media screen and (max-width: 840px) {
    .tabs-wrapper {
        font-size: 11px;
    }
    .tabs-wrapper label {
        font-size: 17px !important;
    }
    .tab-body > ul {
        list-style-image: url(../../images/whitearrow9.png);
    }
}

@media screen and (max-width: 800px) {
    .tabs-wrapper label {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 767px) {
    .openfooter {
        width: 100%;
        position: fixed;
        bottom: 0;
        display: block;
        background-color: #f7f7f7;
        text-align: center !important;
        border-top: 2px red solid;
    }
    .openclosed {
        font-size: 18px;
        padding: 5px;
        text-align: center;
        color: red;
        font-weight: 700;
        letter-spacing: 0;
    }
    .footer {
        margin: 0 0 39px 0;
    }
    .tabs-wrapper {
        flex-direction: column;
    }
    .tabs-wrapper-pair {
        width: 76%;
        margin: 3% auto;
        min-width: 470px;
    }
    .tabs-wrapper label {
        font-size: 18px !important;
    }
    .tabs-wrapper {
        font-size: 14px !important;
    }
    .tablinkscolumn {
        width: unset;
        min-width: 235px;
        margin: 0 auto;
    }
    .tab-body > ul {
        list-style-image: url(../../images/whitearrow10.png);
    }
    .prohire1 {
        padding: 2% 2% 2% 6%;
    }
    .prohire2 img {
        max-height: 40px;
    }
    #prohire,
    .prohire {
        height: 75px;
    }
    .openinginner1 {
        float: left;
        width: 100%;
        margin: 10px 0;
    }
    .openingouter1 {
        flex-direction: column;
    }
    .emergencymodaltop2020 {
        margin: 50px 0 0 0 !important;
    }
}

@media screen and (max-width: 600px) {
    #prohire,
    .prohire {
        flex-direction: column;
        height: unset;
    }
    .prohire1 {
        width: unset;
    }
    .prohire1,
    .prohire2 {
        width: unset;
        margin: 5px 0 0 0;
    }
}

@media screen and (max-width: 480px) {
    .tabs-wrapper-pair {
        flex-direction: column;
        min-width: 99%;
    }
    .tabs-wrapper-pair {
        margin: 0 auto;
    }
    .tablinkscolumn {
        margin: 4% auto;
        min-width: 195px;
    }
    .no480 {
        display: none;
    }
    .openclosed {
        font-size: 16px;
    }
}

@media screen and (max-width: 420px) {
    .openclosed {
        font-size: 14px;
    }
}

@media screen and (max-width: 390px) {
    .openclosed {
        font-weight: 400;
    }
}

.cd-top {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: url(../../images/cd-top-arrow.svg) center 50% no-repeat #000;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    right: 5px;
    bottom: 45px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    border-radius: 20px;
}

.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 0.5;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .no-touch .cd-top:hover
 * Original declarations: opacity: 1;
 */
@media only screen and (min-width: 769px) {
    .cd-top {
        display: none;
    }
}

.closebutton,
.openbutton {
    letter-spacing: 1px;
    text-align: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    padding-bottom: 1px;
    width: 40%;
    min-width: 390px;
    max-width: 540px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 50%;
        opacity: 1;
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 50%;
        opacity: 1;
    }
}
.modal-close {
    color: #fff;
    float: right;
    margin: 12px;
}

.modal-close:focus,
.modal-close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.modal-header {
    padding: 2px 0 2px 16px;
    background-color: red;
}

.modal-body {
    padding: 2px 16px 0;
    text-align: center;
}

.closebutton {
    padding: 10px 30px;
    display: block;
    border: 2px solid red;
    margin: 25px auto;
    background-color: transparent;
    color: red;
    text-transform: uppercase;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
    font-weight: 700;
    min-width: 104px;
}

.closebutton:hover,
.emergencymodaltop {
    color: #fff;
    background-color: red;
}

/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .cc_container
 * Original declarations: max-height: 60px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .emergencymodaltop
 * Original declarations: display: none;
    width: 100%;
    height: 30px;
    padding: 15px 0;
    margin: -4px 0 0 -1px;
    font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial;
    font-size: 18px;
    border: 1px solid red;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .emergencymodaltop img
 * Original declarations: position: absolute;
    margin: -8px 0 0 30px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .emergencymodaltoptext
 * Original declarations: margin: 3px 0 0 95px;
    border: 0 solid #000;
    letter-spacing: 1px;
    font-weight: 700;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .openbutton
 * Original declarations: padding: 6px 15px;
    margin: -5px 30px 0 0;
    background-color: #f1d600;
    color: #000;
    cursor: pointer;
    width: 120px;
    float: right;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 400;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Superseded by the revised page markup or not referenced by this stylesheet's reviewed pages.
 * Selector: .openbutton:hover
 * Original declarations: background-color: #fff;
    color: #000 !important;
 */
@media screen and (max-width: 830px) {
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .emergencymodaltop
 * Original declarations: font-size: 14px;
        padding: 15px;
        height: 26px;
        margin: -6px 0 0 -1px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .openbutton
 * Original declarations: margin: -6px 30px 0 0;
        padding: 6px 10px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .emergencymodaltop img
 * Original declarations: width: 44px;
        margin: -7px 0 0 -8px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .emergencymodaltoptext
 * Original declarations: margin: 5px 0 0 50px;
 */
}

@media screen and (max-width: 600px) {
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .emergencymodaltop
 * Original declarations: font-size: 13px;
 */
}

@media screen and (max-width: 500px) {
    .modal-content {
        min-width: 280px;
        max-width: 280px;
    }
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .emergencymodaltoptext
 * Original declarations: letter-spacing: 0;
        font-weight: 400;
        margin: 0 0 0 50px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .emergencymodaltop
 * Original declarations: font-size: 12px;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .openbutton
 * Original declarations: margin: -1px 30px 0 0;
 */
}

@media screen and (max-width: 390px) {
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .openbutton
 * Original declarations: width: 80px;
        margin: 2px 30px 0 0;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .emergencymodaltoptext
 * Original declarations: margin: 0 0 0 45px;
 */
}

@media screen and (max-width: 350px) {
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .emergencymodaltop img
 * Original declarations: display: none;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .emergencymodaltoptext
 * Original declarations: margin: -3px 0 0;
 */
}

.emergencymodaltoptext2020 a:active,
.emergencymodaltoptext2020 a:link,
.emergencymodaltoptext2020 a:visited {
    color: #000;
}

.emergencymodaltoptext2020 a:focus,
.emergencymodaltoptext2020 a:hover {
    color: #fff;
}

.openbutton2020 {
    letter-spacing: 1px;
    text-align: center;
    align-self: center;
}

.emergencymodaltop2020 {
    color: #fff;
    background-color: #663399;
}

.emergencymodaltop2020 {
    display: none;
    width: 100%;
    height: 30px;
    padding: 20px 0;
    margin: 0;
    font-family: "Helvetica Neue Light", HelveticaNeue-Light, "Helvetica Neue", Calibri, Helvetica, Arial;
    font-size: 18px;
    border: 1px solid #663399;
}

.emergencymodaltop2020 img {
    margin: 0 0 0 20px;
    align-self: center;
}

.emergencymodaltoptext2020 {
    margin: 0 1%;
    border: 0 solid #000;
    letter-spacing: 1px;
    font-weight: 700;
    align-self: center;
    text-align: center;
}

.openbutton2020 {
    padding: 6px 15px;
    margin: 0 20px 0 0;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    width: 130px;
    float: right;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 400;
}

.openbutton2020:hover {
    background-color: #f1d600;
    color: #000 !important;
}

@media screen and (max-width: 800px) {
    .emergencymodaltop2020 {
        font-size: 15px;
    }
}

@media screen and (max-width: 700px) {
    .emergencymodaltop2020 {
        font-size: 13px;
    }
}

@media screen and (max-width: 640px) {
    .emergencymodaltop2020 {
        font-size: 12px;
        padding: 20px 0;
    }
    .openbutton2020 {
        padding: 6px 6px;
    }
    .emergencymodaltop2020 img {
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width: 500px) {
    .emergencymodaltop2020 {
        font-size: 10px;
    }
}

@media screen and (max-width: 450px) {
    .emergencymodaltoptext2020 {
        letter-spacing: 0;
        font-weight: 400;
    }
}

@media screen and (max-width: 400px) {
    .openbutton2020 {
        padding: 6px 6px;
        width: 100px;
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width: 370px) {
    emergencymodaltop2020 {
        font-size: 10px;
    }
    .emergencymodaltop2020 img {
        display: none;
    }
}

@media screen and (max-width: 565px) {
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .cc_container .cc_btn
 * Original declarations: font-size: 0.6em !important;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .cc_container .cc_message
 * Original declarations: font-size: 0.6em !important;
 */
}

@media screen and (max-width: 400px) {
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .cc_container .cc_btn
 * Original declarations: font-size: 0.5em !important;
 */
/*
 * UNUSED RULE - commented out 4 September 2026.
 * Unused responsive rule.
 * Selector: .cc_container .cc_message
 * Original declarations: font-size: 0.5em !important;
 */
}

a.openbutton2020 {
    color: green;
}

.mainheader {
    border-top: 2px red solid;
}

@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Slab Thin"), local("RobotoSlab-Thin"), url(https://fonts.gstatic.com/s/robotoslab/v9/BngOUXZYTXPIvIBgJJSb6u-u1qeh4Q.ttf) format("truetype");
}
@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Slab Light"), local("RobotoSlab-Light"), url(https://fonts.gstatic.com/s/robotoslab/v9/BngRUXZYTXPIvIBgJJSb6u9mxLCGwRg.ttf) format("truetype");
}
@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto Slab Regular"), local("RobotoSlab-Regular"), url(https://fonts.gstatic.com/s/robotoslab/v9/BngMUXZYTXPIvIBgJJSb6ufN5qA.ttf) format("truetype");
}
@font-face {
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Slab Bold"), local("RobotoSlab-Bold"), url(https://fonts.gstatic.com/s/robotoslab/v9/BngRUXZYTXPIvIBgJJSb6u92w7CGwRg.ttf) format("truetype");
}
.tophead {
    font-family: Oswald, sans-serif;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: red;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.telephone img {
    margin-right: 5px;
    width: 28px;
}

.callnow a:link,
.callnow a:active,
.callnow a:visited {
    color: white;
}

.callnow a:hover {
    color: red;
}


/* ========================================================================
   REVIEW PASS ADDITIONS - 4 September 2026
   ======================================================================== */

/* Accessible visually-hidden text for labels/help text that must remain available to assistive technology. */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Native HTML5 DVLA video used by the revised booking-information and DVLA pages. */
.html5video video {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto;
}

/* Insurance-page status styling moved out of inline HTML. */
.insurance-status { font-weight: 700; }
.insurance-status--covered { color: green; }
.insurance-status--not-covered { color: red; }
.insurance-table-section { font-weight: 700; }
.insurance-note { font-size: 0.95em; }

/* Keep postal/contact addresses upright rather than browser-default italic. */
address { font-style: normal; }
