﻿.clearfix, .card__action {
    zoom: 1;
}

    .clearfix:before, .clearfix:after, .card__action:before, .card__action:after {
        content: '';
        display: table;
    }

    .clearfix:after, .card__action:after {
        clear: both;
    }

body {
    font-family: 'Lato',Helvetica,Arial,sans-serif;
    font-size: 16px;
    background: #eaeaea;
    color: #565656;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

hr {
    border-top: 1px solid #dfdfdf;
}

h1 {
    font-size: 1.4em;
    margin-top: 0;
    font-weight: 900;
}

h2 {
    font-size: 1.4em;
    font-weight: 400;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}

h3 {
    font-size: 1.2em;
    font-weight: 700;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}

h4 {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

small {
    font-size: .7em;
}

@media(min-width:768px) {
    h1, h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.4em;
    }
}

.agreement-page__producer-logo {
    display: block;
    max-width: 200px;
    max-height: 100px;
    margin: 0 auto;
}

.agreement-page__hero-action {
    letter-spacing: 1px;
    color: #fff;
    border-radius: 2px;
    background-color: #178471;
    text-transform: uppercase;
    border: 1px solid #178471;
    padding: 10px;
    font-size: .8em;
    width: 100%;
}

    .agreement-page__hero-action:hover {
        background: #286090;
        border-color: #204d74;
        color: #fff;
    }

.dashboard-page {
    margin-top: 50px;
}

.dashboard-page__content-wrapper {
    padding: 5px 15px;
}

.dashboard-page__card {
    margin-top: 20px;
}

    .dashboard-page__card table th, .dashboard-page__card table td {
        text-transform: none;
        letter-spacing: 0;
        font-size: 15px;
        padding: 10px 12px;
    }

    .dashboard-page__card table th {
        vertical-align: bottom;
    }

    .dashboard-page__card table td {
        vertical-align: top;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

        .dashboard-page__card table td.right {
            text-align: right;
        }

.dashboard-page__card-header-action {
    letter-spacing: 2px;
    color: #178471;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #178471;
    font-weight: 700;
    border-radius: 2px;
    padding: 20px;
    float: right;
    padding: 5px 10px;
    margin-top: -5px;
}

    .dashboard-page__card-header-action:hover {
        background: #286090;
        border-color: #204d74;
        color: #fff;
    }

.dashboard-page__actions {
    margin-top: 30px;
}

@media(min-width:992px) {
    .dashboard-page {
        margin-top: 0;
        margin-left: 95px;
    }

    .dashboard-page__content-wrapper {
        padding: 20px 40px;
    }
}

@media(min-width:1200px) {
    .dashboard-page {
        margin-left: 250px;
    }
}

.addresslength {
    width: 153% !important
}

@media(max-width:519px) {
    .addresslength {
        width: 100% !important;
    }
}

.journey__header {
    margin-bottom: 30px;
}

.journey__header-logo {
    display: block;
    margin-top: 10px;
    height: 40px;
}

.journey__subheader {
    margin-bottom: 30px;
}

.journey__input {
    margin-bottom: 10px;
}

.journey__form-group {
    margin-bottom: 20px;
}

.journey__info-text {
    margin-bottom: 20px;
}

.journey__pdf-container {
    margin-bottom: 20px;
}

.journey__document-list {
    margin-bottom: 20px;
}

.journey__action-buttons {
    margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom:-25px;
}

.findmyagreement__radiobuttion {
    padding: 20px;
    margin-top: 20px;
    border: 2px solid #178471;
    font-weight: 700;
}

    .findmyagreement__radiobuttion:hover {
        background: #286090;
        border-color: #204d74;
        color: #fff;
    }

    .findmyagreement__radiobuttion:hover {
        background-color: #178471;
        color: #fff;
        border: 2px solid #178471;
    }

    .journey__cobranded-btn-secondary {
    letter-spacing: 2px;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 20px;
    margin-top: 20px;
    color: #178471;
    border: 2px solid #178471;
    font-weight: 700;
}

.journey__cobranded-btn-bacssecondary {
    background-color: transparent;
    border-radius: 1px;
    padding: 20px;
    margin-top: 20px;
    border: 2px solid #178471;
    font-weight: 700;
}

 .radiobtn__label
 {
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ddd;
    margin-left: -40px;
    position: absolute;
    margin-top: -3px;
}

.journey__cobranded-btn-secondary:hover {
    background: #286090;
    border-color: #204d74;
    color: #fff;
}

    .journey__cobranded-btn-secondary:hover {
        background-color: #178471;
        color: #fff;
        border: 2px solid #178471;
    }

.journey__cobranded-btn-primary {
    letter-spacing: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    border: 1px solid #178471;
    padding: 20px;
    margin-top: 20px;
    background-color: #178471;
    color: #fff;
    border: 2px solid #178471;
    font-weight: 700;
}

    .journey__cobranded-btn-primary:hover {
        color: #fff;
    }

@media(min-width:768px) {
    .journey__header-logo {
        display: inline-block;
        float: right;
        height: 40px;
        margin-top: -5px;
    }
}

#accordion .panel {
    background-color: transparent;
}

.regulatory-text__return-button {
    font-size: 1em;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

.small-journey {
    padding-top: 40px;
}

.alert--danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.breadcrumbs {
    display: none;
    text-align: center;
    margin: 1px 1px;
}

.breadcrumbs__bg {
    background: #e5e5e5;
    margin-bottom: 20px;
}

.breadcrumbs__items {
    list-style: none;
    display: inline-table;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
}

.breadcrumbs__item {
    display: block;
    float: left;
    height: 80px;
    width: 175px;
    background: #fff;
    position: relative;
    margin: 0 2px 0 0;
    font-weight: 300;
    padding: 0 38px 0 48px;
    text-align: left;
    line-height: 75px;
}

    .breadcrumbs__item:after {
        content: '';
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 15px solid #fff;
        position: absolute;
        right: -15px;
        top: 0;
        z-index: 1;
    }

    .breadcrumbs__item:before {
        content: '';
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 15px solid #e5e5e5;
        position: absolute;
        left: 0;
        top: 0;
    }

.breadcrumbs__item__text {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.breadcrumbs__item__icon {
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 1.3em;
}

.breadcrumbs__item--selected {
    background: #178471;
    color: #fff;
}

    .breadcrumbs__item--selected:after {
        content: '';
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 15px solid #178471;
        position: absolute;
        right: -15px;
        top: 0;
        z-index: 1;
    }

.breadcrumbs__item--completed {
    background: #d8d8d8;
}

    .breadcrumbs__item--completed:after {
        content: '';
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 15px solid #d8d8d8;
        position: absolute;
        right: -15px;
        top: 0;
        z-index: 1;
    }

@media(min-width:992px) {
    .breadcrumbs {
        display: block;
    }

    .breadcrumbs__item {
        width: 190px;
    }
}

@media(min-width:1200px) {
    .breadcrumbs__item {
        width: 210px;
    }
}

.btn-primary {
    letter-spacing: 2px;
    border-radius: 2px;
    color: #fff;
    background-color: #178471;
    text-transform: uppercase;
    border: 1px solid #178471;
    padding: 20px;
}

.btn-secondary {
    letter-spacing: 2px;
    color: #178471;
    background-color: transparent;
    text-transform: uppercase;
    border: 2px solid #178471;
    font-weight: 700;
    border-radius: 2px;
    padding: 20px;
}

    .btn-secondary:hover {
        background: #286090;
        border-color: #204d74;
        color: #fff;
    }

.btn-action {
    letter-spacing: 1px;
    color: #fff;
    border-radius: 2px;
    background-color: #178471;
    text-transform: uppercase;
    border: 1px solid #178471;
    padding: 10px;
    font-size: .8em;
}

    .btn-action:hover {
        background: #286090;
        border-color: #204d74;
        color: #fff;
    }

@media(max-width:768px) {
    .btn-action {
        margin-top: 15px;
    }
}

.card {
    padding-top: 0;
    box-shadow: 0 1px 2px #aaa;
    background: #f8f7f5;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
}

.card__wrapper {
    padding-top: 20px;
}

.card__header {
    background: #fff;
    padding: 20px;
    border: 0;
    margin: 0;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.1;
}

.card__content {
    padding: 20px;
    table-layout: fixed;
}

    .card__content h4 {
        margin: 15px 0 15px 0;
    }

.card__action {
    background: #fff;
    padding: 20px;
}

.card__action--full-width {
    padding: 0;
}

.card__primary-action {
    float: right;
}

.card__primary-action--full-width {
    width: 100%;
    float: none;
    border-radius: 0;
}

@media(min-width:768px) {
    .card__wrapper {
        padding-top: 40px;
    }
}

.checkbox {
    opacity: 0;
    position: absolute;
    margin: 10px 5px;
    cursor: pointer;
}

.checkbox__label {
    position: relative;
    padding-left: 35px;
    margin: 10px 5px;
    cursor: pointer;
}

    .checkbox__label:before {
        content: '';
        background: #fff;
        display: inline-block;
        width: 30px;
        height: 30px;
        padding: 2px;
        margin-right: 10px;
        text-align: center;
        border-radius: 5px;
        border: 2px solid #178471;
        margin-left: -40px;
        position: absolute;
        top: -3px;
    }

.checkbox:checked ~ .checkbox__label:before {
    content: '';
    font-family: 'FontAwesome';
    font-weight: 200;
    color: #555;
    font-style: italic;
    text-indent: -2px;
}

.checkbox ~ .field-validation-error, .checkbox__validation-error {
    display: block;
    margin-bottom: 15px;
    font-size: .8em;
    font-weight: 600;
    color: #ff6938;
    padding-left: 40px;
    margin-top: -10px;
}

html[data-useragent*='MSIE 10.0'] .checkbox:checked ~ .checkbox__label:before, html[data-useragent*='rv:11.0'] .checkbox:checked ~ .checkbox__label:before {
    content: 'X';
    font-family: 'Arial';
    font-weight: bold;
    color: #555;
    font-style: normal;
    text-indent: 0;
}

.cookie-message {
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 85px 5px 20px;
    background: #178471;
    opacity: .7;
    color: #fff;
    z-index: 2000;
    font-size: .9em;
    display: none;
}

    .cookie-message a {
        color: #fff;
    }

.cookie-message__close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    color: #fff;
}

[type='date']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

[type='date']::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}

.detail-list__label {
    margin-top: 10px;
}

.detail-list__content {
    font-weight: 800;
    line-height: 1.5em;
    margin-bottom: 8px;
}

.form-group select {
    border-radius: 0;
    text-indent: 1px;
    text-overflow: '';
    background: #fff url('/Content/images/chev-down.png') no-repeat 98%;
    padding-right: 10px;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

    .form-group select::-ms-expand {
        display: none;
    }

.footer {
    border-top: 1px solid #dfdfdf;
    margin-top: 40px;
    padding: 25px 15px;
}

.footer__items {
    margin-left: -10px;
    padding: 0;
}

.footer__item {
    display: block;
    padding: 0 10px 0 10px;
    list-style: none;
    text-align: center;
}

    .footer__item a {
        color: #178471;
        text-decoration: none;
    }

        .footer__item a:hover {
            text-decoration: none;
        }

    .footer__item:last-child {
        border-right: 0;
        padding-right: 0;
    }

.footer__social-icons {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    text-align: center;
}

.footer__social-icon {
    border-right: 1px solid #dfdfdf;
    display: inline-block;
    padding: 0 5px;
}

    .footer__social-icon:last-child {
        border-right: 0;
    }

    .footer__social-icon .fa {
        color: #178471;
    }

    .footer__social-icon .fa-facebook:hover {
        color: #355089;
    }

    .footer__social-icon .fa-instagram:hover {
        color: #344968;
    }

    .footer__social-icon .fa-twitter:hover {
        color: #1da1f2;
    }

    .footer__social-icon .fa-linkedin:hover {
        color: #006fa6;
    }

.footer__footnote {
    font-size: .8em;
    border-top: 1px solid #dfdfdf;
    clear: both;
    text-align: center;
    margin: 47px -15px 0;
    padding: 20px 0 0 0;
}

@media(min-width:768px) {
    .footer__items {
        float: left;
    }

    .footer__item {
        display: inline-block;
        text-align: left;
        border-right: 1px solid #dfdfdf;
    }

    .footer__social-icons {
        float: right;
    }
}

.pcl-header, .cobranded-header {
    background: #fff;
    padding: 20px 30px;
    height: 68px;
}

.pcl-header__cobrand-logo, .cobranded-header__cobrand-logo, .pcl-header__mpc-logo, .cobranded-header__mpc-logo, .pcl-header__pcl-logo, .cobranded-header__pcl-logo {
    width: 100px;
    height: auto;
}

.pcl-header__mpc-logo, .cobranded-header__mpc-logo {
    margin-top: 10px;
    float: left;
}

.pcl-header__cobrand-logo, .cobranded-header__cobrand-logo {
    margin-top: 1px;
    float: left;
}

.pcl-header__pcl-logo, .cobranded-header__pcl-logo {
    float: right;
}

@media(min-width:768px) {
    .home .pcl-header {
        display: none;
    }

    .home.dashboard-page .pcl-header {
        display: block;
    }

    .pcl-header, .cobranded-header {
        height: 100px;
        padding: 25px 40px;
    }

    .pcl-header__mpc-logo, .cobranded-header__mpc-logo, .pcl-header__cobrand-logo, .cobranded-header__cobrand-logo, .pcl-header__pcl-logo, .cobranded-header__pcl-logo {
        width: 170px;
    }

    .pcl-header__mpc-logo, .cobranded-header__mpc-logo {
        margin-top: 18px;
    }

    .pcl-header__cobrand-logo, .cobranded-header__cobrand-logo {
        margin-top: 2px;
    }
}

.hero-image {
    display: none;
}

.hero-image__wrapper {
    padding: 65px 0 65px 0;
}

.hero-image__logo {
    position: absolute;
    width: 170px;
    z-index: 1;
    padding-top: 20px;
}

    .hero-image__logo a {
        margin: 20px;
    }

@media(min-width:768px) {
    .hero-image {
        display: block;
    }
}

.iframe {
    border: 0;
}

.iframe--esign {
    height: 1750px;
    width: 100%;
}

.input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px;
    color: #555;
    border: none;
    border-radius: 2px;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -ms-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.input__embedded-icon {
    position: relative;
}

    .input__embedded-icon > i {
        right: 15px;
        top: 25px;
        position: absolute;
    }

.input.valid, .input--success {
    border-right: 5px solid #69db95;
}

.input-validation-error, .input--error, .input.input-validation-error {
    border-right: 5px solid #ff6938 !important;
}

.input ~ .field-validation-error, .input__validation-error {
    display: block;
    margin-bottom: 15px;
    font-size: .8em;
    font-weight: 600;
    color: #ff6938;
}

    .input ~ .field-validation-valid, .input__validation-error .field-validation-valid {
        display: none;
    }

.confirmEmailError, .confirmPasswordError {
    display: none;
}

.inline-select {
    margin-top: 3px;
}

.modal-backdrop {
    z-index: -1;
}

.nanorep-widget {
    float: left;
    margin-top: 65px;
    width: 100%;
}

.nanorep-widget__powered-by {
    padding-top: 5px;
}

.nanorep-widget__logo {
    margin-top: 5px;
}

.nanorep-widget__general-text {
    margin-top: 20px;
    font-size: 1.1em;
}

.navbar {
    width: 100%;
    height: 50px;
    padding-left: 0;
    background: #293b69;
    border: 1px rgba(255,255,255,.27) solid;
    border-radius: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transition: none;
}

.navbar__navitems {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
}

.navbar__navitem {
    display: inline-block;
    cursor: pointer;
}

.navbar__navitem__badge {
    background-color: #178471;
    display: block;
    position: absolute;
    top: 5px;
    margin-left: 20px;
}

.navbar__navitem > a {
    opacity: .75;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
}

    .navbar__navitem > a > i {
        color: #fff;
        font-size: 1.8em;
    }

.navbar__navitem--active > a, .navbar__navitem:hover > a {
    opacity: 1;
}

.navbar__navitem-description {
    display: none;
}

.navbar__username {
    display: none;
    color: #fff;
    opacity: .9;
    position: absolute;
    bottom: 35px;
    left: 17px;
    font-size: .8em;
    font-weight: 600;
}

@media(min-width:992px) {
    .navbar {
        left: 95px;
        width: 95px;
        height: 100%;
        margin-left: -95px;
    }

    .navbar__navitems {
        display: block;
        top: 0;
        width: 95px;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-top: 30px;
    }

    .navbar__navitem {
        text-indent: 8px;
        line-height: 50px;
        margin: 0;
        width: 100%;
    }

    .navbar__navitem__badge {
        margin-left: 45px;
        margin-top: -45px;
        text-indent: 0;
        top: auto;
    }

    .navbar__navitem > a {
        text-decoration: none;
        color: #fff;
        padding: 0;
    }

        .navbar__navitem > a > i {
            margin-right: 6px;
            font-size: 1.6em;
            vertical-align: middle;
        }

    .navbar__navitem:hover > a, .navbar__navitem--active > a {
        text-decoration: none;
        color: #fff;
        opacity: 1;
    }
}

@media(min-width:1200px) {
    .navbar {
        left: 250px;
        width: 250px;
        margin-left: -250px;
    }

    .navbar__navitems {
        width: 250px;
    }

    .navbar__navitem__badge {
        display: inline-block;
        position: static;
        margin-left: 5px;
        margin-top: 0;
        padding: 3px 10px;
    }

    .navbar__navitem-description {
        display: inline;
    }

    .navbar__username {
        display: block;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        width: 200px;
    }
}

.pdf-container {
    background: #fff;
    height: 600px;
    width: 100%;
    overflow: scroll;
    border: 0;
}

.pdf-container__download {
    margin-bottom: 15px;
    float: right;
}

.radiobutton {
    opacity: 0;
    position: absolute;
    margin: 10px 5px;
    cursor: pointer;
}

.radiobutton__label {
    position: relative;
    padding-left: 35px;
    margin: 10px 5px;
    cursor: pointer;
    font-weight:400;
}

    .radiobutton__label:before {
        content: '';
        background: #fff;
        display: inline-block;
        width: 30px;
        height: 30px;
        padding: 2px;
        margin-right: 10px;
        text-align: center;
        border-radius: 50%;
        border: 2px solid #ddd;
        margin-left: -40px;
        position: absolute;
        top: 21px;
    }

.radio-container {
    display: flex;
    align-items: center; /* Vertically center the items */
}

.radiobutton:checked ~ .radiobutton__label:before {
    content: '';
    font-family: 'FontAwesome';
    font-weight: 200;
    color: #555;
    font-style: italic;
    text-indent: -2px;
    border: 4px solid #178471;
    outline:2px solid white;
}

.radiobutton ~ .field-validation-error, .radiobutton__validation-error {
    display: block;
    margin-bottom: 15px;
    font-size: .8em;
    font-weight: 600;
    color: #ff6938;
    padding-left: 40px;
    margin-top: -10px;
}

.authorisationradiobutton {
    opacity: 0;
    position: absolute;
    margin: 10px 5px;
    cursor: pointer;
}

.authorisationradiobutton__label {
    position: relative;
    padding-left: 35px;
    margin: 10px 5px;
    cursor: pointer;
}

.authorisationradiobutton__label:before {
    content: '';
    background: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #178471;
    margin-left: -40px;
    position: absolute;
    top: -3px;
}


.authorisationradiobutton-container {
    display: flex;
    align-items: center; /* Vertically center the items */
}

.authorisationradiobutton:checked ~ .authorisationradiobutton__label:before {
    content: '';
    font-family: 'FontAwesome';
    font-weight: 200;
    color: #555;
    font-style: italic;
    text-indent: -2px;
}

.authorisationradiobutton ~ .field-validation-error, .authorisationradiobutton__validation-error {
    display: block;
    margin-bottom: 15px;
    font-size: .8em;
    font-weight: 600;
    color: #ff6938;
    padding-left: 40px;
    margin-top: -10px;
}

.registration {
    margin-bottom: 20px;
}

.registration__heading {
    padding: 0;
    margin-top: -15px;
}

.registration__collapse {
    margin-top: 20px;
    padding: 10px;
}

.registration__create-account-btn {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
}

.signpost {
    margin-top: 65px;
}

.signpost__header {
    background: #178471;
    color: #fff;
    padding: 20px;
    font-size: 1.2em;
    text-transform: uppercase;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    text-align: center;
}

    .signpost__header > i {
        display: none;
        margin-top: 3px;
        font-size: 1.3em;
    }

    .signpost__header:after {
        content: '';
        position: absolute;
        margin-top: 20px;
        left: 45%;
        display: block;
        width: 0;
    }

.signpost__title {
    background: #fff;
    padding: 30px;
    text-align: center;
    font-weight: 600;
}

.signpost__body {
    background: #f8f7f5;
    padding: 0 15px;
}

    .signpost__body h3 {
        border: none;
        text-align: center;
    }

.signpost__info-box {
    padding: 20px;
    border-bottom: 1px dashed #dfdfdf;
    border-right: 1px dashed #dfdfdf;
}

    .signpost__info-box:last-of-type {
        border-right: none;
    }

.row:last-of-type .signpost__info-box {
    border-bottom: none;
}

.signpost__info-label {
    text-transform: uppercase;
    font-size: .75em;
}

.signpost__info-label-lg {
    text-align: center;
    font-size: 1em;
}

.signpost__info-label-extra {
    text-transform: uppercase;
    font-size: .75em;
    text-align: right;
    margin: 0;
}

.signpost__info {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.signpost__info-lg {
    font-weight: 900;
    font-size: 2em;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-bottom: 0;
    text-align: center;
}

.signpost__info .text-left {
    text-align: left;
}

.signpost__info-pence {
    position: relative;
    font-size: .6em;
    text-align: center;
    vertical-align: top;
    top: .3em;
    margin-left: 3px;
}

.signpost__info-pence-lg {
    top: .1em;
}

.signpost__footer {
    background: #fff;
    padding: 15px 5px;
}

.signpost__footnote {
    background: #fff;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .signpost__footnote > img {
        margin: 0 auto 10px;
        display: block;
    }

.signpost__footnote-copy {
    text-align: center;
}

.signpost.mobile {
    margin-top: 0;
    margin-bottom: 20px;
}

@media(min-width:1200px) {
    .signpost__header > i {
        display: block;
    }
}

table {
    width: 100%;
    margin: 0;
    padding: 0 0 20px 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

    table thead {
        display: none;
    }

    table td {
        display: block;
        text-align: left;
        border-bottom: 1px dotted #ccc;
    }

        table td:last-child {
            border-bottom: 0;
        }

        table td:before {
            content: attr(data-label);
            display: block;
            font-weight: bold;
        }

        table td .table-label {
            font-weight: bold;
        }

    table tr {
        display: block;
        padding: 5px;
        margin-bottom: 10px;
        border-bottom: 2px solid #ddd;
    }

        table tr:last-child {
            border-bottom: none;
        }

    table th, table td {
        padding: 10px 20px;
        text-align: left;
    }

    table th {
        background: #eaeaea;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #1b2e5f;
    }

@media(min-width:1200px) {
    table thead {
        display: table-header-group;
    }

    table tr {
        display: table-row;
        border-bottom: 1px solid #e6e6e8;
    }

        table tr:last-child td {
            border-bottom: none;
        }

    table td {
        display: table-cell;
    }

        table td:before {
            display: none;
        }
}

@media(max-width:1200px) {
    thead.header {
        display: block;
    }

        thead.header tr {
            display: flex;
            justify-content: space-between;
            background: #eaeaea;
        }

    tr.flexrow {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }

        tr.flexrow td {
            border: none;
        }
}

#pswd_info {
    display: none;
    position: absolute;
    width: 370px;
    padding: 10px 5px 10px 5px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #999;
    border: 1px solid #888;
    margin: 0 auto;
    left: 0;
    right: 0;
}

    #pswd_info h4 {
        margin: 0 0 10px -10px;
        padding: 0;
        font-size: 15px;
    }

    #pswd_info ul {
        margin-bottom: 0;
        margin-left: -10px;
    }

    #pswd_info .invalid {
        background: url(/Content/images/invalid.png) no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #ec3f41;
    }

    #pswd_info .valid {
        background: url(/Content/images/valid.png) no-repeat 0 50%;
        padding-left: 22px;
        line-height: 24px;
        color: #3a7d34;
    }

    #pswd_info::before {
        content: "▲";
        position: absolute;
        top: -12px;
        left: 45%;
        font-size: 14px;
        line-height: 14px;
        color: #888;
        text-shadow: none;
        display: block;
    }

.after-pswd_info {
    -webkit-transition: margin-top .5s;
    transition-property: margin-top;
    transition-duration: .5s;
    transition-timing-function: ease-out;
    transition-delay: 0s;
}

.other-section {
    display: none;
}

.totalError {
    display: none;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.default-total {
    display: none;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.selectIcon {
    overflow: hidden;
}

.centered {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
}

.postcodePicker {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    display: none;
    font-size: 20px;
    padding: 16px;
    z-index: 9999;
    max-width: 100%;
}

.loading {
    bottom: 0;
    display: none;
    height: 2em;
    left: 0;
    margin: auto;
    overflow: visible;
    position: fixed;
    right: 0;
    top: 0;
    width: 2em;
    z-index: 1000;
}

    .loading::before {
        background-color: rgba(0,0,0,.5);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .loading:not(:required) {
        background-color: transparent;
        border: 0 none;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
    }

        .loading:not(:required)::after {
            animation: 1500ms linear 0s normal none infinite running spinner;
            border-radius: .5em;
            box-shadow: 1.5em 0 0 0 rgba(255,255,255,.75),1.1em 1.1em 0 0 rgba(255,255,255,.75),0 1.5em 0 0 rgba(255,255,255,.75),-1.1em 1.1em 0 0 rgba(255,255,255,.75),-1.5em 0 0 0 rgba(255,255,255,.75),-1.1em -1.1em 0 0 rgba(255,255,255,.75),0 -1.5em 0 0 rgba(255,255,255,.75),1.1em -1.1em 0 0 rgba(255,255,255,.75);
            content: "";
            display: block;
            font-size: 10px;
            height: 1em;
            margin-top: -.5em;
            width: 1em;
        }

#toast-container {
    text-align: center;
    vertical-align: middle;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.blanker {
    bottom: 0;
    display: none;
    height: 2em;
    left: 0;
    margin: auto;
    overflow: visible;
    position: fixed;
    right: 0;
    top: 0;
    width: 2em;
    z-index: 1000;
}

    .blanker::before {
        background-color: rgba(0,0,0,.5);
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }

    .blanker:not(:required) {
        background-color: transparent;
        border: 0 none;
        color: transparent;
        font: 0/0 a;
        text-shadow: none;
    }

        .blanker:not(:required)::after {
            border-radius: .5em;
            content: "";
            display: block;
            font-size: 10px;
            height: 1em;
            margin-top: -.5em;
            width: 1em;
        }

.postcodePicker .postCodeList {
    height: 250px;
    max-width: 100%;
    overflow-x: auto;
    width: 600px;
}

.selectIcon select {
    -moz-appearance: none;
}

select.postCodeList {
    height: 44px !important;
    overflow-y: auto;
    visibility: visible !important;
}

select {
    color: #616879;
    font-family: "Lato",sans-serif;
}

select {
    overflow: hidden;
    padding: 0 25px 0 10px !important;
}
