

.container {
    width: 100%;
    margin: 0px auto;
}

.ProxiBold {
    font-family: 'arimo';
    font-weight: 900;
}

.ProxiSemiBold {
    font-family: 'arimo';
    font-weight: 700;
}

.ProxiLight {
    font-family: 'arimo';
    font-weight: 400;
}

.ProxiRegItalic {
    font-family: 'arimo';
    font-style: italic;
}

.purple {
    color: #7c4397 !important
}

.white {
    color: #fff !important
}

.red {
    color: #d93f0a !important
}

.bgEbebeb {
    background: #ebebeb;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.showOnTablet {
    display: none;
}

.showOnMobile {
    display: none;
}

.mobileFooterLogo {
    display: none !important;
}

.consumerContactMobile {
    display: none
}

.break {
    height: 26px;
}

.font55 {
    font-size: 5.5em;
}

.font100 {
    font-size: 10em;
}

.col-3 {
    width: 33.33333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-2 {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.zeroMargin {
    margin: 0px !important;
}

/*.hideOnTablet {
    display: block;
}*/

.mobileSearch {
    display: none;
}

.switchMobile, .switchLeft {
    display: none;
}

.breakword {
    word-break: break-all
}

.transition {
    -moz-transition: width 0.7s ease-out;
    -o-transition: width 0.7s ease-out;
    -webkit-transition: width 0.7s ease-out;
    transition: width 0.7s ease-out;
}

.declarationTextPosition {
    float: left;
    width: 94%;
}

.tooltip.declarationToolTip {
    margin: 15px 0 0 10px;
}

:link:focus, :focus {
    outline: #5B9DD9 dotted 3px;
}

span.icon, div.header-logo {
    vertical-align: middle;
    display: inline-block;
}

.loadMore {
    display: none;
}

.skipToContent {
    width: 100px;
    text-align: center;
    padding: 10px 0px;
    top: 49px;
    left: 48%;
}

.skipToContent a {
    font-size: 0;
    color: #7c4397;
    font-family: 'arimo_semibold';
}

.skipToContent a:focus {
    font-size: 14px;
}


/* ---------------------------------------------------------------------------------------- */

/* Dashboard errorBox*/
.errorBox {
    margin: 40px 0px
}

.errorBox ul {
    list-style: none;
}

.errorBox ul li {
    background: #fff3d6;
    border: 1px solid #ffc4a7;
    padding: 12px 43px 12px 45px;
    border-bottom: 0px;
    position: relative;
}

.errorBox ul li:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.errorBox ul li:last-child {
    border-bottom: 1px solid #ffc4a7;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.errorBox ul li:before {
    content: "";
    display: block;
    top: 10px;
    left: 15px;
    position: absolute;
    width: 16px;
    height: 20px;
    background: url("../img/sprites-new.png") no-repeat -400px -100px;
}

.errorBox ul li a.closeError {
    display: block;
    position: absolute;
    width: 13px;
    height: 12px;
    background: url("../img/sprites-new.png") no-repeat -450px -100px;
    top: 13px;
    right: 15px;
    cursor: pointer
}

.errorBox ul li a {
    font-size: 1em;
    font-family: "arimo_semibold";
    color: #cd3a0a !important;
}

.errorBox ul li strong {
    font-family: "arimo_semibold";
    font-weight: normal;
}

.fHistoryDesc {
    width: 60%;
}

.fHistoryButton {
    
    text-align: right;
    padding-top: 10px;
}


/* R10-UPDATE */
.fHistoryButton a {
    border: 2px solid;
    padding: 6px 30px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tableEditBt a:hover, .fHistoryButton a:hover, .tableEditBt a:focus, .fHistoryButton a:focus {
    background: #7c4397;
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #7c4397;
}

/* End Dashboard errorBox*/

.tableEditBt a {
    display: block;
    width: 120px;
    border: 2px solid #7c4397;
    color: #7c4397 !important;
    padding: 6px 0px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.tableEditBt a:hover, .fHistoryButton a:hover {
    background: #7c4397;
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #7c4397;
}

.tableDeleteBt a {
    display: block;
    margin-left: 8px;
    border: 2px solid #d93f0a;
    color: #fff !important;
    background: #d93f0a;
    padding: 6px 0px;
    text-align: center;
    width: 120px;
    text-decoration: none;
    border-radius: 4px;
}

.tableDeleteBt a:hover {
    text-decoration: none;
}

.fHistoryDesc {
    width: 50%;
    margin-bottom: 25px;
    height: 45px;
    overflow: hidden;
}



#userAccountsTable td:nth-of-type(n+2):before {
    position: static;
    width: auto;
    text-align: left;
}



/* Move these styles inside a desktop-only media query */
@media (min-width: 1025px) {
    #userAccountsTable .tableEditBt a {
        width: 100%;
        border-radius: 2px;
    }

    #userAccountsTable .tableDeleteBt a {
        width: 100%;
        margin-left: 0px;
        border-radius: 2px;
        margin-top: 10px;
    }

    #userAccountsTable td:nth-of-type(n+2) {
        float: none;
    }
}


/* R10-UPDATES */
table span.lock {
    background: url("../images/r10/sprites-r10.png") no-repeat -600px -100px;
    width: 17px;
    height: 21px;
    cursor: pointer;
}

table span.edit {
    background: url("../images/r10/sprites-r10.png") no-repeat -650px -100px;
    width: 25px;
    height: 21px;
    cursor: pointer;
}

table span.trash {
    background: url("../images/r10/sprites-r10.png") no-repeat -700px -100px;
    width: 17px;
    height: 21px;
    cursor: pointer;
}

table span.closeTable {
    background: url("../images/r10/sprites-r10.png") no-repeat -550px -150px;
    width: 20px;
    height: 21px;
    cursor: pointer;
}

table span.pay {
    background: url("../images/r10/sprites-r10.png") no-repeat -500px -150px;
    height: 21px;
    width: 50px;
    cursor: pointer;
}

table span.downloadBT {
    background: url("../images/r10/sprites-r10.png") no-repeat -650px -150px;
    height: 19px;
    width: 25px;
    cursor: pointer;
}

table span.disable {
    background: none;
}


table th {
    font-family: "arimo_semibold";
    background: #323232;
    color: #fff;
}

table a {
    font-size: 1em;
}

    table a:hover {
        text-decoration: underline;
    }

.form .fieldMargin {
    margin: 15px 0 15px;
}

.form .fieldMargin .spinner {
    padding-right: 5px;
}

.form .fieldMargin.isUploading {
    margin-bottom: 0;
}

.formError {
    font-size: 1.0em;
    color: #d3060d;
    padding-bottom: 15px;
}


@media (min-width : 1025px) {
    .emergencyMsgFirstBar {
        margin-top: 165px;
    }

    .content .section {
        padding: 30px 0px 30px 0px;
        margin: 0px auto;
        width: 100%;
        max-width: 1070px;
    }

    .content .sectionSubPage {
        padding: 134px 0px 120px;
        margin: 0px auto;
        width: 100%;
        max-width: 1070px;
    }

    #home > div {
        padding-left: 30px;
        padding-right: 30px;
    }

    #home .bannerHolder {
        padding-left: 0px;
        padding-right: 0px;
    }

    #home .footer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .contentPadding {
        padding-left: 275px !important;
    }


    .content .section .sectionRow .item > div {
        width: 100%;
        max-width: 100%;
        padding: 0px 15px;
    }


        .content .section .sectionRow .item > div > img {
            width: 100%;
        }

    .content .contentItem .section {
        max-width: 1100px;
    }
    /* R10-UPDATE .content .contentItem .section > div.labels, .content .contentItem .section > div.viewAllHolder{padding-left:15px; padding-right:15px;} */
    .searchButtonTablet {
        display: none;
    }

    .searchButtonMobile {
        display: none;
    }

    .searchButton {
        display: block;
    }

    #forConsumers {
        width: 275px;
    }

    #forIndustry {
        width: 235px;
    }

    /* Media * Consumer */
    .post-item .thumb-holder {
        width: 26.17%
    }

    .post-item .postContent-holder {
        width: 73.83%
    }
    /* Media * Consumer */
    .tableHolder {
        margin-top: 23px;
    }

    .contentTitle h1.media:before {
        position: relative;
        top: -6px;
        height: 50px
    }
}


@media (min-width : 1600px) {

.content .dashboardSection {
    padding: 166px 0px 30px 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 1068px;
}

.content .tabSection {
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    max-width: 1070px;
}


.post-item .postContent-holder {
    height: 140px;
    overflow: hidden
}

.post-item .postContent-holder .postDesc p {
    height: 66px;
    overflow: hidden;
}

.content .section .sectionRow .item {
    width: 33.33%;
    max-width: 345px;
}

.content .section .sectionRow .item:nth-child(2) {
    width: 375px;
    max-width: 375px;
}
/* R10-UPDATE border-left:2px solid #e1e1e1; border-right:2px solid #e1e1e1;  */
.content .section .sectionRow .item:nth-child(1) {
    padding-right: 30px;
}

.content .section .sectionRow .item:nth-child(3) {
    padding-left: 30px;
}

.content .section .sectionRow .item > div {
    max-width: 316px !important;
    margin: 0px;
    padding: 0px !important;
}

.content .section .sectionRow .item .itemTitle {
    max-height: 76px;
}

    .content .contentItem .section {
        max-width: 1070px;
    }

        .content .contentItem .section > div.labels, .content .contentItem .section > div.viewAllHolder {
            padding-left: 0px;
            padding-right: 0px;
        }
    /*
	.content .bannerHolder{width:100%; 
		background: url(../images/banner.jpg) no-repeat ;  
		background-size: 100%;	
	} 
	*/
}


.dashBoardButtonHolder {
    margin-top: 20px;
}

    .dashBoardButtonHolder ul {
        list-style: none;
    }

     /*   .dashBoardButtonHolder ul li {
            float: left;
            width: 16.66%;
            max-width: 153px;
            margin-right: 30px;
            text-align: center;
            margin-bottom: 40px;
        }*/

            /*.dashBoardButtonHolder ul li:nth-child(6) {
                margin-right: 0px;
            }*/

/* Hide the captions and summaries because they don't fit into the visual design */
caption, summary {
    display: none;
}

.articleContent p + ul, .articleContent p + ol {
    margin-top: -15px;
}

table th a {
    color: #fff !important;
}

.inlineBlock {
    display: inline-block;
}

.standardSize {
    font-size: 1em;
}

.noIndent {
    text-indent: 0 !important;
}

    .noIndent.active {
        color: #d93f0a;
    }

.floatLeft.labelWidth {
    width: 150px;
}

.floatLeft.longWidth {
    width: 175px;
}

p.tabBody {
    line-height: 25px;
}

p.marginTop30 {
    margin-top: 30px;
}

p.marginTop16 {
    margin-top: 16px;
}

button.width230 {
    width: 230px;
}

button.width200 {
    width: 200px;
}

button.width186 {
    width: 186px;
}

button.width180 {
    width: 180px;
}

button.width175 {
    width: 175px;
}

button.width150 {
    width: 150px;
}

button.width125 {
    width: 125px;
}

.forgot {
    display: block;
    font-size: 1em;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Homepage Tabs*/

.tabsHolder .tabsContent .tabIcons ul li a {
    display: block;
    text-decoration: none;
    width: 100px;
    height: 35px;
    padding: 76px 19px 27px;
    text-align: center;
    font-family: 'arimo_semibold';
    line-height: 18px;
}

.tabsHolder .tabsContent#tabConsumers .tabIcons ul li a {
    color: #7c4397;
}

.tabsHolder .tabsContent#tabIndustry .tabIcons ul li a {
    color: #d93f0a;
}

.tabsHolder .tabsContent .tabIcons ul li a:hover, .tabsHolder .tabsContent .tabIcons ul li a:focus {
    color: #fff !important;
}

.labelDescMargin {
    margin: 11px 0px;
}



/* Link colors */
p a {
    color: black;
}

div.container.category_consumers p a {
    color: #267a32 !important; /* R10-WCAG - p8*/
}

div.container.category_industry p a {
    color: #007acc !important; /* R10-WCAG - p11 */
}

div.container.category_industry .thankyou-message p a {
    color: #006eb7 !important; /* R10-WCAG - p11 */
}

div.container.category_industry .globalAccordion .ui-accordion-content p a {
    color: #006eb7 !important; /* R10-WCAG - p12 link on grey background */
}

    div.container.category_industry .globalAccordion .ui-accordion-content p a.generalGreyShade1 {
        color: #252525 !important; /* R10-WCAG  */
    }

div.container.category_industry h1 {
    color: #007acc !important;
}
div.container.category_industry h2 {
    padding: 0px 0px 0px;
    font-size: 1.5em;
    /*color: #686868;*/
}

/* ---------------------------------------------------------------------------------------- */
/* pagination */
.paginationHolder {
    margin-top: 20px;
}

    .paginationHolder ul li {
        list-style: none;
        float: left;
    }

        .paginationHolder ul li a {
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .paginationHolder ul li a {
            margin: 2px;
            color: #7c4397 !important;
            display: block;
            font-family: 'Arimo';
            font-size: 1em;
            font-weight:bold;
            border: 2px solid #7c4397;
            text-decoration: none;          
            width: 26px;           
            text-align: center;         
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .paginationHolder ul li a.nextButton, .paginationHolder ul li a.prevButton {
                width: auto;
                padding-left: 5px;
                padding-right: 5px;
            }

            .paginationHolder ul li a:hover, .paginationHolder ul li a.active {
                background: #7c4397;
                color: #ebebeb !important;
            }

            .paginationHolder ul li a.active {
                text-decoration: underline;
            }

    .paginationHolder a span.nextArrow {
        width: 6px;
        height: 13px;
        background: url('../images/sprites-new.png') no-repeat -0px -250px
    }

    .paginationHolder a span.prevArrow {
        width: 6px;
        height: 13px;
        background: url('../images/sprites-new.png') no-repeat -50px -250px
    }


    .paginationHolder ul.red li a {
        color: #d93f0a !important;
    }

        .paginationHolder ul.red li a:hover, .paginationHolder ul.red li a.active {
            background: #d93f0a;
            color: #ebebeb !important;
        }

    .paginationHolder ul.red li a {
        color: #d93f0a !important;
        border: 2px solid #d93f0a;
    }

    .paginationHolder a span.nextArrowRed {
        width: 6px;
        height: 13px;
        background: url('../images/sprites-new.png') no-repeat -200px -250px
    }

    .paginationHolder a.next:hover span.nextArrow, .paginationHolder a.next:hover span.nextArrowRed {
        background: url('../images/sprites-new.png') no-repeat -100px -250px
    }

    .paginationHolder a span.prevArrowRed {
        width: 6px;
        height: 13px;
        background: url('../images/sprites-new.png') no-repeat -250px -250px
    }

    .paginationHolder a.prev:hover span.prevArrow, .paginationHolder a.prev:hover span.prevArrowRed {
        background: url('../images/sprites-new.png') no-repeat -150px -250px
    }




    /* end pagination */

    /* ---------------------------------------------------------------------------------------- */



/* pagination control */
/*.paginationHolder ul li a {
    color: #8c45cb !important;
    border: 2px solid #8c45cb;
}

    .paginationHolder ul li a.active,
    .paginationHolder ul li a:hover {
        color: #ffffff;
        background: #8c45cb !important;
        border: 2px solid #8c45cb;
    }*/


.paginationHolder ul li a {
    color: #006eb7 !important;
    border: 2px solid #006eb7;
}

   .paginationHolder ul li a.active,
   .paginationHolder ul li a:hover {
        color: #ffffff !important;
        background: #006eb7 !important;
        border: 2px solid #006eb7;
    }

.purple .paginationHolder ul li a {
    color: #8c45cb !important;
    border: 2px solid #8c45cb;
}

    .purple .paginationHolder ul li a.active,
    .purple .paginationHolder ul li a:hover {
        color: #ffffff !important;
        background: #8c45cb !important;
        border: 2px solid #8c45cb;
    }

/** New Form coloured design Forms - START **/


/* div.content div.contentTitle h1 { */
.content .contentHeadline h1 {
    font-size: 3.6em;
}

.form-holder .formDesc p {
    font-size: 0.4em;
}

/* Header */
/*.globalAccordion .accordionHeader {
    border-radius: 0;
}

.globalAccordion .ui-accordion-header {
    background: #8c45cb !important;
    color: #ffffff
}

.globalAccordion .accordionHeader span.title {
    font-size: 20px;
}*/

/* subheader */
/*.globalAccordion .accordionContent .subHeader p {
    color: #5c6b87 !important;*/ /* R10-WCAG - p20 */
/*}*/

/* form layout */
/*.globalAccordion .accordion {
    padding: 18px 15px 0 15px;
}

form .fieldMargin {
    margin: 15px 0 15px;
}

.globalAccordion .accordionContent {
    padding: 28px 0 30px 15px;
}*/

/* Dynamic form width depends on resolution up to max of 725px */
div.subPages .form-holder {
    max-width: 725px;
}

@media (min-width : 1025px) {
    div.subPages .form-holder {
        width: calc(100vw - 610px);
    }
}

@media (min-width : 1340px) {
    div.subPages .form-holder {
        width: calc(100vw - 695px);
    }
}


div.subPages .sidebar {
    width: 214px;
    margin-left: 20px;
}

/* Form controls */
.form .formField label.inputLabel {
    padding: 0;
    width: 140px;
    line-height: 27px;
}

.form .formField input[type=radio] {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #979797;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    margin: 0;
}

.form .formField input[type=checkbox] {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #979797;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    margin: 0;
}

form .formField .selectParent,
.form .formField input {
    border-radius: 0;
    border: solid 1px #979797;
    height: 27px;
}

.form .formField input {
    padding: 0 10px;
    margin-top: 12px;
}

    form .formField input[type='file'] {
        height: 44px;
    }

form .formField .selectLong select {
    background: url(../images/r10/down-arrow.png) no-repeat 242px center;
    background-size: 10px 10px;
}

form .formField .floatLeft > span.error,
form .formField .selectLong select,
form .formField .selectLong,
.form .formField input.long {
    max-width: 270px;
}

form .selectLong select {
    width: 262px;
}

form .formField select {
    padding: 0 10px;
}

form .selectShort select {
    background: url(../images/r10/down-arrow.png) no-repeat 127px center;
    background-size: 10px 10px;
    padding-right: 10px;
}

form .groupField,
form .formField textarea {
    width: calc(100% - 15px);
}

/* Fix for tool tips showing on next line */
form .toolTipContainer .r10-inlineOnly {
    display: inline;
}

    form .toolTipContainer .r10-inlineOnly.declarationTextPosition {
        width: 84%;
    }

div form button {
    border-radius: 0;
    border: none;
}

.form-holder button.filecheck, .form-holder button.populateConfirm, .form-holder button.redirect {
    border: none;
}

div.toolTipContainer .selectParent.hasTooltip + a.tooltip {
    margin-top: 2px;
}

div.toolTipContainer a.tooltip {
    margin: 2px 20px 0px 20px;
}

.widget a {
    color: #4a4a4a !important;
}

span.editButton a {
    color: black;
}

    span.editButton a:hover,
    span.editButton a:focus {
        background: black;
    }

#formAccordion .accordion-filled-up:after {
    content: '';
    background: url("../images/r10/sprites-r10.png") no-repeat -350px -250px;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 13px;
    right: 15px;
}

span.editButton span.arrowLeft {
    background: url("../images/r10/sprites-r10.png") no-repeat -364px -100px;
    width: 5px;
    height: 10px;
}

/* post confirmation screens */
.thankyou-message div.nextStep {
    color: #3cb1ff;
}

/* Consumer form items */
div.container.category_consumers .globalAccordion .ui-accordion-header {
    background: #2a8737 !important; /* R10-WCAG */
    color: #ffffff !important;
}

div.container.category_consumers form button,
div.container.category_consumers form button:hover {
    background: #2a8737;
    border: 2px solid #2a8737;
}

div.container.category_consumers .accordionContent button.addMore:focus,
div.container.category_consumers .articleContent a.gotoForm:hover {
    background: #2A8737;
    border: 2px solid #2A8737;
    color: #ffffff !important;
}

/* Industry form items */
div.category_industry .globalAccordion .ui-accordion-header {
    background: #007acc !important; /* R10-WCAG - p11 */
    color: #ffffff !important;
}

/*div.container.category_industry form button,
div.container.category_industry form button:hover {
    background: #007acc;*/ /* R10-WCAG - CCI */
    /*border: 2px solid #007acc;*/ /* R10-WCAG - CCI  */
/*}*/



div.category_industry .tableDeleteBt a,
div.category_industry .accordionContent button.addMore:focus,
div.category_industry .articleContent a.gotoForm:hover {
    background: #3cb1ff;
    border: 2px solid #3cb1ff;
    color: #ffffff !important;
}


/* Industry login + dashboard items */
.ui-dialog button.shaded,
.ui-dialog .ui-dialog-titlebar {
    background: #007acc; /* R10-WCAG */
}

.ui-dialog button {
    color: #006eb7; /* R10-WCAG */
    border: 2px solid #006eb7; /* R10-WCAG */
}

table.responsive {
    font-size: 1.5em;
}

div.category_industry .fHistoryButton a:hover,
div.category_industry .fHistoryButton a:focus {
    background: #006eb7;
    color: #fff !important;
    text-decoration: none;
    border: 2px solid #006eb7;
}

.userInfoBar span.signout a {
    background: #007ACC;
    color: #007ACC;
}

    .userInfoBar span.signout a:hover {
        color: #007ACC;
        background: #ffffff;
    }


/* Dashboard Buttons */

.dashBoardButtonHolder a:hover, .dashBoardButtonHolder a:focus {
    color: #fff !important;
}

div.dashCircle {
    width: 220px;
    height: 200px;
    padding: 88px 27px 27px;
}
.dashBoardButtonHolder ul {
    display: flex; /* Use flexbox to align items horizontally */
    list-style: none; /* Remove bullet points */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

    .dashBoardButtonHolder ul li {
        margin-right: 30px; /* Add spacing between items */
    }

@media (max-width: 768px) { /* Target mobile screens */
    .dashBoardButtonHolder ul {
        flex-wrap: wrap; /* Allow items to wrap into multiple rows */
        justify-content: space-between; /* Optional: Adjust spacing between items */
    }

        .dashBoardButtonHolder ul li {
            flex: 0 0 48%; /* Each item takes up approximately half the width */
            margin-bottom: 15px; /* Add spacing between rows */
        }
}



/* specific font size for Consumer bulk applications - only */
div.bulk-create-form .globalAccordion .accordionHeader span.title {
    font-size: 16px;
}

/** New Form coloured design Forms - END **/

/* [RA] - copied over css for popup*/

.modal {
    position: absolute;
    inset: 0;
    display: block;
    justify-content: center;
    align-items: center;
    max-width: 568px;
    width: auto;
    min-height: 40px;
    max-height: none;
    height: auto;
    outline: none;
    /*text-align: center;*/
    float: left;
    left: 50%;
    top: 50%;
}

    .modal .dialogDesc {
        margin: -2px 0px 26px 0px;
    }

    .modal .modal-content {
        position: relative;
        border: 0;
        background: #ebebeb;
        overflow: auto;
        /*text-align: center;*/
    }

.modal-content {
    padding: 30px;
}

.modal-titlebar {
    background: #007acc;
    position: relative;
    padding: 13px 0px;
    text-align: center;
    font-family: "arimo";
    outline: none;
}

.modal-title {
    margin: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 1.4em;
}

/* END - [RA] - copied over css for popup*/

/* ---------------------------------------------------------------------------------------- */
/* Dialog */

.ui-dialog button {
    font-family: "arimo_bold";
    //font-size: 1.6em;
    height: 38px;
    color: #7c4397;
    outline: none;
    cursor: pointer;
    border: 2px solid #7c4397;
    background: none;
    margin-right: 20px;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1280;
    background: #000;
    opacity: .84;
    filter: Alpha(Opacity=84); /* support: IE8 */
}

.ui-dialog {
    z-index: 1288;
}

.ui-dialog p.addMargin {
        margin-top: 15px;
    }
/* End Dialog */

/* ---------------------------------------------------------------------------------------- */

/* R10 updates 04-2018 */

/* Redefined colors */
.purple {
    color: #8c45cb !important
}

.industryBlueColor {
    color: #3cb1ff !important
}



.industryBlueBorder {
    border-color: #3cb1ff !important
}

.industryBlueShade1Color {
    color: #006eb7 !important
}

.industryBlueShade1Border {
    border-color: #006eb7 !important
}

.purpleShadeBorder {
    border-color: #8c45cb !important;
    color: #8c45cb !important;
}
.industryBlueShade1Back {
    background: #0063b7 !important
}

.industryBlueShade2Color {
    color: #007acc !important
}

.industryBlueShade2Border {
    border-color: #007acc !important
}

.industryBlueShade2Back {
    background: #007acc !important
}

.consumerGreenColor {
    color: #38b349 !important
}

.consumerGreenBack {
    background: #38b349 !important
}

.consumerGreenBorder {
    border-color: #3cb1ff !important
}

.consumerGreenShade1Color {
    color: #2A8737 !important
}

.consumerGreenShade2Color {
    color: #267a32 !important
}

.generalGreyShade1 {
    color: #252525 !important
}

.washFilterHolder .from, .washFilterHolder .to {
    padding-top: 13px;
    padding-right: 10px;
}

.washFilterHolder .marginRight {
    margin-right: 28px;
}

span.spanError {
    display: block;
    width: 155px;
    color: #d3060d;
    font-size: 1.2em;
    line-height: 1.2em;
}
/*Start Industry Enquiry & edit*/

.accordionHeader .editButton_enq {
    display: block;
    color: black !important;
    padding: 5px 0px 5px 0px;
    font-size: 1em;
    background: #fff !important;
    letter-spacing: 0.05em;
    text-align: center;
    border: 0;
    display: block;
    box-sizing: border-box;
    width: 66px;
    line-height: 1 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
}

.globalAccordion .ui-accordion-header_enq {
    background: #007acc !important; /* R10-WCAG - p11 */
    color: #ffffff !important;
    padding: 13px 0px 13px 15px;
    margin: 0px 0 2px 0;
    cursor: pointer;
}

.globalAccordion .ui-accordion-content_enq {
    width: 100%;
    /*background-color: #ebebeb;*/
    /*border: 1px solid #ccc;*/
    color: #252525;
    line-height: 16pt;
    margin: 0 0 0 0;
    padding: 28px 10px 10px;
}


    .globalAccordion .ui-accordion-content_enq .subHeader p {
        color: #5c6b87 !important; /* R10-WCAG - p20 */
        font-size: 19px;
        letter-spacing: -0.02em;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
    }

    .globalAccordion .ui-accordion-content_enq .dncr-form__label_enq {
        display: block;
        font-size: 0.875rem;
        line-height: 1.5rem;
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgb(40 40 40 / var(--tw-text-opacity));
    }

    .globalAccordion .ui-accordion-content_enq .dncr-form__textinput_enq {
        display: block;
        width: 100%;
        /*border-radius: 0.375rem;*/
        border-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgb(113 113 113 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 0.375rem;
        line-height: 1.5rem;
        float: left;
        /*font-size: 11px;
        height:27px;*/
    }

    .globalAccordion .ui-accordion-content_enq .error-msg {
        display: inline-block;
        color: red;
    }

    .globalAccordion .ui-accordion-content_enq [hidden] {
        display: none;
    }

    .globalAccordion .ui-accordion-content_enq .industry_table {
        margin: 15px 0 15px;
        display: block;
        border: none;
    }

        .globalAccordion .ui-accordion-content_enq .industry_table td {
            border: none;
            background-color: #fff; /*#ebebeb;*/
            padding-top: 10px !important;
            padding-bottom: 0px !important;
        }
.industry_table th:first-child {
    padding-left: 0px !important;
}

.industry_table td:first-child {
    padding-left: 0px !important;
}
 
[x-cloak] {
    display: none !important;
}

.slide-down-enter {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.slide-down-enter-active {
    max-height: 1000px; /* large enough to fit content */
    opacity: 1;
}

.slide-down-leave {
    max-height: 1000px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.slide-down-leave-active {
    max-height: 0;
    opacity: 0;
}
.bottomnote {
    font-size: .9em !important;
    padding: 0px 15px 0 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.dncr-form__buttonprimary_enq {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: #007acc;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .dncr-form__buttonprimary_enq:hover {
        border-radius: 0.375rem;
        --tw-bg-opacity: 1;
        background-color: #007acc;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 600;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

    .dncr-form__buttonprimary_enq:disabled {
        cursor: not-allowed;
        --tw-bg-opacity: 1;
        background-color: #007acc;
    }

    .dncr-form__buttonprimary_enq.right {
        grid-column: 2;
    }

.dncr-form__buttonarea_enq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 !important;
}

editButton_enq::after {
    content: '';
    background: url(../images/r10/sprites-r10.png) no-repeat -350px -250px;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 13px;
    right: 15px;
}
.whitelabel {
    color: #fff !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

span.eButton {
    margin: 1px 38px 0px 0px;
    position: relative; /* Important to make the ::after position relative to this span */
    display: inline-block; /* Needed if the span has no width */
}

.floatRight {
    float: right;
}


span.eButton a {
    font-size: 0.9em;
    background: #fff;
    color: #000;
    letter-spacing: 0.05em;
    padding: 5px 0px 4px 0px;
    text-align: center;
    border: 0;
    display: block;
    box-sizing: border-box;
    width: 66px;
    line-height: 1 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    box-sizing: border-box;
}

    span.eButton a:hover,
    span.eButton a:focus {
        background: black;
        color: #fff;
    }

        span.eButton a:hover span.arrowLeft {
            background: url(../images/sprites-new.png) no-repeat -371px -100px;
        }

span.eButton:after {
    content: '';
    background: url("../images/r10/sprites-r10.png") no-repeat -350px -250px;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    left: 100%;
    margin-left: 5px;
}

span.eButton span.arrowLeft {
    background: url("../images/r10/sprites-r10.png") no-repeat -364px -100px;
    width: 5px;
    height: 10px;
}

.thankyou_enq {
    font-size: 2.4em;
    letter-spacing: -0.04em;
    font-family: 'arimo_bold';
}

.thankyou_desc {
    font-size: 1.5em;
    color: #686868;
    margin: 20px 10px 10px 0px;
    letter-spacing: -1px;
    line-height: 1.508;
}
.form-field-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.error-msg {
    color: red;
    font-size: 0.9em;
    line-height: 1.3;
    max-width: 100%;
    word-break: break-word;
}
/*End Industry enquiry*/

.form .note p {
    font-size: 1.4em;
}

.tableHolder.noHeader tr:first-child td {
    border-top: 1px solid #ccc;
    background-color: black;
    color: white;
    font-weight: bold;
}


    tr.noBorder td {
        border: none;
    }

    tr.solidBorderTop td {
        border-right: none;
        border-bottom: none;
        border-left: none;
        border-top: 1px solid #ccc;
    }

@font-face {
    font-family: 'arimo_semibold';
    src: url('fonts/ArimoBold/arimo-bold.eot');
    src: url('fonts/ArimoBold/arimo-bold.eot?#iefix') format('embedded-opentype'), url('fonts/ArimoBold/arimo-bold.woff2') format('woff2'), url('fonts/ArimoBold/arimo-bold.woff') format('woff'), url('fonts/ArimoBold/arimo-bold.ttf') format('truetype'), url('fonts/ArimoBold/arimo-bold.svg#arimo_semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ProxiSemiBold {
    font-family: 'arimo_semibold';
}

/* Scrollbar */

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .nano > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .nano > .nano-content:focus {
            outline: thin dotted;
        }

        .nano > .nano-content::-webkit-scrollbar {
            display: none;
        }

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0,0,0,.25);
    position: absolute;
    width: 8px;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .nano > .nano-pane > .nano-slider {
        background: #444;
        position: relative;
        margin: 0 1px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible\9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

.nano {
    background: none;
    width: 100%;
    height: 275px;
}

    .nano > .nano-content {
        padding-right: 20px;
    }

    .nano > .nano-pane {
        background: #ccc;
    }

        .nano > .nano-pane > .nano-slider {
            background: #737373;
        }

.scrollBarHolder {
    padding: 20px 10px 20px 20px;
    background: #e2e2e2;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
/* End Scrollbar */

.form .fieldMargin {
    margin: 20px 0px 20px;
}

.toolTipContainer {
    position: relative;
}

div.toolTipContainer a.tooltip {
    margin: 10px 10px 0px 10px;
}

/* Tooltip*/
a.tooltip {
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 9px;
    margin-left:10px;
    margin-right:10px;
}

    a.tooltip:hover {
        text-decoration: none;
    }

    a.tooltip > span {
        color: #252525;
        text-align: left;
        background: #ffe5ad;
        background-clip: padding-box;
        border: 1px solid #ff9560;
        border-radius: 3px;
        position: absolute;
        width: 225px;
        padding: 15px;
        top: -15px;
        left: 40px;
        margin-bottom: 15px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

        a.tooltip > span:before, a > span:after {
            content: "";
            position: absolute;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            top: 15px;
            left: -10px;
            margin-left: -10px;
        }

        a.tooltip > span:before {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #ff9560;
            margin-left: -10px;
        }

        a.tooltip > span:after {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #ffe5ad;
            z-index: 1;
            margin-left: -9px;
        }

    a.tooltip:hover > span {
        visibility: visible;
        opacity: 1;
    }
/* End Tooltip*/

.radio-holder {
    margin-bottom: 8px;
}

.nomargin {
    margin: 0 !important;
}

.error {
    color: red;
    font-weight: normal;
}

.accordionContent .radioCheckLabel {
    margin-left: 7px;
}

/* thank you message*/
.thankyou-message {
    padding: 28px;
    background: #ebebeb;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .thankyou-message h3 {
        font-size: 4em;
        font-weight: normal;
    }

    .thankyou-message p.desc {
        font-size: 1.4em;
        color: #686868;
        margin: 10px 0px 30px 0px;
        letter-spacing: -1px;
        line-height: 1.208;
    }

    .thankyou-message p a {
        font-size: 1em;
    }

        .thankyou-message p a:hover {
            text-decoration: underline;
        }

    .thankyou-message hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #ccc;
        margin: 30px 0px;
        padding: 0;
    }
    .thankyou-message h2 {
        font-size: 3em;
        letter-spacing: -0.04em;
    }

        .tax-invoice {
            margin-bottom: 40px;
        }

.thankyou-message a.button {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid;
    padding: 11px 30px 9px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.05em;
}

    .thankyou-message a.button:hover {
        background: #7C4397;
        color: #fff !important;
        border: 2px solid #7C4397;
        text-decoration: none;
    }
/* thank you message*/

@font-face {
    font-family: 'arimo_bold';
    src: url('fonts/ArimoBold/arimo-bold.eot');
    src: url('fonts/ArimoBold/arimo-bold.eot?#iefix') format('embedded-opentype'), url('fonts/ArimoBold/arimo-bold.woff2') format('woff2'), url('fonts/ArimoBold/arimo-bold.woff') format('woff'), url('fonts/ArimoBold/arimo-bold.ttf') format('truetype'), url('fonts/ArimoBold/arimo-bold.svg#arimo_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.form .formField label.inputLabel {
    display: block;
    font-family: "arimo_semibold";
    width: 150px;
    padding: 10px 0px 0px;
}

.form label  {
    
    color: #252525;
    padding: 0px;
}

.form p {
    color: #252525;
    padding: 0px;
    font-family: "arimo_regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


span.editButton a {
    font-size: 0.583em;
    background: #fff;
    color: #7c4397;
    letter-spacing: 0.05em;
    padding: 7px 0px 3px 0px;
    text-align: center;
    border: 0;
    display: block;
    box-sizing: border-box;
    width: 66px;
    line-height: 1 !important;
}

.form .formField input[type=checkbox]:checked {
    background-color: #2563eb;
}

.form .formField input[type=checkbox]:checked::after {
    /*content: "\2713";*/
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    color: white;
    font-size: 12px;
    position: absolute;
    top: -1px;
    left: 2px;
    font-weight: bold;
    line-height: 1;
}

.form .formField input[type=checkbox]:focus {
    outline: #5B9DD9 dotted 3px;
    outline-offset: 2px;
    box-shadow: none; 
}

.form .formField input[type=radio]:checked {
    background-color: #979797;
}

.form .formField input[type=radio]:focus {
    outline: #5B9DD9 dotted 3px;
    outline-offset: 2px;
    box-shadow: none; 
}

.form .formField input[type="radio"]:disabled {
    background-color: #d3d3d3; 
    cursor: not-allowed;
    opacity: 0.6;
}

.formDesc {
    padding: 20px 0px 0px;
    font-size: 2.4em;
    /*color: #686868;*/
}

    .formDesc p {
        padding-bottom: 20px;
        color: inherit;
    }

/*.form .sectionSubPage {
    padding: 134px 0px 120px;
    margin: 0 auto;
    width: 100%;
    max-width: 1070px;
}*/

div.content div.contentTitle h1 {
    color: #8c45cb !important;
    font-size: 2.6em;
    line-height: normal;
    padding: 0px 0px 25px;
    letter-spacing: -0.04em;
    margin-top: 59px;
    font-family: 'arimo_bold';
}

.search {
    padding: 20px 30px;
    margin-top: 45px;
    background: #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.search {
    margin: -1px;
    padding: 28px 30px 29px;
}

.search button {
    border-radius: 0;
    border: none;
    background: #8c45cb;
    color: #ffffff !important;
    width: 120px;
    height: 39px;
    margin-top: 0px;      
    letter-spacing: 0.05em;
}

.search button:hover,
.search button:focus,
.search button:active {
    background: #7c4397; /* darker purple or same as default */
    color: #ffffff !important;
    outline: none;
    box-shadow: none;
    border: none;
}

.search .formField .floatLeft  {
height: 39px;
}

.search .searchMessage {
font-size: 2.4em;
margin-top: 11px;
}

.washFilterHolder .searchMessage, .searchCountHolder .searchMessage {
    font-size: 1.2em;
    margin-top: 12px;
    letter-spacing: -0.02px;
}

.search-results {
    margin-top: 20px;
}

.result-item {
    padding: 37px 0px 38px 0px;
    border-bottom: 1px solid #e1e1e1;
}

.result-item .itemTitle {
        font-size: 2em;
    }

.itemTitle, 
.itemLink {
    color: #8c45cb !important;
    margin-top: 10px;
}

.itemTitle a, 
.itemLink a {
    color: inherit !important;
    text-decoration: underline;
    text-decoration-color: inherit !important;
}

.result-item .itemCat {
    font-size: 1.0em;
    margin-top: 6px;   
}

.input-validation-error {   
    background: #ffe1e1;
}

.result-item .itemDesc {
    margin-top: 10px
}

label[required]::after,
p[required]::after{
    content: '*';
    color: black;
    font-weight: bold;
}

/*NEXT button*/

form button.next {
    width: 120px;
    height: 40px;
    margin-top: 25px;
    border: 2px solid #007acc;
    font-size: 1.0em;
    background: #007acc;
    letter-spacing: 1px;
    padding-top: 2px;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    font-weight: bold;
}

.form .formField input[aria-invalid='true'],
.form .formField select[aria-invalid="true"],
.form .formField textarea[aria-invalid="true"],
.form .formField input[type="checkbox"][aria-invalid="true"] {
    border: 2px solid red;
}


.form .formField input[type="radio"][aria-invalid="true"] {
    border: 2px solid red;
}

span.userIcon {
    background: url("/images/sprites.png") no-repeat -106px -10px;
    width: 27px;
    height: 28px;
    margin-right: 5px;
}

.dashBoardButtonHolder ul li a {
    display: block;
    text-decoration: none;
    width: 155px;
    height: 160px;
    padding: 88px 27px 27px;
    text-align: center;
    font-family: 'arimo_semibold';
    font-size: 0.85em;
    line-height: 18px;
}

.dashBoardButtonHolder div a:hover, .dashBoardButtonHolder div a:focus {
    color: #fff !important;
}

.dashBoardButtonHolder div a.dashQuickCheck {
    background: url("../img/dashboard-buttons/desk-quick.png") no-repeat;
}

    .dashBoardButtonHolder div a.dashQuickCheck:hover, .dashBoardButtonHolder div a.dashQuickCheck:focus {
        background: url("../img/dashboard-buttons/desk-quick-hover.png") no-repeat;
    }

.dashBoardButtonHolder div a.dashUploadList {
    background: url("../img/dashboard-buttons/desk-upload.png") no-repeat;
}

    .dashBoardButtonHolder div a.dashUploadList:hover, .dashBoardButtonHolder div a.dashUploadList:focus {
        background: url("../img/dashboard-buttons/desk-upload-hover.png") no-repeat;
    }

.dashBoardButtonHolder div a.dashWashHistory {
    background: url("../img/dashboard-buttons/desk-wash.png") no-repeat;
}

    .dashBoardButtonHolder div a.dashWashHistory:hover, .dashBoardButtonHolder div a.dashWashHistory:focus {
        background: url("../img/dashboard-buttons/desk-wash-hover.png") no-repeat;
    }

.dashBoardButtonHolder div a.dashPurchaseSubscription {
    background: url("../img/dashboard-buttons/desk-purchase.png") no-repeat;
}

    .dashBoardButtonHolder div a.dashPurchaseSubscription:hover, .dashBoardButtonHolder div a.dashPurchaseSubscription:focus {
        background: url("../img/dashboard-buttons/desk-purchase-hover.png") no-repeat;
    }

.dashBoardButtonHolder div a.dashLodgeEnquiry {
    background: url("../img/dashboard-buttons/desk-lodge.png") no-repeat;
}

    .dashBoardButtonHolder div a.dashLodgeEnquiry:hover, .dashBoardButtonHolder div a.dashLodgeEnquiry:focus {
        background: url("../img/dashboard-buttons/desk-lodge-hover.png") no-repeat;
    }

.dashBoardButtonHolder div a.dashSignOut {
    background: url("../img/dashboard-buttons/desk-signout.png") no-repeat;
}

    .dashBoardButtonHolder div a.dashSignOut:hover, .dashBoardButtonHolder div a.dashSignOut:focus {
        background: url("../img/dashboard-buttons/desk-signout-hover.png") no-repeat;
    }

.dashBoardButtonHolder a.dashQuickCheck {
    background: url(../img/dashboard-buttons/desk-quick.png) no-repeat;
}

    .dashBoardButtonHolder a.dashQuickCheck:hover, .dashBoardButtonHolder a.dashQuickCheck:focus {
        background: url(../img/dashboard-buttons/desk-quick-hover.png) no-repeat;
    }

.dashBoardButtonHolder a.dashUploadList {
    background: url(../img/dashboard-buttons/desk-upload.png) no-repeat;
}

    .dashBoardButtonHolder a.dashUploadList:hover, dashBoardButtonHolder a.dashUploadList:focus {
        background: url(../img/dashboard-buttons/desk-upload-hover.png) no-repeat;
    }

.dashBoardButtonHolder a.dashWashHistory {
    background: url(../img/dashboard-buttons/desk-wash.png) no-repeat;
}

    .dashBoardButtonHolder a.dashWashHistory:hover, .dashBoardButtonHolder a.dashWashHistory:focus {
        background: url(../img/dashboard-buttons/desk-wash-hover.png) no-repeat;
    }

.dashBoardButtonHolder a.dashPurchaseSubscription {
    background: url(../img/dashboard-buttons/desk-purchase.png) no-repeat;
}

    .dashBoardButtonHolder a.dashPurchaseSubscription:hover, .dashBoardButtonHolder a.dashPurchaseSubscription:focus {
        background: url(../img/dashboard-buttons/desk-purchase-hover.png) no-repeat;
    }

.dashBoardButtonHolder a.dashLodgeEnquiry {
    background: url(../img/dashboard-buttons/desk-lodge.png) no-repeat;
}

    .dashBoardButtonHolder a.dashLodgeEnquiry:hover, .dashBoardButtonHolder a.dashLodgeEnquiry:focus {
        background: url(../img/dashboard-buttons/desk-lodge-hover.png) no-repeat;
    }

.dashBoardButtonHolder a.dashSignOut {
    background: url(../img/dashboard-buttons/desk-signout.png) no-repeat;
}

    .dashBoardButtonHolder a.dashSignOut:hover, .dashBoardButtonHolder a.dashSignOut:focus {
        background: url(../img/dashboard-buttons/desk-signout-hover.png) no-repeat;
    }

.dashBoardButtonHolder a {
    color: #777777 !important;
}

.contentDesc p {
    color: #686868 !important;
    line-height: 1.250em;
    padding-bottom: 13px;
    letter-spacing: 0;
    font-size: 1.4em;
    letter-spacing: -0.04em;
}

#dashBoardAccordion table.responsive .active td:nth-child(1) {
    background: #3cb1ff;
}

#dashBoardAccordion h2 {
    display: flex;
    justify-content: space-between; /* Distributes space between items */
    align-items: center;
}
@media (max-width : 1024px) {
    #dashBoardAccordion .tableEditBt a {
        border: 2px solid #3cb1ff;
        color: #3cb1ff !important;
    }
}

@media (max-width : 1024px) {
    #home {
        margin-top: 98px;
    }

    #searchBar {
        width: auto;
    }

    .form .searchHolder label.searchHeaderLabel {
        display: none;
    }

    .headerLogo {
        max-width: 405px;
        width: 100%;
    }

    .emergencyMsgFirstBar {
        margin-top: 152px;
    }
    /* Wash */
    /*   form button.filter {
        width: 138px;
    }*/

    form button.filter {
        width: 120px;
        height: 39px;
        margin-top: 0px;
        border: 2px solid #7c4397;
        font-size: 1.6em;
        background: none;
        letter-spacing: 0.05em;
    }

        form button.filter:hover, form button.filter:focus {
            background: #7c4397;
            color: #ffffff !important;
        }

    .wash .searchMessage {
        margin-bottom: 8px;
    }
    /* Wash */
    .arrowDown {
        display: none;
    }
    /* Table */
    .washFilterHolder > div {
        float: none;
    }

    .wash .searchFormHolder {
        margin: 0px 0px 25px;
    }


    /* R10-UPDATE table.responsive .active td:nth-child(1){background:url("../images/purple-bg.png") repeat-x 0% 0%!important} */
    table.responsive .active td:nth-of-type(n+2) {
        display: block;
        box-sizing: border-box;
    }

    table.responsive th {
        display: none;
    }

    table.responsive td {
        display: block;
        text-align: left !important;
        order: 0 !important;
        background: #686868;
    }

        table.responsive td:nth-of-type(n+2) {
            float: left;
            background: #fff;
            border: 0px;
            padding-left: 15px;
            display: none
        }

        table.responsive td:nth-child(1) {
            /* width: calc(100% - 21px) !important;*/
            margin-top: 1px;
            color: #fff;
            cursor: pointer;
        }

        table.responsive td:nth-of-type(n+2):before {
            content: attr(data-label);
            font-family: "arimo_semibold";
            width: 120px;
            display: inline-block;
            margin-right: 25px;
        }

    table.responsive tr:nth-child(2) > td:nth-child(1) {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    table.responsive tr:last-child > td:nth-child(1) /*, #washHistory tr:last-child > td:nth-child(8), #washHistory tr:last-child > td:nth-child(9)*/ {
        -webkit-border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }


    table.responsive tr.active > td:nth-child(1) {
        -webkit-border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    table td {
        padding-top: 10px;
        padding-bottom: 6px;
    }

    table.responsive td:nth-child(2) {
        width: 100%;
        padding-top: 23px;
    }

    table.responsive td:nth-child(3) {
        width: 100%;
    }

    table.responsive td:nth-child(4) {
        width: 100%;
    }

    table.responsive td:nth-child(5) {
        width: 100%;
    }

    table.responsive td:nth-child(6) {
        width: 100%;
    }

    table.responsive td:nth-child(7) {
        width: 100%;
    }

    table.responsive td:nth-child(8) {
        width: 100%;
    }

    table.responsive td:nth-child(9) {
        width: 100%;
    }

    table.responsive td:nth-child(10) {
        width: 100%;
    }

    table.responsive td:last-child {
        padding-bottom: 23px;
    }


    /*#washHistory  hr{height:1px; background:#ccc;}	
	#washHistory td:nth-child(2){width:50%; margin-top:1px; padding:23px 0px 0px 15px; }
	#washHistory td:nth-child(3){width:50%; margin-top:1px; padding:23px 0px 0px 15px; }
	#washHistory td:nth-child(4){width:50%; border-bottom:1px solid #ccc; padding:18px 0px 23px 15px;}
	#washHistory td:nth-child(5){width:50%; border-bottom:1px solid #ccc; padding:18px 0px 23px 15px;}
	#washHistory td:nth-child(6){width:50%; padding:23px 0px 0px 15px;}
	#washHistory td:nth-child(7){width:50%; padding:23px 0px 0px 15px;}
	#washHistory td:nth-child(8){width:50%;  padding:18px 0px 23px 15px;}
	#washHistory td:nth-child(9){width:50%;  padding:18px 0px 23px 15px;}*/

    #userAccountsTable td:nth-child(2) {
        width: 100%;
    }

    #userAccountsTable td:nth-child(3) {
        width: 100%;
    }

    #userAccountsTable td:nth-child(4) {
        width: 100%;
    }

    #userAccountsTable td:nth-child(5) {
        width: 100%;
    }

    #userAccountsTable td:nth-child(6) {
        width: 100%;
    }

        #userAccountsTable td:nth-child(6):before {
            display: none;
        }

    #accountSubscription td:nth-child(4) {
        padding-right: 7.5px;
    }

    .radioHolder > div + div {
        width: 80%;
    }

    .showOnTablet {
        display: block
    }

    .tableEditBt a {
        display: block;
        width: 120px;
        border: 2px solid #7c4397;
        color: #7c4397 !important;
        padding: 6px 0px;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
    }

        .tableEditBt a:hover, .fHistoryButton a:hover {
            background: #7c4397;
            color: #fff !important;
            text-decoration: none;
            border: 2px solid #7c4397;
        }

    .tableDeleteBt a {
        display: block;
        margin-left: 8px;
        border: 2px solid #d93f0a;
        color: #fff !important;
        background: #d93f0a;
        padding: 6px 0px;
        text-align: center;
        width: 120px;
        text-decoration: none;
        border-radius: 4px;
    }

        .tableDeleteBt a:hover {
            text-decoration: none;
        }

    .fHistoryDesc {
        width: 50%;
        margin-bottom: 25px;
        height: 45px;
        overflow: hidden;
    }


    /* Table */

    /*Global*/

    .hideOnTablet {
        display: none;
    }

    .hideOnTabletSpan {
        display: none;
    }

    /*End Global*/
    #menuButton {
        top: 98px;
    }

    /*#menu { This is breaking the global mobile nav.
        top: 98px;
    }*/

    /* Header */
    #header .acma-logo-holder {
        height: 98px;
    }

    #header .searchHolder {
        top: 33px;
        right: 11px;
    }

        #header .searchHolder .searchText {
            padding: 00px;
        }

        #header .searchHolder .btMagni {
            top: 6px;
            right: -3px;
        }

        #header .searchHolder .searchInputHolder {
            padding: 0px 0px 0px 30px;
            margin: 0px;
            height: 32px;
            width: 32px;
        }


    .searchButtonTablet {
        display: block;
    }

    .searchButtonMobile {
        display: none;
    }

    .searchButton {
        display: none;
    }

    .searchNovOn {
        right: 10px;
    }

    .searchNovOff {
        width: auto !important;
    }

    .searchNovOn > div + div {
        width: 100%;
        text-align: right;
    }

    #header .searchInputHolder {
        padding: 0px 0px 0px 30px;
    }

    #header .searchNovOn .searchInputHolder {
        width: 100%;
        margin: 0px;
        padding: 0px 40px 0px 10px
    }

    #header .searchNovOn .searchText {
        width: 100%;
        margin: 0;
    }
    /*RL-UPDATE #searchBar > div {float:none;} */

    /*(span.header-logo{background:url("../images/sprites-new.png") no-repeat -0px -55px; background-size:800px; width:405px; height:39px;}*/

    .content .tabSection {
        margin-top: -2px;
    }
    /* Header */
    .userInfoBar {
        top: 98px;
        background-position: 100% 100%;
        padding: 15px 20px;
        color: #fff;
        position: fixed;
        z-index: 1000;
        box-sizing: border-box;
    }

    .contentPadding {
        padding-left: 50px !important;
        margin-left: 275px;
    }

    /*#menu { This is breaking the global mobile nav
        display: none;
    }*/

    .content {
        max-width: 1024px;
        padding-left: 50px;
        margin-left: 0px;
    }

    .mobilePadding {
        margin-left: 275px;
        padding-left: 0px !important;
    }


    .content .sectionSubPage {
        padding: 149px 30px 55px 30px;
    }


    .post-item .thumb-holder {
        width: 30%
    }

    .post-item .postContent-holder {
        width: 70%
    }
    /* Search Result*/
    .searchHeadings {
        padding-right: 30px;
    }

    .search {
        padding: 28px 30px 25px;
    }

        .search div {
            float: none;
        }

        .search form {
            margin-top: 20px;
        }

    .content .searchHeadings .contentTitle h1 {
        padding-bottom: 45px;
    }

    .content .searchTabletSection {
        padding: 138px 0px 55px 30px;
    }

    .search .washFilterHolder input.long {
        width: 427.5px;
    }

    .result-item > div {
        padding-right: 30px;
    }

    .result-item {
        padding: 33px 0px;
    }

    .search-results {
        margin-top: 0px;
    }
    /* End Search Result*/

    /* Article */
    .formDesc, .articleMeta span, .articleDesc {
        font-size: 1.8em;
    }

    .content .articleTitle h1 {
        font-size: 5em
    }

    .articleContent h4 {
        font-size: 3em;
    }

    .articleContent h5 {
        font-size: 2.4em;
    }

    blockquote {
        font-size: 2.4em;
        line-height: 1.042;
        margin: 48px 0px;
    }

        blockquote:before {
            font-size: 2.4em;
            top: -34px;
        }

    #article {
        margin-top: 23px;
    }

    .articleMeta {
        margin-top: 13px;
    }

    .articleContent {
        margin-top: 26px;
    }

        .articleContent p {
            line-height: 1.375
        }
    /* Article */

    /* Consumer & Media */
    .post-item .postTitleTablet {
        font-size: 3em;
        line-height: 1.167em;
        letter-spacing: -0.04em;
        display: block;
        margin-bottom: 8px;
    }

    .post-item .postContent-holder .postTitle {
        display: none;
    }

    .post-item .postContent-holder .postDesc p {
        max-height: 65px;
        overflow: hidden;
    }

    .post-item .postContent-holder .postDate {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .post-holder hr {
        margin: 43px 0px 38px;
    }

    .post-item .thumb-holder {
        padding-right: 15px;
    }

    .content .contentTitle h1 {
        font-size: 5em;
        line-height: 0.640;
        padding-bottom: 22px;
    }

    .content .contentDesc h4 {
        font-size: 1.8em;
        padding: 0px 0px 10px;
    }

    .contentTitle h1.consumer:before {
        width: 40px;
        height: 36px;
        background: url("../images/sprites-new.png") no-repeat -400px -200px;
    }

    .contentTitle h1.media:before {
        width: 56px;
        height: 36px;
        background: url('../images/sprites-new.png') no-repeat -300px -200px;
    }
    /* Consumer & Media */
    /* banner */

    .content .bannerHolder {
        height: auto;
        min-height: 1px;
        background: none;
    }
    /* R10-UPDATE .bannerContent{background:url("../images/banner.jpg") no-repeat center top; background-size:100%; padding:18px 15px 42px !important; } */

    /* R10-UPDATE #slider{padding-top:20px; width:80%; max-width:440px;} */
    p.sliderDesc {
        max-height: 96px;
        overflow: hidden;
    }

    .bx-wrapper li {
        padding-left: 21px;
    }


    .tabsHolder {
        border-radius: 0px;
        padding: 20px 15px 50px;
    }

        .tabsHolder .tabsContent {
            padding-top: 25px;
        }

        .tabsHolder .tabButtons {
            position: absolute;
            top: -75px;
            height: 75px;
            left: 30px;
            width: 658px;
        }

            .tabsHolder .tabButtons > div {
                width: 50%;
                padding: 21px 20px 20px 25px;
            }


        .tabsHolder .tabsContent ul.ul-icons li img.desk {
            display: none;
        }

        .tabsHolder .tabsContent ul.ul-icons li img.tablet {
            display: block;
        }

        .tabsHolder .tabsContent ul.ul-icons li img.mobile {
            display: none;
        }


        .tabsHolder .tabsContent ul.ul-icons li img {
            max-width: 400px;
        }

    .contactNumber {
        float: none;
        width: 100%;
    }

    .contactNote {
        float: none;
        width: 100%;
    }

    .col-1-tablet {
        width: 100%;
    }

    .tabsHolder .tabsContent ul {
        padding-bottom: 41px;
    }

        .tabsHolder .tabsContent ul li span.regOnline-desk {
            width: 100%;
            max-width: 230px;
            height: 83px;
            background: url("../images/sprites.png") no-repeat -5px -368px;
        }

        .tabsHolder .tabsContent ul li span.checkNum-desk {
            width: 100%;
            max-width: 230px;
            height: 83px;
            background: url("../images/sprites.png") no-repeat -5px -450px;
        }

        .tabsHolder .tabsContent ul li span.inqComplain-desk {
            width: 100%;
            max-width: 230px;
            height: 83px;
            background: url("../images/sprites.png") no-repeat -5px -533px;
        }



        .tabsHolder .tabsContent ul li span.createAccount-desk {
            width: 100%;
            max-width: 230px;
            height: 83px;
            background: url("../images/sprites.png") no-repeat -5px -368px;
        }

        .tabsHolder .tabsContent ul li span.signIn-desk {
            width: 100%;
            max-width: 230px;
            height: 83px;
            background: url("../images/sprites.png") no-repeat -5px -450px;
        }

        .tabsHolder .tabsContent ul li span.faqIndustry-desk {
            width: 100%;
            max-width: 230px;
            height: 83px;
            background: url("../images/sprites.png") no-repeat -5px -533px;
        }

    .consumerContact {
        margin-left: -2px;
    }

    .tabsHolder .tabsContent .addMargin {
        margin-top: 42px;
    }

    .tabsHolder .tabsContent ul.ul-links li:nth-child(odd) {
        padding-right: 30px;
    }

    .quickLinks {
        width: 60%;
    }

    .needHelp {
        width: 40%;
    }

    .viewAllHolder {
        margin-top: 0px;
    }
    /*End Banner*/


    /* Homepage Items*/
    .content .section .sectionTitle {
        padding-top: 10px;
    }
    /* R10-UPDATE .contentItem .section, #joinConversation{padding:20px 30px;} */
    .content .section .sectionRow {
        padding-top: 35px;
    }

        .content .section .sectionRow .item > div {
            max-width: 100%;
        }

        .content .section .sectionRow .item {
            width: 50%;
            padding: 0px;
        }

            .content .section .sectionRow .item:nth-child(1) {
                padding-right: 30px;
                border-right: 2px solid #E1E1E1;
            }

            .content .section .sectionRow .item:nth-child(2) {
                padding-left: 30px;
                border: 0px;
            }

        .content .section .sectionRow .verticalLine {
            display: none;
        }

        .content .section .sectionRow .item .itemTitle {
            max-height: 56px;
            overflow: hidden
        }

    .content #joinConversation .sectionRow .item .itemTitle {
        height: auto;
    }

    .content .section .sectionRow .item .social {
        margin-bottom: 13px;
    }


    #joinConversation .item {
        min-height: 288px;
    }

    .content .section .viewAllHolder a {
        width: 50%;
        box-sizing: border-box;
        text-align: center;
    }

    .content .section .sectionRow .ytube {
        width: 100%;
        border-top: 2px solid #e1e1e1;
        padding-top: 30px;
        min-height: 1px !important;
    }

        .content .section .sectionRow .ytube > div {
            float: none;
        }

    .youtubeHolder {
        width: 50%;
    }

    .ytubeDesc {
        width: 50%;
        padding-left: 20px;
    }

    /*     End Homepage Items*/

    /* Dashboard 
    .dashBoardButtonHolder ul li {
        width: 33.33%;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

        .dashBoardButtonHolder ul li:nth-child(4) {
            margin-bottom: 30px;
        }

        .dashBoardButtonHolder ul li img.desk {
            display: none;
        }

        .dashBoardButtonHolder ul li img.tablet {
            display: block;
        }

        .dashBoardButtonHolder ul li img.mobile {
            display: none;
        }*/

    .errorBox {
        margin: 25px 0px 30px;
    }

    table span.lock {
        margin-left: 8px;
    }
    /*  End Dashboard */

    form .subHeader {
        margin: -4px 0px 18px;
    }
    /*Purchase Sub */
    .purchaseSubs .formDesc, .formDesc {
        padding: 0px 0px 35px;
    }


    /*     Purchase Sub */

    .widget {
        margin-bottom: 30px;
    }

    .form-holder, .article-holder, .thankyou-message {
        width: 100%;
        max-width: 100%;
    }

    .thankyou-message {
        margin-bottom: 50px;
    }
    /*     Sidebar */
    .sidebar {
        margin-left: 20px !important;
        width: 100%;
        max-width: 100%;
    }
    /*     R10-UPDATE changed to 
     Sidebar 
     Footer */
    .footer .footerLogoHolder {
        padding-right: 30px;
    }

    .footer nav ul {
        padding: 50px 0px 20px 30px;
    }

    .footer {
        background-size: 100% 100%;
    }

    .copyright {
        padding: 30px;
        line-height: 20px;
        color: #fff;
        margin: 0px auto;
        position: static;
        background: rgba(0,0,0,0.1)
    }

    /*     Footer */

    .iOSSafariFixed {
        top: -98px !important;
        position: absolute !important;
    }

    .iOSSafariFixedMenus {
        top: 0px !important;
        position: absolute !important;
    }

    .declarationTextPosition {
        float: left;
        width: 100%;
    }

    .tooltip.declarationToolTip {
        margin: 0;
    }

    .toolTipContainer {
        position: relative;
    }

        .toolTipContainer a.tooltip {
            position: static;
            font-size: 1.6em
        }

            .toolTipContainer a.tooltip > span {
                left: 0px;
                width: 100%;
                box-sizing: border-box;
                font-size: 1em
            }

                .toolTipContainer a.tooltip > span:before, .toolTipContainer a.tooltip > span:after {
                    border: 0px;
                }

        .toolTipContainer p a.tooltip {
            font-size: 1em
        }

    a.tooltip > span {
        top: 35px;
        left: -172px;
    }

        a.tooltip > span:before, a > span:after {
            content: "";
            position: absolute;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            top: -9px;
            left: 180px;
            margin-left: -10px;
        }

        a.tooltip > span:before {
            border-top: 0px solid transparent;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #ffc4a7;
            margin-left: -10px;
        }

        a.tooltip > span:after {
            border-top: 0px solid transparent;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #fff3d6;
            z-index: 1;
            margin-left: -10px;
            margin-top: 1px;
        }
}

@media (max-width : 1024px) {
    .content {
        margin-top: 98px;
    }

    .hideOnTablet {
        display: none !important;
    }

    .bannerContent {
        background: none;
    }

    .showOnTablet {
        display: block !important;
    }

    .content .bannerHolder {
        min-height: 1px;
    }

    .fHistoryButton {
        margin-bottom: 25px;
    }

        .fHistoryButton a {
            border: 2px solid;
            padding: 6px 20px;
            text-align: center;
            text-decoration: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

    #userAccountsTable td:nth-child(6):before {
        display: inline-block;
    }

    .hideOnTabletSpan {
        display: none !important;
    }

    /*   Homepage Tabs */
    .tabsHolder .tabsContent .tabIcons ul li a {
        width: 110px;
        padding: 21px 0 21px 110px;
        font-size: 2.1em;
        line-height: 26px;
        background-size: 95px !important;
        text-align: left;
        height: 53px;
    }

    .tabsHolder .tabsContent#tabConsumers .tabIcons ul li a:hover, .tabsHolder .tabsContent#tabConsumers .tabIcons ul li a:focus {
        color: #7c4397 !important;
    }

    .tabsHolder .tabsContent#tabIndustry .tabIcons ul li a:hover, .tabsHolder .tabsContent#tabIndustry .tabIcons ul li a:focus {
        color: #d93f0a !important;
    }

    .tabsHolder .tabsContent .tabIcons ul li a.tabRegisterOnline, .tabsHolder .tabsContent .tabIcons ul li a.tabRegisterOnline:hover, .tabsHolder .tabsContent ul li a.tabRegisterOnline:focus {
        background: url(../images/tabs-images/tablet-regOnline.png) no-repeat;
    }

    .tabsHolder .tabsContent .tabIcons ul li a.tabCheckNumber, .tabsHolder .tabsContent .tabIcons ul li a.tabCheckNumber:hover, .tabsHolder .tabsContent ul li a.tabCheckNumber:focus {
        background: url(../images/tabs-images/tablet-checkNumber.png) no-repeat;
    }

    .tabsHolder .tabsContent .tabIcons ul li a.tabLodgeComplaint, .tabsHolder .tabsContent .tabIcons ul li a.tabLodgeComplaint:hover, .tabsHolder .tabsContent ul li a.tabLodgeComplaint:focus {
        background: url(../images/tabs-images/tablet-enqComplain.png) no-repeat;
    }

    .tabsHolder .tabsContent .tabIcons ul li a.tabCreateAccount, .tabsHolder .tabsContent .tabIcons ul li a.tabCreateAccount:hover, .tabsHolder .tabsContent ul li a.tabCreateAccount:focus {
        background: url(../images/tabs-images/tablet-createAccount.png) no-repeat;
    }

    .tabsHolder .tabsContent .tabIcons ul li a.tabSignIn, .tabsHolder .tabsContent .tabIcons ul li a.tabSignIn:hover, .tabsHolder .tabsContent ul li a.tabSignIn:focus {
        background: url(../images/tabs-images/tablet-signIn.png) no-repeat;
    }

    .tabsHolder .tabsContent .tabIcons ul li a.tabFaq, .tabsHolder .tabsContent .tabIcons ul li a.tabFaq:hover, .tabsHolder .tabsContent ul li a.tabFaq:focus {
        background: url(../images/tabs-images/tablet-faq.png) no-repeat;
    }

    .tabsHolder .tabsContent .tabIcons ul li a.tabQuickCheck, .tabsHolder .tabsContent .tabIcons ul li a.tabQuickCheck:hover, .tabsHolder .tabsContent ul li a.tabQuickCheck:focus {
        background: url(../images/tabs-images/tablet-quick.png) no-repeat;
    }

    .tabsHolder .tabsContent .tabIcons ul li a.tabUploadList, .tabsHolder .tabsContent .tabIcons ul li a.tabUploadList:hover, .tabsHolder .tabsContent ul li a.tabUploadList:focus {
        background: url(../images/tabs-images/tablet-upload.png) no-repeat;
    }

    .tabsHolder .tabsContent .tabIcons ul li a.tabPurchaseSubscription, .tabsHolder .tabsContent .tabIcons ul li a.tabPurchaseSubscription:hover, .tabsHolder .tabsContent ul li a.tabPurchaseSubscription:focus {
        background: url(../images/tabs-images/tablet-purchase.png) no-repeat;
    }
    /*
     Dashboard buttons */
    .dashBoardButtonHolder ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px; /* Add spacing between items */
        padding: 0;
        margin: 0;
    }

        .dashBoardButtonHolder ul li {
            flex: 0 0 calc(33.333% - 10px); /* 3 items per row, minus gap */
            box-sizing: border-box;
            margin: 0;
        }

            .dashBoardButtonHolder ul li a {
                width: 100%;
                padding: 22px 0 6px 92px;
                font-size: 1.1em;
                height: 110px;
            } 
                /*    .dashBoardButtonHolder ul li {
        margin-right: 0;
    }

        .dashBoardButtonHolder ul li a {
            width: 110px;
            padding: 22px 0 6px 92px;
            font-size: 2.1em;
            line-height: 20px;
            text-align: left;
            height: 53px;
        }*/

                .dashBoardButtonHolder ul li a:hover, .dashBoardButtonHolder ul li a:focus {
                    color: #d93f0a !important;
                }

                .dashBoardButtonHolder ul li a.dashQuickCheck, .dashBoardButtonHolder ul li a.dashQuickCheck:hover, .dashBoardButtonHolder ul li a.dashQuickCheck:focus {
                    background: url(../images/r10/dashboard-buttons/tablet-quick.png) no-repeat;
                }

                .dashBoardButtonHolder ul li a.dashUploadList, .dashBoardButtonHolder ul li a.dashUploadList:hover, .dashBoardButtonHolder ul li a.dashUploadList:focus {
                    background: url(../images/r10/dashboard-buttons/tablet-upload.png) no-repeat;
                }

                .dashBoardButtonHolder ul li a.dashWashHistory, .dashBoardButtonHolder ul li a.dashWashHistory:hover, .dashBoardButtonHolder ul li a.dashWashHistory:focus {
                    background: url(../images/r10/dashboard-buttons/tablet-wash.png) no-repeat;
                }

                .dashBoardButtonHolder ul li a.dashPurchaseSubscription, .dashBoardButtonHolder ul li a.dashPurchaseSubscription:hover, .dashBoardButtonHolder ul li a.dashPurchaseSubscription:focus {
                    background: url(../images/r10/dashboard-buttons/tablet-purchase.png) no-repeat;
                }

                .dashBoardButtonHolder ul li a.dashLodgeEnquiry, .dashBoardButtonHolder ul li a.dashLodgeEnquiry:hover, .dashBoardButtonHolder ul li a.dashLodgeEnquiry:focus {
                    background: url(../images/r10/dashboard-buttons/tablet-lodge.png) no-repeat;
                }

                .dashBoardButtonHolder ul li a.dashSignOut, .dashBoardButtonHolder ul li a.dashSignOut:hover, .dashBoardButtonHolder ul li a.dashSignOut:focus {
                    background: url(../images/r10/dashboard-buttons/tablet-signout.png) no-repeat;
                }
}
@media (max-width : 767px) {
    .iOSSafariFixed {
        top: -83px !important;
        position: absolute !important;
    }
    /*.iOSSafariFixedMenus{top:128px !important; position: absolute !important;}*/

    .emergencyMsgFirstBar {
        margin-top: 137px;
    }
    /* Global */
    .mobileFooterLogo {
        display: block !important;
        margin: 0px auto 18px;
    }

    .showOnMobile {
        display: block !important;
    }

    .showOnTablet {
        display: block
    }

    .hideOnMobile {
        display: none;
    }
    
    .floatLeft {
        float: none;
    }

    .floatRight {
        float: none;
    }

    .col-1-mobile {
        width: 100%;
    }

    .col-2 {
        padding: 0px;
    }

    .contentItem .section, #joinConversation {
        padding: 20px 16px;
    }
    /* End Global */
    /* Headers */
    #header .searchHolder {
        top: 29px;
        right: 11px;
    }

        #header .searchHolder .searchText {
        }

        #header .searchHolder .btMagni {
            top: 4px;
            right: -4px;
        }

    #header span.search {
        padding: 0px;
        width: 30px;
        height: 30px;
        top: 11px;
        background: url("../images/sprites.png") no-repeat -273px -261px;
    }

    #header .acma-logo-holder {
        height: 83px;
    }

    .headerLogo {
        display: none;
    }

    #header .acma-logo-holder div.header-logo {
        background: url("../images/sprites-new.png") no-repeat -50px -300px;
        width: 165px;
        height: 20px;
        margin-top: 10px;
        margin-left: 35px;
    }


    #header span.mobileMenu {
        width: 30px;
        height: 30px;
        background: url("../images/sprites-new.png") no-repeat -0px -300px;
        top: 29px;
    }

    #header .acma-logo-holder-dark {
        background: #1d1d1d;
    }

    #header span.mobileMenu-dark {
        background: url("../images/sprites-new.png") no-repeat -250px -300px;
    }


    #header .acma-logo-holder-dark div.header-logo {
        background: url("../images/sprites-new.png") no-repeat -300px -300px;
    }


    /* End Headers */


    /*menu*/
    #menuButton {
        display: none;
    }

    .socialHolder {
        width: 100%;
        text-align: center;
    }

    .searchButtonTablet {
        display: none;
    }

    .searchButtonMobile {
        display: block;
    }

    .searchButton {
        display: none;
    }


    .searchNovOn {
        right: 10px;
    }

        .searchNovOn > div + div {
            width: 100%;
            text-align: right;
        }

    #header .searchNovOn .searchText {
        width: 100%;
        margin: 0;
    }

    #header .searchNovOn .searchInputHolder {
        width: 100%;
        margin: 0;
    }

    #header .searchHolder .searchInputHolder {
        height: 29px;
    }
    /*menu*/

    /* Banner */

    .bannerContent {
        background: url("../images/banner-mobile.jpg") no-repeat center top;
        background-size: 100%;
        padding: 23px 15px 42px !important;
        height: 196px;
    }

    #slider {
        display: none;
    }

    .mobileDesc p {
        font-size: 1.8em;
        color: #fff;
        letter-spacing: 0.02em;
        width: 170px;
        line-height: 1.111;
    }
    /* R10-UPDATE */
    .tabsHolder .tabButtons {
        left: 15px;
        width: calc(100% - 30px);
        height: 40px;
        top: -40px;
    }

        .tabsHolder .tabButtons > div {
            font-size: 1.8em;
            padding: 11px 0px;
        }

    .tabsHolder .tabsContent ul.ul-icons li img.desk {
        display: none;
    }

    .tabsHolder .tabsContent ul.ul-icons li img.tablet {
        display: none;
    }

    .tabsHolder .tabsContent ul.ul-icons li img.mobile {
        display: block;
    }


    .removeOnMobile {
        display: none;
    }

    .tabsHolder .tabsContent ul {
        padding-bottom: 0px;
    }

    .tabsHolder .tabsContent .addMargin {
        margin-top: 26px;
    }


    .consumerContactMobile {
        display: block;
        margin-bottom: 23px;
    }

        .consumerContactMobile > div.item {
            float: left;
            width: 50%;
            padding-top: 5px;
        }

            .consumerContactMobile > div.item + div.item {
                float: left;
                width: 50%;
                padding: 0px;
                text-align: right
            }

            .consumerContactMobile > div.item p {
                font-size: 1.6em;
            }

            .consumerContactMobile > div.item a {
                display: inline-block;
                text-transform: uppercase;
                border: 2px solid;
                padding: 11px 7px;
                text-align: center;
                text-decoration: none;
                border-radius: 4px;
                box-sizing: border-box;
                width: 100%;
                font-size: 2em;
            }

                .consumerContactMobile > div.item a.purple:hover {
                    border: 2px solid #7c4397;
                    background: #7c4397;
                    color: #fff !important;
                }

                .consumerContactMobile > div.item a.red:hover {
                    border: 2px solid #d93f0a;
                    background: #d93f0a;
                    color: #fff !important;
                }

    .tabsHolder {
        padding-bottom: 34px;
    }

        .tabsHolder .tabsContent .h3 {
            border-bottom: 1px solid #f0f0f0;
            padding-bottom: 12px;
        }

        .tabsHolder .tabsContent ul.ul-links li {
            padding-top: 13px;
            padding-bottom: 10px;
            border-top: 1px solid #f0f0f0
        }

            .tabsHolder .tabsContent ul.ul-links li:nth-child(2n+1) {
                border-top: 0px;
                padding-top: 3px;
            }

    /* Banner */

    /* Home Content */
    .content .contentItem {
        padding-bottom: 12px;
    }

    .content .section .sectionRow {
        padding-top: 20px;
    }

    .content .section .sectionTitle {
        padding-top: 0px;
    }

        .content .section .sectionTitle h2 {
            font-size: 2.7em;
        }

    .content .section .sectionDesc {
        font-size: 1.8em;
    }


    .content .section .sectionRow {
        padding-bottom: 0px;
    }

        .content .section .sectionRow .item {
            width: 100%;
            padding: 0px 0px 23px 0px !important;
            margin-bottom: 25px;
        }

            .content .section .sectionRow .item .itemTitle {
                margin-bottom: 0px;
            }

            .content .section .sectionRow .item:nth-child(1) {
                border: 0px;
                border-bottom: 2px solid #E1E1E1;
            }

            .content .section .sectionRow .item:nth-child(2) {
                border: 0px;
                border-bottom: 2px solid #E1E1E1;
            }

            .content .section .sectionRow .item:nth-child(3) {
                margin-bottom: 0px;
            }

            .content .section .sectionRow .item .itemTitle h3 {
                font-size: 2em;
            }

            .content .section .sectionRow .item .itemDesc p {
                height: 65px;
                overflow: hidden;
            }

            .content .section .sectionRow .item .itemDesc {
                max-height: 65px;
                margin-top: 5px;
            }

    .content .section .viewAllHolder a {
        width: 100%;
        font-size: 1.4em;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .content .section .sectionRow .item {
        display: block
    }


    .content .section .consumer h2:before {
        width: 27px;
        height: 31px;
        background: url("../images/sprites-new.png") no-repeat -150px -200px
    }

    .content .section .media h2:before {
        width: 30px;
        height: 28px;
        background: url("../images/sprites-new.png") no-repeat -200px -200px;
    }

    .content .section .joinConv h2:before {
        width: 25px;
        height: 28px;
        background: url("../images/sprites-new.png") no-repeat -250px -200px;
    }


    #joinConversation .item {
        min-height: 0px;
        padding-bottom: 0px !important
    }

    #joinConversation .sectionRow .postItem {
        margin-top: 20px;
    }

    .content .section .sectionRow .ytube {
        border: 0px;
    }

    .youtubeHolder {
        width: 100%;
        margin-top: 13px;
    }

    .ytubeDesc {
        width: 100%;
        padding: 0px;
        margin: 0px !important;
    }
    /* Home Content */
    #home {
        margin-top: 83px;
    }

    .content {
        padding-left: 0px !important;
        margin: 0px;
    }

        /* Consuer * MEdia */
        .content .sectionSubPage {
            padding: 75px 15px 25px !important
        }
    /* R10-UPDATE 75px leaves enough space on top for the sign in bar */
    .post-item .postTitleTablet {
        display: none;
    }

    .post-item .postContent-holder {
        width: 100%;
    }

    .post-item .thumb-holder {
        display: none;
    }

    .post-item .postContent-holder .postTitle {
        display: block;
    }

    .post-item .postContent-holder .postDate {
        margin-top: 6px;
    }

    .content .contentTitle h1 {
        font-size: 3.3em;
        padding-bottom: 18px;
        line-height: 1.03;
    }

    .content .contentDesc h4 {
        padding-bottom: 15px;
    }

    .post-holder hr {
        margin: 23px 0px;
    }

    .post-item .postContent-holder .postTitle {
        font-size: 2em;
    }

    .post-item .postContent-holder .postDesc p {
        max-height: 85px;
    }

    .post-holder > hr:last-of-type {
        display: none;
    }

    .loadMore {
        display: block
    }

        .loadMore a {
            font-size: 1.4em;
            text-decoration: none;
            letter-spacing: 0.05em;
            border: 2px solid;
            width: 100%;
            display: block;
            text-align: center;
            padding: 14px 0px 12px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            margin: 37px 0px 15px;
            box-sizing: border-box;
        }

            .loadMore a.purple:hover {
                background: #7c4397;
                color: #fff !important;
            }

            .loadMore a.red:hover {
                background: #d93f0a;
                color: #fff !important;
            }
    /* Consuer * MEdia */

    .userInfoBar {
        top: 83px;
    }

    .dashBoardButtonHolder ul li img.desk {
        display: none;
    }

    .dashBoardButtonHolder ul li img.tablet {
        display: none;
    }

    .dashBoardButtonHolder ul li img.mobile {
        display: block;
    }
   
    /* SEARCH */
    .search-results {
        margin-top: 7px;
    }

    .search {
        padding: 15px 15px 13px;
    }

        .search .searchMessage {
            margin: 0px;
            font-size: 1.8em
        }

    .result-item .itemTitle {
        font-size: 2em
    }

    .result-item {
        padding: 23px 0px 25px;
    }

        .result-item .itemDesc p {
            overflow: hidden;
            max-height: 85px;
        }

        .result-item .itemLink a {
            font-size: 1.4em
        }

    .searchHeadings {
        padding-right: 0px;
    }

    .content .contentTitle h1 {
        margin-left: 0px;
    }

    .mobileSearch {
        display: block;
    }

        .mobileSearch input {
            width: 100%;
            font-size: 1.6em;
            border: 1px solid #ccc;
            padding: 12px 15px 10px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            box-sizing: border-box;
        }

        .mobileSearch button {
            width: 100%;
            margin: 20px 0px 10px;
            border: 0px;
            height: 44px;
            font-size: 1.4em;
            letter-spacing: 0.05em;
            background: #7c4397;
            color: #fff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            .mobileSearch button:hover {
                background: #fff;
                color: #7c4397;
            }
    /* SEARCH */

    .contentTitle h1.consumer:before {
        width: 33px;
        height: 35px;
        background: url("../images/sprites-retina.png") no-repeat -700px -200px;
        background-size: 800px;
    }

    .contentTitle h1.media:before {
        width: 42px;
        height: 29px;
        background: url('../images/sprites-retina.png') no-repeat -650px -200px;
        background-size: 800px;
    }


    /*Dashboard*/
    .contentDesc p {
        font-size: 1.8em;
        line-height: 1;
        letter-spacing: 0.04em
    }

    .errorBox {
        margin: 0px;
        position: absolute;
        z-index: 1;
        width: 103%;
        left: -5px;
    }

        .errorBox ul li {
            padding-left: 17px;
        }

            .errorBox ul li:before {
                display: none;
            }

            .errorBox ul li a.closeError {
                background: url("../images/sprites-new.png") no-repeat -600px -150px;
                width: 24px;
                height: 24px;
            }

    .dashBoardButtonHolder ul li img {
        width: 100%;
    }

 

    .dashBoardButtonHolder ul li {
        box-sizing: border-box;
        margin-bottom: 15px;
        min-height: 120px;
    }

        .dashBoardButtonHolder ul li:nth-child(1), .dashBoardButtonHolder ul li:nth-child(4) {
            padding-right: 12px;
        }

        .dashBoardButtonHolder ul li:nth-child(2), .dashBoardButtonHolder ul li:nth-child(5) {
            padding-right: 5px;
            padding-left: 5px;
        }

        .dashBoardButtonHolder ul li:nth-child(3), .dashBoardButtonHolder ul li:nth-child(6) {
            padding-left: 30px;
            margin-bottom: 30px;
        }


    /* Dashboard buttons */

  /*  .dashBoardButtonHolder ul li {
        padding: 0 !important;
    }*/
    .dashBoardButtonHolder ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 10px; 
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .dashBoardButtonHolder ul li {
            width: calc((100% - 20px) / 3); 
            box-sizing: border-box;
            margin: 0;
        }

            .dashBoardButtonHolder ul li a {
                display: block;
                width: 100%;
                height: 130px;
                padding: 90px 0 0 0;
                background-size: 72px 72px !important;
                background-position: center 10px !important;
                background-repeat: no-repeat !important;
                text-align: center;
                font-size: 0.95em;
                box-sizing: border-box;
                overflow: hidden;
            }

            .dashBoardButtonHolder ul li a.dashQuickCheck, .dashBoardButtonHolder ul li a.dashQuickCheck:hover, .dashBoardButtonHolder ul li a.dashQuickCheck:focus {
                background: url(../images/r10/dashboard-buttons/mobile-quick.png) no-repeat center top;
            }

            .dashBoardButtonHolder ul li a.dashUploadList, .dashBoardButtonHolder ul li a.dashUploadList:hover, .dashBoardButtonHolder ul li a.dashUploadList:focus {
                background: url(../images/r10/dashboard-buttons/mobile-upload.png) no-repeat center top;
            }

            .dashBoardButtonHolder ul li a.dashWashHistory, .dashBoardButtonHolder ul li a.dashWashHistory:hover, .dashBoardButtonHolder ul li a.dashWashHistory:focus {
                background: url(../images/r10/dashboard-buttons/mobile-wash.png) no-repeat center top;
            }

            .dashBoardButtonHolder ul li a.dashPurchaseSubscription, .dashBoardButtonHolder ul li a.dashPurchaseSubscription:hover, .dashBoardButtonHolder ul li a.dashPurchaseSubscription:focus {
                background: url(../images/r10/dashboard-buttons/mobile-purchase.png) no-repeat center top;
            }

            .dashBoardButtonHolder ul li a.dashLodgeEnquiry, .dashBoardButtonHolder ul li a.dashLodgeEnquiry:hover, .dashBoardButtonHolder ul li a.dashLodgeEnquiry:focus {
                background: url(../images/r10/dashboard-buttons/mobile-lodge.png) no-repeat center top;
            }
            .dashBoardButtonHolder ul li a.dashSignOut, .dashBoardButtonHolder ul li a.dashSignOut:hover, .dashBoardButtonHolder ul li a.dashSignOut:focus {
                background: url(../images/r10/dashboard-buttons/mobile-signout.png) no-repeat center top;
            }
            
    .fHistoryDesc {
        width: 100%;
        margin: 0px;
    }

    .fHistoryButton {
        width: 100%;
        margin-bottom: 15px;
    }

        .fHistoryButton a {
            width: 60%;
            text-align: center;
            margin: 0px auto;
            padding-left: 15px;
            padding-right: 15px;
            display: block;
            box-sizing: border-box;
        }

    .globalAccordion .ui-accordion-content {
        padding: 28px 15px 30px !important;
    }

    table.responsive td:nth-child(1) {
        background: #686868;
        color: #fff;
    }

    table.responsive td:nth-of-type(n+2) {
        background: #fff
    }
    /*Dashboard*/


    /* Wash history */
    .userInfoBar span.signout {
        float: right;
    }

    .mobileSearch .floatInput {
        float: left;
        width: 98%;
        width: calc(50% - 8px);
    }

        .mobileSearch .floatInput:nth-child(1) {
            margin-right: 16px;
        }

        .mobileSearch .floatInput label {
            display: block;
            font-family: "arimo_semibold";
            margin-bottom: 8px;
        }

    .wash {
        margin-top: 0px;
        padding: 0px;
        background: #fff;
    }

        .wash .searchMessage {
            background: #ebebeb;
            padding: 15px 15px 13px;
            font-size: 1.8em;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }
    /* Wash history */

    /* Article */

    .content .articleTitle h1 {
        font-size: 3.3em;
        margin-top: 0px;
    }

    #article {
        margin-top: 28px;
    }

    .articleContent {
        margin-top: 32px;
    }
        /*.articleContent ul li{background:url("../images/li-ellipse.png") no-repeat left 11px }*/
        .articleContent img {
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
            margin: 0px 0px 10px !important;
        }

    blockquote {
        padding-left: 1em;
        margin: 25px 0px;
    }

        blockquote:before {
            left: 0px;
        }

    .articlefooter {
        text-align: center;
        height: 49px;
        padding: 7px 0px 0px;
        box-sizing: border-box
    }

    .thankyou-message a.button {
        width: 100%;
        display: block;
        padding: 11px 0px 9px;
        text-align: center;
    }
    /* Article */


    .download-widget span + span {
        width: 85%;
    }

    /* Purchase Subs */
    .thankyou-message {
        padding: 15px;
    }

        .thankyou-message h3 {
            font-size: 2.7em;
        }

        .thankyou-message p.desc {
            font-size: 1.8em;
            margin-bottom: 20px;
        }

        .thankyou-message hr {
            margin: 20px 0px;
        }

    .tax-invoice {
        margin-bottom: 20px;
    }

    .selectOnTable {
        float: right;
    }

    .ccv > div + div.floatLeft {
        float: left;
    }




    .tableHolder {
        margin: 10px 0px;
    }

    table.purchaseSubsTable td:nth-child(1) {
        background: #686868;
        color: #fff;
    }

    table.purchaseSubsTable td:nth-of-type(n+2) {
        background: #fff
    }

    form hr + div > button.next, form button.next {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    form hr {
        margin: 23px 0px;
    }

    .nano > .nano-content {
        padding-right: 30px;
    }

    .radioHolder > div.floatLeft {
        float: left;
    }

    form .fieldMargin {
        padding: 0px;
        margin: 10px 0px;
    }

    form .scrollBarHolder {
        padding: 10px;
    }

    form .formField input.long, form .selectLong {
        width: 100%;
    }

    form button.submit {
        width: 100%;
    }

    form .selectLong select {
        width: 100%;
        background-position: calc(100% - 15px)
    }

    /* Purchase Subs */

    /* Lodge*/
    form .fieldAt {
        display: inline-block;
    }

        form .fieldAt + input {
            margin-top: 20px;
        }

    form .formField textarea {
        width: 100%;
    }

    form .groupField {
        padding: 10px;
        width: 100%;
    }

    /* Lodge*/
    .ui-dialog div.forgot {
        margin-top: 0px;
    }

    /*Tables*/

    /* R10-UPDATE table.responsive .active td:nth-child(1), table.mobileResponsive .active td:nth-child(1){background:url("../images/purple-bg.png") repeat-x 0% 0%!important} */
    table.responsive .active td:nth-of-type(n+2), table.mobileResponsive .active td:nth-of-type(n+2) {
        display: block;
        padding-left: 100px !important;
        text-align: right !important;
        padding-right: 15px;
    }

    table.responsive th, table.mobileResponsive th {
        display: none;
    }

    table.responsive td, table.mobileResponsive td {
        display: block;
        text-align: left !important;
        order: 0 !important;
        background: #686868;
    }

        table.responsive td:nth-of-type(n+2), table.mobileResponsive td:nth-of-type(n+2) {
            float: left;
            background: #fff;
            border: 0px;
            padding-left: 15px;
            display: none
        }

        table.responsive td:nth-child(1), table.mobileResponsive td:nth-child(1) {
            width: 100% !important;
            margin-top: 1px;
            color: #fff;
            cursor: pointer;
        }

        table.responsive td:nth-of-type(n+2):before, table.mobileResponsive td:nth-of-type(n+2):before {
            content: attr(data-label);
            font-family: "arimo_semibold";
            width: 100px;
            display: inline-block;
            margin-left: -85px;
        }


        table.responsive td:nth-child(2), table.mobileResponsive td:nth-child(2) {
            width: 100%;
        }

        table.responsive td:nth-child(3), table.mobileResponsive td:nth-child(3) {
            width: 100%;
        }

        table.responsive td:nth-child(4), table.mobileResponsive td:nth-child(4) {
            width: 100%;
        }

        table.responsive td:nth-child(5), table.mobileResponsive td:nth-child(5) {
            width: 100%;
        }

        table.responsive td:nth-child(6), table.mobileResponsive td:nth-child(6) {
            width: 100%;
        }

        table.responsive td:nth-child(7), table.mobileResponsive td:nth-child(7) {
            width: 100%;
        }

        table.responsive td:nth-child(8), table.mobileResponsive td:nth-child(8) {
            width: 100%;
        }

        table.responsive td:nth-child(9), table.mobileResponsive td:nth-child(9) {
            width: 100%;
        }

        table.responsive td:nth-child(10), table.mobileResponsive td:nth-child(10) {
            width: 100%;
        }



    table.responsive, table.mobileResponsive {
        position: relative
    }

    table tr {
        background: #fff !important;
    }

    table td {
        box-sizing: border-box;
    }

    table.responsive td:nth-of-type(n+2):before, table.mobileResponsive td:nth-of-type(n+2):before {
        text-align: left;
        float: left;
    }

    table.responsive td, table.mobileResponsive td {
        background: #ebebeb
    }

    table.responsive tr:nth-child(2) td:nth-child(1), table.mobileResponsive tr:nth-child(2) td:nth-child(1) {
        margin-top: 0px;
    }

    table.responsive tr.active td:nth-child(1), table.mobileResponsive tr.active td:nth-child(1) {
        color: #fff
    }

    table.responsive td:first-child, table.mobileResponsive td:first-child {
        border: 0px;
    }

    table.responsive tr:nth-child(2) > td:nth-child(1), table.mobileResponsive tr:nth-child(2) > td:nth-child(1) {
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    table.responsive tr:last-child > td:nth-child(1), table.mobileResponsive tr:last-child > td:nth-child(1) /*, #washHistory tr:last-child > td:nth-child(8), #washHistory tr:last-child > td:nth-child(9)*/ {
        -webkit-border-bottom-right-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

    /*#washHistory td:nth-child(2){width:100%; margin-top:1px; padding-right:15px;}
	#washHistory td:nth-child(3){width:100%; margin-top:0px; padding-right:15px; }
	#washHistory td:nth-child(4){width:100%; border-bottom:0px solid #ccc; padding-bottom:0px; padding-right:15px;}
	#washHistory td:nth-child(5){width:100%; border-bottom:1px solid #ccc; padding:18px 15px 23px 15px;}
	#washHistory td:nth-child(6){width:100%; padding:23px 15px 0px 15px;}
	#washHistory td:nth-child(7){width:100%; padding:18px 15px 0px 15px;}
	#washHistory td:nth-child(8){width:100%;  padding:18px 15px 0px 15px;}
	#washHistory td:nth-child(9){width:100%;  padding:18px 15px 23px 15px;}*/

    #userAccountsTable td:nth-of-type(n+2):before {
        position: static;
        width: auto;
        text-align: left;
    }

    #userAccountsTable td:nth-of-type(n+2) {
        float: none;
    }

    #userAccountsTable .tableEditBt a {
        width: 100%;
        border-radius: 2px;
    }

    #userAccountsTable .tableDeleteBt a {
        width: 100%;
        margin-left: 0px;
        border-radius: 2px;
        margin-top: 10px;
    }

    #accountSubscription td:nth-child(3), #accountSubscription th:nth-child(3) {
        padding-right: 15px;
    }
    /*Tables*/

    .emergencyMessage .desc p {
        line-height: 1.375;
    }
    /* Footer */
    .footer {
        text-align: center;
        background-size: 100% 100%;
    }

        .footer .footerLogoHolder {
            text-align: center;
        }

        .footer nav ul {
            width: 350px;
            padding: 18px 0px;
            margin: 0px auto;
            box-sizing: border-box;
        }

            .footer nav ul li {
                padding: 0px 6px;
                border-right: 1px solid #fff;
            }

                .footer nav ul li:nth-child(4) {
                    border-right: 0px;
                    padding-right: 0px;
                }

                .footer nav ul li:nth-child(1) {
                    padding-left: 4px;
                }

                .footer nav ul li a {
                    text-align: center;
                    width: 100%;
                    padding: 0px;
                }

    .copyright {
        padding: 20px 0px
    }

        .copyright p {
            font-size: 1.1em
        }
    /* Footer */

    .emergencyMessage {
        padding: 15px;
    }

        .emergencyMessage a.closeError {
            top: 15px;
            right: 15px;
        }



    table span.lock {
        margin-left: 40px;
        margin-top: 10px;
    }


    /*Switch*/
    /*
.switchMobile, .switchLeft {
  position: relative;
  margin: 15px auto;
  height: 40px;
  width: 144px;
  border:2px solid #7c4397;
  -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display:block;
}
*/
    .switchLeft {
        margin: 10px 0px;
        float: left;
        display: block;
    }

        .switchLeft label {
            margin-right: 10px
        }

    .switch-label {
        position: relative;
        z-index: 2;
        float: left;
        width: 70px;
        letter-spacing: 1px;
        text-align: center;
        cursor: pointer;
        font-family: "arimo_bold";
        padding-top: 8px;
        color: #7c4397
    }

    .switch-input {
        display: none;
    }

        .switch-input:checked + .switch-label {
            color: #fff;
            -webkit-transition: 0.15s ease-out;
            -moz-transition: 0.15s ease-out;
            -o-transition: 0.15s ease-out;
            transition: 0.15s ease-out;
        }

        .switch-input:checked + .switch-label-on ~ .switch-selection {
            /* Note: left: 50% doesn't transition in WebKit */
            left: 72px;
        }

    .switch-selection {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        width: 70px;
        background: #7c4397;
        height: 36px;
        -webkit-transition: left 0.15s ease-out;
        -moz-transition: left 0.15s ease-out;
        -o-transition: left 0.15s ease-out;
        transition: left 0.15s ease-out;
    }
    .modal.ui-dialog {
        width: 95% !important;
        left: 2.5% !important;
        top: 10% !important;
        min-width: unset !important;
        max-width: 100vw !important;
        box-sizing: border-box;
        padding: 1rem;
    }

    .ui-widget-overlay {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 1000;
    }
    /*Switch*/
}