/*===============================================================================================================================*/
/*                                                            RESET.CSS                                                          */
/*===============================================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    position: relative;
    line-height: 1;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 100%;
    font-weight: 300;
    color: #222222;
    background: #180909;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
    margin: 0 0 0 1.5em;
}

ul {
    list-style: disc;
    margin: 0 0 1em 1.5em;
}

    ul + p {
        margin-top: 1em;
    }

ol {
    list-style-type: decimal;
    margin: 0 0 1em 1.5em;
}

    ol.lower-alpha {
        list-style: lower-alpha;
    }

    ol.lower-roman {
        list-style: lower-roman;
    }

li ol.lower-roman {
    margin: .3em 0 .3em 1.5em;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br.max-1025,
br.clearfloat {
    font-size: 1px;
    line-height: 0px;
    margin: 0px;
    clear: both;
    height: 0px;
}

br.max-1025 {
    display: none
}

br.max-phone-p {
    display: none;
}

h1 {
    font-size: 2.8em;
    line-height: 1.3;
    margin: 0 0 0.5em;
}

h2 {
    font-weight: 700;
    font-size: 2.3em;
    line-height: 1.3;
    margin-bottom: 1rem;
    color: #222222;
}

    h2.secondary {
        font-size: 1.9em;
    }

    h2.smaller {
        font-size: 1.7em;
    }

    h2.small {
        font-size: 1.3em;
    }

    h2.no-bottom-margin {
        margin-bottom: 0;
    }

h3 {
    font-weight: 600;
    font-size: 1.4em;
    line-height: 1.3;
    margin-bottom: .5em;
}

    h3.corporate-colour {
        font-size: 2.2em;
        color: #C62127;
    }


/*.form-input-group + h2 {
	margin-top: 30px;
}*/

h4 {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.3;
    margin-bottom: .75em;
}

h5 {
    font-weight: 600;
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: .5em;
}

p, li {
    font-size: 1.1em;
    line-height: 1.3;
}

li {
    margin-bottom: .5em;
}

    li:last-child {
        margin-bottom: 0;
    }

p {
    margin-bottom: 1em;
}

    p.left-align {
        text-align: left;
    }

    p.right-align {
        text-align: right;
    }

    p.smaller {
        font-size: 95%;
    }

    p.larger {
        font-size: 125%;
    }

    p.large {
        font-size: 150%;
    }

    p.footnote {
        font-size: 80%;
    }

    p.highlight {
        font-size: 125%;
        font-weight: 500;
    }

    p.no-bottom-margin {
        margin-bottom: 0;
    }

.form-input-group + p {
    margin-top: 10px;
}

p + .form-input-group,
p + h2,
p + header.form-section-header {
    margin-top: 30px;
}

.corporate-alt2-colour-bg h2,
.corporate-alt2-colour-bg p,
.corporate-colour-bg h2,
.ornage-bg p {
    color: white;
}

a {
    color: #0072ED;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    a.corporate-link {
        color: #00adcd;
    }

    a.white-link {
        color: white;
    }

    a:hover,
    a:focus {
        text-decoration: none;
    }

    a.link {
        display: inline-block;
    }

        a.link span {
            text-decoration: none;
        }

        a.link:hover span,
        a.link:focus span {
            text-decoration: underline;
        }

        a.link:before {
            display: inline-block;
            float: left;
            font-family: "Material-Design-Iconic-Font";
            font-size: 1em;
            color: black;
            margin-right: 5px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            transform: rotate(45deg);
            content: '\f18e';
        }

dl {
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    margin-bottom: 20px;
    padding: 20px;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fafafa;
    padding: 1em;
}

    dl.no-bg {
        border: none;
        margin-bottom: 0;
        padding: 0;
        background: none;
    }

dt {
    font-weight: 600;
    font-size: 1em;
    text-align: right;
    line-height: 1.3;
    float: left;
    clear: left;
    width: 350px;
    color: #666;
}

    dt::after {
        content: ":";
    }

    dt.grouping {
        font-size: 16px;
        width: 100%;
        text-align: left;
        color: #005cb9;
        margin: 1.25em 0 .75em;
        padding: 0 0 .25em;
        border-bottom: 1px solid #d6d6d6;
    }

        dt.grouping:first-of-type {
            margin: 0 0 .75em;
        }


        dt.grouping::after {
            content: "";
        }

dd {
    font-size: 1em;
    line-height: 1.3;
    margin: 0 0 0 350px;
    padding: 0 0 0.5em 20px;
}

    dd:last-of-type {
        padding: 0 0 0 20px;
    }

dt.fee {
    padding: .5em 0;
}

dd.fee {
    font-weight: 600;
    color: red;
    padding: .5em 0 0.5em 20px;
}

    dt.fee.total,
    dd.fee.total {
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
    }

dd.net {
    font-weight: 600;
    color: green;
    padding: .5em 0 0.5em 20px;
}

dt.potential {
    border-top: 3px double #999;
    border-bottom: 1px solid #999;
}

dd.net.total {
    border-top: 3px double #999;
    border-bottom: 1px solid #999;
}

dt.total,
dd.total {
    font-size: 17px;
    margin-top: 1em;
    padding: 5px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

dd.total {
    padding: 5px 0 5px 20px;
}

dd.total {
    font-weight: 600;
    color: green;
}

strong {
    font-weight: 700;
}

div.table {
    display: table;
    width: 100%;
    height: 100%;
}

div.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}

.underline {
    text-decoration: underline
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.centered {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

/* Flexbox */
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.justify-left {
    justify-content: flex-start;
}

.center-align-content {
    align-content: center;
}

.left-align-content {
    align-content: left;
}

.center-align-items {
    align-items: center;
}

.align-items-stretch {
    align-items: stretch;
}

.left-align-items {
    align-items: flex-start;
}
/*===============================================================================================================================*/
/*                                                            WEBSITE.CSS                                                        */
/*===============================================================================================================================*/
.wrapper {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
/* Header ====================================================================================================================== */
.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 64px;
    background: white;
    z-index: 1000;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
    transition: all 250ms ease-in-out;
}

/*.scrolled .header-wrapper {
	background: #252964;
}*/

.logo-wrap {
    float: left;
    width: auto;
}

.sitebranding {
    float: left;
    width: auto;
    height: 50px;
    transition: all 250ms ease-in-out;
}

    .sitebranding img {
        max-height: 50px;
    }

.site-title {
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    float: right;
    width: auto;
    height: 50px;
}

    .site-title p {
        position: relative;
        font-weight: 600;
        color: #222222;
        margin: 0;
    }
/* Navigation ================================================================================================================== */
#navicon {
    display: none;
}

nav.main {
    position: relative;
    float: right;
    height: 58px;
    display: none;
}

    nav.main ul {
        position: relative;
        text-align: right;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
    }

    nav.main li {
        display: inline-block;
        position: relative;
        margin-right: 30px;
    }

        nav.main li:last-child {
            margin-right: 0px;
        }

        nav.main li::after {
            display: block;
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 20px;
            height: 5px;
            background: transparent;
            content: '';
            -webkit-transition: background 250ms ease-in-out;
            -o-transition: background 250ms ease-in-out;
            transition: background 250ms ease-in-out;
        }

        nav.main li.active::after {
            background: #00adcd;
        }

    nav.main a {
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
    }

        nav.main a.selected,
        nav.main a:focus,
        nav.main a:hover {
            text-decoration: none;
            color: #00adcd;
        }


/* Banner ====================================================================================================================== */
.banner-wrapper {
    position: relative;
    width: auto;
    background: url("../images/bkg_banner-wrapper.jpg") center right no-repeat;
    background-size: cover;
    padding-top: 74px;
}

    .banner-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        content: '';
    }

.banner {
    position: relative;
    width: auto;
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
}

.banner-inner {
    position: relative;
    width: auto;
    height: auto;
    padding: 50px 30px;
    text-align: center;
}

    .banner-inner h1,
    .banner-inner h2,
    .banner-inner p {
        color: white;
    }

    .banner-inner h1 {
        display: inline-block;
        position: relative;
        font-weight: 600;
        font-size: 3.5em;
        line-height: 1.1;
        margin-bottom: 20px;
    }

        .banner-inner h1:after {
            content: "";
            height: 3px;
            background-color: rgba(255,255,255,1);
            width: 100%;
            margin-top: 10px;
            border-radius: 3px;
            display: block;
        }
    /*
.banner-inner h1 span {
	display: block;
	font-weight: 400;
	font-size: 60%;
}*/

    .banner-inner h2 {
        font-weight: 600;
        font-size: 1.9em;
        line-height: 1.1;
        margin-top: 0;
        margin-bottom: 15px;
    }

        .banner-inner h2.float-left {
            position: relative;
            top: 7px;
            float: left;
            margin-bottom: 0;
        }

    .banner-inner p {
        font-weight: 400;
        font-size: 1.1em;
        line-height: 1.3;
        margin-bottom: .5em;
    }

.hub-content-block .claim-status {
    margin-bottom: 10px;
    padding: 5px 5px 4px 15px;
    border: 2px solid black;
    border-radius: 4px;
    background: rgba(255,255,255,.05);
}

    .hub-content-block .claim-status h3 {
        position: relative;
        top: 5px;
        margin-bottom: 0px;
    }

a.action {
    display: inline-block;
    float: right;
    font-weight: 500;
    font-size: .95em;
    background-color: #00adcd;
    color: white;
    margin-bottom: 0px;
    padding: 14px 45px 14px 14px;
    border-radius: 3px 3px;
    text-decoration: none;
    background-image: url("../images/ico_next-small.png");
    background-repeat: no-repeat;
    background-position: right;
}

    a.action:hover {
        background-color: #20c6e5;
    }

hr.action {
    margin: 0 0 10px
}

hr.green {
    border: 0;
    height: 2px;
    background: #2e7d32;
}

.banner-inner a {
    font-size: .85em;
    text-transform: uppercase;
}

.offer-timeline-wrapper {
    padding: 10px 30px;
    background: #222222;
}

.offer-timeline {
    max-width: 600px;
    margin: 0 auto;
}

.timeline-column {
    float: left;
    width: 50%;
}

    .timeline-column:nth-child(even) {
        text-align: right;
    }

    .timeline-column p {
        font-weight: 600;
        font-size: 1em;
        text-transform: uppercase;
        margin: 0;
        color: white;
    }

        .timeline-column p:first-child {
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 1px solid white;
        }

        .timeline-column p.days-left {
            font-weight: 700;
            font-size: 3em;
            color: #fff;
            line-height: 1;
            margin-bottom: 0;
        }

ul.no-bullets {
    list-style: none;
    margin: 0;
}

ul.links {
    text-align: center;
    list-style: none;
    margin: 0;
}

    ul.links li {
        display: inline-block;
        float: left;
        width: 33.3333333333%;
        font-size: 0;
        text-align: center;
    }

        ul.links li:first-child {
            text-align: left;
        }

        ul.links li:last-child {
            text-align: right;
        }

    ul.links a {
        font-size: 13.6px;
    }

ul.tabs {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
}

    ul.tabs li {
        display: inline-block;
        list-style-image: none;
        font-size: 14px;
        margin: 0;
        padding: 0;
        width: 172px;
        height: 78px;
    }

    ul.tabs li {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        width: 245px;
        height: 78px;
        line-height: 48px;
        color: #888;
        text-decoration: none;
        outline: none;
        background: url("../images/bkg_ul-current-phase.png") 0 0 no-repeat;
        transition: none;
        padding-bottom: 0;
        border-bottom: 0;
    }

        ul.tabs li span.mobile_only {
            display: none;
        }

        ul.tabs li.active {
            color: #003359;
            background-position: 0 -78px;
        }

/* Content ===================================================================================================================== */
div.content-wrapper {
    background: white;
    padding: 0;
}

    div.content-wrapper.lightgrey-bg {
        background: #f3f3f3;
    }

    div.content-wrapper.corporate-colour-bg {
        background: url("../images/Alert-Communications-Red-Background-Graphic-compress.jpg") center no-repeat;
        background-size: cover;
        color: white;
    }

    div.content-wrapper.corporate-alt-colour-bg {
        background: #cbf0fa;
    }

    div.content-wrapper.corporate-alt2-colour-bg {
        background: #2b3990;
    }

div.content {
    width: auto;
    max-width: 1580px;
    height: auto;
    margin: 0 auto;
}

    div.content.full-width {
        max-width: 100%;
    }

    div.content.slightly-narrower {
        max-width: 1300px;
    }

    div.content.form {
        max-width: 1100px;
        padding-top: 78px;
    }

article.standard-padding {
    padding: 50px 30px;
}

article.with-register-padding {
    padding: 50px 180px;
}

article.side-padding-only {
    padding: 0px 30px;
}

article.no-bottom-padding {
    padding: 26px 30px 0;
}

article.less-top-padding {
    padding: 26px 30px 30px;
}

article.no-padding {
    padding: 0px;
}

.medication-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0 2px;
    border-bottom: 1px solid #ddd;
}

.medication-name {
    width: 120px;
}

    .medication-name p {
        margin-bottom: 0;
    }

.quote-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content-graphic {
    width: 45%;
    height: inherit;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .content-graphic.float-left {
        float: left;
    }

    .content-graphic.quote-graphic {
        background-image: url("../images/bkg_quote-section.png");
    }

.quote {
    width: 55%;
    text-align: center;
    padding: 110px 150px;
}

    .quote::before,
    .quote::after {
        display: block;
        width: 240px;
        height: 10px;
        background: #C62127;
        content: '';
    }

    .quote::before {
        margin: 0 auto 20px;
    }

    .quote::after {
        margin: 20px auto 0;
    }

    .quote p {
        font-weight: 600;
        font-size: 2em;
    }

        .quote p.quoter {
            font-size: 1em;
        }

.column-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}

.cols-3 .column {
    position: relative;
    width: 33%;
    text-align: left;
}

    .cols-3 .column::before {
        display: block;
        position: absolute;
        top: 0;
        left: -20px;
        font-weight: 700;
        font-size: 50px;
        text-align: right;
        color: white;
        width: 50px;
        height: 50px;
        content: '';
    }

    .cols-3 .column:nth-child(1)::before {
        content: '1.';
    }

    .cols-3 .column:nth-child(2)::before {
        content: '2.';
    }

    .cols-3 .column:nth-child(3)::before {
        content: '3.';
    }

    .cols-3 .column .full-content,
    .cols-3 .column .top-content {
        padding: 30px;
        background: white;
        border-radius: 10px;
        margin: 0 40px;
    }

    .cols-3 .column .full-content {
        height: 100%;
        margin: 0 40px;
    }

    .cols-3 .column .top-content {
        margin-bottom: 20px;
    }

        .cols-3 .column .full-content p,
        .cols-3 .column .top-content p {
            color: #1d2758;
        }

            .cols-3 .column .full-content p:last-child,
            .cols-3 .column .top-content p:last-child {
                margin-bottom: 0;
            }

    .cols-3 .column .bottom-content {
        margin: 0 40px;
        padding: 30px;
        border: 3px dashed white;
        border-radius: 10px;
    }

        .cols-3 .column .bottom-content p {
            font-weight: 600;
            font-size: 1.4em;
            color: #005cb9;
            margin-bottom: 0;
        }

    .cols-3 .column .top-content,
    .cols-3 .column .bottom-content {
        height: calc(50% - 10px);
    }

        .cols-3 .column .bottom-content.with-globe {
            background: url("../images/bkg_globe-small.png") bottom right no-repeat;
        }

        .cols-3 .column .bottom-content.with-chair {
            background: url("../images/bkg_chair.png") bottom right no-repeat;
            background-size: 70px;
        }

.reg-steps {
    max-width: 1200px;
    margin: 0 auto;
}

.reg-step {
    position: relative;
    width: calc(25% - 10px);
    margin: 5px;
    padding: 1em;
    background: white;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%) !important;
    border-radius: 5px;
}

    .reg-step p {
        font-size: 1em;
        font-weight: 400;
        margin-bottom: .75em;
    }

img.icon {
    max-height: 80px;
    margin-bottom: .5em;
}

.about {
    width: 50%;
    padding-right: 3em;
}

.image-holder {
    width: 50%
}

    .image-holder img {
        width: 100%;
        box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%) !important;
    }

.about-video {
    float: left;
    width: 500px;
    padding-right: 40px;
    border-right: 1px solid white;
}

    .about-video img {
        width: 100%;
    }

    .about-video p {
        font-weight: 500;
        font-size: .85em;
        margin-top: 10px;
        margin-bottom: 0;
    }

.stories {
    float: right;
    width: calc(100% - 500px);
    padding-left: 40px;
}

.share-info-wrapper {
    position: relative;
    display: flex;
}

.share-info-heading {
    position: relative;
    height: inherit !important;
    float: left;
    width: 320px;
}

    .share-info-heading h2 {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin: auto;
    }

.share-info-links {
    float: right;
    width: calc(100% - 320px);
}

ul.share-icons {
    text-align: center;
    margin: 0;
}

    ul.share-icons li {
        display: inline-block;
        width: 156px;
        height: auto;
        margin: 10px 20px;
    }

    ul.share-icons a {
        display: block;
        font-weight: 600;
        font-size: .9em;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        width: 160px;
        height: auto;
        padding-top: 102px;
        background-repeat: no-repeat;
        background-position: center top;
    }

        ul.share-icons a:focus,
        ul.share-icons a:hover {
            text-decoration: none;
            opacity: 0.6;
        }

    ul.share-icons li:nth-child(1) a {
        background-image: url("../images/icons_share-icons-text.png");
    }

    ul.share-icons li:nth-child(2) a {
        background-image: url("../images/icons_share-icons-facebook.png");
    }

    ul.share-icons li:nth-child(3) a {
        background-image: url("../images/icons_share-icons-instagram.png");
    }

    ul.share-icons li:nth-child(4) a {
        background-image: url("../images/icons_share-icons-messages.png");
    }

    ul.share-icons li:nth-child(5) a {
        background-image: url("../images/icons_share-icons-elderly.png");
    }

/* Identification Page ========================================================================================================= */
.form-input-group.narrow {
    max-width: 600px;
    margin: 0 auto;
    text-align: left
}

.register-wrapper {
    padding: 0 170px;
}

.registration-details-wrapper {
    position: relative;
    text-align: left;
    width: auto;
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px;
    background: #005cb9;
}

    .registration-details-wrapper h3,
    .registration-details-wrapper p {
        font-weight: 600;
        text-transform: uppercase;
        color: white;
    }

    .registration-details-wrapper h3 {
        font-size: 1.5em;
        margin-bottom: 0;
    }

    .registration-details-wrapper p.lang {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .registration-details-wrapper .info {
        float: left;
        text-align: center;
        width: 200px;
        margin: 0 20px 0 0;
        padding-top: 25px;
        /*background: url("../images/icon_login-information.png") top center no-repeat*/
    }

        .registration-details-wrapper .info img {
            margin-bottom: 20px;
        }

    .registration-details-wrapper .form-input-outer {
        position: relative;
    }

    .registration-details-wrapper .form-input-group {
        position: relative;
        float: left;
        width: calc(100% - 370px);
        padding-top: 20px;
    }

        .registration-details-wrapper .form-input-group .button-area {
            position: absolute;
            bottom: 0;
            left: 100%;
            margin: 0 0 0 20px;
        }

    .registration-details-wrapper .special-assistance {
        margin-top: 20px;
        padding-left: 40px;
        background: url("../images/bkg_special-assistance.png") left no-repeat;
    }

        .registration-details-wrapper .special-assistance p {
            margin-bottom: 0;
        }

    .registration-details-wrapper .form-input-wrap {
        position: relative;
        background: white;
        border-radius: 5px;
    }

label.hide-on-focus {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 15px;
    text-transform: uppercase;
    color: black;
    font-size: 0.85em;
    height: 55px;
    line-height: 55px;
    margin-bottom: 0px;
    z-index: 10;
}

label.hide-on-all {
    left: -10000px;
}

.callout {
    position: absolute;
    top: 50px;
    left: 100%;
    width: 150px;
    margin-left: 20px;
    padding-bottom: 55px;
    background: url("../images/bkg_dashed-curved-line.png") bottom left no-repeat;
}

    .callout p {
        font-size: .8em;
        text-align: center;
        text-transform: none;
        color: #342bb0;
    }

        .callout p span.time-taken {
            display: block;
            font-size: 1.3em;
            color: #00adcd;
            margin: 5px 0;
        }

ul.damage-types {
    text-align: center;
    margin: 0;
}

    ul.damage-types li {
        display: inline-block;
        width: 156px;
        height: auto;
        margin: 10px 20px;
    }

    ul.damage-types a {
        display: block;
        font-weight: 600;
        font-size: 1.3em;
        text-transform: uppercase;
        color: #212529;
        width: 156px;
        height: 150px;
        padding-top: 150px;
        line-height: 40px;
        background-repeat: no-repeat;
    }

        ul.damage-types a:focus,
        ul.damage-types a:hover {
            text-decoration: none;
            opacity: 0.6;
        }

    ul.damage-types li:nth-child(1) a {
        background-position: 0 0;
    }

    ul.damage-types li:nth-child(2) a {
        background-position: -156px 0;
    }

    ul.damage-types li:nth-child(3) a {
        background-position: -312px 0;
    }

    ul.damage-types li:nth-child(4) a {
        background-position: -468px 0;
    }

    ul.damage-types li:nth-child(5) a {
        background-position: -624px 0;
    }

    ul.damage-types li:nth-child(6) a {
        background-position: -780px 0;
    }
/* Document Signing Page ======================================================================================================= */
div.document_block {
    text-align: center;
    margin-top: 30px;
}

ul.important_documents {
    text-align: center;
    list-style: none;
    margin: 0;
}

    ul.important_documents.left-aligned {
        text-align: left;
    }

    ul.important_documents li {
        position: relative;
        display: inline-block;
        width: auto;
        max-width: 250px;
        margin: 5px;
        cursor: pointer;
        padding: 15px;
        background: rgba(82,135,227,.3);
        border: 1px solid #d6d6d6;
        border-radius: 8px;
        overflow: hidden;
    }

        ul.important_documents li a {
            display: block;
            width: 100%;
            height: 100%;
        }

        ul.important_documents li:hover,
        ul.important_documents li:focus {
            opacity: 0.8;
        }

        ul.important_documents li.selected {
            background: #ecf9d2;
            border: 1px solid #a4ce4e;
        }

            ul.important_documents li.selected:hover,
            ul.important_documents li.selected:focus {
                opacity: 1;
            }

        ul.important_documents li a {
            text-decoration: none;
            color: #333333;
        }

        ul.important_documents li img {
            width: 100%;
            border: 5px solid white;
            border: 1px solid #ddd;
            -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.02);
            box-shadow: 0 0 3px 3px rgba(0,0,0,0.02);
            border-radius: 5px;
        }

        ul.important_documents li p {
            position: absolute;
            width: 100%;
            height: auto;
            left: 0;
            bottom: 0;
            font-size: .85em;
            font-weight: 600;
            margin-bottom: 0px;
            padding: 10px;
            background: rgba(82,135,227,.9);
            border-top: 1px solid #ccc;
            color: #222222;
        }

        ul.important_documents li.selected p {
            background: rgba(164,206,78,.7);
        }

    ul.important_documents.left-aligned li p {
        text-align: center;
    }

div.doc {
    position: relative;
    text-align: center;
}

span.unread,
span.read {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 26px;
}

    span.read:before {
        display: block;
        font-family: "Material-Design-Iconic-Font";
        content: '\f26b';
        font-size: 16px;
        font-weight: 700;
        color: white;
        text-align: center;
        font-size: 26px;
        width: 50px;
        height: 50px;
        line-height: 48px;
        margin-left: -12px;
        margin-top: -10px;
        border-radius: 50px;
        background: #a4ce4e;
        border: 1px solid #4e6323;
        -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
        box-shadow: inset 0 0 0 4px #FFFFFF;
    }
/* Plaintiff Hub Home Page ===================================================================================================== */
.hub-control-panel {
    float: left;
    width: 300px;
    padding: 30px;
    background: #f3f3f3;
    border-radius: 5px;
}

    .hub-control-panel ul {
        margin: 0;
    }

        .hub-control-panel ul.account {
            margin-top: 60px;
        }

            .hub-control-panel ul.account li {
                position: relative;
                font-weight: 500;
                font-size: .9em;
                padding-left: 22px;
            }

            .hub-control-panel ul.account a:before {
                display: block;
                position: absolute;
                left: 0;
                font-family: "Material-Design-Iconic-Font";
                font-size: 1.2em;
                text-align: left;
                width: 20px;
                height: 20px;
                line-height: 20px;
            }

            .hub-control-panel ul.account a.account:before {
                content: '\f203';
            }

            .hub-control-panel ul.account a.notifications:before {
                content: '\f1f9';
            }

            .hub-control-panel ul.account a.settings:before {
                content: '\f1c6';
            }

            .hub-control-panel ul.account a.support:before {
                content: '\f1f6';
            }

    .hub-control-panel li {
        list-style: none;
        font-weight: 600;
    }

        .hub-control-panel li.inbox {
            font-size: 1.5em;
            margin-bottom: 15px;
        }

    .hub-control-panel span.mail-count {
        float: right
    }

    .hub-control-panel a {
        text-decoration: none;
        color: #1d2758;
    }

        .hub-control-panel a.active,
        .hub-control-panel a:focus,
        .hub-control-panel a:hover {
            color: #005cb9;
        }

.settlement-pane {
    margin-top: 60px;
}

    .settlement-pane a.disabled {
        font-weight: 600;
        font-size: 1.3em;
        color: #bbb;
        cursor: default;
    }

        .settlement-pane a.disabled:focus,
        .settlement-pane a.disabled:hover {
            color: #bbb;
        }

.hub-content-wrapper {
    float: right;
    width: calc(100% - 330px);
}

    .hub-content-wrapper h2 {
        margin-top: 30px;
        margin-bottom: 5px;
    }

        .hub-content-wrapper h2:first-of-type {
            margin-top: 0px;
        }

.hub-content-block {
    padding: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.inbox-pane {
    /*padding: 20px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;*/
}

    .inbox-pane ul {
        list-style: none;
        margin: 0;
    }

    .inbox-pane li {
        position: relative;
        font-size: .85em;
        padding: 10px 0 0 20px;
        border-bottom: 1px solid #ddd;
    }

        .inbox-pane li.unread:before {
            display: block;
            position: absolute;
            top: 4px;
            left: 0;
            width: 10px;
            height: 10px;
            background: #005cb9;
            border-radius: 100%;
            content: '';
        }

        .inbox-pane li:first-child {
            padding: 0 0 10px 20px;
        }

        .inbox-pane li:last-child {
            padding: 0 0 0 20px;
            border-bottom: none;
        }

        .inbox-pane li:focus,
        .inbox-pane li:hover {
            opacity: .7;
        }

span.from,
span.subject,
span.sent,
span.preview {
    display: block;
}

span.from {
    font-weight: 500;
    font-size: 1.17647em;
    margin-bottom: 5px;
}

span.subject {
    float: left;
    width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

span.sent {
    float: right;
    width: 110px;
    margin-bottom: 5px;
}

.inbox-pane li.unread span.from {
    font-weight: 600;
}

.inbox-pane li.unread span.subject,
.inbox-pane li.unread span.sent {
    font-weight: 600;
    color: #005cb9;
}

span.preview {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inbox-pane a.no-underline {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #1d2758;
}

.hub-content-block + .hub-content-block {
    margin-top: 30px;
}

ul.submission {
    list-style: none;
    float: right;
    margin: 45px 0 0 0;
}

    ul.submission li {
        font-weight: 600;
        font-size: 1.1em;
    }

        ul.submission li span {
            color: #005cb9;
            margin-left: 10px;
        }

.contacts {
    display: flex;
    align-content: space-between;
}

.contact-card {
    padding: 20px;
    background: #f3f3f3;
    margin-right: 10px;
    border-radius: 5px;
    width: 33.3333333333%;
}

    .contact-card:last-child {
        margin-right: 0px;
    }

    .contact-card p {
        font-size: .85em;
    }

        .contact-card p.title {
            font-weight: 500;
        }

        .contact-card p:last-child {
            margin-bottom: 0;
        }

a.tooltip {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
/* Sliders --------------------------------------------------------------------------------------------------------------------- */
.slider {
    visibility: hidden;
}

    .slider.slick-initialized {
        visibility: visible;
    }

.slide {
    margin: 0 10px;
}

.damage-types-slider .slide {
    text-align: center;
}

    .damage-types-slider .slide img {
        display: block;
        margin: 0 auto 20px;
    }

    .damage-types-slider .slide p {
        font-weight: 600;
        font-size: 1.1em;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .damage-types-slider .slide img {
        width: 58%;
    }

.stories-slider .slide img {
    max-height: 259px;
}

/* Field Help / Errors ========================================================================================================= */
button.help-icon {
    position: relative;
    font-weight: 600;
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding-right: 30px;
    cursor: pointer;
    border: none;
    color: white;
    background: none;
    -webkit-appearance: none;
    -webkit-transition: background 250ms ease-in-out;
    -o-transition: background 250ms ease-in-out;
    transition: background 250ms ease-in-out;
}

    button.help-icon:after {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        font-family: "Material-Design-Iconic-Font";
        font-size: 24px;
        text-align: center;
        content: '\f1f7';
    }

    button.help-icon:focus,
    button.help-icon:hover {
        color: #cbf0fa;
        outline: none;
    }

div.form-input-help {
    position: absolute;
    width: 100%;
    max-width: 100%;
    padding: 10px;
    z-index: 10;
    background: #cbf0fa;
    border-radius: 5px;
    top: 100%;
    right: 0;
    margin-top: 15px;
}

    div.form-input-help.top {
        top: auto;
        bottom: 100%;
        margin-top: 0px;
        margin-bottom: 15px;
    }

    div.form-input-help.max-width {
        max-width: 554px;
    }

    div.form-input-help:before {
        content: '';
        position: absolute;
        top: 1px;
        margin-top: -15px;
        right: 5px;
        display: block;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #cbf0fa;
    }

    div.form-input-help.top:before {
        top: 100%;
        margin-top: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #cbf0fa;
        border-bottom: none;
    }

.form-radio-group div.form-input-help:before {
    right: 10px;
}

.form-radio-group.flush div.form-input-help:before {
    right: 5px;
}

div.form-input-error {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    background: #e4002b;
}


    div.form-input-error p,
    div.form-input-help p {
        font-size: 0.85em;
        line-height: 1.5;
        color: #0070c0;
        margin-bottom: 0;
        padding-left: 25px;
    }

    div.form-input-error p {
        color: #fff;
    }

.form-section-grouper div.form-input-error p:last-of-type,
.form-section-grouper div.form-input-help p:last-of-type {
    margin-bottom: 0;
}

div.form-input-error p:before,
div.form-input-help p:before {
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 19px;
    color: #0070c0;
    text-align: center;
}

div.form-input-error p:before {
    color: #fff;
}

div.form-input-help p:before {
    content: '\f1f6';
}

div.form-input-error p:before {
    content: '\f1f1';
}

div.form-error {
    background: #fdd1d1;
    border: 1px solid #e26a6a;
    color: #a91818;
    padding: 15px;
    padding-left: 45px;
    margin: 20px 0;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fdd1d1 url("../images/ico_form-error.png") 15px 13px no-repeat;
}

    div.form-error.no-top-margin {
        margin: 2px 0 20px 0;
    }

    div.form-error.no-bottom-margin {
        margin: 20px 0 0 0;
    }

    div.form-error.login {
        margin: 1px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    div.form-error.form-inline-error {
        clear: both;
        position: relative;
        top: -18px;
    }

    div.form-error p {
        color: #a91818;
        font-size: .9em;
        line-height: 1.5;
        margin-bottom: 5px;
    }

        div.form-error p:last-child {
            margin-bottom: 0;
        }

        div.form-error p.form-error {
            display: inline-block;
            margin-bottom: 10px;
            padding-left: 27px;
            font-size: 1em;
            font-weight: 600;
            line-height: 19px;
            color: #a91818;
            background: url("../images/ico_form-error.png") left no-repeat;
        }

        div.form-error p.item-error {
            color: white;
        }
/* Form Process Steps ========================================================================================================== */
div.form-process-wrapper {
    position: relative;
    width: auto;
    padding: 98px 30px 20px;
    height: auto;
    transition: all 250ms ease-in-out;
    background: #eee url("../images/bkg_form-process-wrapper.png") center no-repeat;
    background-size: cover;
}

div.form-process {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    height: auto;
    text-align: center;
}

    div.form-process div.step-process {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

div.step-process h1 {
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.4em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
    padding: 0 0 12px 0;
    color: #222222;
}

div.step-bubbles {
    height: 36px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

    div.step-bubbles.milestones {
        height: 56px;
        background: #bbb;
        text-align: left;
        padding: 10px;
        border-radius: 5px;
    }

div.step-bubble {
    display: inline-block;
    position: relative;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
    border: 2px solid #bbb;
    margin: 0 12px;
}

.milestones div.step-bubble:first-of-type {
    margin: 0 12px 0 0;
}

.milestones div.step-bubble:last-of-type {
    margin: 0 0 0 12px;
}

div.step-bubble:before,
div.step-bubble:after {
    position: absolute;
    top: 15px;
    width: 12px;
    height: 2px;
    background: #bbb;
    content: '';
}

div.step-bubble:before {
    left: -14px;
}

div.step-bubble:after {
    right: -14px;
}

div.step-bubble:first-of-type:before,
div.step-bubble:last-of-type:after {
    display: none;
}

div.step-bubble span {
    font-weight: 600;
    font-size: 16px;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #bbb;
}

div.step-bubble.current {
    background: #55ad2b;
    border-color: #55ad2b;
}

    div.step-bubble.current span {
        color: white;
    }

div.step-bubble.complete {
    background: rgba(0,0,0,0.2);
    border-color: #bbb;
}

    div.step-bubble.complete span {
        color: transparent;
    }

div.step-bubble.current.complete {
    background: #55ad2b;
    border-color: #55ad2b;
}

div.step-bubble.complete span:before {
    content: '\f26b';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.3em;
    font-weight: 700;
    color: white;
    text-align: center;
}

div.step-bubble.current.complete span:before {
    color: white;
}

div.progress-indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    font-size: 0;
}

span.progress-step {
    display: inline-block;
    width: 50%;
    height: 5px;
}

.steps-3 span.progress-step {
    width: 33.3333333333%;
}

span.progress-step.current.filled {
    width: 0px;
}

span.progress-step.filled {
    background: #C62127
}

/* Form Sections =============================================================================================================== */
div.form-section-grouper {
    width: 100%;
    height: auto;
    /*padding: 20px 20px 0;
	background: #f3f3f3;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

    /*div.form-section-grouper p:last-of-type,
div.text-block p:last-of-type {
	margin-bottom: 20px;
}*/

    div.form-section-grouper p.CaptionCont:last-of-type {
        margin-bottom: 0px;
    }

    div.form-section-grouper.check-radio-group {
        padding-bottom: 5px;
    }

    div.form-section-grouper.instructions-bar {
        background: #e3f8fe;
        border: 1px solid #c4dde4;
        text-align: center;
    }

div.text-block.white {
    width: 100%;
    height: auto;
    padding: 20px 20px 0;
    background: white;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

div.form-section-grouper div.form-section-grouper {
    margin-bottom: 20px;
    background: white;
}

div.form-section-grouper.instructions-bar div.text-block {
    border-color: #c4dde4;
}

div.form-radio-group div.form-section-grouper {
    margin-bottom: 5px;
}

.error div.form-section-grouper {
    border-color: #e4002b;
    border-radius: 5px 5px 0 0;
}

div.form-section-grouper p.total {
    font-weight: 500;
    font-size: 1.1em;
}

div.form-section-grouper.alert {
    background: #f9f5ea;
    border: 1px solid #f1ecdb;
}

    div.form-section-grouper div.form-section-grouper.alert,
    div.form-section-grouper.alert div.form-section-grouper {
        position: relative;
        padding-left: 70px;
        border: 1px solid #fbb357;
    }

div.form-section-grouper div.form-section-grouper.info {
    position: relative;
    padding-left: 70px;
    border: 1px solid #46a7c7;
}

div.form-section-grouper.alert p,
div.form-section-grouper.info p {
    padding-top: 5px;
    margin-bottom: 0;
}

span.info,
span.notify {
    position: absolute;
    top: 7px;
    left: 15px;
}

    span.info:before,
    span.notify:before {
        display: block;
        font-family: "Material-Design-Iconic-Font";
        font-size: 3em;
        text-align: center;
        width: 26px;
        height: 26px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    span.info:before {
        content: '\f1f8';
        color: #46a7c7;
    }

    span.notify:before {
        content: '\f1f4';
        color: #e4850b;
    }

div.form-section-grouper + div.form-section-grouper,
div.form-section-grouper + .form-section-header {
    margin-top: 20px;
}

div.form-section-grouper + div.captcha {
    margin-top: 20px;
}

/*div.form-section-grouper + h2 {
	margin-top: 30px;
}*/

div.hidden,
div.hidden + h3,
div.form-section-grouper + h3,
div.form-section-grouper + p,
div.form-section-grouper div.form-section-grouper + div.form-section-grouper {
    margin-top: 20px;
}

    div.hidden.less-top-margin {
        margin-top: 10px;
    }

.form-check-group .form-input-group {
	padding: .5em 0 0 36px
}

.form-check-group .form-input-group.no-padding {
	padding: 0
}

div.hidden-input,
div.form-input {
    position: relative;
    float: left;
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
}

div.captcha-save {
    float: left;
}

div.form-input.radio-group {
    margin: 0 20px 10px 0;
}

div.form-input.no-bottom-margin {
    margin-bottom: 0;
}

div.hidden-input.no-right-margin,
div.form-input.no-right-margin {
    margin-right: 0;
}

.with-abbr div.form-input {
    margin-right: 0;
}

.cols-3 div.form-input {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
}

div.form-input.full-width {
    float: none;
    width: 100%;
    margin-right: 0;
}

div.form-section-grouper div.form-section-grouper div.form-input.full-width {
    margin-bottom: 0;
}

/*div.g-recaptcha {
    float: right;
}*/

div.captcha-submit {
    float: right;
}

abbr {
    display: block;
    font-weight: 600;
    font-size: .65em;
    text-align: center;
    line-height: 40px;
    float: left;
    width: 20px;
    height: 40px;
    margin-top: 1.6em;
}

.cols-3 abbr {
    font-size: 2em;
    position: absolute;
    right: -30px;
    bottom: 0px;
    width: 30px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

label,
p.label {
    position: relative;
    display: inline-block;
    width: auto;
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 8px;
    line-height: 1.3;
}

    label.focussed {
        color: #000000;
    }

.error label,
.error p.label {
    color: #e4002b;
}

label.mandatory:after,
label.checkbox.mandatory:after,
p.label.mandatory:after {
    font-weight: 600;
    font-size: 19px;
    color: #e4002b;
    position: absolute;
    margin-left: 3px;
    content: '*';
    bottom: -2px;
}

label.checkbox.mandatory:after {
    bottom: auto;
}

a.label-help {
    display: inline-block;
    position: absolute;
    text-decoration: none;
    outline: none;
    padding: 0;
    border: none;
    width: 19px;
    height: 19px;
}

    a.label-help:after {
        position: absolute;
        right: -10px;
        top: -3px;
        display: inline-block;
        float: right;
        font-family: "Material-Design-Iconic-Font";
        text-align: center;
        font-size: 1.5em;
        text-decoration: none;
        outline: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #005cb9;
        content: '\f1f6';
        margin-left: 5px;
        margin-top: -5px;
        -webkit-transition: color 250ms ease-in-out;
        -o-transition: color 250ms ease-in-out;
        transition: color 250ms ease-in-out;
    }

input.form-textbox {
    width: 100%;
    max-width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    color: black;
    font-family: "Work Sans", Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: black;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

textarea.form-textarea {
    font-size: 0.85em;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 150px;
    padding: 15px 15px;
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: border 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in;
}

input.form-textbox:focus,
input.form-textbox:active,
input.form-textarea:focus,
input.form-textarea:active {
    outline: 0;
    border-left-color: #15B7C8;
    border-left-width: 7px;
    border-color: #15B7C8;
    padding: 0 15px 0 10px;
}

input.form-textbox.maxlength {
    padding: 0 30px 0 15px;
}

input.form-textbox.error {
    border-color: #e26a6a;
}

input.form-textbox:disabled {
    background: #ebebe4;
    pointer-events: none;
}

span.countdown {
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 0.8em;
    font-weight: bold;
    color: #666;
}

    span.countdown.orange {
        color: orange;
    }

    span.countdown.red {
        color: red;
    }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #aaa !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
}
/* Chrome <=56, Safari < 10 */
:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}
/* FF 4-18 */
::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}
/* FF 19-51 */
:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity 250ms;
    transition: opacity 250ms;
}
/* IE 10+ */
::placeholder {
    opacity: 1;
    transition: opacity 250ms;
}
/* Modern Browsers */

*:focus::-webkit-input-placeholder {
    opacity: 0;
}
/* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder {
    opacity: 0;
}
/* FF 4-18 */
*:focus::-moz-placeholder {
    opacity: 0;
}
/* FF 19-50 */
*:focus:-ms-input-placeholder {
    opacity: 0;
}
/* IE 10+ */
*:focus::placeholder {
    opacity: 0;
}
/* Modern Browsers */


span.ico {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}

    span.ico:before {
        display: block;
        font-family: "Material-Design-Iconic-Font";
        font-size: 28px;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

    span.ico.search:before {
        color: grey;
        content: '\f1c3';
    }

span.corp-colour {
    font-weight: 600;
    color: #005cb9;
}

.watermark {
    color: #bbb !important;
}

div.location {
    max-width: 350px;
    height: auto;
    margin: 0 0 1em 0;
    padding: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
}
/* Checkboxes / Radio Buttons ================================================================================================== */
div.form-check-group,
div.form-radio-group {
    position: relative;
    width: 100%;
    height: auto;
    /*padding: 10px 0 0;
	background: white;*/
}

.form-check-group.cols-3,
.form-check-radio.cols-3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

label.checkbox:before {
    content: '\f26b';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    font-family: "Material-Design-Iconic-Font";
    font-size: 14px;
    font-weight: 700;
    color: white;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 24px;
    border: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.2s ease-out;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-out;
	border-radius: 5px;
}

label.checkbox {
    font-size: 1em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    width: auto;
    min-height: 26px;
    line-height: 1.3;
    cursor: pointer;
    margin: 0 0 10px 0;
    padding-left: 36px;
    padding-top: 5px;
}

label.checkbox.inline {
	margin: 0 20px 10px 0;
}

label.checkbox.inline:last-of-type {
	margin: 0 0 10px 0;
}

.cols-3 label.checkbox.inline {
	width: calc(33.3333% - 36px);
	margin-right: 0;
}

input.css-checkbox {
    position: absolute;
    left: -9999px;
}

    input.css-checkbox + label.checkbox:before {
        background: #f2fbfd;
        color: white;
        border-color: #d6d6d6;
    }

    input.css-checkbox:hover + label.checkbox:before,
    input.css-checkbox:focus + label.checkbox:before {
        background: #f2fbfd;
        border-color: #15B7C8;
        color: white;
    }

    input.css-checkbox:checked:focus + label.checkbox:before,
    input.css-checkbox:checked:active + label.checkbox:before {
        border-color: #15B7C8;
        color: white;
    }

label.checkbox:hover {
    border-color: #15B7C8;
}

input.css-checkbox:focus + label.checkbox:before,
input.css-checkbox:active + label.checkbox:before {
    border-color: #15B7C8;
    color: white;
}

input.css-checkbox:checked + label.checkbox:before {
    background: #15B7C8; /* -----------------------hange the colour of the checkbox background to a corporate colour change this */
    border-color: #15B7C8;
}

input.css-checkbox:checked + label.checkbox:before {
    color: white;
}

label.radio:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 26px;
    height: 26px;
    line-height: 1.3;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    margin-top: 0;
    border: 1px solid #d6d6d6;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

label.radio {
    font-size: 1em;
    font-weight: 400;
    position: relative;
    display: inline-block;
    width: auto;
    min-height: 26px;
    line-height: 1.3;
    cursor: pointer;
    margin: 0 0 10px 0;
    padding-left: 36px;
    padding-top: 5px;
}

.error label.radio {
    color: #000;
}

label.radio span.all-caps {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}

a.help {
    font-size: 1em;
    position: relative;
    padding-right: 20px;
}

    a.help:after {
        content: '\f1f6';
        display: inline-block;
        position: absolute;
        font-family: "Material-Design-Iconic-Font";
        font-size: 1.5em;
        color: #0072ED;
        text-align: center;
        top: -6px;
        margin-left: 4px;
    }

label.radio.inline {
    margin: 0 20px 10px 0;
}

label.radio.inline:last-of-type {
	margin: 0 0 10px 0;
}

.cols-3 label.radio.inline {
	width: calc(33.3333% - 41px);
	margin-right: 0;
}

label.radio span.all-caps {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

input.css-radio {
    position: absolute;
    left: -9999px;
}

    input.css-radio:checked:focus + label.radio:before,
    input.css-radio:checked:active + label.radio:before {
        border-color: #15B7C8;
        color: white;
    }

label.radio:hover {
    border-color: ##15B7C8;
}

input.css-radio + label.radio:before {
    background: #f2fbfd;
    border-color: #d6d6d6;
    -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 4px #FFFFFF;
    box-shadow: inset 0 0 0 4px #FFFFFF;
}

input.css-radio:focus + label.radio:before,
input.css-radio:active + label.radio:before {
    border-color: #15B7C8;
    color: white;
}

input.css-radio:hover + label.radio:before,
input.css-radio:focus + label.radio:before {
    background: #f2fbfd;
    border-color: #15B7C8;
    -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 4px #FFFFFF;
    box-shadow: inset 0 0 0 4px #FFFFFF;
}

input.css-radio:checked + label.radio:before {
    background: #15B7C8; /* -------------- To change the colour of the radio button background to a corporate colour change this */
    border-color: #15B7C8;
    -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 4px #FFFFFF;
    box-shadow: inset 0 0 0 4px #FFFFFF;
}

input.css-radio:checked + label.radio:before {
    color: white;
}
/* Buttons ===================================================================================================================== */
div.button-area {
    width: auto;
    height: auto;
    margin: 40px auto 0 auto;
}

.button-area.narrow {
    max-width: 500px;
}

div.button-area.no-top-margin {
    margin: 0 auto;
}

div.button-area.with-bottom-margin {
    margin: 0 auto 40px;
}

div.button-area p {
    margin-bottom: 0;
}

input.save,
input.primary-button,
input.secondary-button {
    height: 44px;
    line-height: 1.3;
    margin: 0;
    outline: 0;
    border: 0;
    border-radius: 44px;
    font-size: 1em;
    font-family: "Lato", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #181616;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    -webkit-appearance: button;
    cursor: pointer;
    white-space: normal;
    text-align: left;
}

input.primary-button {
    color: white;
    padding: 0 48px 0 20px;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #C62127;
}

    input.primary-button.large {
        font-size: 1.1em;
        height: 68px;
        line-height: 1;
        max-width: 360px;
        padding: 0 48px 0 24px;
    }

    input.primary-button.reverse {
        background-color: #a51c21;
    }

input.save {
    background: transparent;
    text-transform: none;
    text-decoration: underline;
    margin-right: 1em;
}

input.float-right {
    float: right;
}

input.margin-right {
    margin-right: 10px;
}

input.primary-button.next {
    background-image: url("../images/ico_next.png");
}

input.primary-button.save {
    margin-right: 10px;
    background-image: url("../images/ico_save.png");
}

input.primary-button.logoff {
}

a.button:hover,
a.button:focus,
input.primary-button:hover,
input.primary-button:focus {
    background-color: #a51c21;
}

input.primary-button.reverse:hover,
input.primary-button.reverse:focus {
    background-color: #C62127;
}

input.save:focus,
input.save:hover {
    text-decoration: none;
}

input.primary-button:disabled {
    background-color: #ccc;
    cursor: default;
    opacity: 0.7;
    pointer-events: none;
}

input.secondary-button {
    color: #181616;
    background-color: transparent;
    border: 1px solid #181616;
}

input.secondary-button {
    float: left;
    padding: 0 20px 0 44px;
    background-position: left;
    background-repeat: no-repeat;
}

    input.secondary-button.back {
        margin-right: 10px;
        background-image: url("../images/ico_back.png");
    }

    input.secondary-button.cancel {
        background-image: url("../images/ico_cancel.png");
    }

    input.secondary-button.logoff {
        background-image: url("../images/ico_cancel.png");
    }

    input.secondary-button.print {
        background-image: url("../images/ico_print.png");
    }

    input.secondary-button:hover,
    input.secondary-button:focus {
        background-color: rgba(0, 0, 0, 0.15);
    }

a.primary-button,
a.secondary-button {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 46px;
    margin: 0;
    padding: 0 40px;
    outline: 0;
    border: 0;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    cursor: pointer;
    white-space: normal;
    text-align: center;
    background-color: transparent;
    text-transform: none;
    border-radius: 5px;
}

a.primary-button {
    background-color: #5287e3;
    color: white;
}

    a.primary-button:focus,
    a.primary-button:hover {
        background-color: #222222;
    }

a.secondary-button {
    color: white;
    border: 2px solid white;
}

    a.secondary-button:focus,
    a.secondary-button:hover {
        color: #0072ED;
        background-color: white;
    }

a.add,
a.remove {
    display: inline-block;
    float: right;
    position: relative;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
    color: #005cb9;
    background: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    padding-right: 32px;
    cursor: pointer;
}

a.remove {
    margin-right: 1em;
}

a.add + a.remove {
    margin-right: 20px;
}

a.add::after,
a.remove::after {
    content: '\f276';
    display: inline-block;
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    right: 0;
    font-family: "Material-Design-Iconic-Font";
    font-size: 1.8em;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.2s ease-out;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

a.add::after {
    content: '\f276';
}

a.remove::after {
    content: '\f271';
}

a.add:focus,
a.add:hover,
a.aremove:focus,
a.remove:hover {
    opacity: 0.7
}
/* Footer ====================================================================================================================== */
div.footer-wrapper {
    position: relative;
    color: #fff;
}

footer {
    width: auto;
    height: auto;
    background: #180909;
}

div.footer-inner {
    max-width: 1580px;
    margin: 0 auto;
    padding: 20px 30px;
}

    div.footer-inner ul {
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
    }

    div.footer-inner li {
        display: inline-block;
        line-height: 1.3;
        color: white;
        font-size: 0.8em;
        margin-right: 15px;
    }

    div.footer-inner a {
        color: white;
        text-decoration: underline;
    }

        div.footer-inner a:hover,
        div.footer-inner a.active {
            text-decoration: none;
        }

.footer-copyright {
    float: left;
    width: calc(100% - 315px);
}

.footer-logos {
    float: right;
    width: 315px;
    height: 40px;
}

    .footer-logos img {
        height: 40px;
    }

        .footer-logos img.alert {
            margin-right: 10px;
        }
/* Back to top */
a.scrollToTop {
    display: block;
    position: fixed;
    overflow: hidden;
    width: 34px;
    height: 34px;
    bottom: 20px;
    right: 12px;
    background: rgba(0,0,0,0.3) url("../images/ico_back-to-top.png") center no-repeat;
    display: none;
    z-index: 9000;
    outline: none;
    border: none;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    border-radius: 4px 4px 0 0;
}

    a.scrollToTop:hover {
        background: rgba(0,0,0,0.2) url("../images/ico_back-to-top.png") center no-repeat;
    }

    a.scrollToTop span {
        display: none;
    }

/* Login ======================================================================================================================= */
.login-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url("../images/bkg_login-background.jpg") no-repeat 50% 50% fixed;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    z-index: -1;
}

    .login-background:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
    }

.login .sitebranding img {
    max-height: 70px;
}

.sitebranding.login {
    float: none;
    width: 186px;
    height: 40px;
    margin: 30px auto 40px;
}

.login h1 {
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    color: white;
}

.login article.main {
    width: 344px;
    min-height: 0;
    height: auto;
    margin: auto;
    padding: 0 20px 20px 20px;
    background: rgba(17,17,17,0.8);
    border-radius: 5px;
}

    .login article.main h2 {
        font-weight: 300;
        font-size: 1.1rem;
        text-align: center;
        border-bottom: none;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 0px;
        padding-bottom: 0;
        padding-right: 0;
        line-height: 50px;
        color: white;
    }

    .login article.main p {
        color: white;
    }

    .login article.main a.forgot {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 0.85em;
        margin-top: 10px;
        text-align: center;
        text-decoration: none;
        background: rgba(255,255,255,0.3);
        color: white;
        border-radius: 5px;
    }

        .login article.main a.forgot:hover {
            background: rgba(255,255,255,0.1);
        }

.login div.form-input {
    position: relative;
    background: rgba(0,0,0,0.4);
    border-radius: 5px;
    margin-bottom: 5px;
}

.login input.form-textbox {
    position: relative;
    font-size: 1em;
    width: 100%;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: white;
    border: 1px solid #666;
    background: none;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    z-index: 20;
    opacity: 1 !important;
}

    .login input.form-textbox:focus,
    .login input.form-textbox:active {
        outline: 0;
        border-left-width: 5px;
        border-left-color: #ccc;
        border-color: #ccc;
    }

button.primary-button {
    font-weight: 500;
    font-size: .9em;
    letter-spacing: 1.1px;
    text-align: center;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0;
    padding: 0 20px;
    outline: 0;
    border: 0;
    border-radius: 5px;
    color: white;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 5px;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    -webkit-appearance: button;
    cursor: pointer;
    white-space: normal;
    background-color: #00adcd;
}

    button.primary-button:hover,
    button.primary-button:focus {
        background-color: #20c6e5;
    }

footer.login {
    width: 100%;
    background: none;
}

    footer.login p.copyright {
        text-align: center;
        font-size: 0.75em;
        color: white;
        margin-bottom: 20px;
    }

.cobranding {
    float: none;
    width: 157px;
    height: 60px;
    margin: 20px auto 10px;
}

    .cobranding img {
        width: 100%;
    }

/* Vadialog ==================================================================================================================== */
.vashadow {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

.vaCloseButton {
    float: right;
    border-radius: 0px;
    font-family: "wheel";
    color: grey;
    font-size: 20px;
    border: none;
    margin-right: -40px;
    margin-top: -35px;
    background: white;
}

.vaOffscreen {
    position: absolute;
    left: -9999px;
}

.vadialog {
    background: white;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 40px;
    width: 90%;
    max-width: 800px;
    max-height: 500px;
    overflow: auto;
    -webkit-transition: 500ms ease-out 1s;
    -moz-transition: 500ms ease-out 1s;
    -o-transition: 500ms ease-out 1s;
    transition: 500ms ease-out 1s;
    border-radius: 5px;
}

.vaCloseButton {
    border: none;
    position: absolute;
    left: -10000px;
    display: none;
}

.vadialog h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.vadialog h4 {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.vadialog h5 {
    font-weight: 600;
    font-size: .85em;
    margin-bottom: 10px;
}

a.shadowboxclose {
    text-decoration: none;
}

    a.shadowboxclose:before {
        content: '\f135';
        display: inline-block;
        text-decoration: none;
        position: absolute;
        top: 15px;
        right: 15px;
        font-family: "Material-Design-Iconic-Font";
        font-size: 1.8em;
        font-weight: normal;
        color: #00adcd;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: all 0.2s ease-out;
        -moz-osx-font-smoothing: grayscale;
        transition: all 0.2s ease-out;
        cursor: pointer;
    }

    a.shadowboxclose:hover:before {
        color: #20c6e5;
    }

/* Phone Control */
.phone-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

    .phone-wrap .code-dropdown {
        width: 100px;
        margin-right: .5em;
    }

        .phone-wrap .code-dropdown .selectboxit-list {
            width: 300px;
        }

    .phone-wrap .number-input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

/* Selectboxit ================================================================================================================== */
select {
    width: 100% !important;
}

.selectboxit-container {
    position: relative;
    display: block;
    vertical-align: top;
    /*z-index: 1000;*/
}

    .selectboxit-container * {
        font-size: 0.9em;
        font-weight: 400;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        outline: none;
        white-space: nowrap;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .selectboxit-container .selectboxit {
        width: auto !important; /* Width of the dropdown button */
        cursor: pointer;
        margin: 0;
        padding: 0;
        overflow: hidden;
        display: block;
        position: relative;
        display: block;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
    }

.with_help .selectboxit-container .selectboxit {
    border-radius: 5px 0 0 5px;
}

.error .selectboxit-container .selectboxit {
    border-radius: 5px 5px 0 0;
}

.selectboxit-container {
    width: 100%;
    background: white;
}

.with_help .selectboxit-container {
    float: left;
    width: calc(100% - 40px);
}

.selectboxit-container.selectboxit-container {
    width: none;
}

.selectboxit-text {
    max-width: calc(100% - 40px) !important;
}

.selectboxit-container span {
    height: 38px; /* Height of the drop down */
    line-height: 38px; /* Vertically positions the drop down text */
    display: block;
}

.selectboxit-container .selectboxit-options li {
    white-space: normal;
}

.selectboxit-container .selectboxit-options a {
    height: auto; /* Height of the drop down */
    line-height: 1.3; /* Vertically positions the drop down text */
    display: block;
    white-space: normal;
    padding: 7px 5px;
}

.selectboxit-container .selectboxit:focus {
    outline: 0;
}

.selectboxit-container li {
    font-size: 1em;
    padding-left: 0px;
}

.selectboxit-text {
    font-size: 1em;
    color: black;
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 100%;
}

.selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}

.selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%; /* Minimum Width of the dropdown list box options */
    *width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.country-code .selectboxit-container .selectboxit-options {
    width: 200px !important
}

.selectboxit-option .selectboxit-option-anchor {
    font-size: 1em;
    padding: 0 2px;
}

    .selectboxit-option .selectboxit-option-anchor:hover {
        text-decoration: none;
    }

.selectboxit-option, .selectboxit-optgroup-header {
    /*text-indent: 5px;*/
    margin: 0;
    list-style-type: none;
}

    .selectboxit-optgroup-header + .selectboxit-option-first {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

.selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    right: 0;
}

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -3px;
}

    .selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
        top: 30%;
    }

.selectboxit-option-icon-container {
    float: left;
}

.selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.selectboxit-btn {
    background-color: #fff;
    color: #333;
    border: 1px solid #D6D6D6;
}

    .selectboxit-btn.error {
        border-color: #e4002b;
    }

    .selectboxit-btn.selectboxit-enabled:active {
        color: #333333;
    }

    .selectboxit-btn.selectboxit-enabled:hover,
    .selectboxit-btn.selectboxit-enabled:focus {
        text-decoration: none;
        background-position: 0 -15px;
        border-color: #15B7C8;
    }

.error .selectboxit-btn.selectboxit-enabled:hover,
.error .selectboxit-btn.selectboxit-enabled:focus,
.error .selectboxit-btn {
    border-color: #e4002b;
}

.selectboxit-default-arrow {
    width: 0;
    height: 0;
    border-top: 6px solid #111111;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.selectboxit-list {
    background-color: white;
    width: 100%;
    min-width: 0 !important;
    border: 2px solid #D6D6D6;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

    .selectboxit-list .selectboxit-option-anchor {
        color: #181616;
    }

.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
    background: #ebebe4;
    border-color: #d6d6d6;
}

/* Changes colour of dropdown options bg */
.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background: #15B7C8;
    color: white;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
    color: #999999;
}

a.selectboxit-option-anchor {
    text-decoration: none;
}

/* Colour of placeholder text */
.selectboxit-text[data-val=""] {
    color: #aaa;
}

.hidden_button {
    display: none;
}


/* Accordion ==================================================================================================================== */
div.accordion {
    margin: 30px 0 0;
    text-align: left;
}

    div.accordion + h2,
    div.accordion + h3 {
        margin-top: 30px;
    }

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}
/* Basic Theme */
[data-accordion] {
    line-height: 1;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    font-size: 1.3em;
    padding: 0 40px 5px 0;
    border-bottom: 1px solid #999;
    cursor: pointer;
}

[data-accordion] > [data-control]:before {
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: 5px;
    font-size: .7em;
    color: #1d2758;
    width: auto;
}

.faq > [data-accordion] > [data-control]:before {
    content: 'Answer';
}

.cases [data-accordion] > [data-control]:before {
    content: 'Case Details';
}

[data-accordion] > [data-control]:after {
    font-family: "Material-Design-Iconic-Font", Arial;
    content: "\f2f9";
    position: absolute;
    right: 5px;
    top: -5px;
    font-size: 1.5em;
    font-weight: 200;
    color: #1d2758;
    width: auto;
}

[data-accordion].open > [data-control]:after {
    top: -5px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

[data-content] ul:last-of-type,
[data-content] p:last-child {
    margin-bottom: 20px;
}

[data-accordion] [data-content] [data-content] [data-content] {
    background: rgb(228, 255, 228);
}

/* Dropzone File Upload ========================================================================================================= */
@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 40px;
    margin-top: 5px;
    padding: 15px;
    border: 1px solid #d6d6d6;
    background: white;
    border-radius: 5px;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: 0.5;
        }

    .dropzone .dz-message {
        text-align: center;
        margin: 1em 0;
    }

        .dropzone .dz-message span {
            display: inline-block;
            position: relative;
            padding-left: 35px;
            line-height: 30px
        }

            .dropzone .dz-message span:before {
                content: '\f21c';
                display: block;
                position: absolute;
                left: 0;
                font-family: "Material-Design-Iconic-Font";
                font-size: 30px;
                font-weight: normal;
                color: #005c97;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -webkit-transition: all 0.2s ease-out;
                -moz-osx-font-smoothing: grayscale;
                transition: all 0.2s ease-out;
                cursor: pointer;
            }

        .dropzone .dz-message a.browse {
            font-weight: bold;
            color: #005c97;
            text-decoration: none;
        }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
        margin: 0
    }

        .dropzone .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 5px;
            background: #999;
            background: linear-gradient(to bottom, #eee, #ddd);
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview.dz-image-preview {
            background: white;
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                -webkit-transition: opacity 0.2s linear;
                -moz-transition: opacity 0.2s linear;
                -ms-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0, 0, 0, 0.9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200, 200, 200, 0.8);
                    background-color: rgba(255, 255, 255, 0.8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255, 255, 255, 0.4);
                    padding: 0 0.4em;
                    border-radius: 3px;
                }

        .dropzone .dz-preview:hover .dz-image img {
            -webkit-transform: scale(1.05, 1.05);
            -moz-transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
            -o-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
            -webkit-filter: blur(8px);
            filter: blur(8px);
        }

        .dropzone .dz-preview .dz-image {
            border-radius: 20px;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            display: block;
            z-index: 10;
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px;
        }

            .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            -webkit-transition: opacity 0.4s ease-in;
            -moz-transition: opacity 0.4s ease-in;
            -ms-transition: opacity 0.4s ease-in;
            -o-transition: opacity 0.4s ease-in;
            transition: opacity 0.4s ease-in;
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            -moz-animation: pulse 6s ease infinite;
            -ms-animation: pulse 6s ease infinite;
            -o-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255, 255, 255, 0.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom, #666, #444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: width 300ms ease-in-out;
                -moz-transition: width 300ms ease-in-out;
                -ms-transition: width 300ms ease-in-out;
                -o-transition: width 300ms ease-in-out;
                transition: width 300ms ease-in-out;
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block;
            display: none !important;
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto;
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom, #be2626, #a92222);
            padding: 0.5em 1.2em;
            color: white;
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: '';
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #be2626;
            }
/* Tables ====================================================================================================================== */
table.standard {
    width: 100%;
    margin-bottom: 16px;
    border-collapse: collapse;
}

    table.standard thead {
        border-bottom: 2px solid #777;
    }

    table.standard th {
        font-weight: bold;
        color: white;
    }

.hub-content-block table.standard th {
    color: #1d2758;
}

table.standard thead th {
    text-align: left;
}

table.standard tbody tr {
    border-bottom: 1px solid #777;
}

    table.standard tbody tr.current {
        /*font-weight: 600;*/
    }

    table.standard tbody tr:nth-child(even) {
        background: rgba(0,0,0,0.03);
    }

table.standard td,
table.standard th {
    padding: 10px;
    vertical-align: top;
}

table.standard td {
    font-size: 0.85em;
    color: white;
}

.hub-content-block table.standard td {
    color: #1d2758;
}

table.standard tr.current td {
    /*font-size: 1em;*/
}

table.standard .left {
    text-align: left;
}

table.standard .center {
    text-align: center;
}

table.standard .right {
    text-align: right;
}

.hub-content-block table.standard .green,
table.standard .green {
    color: #8bc34a;
}

.hub-content-block table.standard .orange,
table.standard .orange {
    color: #ff9800;
}

table.standard a {
    color: #095764;
    text-decoration: none;
}

    table.standard a:hover {
        color: #388794;
        text-decoration: none;
    }
/* DataTables =================================================================================================================== */
div.table-wrapper {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting {
    cursor: pointer;
}

.dataTable thead .sorting {
    position: relative;
}

    .dataTable thead .sorting span:after {
        position: relative;
    }

.dataTable thead .sorting_asc {
    position: relative;
}

.dataTable thead .sorting_desc {
    position: relative;
}

    .dataTable thead .sorting span:after,
    .dataTable thead .sorting_asc span:after,
    .dataTable thead .sorting_desc span:after {
        display: inline-block;
        position: absolute;
        top: -9px;
        right: 5px;
        font-family: 'Material-Design-Iconic-Font';
        font-style: normal;
        font-weight: 300;
        font-size: 1.3em;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #20fdfe;
    }

.dataTable thead .sorting span:after {
    content: '\f312';
    color: #777;
    top: 6px;
}

.dataTable thead .sorting_asc span:after {
    content: '\f2f8';
    font-size: 3.5em;
    transform: scaleX(0.7);
}

.dataTable thead .sorting_desc span:after {
    content: '\f2f2';
    font-size: 3.5em;
    transform: scaleX(0.7);
}

.dataTable thead .sorting_asc_disabled {
}

.dataTable thead .sorting_desc_disabled {
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    margin-top: 15px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.5em 1em;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        color: #20fdfe;
        border: 1px solid transparent;
        font-size: 0.85em;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #ccc;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            color: white;
            background-color: #20fdfe;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
            cursor: default;
            color: #bbb;
            border: 1px solid transparent;
            background: #eee;
            box-shadow: none;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            color: white;
            background-color: #20fdfe;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button:active {
            outline: none;
            color: white;
            background-color: #20fdfe;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.last {
            display: none;
        }

.sorting_1 {
    outline: none;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333333;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

    .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
        *margin-top: -1px;
        -webkit-overflow-scrolling: touch;
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
            height: 0;
            overflow: hidden;
            margin: 0 !important;
            padding: 0 !important;
        }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.dataTable tbody tr.clickable:hover {
    cursor: pointer;
}

/* Responsive */
table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

    table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
    table.dataTable.dtr-inline.collapsed tbody th:first-child:before,
    table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
    table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 6px;
        font-family: "Material-Design-Iconic-Font";
        font-size: 22px;
        display: block;
        float: left;
        margin-right: 5px;
        color: #005cb9;
        height: 18px;
        width: 18px;
        margin-top: -13px;
    }

    table.dataTable.dtr-inline.collapsed tbody .group_header td:first-child:before,
    table.dataTable.dtr-inline.collapsed tbody th:first-child:before,
    table.dataTable.dtr-inline.collapsed tbody tr.group_header.parent td:first-child:before,
    table.dataTable.dtr-inline.collapsed tbody tr.group_header.parent th:first-child:before {
        display: none;
    }

    table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
    table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
        content: '\f275';
    }

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    content: '\f270';
}

table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
    display: none;
}

table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
    position: relative;
    cursor: default;
}

    table.dataTable.dtr-column tbody td.control:before,
    table.dataTable.dtr-column tbody th.control:before {
        top: 50%;
        left: 50%;
        height: 16px;
        width: 16px;
        margin-top: -10px;
        margin-left: -10px;
        display: block;
        position: absolute;
        color: white;
        border: 2px solid white;
        border-radius: 16px;
        text-align: center;
        line-height: 14px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        content: "+";
        background-color: #31b131;
    }

table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable tr.child {
    padding: 0.5em 1em;
}

    table.dataTable tr.child ul {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

        table.dataTable tr.child ul li {
            border-bottom: none;
            padding: 0.5em 0;
        }

            table.dataTable tr.child ul li:first-child {
                padding-top: 0;
            }

            table.dataTable tr.child ul li:last-child {
                border-bottom: none;
            }

    table.dataTable tr.child span.dtr-title,
    table.dataTable tr.child span.dtr-data {
        display: block;
        width: 100%;
        padding: 5px 0;
        text-align: left;
    }

    table.dataTable tr.child span.dtr-title {
        font-weight: bold;
    }

    table.dataTable tr.child span.dtr-data {
        padding: 0;
    }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-weight: 500;
}

.ui-datepicker {
    width: auto;
    padding: 5px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    border-radius: 0 0 5px 5px;
}

    .ui-datepicker .ui-widget-header {
        padding: 0;
        border: 1px solid transparent;
        background: transparent;
        color: #212529;
    }

    .ui-datepicker .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-prev {
        display: none;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 0.95em;
        margin: 0;
    }

    .ui-datepicker th {
        color: black;
        border-bottom: 2px solid black;
    }

    .ui-datepicker td {
        padding: 0px;
        width: 40px;
        height: 40px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            width: 40px;
            height: 40px;
            line-height: 34px;
            padding: 2px;
            text-align: center;
            border-radius: 5px;
        }

    .ui-datepicker .ui-state-default {
        border: 2px solid white;
        background: #fff;
        font-weight: normal;
        color: #212529;
    }

    .ui-datepicker .ui-state-hover {
        border: 2px solid white;
        border-bottom: 3px solid #005cb9;
        background: #eee;
        color: #005cb9;
    }

    .ui-datepicker .ui-state-highlight {
        border: 2px solid white;
        border-bottom: 3px solid #005cb9;
        background: #ddd;
        color: #212529;
    }

    .ui-datepicker .ui-state-active {
        border: 2px solid white;
        background: #005cb9;
        color: white;
    }

    .ui-datepicker .ui-priority-secondary {
        opacity: 0.3;
        filter: Alpha(Opacity=30);
    }

.ui-datepicker-trigger {
    display: block;
    position: absolute;
    top: 35px;
    right: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
/* Slick Slider ---------------------------------------------------------------------------------------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

    .slick-slide:focus {
        outline: none;
    }

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: auto;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'Material-Design-Iconic-Font';
        font-size: 40px;
        line-height: 1;
        opacity: .75;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.fullpage-slider .slick-prev:before,
.fullpage-slider .slick-next:before {
    font-size: 80px;
}

.slick-prev {
    left: -20px;
}

.fullpage-slider .slick-prev {
    left: 0px;
}

[dir='rtl'] .slick-prev {
    right: -20px;
    left: auto;
}

.slick-prev:before {
    content: '\f2fa';
}

[dir='rtl'] .slick-prev:before {
    content: '\f2fb';
}

.slick-next {
    right: -20px;
}

.fullpage-slider .slick-next {
    right: 0px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -20px;
}

.slick-next:before {
    content: '\f2fb';
}

[dir='rtl'] .slick-next:before {
    content: '\f2fa';
}

.slick-dotted.slick-slider {
    padding-bottom: 40px;
}

.slick-dots {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'Material-Design-Iconic-Font';
                font-size: 20px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '\f26c';
                text-align: center;
                opacity: .75;
                color: #1d2758;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

.corporate-alt2-colour-bg .slick-dots li button:before,
.corporate-colour-bg .slick-dots li button:before {
    color: #fff;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    content: '\f26f';
    color: #00adcd;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

/* Qtip Tooltip ---------------------------------------------------------------------------------------------------------------- */
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-weight: 500;
    font-size: .9em;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
    border-radius: 0 5px 5px 5px;
}

.qtip-content {
    position: relative;
    padding: 8px;
    line-height: 1.3;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.qtip-default {
    border: 1px solid #d6d6d6;
    background-color: #240881;
    color: white;
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

x:-o-prefocus, .qtip .qtip-tip {
    visibility: hidden;
}

    .qtip .qtip-tip,
    .qtip .qtip-tip .qtip-vml,
    .qtip .qtip-tip canvas {
        position: absolute;
        color: #123456;
        background: transparent;
        border: 0 dashed transparent;
    }

        .qtip .qtip-tip canvas {
            top: 0;
            left: 0;
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(#default#VML);
            display: inline-block;
            visibility: visible;
        }

.ico-complete {
    max-width: 140px;
    max-height: 140px;
}

div.testmode {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 43px;
    padding: 8px 0;
    background: #ffd2d2;
    border-bottom: 3px solid #da1818;
    z-index: 1100;
}

    div.testmode p {
        display: block;
        font-family: Arial, sans-serif;
        font-size: .85em;
        margin: 0;
        position: absolute;
        left: 25px;
        top: 8px;
        height: 24px;
        line-height: 24px;
        color: #444;
    }

    div.testmode a {
        font-family: Arial, sans-serif;
        font-size: 0.85em;
        color: white;
        text-decoration: none;
        display: inline-block;
        position: absolute;
        right: 25px;
        bottom: -30px;
        width: auto;
        height: 30px;
        line-height: 30px;
        padding: 0 10px 0 15px;
        border-radius: 0 0 5px 5px;
        background: #da1818;
    }

        div.testmode a:after {
            float: right;
            display: inline-block;
            line-height: 30px;
            font-family: "Material-Design-Iconic-Font";
            font-size: 1.5em;
            color: white;
            text-align: center;
            margin-left: 10px;
            content: '\f2fc';
        }

        div.testmode a.closed:after {
            content: '\f2f9';
        }

        div.testmode a.open:after {
            content: '\f2fc';
        }

ul.tm_enabled {
    list-style: none;
    text-align: center;
    margin: 0;
}

    ul.tm_enabled li {
        font-family: Arial, sans-serif;
        display: inline-block;
        width: auto;
        height: 24px;
        line-height: 24px;
        margin: 0 10px 0 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0.85em;
    }

        ul.tm_enabled li:last-child {
            margin: 0;
        }

        ul.tm_enabled li span.status {
            display: inline-block;
            height: 24px;
            line-height: 22px;
            color: white;
            margin: 0 0 0 5px;
            padding: 0 10px;
            border-radius: 5px;
        }

            ul.tm_enabled li span.status.green {
                background: #24b935;
                border: 1px solid #167a21;
            }

            ul.tm_enabled li span.status.grey {
                background: #ccc;
                color: #777;
                border: 1px solid #999;
            }

            ul.tm_enabled li span.status.red {
                background: #da1818;
                border: 1px solid #7d1010;
            }
