.pwc-live-chat {
    position: fixed;
    /*width: 100%;*/
    width: auto;
    height: 80px;
    right: 0;
    bottom: 40px;
    cursor:pointer;
    display: block;
    z-index: 9991;
    display: none;
}

.hiddenChatPopUp {
   display: none;
}

.pwc-live-chat .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.pwc-live-chat .container:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 15px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: none;
    margin-left: auto;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}


.pwc-live-chat__img {
    position: relative;
    border-radius: 50%;
    border: 3px solid white;
    height: 50px;
    width: 50px;
    background: #00a79a;
    margin-left: auto;
}

.pwc-live-chat__img path {
    fill: white;
}

.pwc-live-chat__message {
    display: none;
}


@media (min-width: 768px) {
    .pwc-live-chat {
        bottom: 50px;
    }
    
    .pwc-live-chat__img {
        height: 70px;
        width: 70px;
    }
    .pwc-live-chat .container:after {
        height: 70px;
        width: 70px;
        top: 5px;
    }
}


@media (min-width: 992px) {
    .pwc-live-chat {
        bottom: 100px;
    }
    .pwc-live-chat .container {
        padding: 0;
    }
    
    .pwc-live-chat__img {
        position: absolute;
        margin: 0;
        top: 4px;
        left: -40px;
    }
    
    .pwc-live-chat__message {
        display: block;
        background: #eaeaea;
        color: #2a3c6e;
        border: 3px solid white;
        border-radius: 8px;
        padding: 8px 40px;
        margin-left: auto;
        margin-right: 20px;
        width: 220px;
    }
    
    .pwc-live-chat__welcome {
        color: #2a3c6e;
        font-size: 0.9rem;
        line-height: 1.5rem;
        font-weight: 500;
        margin: 0;
    }
    
    .pwc-live-chat__status {
        color: #4f91c3;
        font-size: 0.7rem;
        line-height: 1rem;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0;
    }
    .pwc-live-chat .container:before {
        content: "";
        position: absolute;
        display: block;
        background: none;
        color: #2a3c6e;
        border-radius: 8px;
        padding: 8px 40px;
        margin-left: auto;
        margin-right: 20px;
        width: 220px;
        height: 62px;
        top: 9px;
        z-index: -1;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    }
    .pwc-live-chat .container:after {
        top: 4px;
        left: -40px;
    }
    

}

/* header */
@media (max-width: 991.98px) {
    .developers .header {
        background-color: #534368;
    }
}

/*Navigation*/
.developers .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item.current, .developers .navigation-desktop .navigation-desktop__tier-2:before, .developers .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list:before, .developers .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list:before, .developers .navigation-desktop .navigation-desktop__tier-2:after, .developers .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list:after, .developers .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list:after, .developers .navigation-desktop .navigation-desktop__tier-2, .developers .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list, .developers .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list, .developers .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item.current > a:hover, .developers .navigation-desktop .navigation-desktop__tier-1 > .navigation-desktop__item.current > a:focus {
    background: #534368;
}

.developers .tier-2-active-state-arrow:before, .developers .navigation-desktop .navigation-desktop__tier-2 > .navigation-desktop__item.active > a span:before, .developers .navigation-desktop .navigation-desktop__global.active .navigation-desktop__global-list > .navigation-desktop__item.active > a span:before, .developers .navigation-desktop__global.active .navigation-desktop .navigation-desktop__global-list > .navigation-desktop__item.active > a span:before, .developers .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item.active .navigation-desktop__link span:before, .developers .hoverDownArrow:hover:before, .developers .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item.navigation-desktop__has-subs .navigation-desktop__link span:hover:before, .developers .hoverDownArrow:focus:before, .developers .navigation-desktop__global.active .navigation-desktop__global-list .navigation-desktop__item.navigation-desktop__has-subs .navigation-desktop__link span:focus:before {
    border-top: 15px solid #534368;
}

.developers .navigation-desktop__link span:after {
    background: #6e7d28 !important;
}

/*Developers Intro*/
.developers-intro {
    position: relative;
}

.developers-intro:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: calc(185px + 10rem);
    background: #eaeaea;
    position: absolute;
    top: 0;
    z-index: -1;
}

@media (max-width: 1349.98px) {
    .developers-intro:before {
        height: calc(135px + 10rem);
    }
}

@media (max-width: 991.98px) {
    .developers-intro:before {
        height: calc(100px + 4rem);
    }
}

.developers-intro__wrapper {
    display: flex;
    flow-flow: row nowrap;
    justify-content: space-between;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (max-width: 991.98px) {
    .developers-intro__wrapper {
        display: block;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.developers-intro__wrapper-left {
    display: flex;
    flex-flow: column nowrap;
}

@media (min-width: 1350px) {
    .developers-intro__wrapper-left {
        justify-content: space-between;
    }
}

@media (max-width: 991.98px) {
    .developers-intro__wrapper-left {
        display: block;
    }
}

.developers-intro__wrapper-right {
    flex: 0 0 50%;
}

.developers-intro__wrapper-right .btn {
    white-space: inherit;
}

/*Developers Intro Mobile Mega Tiles*/
@media (min-width: 768px) {
    .developers-intro .mega-tile-strip {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .developers-intro .mega-tile-strip {
        display: block;
        margin-top: 4rem !important;
    }
}

.developers-intro .mega-tile-strip {
    text-align: center;
    margin-top: 6rem;
}

.developers-intro .mega-tile-strip__inner {
    display: flex;
    
}

@media (min-width: 576px) {
    .developers-intro .mega-tile-strip__inner {
        justify-content: space-between;
    }
}

@media (max-width: 575.98px) {
    .developers-intro .mega-tile-strip__inner {
        justify-content: center;
    }
}

.developers-intro .mega-tile-strip__inner .mega-tile {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background-color: #fff;
    width: 14rem;
    height: 13rem;
}

@media (max-width: 575.98px) {
    .developers-intro__wrapper {
        padding-bottom: 1rem;
        padding-top: 2rem;
    }
    .developers-intro .mega-tile-strip {
        margin-left: -8px;
        margin-right: -8px;
        margin-top: 4rem;
    }
    .developers-intro .mega-tile-strip__inner .mega-tile {
        width: 12rem;
        height: 12rem;
        margin: 0 8px;
    }
    
    .developers-intro .mega-tile-strip__inner .mega-tile:first-child {
        margin-bottom: 1rem;
    }
}

@media (max-width: 437.98px) {
    .developers-intro .mega-tile-strip__inner .mega-tile {
        width: 8rem;
        height: 8rem;
        padding: 0 5px;
    }
}

.developers-intro .mega-tile-strip__inner .mega-tile:hover h2 {
    text-decoration: underline;
}

.developers-intro .mega-tile-strip__inner .mega-tile .mega-tile-link {
    height: 100%;
    justify-content: center;
    padding: 0 1rem;
}

.developers-intro .mega-tile-strip__inner .mega-tile .download-icon img {
    height: 45px;
}

@media (max-width: 437.98px) {
    .developers-intro .mega-tile-strip__inner .mega-tile .download-icon img {
        height: 30px;
    }
}

.developers-intro .mega-tile-strip__inner .mega-tile .mega-tile-link img {
    width: 3rem;
}

@media (max-width: 437.98px) {
    .developers-intro .mega-tile-strip__inner .mega-tile .mega-tile-link img {
        width: 2rem;
    }
}

.developers-intro .mega-tile-strip__inner .mega-tile .mega-tile-link h2 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.5rem;
}

@media (max-width: 575.98px) {
    .developers-intro .mega-tile-strip__inner .mega-tile .mega-tile-link h2 {
        font-size: 1.15rem;
    }
}

@media (max-width: 437.98px) {
    .developers-intro .mega-tile-strip__inner .mega-tile .mega-tile-link h2 {
        font-size: 0.8rem;
    }
}


/*Developers Intro Icon Strip*/
.developers-intro .icon-tile-strip {
    background: none;
    padding: 0;
}

@media (min-width: 992px) {
    .developers-intro .icon-tile-strip {
        text-align: left;
    }
}

.developers-intro .icon-tile-strip .icon-tile-strip__inner {
    padding: 0;
}

.developers-intro .icon-tile-strip .icon-tile-strip__inner .icon-tile + .icon-tile {
    margin-left: 0.625rem;
}

/*Developers Intro Quick Upload*/

.developers-intro .pwc-text-box { /*Temporary Style until live*/
    margin-top: 3rem;
}

@media (max-width: 767.98px) {
    .developers-intro .pwc-campaign-form {
        display: none;
    }
}

.developers .developers-intro #form_email_7882 .sq-form-question-file-upload:nth-of-type(2):before {
    content: "Upload document *";
    display: block;
    font-size: 1.125rem;
    color: #2a3c6e;
    margin-bottom: 0.5rem;
}

.developers-intro .pwc-campaign-form .sq-form-question:nth-child(10), .developers-intro .pwc-campaign-form .sq-form-question:nth-child(11), .developers-intro .pwc-campaign-form .sq-form-question:nth-child(13), .developers-intro .sq-form-question-file-upload:not(:nth-of-type(2)) {
    display: none;
}

.developers-intro .pwc-campaign-form {
    padding: 3rem 1.5rem;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

@media (max-width: 991.98px) {
    .developers-intro .pwc-campaign-form {
        padding: 1.5rem 0.75rem;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        margin: 0 auto;
        margin-top: 4rem;
        width: 80%;
    }
}

.developers-intro .pwc-campaign-form form {
    margin-bottom: 0;
}

.developers-intro .pwc-campaign-form h2 {
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
}

.developers-intro .pwc-campaign-form .upload-icon {
    display: inline-block;
    padding: 0 20px;
}

.developers-intro .pwc-campaign-form .sq-form-required-field-note, 
.developers-intro .pwc-campaign-form .sq-form-section-title {
    display: none;
}

.developers-intro .pwc-campaign-form .sq-form-question-numeric,
.developers-intro .pwc-campaign-form .sq-form-question-select {
    width: 48%;
    display: inline-block;
}

.developers-intro .pwc-campaign-form .sq-form-question-numeric {
    margin-right: 2%;
}

.developers-intro .pwc-campaign-form .sq-form-question-select select {
    padding: 0.375rem 0.75rem;
}

/*Developers Intro Download Centre*/
@media (max-width: 767.98px) {
    .developers-intro .download-centre {
        display: none;
    }
}

.developers-intro .download-centre {
    position: relative;
    margin-top: 10rem;
}

@media (min-width: 1350px) {
    .developers-intro .download-centre {
        margin-top: 5rem;
    }
}

@media (max-width: 991.98px) {
    .developers-intro .download-centre {
        margin: 0 auto;
        margin-top: 6rem;
        width: 80%;
    }
}

.developers-intro .download-centre .download-icon {
    display: inline-block;
}

.developers-intro .download-centre .download-icon img {
    height: 45px;
}

.developers-intro .download-centre h2 {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    margin-bottom: 0;
}

.developers-intro .download-centre form {
    padding: 1rem 0 0 0;
}

.developers-intro .download-centre fieldset {
    border-bottom: 3px solid rgba(42, 60, 110, 0.8);
}

.developers-intro .download-centre label {
    margin: 0 0 10px 0;
    font-size: 1rem;
    font-weight: 500;
    display: block;
}

.developers-intro .download-centre input[type="text"] {
    background: none;
    border: none;
    padding: 5px;
    width: 95%;
    margin: 0 0 5px 0;
    outline: none;
}

.developers-intro .download-centre .input-holder {
    display: inline-block;
    width: 90%;
}

@media (max-width: 1359.98px) {
    .developers-intro .download-centre .input-holder {
        width: 85%;
    }
}

.developers-intro .download-centre button {
    width: 20px;
    bottom: 0;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .developers-intro .download-centre button {
        left: 45px;
    }
}

@media (min-width: 992px) {
    .developers-intro .download-centre button {
        left: 20px;
    }
}

.developers-intro .download-centre button svg {
    fill: currentColor;
    height: 21px;
}

/*Developers Intro Link List */
@media (max-width: 767.98px) {
    .developers-intro .link-list {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .developers-intro .link-list {
        width: 80%;
        margin: 0 auto;
        margin-top: 3rem;
    }
}

@media (min-width: 992px) and (max-width: 1349.98px) {
    .developers-intro .link-list {
        margin-top: 5rem;
    }
}

.developers-intro .link-list .list--type-links {
    max-width: inherit;
    margin-bottom: 0;
}

/*Developers Intro Related Page Tiles*/
.related-page-tiles .paragraph--type-intro {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3rem;
    max-width: 80%;
}

@media (max-width: 991.98px) {
    .related-page-tiles .paragraph--type-intro {
        max-width: 100%;
    }
}

/*Upload Centre Page*/
.developers.standard form {
    padding: 0;
    width: 40%;
}

@media (max-width: 991.98px) {
    .developers.standard form {
        width: 70%;
    }
}

@media (max-width: 767.98px) {
    .developers.standard form {
        width: 100%;
    }
}

.developers.standard form .sq-form-required-field-note, .developers.standard form .sq-form-section-title {
    display: none;
}

/*Related Content Columns*/
.related-pages__columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Styling based on number of columns selected*/
.related-pages__columns > div:first-child:nth-last-child(1) {
    flex: 0 100%;
}

@media (min-width: 768px) {
    .related-pages__columns > div:first-child:nth-last-child(2),
    .related-pages__columns > div:first-child:nth-last-child(2) ~ div {
        flex: 0 45%;
    }
}

@media (max-width: 767.98px) {
    .related-pages__columns > div:first-child:nth-last-child(2),
    .related-pages__columns > div:first-child:nth-last-child(2) ~ div {
        flex: 0 100%;
    }
}

@media (min-width: 1350px) {
    .related-pages__columns > div:first-child:nth-last-child(3),
    .related-pages__columns > div:first-child:nth-last-child(3) ~ div {
        flex: 0 30%;
    }
}

@media (max-width: 1349.98px) {
    .related-pages__columns > div:first-child:nth-last-child(3),
    .related-pages__columns > div:first-child:nth-last-child(3) ~ div {
        flex: 0 45%;
    }
}

@media (max-width: 767.98px) {
    .related-pages__columns > div:first-child:nth-last-child(3),
    .related-pages__columns > div:first-child:nth-last-child(3) ~ div {
        flex: 0 100%;
    }
}

/*Download Centre Page*/
.developers .search-query__theme-purple:after {
    background: #534368;
}

.developers .search-query__wrapper .search-query__submit {
    background: #534368;
}
.developers .search-query__wrapper .search-query__submit:hover {
    background-color: #3A2A4F;
}

/* hides filter by volume category until standard drawings is selected */
/*.developers .search-facets__item[data-facet-index="2"] {*/
/*    display: none;*/
/*}*/

.developers .facet__item[data-filter*="sdVolumeNumber"] {
    padding-left: 2rem;
}

.developers .facet__item[data-filter*="sdSectionNumber"] {
    padding-left: 4rem;
}

.developers .facet__item[data-filter*="sdSectionCategory"] {
    padding-left: 6rem;
}

.developers .search-results__item-subtype {
    font-size: 12px;
}

.developers .search-results__item-supply-type {
    color: #6e6e6e;
    display: inline-block;
    padding: 0;
    padding-right: 10px;
    font-size: 0.6875rem;
    font-weight: 500;
    text-transform: uppercase;
}

.developers .search-results__type-download .search-results__item-collection {
    padding: 0 10px 0 25px;
}

.developers .search-results__item-date {
    padding-left: 0;
    padding-right: 10px;
}


/*Essential Guides Page*/
.guide .main__content, .guide .related-pages__content {
    margin: 0 auto;
}

.guide .button-holder {
    margin-bottom: 2rem;
}

.guide .card-subheading {
    text-transform: uppercase;
    font-weight: 700;
    color: #2a3c6e;
    margin-bottom: 0;
}

/* Custom Radio Inputs in Developer Download Centre */
input[type="radio"].facet__input + label:before {
    border: 1px solid #c7c7c7;
    height: 1.375rem;
    top: -1px;
    left: 0;
    width: 1.375rem;
    border-radius: 50%;
    background: #f9fafa;
}

input[type="radio"].facet__input {
    opacity: 0;
    position: absolute;
}

input[type="radio"].facet__input + label:before,
input[type="radio"].facet__input + label:after,
input[type="radio"]:checked.facet__input + label:after {
    content: ' ';
    position: absolute;
}

input[type="radio"]:checked.facet__input ~ label:after {
    background-color: white;
    border-radius: 50%;
    height: 0.625rem;
    left: 0.375rem;
    top: 0.3125rem;
    width: 0.625rem;
}

.search-facets__list .facet__item input[type="radio"]:not(:checked) ~ label:hover::after {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    background-color: #c7c7c7;
    border-radius: 50%;
    height: 0.625rem;
    left: 0.375rem;
    top: 0.3125rem;
    width: 0.625rem;
}

input[type="radio"]:checked.facet__input + label:before{
    background: #2a3c6e;
    border: 1px solid #191919;
}
/* Payment Page Form */
#pwc-payment-form {
    padding: 0;
}


/* Hide HTML5 Up and Down arrows. */
#pwc-payment-form input[type="number"]::-webkit-outer-spin-button,
#pwc-payment-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
#pwc-payment-form input[type="number"] {
    -moz-appearance: textfield;
}
#EPS_EXPIRYMONTH {
    width: 100px;
    margin-right: 0.5rem;
}

#EPS_EXPIRYYEAR {
    width: 120px;
}

#EPS_REFERENCEID,
#EPS_CARDNUMBER {
    width: 280px;
}

#dollars,
#cents {
    display: inline-block;
}

label[for=amount] ~ .sq-form-question-answer strong {
    color: #2a3c6e;
}

#dollars {
    width: 100px;
}

#cents {
    width: 80px;
}
#EPS_CARDNUMBER {
    display: inline-block;
    margin-right: 30px;
}
@media (max-width: 520px) {
    .cc-logos {    
        display: none;
    }
}
@media (min-width: 521px) {
    .cc-logos {
        display: inline-block;
    }
}
.cc-logos img:first-child {
    margin-right: 10px;
}
#EPS_CCV {
    width: 90px;
}

#dollars-error, #cents-error, #ccexp-error {
    font-size: 1.125rem;
    color: #2a3c6e;
    margin-right: 12.5px !important;
}

.cc-expiry__wrapper span {
    display: none;
}


/* Payment Page Redirect */
#payment-result__logo {
    display: none;
    margin-bottom: 1rem;
}

#payment-result__logo svg {
    height: 34px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

#payment-result__logo svg .svg-fill-alternate {
    fill: #6e7d28;
}

.payment-wrapper {
    display: none;
}

.payment-wrapper .button-holder {
    display: flex;
}

.payment-wrapper .button-wrapper--error .button-holder {
    justify-content: center;
}

@media (max-width: 391.98px) {
    .payment-wrapper .button-wrapper--success .button-holder {
        flex-flow: column nowrap;
    }
}

@media (min-width: 392px) {
    .payment-wrapper .button-wrapper--success .button-holder {
        flex-flow: row wrap;
    }
}

@media (max-width: 767.98px) {
    .payment-wrapper .button-wrapper--success .button-holder {
        justify-content: center;
    }
}

@media (max-width: 391.98px) {
    .payment-wrapper .button-wrapper--success .button-holder a:first-child {
        order: 3;
    }
    
    .payment-wrapper .button-wrapper--success .button-holder a:nth-child(2) {
        order: 2;
        margin-bottom: 0.5rem;
    }
    
    .payment-wrapper .button-wrapper--success .button-holder button {
        order: 1;
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 392px) and (max-width: 767.98px) {
    .payment-wrapper .button-wrapper--success .button-holder a:first-child {
        order: 2;
    }
    
    .payment-wrapper .button-wrapper--success .button-holder a:nth-child(2) {
        order: 3;
        margin-left: 0.5rem;
    }
    
    .payment-wrapper .button-wrapper--success .button-holder button {
        order: 1;
        margin-left: 24%;
        margin-right: 24%;
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 768px) {
    .payment-wrapper .button-wrapper--success .button-holder a:first-child {
        margin-right: auto;
    }
    
    .payment-wrapper .button-wrapper--success .button-holder button {
        margin-left: 0.5rem;
    }
}

@media (min-width: 768px) {
    .payment-wrapper .button-wrapper--success {
        margin: 0 auto;
        max-width: 600px;
    }
}

.payment-wrapper .button-wrapper--success hr {
    margin-bottom: 10px;
}

.payment-heading {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.payment-heading .payment-image {
    margin-bottom: 1rem;
}

@media (min-width: 392px) {
    .payment-heading {
        flex-flow: row nowrap;
    }
    
    .payment-heading .payment-image {
        margin-right: 1rem;
        margin-bottom: 0;
    }
}

.payment-heading .payment-image img {
    border: 0;
    display: block;
}

.payment-title {
    font-weight: 400;
}

.payment-table .payment-cell:nth-child(odd) {
    font-weight: bold;
}

@media (max-width: 391.98px) {
    .payment-table {
        display: block;
        
    }
    
    .payment-table .payment-cell {
        padding: 0.5rem 0;
    }
    
    .payment-wrapper .payment-abn {
        margin-bottom: 0;
        margin-top: 0.5rem;
    }
}

@media (min-width: 392px) {
    .payment-table {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0 0 2em 0;
        max-width: 550px;
    }
    
    .payment-table .payment-cell {
        box-sizing: border-box;
        flex-grow: 1;
        width: 100%;
        padding: 0.8em 1.2em;
        overflow: hidden;
        list-style: none;
    }
    
    .payment-table > .payment-cell {
        width: 50%;
    }
    
    .payment-abn {
        text-align: center;
        margin-bottom: 2rem;
    }
}

.payment--decline,
.payment--success{
    font-weight: bold;
    text-align: center;
    margin: 0 0 2em 0;
}

@media print {
    
    .pwc-banner, .pwc-payment__progress, .progress__item, .payment-image, .button-wrapper {
        display: none !important;
    }
    
}

/*Payment confirmation page*/
.pwc-payment-form__confirmation input.sq-form-field,
.pwc-payment-form__confirmation select.sq-form-field {
    border: none !important;
    padding: 0 !important;
}

.pwc-payment-form__confirmation em,
.pwc-payment-form__confirmation abbr,
.pwc-payment-form__confirmation option,
.pwc-payment-form__confirmation .sq-form-question-answer #dollars,
.pwc-payment-form__confirmation .sq-form-question-answer #cents, 
.pwc-payment-form__confirmation .sq-form-question-answer strong,
.pwc-payment-form__confirmation #payment-confirmation,
.pwc-payment-form__confirmation .cc-logos {
    display: none;
}

.pwc-payment-form__confirmation .cc-expiry__wrapper span {
    display: inline-block;
}

.pwc-payment-form__confirmation fieldset {
    pointer-events: none;
}

.pwc-payment-form__confirmation .sq-form-question.sq-form-question-select .sq-form-field {
    background-image: none;
}

.pwc-payment-form__confirmation .amount-value {
    color: #495057;
}

.pwc-payment-form__confirmation .amount-value strong {
    display: inline-block !important;
    color: #2a3c6e;
}

.pwc-payment-form__confirmation .amount-value strong:first-child {
    padding-right: 3px;
}

.pwc-payment-form__confirmation .amount-value strong:last-child {
    padding: 0 3px;
}

.pwc-payment-form__confirmation #EPS_EXPIRYMONTH {
    width: 30px;
    margin-right: -10px;
}

.pwc-payment-form__confirmation #EPS_EXPIRYYEAR {
    width: 60px;
    margin-right: 0;
}

.pwc-payment__progress {
    margin-bottom: 3rem;
}

@media (min-width: 550px) {
    .pwc-payment__progress {
        display: flex;
        justify-content: space-between;
    }
}

.pwc-payment__progress .progress__item {
    position: relative;
    flex: 1;
    font-weight: bold;
    color: #2a3c6e;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.pwc-payment__progress .tick__item:before {
    top: 13px;
}

.pwc-payment__progress .progress__item:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}

@media (min-width: 550px) {
    .pwc-payment__progress .progress__item {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .pwc-payment__progress .tick__item:before {
        top: 6px;
    }
    
    .pwc-payment__progress .progress__item:after {
        bottom: -20px;
        height: 5px;
    }
}

.pwc-payment__progress .progress__item--complete {
    color: #00AC9A;
}

.pwc-payment__progress .progress__item--active:after,
.pwc-payment__progress .progress__item--complete:after {
    background-color: #2a3c6e;
}
/* Custom Form Styling Overrides */
@media (max-width: 767.98px) {
    form .sq-form-question-datetime .sq-form-question-answer {
        display: flex;
        flex-flow: column nowrap;
    }
    
    form .sq-form-question-datetime .sq-form-question-answer select {
        width: 150px;
        margin-bottom: 1rem;
        margin-right: 0;
    }
}

.sq-form-question-select .sq-form-field.sq-form-error,
.sq-form-question-datetime .sq-form-field.sq-form-error {
    border: 4px solid #ef7d17 !important;
}

form input[name*="_clear"] {
    display: none;
}

input[type="checkbox"]:focus.sq-form-field + label:before,
input[type="radio"]:focus.sq-form-field + label:before {
    outline: none;
}

.sq-form-question-datetime label.alert-danger {
    font-size: 1.125rem;
    color: #2a3c6e;
}

/* data date inputs */
.sq-form-question-text label.alert-danger {
    font-size: 1.125rem;
    color: #2a3c6e;
}

form table {
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

form .confirmation__header {
    border-color: inherit;
}

form .confirmation__cell {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

@media (min-width: 576px) {
    form .confirmation__cell:first-child {
        width: 180px;
    }
    
    /*IE11 text wrapping fix*/
    _:-ms-fullscreen, :root form .confirmation__cell:last-child { 
        max-width: 180px;
    }
    
    /*FF text wrapping fix*/
    @-moz-document url-prefix() {
        form .confirmation__cell:last-child {
            max-width: 180px;
        }
    }
    
    /*Edge Text wrapping fix*/
    @supports (-ms-ime-align:auto) {
        form .confirmation__cell:last-child {
            max-width: 180px;
        }
    }
    
}

@media (max-width: 575.98px) {
    /*IE11 text wrapping fix*/
    _:-ms-fullscreen, :root form table { 
        display: block;
        overflow-x: auto;
    }
    
    /*FF text wrapping fix*/
    @-moz-document url-prefix() {
        form table {
            display: block;
            overflow-x: auto;
        }
    }
    
    /*Edge Text wrapping fix*/
    @supports (-ms-ime-align:auto) {
        form table {
            display: block;
            overflow-x: auto;
        }
    }
    
    form table {
        margin-bottom: 0;
    }
    
    form tr {
        display: flex;
        flex-flow: column nowrap;
        margin-bottom: 1rem;
    }
    
    form tr.confirmation__header:first-child {
        margin-top: 0;
    }
    
    form tr.confirmation__header {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    form .confirmation__cell {
        display: block;
        border: 0;
        height: inherit;
        max-width: 100%;
    }
    
    /*IE11 text wrapping fix*/
    _:-ms-fullscreen, :root form .confirmation__cell:last-child { 
        max-width: 576px;
    }
    
    /*FF text wrapping fix*/
    @-moz-document url-prefix() {
        form .confirmation__cell:last-child {
            max-width: 576px;
        }
    }
    
    /*Edge Text wrapping fix*/
    @supports (-ms-ime-align:auto) {
        form .confirmation__cell:last-child {
            max-width: 576px;
        }
    }
}


/* Banner Fix */
.pwc-banner.pwc-banner__photo {
    background-position: right center;
}

/* iOS Scrolling Fix */
.global-search {
    -webkit-overflow-scrolling: touch;
}

/*** Print specific styling to resolve SpiraTest/119/Incident/8848.aspx ***/

@media print {
    
    @page {
        size: a4;
    }
    
    .outages-module,
    .footer,
    .main__sidebar,
    .header { 
        display: none;   
    }
    
    #page-wrapper {
        padding: 0;
    }
 
    .collapse:not(.show) {
        display: block;
    }

    .pwc-accordion .card .card-header .btn.btn-link[aria-expanded="false"]:after, .pwc-accordion .card .card-header .btn-link.sq-form-submit[aria-expanded="false"]:after, .pwc-accordion .card .card-header .sq-form-question.sq-form-question-file-upload .btn-link.sq-form-question-title[aria-expanded="false"]:after, .sq-form-question.sq-form-question-file-upload .pwc-accordion .card .card-header .btn-link.sq-form-question-title[aria-expanded="false"]:after, .pwc-accordion .card .card-header .btn-link.facets-controls__link[aria-expanded="false"]:after{
            transform: rotate(180deg);
    }
}

/* Global navigation overrides */

@media (min-width: 62em) {
    .navigation-desktop .navigation-desktop__mega-menu {
        -webkit-transition: none; 
        -moz-transition: none;
        transition: none;
    }
    .navigation-desktop .navigation-desktop__mega-menu > li {
        -webkit-transition: none; 
        -moz-transition: none;
        transition: none;
    }
}

/* Style Overrides for Side Nav*/
.sidenav > .sidenav__nav > .sidenav__nav-item:first-child > .sidenav__nav-item-link {
    padding: 0 0 1.125rem 0;
}

.sidenav > .sidenav__nav > .sidenav__nav-item > .sidenav__nav-item-link {
    padding: 1.125rem 0;
}

.sidenav > .sidenav__nav > .sidenav__nav-item > .sidenav__nav-item-link span {
    font-size: 1.125rem;
    font-weight: bold;
    color: #2a3c6e;
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav-item-link {
    font-size: 1rem;
    font-weight: 500;
    color: #2a3c6e;
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav .sidenav__nav-item .sidenav__nav-item-link {
    color: #191919;
    font-weight: inherit;
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav .sidenav__nav-level-5 .sidenav__nav-item .sidenav__nav-item-link:before {
    content: " ";
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
    background-size: 16px;
    background-size: 1rem;
    margin-left: -24px;
    margin-left: -1.5rem;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='gray' d='M2 10h12v1H2zM2 5h1v5H2z'/%3E%3C/svg%3E");
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav-item.has_children .sidenav__nav-item-link {
    padding: 0.5rem 2.5rem 0.5rem 1.25rem;
}

.sidenav .sidenav__nav-item.subs .sidenav-collapse__btn {
    height: 2.5rem;
    width: 2.5rem;
    top: 0;
}

.sidenav .sidenav__nav-item.has_children .sidenav-collapse__btn {
    height: 2.3125rem;
}

.sidenav .sidenav__nav .sidenav__nav .sidenav__nav-item.active > .sidenav__nav-item-link {
    border-left: none;
    font-weight: bold;
}

.sidenav > .sidenav__nav > .sidenav__nav-item > .sidenav__nav > .sidenav__nav-item:last-child {
    padding: 0 0 1.125rem 0;
}

.sidenav__nav-level-5 > li:last-child,
.sidenav__nav-item.has_no_children {
    padding: 0;
}


.collapser {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    font-size: 0;
}

.collapser:before {
    display: block;
    background: #0165b0;
    content: "";
    height: 11px;
    width: 3px;
    bottom: 0;
    left: 5px;
    position: relative;
    -webkit-transform: translateX(3px) rotate(45deg);
    -ms-transform: translateX(3px) rotate(45deg);
    transform: translateX(3px) rotate(45deg);
}

.collapser:after {
    display: block;
    background: #0165b0;
    content: "";
    height: 3px;
    right: 2px;
    position: relative;
    width: 11px;
    -webkit-transform: translateX(-3px) rotate(-135deg);
    -ms-transform: translateX(-3px) rotate(-135deg);
    transform: translateX(-3px) rotate(-135deg);
}

.collapsed .collapser:before {
    display: block;
    background: #0165b0;
    content: "";
    height: 15px;
    width: 3px;
    bottom: 0;
    left: 7px;
    position: relative;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
}

.collapsed .collapser:after {
    display: block;
    background: #0165b0;
    content: "";
    height: 3px;
    right: 2px;
    position: relative;
    width: 15px;
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
}


/*link hover fix*/
ul.list--type-links li a,
ul.list--type-links a:after {
    transition: all linear 200ms;
}

ul.list--type-links li:hover a {
    margin-right: -0.5rem;
}

.navigation-desktop__mega-menu .navigation-desktop__tier-3-item .navigation-desktop__tier-3-link {
    transition: 500ms all ease;
}

.navigation-desktop__mega-menu .navigation-desktop__tier-3-item .navigation-desktop__tier-3-link:hover {
    margin-right: -0.3125rem;
}


/*Tick and Cross CCT*/
.pwc-tick-cross__wrapper .pwc-tick-cross__cross {
    margin-top: 1rem;
}

@media (min-width: 576px) {
    .pwc-tick-cross__wrapper {
        display: flex;
    }
    
    .pwc-tick-cross__wrapper .pwc-tick-cross__cross {
        margin-top: 0;
    }
}

.tick__item,
.cross__item {
    position: relative;
    padding-left: 1.7rem;
}

.pwc-tick-cross__tick,
.pwc-tick-cross__cross {
    flex: 1;
}

.tick__item:before,
.cross__item:before {
    content: '';
    background-size: cover;
    position: absolute;
    top: 6px;
    left: 0;
}

.tick__item:before {
    background-image: url('https://www.powerwater.com.au/__data/assets/file/0020/12557/icon-tick.svg');
    width: 15px;
    height: 15px;
}

.cross__item:before {
    background-image: url('https://www.powerwater.com.au/__data/assets/file/0019/12556/icon-cross.svg');
    width: 12px;
    height: 12px;
}

/*Related page tiles ellipsis fix*/
@media (max-width: 991.98px) {
    .pwc-tagged-content-tiles__title,
    .pwc-tagged-content-tiles__didyouknow .pwc-tagged-content-tiles__paragraph {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/* Select 2 plugin */
form .select2-container {
    max-width: 100% !important;
}

form .select2-container--default .select2-selection--single.select2-container--focus {
    border: 3px solid #00A79A !important;
}

form .select2-container--open .select2-container--default,
form .select2-container--open .select2-selection--single {
    border-color: #00A79A !important;
    border-width: 3px !important;
}
form .select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 44px;
    border: 2px solid #eaeaea;
    border-radius: 0;
    padding: 0.5rem 3.5rem 0.5rem 1rem;
    outline: none;
}
form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
    padding-left: 0;
    padding-right: 0;
}

form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: -.6em;
    top: 1.25em;
    border: 0;
    display: block;
    width: 13px;
    height: 8px;    
    background: url('https://www.powerwater.com.au/__data/assets/git_bridge/0019/739/dist/mysource_files/dropdown-chevron.png');
}


/* date picker plugin */
.date-picker:before, .date-picker:after {
    display: none;
}
.date-picker .date-picker-day-header, .date-picker .month-display, .date-picker .year-display {
    text-shadow: none ;
}
.date-picker .month-display, .date-picker .year-display {
    color: #2A3C6E;
    text-transform: none;
}
.date-picker .date-picker-day-header {
    text-transform: none;
    font-size: 0.9rem
}
.date-picker .today-but {
    font-size: inherit;
    text-transform: none
}
.date-picker .prev-but, .date-picker .next-but {
    font-size: inherit;
}
.date-picker .date-picker-day-header {
    padding: 0.4rem 0;
}
.sq-form input[data-date] {
    width: auto ;
    display: inline-block;
}
.date-picker table td, .date-picker tbody table th {
    width: 2rem;
    height: 2rem;
    background: #fff;
    border-radius: 0;
    height: auto;
    padding: 0.5rem;
}
.date-picker table, .date-picker td, .date-picker tbody th, .date-picker .day-disabled, .date-picker .date-picker-hover.day-disabled, .date-picker .date-picker-unused, .date-picker .month-out {
    background-image: none;
}

.date-picker table {
    border: 2px solid #2A3C6E;
    border-radius: 0;
    box-shadow: 0;
}

.date-picker .date-picker-hover, .date-picker .month-out.date-picker-hover {

    cursor: pointer;
    color: #fff;
    text-shadow: 0;
    box-shadow: 0;
    background: #2A3C6E;
    border-color: #2A3C6E;
}

.date-picker th {
    background: #fff;
    height: auto;
}

.date-picker-control:link, .date-picker-control:visited {
    background-position: 0 0;
    background-size: 24px 24px;
    height: 24px;
    width: 25px;
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 512 512' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m452 40h-24v-40h-40v40h-264v-40h-40v40h-24c-33.084 0-60 26.916-60 60v352c0 33.084 26.916 60 60 60h392c33.084 0 60-26.916 60-60v-352c0-33.084-26.916-60-60-60zm20 412c0 11.028-8.972 20-20 20h-392c-11.028 0-20-8.972-20-20v-264h432v264zm0-304h-432v-48c0-11.028 8.972-20 20-20h24v40h40v-40h264v40h40v-40h24c11.028 0 20 8.972 20 20v48z' fill='%232a3c6e'/%3E%3Crect x='76' y='230' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='156' y='230' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='236' y='230' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='316' y='230' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='396' y='230' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='76' y='310' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='156' y='310' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='236' y='310' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='316' y='310' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='76' y='390' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='156' y='390' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='236' y='390' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='316' y='390' width='40' height='40' fill='%232a3c6e'/%3E%3Crect x='396' y='310' width='40' height='40' fill='%232a3c6e'/%3E%3C/svg%3E%0A");  
}
.date-picker-button-active span, .date-picker-control:focus span, .date-picker-control:hover span, .date-picker-control:active span {
    box-shadow: none;
}
.date-picker-control span {
    width: 24px;
    height: 24px;
}

.outages-module--type-bar.outages-module--is-active .outages__toggle-bar-state-btn-text--action {
    margin-top: 0px;
}

/** Mobile menu overrides **/
.navigation-mobile .navigation-mobile__tier-3 .navigation-mobile__item.active a.navigation-mobile__link {
    font-weight: normal;
    font-size: 0.875rem;
}

ul.navigation-mobile__tier-4.active {
    background-color: #cccccc;
}

.navigation-mobile .navigation-mobile__tier-4 .navigation-mobile__toggler{
    top: 6px;
}


@media (min-width: 62em){
.pwc-banner.pwc-banner__campaign {
    min-height: 350px;
}
}

.pwc-banner.pwc-banner__photo.pwc-banner__campaign {
    background-position: center center;
}
/*** Temporary fix for Banners ***/
.pwc-banner{
    max-width: 2200px;
    margin: 0px auto;
}

.call-out-box a{
    color: #ffffff;
    text-decoration: underline;
}

.call-out-box a:hover{
    color: #ffffff;
    text-decoration: none;
}
