/****** FILE: themes/app/css/style.css *****/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, canvas {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, video, canvas {
    display: inline-block;
}

img, object, embed {
    max-width: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

    a:hover, a:focus, a:active {
        outline: none;
    }

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #333333;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font-size: 100%;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

    td img {
        vertical-align: top;
    }

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
    }

    input[type="radio"] {
        vertical-align: text-bottom;
    }

    input[type="checkbox"] {
        vertical-align: bottom;
    }

textarea {
    resize: none;
}

.clickable, label, input[type="button"], input[type="submit"], button, select {
    cursor: pointer;
}

    button[disabled], input[disabled], .noclick {
        cursor: default;
    }

    input::-moz-focus-inner, button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

button, input, select, textarea {
    margin: 0;
}

    input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover {
        outline: none;
        outline: 0;
    }

    input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
    }

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
}

small {
    font-size: 85%;
}

strong, b, th {
    font-weight: bold;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

a.secure:before {
    font-family: "font_icon";
    content: '\E81A';
}

.wf-inactive #home-nav .entypo {
    display: none;
}

#menu-nav > a:before {
    font-family: "font_icon";
    content: '\E808';
}

.wf-inactive #menu-nav > a:before {
    font-family: "font_icon";
    content: '';
}

#menu-nav > a:after {
    font-family: "font_icon";
    content: '\E83B';
}

#menu-nav:hover > a:after, #menu-nav.active > a:after {
    content: '\E83E';
}

.wf-inactive #menu-nav > a:after, .wf-inactive #menu-nav:hover > a:after, .wf-inactive #menu-nav.active > a:after {
    content: '';
}

#login-nav > a:after {
    font-family: "font_icon";
    content: '\E81A';
}

.wf-inactive #login-nav > a:after {
    content: '';
}

#contact-nav > a:after {
    font-family: "font_icon";
    content: '\E832';
}

.wf-inactive #contact-nav > a:after {
    content: '';
}

button.plus:after, .button.plus:after {
    font-family: "font_icon";
    content: '\E80E';
}

button.minus:after, .button.minus:after {
    font-family: "font_icon";
    content: '\E811';
}

button.search-button, .button.search-button {
    font-family: "font_icon";
}

main ul.bookmarks:before {
    font-family: "font_icon";
    content: '\E873';
}

main blockquote:before {
    content: '\201C';
    font-family: arial;
}

main blockquote:after {
    content: '\201D';
    font-family: arial;
}

main form span.helper {
    font-family: "font_icon";
}

ul.simple-document-list li:before {
    font-family: "font_icon";
    content: '\E86B';
}

.article-list article .icon {
    font-family: "font_icon";
}

.wf-active .article-list article.toggle .show-hide:before {
    font-family: "font_icon";
    content: '\E80E';
}

.wf-active .article-list article.toggle.open .show-hide:before {
    content: '\E811';
}

.wf-inactive .article-list article.toggle .show-hide {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik0xNiA4YzAtNC40MTgtMy41ODItOC04LThzLTggMy41ODItOCA4IDMuNTgyIDggOCA4IDgtMy41ODIgOC04ek0xLjUgOGMwLTMuNTkgMi45MS02LjUgNi41LTYuNXM2LjUgMi45MSA2LjUgNi41LTIuOTEgNi41LTYuNSA2LjUtNi41LTIuOTEtNi41LTYuNXoiPjwvcGF0aD4NCjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik00Ljk1NyA1LjU0M2wtMS40MTQgMS40MTQgNC40NTcgNC40NTcgNC40NTctNC40NTctMS40MTQtMS40MTQtMy4wNDMgMy4wNDN6Ij48L3BhdGg+DQo8L3N2Zz4=") no-repeat;
    width: 16px;
    height: 16px;
}

.wf-inactive .article-list article.toggle.open .show-hide {
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCjxwYXRoIGZpbGw9IiMwMDAwMDAiIGQ9Ik04IDE2YzQuNDE4IDAgOC0zLjU4MiA4LThzLTMuNTgyLTgtOC04LTggMy41ODItOCA4IDMuNTgyIDggOCA4ek04IDEuNWMzLjU5IDAgNi41IDIuOTEgNi41IDYuNXMtMi45MSA2LjUtNi41IDYuNS02LjUtMi45MS02LjUtNi41IDIuOTEtNi41IDYuNS02LjV6Ij48L3BhdGg+DQo8cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMTAuNDU3IDQuOTU3bC0xLjQxNC0xLjQxNC00LjQ1NyA0LjQ1NyA0LjQ1NyA0LjQ1NyAxLjQxNC0xLjQxNC0zLjA0My0zLjA0M3oiPjwvcGF0aD4NCjwvc3ZnPg==") no-repeat;
    width: 16px;
    height: 16px;
}

.entypo {
    font-family: "font_icon";
}

#page-head-search button {
    font-family: "font_icon";
}

#search-page-form .form-group button {
    font-family: "font_icon";
}

#glossary-search-form .form-group button {
    font-family: "font_icon";
}

a.checkout {
    font-family: "font_icon";
}

div.alert .wrapper:before {
    font-family: "font_icon";
    content: '\E82D';
}

.book-navigation > li > a:before, .book-navigation > li.nav-control > a.next:after, .book-navigation > li.menu > h2:before {
    font-family: "font_icon";
}

#dst-journeys-list-inner > table td a.dst-saved-edit:before, #dst-journeys-list-inner > table td a.dst-saved-save:before, #dst-journeys-list-inner > table td a.dst-saved-cancel:before, #dst-journeys-list-inner > table td a.dst-saved-delete:before {
    font-family: "font_icon";
    content: '\E828';
}

#dst-journeys-list-inner > table td a.dst-saved-edit:before {
    content: '\E828';
}

#dst-journeys-list-inner > table td a.dst-saved-save:before {
    content: '\E809';
}

#dst-journeys-list-inner > table td a.dst-saved-cancel:before {
    content: '\E823';
}

#dst-journeys-list-inner > table td a.dst-saved-delete:before {
    content: '\E80B';
}

.dst-back-links a:before {
    content: '\AB\A0';
}

#dst-print a:after {
    font-family: "font_icon";
    content: '\E829';
}

#dst-answer-list-wrapper h4:before {
    font-family: "font_icon";
    content: '\E80E';
}

#dst-answer-list-wrapper.open h4:before {
    content: '\E811';
}

.back-to-top svg {
    width: 24px;
    padding-top: 0.75rem;
}

.highlight-question:before {
    font-family: "font_icon";
    content: '\E814';
}

.book-navigation > li.menu > h2:before {
    content: '\E808';
}

.book-navigation > li.nav-control > a.prev:before {
    content: '\E84C';
}

.book-navigation > li.nav-control > a.next:after {
    content: '\E84D';
}

.book-navigation > li.download > a:before {
    content: '\E865';
}

h4#fcpSummary:before {
    content: '';
    padding: 0rem;
}

button, .button, .button:visited, .Actions input {
    display: inline-block;
    height: 3.3rem;
    width: auto;
    padding: 0 1.3rem;
    background-color: #333;
    border: none;
    -webkit-border-radius: 0.2rem;
    -moz-border-radius: 0.2rem;
    border-radius: 0.2rem;
    text-align: center;
    font-size: 16px;
    line-height: 3.3rem;
    white-space: nowrap;
    color: #ffffff;
    -webkit-text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
    -moz-text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
    text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    text-shadow: 0 0 0 transparent;
    text-shadow: 0 0 0 transparent;
}

    button:hover, button:focus, .button:hover, .button:focus, .Actions input:hover, .Actions input:focus {
        background-color: #555;
        text-decoration: none;
    }

    button.inactive, button[inactive], .button.inactive, button.inactive:hover, button.inactive:focus, button[inactive]:hover, button[inactive]:focus, .button.inactive:hover, .button.inactive:focus, .Actions input[type='reset'], .Actions input.inactive, .Actions input.inactive:hover, .Actions input.inactive:focus {
        background-color: #666666;
        -webkit-box-shadow: inset 0 -0.3rem 0 0 #999;
        -moz-box-shadow: inset 0 -0.3rem 0 0 #999;
        box-shadow: inset 0 -0.3rem 0 0 #999;
        cursor: default;
    }

    .Actions input[type='reset'] {
        cursor: pointer;
    }

        .Actions input[type='reset']:focus {
            background-color: #999999;
        }

    button.plus:after, .button.plus:after, button.minus:after, .button.minus:after {
        display: inline-block;
        vertical-align: middle;
        padding-left: 1rem;
        font-size: 1.6rem;
        -webkit-text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
        -moz-text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
        text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
    }

    button.search-button, .button.search-button {
        display: inline-block;
        width: 3.6rem;
        height: 3.6rem;
        margin: 0;
        padding: 0;
        overflow: hidden;
        font-size: 2rem;
        line-height: 1;
    }

::-webkit-input-placeholder {
    color: #999999;
}

:-moz-placeholder {
    color: #999999;
}

:-ms-placeholder {
    color: #999999;
}

.button--secondary {
    background: transparent;
    color: #333;
    border: 2px solid #333;
    line-height: inherit;
}

    .button--secondary:hover, .button--secondary:active, .button--secondary:focus {
        background: #333;
        color: #ffffff;
    }

ul.simple-document-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.5rem;
}

    ul.simple-document-list li {
        padding: 0.6rem 1.4rem;
        background-color: #f4f4f4;
        border-bottom: solid 0.1rem #BAC7D3;
    }

.table-header {
    padding: 0.8rem 1.3rem 0.6rem 1.3rem;
    background-color: #0085A0 !important;
    font-family: "font_emphasised";
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

.feature-doc, .feature-link {
    padding: 1.4rem;
    overflow: hidden;
    background-color: #f4f4f4;
    border: solid 0.1rem #bcc6d4;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
}

ul.bookmarks {
    position: relative;
    margin: 2rem 0;
    padding: 1.2rem 1.2rem 1.2rem 7rem;
    border: solid 0.4rem #D9E2E9;
    min-height: 9.6rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    list-style-type: none;
    font-size: 1.5rem;
}

    ul.bookmarks:before {
        position: absolute;
        top: -0.7rem;
        left: 1.6rem;
        display: block;
        content: '\E873';
        font-family: "font_icon";
        font-size: 10rem;
        line-height: 0.9;
        color: #90ca00;
    }

    ul.bookmarks li {
        margin: 0;
        padding: 0;
    }

        ul.bookmarks li + li {
            margin-top: 0.2rem;
        }

        ul.bookmarks li a {
            color: #454545;
        }

.highlight-question {
    padding: 10px 10px 10px 50px;
    padding: 1rem 1rem 1rem 5rem;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    background-color: #e9e9e9;
    font-size: 15px;
    font-size: 1.5rem;
}

* + .highlight-question {
    margin-top: 10px;
    margin-top: 1rem;
}

#accessibility-links {
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
    margin-top: 17px;
    font-family: "font_emphasised";
    line-height: 22px;
    color: #fff;
    text-decoration: none;
}

    #accessibility-links.active, #access-keys.active {
        position: relative;
        width: auto !important;
        overflow: visible;
        border-bottom: 2px solid #ffffff;
        margin-top: 17px;
        height: auto;
    }

.alert {
    /*background: url(/themes/app/images/alert-bg.png) 0 0 repeat transparent;*/
    background-color: #ffffff;
    color: #ffffff;
    margin-bottom: 0;
    padding: 0;
}

    .alert.alert-error {
        background: none;
        color: #f00;
        padding: unset;
    }

    .alert a {
        color: #fff;
        text-decoration: underline;
    }

    .alert .wrapper {
        position: relative;
        padding: 3.4rem 1rem 3.4rem 8.6rem;
        font-size: 1.8rem;
        /*overflow: hidden;*/
    }

        .alert .wrapper:before {
            display: block;
            position: absolute;
            top: 2rem;
            left: 1rem;
            width: 6rem;
            height: 6rem;
            background-color: #ffffff;
            border-radius: 3rem;
            font-size: 3.6rem;
            line-height: 1.55;
            color: #ef3e42;
            text-align: center;
        }

    .alert .alert-contact-info dl {
        width: 100%;
    }

        .alert .alert-contact-info dl dt {
            display: inline-block;
            font-weight: normal;
        }

        .alert .alert-contact-info dl dd {
            display: inline-block;
            font-weight: normal;
            float: right;
        }

    .alert h2 {
        font-size: 3.2rem;
        line-height: 1;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 0;
    }

    .alert h4 {
        margin-top: 1rem;
        line-height: 1;
        text-transform: uppercase;
        color: #ffffff;
    }

        .alert h2 + *, .alert h4 + * {
            margin-top: 1rem;
        }

@media (max-width: 767px) {
    .alert .wrapper {
        padding: 2.3rem 0 2.2rem 4.8rem !important;
        font-size: 1.5rem;
    }

        .alert .wrapper:before {
            top: 1.2rem;
            left: 0rem;
            width: 3.8rem;
            height: 3.8rem;
            font-size: 2.2rem;
        }

    .alert h2 {
        font-size: 1.8rem;
    }

        .alert h2 + * {
            margin-top: 0.4rem;
        }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .alert .wrapper {
        padding: 3.4rem 1rem 3.4rem 8.6rem !important;
    }
}

#PrimaryNavClose {
    width: 45px;
    height: 45px;
    padding: 10px;
    margin-top: 18px;
    margin-left: 33px;
    cursor: pointer;
}

#secondary-nav {
    float: left;
    width: 100%;
}

    #secondary-nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border-top: solid 0.1rem #f4f4f4;
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

        #secondary-nav ul li {
            border-bottom: solid 0.1rem #f4f4f4;
        }

            #secondary-nav ul li ul {
                margin-left: 1rem;
            }

                #secondary-nav ul li ul li {
                    border-bottom: none;
                }

                    #secondary-nav ul li ul li + li {
                        border-top: solid 0.1rem #f4f4f4;
                    }

            #secondary-nav ul li a {
                position: relative;
                display: block;
                margin: 0;
                padding: 1.1rem 1rem 0.9rem 1rem;
                text-decoration: none;
                color: #333;
            }

            #secondary-nav ul li .current {
                display: inline-block;
                font-weight: bold;
                font-family: "font_emphasised";
                padding: 1.1rem 1rem 0.9rem 1rem;
                background-color: #f4f4f4;
            }

            #secondary-nav ul li a:hover, #secondary-nav ul li a:focus {
                background-color: #f4f4f4;
                text-decoration: none;
            }

            #secondary-nav ul li a.active, #secondary-nav ul li a.active:hover, #secondary-nav ul li a.active:focus {
                background-color: #f4f4f4;
            }

                #secondary-nav ul li a.active:after {
                    content: '';
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 100%;
                    height: 0.2rem;
                    background-color: #333;
                }

            #secondary-nav ul li a.parent {
                color: #333;
            }

#menu-nav > a:before {
    display: inline-block;
    height: 2.2rem;
    font-size: 2.4rem;
    line-height: 0.75;
    padding: 0 0.6rem 0 0;
    vertical-align: middle;
}

#menu-nav > a:after {
    display: inline;
    font-size: 2rem;
    padding: 0 0.1rem 0 0.5rem;
}

#menu-nav ul {
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    #primaryNav > ul {
        text-align: right;
    }

        #primaryNav > ul * {
            text-align: left;
        }

        #primaryNav > ul > li {
            float: none;
            position: static;
        }

            #primaryNav > ul > li#home-nav, #primaryNav > ul > li#menu-nav {
                float: left;
            }

    #login-nav > a > span, #contact-nav > a > span {
        display: none;
    }

    #login-nav > a:after, #contact-nav > a:after {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 10px;
    }

    #primaryNav > ul > li.checkout.active {
        display: inline-block;
    }

    .primary-nav-dropdown:hover:before, .primary-nav-dropdown.active:before {
        display: none;
    }

    .primary-nav-dropdown:hover > a, .primary-nav-dropdown.active > a {
        color: #fff !important;
    }

    .primary-nav-dropdown > ul {
        position: fixed;
        top: 13.4rem;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        max-height: -webkit-calc(100% - 13.4rem);
        max-height: -moz-calc(100% - 13.4rem);
        max-height: calc(100% - 13.4rem);
        overflow: auto;
        z-index: 20 !important;
        border: none;
        margin: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(-110%, 0, 0);
        -moz-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        transition: transform 0.6s;
    }

    .sticky .primary-nav-dropdown > ul {
        top: 4.6rem;
        max-height: -webkit-calc(100% - 4.6rem);
        max-height: -moz-calc(100% - 4.6rem);
        max-height: calc(100% - 4.6rem);
    }

    .primary-nav-dropdown.active > ul {
        z-index: 20 !important;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #menu-nav a:after {
        content: '';
        display: none;
    }

    #menu-nav > ul li {
        padding-right: 0;
    }

    #menu-nav > ul ul li {
        margin-right: 0;
    }

    #contact-nav > a:hover {
        color: #285a9b !important;
    }

    #contact-nav > ul {
        left: 0;
        right: 0;
        width: auto;
        font-size: 90%;
    }

    #contact-nav-follow-list li a span {
        text-align: center;
    }

    #primaryNav #search-nav {
        display: inline-block;
    }

        #primaryNav #search-nav span {
            display: none;
        }

        #primaryNav #search-nav a:after {
            display: inline;
            font-family: "font_icon";
            content: '\E800';
            font-size: 2rem;
            padding: 0 0 0 0.6rem;
        }
}

@media (min-width: 769px) and (max-width: 1023px) {
    ul#home-nav-tags {
        display: block;
        float: none;
        width: 100%;
        min-height: 0;
        margin: 2.4rem 0 0 0;
        text-align: center;
    }

        ul#home-nav-tags li {
            display: inline-block;
            float: none;
            margin: 0 0.4rem 0.5rem 0;
        }

            ul#home-nav-tags li a {
                height: 3.5rem;
                font-size: 2.2rem;
                line-height: 3.7rem;
            }

    .home #quick-finder {
        position: static;
        margin: 2.4rem auto 0 auto;
        width: 46rem;
    }

    .primary-nav-dropdown > ul {
        width: 34rem;
    }

    #menu-nav > ul li {
        white-space: normal;
        position: relative;
        padding: 0.4rem 0.4rem 0.4rem 3.4rem;
        font-size: 1.7rem;
    }

        #menu-nav > ul li a {
            display: block;
        }

        #menu-nav > ul li > .icon {
            display: block;
            position: absolute;
            left: 0.4rem;
            top: 0;
            width: 2.4rem;
            height: 2.4rem;
            margin-right: 1.2rem;
            padding-top: 0.2rem;
            font-family: "font_emphasised";
            text-align: center;
            font-size: 2.8rem;
            line-height: 0.9;
        }

            #menu-nav > ul li > .icon:before {
                content: '\BB';
            }

        #menu-nav > ul li.parent > .icon {
            top: 0.2rem;
        }

            #menu-nav > ul li.parent > .icon:before {
                content: '+';
                color: #285a9b;
                cursor: pointer;
            }

        #menu-nav > ul li.parent.active > .icon {
            top: 0;
        }

            #menu-nav > ul li.parent.active > .icon:before {
                content: '\2013';
                color: #285a9b;
                cursor: pointer;
            }

    #menu-nav ul li.active > a {
        font-family: "font_emphasised";
    }

    #menu-nav ul ul {
        display: block;
        list-style-type: none;
        margin-top: 0.4rem;
    }

        #menu-nav ul ul li {
            margin-right: -0.4rem;
            border-top: solid 0.1rem #cccccc;
            font-size: 1.7rem;
        }

    #contact-nav > ul {
        left: auto;
        right: -2.2rem;
        width: 32rem;
    }

    #contact-nav-follow-list {
        white-space: nowrap;
    }

    #secondary-nav {
        display: none;
    }

        #secondary-nav + #main-content {
            width: auto;
            float: none;
        }
}

.article__info__label {
    font-family: "font_emphasised";
    margin-top: 15px;
}

.article__info__label--noMargin {
    margin: 0;
}

article__info__label .article-list article {
    clear: both;
    margin: 1rem 0 0 0;
    padding: 1rem 0 0 0;
    border-top: solid 1px #f4f4f4;
    font-size: 1.5rem;
    overflow: hidden;
}

.article-list article + article {
    margin-top: 1.2rem;
}

.article-list article h2 {
    clear: none;
    margin-top: 0 !important;
    font-size: 1.8rem;
}

.article-list article h3 {
    clear: none;
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #00849f;
}

    .article-list article h3 span {
        color: #131313;
        text-transform: none;
    }

    .article-list article h3 + h3 {
        margin-top: 0.4rem !important;
    }

.article-list article .article-attributes > * + * {
    margin-top: 0.1rem;
}

.article-list article .article-attributes .tag {
    color: #fff;
}

    .article-list article .article-attributes .tag.color-01 {
        background-color: #003F5F;
    }

    .article-list article .article-attributes .tag.color-02 {
        background-color: #6E298D;
    }

    .article-list article .article-attributes .tag.color-03 {
        background-color: #A7600C;
    }

    .article-list article .article-attributes .tag.color-04 {
        background-color: #CE4643;
    }

    .article-list article .article-attributes .tag.color-05 {
        background-color: #4C8324;
    }

    .article-list article .article-attributes .tag.color-06 {
        background-color: #6E298D;
    }

    .article-list article .article-attributes .tag.color-07 {
        background-color: #6F777B;
    }

    .article-list article .article-attributes .tag.color-08 {
        background-color: #3366ff;
    }

.article-list .article-thumbnail {
    float: left;
    display: block;
    width: 10rem;
    margin: 0 1rem 0 0;
    overflow: hidden;
}

    .article-list .article-thumbnail img {
        display: block;
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

.article-list article .article-info {
    overflow: hidden;
}

.article-list article * + .article-abstract {
    margin-bottom: 10px;
}

.article-list article .article-info .columns p + p {
    margin-top: 0;
}

.article-list article .article-info * + .columns {
    margin-top: 0.6rem;
}

.article-list article .related-documents {
    font-size: 1.3rem;
}

.article-list article.toggle {
    position: relative;
}

    .article-list article.toggle h2 {
        padding-right: 5rem;
    }

    .article-list article.toggle .show-hide {
        position: absolute;
        top: 0.8rem;
        right: 1.2rem;
        margin-top: 0 !important;
        font-size: 2.2rem;
        line-height: 1;
        color: #666;
        text-decoration: none;
    }

        .article-list article.toggle .show-hide:focus {
            color: #285a9b;
        }

        .article-list article.toggle .show-hide span {
            display: none;
        }

    .article-list article.toggle.closed .article-thumbnail, .article-list article.toggle.closed .article-info > * {
        display: none;
    }

    .article-list article.toggle.closed .article-info > .download-print {
        display: table;
        width: 100%;
    }

    .article-list article.toggle.open h2 {
        padding-bottom: 0.6rem;
    }

@media (max-width: 767px) {
    .article-list article {
        font-size: 1.3rem;
    }

        .article-list article + article {
            margin-top: 1rem;
        }

        .article-list article h2 {
            font-size: 1.4rem;
        }

        .article-list article h3 {
            font-size: 1.3rem;
        }

        .article-list article .article-attributes {
            float: none;
            width: auto;
            margin-right: 0;
            margin-bottom: 0.6rem;
        }

            .article-list article .article-attributes > * {
                display: inline-block;
            }

                .article-list article .article-attributes > * + * {
                    margin-top: 0;
                }

        .article-list article .article-thumbnail {
            display: none;
        }

        .article-list article .article-info {
            overflow: hidden;
            margin-top: 0.6rem;
        }

            .article-list article .article-info .columns .column {
                float: none;
                width: auto;
                margin-left: 0;
            }

                .article-list article .article-info .columns .column + .column {
                    margin-top: 0.4rem;
                }
}

.toggle-content {
    display: none;
}

.toggle-link {
    cursor: pointer;
    color: #285a9b;
}

    .toggle-link:hover {
        text-decoration: underline;
    }

div.banner {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

body.home div.banner {
    padding-top: 102px;
}

body.landing div.banner {
    padding-top: 200px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    body.landing div.banner {
        padding-top: 110px;
        padding-bottom: 10px;
    }
}

div.banner > .wrapper {
    max-width: 950px;
    position: relative;
}

div.banner h1 {
    color: #ffffff;
    font-weight: bold;
    margin: 10px 0;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
    letter-spacing: 1px;
}

div.banner h2 {
    font-size: 16px;
    font-family: "font_emphasised";
    color: #000;
    margin: 20px 0 0 0;
}

body.home div.banner {
    background: url("/assets/branches/headers/home.jpg") center center;
    background-size: cover;
}

body.home div.banner__overlay {
    height: 500px;
}

@font-face {
    font-family: 'font_regular';
    /*src: url("/ClientApp/dist/fonts/source-sans-pro.regular-webfont.eot");*/
    src: url("/ClientApp/dist/fonts/source-sans-pro.regular-webfont.woff") format("woff"),url("/ClientApp/dist/fonts/source-sans-pro.regular-webfont.ttf") format("truetype"),url("/ClientApp/dist/fonts/source-sans-pro.regular-webfont.svg#font_regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font_emphasised';
    /*src: url("/ClientApp/dist/fonts/sourcesanspro-semibold-webfont.eot");*/
    src: url("/ClientApp/dist/fonts/sourcesanspro-semibold-webfont.woff") format("woff"),url("/ClientApp/dist/fonts/sourcesanspro-semibold-webfont.ttf") format("truetype"),url("/ClientApp/dist/fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font_icon';
    /*src: url("/ClientApp/dist/fonts/entypo.eot?38088458");*/
    src: url("/ClientApp/dist/fonts/entypo.woff?38088458") format("woff"),url("/ClientApp/dist/fonts/entypo.ttf?38088458") format("truetype"),url("/ClientApp/dist/fonts/entypo.svg?38088458#entypo") format("svg");
    font-weight: normal;
    font-style: normal;
}

html.wf-inactive, .wf-inactive body {
    font-size: 9px;
}

body, select, input, textarea {
    font-family: 'font_regular', Verdana, Arial, sans-serif;
}

.wf-inactive body {
    font-size: 0.9em;
}

h2 {
    font-family: 'font_regular', Verdana, Arial, sans-serif;
}

h3, h4, h5 {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

.entypo, .font-icon {
    font-family: 'font_icon';
}

main form label, main form .field fieldset {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

main form .optionset label, main form .checkbox label {
    font-family: 'font_regular', Verdana, Arial, sans-serif;
}

main table th {
    padding: 0.8rem 1.3rem 0.6rem 1.3rem;
    background-color: #333;
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

main blockquote {
    font-family: Georgia, serif;
}

main .table-header {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

main .feature-doc a, main .feature-link a {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

    main .feature-link a:after {
        font-family: 'font_regular', Verdana, Arial, sans-serif;
    }

.page-info-feedback time {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

#main-page .tile h2 {
    font-family: 'font_regular', Verdana, Arial, sans-serif;
}

#page-foot h2 {
    font-family: 'font_regular', Verdana, Arial, sans-serif;
}

#secondary-nav ul li a.parent {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

.tag-list {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

.article-list article h3 {
    font-family: 'font_regular', Verdana, Arial, sans-serif;
}

.article-list article .article-info .columns {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

.more-control {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

#quick-finder form select {
    font-family: 'font_regular', Verdana, Arial, sans-serif;
}

#news-article-summary {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

.lhs.search-filters .search-filter ul li span.active span {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

dl.definition-list dfn {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

.process-step header h3 {
    font-family: 'font_regular', Verdana, Arial, sans-serif;
}

#Form_DocumentRequestForm table td a {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

.book-navigation .menu ul li a.active {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

section.book-page h1 {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

#MemberAjaxLoginForm_LoginForm label, #MemberAjaxLoginForm_LoginForm .field fieldset {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

#MemberAjaxLoginForm_LoginForm .checkbox label {
    font-family: 'font_regular', Verdana, Arial, sans-serif;
}

.dst-question-label {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

.dst-question-intro, .dst-question-heading {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

.dst-result-question .dst-original-question, .dst-result-answer {
    font-family: 'font_emphasised', 'Trebuchet MS', Arial, sans-serif;
}

.primary-nav-drop-down > ul > li h2 {
    font-family: 'font_regular', Verdana, Arial, sans-serif;
}

#quick-finder h2 {
    font-family: 'font_regular', Verdana, Arial, sans-serif;
}

.article-list article .article-attributes {
    font-family: 'font_emphasised', 'Arial', sans-serif;
}

div.banner {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    width: 100%;
    float: left;
    padding-top: 150px;
    padding-bottom: 50px;
    font-size: 36px;
}

@media (max-width: 768px) {
    div.banner {
        padding-top: 125px;
        padding-bottom: 10px;
        font-size: 30px;
    }
}

div.banner__overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: 300px;
    background: -moz-linear-gradient(top, rgba(51,51,51,0.75) 0%, rgba(51,51,51,0.74) 1%, rgba(51,51,51,0) 100%);
    background: -webkit-linear-gradient(top, rgba(51,51,51,0.75) 0%, rgba(51,51,51,0.74) 1%, rgba(51,51,51,0) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,0.75) 0%, rgba(51,51,51,0.74) 1%, rgba(51,51,51,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf333333', endColorstr='#00333333',GradientType=0 );
}

@media (max-width: 768px) {
    div.banner__overlay {
        height: 185px;
    }
}

div.banner > .wrapper {
    max-width: 95rem;
    position: relative;
}

div.banner h2 {
    font-size: 16px;
    font-family: "font_emphasised";
    color: #000;
    margin: 20px 0 0 0;
}

.multi-page-document-index #main-content {
    max-width: 70rem;
}

.book-navigation {
    position: relative;
    display: block;
    margin: 0 0 2rem 0;
    padding: 0;
    background-color: #f4f4f4;
    border: solid 0.1rem #cccccc;
    list-style-type: none;
}

* + .book-navigation {
    margin-top: 2rem;
}

.book-navigation > li {
    position: relative;
    float: left;
    display: block;
    border-right: solid 0.1rem #cccccc;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.5rem;
}

    .book-navigation > li.download:last-child {
        float: right;
        border-right: none;
        border-left: solid 0.1rem #cccccc;
    }

    .book-navigation > li > a, .book-navigation > li > h2 {
        display: block;
        padding: 1.2rem 1rem 1.1rem 1rem;
        font-size: 1.5rem;
        text-transform: uppercase;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        vertical-align: middle;
    }

        .book-navigation > li > a:hover, .book-navigation > li > a:focus, .book-navigation > li > h2:hover {
            background-color: #cccccc;
        }

        .book-navigation > li > a:before, .book-navigation > li.nav-control > a.next:after, .book-navigation > li.menu > h2:before {
            display: inline-block;
            margin-right: 0.6rem;
            color: #6F777B;
            font-size: 2rem;
            line-height: 0;
            vertical-align: middle;
        }

    .book-navigation > li.nav-control > a.next:before {
        display: none;
    }

    .book-navigation > li.nav-control > a.next:after {
        margin-left: 0.6rem;
    }

    .book-navigation > li.nav-control > a.inactive, .book-navigation > li.nav-control > a.inactive:before, .book-navigation > li.nav-control > a.inactive:after {
        cursor: default;
        color: #999999;
    }

        .book-navigation > li.nav-control > a.inactive:hover, .book-navigation > li.nav-control > a.inactive:focus {
            background-color: transparent;
        }

.book-navigation .menu:after {
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    border-left: solid 1rem transparent;
    border-right: solid 1rem transparent;
    border-bottom: solid 0.9rem rgba(0,0,0,0.6);
    margin-left: -1rem;
    margin-top: -0.5rem;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.book-navigation .menu h2 {
    color: #285a9b;
}

.book-navigation .menu ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: -4rem;
    width: 24rem;
    list-style-type: none;
    margin: 0.4rem 0 0 0 !important;
    padding: 0;
    background-color: #ffffff;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    border: solid 0.6rem rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 0.3rem rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 0.3rem rgba(0,0,0,0.3);
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.3);
    text-transform: none;
    cursor: default;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .book-navigation .menu ul li + li {
        border-top: solid 0.1rem #cccccc;
    }

    .book-navigation .menu ul li a {
        display: block;
        padding: 0.7rem 1rem;
        color: #555555;
        text-decoration: none;
    }

        .book-navigation .menu ul li a:hover, .book-navigation .menu ul li a:focus {
            color: #000000;
        }

        .book-navigation .menu ul li a.active {
            color: #000000;
        }

.book-navigation.menu-active .menu h2 {
    background-color: #cccccc;
}

.book-navigation.menu-active .menu:after {
    opacity: 1;
    visibility: visible;
}

.book-navigation.menu-active .menu ul {
    opacity: 1;
    visibility: visible;
}

section.book-page h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: normal;
    color: #00849f;
    clear: both;
}

@media (max-width: 767px) {
    * + .book-navigation {
        margin-top: 1.6rem;
    }

    .book-navigation > li > a {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }

        .book-navigation > li > a > span {
            display: none;
        }

        .book-navigation > li > a:before, .book-navigation > li.nav-control > a.next:after {
            margin-right: 0;
        }

    .book-navigation > li.nav-control > a.next:after {
        margin-left: 0;
    }

    .book-navigation .menu ul {
        left: 0;
        width: 30rem;
    }

    figure.standard-image img {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .book-navigation .menu ul {
        left: -0.6rem;
    }
}

.branch-buttons {
    width: 100%;
    float: left;
    margin-top: -100px;
    z-index: 1;
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
}

.branch-buttons--homePageContent {
    display: none;
}

@media (max-width: 768px) {
    .branch-buttons--homePageContent {
        display: none;
        margin-top: 20px;
        margin-bottom: 10px;
        display: block !important;
        padding: 15px;
    }

        .branch-buttons--homePageContent h2 {
            margin: 0 !important;
        }

        .branch-buttons--homePageContent aside {
            padding: 15px;
        }
}

@media (max-width: 768px) {
    .branch-buttons {
        display: none;
        padding: 20px 0 0 0;
        margin: 0;
        width: 100%;
    }
}

.branch-buttons .branchButton__title {
    font-size: 16px;
    font-family: "font_emphasised";
    color: #000;
    margin: 20px 0 0 0;
}

.branch-buttons--menu {
    display: none;
    padding: 0;
    margin: 0 !important;
}

    .branch-buttons--menu p {
        display: none;
    }

    .branch-buttons--menu h2 {
        font-size: 16px;
        font-family: "font_emphasised";
        color: #000;
        margin: 10px 0 !important;
    }

    .branch-buttons--menu aside {
        border-left-width: 1.5rem;
        background: #ffffff;
        padding: 0.5rem 1.25rem;
        min-height: 80px;
        float: left;
        width: calc(25% - 10px);
        margin-right: 10px !important;
        margin: 0 !important;
    }

        .branch-buttons--menu aside:hover {
            box-shadow: 0 0 0 transparent !important;
        }

body.scrolling .branch-buttons--menu {
    display: block;
    margin: 0 auto !important;
    float: none;
}

@media (max-width: 767px) {
    .branch-buttons--menu {
        display: none !important;
    }
}

.branch-buttons a, .branch-buttons a:hover {
    color: #000;
    text-decoration: none;
}

.branch-buttons p {
    font-size: 1.2rem;
    color: #000;
}

.branch-buttons aside {
    border-left-width: 1.5rem;
    background: #ffffff;
    padding: 0.5rem 1.25rem;
    min-height: 80px;
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

    .branch-buttons aside:hover, .branch-buttons a:focus aside {
        box-shadow: rgba(0,0,0,0.2) 0 20px 40px 0px;
        opacity: 0.9;
        -webkit-transition: box-shadow 0.15s ease-out;
        -moz-transition: box-shadow 0.15s ease-out;
        -ms-transition: box-shadow 0.15s ease-out;
        -o-transition: box-shadow 0.15s ease-out;
        transition: box-shadow 0.15s ease-out;
        -webkit-transition: opacity 0.15s ease-out;
        -moz-transition: opacity 0.15s ease-out;
        -ms-transition: opacity 0.15s ease-out;
        -o-transition: opacity 0.15s ease-out;
        transition: opacity 0.15s ease-out;
    }

@media (max-width: 768px) {
    .branch-buttons aside:hover, .branch-buttons a:focus aside {
        box-shadow: 0 0 0 transparent;
        opacity: 1;
    }
}

h2 {
    font-size: 16px;
    font-family: "font_emphasised";
    color: #000;
    margin: 20px 0 0 0;
}

.branchButtonsMenu-wrapper {
    float: left;
    width: 100%;
    background: #f4f4f4;
    box-shadow: 0 10px 10px rgba(0,0,0,0.05);
}

.l2landing-margin h2 {
    margin-top: 9px;
}

.feature-list h2 {
    font-size: 24px;
    color: #333;
}

.feature-list ul {
    list-style-type: square;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 0 20px;
}

    .feature-list ul li a {
        color: #333;
        font-size: 14px;
    }

.feature-list.whats-popular {
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .feature-list.whats-popular {
        padding: 20px 15px;
    }
}

.feature-list.whats-popular h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.feature-list.whats-popular ul {
    line-height: normal;
}

    .feature-list.whats-popular ul li {
        padding-bottom: 0.5em;
    }

.landing-promo-1-column {
    width: 322px;
    float: left;
    padding-bottom: 25px;
}

.landing-promo-2-column {
    width: 322px;
    float: right;
    padding-bottom: 25px;
}

.menu-outer {
    float: left;
    width: 70%;
}

#main-page aside {
    padding-top: 62.5px;
    padding-bottom: 5rem;
    margin-top: 4rem;
    margin-bottom: -5rem;
    background-color: #f4f4f4;
}

@media (max-width: 768px) {
    #main-page aside {
        padding: 30px 0;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    #main-page .row-margin-change {
        margin-bottom: 20px;
    }
}

#breadcrumbs {
    border-bottom: solid 0.1rem #ccc;
    color: #666;
    font-size: 1.2rem;
    line-height: 2rem;
    clear: both;
    overflow: hidden;
}

    #breadcrumbs .wrapper {
        padding-left: 1rem;
    }

    #breadcrumbs nav {
        float: right;
        line-height: 0;
    }

    #breadcrumbs span {
        float: left;
        padding: 0.6rem 0 0;
        line-height: 2.4rem;
    }

    #breadcrumbs a {
        color: #666;
    }

.branch-mpi div.banner {
    background-image: url(/dist/images/branches/banners/mpi-2x.jpg);
}

div.breadcrumbs {
    border-bottom: solid 0.1rem #ccc;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 2rem;
    clear: both;
    overflow: hidden;
    min-height: 50px;
    padding: 10px;
}

@media (max-width: 767px) {
    div.breadcrumbs {
        padding: 10px 0;
    }
}

body.security div.breadcrumbs {
    border-top: 1px solid rgba(255,255,255,0.1);
}

.branch-mpi div.breadcrumbs {
    background-color: #333 !important;
}

div.breadcrumbs nav {
    float: right;
    line-height: 0;
}

@media (max-width: 767px) {
    div.breadcrumbs nav {
        float: inherit;
    }
}

div.breadcrumbs a {
    color: #FFF;
}

@media print {
    div.breadcrumbs {
        display: none;
    }

    .no-print {
        display: none !important;
    }

    .print-only {
        display: block;
    }
}

.breadcrumbsPath {
    padding-top: 5px;
    font-size: 0;
}

@media (max-width: 767px) {
    .breadcrumbsPath {
        display: none;
    }
}

.breadcrumbsPath__item {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}

    .breadcrumbsPath__item a {
        text-decoration: none !important;
        padding-bottom: 2px;
        color: inherit !important;
        border-bottom: 2px solid rgba(255,255,255,0.5);
    }

        .breadcrumbsPath__item a:hover, .breadcrumbsPath__item a:active, .breadcrumbsPath__item a:focus {
            border-bottom: 2px solid transparent;
        }

.breadcrumbsPath__item--home svg {
    vertical-align: text-top;
}

.breadcrumbsPath__delimiter {
    padding: 0 0.35em;
    font-size: 16px;
    opacity: 0.5;
    display: inline-block;
}

.breadcrumbsPath--inContent {
    display: none;
    padding: 15px;
    border-bottom: 3px solid #f4f4f4;
    margin-bottom: 20px;
}

    .breadcrumbsPath--inContent .breadcrumbsPath__item svg {
        fill: #333;
    }

@media (max-width: 767px) {
    .breadcrumbsPath--inContent {
        display: block;
    }
}

.columns:before, .columns:after {
    content: "";
    display: table;
}

.columns:after {
    clear: both;
}

.columns .column {
    float: left;
}

.columns > .column:first-child {
    margin-left: 0 !important;
}

main .columns.two .column {
    width: 48%;
    margin-left: 4%;
}

main .columns.three .column {
    width: 31.42857143%;
    margin-left: 2.857142854%;
}

html, body {
    font-size: 10px;
}

body, select, input, textarea {
    color: #131313;
    line-height: 1.4;
}

.printonly {
    display: none !important;
}

hr {
    border-top: 3px solid #f4f4f4 !important;
}

body {
    min-width: 20rem;
    background-color: #fff;
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
}

#page-wrapper {
    min-height: 100%;
}

.mobileHidden {
    display: block !important;
}

@media (max-width: 767px) {
    .mobileHidden {
        display: none !important;
    }
}

.mobileVisible {
    display: none !important;
}

@media (max-width: 767px) {
    .mobileVisible {
        display: block !important;
    }
}

.wrapper {
    margin: 0 auto;
    width: 950px !important;
    position: relative;
}

@media (max-width: 1023px) {
    .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .wrapper {
        width: 100% !important;
    }

    #main-page aside {
        padding-top: 2.4rem;
        margin-top: 2rem;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .wrapper {
        width: 60rem !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

.remove-from-page {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 0;
    height: 0;
    overflow: hidden;
}

.container--noMargin {
    margin: 0;
}

.container-fluid--positioner {
    padding-left: 50px;
}

.container--noPadding {
    padding: 0 !important;
}

.col--narrowLeftPadding {
    padding-left: 5px !important;
}

@media (max-width: 768px) {
    .col--narrowLeftPadding {
        padding-left: inherit !important;
    }
}

.col--narrowRightPadding {
    padding-right: 5px !important;
}

@media (max-width: 768px) {
    .col--narrowRightPadding {
        padding-right: 15px !important;
    }
}

.col--noLeftPadding {
    padding-left: 0 !important;
}

@media (max-width: 768px) {
    .col--noLeftPadding {
        padding-left: 15px !important;
    }
}

.col--noRightPadding {
    padding-right: 0 !important;
}

@media (max-width: 768px) {
    .col--noRightPadding {
        padding-right: 15px !important;
    }
}

.wrapper--lessPadding {
    width: calc(950px - 20px) !important;
}

@media (max-width: 768px) {
    .wrapper--lessPadding {
        width: auto !important;
    }
}

.col--rightFooterBorder {
    border-right: 1px solid rgba(255,255,255,0.15);
}

.col--leftFooterBorder {
    border-left: 1px solid rgba(255,255,255,0.15);
}

.scrollableTable {
    overflow-x: scroll;
}

    .scrollableTable:after {
        margin-bottom: 5px;
    }

@media (max-width: 767px) {
    .scrollableTable:after {
        content: 'Scroll for more ...';
        font-style: italic;
        color: #666;
    }
}

.scrollableTable::-webkit-scrollbar {
    height: 15px;
}

@media (max-width: 767px) {
    .scrollableTable::-webkit-scrollbar {
        display: none;
    }
}

.scrollableTable::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 20px;
}

.scrollableTable::-webkit-scrollbar-track {
    background: #f4f4f4;
    border-radius: 20px;
}

.scrollableTable table {
    margin-bottom: 15px;
}

body.branch-food main .intro .intro__heroImage--food {
    display: block;
}

body.branch-fish main .intro .intro__heroImage--fish {
    display: block;
}

body.branch-forest main .intro .intro__heroImage--forest {
    display: block;
}

body.branch-foodsafety main .intro .intro__heroImage--foodsafety {
    display: block;
}

body.branch-biosec main .intro .intro__heroImage--biosec {
    display: block;
}

hr {
    display: block;
    height: 0.1rem;
    border: 0;
    border-top: 0.1rem solid #f4f4f4;
    margin: 1.8rem 0 1.6rem 0;
    padding: 0;
}

/*CB: removed as stops the use of these tags*/
/*b, strong .bold {
    font-weight: normal;
}*/

.color-01 {
    color: #003F5F;
}

.color-02 {
    color: #6E298D;
}

.color-03 {
    color: #A7600C;
}

.color-04 {
    color: #CE4643;
}

.color-05 {
    color: #4C8324;
}

.color-06 {
    color: #6E298D;
}

.color-08 {
    color: #6F777B;
}

::-moz-selection {
    background: #285a9b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #285a9b;
    color: #fff;
    text-shadow: none;
}

a:link {
    -webkit-tap-highlight-color: transparent;
}

ins {
    background-color: #fcd700;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

#news-article-summary {
    padding: 1.4rem 2rem;
    background-color: #f4f4f4;
    border-top: solid 0.1rem #cccccc;
    border-bottom: solid 0.4rem #333;
    font-size: 1.4rem;
    color: #131313;
}

h1 + #news-article-summary, * + #news-article-summary {
    margin-top: 1rem !important;
    margin-bottom: 2rem;
}

#news-article-summary p {
    margin: 0;
}

#main-content a:not([href]) {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.number_list li {
    word-wrap: break-word;
    border-bottom-width: 0px;
}

ol.number_list {
    list-style-position: outside;
    padding-left: 3.8rem;
}

figure.standard-image img {
    max-width: 100% !important;
    height: auto !important;
}

dl.definition-list dt {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: solid 0.1rem #cccccc;
}

dl.definition-list dfn {
    font-style: normal;
}

dl.definition-list dd {
    font-size: 1.5rem;
}

.doc-cart-tab, .doc-cart-tab:visited {
    position: fixed;
    z-index: 20;
    top: 45%;
    right: 0;
    padding: 0.7rem 2rem 0.7rem 3.2rem;
    border-bottom: solid 0.4rem #d8e2d8;
    -webkit-border-top-left-radius: 0.6rem;
    -webkit-border-top-right-radius: 0.6rem;
    -moz-border-top-left-radius: 0.6rem;
    -moz-border-top-right-radius: 0.6rem;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    background: #f4f4f4;
    background-size: 2.2rem;
    font-size: 1.7rem;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0) translate3d(100%, -100%, 0);
    -moz-transform: rotate(0) translate3d(100%, -100%, 0);
    -ms-transform: rotate(0) translate3d(100%, -100%, 0);
    transform: rotate(0) translate3d(100%, -100%, 0);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

    .doc-cart-tab.active {
        -webkit-transform: rotate(-90deg) translate3d(100%, -100%, 0);
        -moz-transform: rotate(-90deg) translate3d(100%, -100%, 0);
        -ms-transform: rotate(-90deg) translate3d(100%, -100%, 0);
        transform: rotate(-90deg) translate3d(100%, -100%, 0);
    }

    .doc-cart-tab:hover, .doc-cart-tab:focus {
        text-decoration: none;
    }

a.checkout {
    display: inline-block;
    font-size: 2rem;
    line-height: 0.8;
    text-decoration: none;
}

    a.checkout:hover, a.checkout:focus {
        text-decoration: none;
    }

* + a.checkout {
    margin-left: 1rem;
}

#Form_DocumentRequestForm_action_doRequestAlter, #continueBrowsing {
    position: absolute;
    top: 2rem;
    right: 3rem;
}

#Form_DocumentRequestForm table {
    margin-top: 2rem;
}

    #Form_DocumentRequestForm table td {
        vertical-align: middle;
        border-left: none;
    }

        #Form_DocumentRequestForm table td input {
            width: 5.6rem;
            text-align: center;
        }

        #Form_DocumentRequestForm table td a {
            padding: 0.4rem;
            font-size: 2rem;
            color: #990000;
        }

#Form_DocumentRequestForm hr {
    margin: 3rem 0;
    border-width: 0.3rem;
}

@media (max-width: 767px) {
    .doc-cart-tab {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .doc-cart-tab {
        top: 50%;
    }
}

.dms-documentset {
    margin: 2rem 0;
}

    .dms-documentset .document-filter-tips {
        margin: 15px 0 30px 0;
    }

@keyframes highlight {
    50% {
        background-color: lightgoldenrodyellow;
    }
}

.dms-documentset .article-list article:first-child {
    margin-top: 30px !important;
}

.dms-documentset .article-list article.template {
    visibility: hidden;
}

.dms-documentset .article-list article .article-body {
    margin-top: 0.6rem;
}

.dms-documentset .article-list article.toggle div.article-body {
    display: none;
    padding-top: 0.6rem;
}

.dms-documentset .article-list article.toggle.open > div.article-body {
    display: block;
}

.dms-documentset .article-list article.toggle h2 {
    padding-bottom: 0.6rem;
}

.dms-documentset .article-list article dl {
    font-size: 1.3rem;
    overflow: hidden;
    white-space: nowrap;
}

.dms-documentset .article-list article dt, .dms-documentset .article-list article dd {
    display: inline-block;
    vertical-align: text-top;
}

.dms-documentset .article-list article dt {
    font-family: "font_emphasised";
}

    .dms-documentset .article-list article dt:after {
        content: ':';
        padding-right: 0.7em;
    }

.dms-documentset .article-list article dd {
    color: #131313;
    text-transform: none;
    white-space: normal;
    width: 75%;
    float: right;
}

    .dms-documentset .article-list article dd + dd {
        display: block;
    }

.dms-documentset .pagination {
    white-space: nowrap;
    float: right;
    margin-bottom: 2.6rem;
    clear: both;
}

    .dms-documentset .pagination > a, .dms-documentset .pagination > span {
        white-space: nowrap;
        float: left;
        padding: 0 0.4rem;
        text-align: center;
    }

        .dms-documentset .pagination > span.placeholder {
            border: none;
            background: none;
            font-weight: normal;
            color: #666;
            cursor: default;
            margin-top: 0.3rem;
        }

.dms-documentset a.first-link, .dms-documentset a.next-link {
    display: none;
}

.dms-documentset button.load-first {
    display: none;
}

.dms-documentset button.load-more span {
    line-height: 2rem;
}

.dms-documentset button span.spinner {
    display: none;
    line-height: 1rem;
    vertical-align: middle;
}

.dms-documentset button[disabled], .dms-documentset button[disabled]:hover {
    background: lightgrey;
    box-shadow: none;
}

    .dms-documentset button[disabled] span.spinner {
        display: inline-block;
        background: lightgrey;
        border: 0;
    }

    .dms-documentset button[disabled].other-active span.spinner {
        display: none;
    }

.dst-start #dst-header .dst-section-title, #dst-header #dst-outcomes-wrapper, #dst-header #dst-print, .dst-question #dst-start-content, .dst-outcome #dst-start-content, #dst-header .pageTitle {
    display: none;
}

.dst-start #dst-header .pageTitle {
    display: block;
}

.dst-with-outcomes #dst-header #dst-outcomes-wrapper, .dst-outcome #dst-header #dst-print {
    display: table-cell;
}

#dst-header {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 0 6px 0;
    margin: 0 0 0.6rem 0;
    padding: 0;
    border-collapse: collapse;
}

    #dst-header > * {
        display: table-cell;
        vertical-align: bottom;
    }

#dst-outcomes-wrapper, #dst-print {
    width: 1%;
    padding: 0 0 4px 8px;
    padding: 0 0 0.4rem 0.8rem;
}

#dst-journeys-list-inner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -7px 0 0 0;
    margin: -0.7rem 0 0 0;
    border: solid 6px rgba(0,0,0,0.6);
    border-radius: 1.2rem;
    box-shadow: 0 0 0.4rem #333;
    background-color: #ffffff;
}

    #dst-journeys-list-inner > table {
        border-collapse: collapse;
        margin: 4px 0;
    }

        #dst-journeys-list-inner > table th {
            background-color: #ffffff;
            font-size: 18px;
            font-size: 1.8rem;
            color: #212121;
        }

            #dst-journeys-list-inner > table th.interaction {
                width: 1%;
            }

        #dst-journeys-list-inner > table td {
            border: none !important;
            background-color: #ffffff;
            font-size: 15px;
            font-size: 1.5rem;
            color: #212121;
            vertical-align: middle;
        }

        #dst-journeys-list-inner > table tr.data-row + tr.data-row td {
            border-top: solid 1px #cccccc !important;
        }

        #dst-journeys-list-inner > table td.interaction {
            width: 1%;
            text-align: center;
        }

        #dst-journeys-list-inner > table td a {
            display: inline-block;
            text-decoration: none;
        }

            #dst-journeys-list-inner > table td a.dst-saved-save {
                margin-right: 16px;
            }

                #dst-journeys-list-inner > table td a.dst-saved-edit:before, #dst-journeys-list-inner > table td a.dst-saved-save:before, #dst-journeys-list-inner > table td a.dst-saved-cancel:before, #dst-journeys-list-inner > table td a.dst-saved-delete:before {
                    font-size: 20px;
                    font-size: 2rem;
                }

                #dst-journeys-list-inner > table td a.dst-saved-edit span, #dst-journeys-list-inner > table td a.dst-saved-save span, #dst-journeys-list-inner > table td a.dst-saved-cancel span, #dst-journeys-list-inner > table td a.dst-saved-delete span {
                    display: inline-block;
                    width: 0;
                    height: 0;
                    overflow: hidden;
                    font-size: 1px;
                    position: absolute;
                    left: -99999em;
                    visibility: hidden;
                    opacity: 0;
                }

        #dst-journeys-list-inner > table tr td a.dst-saved-save, #dst-journeys-list-inner > table tr td a.dst-saved-cancel, #dst-journeys-list-inner > table tr td input.dst-saved-input-name, #dst-journeys-list-inner > table tr.editing td a.dst-saved-edit, #dst-journeys-list-inner > table tr.editing td a.dst-saved-select {
            display: none;
        }

        #dst-journeys-list-inner > table tr.editing td a.dst-saved-save, #dst-journeys-list-inner > table tr.editing td a.dst-saved-cancel, #dst-journeys-list-inner > table tr.editing td input.dst-saved-input-name {
            display: inline-block;
        }

#dst-print a:after {
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 10px;
    padding-left: 1rem;
    vertical-align: middle;
    text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
}

#dst-start-options {
    padding: 30px;
    background-color: #f4f4f4;
}

    #dst-start-options ul {
        list-style: none;
        padding: 0;
        margin: 20px 0 0 0;
    }

    #dst-start-options hr {
        margin-left: -30px;
        margin-left: -3rem;
        margin-right: -30px;
        margin-right: -3rem;
        border-width: 4px;
    }

ul.dst-start-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-size: 20px;
}

* + ul.dst-start-list {
    margin-top: 16px;
    margin-top: 1.6rem;
}

ul.dst-start-list li + li {
    margin-top: 10px;
    margin-top: 1rem;
}

ul.dst-start-list li a {
    text-decoration: none;
    transition: all 0.2s;
}

    ul.dst-start-list li a:hover, ul.dst-start-list li a:active, ul.dst-start-list li a:focus {
        text-decoration: none;
    }

    ul.dst-start-list li a.dst-action {
        background-color: rgba(40,90,155,0.05);
        border-left: 10px solid rgba(40,90,155,0.25);
        transition: all 0.2s;
        padding: 15px;
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        ul.dst-start-list li a.dst-action:hover, ul.dst-start-list li a.dst-action:focus {
            background-color: #285a9b;
            color: #ffffff;
        }

.dst-action__icon {
    fill: #285a9b;
}

.dst-action__linkTitle {
    font-family: "font_emphasised";
    font-size: 20px;
    line-height: 18px;
}

.dst-action__subTitle {
    font-size: 16px;
}

.dst-action__arrowRight {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #285a9b;
    border-right: 1px solid #285a9b;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

.dst-action:hover .dst-action__arrowRight, .dst-action:focus .dst-action__arrowRight, .dst-action:active .dst-action__arrowRight {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

a.button.dst-action {
    font-size: 18px;
    font-size: 1.8rem;
    min-width: 220px;
}

h2.dst-section-title {
    margin-top: -0.4rem;
    font-size: 5rem;
    line-height: 1.1;
    font-weight: normal;
    color: #003f5f;
}

.dst-question-content {
    background: #f4f4f4;
    padding: 30px;
    float: left;
    width: 100%;
}

    .dst-question-content hr {
        margin-left: -30px;
        margin-left: -3rem;
        margin-right: -30px;
        margin-right: -3rem;
        border-width: 4px;
    }

.dst-question-label {
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 3px solid;
}

.dst-question-intro, .dst-question-heading {
    font-size: 2.8rem;
    font-size: 28px;
    line-height: 1.2;
    font-weight: normal;
    color: #333;
}

.dst-answer-options {
    display: table;
    margin: 50px auto;
    margin-top: 20px;
    font-size: 36px;
    line-height: 1;
}

    .dst-answer-options > * {
        display: table-cell;
        padding: 0 3rem;
        padding: 0 30px;
        vertical-align: middle;
        line-height: 1;
    }

        .dst-answer-options > * + *:before {
            position: relative;
            left: -32px;
            top: 0;
            content: '';
            display: inline-block;
            overflow: hidden;
            width: 0;
            height: 120px;
            border-left: 5px dotted rgba(40,90,155,0.25);
            vertical-align: middle;
        }

    .dst-answer-options a {
        display: inline-block;
        width: 150px;
        height: 150px;
        margin: 0;
        padding: 0 20px;
        overflow: hidden;
        border: solid 5px rgba(40,90,155,0.25);
        background-color: rgba(40,90,155,0.05);
        border-radius: 50%;
        text-align: center;
        line-height: 4.12;
        text-decoration: none !important;
        vertical-align: middle;
        transition: all 0.2s;
    }

        .dst-answer-options a:hover, .dst-answer-options a:focus {
            border-color: #285a9b;
            background-color: #285a9b;
            color: #ffffff;
        }

.dst-back-links {
    float: left;
}

    .dst-back-links a {
        background: #285a9b;
        color: #ffffff !important;
        padding-left: 20px;
        padding: 10px 15px 10px 15px;
        text-decoration: none !important;
        display: inline-block;
        font-size: 14px;
    }

        .dst-back-links a:hover, .dst-back-links a:focus, .dst-back-links a:active {
            background: rgba(40,90,155,0.05);
            color: #285a9b !important;
        }

            .dst-back-links a:hover:before, .dst-back-links a:focus:before, .dst-back-links a:active:before {
                border-left: 1px solid #285a9b;
                border-top: 1px solid #285a9b;
            }

        .dst-back-links a:before {
            content: '';
            width: 10px;
            height: 10px;
            display: inline-block;
            border-left: 1px solid #ffffff;
            border-top: 1px solid #ffffff;
            transform: rotate(-45deg);
            margin-right: 10px;
        }

    .dst-back-links * + * {
        margin-left: 1px;
    }

#dst-outcome-wrapper {
    padding: 30px;
    float: left;
    background: #f4f4f4;
}

    #dst-outcome-wrapper .feature-link:before {
        left: 55px;
    }

.dst-outcome-title {
    display: none;
}

    .dst-outcome-title + * {
        margin-top: 0;
    }

#dst-back-to-start-btn {
    height: 38px;
    height: 3.8rem;
    padding: 0 30px;
    padding: 0 3rem;
    line-height: 38px;
    line-height: 3.8rem;
    font-size: 20px;
    font-size: 2rem;
}

.dst-answer-list table td {
    padding-left: 35px !important;
    padding-right: 0 !important;
}

#dst-answer-list-wrapper h4 {
    padding: 10px;
    padding: 1rem;
}

    #dst-answer-list-wrapper h4:before {
        display: inline-block;
        vertical-align: middle;
        padding-right: 10px;
        padding-right: 1rem;
        font-size: 20px;
        font-size: 2rem;
        color: #666666;
    }

    #dst-answer-list-wrapper h4 a {
        color: #133d5f;
        text-decoration: none;
        vertical-align: middle;
    }

        #dst-answer-list-wrapper h4 a:hover, #dst-answer-list-wrapper h4 a:focus {
            text-decoration: underline;
        }

#dst-answer-list-wrapper .dst-answer-list {
    display: none;
    margin-top: -3px !important;
}

#dst-answer-list-wrapper.open .dst-answer-list {
    display: block;
}

.dst-answer-list table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none !important;
}

    .dst-answer-list table td {
        vertical-align: top;
        padding: 12px !important;
        padding: 1.2rem !important;
        background-color: transparent !important;
        border: none !important;
    }

    .dst-answer-list table tr + tr td {
        border-top: solid 1px #cccccc !important;
    }

.dst-result-question .dst-original-question, .dst-result-answer {
    font-size: 18px;
    font-size: 1.8rem;
}

.dst-result-question .dst-original-description {
    margin-top: 8px;
    margin-top: 0.8rem;
}

.dst-answer-list table td.dst-result-answer {
    width: 1%;
    padding: 10px;
    text-align: center;
}

#dst-question-wrapper {
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

    #dst-question-wrapper.processing:after {
        position: absolute;
        left: 50%;
        width: 6.4rem;
        height: 6.4rem;
        margin-top: -3.2rem;
        margin-left: -3.2rem;
        content: '';
        background: url(/ClientApp/dist/images/mpi-loader.gif) 0 0 no-repeat transparent;
        background-size: contain;
    }

@media (max-width: 768px) {
    .dst-with-outcomes #dst-header #dst-outcomes-wrapper, .dst-outcome #dst-header #dst-print {
        display: inline-block;
    }

    #dst-header {
        display: block;
        width: auto;
    }

        #dst-header > * {
            display: block;
            vertical-align: middle;
        }

    #dst-outcomes-wrapper, #dst-print {
        display: inline-block;
        padding: 0;
        margin: 0.2rem 0 0.2rem 1rem;
        width: auto;
    }

    #dst-journeys-list-inner > table th {
        font-size: 1.5rem;
    }

    #dst-journeys-list-inner > table td {
        font-size: 1.4rem;
    }

        #dst-journeys-list-inner > table td a.dst-saved-edit:before, #dst-journeys-list-inner > table td a.dst-saved-save:before, #dst-journeys-list-inner > table td a.dst-saved-cancel:before, #dst-journeys-list-inner > table td a.dst-saved-delete:before {
            font-size: 1.8rem;
        }

        #dst-journeys-list-inner > table td a.dst-saved-save {
            margin-right: 1rem;
        }

    #dst-journeys-list-inner > table tr td input.dst-saved-input-name {
        width: 10rem;
    }

    #dst-start-options {
        padding: 1.2rem;
    }

        #dst-start-options hr {
            margin-left: -1.2rem;
            margin-right: -1.2rem;
        }

    ul.dst-start-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        column-count: 1;
    }

    h2.dst-section-title {
        font-size: 3.2rem;
    }

    .dst-question-content {
        padding: 1.2rem;
        font-size: 1.6rem;
    }

        .dst-question-content hr {
            margin-left: -1.2rem;
            margin-right: -1.2rem;
        }

    .dst-question-intro, .dst-question-heading {
        font-size: 2.2rem;
    }

    .dst-answer-options {
        font-size: 2.8rem;
    }

        .dst-answer-options > * {
            padding: 0 1.6rem;
        }

            .dst-answer-options > * + *:before {
                left: -1.6rem;
                height: 8rem;
            }

        .dst-answer-options a {
            width: 10rem;
            height: 10rem;
            padding: 0 1.2rem;
            line-height: 3.6;
        }

    #dst-outcome-wrapper {
        padding: 1.2rem;
    }

    #dst-back-to-start-btn {
        padding: 0 2.4rem;
    }

    #dst-answer-list-wrapper h4 {
        font-size: 1.6rem;
    }

        #dst-answer-list-wrapper h4:before {
            padding-right: 0.6rem;
        }

    .dst-answer-list table td {
        padding: 1rem !important;
    }

        .dst-answer-list table td.dst-result-question {
            padding-left: 1rem !important;
            font-size: 1.4rem;
        }

    .dst-result-question .dst-original-question, .dst-result-answer {
        font-size: 1.6rem;
    }
}

@media (print) {
    #dst-answer-list-wrapper .dst-answer-list, #dst-journeys-list-inner {
        display: block;
    }

        .dst-outcome #dst-start-content, #dst-journeys-list > a.button, #dst-journeys-list-inner .interaction, #dst-journeys-list-inner .dst-saved-input-name, #dst-print, .dst-outcome-title {
            display: none;
        }

    .dst-back-links * + * {
        margin-left: 20px;
        margin-left: 2rem;
    }
}

main .table-header {
    padding: 0.8rem 1.3rem 0.6rem 1.3rem;
    background-color: #0085A0 !important;
    font-size: 1.8rem;
    color: #ffffff;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

main .feature-doc, main .feature-link {
    padding: 0;
    border: none;
    color: #fff !important;
    border-radius: 0;
    margin: 15px 0;
    font-size: 15px;
    background: -moz-linear-gradient(left, rgba(40,90,155,0.75) 0%, rgba(40,90,155,0.25) 100%);
    background: -webkit-linear-gradient(left, rgba(40,90,155,0.75) 0%, rgba(40,90,155,0.25) 100%);
    background: linear-gradient(to right, rgba(40,90,155,0.75) 0%, rgba(40,90,155,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf285a9b', endColorstr='#40285a9b',GradientType=1 );
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    padding: 0 15px 15px 65px;
}

    main .feature-doc:before, main .feature-link:before {
        content: '';
        background: #285a9b url(/ClientApp/dist/images/feature-link.svg) center;
        background-size: 30px 30px;
        background-repeat: no-repeat;
        width: 48px;
        height: 48px;
        margin: 0 !important;
        float: left;
        position: absolute;
        left: 15px;
    }

    main .feature-doc a, main .feature-link a {
        font-family: "font_regular",Verdana,Arial,sans-serif !important;
        display: inline-block;
        padding: 15px 15px 0 0;
        line-height: 1.25em;
        text-decoration: none !important;
        color: #ffffff !important;
    }

    main .feature-doc:hover, main .feature-doc:focus, main .feature-doc:active, main .feature-link:hover, main .feature-link:focus, main .feature-link:active {
        color: #ffffff !important;
        background-color: #285a9b;
    }

        main .feature-doc:hover a, main .feature-doc:focus a, main .feature-doc:active a, main .feature-link:hover a, main .feature-link:focus a, main .feature-link:active a {
            color: #ffffff;
        }

    main .feature-doc:before {
        background: #285a9b url(/ClientApp/dist/images/feature-doc.svg) 12px center no-repeat;
        background-size: 25px 25px;
    }

@media (max-width: 767px) {
    .footer .table-cell {
        display: block;
    }

    .footer #page-foot-upper section ul {
        float: left;
        width: 100%;
    }
}

.footer__nzgovtLogo {
    float: left;
    width: 100%;
    font-size: 0;
}

@media (max-width: 767px) {
    .footer__nzgovtLogo {
        margin: 0 0 20px 0;
    }
}

.footer__nzgovtLogo a {
    display: block;
    background: url(/ClientApp/dist/images/newzealand-government-rev.svg) 0 0 no-repeat transparent;
    float: right;
    width: 200px;
    height: 22px;
    margin-top: 6%;
    padding-right: 4%;
}

    .footer__nzgovtLogo a:focus {
        background-color: rgba(255,255,255,0.1);
    }

@media (max-width: 767px) {
    .footer__nzgovtLogo a {
        float: left;
        margin-top: 10px;
    }
}

.footer__mpiLogo {
    float: left;
    width: 100%;
    font-size: 0;
}

    .footer__mpiLogo a {
        display: block;
        background: url(/ClientApp/dist/images/mpi-logo.svg) 0 0 no-repeat transparent;
        width: 200px;
        height: 50px;
        margin-bottom: 10px;
    }

@media (max-width: 767px) {
    .footer__mpiLogo a {
        margin-bottom: 0;
    }
}

.footerLinks__item {
    margin-bottom: 5px;
    border-bottom: 2px solid rgba(255,255,255,0.15);
    padding-bottom: 2px;
    display: inline-block;
}

    .footerLinks__item:hover, .footerLinks__item:active, .footerLinks__item:focus {
        text-decoration: none;
        border-bottom: 2px solid rgba(255,255,255,0.5);
    }

.footerLinks__delimeter {
    display: inline-block;
    padding: 0 3px;
    opacity: 0.25;
}

.footerUpdates {
    border-bottom: 1px solid #454545;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .footerUpdates {
        border: none;
    }
}

#page-foot {
    position: relative;
    background-color: #2f3335;
    font-size: 14px;
    color: #ccc;
}

    #page-foot h2 {
        font-size: 2.2rem;
        font-weight: normal;
        color: #ccc;
        margin-top: 30px;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    #page-foot a {
        color: #ccc;
    }

    #page-foot ul {
        list-style-type: none;
        padding: 0;
    }

        #page-foot ul li {
            margin-top: 0.3rem;
        }

#footer-nav .column {
    margin-left: 2.5rem;
}

#footer-contacts a {
    display: inline-block;
    margin-right: 2rem;
    font-size: 1em;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

#page-foot-lower {
    border-top: solid 0.1rem #454545;
    padding: 20px 0;
    float: left;
    background: #2f3335;
    width: 100%;
}

    #page-foot-lower .wrapper {
        padding: 0 15px;
    }

@media (max-width: 767px) {
    #page-foot-lower .wrapper {
        padding: 0;
    }
}

#page-foot-lower p {
    float: left;
}

@media (max-width: 767px) {
    #page-foot-upper, #page-foot-upper .wrapper.table {
        height: auto;
        min-height: 0;
    }

    #page-foot-upper {
        padding: 1rem 0 0.8rem 0;
        background-image: none;
    }

        #page-foot-upper .wrapper.table .table-cell {
            border: none;
        }

            #page-foot-upper .wrapper.table .table-cell > * {
                margin: 0;
            }

        #page-foot-upper section h2 {
            display: block;
            float: left;
            padding: 0.6rem 0 0 0;
        }

        #page-foot-upper section ul {
            display: block;
            float: right;
        }
}

@media (max-width: 979px) {
    #page-foot-lower p {
        max-width: 40rem;
    }
}

@media print {
    #page-foot-upper {
        margin-top: 12pt;
        padding-top: 6pt;
        border-top: solid 1pt #eeeeee;
    }

        #page-foot-upper #footer-contacts {
            display: block;
        }

    #footer-contacts h2 {
        font-size: 16pt;
    }

    #footer-contacts ul li span {
        display: inline-block;
        margin-right: 12pt;
    }

    #footer-contacts ul li a {
        text-decoration: none;
    }

    *,
    *:before,
    *:after {
        transition: none !important;
    }
    .container {
        width:100%;
    }
    html {
        zoom: 70%;
    }
    .preview .applicationDetails .col-xs-12 {
        width: 25%;
    }
    .preview general-questions address .col-xs-12,
    .preview catdog-info fieldset .col-xs-12.col-sm-12 {
        width: 33%;
    }
    .preview general-questions fieldset .col-xs-12 {
        width: 50%;
    }
    .preview catdog-info fieldset .formQuestion .col-xs-12.col-sm-12.col-md-12 {
        width: 100%;
    }
    .preview general-questions address,
    .preview catdog-info fieldset,
    .preview additional-info fieldset {
        page-break-inside: avoid;
    }
    body.scrolling header {
        display: none;
    }
}

.vertical_center {
    display: flex;
    align-items: center;
}

main form {
    padding: 30px;
    background: #f4f4f4;
}

main * + form {
    margin-top: 1.6rem;
}

form input::-webkit-input-placeholder, 
form input:-ms-input-placeholder, 
form input::placeholder, 
form select::-webkit-input-placeholder, 
form select:-ms-input-placeholder, 
form select::placeholder {
    color: #767676;
    opacity: 1;
}

form.inactive:before {
    position: absolute;
    top: -0.1rem;
    right: -0.1rem;
    bottom: -0.1rem;
    left: -0.1rem;
    content: '';
    background-color: rgba(255,255,255,0.5);
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
}

form.inactive:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.4rem;
    height: 6.4rem;
    margin-top: -3.2rem;
    margin-left: -3.2rem;
    content: '';
    background: url(/ClientApp/dist/images/mpi-loader.gif) 0 0 no-repeat transparent;
    background-size: contain;
}

main form input, main form select, main form textarea {
    display: block;
    width: 100%;
    border: none;
    padding: 10px;
    background: #ffffff;
    line-height: inherit !important;
}

main form .field {
    position: relative;
}

    main form .field + .field {
        margin-top: 1.2rem;
    }

.Actions {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: solid 0.1rem #cdd6dc;
    text-align: right;
}

    .Actions input + input {
        margin-left: 1rem;
    }

main form label, main form .field fieldset {
    display: inline-block;
    color: #333;
}

main form .req-indicator, main form .required, main form .validation, main form .error {
    color: #990000;
}

main form span.extra {
    display: block;
    font-size: 90%;
    color: #666666;
}

main form span.helper {
    position: absolute;
    top: -0.2rem;
    left: 38rem;
    width: 2rem;
    height: 2rem;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    font-size: 1.3rem;
    line-height: 1.63;
    text-align: center;
    cursor: pointer;
}

main form span.extra.popup {
    display: none;
    position: absolute;
    z-index: 10;
    top: -0.2rem;
    left: 41rem;
    max-width: 20rem;
    border: solid 0.2rem #71777B;
    background-color: #ffffff;
    padding: 1rem;
    box-shadow: 0 0 0.6rem rgba(0,0,0,0.4);
    font-size: 1.3rem;
    color: #131313;
}

    main form span.extra.popup.active {
        display: block;
    }

main form .optionset {
    list-style-type: none;
    margin: 0;
}

    main form .optionset label, main form .checkbox label {
        display: inline;
        vertical-align: middle;
        color: #131313;
    }

    main form .optionset input, main form .checkbox input {
        display: inline;
        padding: 0;
        width: auto;
        margin-right: 0.4rem;
        border: none;
        box-shadow: none;
        vertical-align: middle;
    }

main form .fieldgroup-field {
    display: inline-block;
    width: 44%;
}

@media (min-width: 769px) and (max-width: 1023px) {
    main form span.extra.popup {
        left: auto;
        right: 15rem;
        max-width: 28rem;
    }
}

.pagination.glossary {
    margin-bottom: 1.6rem;
    text-align: left;
}

    .pagination.glossary span, .pagination.glossary a {
        margin-top: 0.8rem;
        margin-left: 0;
        margin-right: 0.3rem;
    }

#glossary-search-form form {
    padding-top: 2rem;
}

#glossary-search-form label {
    display: block;
    font-size: 1.8rem;
    color: #00849f;
}

#glossary-search-form .form-group .text-input {
    display: inline-block;
    width: 40rem;
    margin-right: 0.2rem;
    height: 3.6rem;
    vertical-align: top;
}

#glossary-search-form .form-group button {
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 2rem;
    line-height: 1;
    -webkit-text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
    -moz-text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
    text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
}

@media (max-width: 767px) {
    #glossary-search-form form {
        padding-top: 0.8rem;
    }

    #glossary-search-form .form-group .text-input {
        width: -webkit-calc(100% - 3.8rem);
        width: -moz-calc(100% - 3.8rem);
        width: calc(100% - 3.8rem);
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .pagination.glossary span, .pagination.glossary a {
        margin-top: 1rem;
        margin-right: 0.8rem;
    }
    body > div > div.container {
        width: unset;
        padding: 0;
    }
}

@media (min-width: 768px) {
    body.home header.page {
        background-color: transparent;
    }
}

header.page {
    overflow: visible;
    float: left;
    background: #333;
    vertical-align: 60px;
    background-size: cover;
    min-width: 100%;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    min-height: 60px;
}

    header.page svg {
        width: 21px;
        height: 21px;
        fill: #ffffff;
    }

    header.page body.home {
        background-color: transparent !important;
    }

    header.page body.scrolling {
        background: #333;
    }

@media (max-width: 767px) {
    header.page {
        padding-top: 10px;
        padding-bottom: 10px;
        max-height: 75px;
    }

        header.page #HeaderSearch {
            position: absolute;
            right: 10px;
            top: 53px;
        }
}

header.page .header__branchLogo img {
    width: 250px;
    height: 60px;
}

@media (max-width: 768px) {
    header.page .header__branchLogo img {
        max-height: 35px;
        max-width: 150px;
        position: absolute;
    }
}

header.page .header__branchLogo a:focus {
    outline: none;
}

    header.page .header__branchLogo a:focus img {
        outline: none;
        background: rgba(255,255,255,0.05);
    }

header.page .utility__nav-wrapper, header.page .primary__nav-wrapper, header.page .search__bar-wrapper {
    display: inline-block;
    vertical-align: middle;
}

header.page .header__nav {
    float: right;
}

    header.page .header__nav nav {
        line-height: 3em;
        vertical-align: top;
    }

        header.page .header__nav nav li {
            list-style: none;
        }

            header.page .header__nav nav li.dropdown > ul {
                display: none;
                line-height: 2em;
                direction: rtl;
                position: absolute;
                overflow: visible;
                z-index: 1;
            }

                header.page .header__nav nav li.dropdown > ul > li {
                    direction: ltr;
                    margin: 0.75rem;
                }

            header.page .header__nav nav li.dropdown.active {
                max-width: none;
                overflow: visible;
            }

.highlight-question {
    padding: 10px 10px 10px 50px;
    padding: 1rem 1rem 1rem 5rem;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    background-color: #e9e9e9;
    font-size: 15px;
    font-size: 1.5rem;
}

* + .highlight-question {
    margin-top: 10px;
    margin-top: 1rem;
}

.highlight-question:before {
    display: block;
    float: left;
    margin-left: -33px;
    margin-left: -3.3rem;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 0.8;
    color: #6e777a;
}

.highlight-question .inner {
    overflow: hidden;
}

@media (max-width: 767px) {
    .highlight-question {
        padding: 0.8rem 1rem 0.8rem 4rem;
        font-size: 1.4rem;
    }

        .highlight-question:before {
            margin-left: -3rem;
        }
}

ul#home-nav-tags {
    display: block;
    float: left;
    width: 62rem;
    min-height: 25rem;
    margin: 4rem 0 4rem 1rem;
}

    ul#home-nav-tags li {
        display: block;
        float: left;
        margin: 0 0.5rem 0.5rem 0;
    }

        ul#home-nav-tags li a {
            display: block;
            height: 3.8rem;
            padding: 0 2rem;
            overflow: hidden;
            background-color: #fff;
            -webkit-border-radius: 1.7rem;
            -moz-border-radius: 1.7rem;
            border-radius: 1.7rem;
            -webkit-box-shadow: 0 0 0.4rem rgba(0,0,0,0.5);
            -moz-box-shadow: 0 0 0.4rem rgba(0,0,0,0.5);
            box-shadow: 0 0 0.4rem rgba(0,0,0,0.5);
            font-size: 2.2rem;
            color: #333;
            line-height: 4rem;
            white-space: nowrap;
            text-decoration: none;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            transition: all 0.2s;
        }

            ul#home-nav-tags li a:hover, ul#home-nav-tags li a:focus {
                text-decoration: none;
                background-color: #285a9b;
                color: #fff;
            }

.home #quick-finder {
    margin: 3.4rem 0 0 0;
}

@media (max-width: 767px) {
    .sticky-margin {
        margin-top: -8.8rem;
    }

    ul#home-nav-tags li {
        margin: 0 0.3rem 0.5rem 0;
    }

        ul#home-nav-tags li a {
            height: 3rem;
            padding: 0 1rem;
            font-size: 1.4rem;
            line-height: 3.2rem;
        }

    .home #quick-finder {
        width: 100%;
        margin-top: 2rem;
    }
}

.layout a {
    color: #285a9b;
    text-decoration: none;
}

    .layout a:hover, .layout a:focus {
        text-decoration: underline;
    }

        .layout a:focus img {
            outline: dashed 1px;
        }

    .layout a.secure:before {
        display: inline-block;
        padding-right: 0.6rem;
        font-size: 120%;
        text-decoration: none !important;
    }

        .layout a.secure:hover:before, .layout a.secure:focus:before, .layout a.secure:before:hover, .layout a.secure:before:focus {
            text-decoration: none !important;
        }

    .layout a.inactive {
        color: #999999;
    }

    .layout a.external:after {
        display: inline;
        font-size: 86%;
    }

.layout__main {
    padding-top: 28px;
    padding-bottom: 75px;
    font-size: 16px;
}

    .layout__main table td, .layout__main table th {
        font-size: 16px;
    }

    .layout__main .featureTiles {
        margin: 60px 0;
    }

@media (max-width: 768px) {
    .layout__main .featureTiles {
        margin: 30px 0;
    }
}

.layout__main--noPaddingBottom {
    padding-bottom: 0;
}

.layout__main .captionImage {
    font-size: 0;
    display: table;
}

    .layout__main .captionImage.left {
        float: left;
        margin: 30px 30px 30px 0;
    }

    .layout__main .captionImage.right {
        float: right;
        margin: 30px 0 30px 30px;
    }

.layout__main figure {
    display: table;
    float: left;
    clear: both;
    margin: 1.2rem 1.2rem 1rem 0;
    overflow: hidden;
    font-size: 0;
}

.layout__main figcaption, .layout__main p.caption {
    font-size: 0;
    background: #333;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    display: table-caption;
    caption-side: bottom;
}

    .layout__main figcaption a, .layout__main p.caption a {
        color: #fff;
        text-decoration: underline;
    }

.layout__main h2 + figure, .layout__main h3 + figure, .layout__main h4 + figure, .layout__main h5 + figure {
    margin-top: 1rem !important;
}

.layout__main figure.full-width {
    float: none;
    width: 100%;
    margin: 0;
}

    .layout__main figure.full-width img {
        width: 100%;
        height: auto;
    }

.layout__main * + figure.full-width {
    margin-top: 1rem;
}

.layout__main .standard-image + h2, .layout__main .standard-image + h3 {
    margin-top: 0rem !important;
}

.layout__main .standard-image ~ h2, .layout__main .standard-image ~ h3 {
    clear: none;
}

.layout__main blockquote {
    position: relative;
    padding: 40px;
    font-size: 1.5em;
    line-height: 1em;
    font-style: italic;
}

    .layout__main blockquote:before {
        display: block;
        position: absolute;
        top: 30px;
        left: 0;
        font-size: 3em;
    }

    .layout__main blockquote:after {
        display: block;
        position: absolute;
        bottom: 0;
        right: 30px;
        font-size: 3em;
    }

.layout__main * + blockquote {
    margin-top: 1rem;
}

.layout__main ul.bookmarks {
    position: relative;
    margin: 2rem 0;
    padding: 1.2rem 1.2rem 1.2rem 7rem;
    border: solid 0.4rem #D9E2E9;
    min-height: 9.6rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    list-style-type: none;
    font-size: 1.5rem;
}

    .layout__main ul.bookmarks:before {
        position: absolute;
        top: -0.7rem;
        left: 1.6rem;
        display: block;
        font-size: 10rem;
        line-height: 0.9;
        color: #90ca00;
    }

    .layout__main ul.bookmarks li {
        margin: 0;
        padding: 0;
    }

        .layout__main ul.bookmarks li + li {
            margin-top: 0.2rem;
        }

        .layout__main ul.bookmarks li a {
            color: #454545;
        }

.layout__main .media {
    max-width: 100%;
    max-height: 100%;
}

    .layout__main .media iframe {
        max-width: 100%;
        max-height: 100%;
    }

.layout__main a.tool-tip {
    position: relative;
    display: inline-block;
    overflow: visible;
    padding: 0 0.2rem;
    border: dashed 0.1rem #73787C;
    text-decoration: none;
    cursor: default;
    color: inherit;
}

    .layout__main a.tool-tip:before {
        display: block;
        visibility: hidden;
        opacity: 0;
        content: attr(data-tool-tip);
        position: absolute;
        z-index: 5;
        bottom: 100%;
        left: -50%;
        width: 22rem;
        height: auto;
        margin-bottom: -0.2rem;
        padding: 1rem 2rem;
        background-color: #ffffff;
        border: solid 0.2rem #71777B;
        -webkit-box-shadow: 0 0 0.5rem rgba(0,0,0,0.6);
        -moz-box-shadow: 0 0 0.5rem rgba(0,0,0,0.6);
        box-shadow: 0 0 0.5rem rgba(0,0,0,0.6);
        cursor: default;
        font-size: 1.4rem;
        text-align: center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .layout__main a.tool-tip:after {
        display: block;
        visibility: hidden;
        opacity: 0;
        content: '';
        position: absolute;
        z-index: 6;
        bottom: 100%;
        left: 20%;
        margin-bottom: -1.4rem;
        width: 3.2rem;
        height: 1.4rem;
        background: url(/ClientApp/dist/images/tool-tip-pointer.png) top center no-repeat transparent;
        background-size: contain;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .layout__main a.tool-tip:hover:before, .layout__main a.tool-tip:focus:before, .layout__main a.tool-tip:hover:after, .layout__main a.tool-tip:focus:after {
        visibility: visible;
        opacity: 1;
    }

.layout__main h1.pageTitle {
    line-height: 1.1;
    font-weight: bold;
    font-family: "font_emphasised";
    color: #333;
}

.layout__main h2.pageTitle {
    line-height: 1.1;
    font-weight: bold;
    font-family: "font_emphasised";
    color: #333;
}

.layout__main .landingpage--title--margin {
    margin: 0 0 8px 15px;
}

@media (max-width: 768px) {
    .layout__main .landingpage--title--margin {
        margin-left: 0;
    }
}

.layout__main body.landing > h1.pageTitle {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 30px 0;
}

.layout__main .intro * {
    font-size: 28px;
    line-height: 1.2em;
    margin-top: 0;
}

@media (max-width: 767px) {
    .layout__main .intro * {
        font-size: 20px;
    }
}

.layout__main .intro .intro__heroImage {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 20px 15px 0;
}

@media (max-width: 767px) {
    .layout__main .intro .intro__heroImage {
        width: 65px;
        margin: 0 11px -8px 0;
    }
}

.layout__main .intro hr {
    margin: 1.8rem 0;
    border-top: 0.3rem solid #ededed;
}

.layout__main * + .intro, .layout__main h1.pageTitle + .intro {
    margin-top: 0.6rem !important;
}

.layout__main p + p, .layout__main * + p {
    margin-top: 0.5em;
}

.layout__main ul, .layout__main ol {
    margin: 1em 2em;
}

.layout__main ol {
    list-style-type: decimal;
}

    .layout__main ol ol {
        margin: 0 0 0 2rem;
        list-style-type: lower-latin;
    }

    .layout__main ol li {
        padding: 0.2rem 0;
    }

    .layout__main ol ol li {
        border-bottom: none;
    }

@media (max-width: 1024px) {
    .layout__main__sideNav {
        display: none;
    }
}

.layout__main__content h1, .layout__main__content h2, .layout__main__content h3, .layout__main__content h4, .layout__main__content h5, .layout__main__content h6 {
    line-height: 1.1;
    font-weight: bold;
    font-family: "font_emphasised";
    color: #333;
}

    .layout__main__content h1#page-title, .layout__main__content h1.pageTitle, .layout__main__content h2#page-title, .layout__main__content h2.pageTitle, .layout__main__content h3#page-title, .layout__main__content h3.pageTitle, .layout__main__content h4#page-title, .layout__main__content h4.pageTitle, .layout__main__content h5#page-title, .layout__main__content h5.pageTitle, .layout__main__content h6#page-title, .layout__main__content h6.pageTitle {
        margin-top: 0;
    }

.layout__main__content h1 {
    font-size: 2.5em;
    margin-top: 0.75em;
}

.layout__main__content h2 {
    font-size: 2em;
    margin-top: 0.75em;
}

.layout__main__content h3 {
    font-size: 1.5em;
    margin-top: 0.75em;
}

.layout__main__content h4 {
    font-size: 1.25em;
    margin-top: 0.75em;
}

.layout__main__content h5 {
    font-size: 1.15em;
    margin-top: 0.75em;
}

.layout__main__content h6 {
    font-size: 1em;
    margin-top: 0.75em;
}

.layout__main__content .intro {
    border-bottom: 3px solid #f4f4f4;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .layout__main__content .intro {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .layout__main main form {
        padding: 1.2rem;
        font-size: 1.4rem;
    }

        .layout__main main form input, .layout__main main form select, .layout__main main form textarea {
            width: 100%;
            max-width: none;
            font-size: 1.4rem;
        }

        .layout__main main form .field + .field {
            margin-top: 1rem;
        }

    .layout__main .Actions {
        margin-top: 1.6rem;
        padding-top: 1.6rem;
    }

    .layout__main main form .columns .column {
        float: none;
        margin-left: 0 !important;
        width: 100% !important;
    }

        .layout__main main form .columns .column + .column {
            margin-top: 1rem;
        }

    .layout__main main form span.helper {
        left: auto;
        right: 0;
    }

    .layout__main main form span.extra.popup {
        left: auto;
        right: 2.4rem;
        max-width: 24rem;
    }

    .layout__main main table {
        position: relative;
        font-size: 1.2rem;
        line-height: 1.2;
    }

        .layout__main main table th {
            padding: 0.4rem 0.4rem 0.3rem 0.4rem;
            font-size: 1.3rem;
            line-height: 1.2;
        }

        .layout__main main table td {
            padding: 0.4rem;
        }

            .layout__main main table td img {
                width: 12rem;
                margin: 0 0.8rem 0.5rem 0;
            }

    .layout__main main .table-wrapper {
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .layout__main main ul.bookmarks {
        font-size: 1.3rem;
    }

    .layout__main .page-info-feedback {
        font-size: 1.2rem;
        line-height: 1.4;
    }

        .layout__main .page-info-feedback span:last-child {
            margin-left: 0;
            display: block;
        }

    .layout__main main blockquote {
        padding: 2.2rem 3.6rem;
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

        .layout__main main blockquote:before {
            top: 4.6rem;
            left: -0.8rem;
            font-size: 8rem;
        }

        .layout__main main blockquote:after {
            bottom: 0rem;
            right: 0.8rem;
            font-size: 8rem;
        }
}

.layout__promoTiles {
    background: #f4f4f4;
    padding: 30px 0;
}

.layout__promoTiles__quickLinks h2 {
    margin-top: 0;
}

@media (max-width: 768px) {
    .layout__promoTiles {
        padding: 15px 0;
    }
}

#main-content {
    display: block;
    width: 100%;
}

#secondary-nav + #main-content {
    width: 70rem;
    float: right;
}

.dstPage {
    padding: 37px 0;
}

.landing #main-page .landingtile {
    float: left;
    margin: 0 0 2rem 0;
}

    .landing #main-page .landingtile a {
        border-top: solid 0.3rem #fff;
        color: #131313;
    }

    .landing #main-page .landingtile.landingpromo {
        margin-bottom: 20px;
    }

        .landing #main-page .landingtile.landingpromo a {
            border-top: none;
            width: 100%;
        }

    .landing #main-page .landingtile:nth-child(4n+1) {
        margin-left: 0;
    }

#main-page .tile {
    display: block;
    width: 22rem;
    height: 33rem;
    overflow: hidden;
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}

    #main-page .tile a {
        display: block;
        width: 100%;
        height: 33rem;
        padding: 1rem;
        background-color: #ffffff;
        font-size: 1.6rem;
        line-height: 1.2;
        text-decoration: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

        #main-page .tile a:hover, #main-page .tile a:focus {
            background-color: #ededed;
            text-decoration: none;
        }

    #main-page .tile h2 {
        margin: 0;
        padding: 0 0 1rem 0;
        font-size: 2.2rem;
        line-height: 1;
        font-weight: normal;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
    }

    #main-page .tile a:hover h2, #main-page .tile a:focus h2 {
        text-decoration: none !important;
    }

    #main-page .tile figure {
        display: block;
        width: 100%;
        height: 19rem;
        margin: 0 0 0.6rem 0 !important;
        padding: 0;
        overflow: hidden;
    }

        #main-page .tile figure img {
            display: block;
            max-width: 100%;
            min-width: 0;
            margin: 0;
            padding: 0;
        }

    #main-page .tile.promo {
        height: 35rem;
    }

        #main-page .tile.promo a {
            height: 35rem;
            border-top: none;
        }

        #main-page .tile.promo h2 {
            text-transform: none;
            padding-bottom: 0.2rem;
        }

        #main-page .tile.promo a h2 {
            text-align: left;
        }

        #main-page .tile.promo figure {
            float: none;
            height: 14rem;
        }

        #main-page .tile.promo .info {
            height: auto;
            overflow: hidden;
        }

.home #main-page .tile, .landing #main-page .tile {
    float: left;
    margin: 0 0 2rem 2rem;
}

    .home #main-page .tile:nth-child(4n+1), .landing #main-page .tile:nth-child(4n+1) {
        margin-left: 0;
    }

    .home #main-page .tile a, .landing #main-page .tile a {
        border-top: solid 0.3rem #fff;
        color: #131313;
    }

    .home #main-page .tile.color-01 a {
        border-color: #003F5F;
    }

    .home #main-page .tile.color-02 a {
        border-color: #6E298D;
    }

    .home #main-page .tile.color-03 a {
        border-color: #A7600C;
    }

    .home #main-page .tile.color-04 a {
        border-color: #CE4643;
    }

    .home #main-page .tile.color-05 a {
        border-color: #4C8324;
    }

    .home #main-page .tile.color-06 a {
        border-color: #6E298D;
    }

    .home #main-page .tile.color-07 a {
        border-color: #6F777B;
    }

    .home #main-page .tile.color-01 h2 {
        color: #003F5F;
    }

    .home #main-page .tile.color-02 h2 {
        color: #6E298D;
    }

    .home #main-page .tile.color-03 h2 {
        color: #A7600C;
    }

    .home #main-page .tile.color-04 h2 {
        color: #CE4643;
    }

    .home #main-page .tile.color-05 h2 {
        color: #4C8324;
    }

    .home #main-page .tile.color-06 h2 {
        color: #6E298D;
    }

    .home #main-page .tile.color-07 h2 {
        color: #6F777B;
    }

    .home #main-page .tile.promo, .landing #main-page .tile.promo {
        margin-bottom: 0;
    }

        .home #main-page .tile.promo a, .landing #main-page .tile.promo a {
            border-top: none;
        }

.home #main-page * + .feature-list.column, .landing #main-page * + .feature-list.column {
    margin-top: 0;
}

.feature-list__title {
    font-family: "font_emphasised";
    font-size: 20px !important;
    font-weight: normal !important;
    margin: 0 !important;
}

.landing main .upper article {
    font-size: 1.5rem;
    overflow: hidden;
}

    .landing main .upper article + article {
        margin-top: 2rem;
    }

    .landing main .upper article figure {
        float: left;
        overflow: hidden;
        width: 100%;
        margin: 0 1.2rem 0 0;
    }

        .landing main .upper article figure img {
            display: block;
            min-width: 0;
            max-width: 100%;
        }

@media (max-width: 767px) {
    .landing main .upper article figure {
        width: 100%;
        margin-bottom: 20px;
    }
}

.landing main .upper article div {
    overflow: hidden;
}

@media (max-width: 767px) {
    #main-page .tile {
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
    }

        #main-page .tile a {
            height: auto;
            overflow: hidden;
            font-size: 1.5rem;
        }

        #main-page .tile h2 {
            text-align: left;
            padding-bottom: 0.4rem;
        }

        #main-page .tile figure {
            width: 15rem;
            height: 14rem;
            margin: 0 1rem 0 0 !important;
        }

            #main-page .tile figure + * {
                margin-top: 0 !important;
            }

        #main-page .tile.promo {
            height: auto;
            margin-bottom: 2rem;
            font-size: 1.5rem;
        }

            #main-page .tile.promo a {
                height: auto;
            }

            #main-page .tile.promo figure {
                float: left;
                width: 8rem;
                height: auto !important;
            }

            #main-page .tile.promo h2 {
                font-size: 1.8rem;
                clear: none !important;
            }

    .home #main-page .tile, .landing #main-page .tile {
        float: none;
        margin-left: 0;
    }

        .home #main-page .tile:nth-child(4n+1), .landing #main-page .tile:nth-child(4n+1) {
            margin-left: 0;
        }

    .home #main-page .feature-list.column, .landing #main-page .feature-list.column {
        margin-left: 0;
        width: 100%;
    }

    .home #main-page * + .feature-list.column, .landing #main-page * + .feature-list.column {
        margin-top: 0;
    }

    .landing main .upper article {
        font-size: 1.4rem;
    }

    .column + .feature-list.column, .feature-list {
        margin: 0 !important;
        width: 100% !important;
    }

    #main-page * + .feature-list {
        margin-top: 1rem !important;
    }

    .feature-list h2 {
        font-size: 2.2rem;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .home #main-page .wrapper, .landing aside .wrapper {
        width: 46rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto;
    }

    .home #main-page .tile:nth-child(2n+1), .landing #main-page .tile:nth-child(2n+1) {
        margin-left: 0;
    }

    .home #main-page .tile.promo, .landing #main-page .tile.promo {
        margin-bottom: 2rem;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    #main-page .columns.three .tile.column {
        width: 31.4286%;
        font-size: 1.5rem;
    }

        #main-page .columns.three .tile.column a {
            font-size: 1.5rem;
        }

        #main-page .columns.three .tile.column h2 {
            font-size: 1.8rem;
        }

    #main-page .columns.three .tile.promo.column h2 {
        text-transform: none;
        padding-bottom: 0.2rem;
    }

    #main-page .columns.three .tile.promo.column figure {
        height: 11.2rem;
    }
}


.login-modal-close-link {
    float: right;
}

.mpi-colour-border-bottom {
    border-bottom: 5px;
}

.mpi-colour-border-top {
    border-top: 5px;
}

.mpi-colour-border-left {
    border-left: 5px;
}

.mpi-colour-border-right {
    border-right: 5px;
}

.page-info-feedback {
    clear: both;
    margin-top: 3rem;
    border-top: solid 0.4rem #ededed;
    padding: 1.2rem;
    -webkit-border-bottom-left-radius: 0.6rem;
    -webkit-border-bottom-right-radius: 0.6rem;
    -moz-border-bottom-left-radius: 0.6rem;
    -moz-border-bottom-right-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    background-color: #f4f4f4;
    font-size: 1.6rem;
    line-height: 1;
}

    .page-info-feedback span:first-child {
        margin-right: 1rem;
        line-height: 1.5em;
    }

    .page-info-feedback span:last-child {
        margin-left: 0rem !important;
    }

.page-feedback {
    position: fixed;
    z-index: 18;
    top: 46%;
    right: 0;
    padding: 0.7rem 2rem;
    border-bottom: solid 0.4rem #d8e2d8;
    -webkit-border-top-left-radius: 0.6rem;
    -webkit-border-top-right-radius: 0.6rem;
    -moz-border-top-left-radius: 0.6rem;
    -moz-border-top-right-radius: 0.6rem;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
    background-color: rgba(244,244,244,0.6);
    font-size: 1.7rem;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg) translate3d(0, -100%, 0);
    -moz-transform: rotate(-90deg) translate3d(0, -100%, 0);
    -ms-transform: rotate(-90deg) translate3d(0, -100%, 0);
    transform: rotate(-90deg) translate3d(0, -100%, 0);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

    .page-feedback:hover, .page-feedback:focus {
        text-decoration: none;
    }

@media (min-width: 769px) and (max-width: 1023px) {
    .page-feedback {
        display: none;
    }
}

.process-flow {
    position: relative;
    padding: 0 0 30px 0;
    padding: 0 0 3rem 0;
    border-bottom: solid 3px #ededed;
    border-bottom: solid 0.3rem #ededed;
}

* + .process-flow {
    margin-top: 18px;
    margin-top: 1.8rem;
}

.process-flow .process-show {
    position: absolute;
    top: 0;
    right: 0;
}

.process-flow h2.process-title {
    clear: none;
    margin-bottom: 3rem;
    font-size: 3rem;
}

@media (max-width: 767px) {
    .process-flow .process-show {
        position: static;
    }

    .process-flow h2.process-title {
        width: 100%;
        clear: both;
    }

    .process-step + .process-step {
        margin-top: 2.6rem;
    }

    .process-step.non-numbered header > a {
        min-height: 4.3rem;
    }

    .process-step header > a:after {
        left: -3.6rem;
    }

    .process-step.non-numbered header > a:after {
        left: -1.9rem;
    }

    .process-step header h3 span {
        width: 3.2rem;
        height: 3.2rem;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        border-radius: 2rem;
        font-size: 2.3rem;
        line-height: 3.4rem;
    }

    .process-step header h4 {
        font-size: 1.7rem;
        margin-top: 0 !important;
    }
}

.process-detail {
    background: #f4f4f4;
    padding: 30px;
    margin-bottom: 60px;
}

    .process-detail:after {
        content: "";
        display: block;
        width: 100%;
        height: 60px;
        background-color: #f4f4f4;
        border-bottom-left-radius: 35%;
        border-bottom-right-radius: 35%;
        position: absolute;
        left: 0;
    }

.process-step.closed .process-detail {
    display: none;
}

.processStep {
    margin-top: 15px;
}

.processStep__title, .processStep__stepIndicator {
    font-family: "font_emphasised";
    font-size: 20px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}

.processStep__title {
    font-size: 1.25em !important;
}

.processStep__stepIndicator {
    white-space: nowrap;
    font-family: "font_regular",Verdana,Arial,sans-serif;
    font-size: 1em;
    border-bottom-color: #333;
    border-bottom: 3px solid #ffffff;
    margin-right: 20px;
    margin-bottom: 1em;
}

@media (max-width: 1024px) {
    .processStep__icon {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}

.processStep.closed .processStep__title, .processStep.closed .processStep__stepIndicator {
    color: #333;
}

.processStep.closed .processStep__stepIndicator {
    border-bottom: 3px solid #333;
}

.process-step header {
    background-color: #333;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    display: block;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    padding: 15px;
    margin-top: 15px;
    border-bottom: 3px solid #333;
}

    .process-step header p {
        color: #ffffff;
    }

    .process-step header > a {
        color: #333;
    }

    .process-step header .icon {
        fill: #ffffff;
        width: 33px;
        height: 33px;
        float: right;
    }

    .process-step header .icon--plus {
        display: none;
    }

    .process-step header .icon--minus {
        display: block;
    }

.process-step.closed header {
    background-color: #f4f4f4;
}

    .process-step.closed header > a {
        background-color: #333;
        color: #ffffff;
    }

    .process-step.closed header p {
        color: #333;
    }

    .process-step.closed header h3 {
        color: #333;
        border-bottom-color: #333;
    }

    .process-step.closed header h4 {
        color: #333;
    }

    .process-step.closed header .icon {
        fill: #333;
    }

    .process-step.closed header .icon--plus {
        display: block;
    }

    .process-step.closed header .icon--minus {
        display: none;
    }

.process-step header h4 {
    padding-right: 26px;
    padding-right: 2.6rem;
    font-size: 20px;
    font-size: 2rem;
}

.process-step header > a:hover {
    text-decoration: none;
}

.process-step.closed header > a:after {
    display: none;
}

.process-step header p {
    margin: 0;
}

.process-detail h1:first-child, .process-detail h2:first-child, .process-detail h3:first-child, .process-detail h4:first-child, .process-detail h5:first-child, .process-detail h6:first-child {
    margin-top: 0;
}

.landingtile {
    display: block;
    height: 33rem;
    overflow: hidden;
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.2);
}

    .landingtile a {
        display: block;
        width: 100%;
        height: 33rem;
        padding: 1rem;
        background-color: #ffffff;
        font-size: 1.6rem;
        line-height: 1.2;
        text-decoration: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }

        .landingtile a:hover, .landingtile a:focus {
            background-color: #ededed;
            text-decoration: none;
        }

    .landingtile h2 {
        margin: 0;
        padding: 0 0 1rem 0;
        font-size: 2.2rem;
        line-height: 1;
        font-weight: normal;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
    }

    .landingtile a:hover h2, .landingtile a:focus h2 {
        text-decoration: none !important;
    }

    .landingtile figure {
        display: block;
        width: 100%;
        height: 19rem;
        margin: 0 0 0.6rem 0 !important;
        padding: 0;
        overflow: hidden;
    }

        .landingtile figure img {
            display: block;
            margin: 0;
            padding: 0;
            height: 100%;
            max-width: inherit;
        }

    .landingtile a {
        height: auto;
        overflow: hidden;
        font-size: 1.5rem;
    }

    .landingtile h2 {
        text-align: left;
        padding-bottom: 0.4rem;
    }

    .landingtile figure {
        width: 15rem;
        height: 14rem;
    }

        .landingtile figure + * {
            margin-top: 0 !important;
        }

    .landingtile.landingpromo .info p {
        font-size: 14px;
        padding-left: 5px;
    }

    .landingtile.landingpromo a {
        height: 107px;
        overflow: hidden;
        border-top: none;
        width: 100%;
    }

    .landingtile.landingpromo h2 {
        text-transform: none;
        padding-bottom: 0.2rem;
    }

    .landingtile.landingpromo a h2 {
        text-align: left;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        padding-left: 5px;
    }

    .landingtile.landingpromo figure {
        margin-top: -10px !important;
        margin-left: -25px !important;
        background: #f4f4f4;
        width: 107px;
        height: 107px;
    }

    .landingtile.landingpromo {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

@media (max-width: 768px) {
    .landingtile.landingpromo {
        margin-bottom: 15px;
    }
}

.landingtile.landingpromo h2 {
    font-size: 1.8rem;
}

.row-margin-change {
    margin-right: -110px;
    margin-top: 20px;
}

.searchPage__pagination {
    margin-top: 2.6rem;
    text-align: right;
    padding: 0;
    font-size: 0;
}

.searchPage__pagination__link, .searchPage__pagination__current, .searchPage__pagination__previous, .searchPage__pagination__next {
    padding: 10px 15px;
    border-radius: 0;
    border: none;
    margin-right: 1px;
    transition: all 0.25s ease-out;
    font-size: 14px;
    text-decoration: none !important;
    background: #f4f4f4;
}

.searchPage__pagination__current {
    background: #285a9b;
    color: #fff !important;
}

.searchPage__pagination__link:hover, .searchPage__pagination__previous:hover, .searchPage__pagination__next:hover {
    background: #285a9b;
    color: #fff !important;
}

#search-page-form .form-group .text-input {
    display: inline-block;
    width: 40rem;
    margin-right: 0.2rem;
    height: 3.6rem;
    vertical-align: top;
}

#search-page-form .form-group button {
    display: inline-block;
    width: 3.6rem;
    height: 3.6rem;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 2rem;
    line-height: 1;
    -webkit-text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
    -moz-text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
    text-shadow: 0 0.1rem 0.2rem rgba(0,0,0,0.4);
}

@media (max-width: 767px) {
    #search-page-form .form-group {
        white-space: nowrap;
    }

        #search-page-form .form-group .text-input {
            width: -webkit-calc(100% - 3.8rem);
            width: -moz-calc(100% - 3.8rem);
            width: calc(100% - 3.8rem);
        }

    main .search-results-summary {
        font-size: 1.8rem;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .lhs.search-filters {
        display: none;
    }
}

.lhs.search-filters + #main-content {
    width: auto;
    overflow: hidden;
}

.lhs.search-filters {
    float: left;
    width: 20rem;
    font-size: 1.5rem;
}

    .lhs.search-filters h4 {
        padding-top: 1rem;
    }

    .lhs.search-filters .search-filter {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: solid 0.1rem #d7e2e7;
    }

        .lhs.search-filters .search-filter ul {
            list-style-type: none;
        }

            .lhs.search-filters .search-filter ul ul li {
                padding-left: 1rem;
            }

            .lhs.search-filters .search-filter ul li span.active {
                font-style: italic;
            }

                .lhs.search-filters .search-filter ul li span.active span {
                    padding: 0.4rem;
                    font-size: 1.5rem;
                    color: #990000;
                }

            .lhs.search-filters .search-filter ul li {
                padding-top: 0.3rem;
            }

main .search-results-summary {
    margin-top: 1rem !important;
    font-size: 2.3rem;
}

ul.simple-document-list {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 1.5rem;
}

    ul.simple-document-list li {
        padding: 0.6rem 1.4rem;
        background-color: #f4f4f4;
        border-bottom: solid 0.1rem #BAC7D3;
    }

        ul.simple-document-list li:first-child {
            border-top: solid 0.1rem #BAC7D3;
        }

        ul.simple-document-list li:hover {
            background-color: #D9E2E9;
        }

        ul.simple-document-list li:before {
            display: block;
            float: left;
            padding: 0 0.1rem 0 0;
            margin: 0 0.5rem 0 0;
            color: #70777A;
            font-size: 2rem;
            line-height: 1;
        }

        ul.simple-document-list li span {
            display: block;
            overflow: hidden;
        }

@media (max-width: 767px) {
    ul.simple-document-list {
        font-size: 1.4rem;
    }

        ul.simple-document-list li {
            padding: 0.6rem 1rem;
        }
}

.sitemap {
    padding-top: 30px;
}

    .sitemap ul {
        margin: 0;
        padding: 0;
    }

        .sitemap ul li {
            margin: 0 0 0 18px;
            list-style-type: square;
        }

    .sitemap ul {
        font-size: 1.8rem;
    }

        .sitemap ul li ul {
            font-size: 1.5rem;
        }

        .sitemap ul ul ul {
            margin-left: 1rem;
        }

@media (min-width: 769px) and (max-width: 1023px) {
    .sitemap .column {
        float: none;
        margin: 0 !important;
        padding: 0;
        width: auto !important;
    }

        .sitemap .column + .column {
            margin-top: 1.2rem !important;
        }
}

main .special-feature {
    background-color: #f4f4f4;
    border-top: solid 0.1rem #cccccc;
    border-bottom: solid 0.4rem #333;
    padding: 2rem;
    font-size: 1.5rem;
}

    main .special-feature .feature-doc:before, main .special-feature .feature-link:before {
        left: 35px;
    }

main * + .special-feature {
    margin-top: 2.6rem;
}

main .special-feature h2 {
    font-size: 2.8rem;
    color: #6e777a;
    text-transform: uppercase;
}

main .special-feature h3 {
    font-size: 2rem;
    color: #133d5f;
}

.column-layout-style {
    -webkit-columns: 2;
    -webkit-column-gap: 2.5rem;
    -moz-columns: 2;
    -moz-column-gap: 2.5rem;
    columns: 2;
    column-gap: 2.5rem;
}

@media (max-width: 767px) {
    main .special-feature {
        font-size: 1.4rem;
    }

        main .special-feature h2 {
            font-size: 2.2rem;
        }

        main .special-feature h3 {
            font-size: 1.5rem;
        }

    .column-layout-style {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
}

.table {
    display: table;
    border-collapse: collapse;
    width: 100%;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

main table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.5rem;
}

    main table tr {
        border-bottom: 1px solid #333;
    }

    main table td ul, main table td ol {
        margin: 0 !important;
    }

    main table td {
        border: none !important;
    }

    main table tbody tr:nth-child(2n+1) td {
        background-color: #f4f4f4;
    }

    main table th, main table thead td, main table tfoot td {
        padding: 0.8rem 1.3rem 0.6rem 1.3rem;
        background-color: #333;
        font-size: 1.8rem;
        color: #ffffff;
        font-weight: normal;
        text-align: left;
        vertical-align: top;
    }

    main table caption {
        padding: 10px 10px 10px 0;
        text-align: left;
        font-family: "font_emphasised";
        font-size: 16px;
    }

    main table.no-shading tbody tr td, main table.naked tbody tr td {
        background: transparent !important;
    }

    main table.naked tbody tr {
        border: none;
    }

        main table.naked tbody tr td {
            border: none;
        }

    main table td {
        padding: 0.8rem 1.3rem;
    }

        main table td:first-child, main table th:first-child {
            border-left: none;
        }

        main table td img {
            display: block;
            width: 15rem;
            float: left;
            margin: 0 1rem 0.5rem 0;
        }

main * + table {
    margin-top: 1rem;
}

@media (min-width: 769px) and (max-width: 1023px) {
    main table {
        font-size: 1.4rem;
        line-height: 1.2;
    }

        main table th {
            font-size: 1.5rem;
            line-height: 1.2;
        }

        main table td img {
            max-width: 10rem;
            margin: 0 0.6rem 0.4rem 0;
        }
}

.tag-list {
    padding-bottom: 6px;
    padding-bottom: 0.6rem;
    font-size: 0;
    line-height: 1.8;
    margin-bottom: 15px;
}

    .tag-list a, .tag-list span {
        font-size: 1.6rem;
    }

        .tag-list a.active, .tag-list span.active {
            text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
        }

    .tag-list.label {
        padding: 0;
        float: left;
        width: 100%;
        text-align: left;
        font-size: 1.6rem;
    }

    .tag-list.label--rightAlign {
        text-align: right;
    }

.newsHolder .tag-list {
    margin-top: 15px;
}

.tag-list.opened-closed-filter {
    font-size: 0;
    text-align: right;
}

    .tag-list.opened-closed-filter span {
        margin: 0 7px 0 0;
        display: inline-block;
    }

    .tag-list.opened-closed-filter a:hover, .tag-list.opened-closed-filter a:active, .tag-list.opened-closed-filter a:focus {
        background: #333;
        border-color: #333;
        color: #ffffff !important;
    }

    .tag-list.opened-closed-filter a, .tag-list.opened-closed-filter span {
        margin: 0 0 0 11px;
        border: none;
        border-bottom: 3px solid #f4f4f4;
        padding: 7px 10px;
        display: inline-block;
        color: #333;
    }

        .tag-list.opened-closed-filter a.active, .tag-list.opened-closed-filter span.active {
            text-shadow: 0 0 0 transparent;
        }

.tag-list.category > span, .tag-list.category > a {
    padding: 5px 10px !important;
    display: inline-block;
    font-size: 14px;
    margin: 0 7px 7px 0;
    border: 3px solid #f4f4f4;
}

.tag-list a {
    display: inline-block;
    font-size: 14px;
    border: 3px solid #f4f4f4;
    padding: 5px 15px;
    margin: 0 10px 0 0;
    text-decoration: none !important;
}

.tag-list + .tag-list {
    margin-top: 12px;
    margin-top: 1.2rem;
}

.tag-list a {
    text-decoration: none;
}

.tag-list span.divider {
    padding: 10px;
    padding: 0 1rem;
}

.tag-list, .tag-list a {
    color: #333;
}

    .tag-list a:hover, .tag-list a:focus {
        text-decoration: underline;
    }

    .tag-list .hovercolor-01:hover, .tag-list .hovercolor-01:focus, .tag-list .hovercolor-01.active {
        color: #003F5F;
    }

    .tag-list .hovercolor-02:hover, .tag-list .hovercolor-02:focus, .tag-list .hovercolor-02.active {
        color: #6E298D;
    }

    .tag-list .hovercolor-03:hover, .tag-list .hovercolor-03:focus, .tag-list .hovercolor-03.active {
        color: #A7600C;
    }

    .tag-list .hovercolor-04:hover, .tag-list .hovercolor-04:focus, .tag-list .hovercolor-04.active {
        color: #CE4643;
    }

    .tag-list .hovercolor-05:hover, .tag-list .hovercolor-05:focus, .tag-list .hovercolor-05.active {
        color: #4C8324;
    }

    .tag-list .hovercolor-06:hover, .tag-list .hovercolor-06:focus, .tag-list .hovercolor-06.active {
        color: #6E298D;
    }

    .tag-list .hovercolor-07:hover, .tag-list .hovercolor-07:focus, .tag-list .hovercolor-07.active {
        color: #6F777B;
    }

    .tag-list .active {
        padding-top: 2px;
        padding-top: 0.2rem;
    }

    .tag-list .hovercolor-01.active {
        border-color: #003F5F;
    }

    .tag-list .hovercolor-02.active {
        border-color: #6E298D;
    }

    .tag-list .hovercolor-03.active {
        border-color: #A7600C;
    }

    .tag-list .hovercolor-04.active {
        border-color: #CE4643;
    }

    .tag-list .hovercolor-05.active {
        border-color: #4C8324;
    }

    .tag-list .hovercolor-06.active {
        border-color: #6E298D;
    }

    .tag-list .hovercolor-07.active {
        border-color: #6F777B;
    }

    .tag-list.opened-closed-filter a:hover, .tag-list.opened-closed-filter a:focus {
        color: #666666;
        text-decoration: underline;
    }

    .tag-list.opened-closed-filter span.active {
        font-size: 14px;
        border: none;
        border-bottom: 3px solid #333;
    }

@media (max-width: 767px) {
    .tag-list {
        font-size: 1.3rem;
    }
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
    border-radius: 10px;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    zoom: 1;
    border-bottom-color: #4a8416;
    border-bottom-style: solid;
    border-bottom-width: 0.4rem;
}

#main-content.udf-content .userform-progress .progress, #main-content.udf-content .userform-progress .progress-bar {
    height: 3.3rem;
}

#main-content.udf-content .userform-progress nav {
    margin-top: -3.3rem;
    height: 3.3rem;
}

    #main-content.udf-content .userform-progress nav ul {
        list-style-type: none;
        margin: 0;
        overflow: visible;
        height: 3.3rem;
    }

#main-content.udf-content .userform-progress button[disabled]:hover {
    background-color: #333;
    opacity: 0.33;
}

#main-content.udf-content form fieldset.form-step {
    margin-bottom: 3.3rem;
}

#main-content.udf-content form .field fieldset {
    display: block;
}

#main-content.udf-content nav.step-navigation {
    width: 100%;
    overflow: hidden;
}

    #main-content.udf-content nav.step-navigation ul {
        float: right;
        padding-left: 0;
        margin-left: 0;
    }

    #main-content.udf-content nav.step-navigation ul {
        min-width: 120px;
    }

#main-content.udf-content .Actions {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

    #main-content.udf-content .Actions input {
        border: 0;
        padding: 0 1.3rem;
    }

.newsHolder article.media-release dl dd.date {
    background: #ffffff;
}

.webregister-datasource .webregister-datasource-window {
    width: 100%;
    overflow: auto;
}

    .webregister-datasource .webregister-datasource-window .webregister-datasource-table th, .webregister-datasource .webregister-datasource-window .webregister-datasource-table td {
        white-space: nowrap;
    }

.webregister-datasource .webregister-datasource-pagination {
    width: 100%;
    padding: 1em 0;
}

    .webregister-datasource .webregister-datasource-pagination nav {
        float: right;
    }

.documentSetFilter__actions {
    padding-top: 15px;
}

    .documentSetFilter__actions button {
        float: right;
        margin-left: 10px;
        font-size: 16px;
    }

.documentSetFilter__publishedBefore__error, .documentSetFilter__publishedAfter__error {
    display: none;
    color: #cc0000;
    line-height: 1.2em;
}

    .documentSetFilter__publishedBefore__error.show, .documentSetFilter__publishedAfter__error.show {
        display: block;
    }

    .documentSetFilter__publishedBefore__error strong, .documentSetFilter__publishedAfter__error strong {
        font-family: "font_emphasised";
    }

form.dms-documentset-filter {
    padding: 2rem;
}

    form.dms-documentset-filter label {
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    form.dms-documentset-filter .highlight {
        animation: highlight .5s step-end infinite alternate;
    }

    form.dms-documentset-filter input, form.dms-documentset-filter select {
        margin-bottom: 15px;
    }

        form.dms-documentset-filter input[type=date] {
            height: 42px;
        }

    form.dms-documentset-filter #Form_DocumentSetFilter_DocumentTypeID {
        height: 42px;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        background: #fff url(/ClientApp/dist/images/icons/icon-arrow-down.svg) no-repeat;
        background-position: calc(100% - 10px) center;
        background-size: 22px;
    }

    form.dms-documentset-filter .select2-selection__choice {
        line-height: normal;
        height: auto;
    }

    form.dms-documentset-filter .select2-container {
        width: 100% !important;
    }

        form.dms-documentset-filter .select2-container .select2-search--inline .select2-search__field {
            margin-top: 0 !important;
        }

    form.dms-documentset-filter .select2-container--default .select2-selection--multiple {
        min-height: 42px;
        display: block;
        width: 100%;
        border: none;
        padding: 10px;
        background: #ffffff;
        line-height: inherit !important;
        padding: 10px 10px 0 10px !important;
        border-radius: 0 !important;
        -webkit-appearance: none;
        box-shadow: 0 0 0 transparent !important;
        border: none !important;
    }

        form.dms-documentset-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
            margin: 0 10px 10px 0 !important;
        }

.select2-results__option {
    font-size: 14px;
    padding: 5px 10px;
}

.select2-dropdown {
    border: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #e1f3fc !important;
    color: #333 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f4f4f4 !important;
    border-bottom: 1px solid #ffffff;
}

.select2-container--default .select2-results > .select2-results__options {
    padding: 10px;
}

.featureTile {
    width: 100%;
    font-size: 0;
    margin-bottom: 45px;
}

.featureTile__title, .featureTile__description {
    margin: 15px 0 0 0;
    font-family: "font_regular",Verdana,Arial,sans-serif;
    font-size: 16px;
    color: #333;
}

    .featureTile__title a, .featureTile__description a {
        color: #333;
    }

.featureTile__description {
    margin: 0 0 20px 0;
    line-height: 1.2em;
}

.featureTile__title {
    font-family: "font_emphasised";
    font-size: 20px;
    line-height: 1.2em;
}

.featureTile__image {
    font-size: 0;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 10px solid #333 !important;
}

    .featureTile__image img {
        width: 100%;
        transition: all 0.25s ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .featureTile__image img:hover {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
            opacity: 0.9;
        }

    .featureTile__image a:focus img, .featureTile__image a:active img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.9;
    }

@media (max-width: 768px) {
    .featureTiles .col-xs-6:nth-child(3), .featureTiles .col-sm-6:nth-child(3) {
        clear: both;
    }
}

.homePopularLinks__menu {
    font-size: 0;
}

@media (max-width: 768px) {
    .homePopularLinks__menu {
        border: none !important;
        text-align: left !important;
        margin: 0 !important;
        padding: 20px 0 !important;
    }
}

@media (max-width: 768px) {
    .homePopularLinks__menu a {
        line-height: 40px !important;
        height: 40px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .homePopularLinks__menu__seperator {
        display: none;
    }
}

.homePopularLinks__menu--secondary {
    padding: 0 !important;
    margin: -20px 0 10px 0 !important;
    display: none;
}

@media (max-width: 768px) {
    .homePopularLinks__menu--secondary {
        display: block;
    }
}

.homePopularLinks__menu--secondary .homePopularLinks__menu__item a {
    color: #ffffff;
    background: rgba(0,0,0,0.5);
}

.homePopularLinks__menuIcon {
    color: #ffffff;
    font-size: 25px;
    position: absolute;
    right: 20px;
    top: 5px;
}

.homePopularLinks__menu {
    margin-top: 30px;
}

.homePopularLinks__menu-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #444;
    width: 0 !important;
    -webkit-transition: width 0.25s ease-out;
    -moz-transition: width 0.25s ease-out;
    -ms-transition: width 0.25s ease-out;
    -o-transition: width 0.25s ease-out;
    transition: width 0.25s ease-out;
}

    .homePopularLinks__menu-wrapper.show {
        width: 400px !important;
    }

@media (max-width: 767px) {
    body.home .homePopularLinks__menu-wrapper {
        display: block !important;
    }
}

.homePopularLinks__menu-inner {
    margin-top: -2px;
}

.homePopularLinks__menu__seperator {
    background: #8DC63F;
    height: 2px;
    width: calc(100% - 106px);
}

body.scrolling .homePopularLinks__menu__seperator {
    width: 100%;
}

.homePopularLinks__menu-wrapper.show {
    display: block;
}

.homePopularLinks__menu > .homePopularLinks__menu__item, header.page .nav--mobile > ul > li {
    display: inline-block;
    margin: 0 1px 1px 0;
    -webkit-transition: background-color 0.25s ease-out;
    -moz-transition: background-color 0.25s ease-out;
    -ms-transition: background-color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out;
    transition: background-color 0.25s ease-out;
}

    .homePopularLinks__menu a, header.page .nav--mobile > ul > li > a {
        text-shadow: 0 0 0 transparent;
        color: #333;
        padding: 0 20px;
        background-color: #fff;
        font-size: 16px;
        box-shadow: 0 0 0 transparent;
        height: 50px;
        line-height: 50px;
        text-transform: none;
        display: inline-block;
        -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;
        -ms-transition: background-color 0.2s ease-out,color 0.2s ease-out;
        -o-transition: background-color 0.2s ease-out,color 0.2s ease-out;
        transition: background-color 0.2s ease-out,color 0.2s ease-out;
    }

    .homePopularLinks__menu > .homePopularLinks__menu__item:focus a, .homePopularLinks__menu > .homePopularLinks__menu__item a:hover, .homePopularLinks__menu > .homePopularLinks__menu__item a:focus {
        background-color: rgba(0,0,0,0.5);
        color: #ffffff;
        text-decoration: none;
    }

section.media-releases {
    background-color: #f4f4f4;
    margin: 0;
    width: 100%;
    padding: 30px 0;
    float: left;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    section.media-releases {
        padding: 15px 0;
    }
}

section.media-releases > div > div:nth-of-type(3n) article {
    border-right: none;
}

section.media-releases article, section.media-releases .mediaRelease {
    font-size: 1.5rem;
    color: #000;
    font-weight: bold;
    background: #ffffff;
    padding: 20px;
    height: 250px;
    margin-bottom: 15px;
}

    section.media-releases article:hover, section.media-releases article:focus, section.media-releases .mediaRelease:hover, section.media-releases .mediaRelease:focus {
        box-shadow: rgba(0,0,0,0.2) 0 20px 40px 0px;
        opacity: 0.9;
        -webkit-transition: box-shadow 0.15s ease-out;
        -moz-transition: box-shadow 0.15s ease-out;
        -ms-transition: box-shadow 0.15s ease-out;
        -o-transition: box-shadow 0.15s ease-out;
        transition: box-shadow 0.15s ease-out;
        -webkit-transition: opacity 0.15s ease-out;
        -moz-transition: opacity 0.15s ease-out;
        -ms-transition: opacity 0.15s ease-out;
        -o-transition: opacity 0.15s ease-out;
        transition: opacity 0.15s ease-out;
        text-decoration: none;
    }

section.media-releases article__title, section.media-releases .mediaRelease__title {
    font-size: 20px;
    color: #000;
    line-height: 22px;
}

section.media-releases article p, section.media-releases .mediaRelease p {
    color: #000;
    font-weight: normal;
    max-height: 200px;
    width: 100%;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

@media (max-width: 1024px) {
    section.media-releases article, section.media-releases .mediaRelease {
        height: auto;
    }
}

section.media-releases a {
    text-decoration: none;
}

    section.media-releases a:focus article {
        box-shadow: rgba(0,0,0,0.2) 0 20px 40px 0px;
        text-decoration: none;
    }

    section.media-releases a:hover {
        text-decoration: none;
        box-shadow: rgba(0,0,0,0.2) 0 20px 40px 0px;
    }

    section.media-releases a.view-all {
        border: 2px solid #000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.6rem;
        padding: 1rem;
        color: #000;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

@media (max-width: 1024px) {
    section.media-releases a.view-all {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

section.media-releases a.view-all:hover {
    color: #fff;
    background: #000;
}

article.media-release.news-item {
    border-left-width: 5px;
}

article.media-release .article-info {
    margin-top: 5px;
}

    article.media-release .article-info a {
        color: #333;
    }

article.media-release dl {
    font-size: 0;
    border: none !important;
}

    article.media-release dl dt {
        display: none;
    }

    article.media-release dl dd.news-category {
        color: #fff !important;
        display: inline-block;
        padding: 5px 10px;
        font-size: 14px;
        margin-bottom: 10px;
        text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
        font-family: "font_regular",Verdana,Arial,sans-serif;
    }

    article.media-release dl dd.date {
        display: inline-block;
        background: #f4f4f4;
        padding: 5px 15px;
        font-size: 14px;
    }

#MemberAjaxLoginForm_LoginForm input {
    display: block;
    width: 100%;
    max-width: 40rem;
    padding: 0.5rem 1rem;
    border: solid 0.1rem #bcc6d4;
    -webkit-box-shadow: inset 0.1rem 0.1rem 0.3rem rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0.1rem 0.1rem 0.3rem rgba(0,0,0,0.2);
    box-shadow: inset 0.1rem 0.1rem 0.3rem rgba(0,0,0,0.2);
    font-size: 1.5rem;
}

#MemberAjaxLoginForm_LoginForm .field {
    position: relative;
}

    #MemberAjaxLoginForm_LoginForm .field + .field {
        margin-top: 1.2rem;
    }

    #MemberAjaxLoginForm_LoginForm label, #MemberAjaxLoginForm_LoginForm .field fieldset {
        display: inline-block;
        color: #333;
    }

#MemberAjaxLoginForm_LoginForm .req-indicator, #MemberAjaxLoginForm_LoginForm .required, #MemberAjaxLoginForm_LoginForm .validation, #MemberAjaxLoginForm_LoginForm .error {
    color: #990000;
}

#MemberAjaxLoginForm_LoginForm .checkbox label {
    display: inline;
    vertical-align: middle;
    color: #131313;
}

#MemberAjaxLoginForm_LoginForm .checkbox input {
    display: inline;
    padding: 0;
    width: auto;
    margin-right: 0.4rem;
    border: none;
    box-shadow: none;
    vertical-align: middle;
}

.more-control {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    margin: 2rem 0 1.6rem 0;
    padding: 1rem 0;
    background-color: #f4f4f4;
    border: solid 0.1rem #bcc6d4;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    text-align: center;
    line-height: 1;
    text-decoration: none;
}

.more-control--newsShowMore {
    float: left;
    width: 100%;
}

.more-control:hover, .more-control:focus {
    text-decoration: none;
}

.more-control:focus {
    outline: dashed 1px;
}

.more-control:before, .more-control:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    overflow: hidden;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
}

.more-control:before {
    bottom: -1.1rem;
    margin-left: -1.8rem;
    border-top: solid 1.1rem #bcc6d4;
    border-left: solid 1.8rem transparent;
    border-right: solid 1.8rem transparent;
}

.more-control:after {
    bottom: -1rem;
    margin-left: -1.6rem;
    border-top: solid 1rem #f4f4f4;
    border-left: solid 1.6rem transparent;
    border-right: solid 1.6rem transparent;
}

.primary__nav-wrapper button {
    padding: 5px;
    background-color: transparent !important;
}

    .primary__nav-wrapper button:hover, .primary__nav-wrapper button:active, .primary__nav-wrapper button:focus {
        opacity: 0.5;
        outline: none;
    }

.primary__nav-wrapper {
    margin-top: 3px;
}

.primary__nav-wrapper .primary__nav {
    white-space: nowrap;
    height: 100%;
    display: block;
    z-index: 10000;
    transition: width 1s;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    background: #444;
}

    .primary__nav-wrapper .primary__nav a {
        text-decoration: none;
        color: #fff;
    }

        .primary__nav-wrapper .primary__nav a:hover {
            text-decoration: none;
        }

    .primary__nav-wrapper .primary__nav.closed {
        display: none;
    }

    .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown {
        color: #fff;
        height: auto;
        margin: -1em 0 0;
        padding: 0 30px;
        display: block;
        clear: both;
    }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown:hover, .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown.active {
            z-index: 10 !important;
        }

            .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown:hover > a, .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown.active > a {
                z-index: 10 !important;
                color: #fff !important;
            }

            .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown:hover:before, .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown.active:before {
                display: block;
                z-index: 8 !important;
            }

            .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown:hover > ul, .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown.active > ul {
                display: block;
                z-index: 5 !important;
            }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown:before {
            content: '';
            position: absolute;
            border-bottom: none;
        }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown ul {
            overflow: hidden;
            transition: height 2s;
            margin-left: 2rem;
        }

            .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown ul + li {
                border-top: solid 0.1rem #eee;
            }

                .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown ul + li:last-child {
                    border-bottom: none;
                }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem {
            padding: 0.5rem 0 0 2rem;
            line-height: 4rem;
            list-style-type: none;
            vertical-align: middle;
            text-align: left;

            touch-action: pan-y;
            user-select: none;
            -webkit-user-drag: none;
            -webkit-tap-highlight-color: transparent;
        }

            .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem a {
                text-decoration: none;
                -webkit-transition: all 0.2s;
                -moz-transition: all 0.2s;
                -ms-transition: all 0.2s;
                transition: all 0.2s;
                font-size: 1.6rem;
                text-transform: none;
                line-height: initial;
                color: #fff;
                background-color: transparent;
                font-family: "font_emphasised";
                margin-right: 20px;
                display: inline-block;
                padding-bottom: 3px;
                padding-right: 1em;
                white-space: normal;
                text-decoration: none;
            }

                .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem a:hover, .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem a:focus {
                    color: #fff;
                    text-decoration: underline;
                }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem__icon {
            cursor: pointer;
            float: right;
            outline: none;
            width: 2rem;
            position: absolute;
            right: 30px;
        }

            .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem__icon:hover, .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem__icon:active, .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem__icon:focus {
                opacity: 0.5;
            }

            .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem__icon:before {
                color: #ffffff;
                cursor: pointer;
                font-size: 2rem;
            }

            .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem__icon svg {
                fill: #ffffff;
            }

            .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem__icon .plus {
                display: block;
            }

            .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem__icon .minus {
                display: none;
            }

            .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem__icon .loading {
                margin: 6px 5px;
                display: none;
            }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem.parent.active ul {
            display: block;
        }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem.parent.active > .navItem__icon .plus {
            display: none;
        }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem.parent.active > .navItem__icon .minus {
            display: block;
        }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem.parent.active > a {
            color: #ffffff;
        }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem.parent.loading > .navItem__icon .plus {
            display: none;
        }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem.parent.loading > .navItem__icon .minus {
            display: none;
        }

        .primary__nav-wrapper .primary__nav ul.primary-nav-dropdown .navItem.parent.loading > .navItem__icon .loading {
            display: block;
        }

@media (max-width: 768px) {
    .primary__nav-wrapper .primary__nav {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background: #333;
        z-index: 2;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .primary__nav-wrapper .primary__nav {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .primary__nav-wrapper .primary__nav {
        width: 400px;
    }
}

section.promoArticles article figure img {
    width: 100%;
    height: 100%;
}

section.promoArticles article figure figcaption {
    background: none;
    border: none;
    display: none;
}

section.promoArticles article.large-image-with-caption figure {
    width: 100%;
    float: none;
    border: none;
    border-top-width: 5px;
}

    section.promoArticles article.large-image-with-caption figure img {
        width: 100%;
    }

    section.promoArticles article.large-image-with-caption figure figcaption {
        display: block;
    }

section.promoArticles article.large-image-with-caption h5 {
    display: none;
}

section.promoArticles article.large-image-with-caption p {
    margin-top: 0.5rem;
}

.promoArticle {
    width: 100%;
    font-size: 0;
}

.promoArticle__title, .promoArticle__description {
    margin: 20px 0 0 0;
    font-family: "font_regular",Verdana,Arial,sans-serif;
    font-size: 16px;
    color: #333;
}

    .promoArticle__title a, .promoArticle__description a {
        color: #333;
    }

.promoArticle__description {
    margin: 0 0 20px 0;
    line-height: 1.2em;
}

.promoArticle__title {
    font-family: "font_emphasised";
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 0;
}

.promoArticle__image {
    font-size: 0;
    top: 0;
    left: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-bottom: 7px solid #333 !important;
    margin-bottom: 30px;
}

    .promoArticle__image img {
        width: 100%;
        transition: all 0.25s ease;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -ms-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
    }

        .promoArticle__image img:hover {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
            opacity: 0.9;
        }

    .promoArticle__image a:focus img, .promoArticle__image a:active img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.9;
    }

.promoArticle__image--noPaddingBottom {
    padding-bottom: 0;
}

.promoTile {
    width: 100%;
    font-size: 0;
    background: #fff;
    transition: background 0.25s ease;
    margin-bottom: 15px;
    cursor: pointer;
}

@media (min-width: 769px) {
    .promoTile {
        margin-bottom: 30px;
    }
}

.promoTile:hover, .promoTile:focus {
    box-shadow: rgba(0,0,0,0.2) 0 20px 40px 0px;
    opacity: 0.9;
    -webkit-transition: box-shadow 0.15s ease-out;
    -moz-transition: box-shadow 0.15s ease-out;
    -ms-transition: box-shadow 0.15s ease-out;
    -o-transition: box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    -o-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}

.promoTile__externalLinkIcon {
    background: #285a9b;
    position: absolute;
    right: 15px;
    top: 0;
    padding: 5px;
    -webkit-text-fill-color: #fff;
}

    .promoTile__externalLinkIcon svg {
        fill: #fff;
        width: 14px;
        height: 14px;
    }

.promoTile__title, .promoTile__description {
    margin: 20px 0 0 0;
    font-family: "font_regular",Verdana,Arial,sans-serif;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
}

    .promoTile__title a, .promoTile__description a {
        color: #333;
        text-decoration: none !important;
    }

.promoTile__description {
    margin: 0 0 15px 0;
    line-height: 1.2em;
    font-size: 14px;
}

.promoTile__title {
    font-family: "font_emphasised";
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 15px;
}

body.home #QuickFinder {
    display: none;
}

#QuickFinder {
    background-color: #ffffff;
    z-index: 1;
    position: absolute;
    right: 15px;
    width: 100%;
    padding: 15px 30px;
    border-radius: 5px;
}

    #QuickFinder.active button span {
        transform: rotate(-225deg);
        margin: 10px 15px;
    }

    #QuickFinder.active .show-hide {
        height: auto;
    }

    #QuickFinder:hover, #QuickFinder:active, #QuickFinder:focus {
        box-shadow: 10px 10px 15px rgba(0,0,0,0.2);
    }

    #QuickFinder .branch-background:hover {
        opacity: 0.8;
    }

@media (max-width: 767px) {
    #QuickFinder {
        display: none;
    }
}

#QuickFinder > button {
    font-family: "font_regular",Verdana,Arial,sans-serif;
    font-size: 2.2rem;
    font-weight: normal;
    cursor: pointer;
    color: #1a1a1a;
    margin: 0;
    background: transparent;
    width: 100%;
    display: block;
    text-align: left;
    padding: 0;
    text-shadow: none;
    outline: none;
}

    #QuickFinder > button span {
        color: #333;
        float: right;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
        transform: rotate(-45deg);
        background: transparent;
        width: 10px;
        height: 10px;
        margin: 8px 15px;
    }

        #QuickFinder > button span svg {
            width: 2.2rem;
            height: 2.2rem;
            padding: 0.5rem;
        }

#QuickFinder .show-hide {
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

#QuickFinder .inner {
    padding: 0;
}

#QuickFinder form {
    float: none;
    display: block;
    width: 100%;
    line-height: 1;
}

    #QuickFinder form .column {
        float: none;
        display: block;
        width: 100%;
    }

    #QuickFinder form label {
        font-size: 1.4rem;
        font-weight: bold;
        color: #333;
        padding-bottom: 0.5em;
    }

    #QuickFinder form select {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #333;
        border: 2px solid #333;
        background: transparent;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 10px 15px;
    }

        #QuickFinder form select:disabled {
            color: #767676;
            border: 2px dashed #333;
        }

        #QuickFinder form select:focus {
            outline: none;
            border-color: #e1f3fc;
            border: 2px solid #285a9b;
            background-color: #e1f3fc;
        }

    #QuickFinder form button {
        font-size: 18px;
        color: #fff;
        box-shadow: 0 0 0 transparent;
        text-align: center;
        width: 100%;
        text-shadow: 0 0 0 transparent;
        height: 45px;
    }

        #QuickFinder form button:focus {
            outline-color: #e1f3fc;
        }

    #QuickFinder form div.action {
        margin: 30px 0 15px 0;
    }

@media (max-width: 1024px) {
    .quick-finder {
        display: none;
    }

    #QuickFinder form, #QuickFinder form .column {
        float: none;
        display: block;
        width: 100%;
    }

        #QuickFinder form .column + .column {
            margin: 0;
        }

    #quick-finder:hover .show-hide, #quick-finder.active .show-hide {
        height: 21.8rem;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    #QuickFinder {
        display: none;
    }

    #QuickFinder {
        width: 100%;
    }

    #quick-finder:hover .show-hide, #quick-finder.active .show-hide {
        height: 13.6rem;
    }

    #QuickFinder form .column {
        float: left;
        display: block;
        width: 49%;
    }

        #QuickFinder form .column + .column {
            margin-left: 2%;
        }
}

.search__bar-wrapper.show {
    width: 200px;
    display: inline-block !important;
}

.search__bar-wrapper.active .search__icon {
    border-bottom: 2px solid transparent;
    text-decoration: none;
    cursor: pointer;
}

.search__bar-wrapper .search__bar fieldset, .search__bar-wrapper .search__bar input, .search__bar-wrapper .search__bar button {
    display: inline-block;
}

.search__bar-wrapper .search__bar fieldset {
    height: auto;
    float: left;
    width: 100%;
}

.search__bar-wrapper .search__bar input {
    border: none;
    font-size: 14px;
    text-transform: none;
    color: #ffffff;
    margin-top: 10px;
    background: rgba(255,255,255,0.1);
    padding: 0 20px;
    border-radius: 20px;
    font-weight: bold;
    box-shadow: none !important;
    height: 36px;
    line-height: 36px;
}

@media (max-width: 767px) {
    .search__bar-wrapper .search__bar input {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 40px;
        background: #333;
        border-radius: 0;
        padding: 20px 15px;
    }
}

.search__bar-wrapper .search__bar button {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    outline: none;
    padding: 5px 10px;
    background-color: transparent !important;
}

    .search__bar-wrapper .search__bar button:hover, .search__bar-wrapper .search__bar button:active, .search__bar-wrapper .search__bar button:focus {
        opacity: 0.5;
    }

.utility__nav-wrapper .utility__nav {
    display: inline-block;
}

    .utility__nav-wrapper .utility__nav ul {
        margin-right: -1px;
        display: inline-block;
        position: relative;
        white-space: nowrap;
    }

        .utility__nav-wrapper .utility__nav ul li {
            position: relative;
            margin-right: 20px;
            white-space: nowrap;
            display: inline-block;
        }

@media (max-width: 768px) {
    .utility__nav-wrapper .utility__nav ul li.login {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .utility__nav-wrapper .utility__nav ul li.contacts {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .utility__nav-wrapper .utility__nav ul li.home {
        display: none !important;
    }
}

.utility__nav-wrapper .utility__nav ul li.home svg {
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    fill: #ffffff;
}

.utility__nav-wrapper .utility__nav ul li a, .utility__nav-wrapper .utility__nav ul li span {
    white-space: nowrap;
    display: inline-block;
}

.utility__nav-wrapper .utility__nav ul li a {
    line-height: 22px;
    margin-top: 17px;
    color: #ffffff;
    font-weight: normal;
    font-size: 1.3rem;
    outline: none;
    font-family: "font_emphasised";
}

    .utility__nav-wrapper .utility__nav ul li a:hover, .utility__nav-wrapper .utility__nav ul li a:focus {
        opacity: 0.5;
        text-decoration: none;
    }

.dmsDocument {
    padding: 15px !important;
    margin: 0 !important;
    border-bottom: 3px solid #fff;
}

    .dmsDocument .button, .dmsDocument .dms-cart-actions a {
        border-radius: 0;
        text-decoration: none !important;
        margin-top: 5px;
        margin-right: 5px;
        background: transparent;
        border: 2px solid #333;
        text-shadow: 0 0 0 transparent;
        color: #333;
        height: auto;
        font-size: 16px;
        padding: 0 1.3rem;
        line-height: 3.3rem;
        display: inline-block;
        font-family: "font_emphasised";
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    }

        .dmsDocument .button:hover, .dmsDocument .button:active, .dmsDocument .button:focus, .dmsDocument .dms-cart-actions a:hover, .dmsDocument .dms-cart-actions a:active, .dmsDocument .dms-cart-actions a:focus {
            background-color: #333;
            color: #fff;
        }

            .dmsDocument .button:hover .button__downloadSize, .dmsDocument .button:active .button__downloadSize, .dmsDocument .button:focus .button__downloadSize, .dmsDocument .dms-cart-actions a:hover .button__downloadSize, .dmsDocument .dms-cart-actions a:active .button__downloadSize, .dmsDocument .dms-cart-actions a:focus .button__downloadSize {
                display: inline-block;
            }

    .dmsDocument .cartActions {
        display: inline-block;
    }

    .dmsDocument.open, .dmsDocument:hover {
        background: #f4f4f4;
    }

.dmsDocument__expandIcon {
    fill: #333;
    width: 33px;
    height: 33px;
    float: right;
    margin-top: -5px;
    border: 2px solid transparent;
}

    .dmsDocument__expandIcon:before {
        display: none;
    }

    .dmsDocument__expandIcon:focus, .dmsDocument__expandIcon:active, .dmsDocument__expandIcon:hover {
        border: 2px solid #333;
    }

.dmsDocument__title {
    font-family: "font_emphasised";
    font-size: 1.25em !important;
    padding-right: 30px;
}

.dmsDocument .dmsDocument__expandIcon--minus {
    display: block;
}

.dmsDocument.closed {
    border-bottom: 3px solid #f4f4f4;
}

    .dmsDocument.closed .dmsDocument__expandIcon--minus {
        display: none;
    }

.dmsDocument.open .dmsDocument__expandIcon--plus {
    display: none;
}

body.scrolling .header .header__search__seperator {
    width: 100%;
}

@media (max-width: 768px) {
    body.scrolling #site-search {
        display: none;
    }

    body.scrolling #HeaderSearch {
        display: none;
    }
}

body.scrolling.home header.page {
    background: #333;
    -webkit-transition: background 0.25s ease-out;
    -moz-transition: background 0.25s ease-out;
    -ms-transition: background 0.25s ease-out;
    -o-transition: background 0.25s ease-out;
    transition: background 0.25s ease-out;
}

body.scrolling header.page {
        background: #333 !important;
        padding: 0;
    }


body.scrolling .header__branchLogo {
    padding: 10px 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    body.scrolling header.page {
        padding: 10px 0 0 0;
    }


    body.scrolling .header__branchLogo {
        padding: 0 0;        
    }
}


    body.scrolling .header__branchLogo img {
        height: 35px;
        width: 155px;
    }

body.scrolling header.page {
    background: #333;
}

    body.scrolling header.page nav.primary > ul > li.nav {
        border-color: transparent;
    }

        body.scrolling header.page nav.primary > ul > li.nav.active {
            border-color: #8DC63F;
        }

    body.scrolling header.page div.search > .search__icon {
        border-color: transparent;
    }

    body.scrolling header.page div.search.active > .search__icon {
        border-color: #8DC63F;
    }

.page__main__content .col-md-9 {
    padding-bottom: 50px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .page__main__content .col-md-9 {
        width: 100%;
    }
}

.legacyAccessPage__intro {
    float: left;
    padding-bottom: 30px;
}

    .legacyAccessPage__intro .intro {
        border-bottom: none;
    }

.legacyAccessPage .article-list article .icon {
    float: left;
    display: block;
    width: 4.6rem;
    height: 4.6rem;
    margin: 0 1rem;
    background-color: #6f777b;
    -webkit-border-radius: 2.3rem;
    -moz-border-radius: 2.3rem;
    border-radius: 2.3rem;
    font-size: 2.6rem;
    line-height: 4.6rem;
    color: #ffffff;
    text-align: center;
}

.legacyAccessPage .article-list article .article-info {
    overflow: hidden;
}

.legacyAccessPage .article-list article {
    clear: both;
    margin: 15px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 3px solid #f4f4f4;
    font-size: 1.5rem;
    overflow: hidden;
}

.layout__main__content .branchLandingPage .intro {
    border-bottom: none;
}

.branchLandingPage .landingPageSitemap.summary {
    margin-top: 10px;
    float: left;
    width: 100%;
}

    .branchLandingPage .landingPageSitemap.summary ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding: 10px 0 0 0;
    }

        .branchLandingPage .landingPageSitemap.summary ul li {
            padding-bottom: 20px;
            border-bottom: 3px solid #eee;
            margin-bottom: 20px;
        }

            .branchLandingPage .landingPageSitemap.summary ul li ul li {
                padding: 0;
                border: none;
                display: inline;
                font-size: 20px;
                line-height: 1.2px;
            }

                .branchLandingPage .landingPageSitemap.summary ul li ul li a {
                    font-size: 16px;
                    font-weight: bold;
                    color: #888888;
                }

                    .branchLandingPage .landingPageSitemap.summary ul li ul li a:after {
                        display: inline;
                        content: '';
                        margin: 0 5px 0 10px;
                        border-left: 2px solid;
                    }

                .branchLandingPage .landingPageSitemap.summary ul li ul li:last-child a:after {
                    display: none;
                }

            .branchLandingPage .landingPageSitemap.summary ul li a {
                font-weight: bold;
                color: #888888;
            }

.branchLandingPage .rectangle-landing-content {
    box-sizing: border-box;
    border-left-color: #4A6F2F;
    border-left-style: solid;
    border-left-width: 7px;
    display: flex;
    padding-left: 10.5px;
    font-size: 20px;
}

.branchLandingPage .rectangle-landing-content--biosec {
    border-left-color: #EAAE19;
}

.branchLandingPage .rectangle-landing-content--fish {
    border-left-color: #4A6F2F;
}

.branchLandingPage .rectangle-landing-content--forest {
    border-left-color: #0085A0;
}

.branchLandingPage .rectangle-landing-content--food {
    border-left-color: #B74425;
}

.branchLandingPage .landingPageSitemap ul li ul {
    font-family: "font_regular",Verdana,Arial,sans-serif;
    padding-top: 10px;
    line-height: 24px;
}

.l1LandingPage .landingPageSitemap.summary, .l2LandingPage .landingPageSitemap.summary {
    margin-top: 10px;
    float: left;
    width: 100%;
}

    .l1LandingPage .landingPageSitemap.summary ul, .l2LandingPage .landingPageSitemap.summary ul {
        list-style: none;
        padding: 0;
        margin: 0;
        padding: 10px 0 0 0;
    }

        .l1LandingPage .landingPageSitemap.summary ul li, .l2LandingPage .landingPageSitemap.summary ul li {
            padding-bottom: 20px;
            border-bottom: 3px solid #eee;
            margin-bottom: 20px;
        }

            .l1LandingPage .landingPageSitemap.summary ul li ul li, .l2LandingPage .landingPageSitemap.summary ul li ul li {
                padding: 0;
                border: none;
                display: inline;
                font-size: 20px;
                line-height: 1.2px;
            }

                .l1LandingPage .landingPageSitemap.summary ul li ul li a, .l2LandingPage .landingPageSitemap.summary ul li ul li a {
                    font-size: 16px;
                    font-weight: bold;
                    color: #888888;
                }

                    .l1LandingPage .landingPageSitemap.summary ul li ul li a:after, .l2LandingPage .landingPageSitemap.summary ul li ul li a:after {
                        display: inline;
                        content: '';
                        margin: 0 5px 0 10px;
                        border-left: 2px solid;
                    }

                .l1LandingPage .landingPageSitemap.summary ul li ul li:last-child a:after, .l2LandingPage .landingPageSitemap.summary ul li ul li:last-child a:after {
                    display: none;
                }

            .l1LandingPage .landingPageSitemap.summary ul li a, .l2LandingPage .landingPageSitemap.summary ul li a {
                font-weight: bold;
                color: #888888;
            }

.l1LandingPage .rectangle-landing-content, .l2LandingPage .rectangle-landing-content {
    box-sizing: border-box;
    border-left-color: #4A6F2F;
    border-left-style: solid;
    border-left-width: 7px;
    display: flex;
    padding-left: 10.5px;
    font-size: 20px;
}

.l1LandingPage .rectangle-landing-content--biosec, .l2LandingPage .rectangle-landing-content--biosec {
    border-left-color: #EAAE19;
}

.l1LandingPage .rectangle-landing-content--fish, .l2LandingPage .rectangle-landing-content--fish {
    border-left-color: #4A6F2F;
}

.l1LandingPage .rectangle-landing-content--forest, .l2LandingPage .rectangle-landing-content--forest {
    border-left-color: #0085A0;
}

.l1LandingPage .rectangle-landing-content--food, .l2LandingPage .rectangle-landing-content--food {
    border-left-color: #B74425;
}

.l1LandingPage .landingPageSitemap ul li ul, .l2LandingPage .landingPageSitemap ul li ul {
    font-family: "font_regular",Verdana,Arial,sans-serif;
    padding-top: 10px;
    line-height: 24px;
}

.layout__main__content .l1LandingPage .intro {
    border-bottom: none;
}

.l2LandingPage .landingPageSitemap.summary ul li {
    padding: 0;
    border: none;
}

.styleGuide__section {
    border-bottom: 2px dashed #333;
    padding-bottom: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .styleGuide__section > .container, .styleGuide__section > .container-fluid {
        padding: 0 !important;
    }

.styleGuide__section__viewExample {
    background: #285a9b;
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    float: right;
}

.styleGuide__section__anchor {
    width: 100%;
    float: left;
}

.styleGuide__section--greyBackground {
    background: #f4f4f4;
    padding: 30px;
}

    .styleGuide__section--greyBackground .styleGuide__section__codeBlock {
        background: #fff;
    }

.styleGuide__section--charcoalBackground {
    background: #333;
    padding: 30px;
}

    .styleGuide__section--charcoalBackground .styleGuide__section__codeBlock {
        background: #555;
        color: #fff;
    }

    .styleGuide__section--charcoalBackground .styleGuide__section__title {
        background: rgba(255,255,255,0.2);
    }

.styleGuide__section__codeBlock {
    background: #f4f4f4;
    padding: 20px;
    margin-top: 10px;
    border-radius: 0;
    border-left: 3px solid #3f87a6;
    font-size: 14px;
}

.styleGuide__section__download {
    width: 40px;
    height: 40px;
    background: #285a9b;
    display: block;
    float: right;
    text-align: center;
    cursor: pointer;
}

    .styleGuide__section__download:hover, .styleGuide__section__download:active, .styleGuide__section__download:focus {
        opacity: 0.75;
    }

    .styleGuide__section__download svg {
        fill: #fff;
        width: 30px;
        height: 30px;
        margin: 5px;
    }

.styleGuide__section__colourTile {
    height: 60px;
}

.styleGuide__section__colourTile--mpi {
    background-color: #8CC63F;
}

.styleGuide__section__colourTile--food {
    background-color: #B74425;
}

.styleGuide__section__colourTile--forest {
    background-color: #4A6F2F;
}

.styleGuide__section__colourTile--fish {
    background-color: #0085A0;
}

.styleGuide__section__colourTile--biosec {
    background-color: #EAAE19;
}

.styleGuide__section__colourTile--animal {
    background-color: #6E298D;
}

.styleGuide__section__title {
    line-height: 30px;
    background: #333;
    color: #fff;
    padding: 5px 20px;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
}

.styleGuide__section .featureTile__image, .styleGuide__section .promoArticle__image, .styleGuide__section .promoTile__image {
    min-height: 100px;
    background: #f4f4f4;
}

body.landing .top-promo-tiles .intro {
    margin-bottom: 1rem;
}

body.landing .top-promo-tiles article figure img {
    padding-bottom: 1rem;
}

body.landing .top-promo-tiles article h5 {
    color: #666666;
    font-size: 2rem;
    margin-top: 0;
    font-family: "font_emphasised";
}

@media (min-width: 769px) and (max-width: 1023px) {
    .landing .columns.upper .column {
        float: none;
        width: auto;
        margin-left: 0;
    }

        .landing .columns.upper .column + .column {
            margin-top: 1.4rem;
        }
}

iframe#iframeId {
    margin-top: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 75vh;
    border: none;
    overflow: scroll;
}

 .alertOutage{
        font-size: 2.2rem;
        text-align:center;
        height: 4.5rem;
        color: red;
        margin: 10px 10px 10px 10px;
        line-height: 1;
        text-transform: uppercase;
        margin-top: 0;
    }

.questionGroup {
    border: 2px solid #d3dae4;
    border-radius: 5px;
    margin: 0;
    padding: 10px 15px;
    margin-bottom: 15px;
    position: relative;
    float: left;
    width: 100%;
}


/*Drop down Search control*/


div.ddlContainer input[type=text] {
    padding: 10px;
    font-size: 17px;
    /*border: 1px solid grey;*/
    float: left;
    width: 80%;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom: 1px solid #ebeef3;
    border-left: 1px solid #ebeef3;
    border-top: 1px solid #ebeef3;
    /*background: #f1f1f1;*/
}

div.ddlContainer button {
    float: left;
    width: 20%;
    height: inherit;
    padding: 10px;
    background: #dfe4eb;
    border-bottom: 1px solid #ebeef3;
    border-right: 1px solid #ebeef3;
    border-top: 1px solid #ebeef3;
    /*background: #2196F3;*/
    /*color: white;*/
    font-size: 17px;
    /*border: 1px solid grey;*/
    border-left: none;
    cursor: pointer;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 0 10px rgba(45, 55, 75, 0.15);
}

    div.ddlContainer button:hover {
        background: #0b7dda;
    }

div.ddlContainer::after {
    content: "";
    clear: both;
    display: table;
}


/*CB - dropdown menu Home page*/

.substepSelectOption {
    @include transition(opacity 0.15s ease-out);
    display: inline-block;
    text-decoration: none;
    color: #d7d6d3;
    padding: 0 15px;
    border-left: 2px solid #333;
    margin-bottom: 15px;
    &:hover, &:focus, &:active

{
    text-decoration: none;
    color: $colCharcoal;
    opacity: 1 !important;
}

@include media('<=tablet') {
    width: 100%;
}

&__title {
    font-weight: bold;
}

&__description {
    font-size: 0.8em;
}

}


.headingMenu {
    position: relative;
    display: inline-block;
}

.submenu {
    display: none;
    position: absolute;
    background-color: #ddd;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 100px;
}

.submenu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .submenu a:hover {
        background-color: #d7d6d3;
    }

.headingMenu:hover .submenu {
    display: inline-block;
}

.headingMenu:hover .stepSelectOption {
    background-color: #ddd;
}

.headingMenu:hover .substepSelectOption {
    /*background-color: #aeaca6;*/
}

/*cb more style for forms*/
.selectRow:hover {
    background: #ddd;
}
.tblRowGroup {
    border: 2px solid #d3dae4;
    border-radius: 5px;
    margin: 0;
    padding: 10px 15px;
    white-space: nowrap;
    margin-bottom: 15px;
}

.selectedRow {
    background: #ddd;
}
.emailGroup {
    border: 2px solid #d3dae4;
    border-radius: 5px;
    margin: 0;
    padding: 10px 15px;
    white-space: nowrap;
    margin-bottom: 5px;
}
.defaultfieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px solid #d3dae4;
    margin-top: 5px;
}

.defaultlegend {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    color: black;
    border: none;
    background: none;
    margin-top: -15px;
    position: relative;
}

/* Style the search field */
div.searchDiv input[type=text] {
    font-size: 17px;
    float: left;
    width: 80%;
    min-height: 42px;
    background: #f1f1f1;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom: 1px solid #d3dae4;
    border-left: 1px solid #d3dae4;
    border-top: 1px solid #d3dae4;
}

/* Style the submit button */
div.searchDiv button {
    float: left;
    width: 20%;
    padding: 5px;
    height: inherit;
    color: #333333;
    font-size: 17px;
    /*border: 1px solid grey;*/
    border-left: none; /* Prevent double borders */
    cursor: pointer;
    background: #e1e6ed;
    border-bottom: 1px solid #d3dae4;
    border-right: 1px solid #d3dae4;
    border-top: 1px solid #d3dae4;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0 0 10px rgba(45, 55, 75, 0.15);
}

 div.searchDiv button:hover {
        background: #0b7dda;
 }

/* Clear floats */
.searchDiv::after {
    content: "";
    clear: both;
    display: table;
}

.disableText {
    font-style: oblique !important;
    color: gray !important;
}

option:disabled {
    font-style: oblique !important;
    color: lightgray !important;
}

.modal-fullWidth{
    width: 80%;
    margin:30px;
    overflow:auto;
}

/* Important part */
.modal-dialog {
    overflow-y: initial !important
}

div.clickherelink {
    margin-top: 10px;
    font-size: medium;
    font-weight: bold;
}

div.clickherelink a {
    color: #ffffff;
}

div.clickherelink a:active {
    text-decoration: none;
    background: #ffffff;
    color: #333333;
}

div.clickherelink a:hover{
    text-decoration: none;
    background: #ffffff;
    color: #333333;
}

    div.clickherelink a:focus {
        text-decoration: none;
        background: #ffffff;
        color: #333333;
    }

    /*Sort arrow used content lists*/
.arrow-desc {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #337ab7;
    position: relative;
    top: -4px;
    right: -5px;
}

.arrow-asc {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #337ab7;
    position: relative;
    top: 4px;
    right: -5px;
}


/*
 ******************************************
 ******************************************
   Overflow text
 ******************************************
 ******************************************
*/
.overflow--ellipsis {
    white-space: nowrap;
    padding-right: 5px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .overflow--ellipsis:hover {
        overflow: visible;
        background:#fff;
        min-width: unset;
    }

/*
 ******************************************
 ******************************************
   tree view reports
 ******************************************
 ******************************************
*/

/* Remove default bullets */
ul, #treeUL {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#treeUL {
    margin: 0;
    padding: 0;
}

/* Style the caret/arrow */
.treeCaret {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

    /* Create the caret/arrow with a unicode, and style it */
    .treeCaret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.treeCaret-down::before {
    transform: rotate(90deg);
}

/* Hide the nested list */
.nestedTree {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.activeTree {
    display: block;
}


li.mpiReport a {
    color: black;
}

    li.mpiReport a:active {
        text-decoration: none;
        color: #285a9b;
    }

    li.mpiReport a:hover {
        text-decoration: none;
        color: #285a9b;
    }

    li.mpiReport a:focus {
        text-decoration: none;
        color: #285a9b;
    }

li.mpiReport :active {
    background-color: lightgray;
    text-decoration: none;
    color: #285a9b;
}

li.mpiReport :hover {
    background-color: lightgray;
    text-decoration: none;
    color: #285a9b;
}

li.mpiReport :focus {
    background-color: lightgray;
    text-decoration: none;
    color: #285a9b;
}

/*Home page table*/
.homeTable td{
    padding: 5px;
    border: gray;
    border-style: solid;
    border-width: thin;
}


/*
 ******************************************
 ******************************************
   tool tip
 ******************************************
 ******************************************
*/

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: ghostwhite;
        color: black;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
    }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*
 ******************************************
 ******************************************
   select lists (eg IHS ref maintenance screen)
 ******************************************
 ******************************************
*/

.searchText {
    background-image: url(/ClientApp/dist/images/ico/searchicon.png) !important;
    background-position: 10px 12px !important;
    background-repeat: no-repeat !important;
    width: 100% !important;
    font-size: 16px !important;
    padding: 12px 20px 12px 40px !important;
    border: 1px solid #ddd !important;
    margin-bottom: 12px !important;
}

.selectMoveBtns {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 30%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(30%, 50%);
}


.accordion {
   /* background-color: #eee;
    color: #444;*/
    cursor: pointer;
   /* padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;*/
}

/*.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}*/

  /*  .active, .accordion:hover {
        background-color: #ccc;
    }*/

.accordpanel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

tr.selectedIhs {
    background-color: yellow;
}

.newLine {
    display: block;
}

/* https://docs.angularjs.org/api/ng/directive/ngCloak */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/*list flex column centre*/

.flexColCentre{
    flex-wrap: wrap;
    align-content: center
}
/* BRAND COLOURS */
/* BREAKPOINTS */
/* THEME COLOURS */
/* DIMENSIONS */
/* FONTS */
/* BRAND COLOURS */
/* BREAKPOINTS */
/* THEME COLOURS */
/* DIMENSIONS */
/* FONTS */
/* Source Sans Pro - Regular */
@font-face {
  font-family: "SourceSansPro";
  src: url(5203b7c293614eb3aa3182c315e54e1b.woff) format("woff"), url(61f40d5af9738d57b3d2f846b22a88d5.ttf) format("truetype"), url(ad1365cd3fa7b4122bb46bb6f1fc9ba8.eot?#iefix) format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

/* Source Sans Pro - Bold */
@font-face {
  font-family: "SourceSansPro";
  src: url(816c2fed70a1901fd2283e166b4031f6.woff) format("woff"), url(7d75565138fffa60b03866c652ee4d8e.ttf) format("truetype"), url(d6282d5db655c7b3f96431e2777dbeb5.eot?#iefix) format("embedded-opentype");
  font-weight: bold;
  font-style: normal; }

/* Entypo - Icons font */
/* Downloaded from http://www.entypo.com */
@font-face {
  font-family: 'font_icon';
  src: url(d3bdf1b093046ee532e565f7be90ae64.woff) format("woff"), url(a6f423c40a9bf6428155a93a11631e51.ttf) format("truetype"), url(680dbd06d597eeeaeb560b422071018f.svg?#entypo) format("svg"), url(69e7317fb495da80f61bc8ca4a00ed7d.eot?#iefix) format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

/* transition
 * ==========
 * Generates CSS cross-browser transition rules.
 * 
 * @param  $args Transition arguments.
 */
/* truncateParahraph
 * =================
 * Truncates paragraph to set number of rows.
 * 
 * @param  $rows Number of rows.
 */
/* hyphenate
 * =========
 * Generates CSS cross-browser hyphens rules.
 */
/* transform
 * =========
 * Generates CSS cross-browser transform rules.
 * 
 * @param  $args Transform arguments.
 */
/* tileBoxShadow
 * =============
 * Tile glow hover effect used in feature tiles and other tile components.
 * 
 * @param  $strength Box shadow strength.
 */
/* noBoxShadow
 * ===========
 * Removes any element box shadow.
 */
/* disableUserSelect
 * =================
 * Disables user cursor selection.
 */
/* elementHover
 * ===========
 * Removes any element box shadow.
 *
 * @param $opacity Element opacity.
 */
/* linkStyles
 * ==========
 * Standardises hyperlink behaviour.
 *
 * @param $linkColour            Link colour.
 * @param $linkHoverColour       Link hover colour.
 * @param $linkHoverBorderColour Link hover border colour.
 */
/* heading
 * ==========
 * Common heading styles.
 */
/* imageZoomEffect
 * ==========
 * Generates the image zoom effect on hover that's used in feature tiles for example.
 */
/* heading
 * ==========
 * Common landing page sitemap styles.
 */
/* Grid */
@media (min-width: 769px) {
  .flexRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; } }

@media (max-width: 768px) {
  .flexRow {
    display: block !important;
    margin-bottom: 15px; }
    .flexRow--mobileHidden {
      display: none !important; } }

.flexColumn {
  flex-basis: 100%;
  padding: 15px;
  margin: 5px 15px 5px 0;
  overflow: hidden;
  white-space: nowrap; }
  @media (min-width: 769px) {
    .flexColumn {
      flex: 1; }
      .flexColumn--05 {
        flex: 0.5 !important; }
      .flexColumn--1 {
        flex: 1 !important; }
      .flexColumn--2 {
        flex: 2 !important; }
      .flexColumn--3 {
        flex: 3 !important; }
      .flexColumn--4 {
        flex: 4 !important; }
      .flexColumn--5 {
        flex: 5 !important; }
      .flexColumn--6 {
        flex: 6 !important; }
      .flexColumn--7 {
        flex: 7 !important; }
      .flexColumn--8 {
        flex: 8 !important; }
      .flexColumn--9 {
        flex: 9 !important; }
      .flexColumn--10 {
        flex: 10 !important; }
      .flexColumn--11 {
        flex: 11 !important; }
      .flexColumn--12 {
        flex: 12 !important; }
      .flexColumn--rightAlign {
        text-align: right; } }
  @media (max-width: 768px) {
    .flexColumn {
      padding: 0 !important; } }

/* CSS Document */
/************************************************
*	Standard styling						    *
************************************************/
body {
  min-width: 20rem;
  /* reset size for easy rem denominations of base 10 - note, non-rem supporting browsers fall back to px sizing in specific stylesheets */
  padding-top: 60px;
  height: auto;
  /* Fix style applied from angular-material.css, causes vertical scroll bar to appear on body for smallest width layout */ }

@media (max-width: 768px) {
  body {
    padding-top: 7rem; } }

#bootstrap-overrides header.page {
  z-index: 100; }

/************************************************
*	Fixes for MPI theme						    *
************************************************/
/* remove 100% width on inputs */
main form input, main form select, main form textarea {
  width: unset; }

@media (max-width: 767px) {
  .layout__main main form input, .layout__main main form select, .layout__main main form textarea {
    width: unset; } }

.panel {
  background-color: #f4f4f4; }

/* form padding */
main form {
  padding: unset; }

@media (max-width: 767px) {
  .layout__main main form {
    padding: unset; } }

.layout__main ul, .layout__main ol {
  margin: unset; }

main form select {
  padding: 5px; }

/************************************************
*	/END Fixes for MPI theme				    *
************************************************/
.layout__main__content .gridColumnItemTitle {
  display: none; }

.layout__main__content .gridColumnTitle {
  display: block; }

@media (max-width: 767px) {
  .layout__main__content .gridColumnItemTitle {
    display: block; }
  .layout__main__content .gridColumnTitle {
    display: none; } }

.layout__main__content .animalDetail {
  border-left: 3px solid #D0D0D0; }

.layout__main__content .formQuestion {
  margin-bottom: 40px;
  padding-right: 20px; }

.layout__main__content h4.animalList__heading {
  font-size: 0.75em;
  white-space: nowrap; }

.layout__main__content .animalList__summary {
  font-size: 0.6em; }

/* image alt text*/
.alt {
  background-color: #E8E8E8;
  color: #000; }

.formQuestion__descr {
  padding-top: 10px;
  font-size: 14px; }

i.groupChevron {
  color: lightblue;
  padding: 5px; }

/*page lines*/
hr.line1 {
  border-top: 3px double #8c8b8b; }

hr.line2 {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset; }

/*Button icon*/
.icon-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
  color: #333; }

/*color: cornflowerblue*/
/*allow md-datepicker to be on right hand side of control (margin-top can play up)*/
.md-icon-button + .md-datepicker-input-container {
  float: left;
  padding-top: 7px;
  margin-left: 0; }

/* override, so margin is set by outter div */
.row {
  margin-left: 0;
  margin-right: 0; }

/* override, so is full screen */
.container-fluid {
  padding-left: 0;
  padding-right: 0; }

/*button*/
.btn-next {
  background-color: #e7e7e7;
  color: black; }

/* Gray */
#bootstrap-overrides .btn-cancel {
  background-color: darkgray;
  color: black;
  width: 120px;
  margin-bottom: 10px;
  font-weight: bold; }

/**
    Overrides for MPI / bootstrap styles
*/
#bootstrap-overrides .progress-bar-success {
  background-color: #8DC63F; }

#bootstrap-overrides div.banner {
  padding-top: 0;
  font-size: 1.4em;
  color: #fff; }

#bootstrap-overrides div.banner h1 {
  font-size: 1.4em; }

#header .loggedInUser {
  color: white;
  font-size: 1.3rem; }

@media (max-width: 768px) {
  #header .loggedInUser {
    display: none !important; } }

#bootstrap-overrides .btn-primary {
  color: #fff;
  background-color: #333;
  border-color: #333; }

.md-datepicker-input {
  text-align: center;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc; }

/* align icon */
.left-addon .glyphicon {
  left: 0px; }

.right-addon .glyphicon {
  right: 0px; }

/* add padding  */
.left-addon input {
  padding-left: 30px; }

.right-addon input {
  padding-right: 30px; }

.sortorder:after {
  content: '\25B2';
  /*// BLACK UP-POINTING TRIANGLE*/ }

.sortorder.reverse:after {
  content: '\25BC';
  /*// BLACK DOWN-POINTING TRIANGLE*/ }

#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  width: 80px;
  height: 80px;
  margin: -75px 0 0 -75px;
  border: 16px solid #c5cae9;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  border-bottom: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

.showLoader {
  display: block !important; }

.hideLoader {
  display: none !important; }

#loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: #d3dae4;
  opacity: 0.6;
  transition: 1.0s linear all; }

.showOverlay {
  display: block !important; }

.hideOverlay {
  display: none !important; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Select option muti line eg MPI detail list of conditions - todo: make better*/
.multiLine {
  word-wrap: break-word;
  white-space: normal !important;
  padding: 10px;
  border-bottom-width: 2px;
  border-bottom-style: inset;
  font-size: 12px; }

/* to check */
.webgrid {
  margin: 4px;
  border-collapse: collapse;
  width: 90%; }

.gridHeader {
  padding: 6px 5px;
  text-align: center;
  background-color: #e8eef4;
  border-bottom: 2px solid #3966A2;
  height: 40px;
  font-weight: bold;
  border-top: 2px solid #D6E8FF;
  border-left: 2px solid #D6E8FF;
  border-right: 2px solid #D6E8FF; }

.checkboxLeft {
  width: 20px;
  display: inline;
  padding: 10px;
  border: none;
  box-shadow: none; }

/* enable absolute positioning */
.inner-addon {
  position: relative; }

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none; }

.hidden {
  -webkit-transition: width 2s;
  transition: width 2s;
  display: none !important; }

/************************************************
*	New						    *
************************************************/
.printSection {
  display: none !important; }

.page-break {
  display: none; }

/************************************************
*	Override						    *
************************************************/
.form-control-static {
  min-height: 25px;
  padding: 2px;
  margin-bottom: 0; }

/* ===================================== grid-ui ===================================== */
.ui-grid {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*height: 100% !important;*/ }

.inner {
  height: 90% !important; }

.ui-grid {
  position: relative !important;
  width: auto !important;
  height: auto !important; }

/* bug with Grid - header view port changes height on select */
.ui-grid-header-viewport {
  overflow: hidden; }

.ui-grid-header-cell-wrapper, .ui-grid-header-cell-row {
  display: block; }

.ui-grid-header-cell {
  display: block;
  float: left; }

body {
  font-size: 16px;
  padding-top: 100px;
  font-family: "SourceSansPro";
  background: #f2f4f7; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 0.75em;
  margin-bottom: 1em; }
  h1 .subtitle, h2 .subtitle, h3 .subtitle, h4 .subtitle, h5 .subtitle, h6 .subtitle {
    display: block;
    font-weight: normal;
    font-size: 65%;
    margin-top: 5px;
    color: #ffffff; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.15em; }

h6 {
  font-size: 1em; }

section {
  background: #ffffff; }

select, input[type="text"], input[type="email"], input[type="date"], input[type="number"], textarea {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #333333;
  border: none;
  background: #ffffff;
  border-radius: 5px !important;
  padding: 10px 15px;
  box-shadow: 0 0 10px rgba(45, 55, 75, 0.15);
  min-height: 42px;
  margin-bottom: 15px !important;
  outline: none; }

.validationErrorsWrapper {
  float: left;
  width: 100%;
  /*display: none;*/ }

.validationErrors {
  font-family: "SourceSansPro" !important; }
  .validationErrors > .validationErrors__item {
    color: #cc0000;
    /*border-left: 3px solid $colRed;*/
    padding-left: 15px;
    padding: 10px 15px;
    background: rgba(204, 0, 0, 0.05);
    margin-bottom: 10px; }
  .validationErrors__groups {
    border: 1px solid #cc000033;
    background: #cc00000d;
    /*display: inline-block;*/
    padding-bottom: 5px;
    overflow: hidden; }
    .validationErrors__groups__header {
      color: #cc0000;
      padding-top: 10px;
      /*border-left: 3px solid $colRed;*/
      font-weight: bold;
      font-size: 17px; }
    .validationErrors__groups__group {
      color: #bc0000;
      padding: 10px 0 0 10px;
      /*padding: 10px 15px;*/
      padding-left: 15px;
      overflow: hidden; }
    .validationErrors__groups__item {
      border-left: 3px solid #bc0000;
      padding-left: 6px;
      margin: 0 5px 5px; }

.validationWarnings {
  font-family: "SourceSansPro" !important; }
  .validationWarnings > .validationWarnings__item {
    color: #ffa500;
    /*border-left: 3px solid $colRed;*/
    padding-left: 15px;
    padding: 10px 15px;
    background: rgba(204, 0, 0, 0.05);
    margin-bottom: 10px; }
  .validationWarnings__groups {
    border: 1px solid #cc000033;
    background: #cc00000d;
    /*display: inline-block;*/
    padding-bottom: 5px;
    overflow: hidden; }
    .validationWarnings__groups__header {
      color: #ffa500;
      padding-top: 10px;
      /*border-left: 3px solid $colRed;*/
      font-weight: bold;
      font-size: 17px; }
    .validationWarnings__groups__group {
      color: #ffa500;
      padding: 10px 0 0 10px;
      /*padding: 10px 15px;*/
      padding-left: 15px;
      overflow: hidden; }
    .validationWarnings__groups__item {
      border-left: 3px solid #ffa500;
      padding-left: 6px;
      margin: 0 5px 5px; }

.input--noBoxShadow {
  box-shadow: 0 0 0 transparent !important;
  border: 1px solid #d3dae4 !important; }

/*
input[disabled="disabled"] {    
    border: 2px solid $colGrey;
    background: transparent !important;
    height: 40px;
    box-shadow: 0 0 0 transparent;
    cursor: initial !important;
}
*/
input[type="text"].input--blackBorder {
  border: 3px solid #333;
  box-shadow: 0 0 0 transparent;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.radioButtonGroup {
  border: 2px solid #d3dae4;
  border-radius: 5px;
  margin: 0;
  padding: 10px 15px;
  height: 42px;
  white-space: nowrap;
  margin-bottom: 15px; }
  @media (max-width: 1200px) {
    .radioButtonGroup .radio-inline {
      margin-right: 7px !important; } }
  @media (max-width: 768px) {
    .radioButtonGroup {
      height: auto;
      float: left;
      width: 100%; }
      .radioButtonGroup .radio-inline {
        width: 100%;
        float: left; } }

input[type="text"].input--narrow {
  width: 140px; }

select {
  background: #ffffff url(/ClientApp/dist/images/arrowDown.svg) no-repeat;
  background-size: 20px 20px;
  background-position: calc(100% - 15px);
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 15px; }

select[disabled="disabled"],
.preview-container select[disabled="disabled"] {
  border: 2px solid #d3dae4;
  background-image: url(/ClientApp/dist/images/arrowDownDisabled.svg);
  opacity: 0.7;
  box-shadow: 0 0 0 transparent;
  cursor: initial;
  padding: 8px 15px; }

.preview-container select[disabled="disabled"] {
  opacity: 1.0; }

textarea[readonly="readonly"],
.preview-container textarea[readonly="readonly"],
.preview-container input[readonly="readonly"] {
  cursor: initial;
  border: 2px solid #d3dae4 !important;
  box-shadow: none; }

label {
  font-weight: bold !important;
  font-size: 16px; }

.modal--grey {
  background: #f2f4f7 !important; }
  .modal--grey .modal-content {
    background: transparent; }

.radio-inline {
  font-size: 16px;
  font-weight: normal !important;
  padding-top: 0;
  margin-right: 15px;
  user-select: none; }

.radio-inline input[type="radio"] {
  margin-left: -25px; }

.radio-inline + .radio-inline {
  margin-left: 0 !important; }

.input-group .form-control {
  min-height: 40px; }

.input-group {
  display: block !important; }

.input-group-btn {
  display: block;
  font-size: 1em !important; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  min-height: 40px;
  margin-top: -1px; }

.form-horizontal .form-group {
  margin: 0; }

.row--border {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  float: left;
  width: 100%; }

.row--header {
  border-top: 3px solid #d3dae4;
  border-bottom: 3px solid #d3dae4;
  padding: 15px 0;
  margin-bottom: 10px;
  float: left;
  width: 100%; }

.row--noMargin {
  margin: 0 -15px; }

.row--separator {
  margin-bottom: 10px; }

.row--section {
  margin-top: 30px; }

.col--noPadding {
  padding: 0; }

.collapsing {
  -webkit-transition: none;
  transition: none;
  display: none; }

.btn--primary, .btn--secondary {
  background: transparent !important;
  box-shadow: 0 0 0 transparent !important;
  text-shadow: none !important;
  font-family: 'SourceSansPro';
  font-size: 16px;
  font-weight: bold;
  color: #333333 !important;
  border: 2px solid #333333;
  height: 40px;
  line-height: 40px;
  outline: none !important;
  padding: 0 15px !important; }

@media (max-width: 768px) {
  .btn {
    font-size: 0.8em;
    padding: 10px !important;
    line-height: 1.25em !important; } }

.btn--primary {
  background: #333333 !important;
  color: #ffffff !important; }

.btn--autoHeight {
  height: auto; }

.btn--noMargin {
  margin: 0 !important; }

.btn--showAll .glyphicon {
  font-size: 0.75em;
  margin-right: 5px; }

.btn--addEmail, .btn--addPhone, .btn--removeEmail, .btn--removePhone, .btn--addFile, .btn--removeFile, .btn--removeRow {
  background: #333 !important;
  z-index: 10 !important;
  border-radius: 5px !important;
  height: 40px;
  box-shadow: 0 0 0 transparent;
  float: right;
  outline: none;
  position: relative !important;
  right: 0;
  font-weight: normal !important;
  margin-bottom: -40px; }
  @media (max-width: 768px) {
    .btn--addEmail, .btn--addPhone, .btn--removeEmail, .btn--removePhone, .btn--addFile, .btn--removeFile, .btn--removeRow {
      height: 40px !important; } }
  .btn--addEmail:hover, .btn--addEmail:focus, .btn--addEmail:active, .btn--addPhone:hover, .btn--addPhone:focus, .btn--addPhone:active, .btn--removeEmail:hover, .btn--removeEmail:focus, .btn--removeEmail:active, .btn--removePhone:hover, .btn--removePhone:focus, .btn--removePhone:active, .btn--addFile:hover, .btn--addFile:focus, .btn--addFile:active, .btn--removeFile:hover, .btn--removeFile:focus, .btn--removeFile:active, .btn--removeRow:hover, .btn--removeRow:focus, .btn--removeRow:active {
    opacity: 0.75; }

.btn--removeRow {
  z-index: 0 !important; }
  @media (max-width: 768px) {
    .btn--removeRow {
      text-align: left;
      padding: 0 !important;
      width: 20px; } }

.btn--topMargin {
  margin-top: 30px !important; }

.btn--print .glyphicon {
  font-size: 0.75em;
  margin-right: 5px; }

@media (max-width: 768px) {
  .btn--print {
    width: 100%;
    margin: 0 !important; } }

.btn--addEmail, .btn--addPhone {
  background: transparent !important;
  text-shadow: none;
  color: #333333 !important;
  margin-bottom: -40px !important; }
  .btn--addEmail .glyphicon, .btn--addPhone .glyphicon {
    margin: 0 !important; }

.btn--addFile {
  background: transparent !important;
  text-shadow: none;
  color: #333333 !important; }
  .btn--addFile .glyphicon {
    margin-right: 5px; }

.btn--removeFile, .btn--removeEmail, .btn--removePhone, .btn--removeRow {
  background: transparent !important;
  text-shadow: none;
  color: #cc0000 !important;
  z-index: 0 !important; }

.btn--removeRow {
  padding: 0 10px 0 10px;
  height: auto;
  margin: 0; }

.btn--floatRight {
  float: right;
  margin: 10px 0 10px 10px; }

.btn--floatLeft {
  float: left;
  margin: 10px 10px 10px 0; }

.btn--floatRightInline {
  margin: 0 !important;
  position: absolute !important; }

.btn--removeAnimal {
  color: #333333 !important;
  border-color: #333333; }

.btn--addAnimal, .btn--removeAnimal {
  color: #333333 !important;
  border-color: #333333; }
  @media (max-width: 768px) {
    .btn--addAnimal, .btn--removeAnimal {
      width: 100%;
      margin-top: 0;
      height: 40px; } }

.btn .glyphicon-plus, .btn .glyphicon-minus {
  font-size: 12px;
  margin: 0 10px 0 5px; }

.glyphicon-file:before,
.glyphicon-trash:before {
  font-size: 12px; }

.icon-button {
  background: #333;
  color: #fff; }
  .icon-button:hover, .icon-button:active, .icon-button:focus {
    background: #333;
    color: #fff; }

fieldset, .fieldset {
  border: 2px dashed #d3dae4;
  padding: 15px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 15px;
  float: left;
  margin-top: 30px;
  width: 100%;
  border-radius: 5px;
  border-top-left-radius: 0; }
  fieldset--moreTopBottomPadding, .fieldset--moreTopBottomPadding {
    padding: 30px 15px; }
  fieldset--noPadding, .fieldset--noPadding {
    padding: 15px 0 0 0; }
  fieldset__instructions, .fieldset__instructions {
    margin: 20px 0; }
    fieldset__instructions label, .fieldset__instructions label {
      border-bottom: 2px solid;
      display: inline;
      line-height: 1.5em; }
  fieldset legend, .fieldset legend {
    letter-spacing: 1px;
    font-size: 12px;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    position: absolute;
    top: 0;
    margin-top: -27px;
    left: -2px;
    background: #333;
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 5px 10px; }

@media (max-width: 768px) {
  .mobileHidden {
    display: none; } }

@media (max-width: 768px) {
  .mobileVisible {
    display: block; } }

.inputEmail, .inputPhone {
  border-radius: 5px !important;
  padding-right: 30px; }

hr {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #d3dae4 !important;
  width: 100%; }

.btn:hover, .btn:focus, .btn:active {
  opacity: 0.85; }

.btn-primary {
  background: #333 !important;
  color: #fff !important;
  border: none;
  outline: none;
  font-weight: bold;
  float: right;
  margin: 15px 0 15px 0; }

.arrowRight, .arrowLeft {
  float: right;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(225deg);
  background: transparent;
  width: 10px;
  height: 10px;
  margin: 13px 0 15px 10px; }
  .arrowRight--white, .arrowLeft--white {
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
  @media (max-width: 768px) {
    .arrowRight, .arrowLeft {
      margin: 2px 5px 0 5px !important; } }

.arrowLeft {
  float: left;
  margin: 13px 15px 0 0;
  transform: rotate(45deg); }

.required, .warning {
  color: #cc0000;
  font-size: 14px;
  font-weight: normal !important;
  display: inline-block;
  margin-bottom: 5px; }

.warning {
  color: #ffa500; }

.collapse {
  border: 2px solid #d3dae4;
  padding: 15px; }
  @media (max-width: 768px) {
    .collapse {
      padding: 15px 0; } }

.pageBanner {
  background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-plane.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  width: 100%;
  height: 200px;
  color: #fff !important;
  margin-top: -20px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .pageBanner h1 {
      font-size: 1.5em; } }
  @media (max-width: 768px) {
    .pageBanner {
      height: 100px;
      margin-top: -32px; } }
  .pageBanner__subtitle {
    display: block;
    font-weight: normal;
    font-size: 65%;
    margin-top: 5px;
    color: #ffffff; }
  .pageBanner--catdog {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-catdog.jpeg); }
  .pageBanner--horse {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-horse.jpg); }
  .pageBanner--butterfly {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-butterfly.jpeg); }
  .pageBanner--guineapig {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-guineapig.jpg); }
  .pageBanner--zoo {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-zoo.jpg); }
  .pageBanner--farm {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-sheep.jpg); }
  .pageBanner--fish {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-fish.jpg); }
  .pageBanner--labanimal {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-labanimal.jpg); }
  .pageBanner--invert {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-invert.jpg); }
  .pageBanner--bioanimal {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-bioanimal.jpg); }
  .pageBanner--egg {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-egg.jpg); }
  .pageBanner--fern {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-fern.jpg); }
  .pageBanner--dashboard {
    background-image: url(/ClientApp/dist/angularapp/components/banner/images/bg-banner-plane.jpeg); }
  .pageBanner__overlay {
    height: 280px;
    background-color: rgba(45, 55, 75, 0.3) !important;
    position: absolute;
    width: 100%;
    top: 0; }
    @media (max-width: 768px) {
      .pageBanner__overlay {
        height: 168px; } }
  .pageBanner h1, .pageBanner h2, .pageBanner h3, .pageBanner h4, .pageBanner h5, .pageBanner h6 {
    margin-left: 15px !important; }

header {
  z-index: 100; }

.flexRow {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  border-bottom: 1px solid #d3dae4; }
  .flexRow--header {
    border-bottom: 2px solid #333333; }
    .flexRow--header .flexColumn {
      font-weight: bold; }

.flexColumn {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 0; }

.periodOfTransit {
  border: 2px solid #d3dae4;
  border-radius: 5px;
  padding: 0 15px;
  height: 42px;
  line-height: 42px; }

.preview-container .periodOfTransit {
  border: none;
  padding: 0;
  line-height: 1.6; }

.DpsUiPanelLegend {
  display: none; }

.mpiInfo > .container {
  padding-left: 0;
  padding-right: 30px; }

#PermitDisplay iframe {
  width: 100%;
  height: 70vh; }

.ng-hide.ng-hide-animate, .ng-leave {
  display: none !important; }

div.recaptKey {
  float: right;
  padding-top: 50px; }
  @media (max-width: 992px) {
    div.recaptKey {
      float: none;
      padding-top: 20px; } }

/* TODO: FIXME clearfix should really not be necessary here, but for some reason the footer is not reliably clearing rows above it */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.panel {
  background: transparent;
  box-shadow: 0 0 0 transparent;
  border: none;
  padding: 0;
  margin: 0; }

.panel-body {
  padding: 0; }

.panel-footer {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
  border-top: 3px solid #d3dae4;
  background-color: unset; }

.progress {
  height: 40px;
  background: #f2f4f7;
  box-shadow: 0 0 0 transparent;
  border-radius: 20px; }

#bootstrap-overrides .progress-bar-success {
  line-height: 35px;
  font-size: 1.2em;
  font-family: "SourceSansPro";
  border-radius: 20px;
  font-weight: bold;
  border: 2px dashed #333333;
  background: transparent;
  color: #333333;
  box-shadow: 0 0 0 transparent; }

.nav > li > a:hover, .nav > li > a:focus, .nav > li > a:active {
  background-color: transparent !important;
  outline: none !important; }

.nav-tabs > li {
  opacity: 0.85; }
  .nav-tabs > li:hover, .nav-tabs > li:focus, .nav-tabs > li:active {
    opacity: 1; }
  .nav-tabs > li > a {
    font-family: "SourceSansPro" !important;
    font-size: 20px;
    color: #333333;
    font-weight: normal !important;
    padding: 20px 15px 20px 0;
    margin-right: 30px;
    border-bottom: 3px solid transparent !important; }
    @media (max-width: 768px) {
      .nav-tabs > li > a {
        font-size: 1em;
        margin: 0;
        padding: 10px 10px 10px 0; } }
    .nav-tabs > li > a .stepIndicator {
      font-size: 0.6em;
      text-transform: uppercase;
      color: #333333;
      font-weight: normal;
      text-shadow: none; }
      @media (max-width: 768px) {
        .nav-tabs > li > a .stepIndicator {
          display: none; } }
    .nav-tabs > li > a .stepIndicatorMobile {
      display: none; }
      @media (max-width: 768px) {
        .nav-tabs > li > a .stepIndicatorMobile {
          display: inline-block; } }
    .nav-tabs > li > a h1, .nav-tabs > li > a h2, .nav-tabs > li > a h3, .nav-tabs > li > a h4, .nav-tabs > li > a h5, .nav-tabs > li > a h6, .nav-tabs > li > a b {
      font-weight: normal !important; }
    .nav-tabs > li > a:hover {
      border: 1px solid transparent; }
  .nav-tabs > li.active {
    opacity: 1; }
    .nav-tabs > li.active a {
      font-family: "SourceSansPro" !important;
      color: #333333;
      background: transparent !important;
      text-shadow: 1px 0 0 currentColor;
      border: none;
      border-bottom: 3px solid #333333 !important; }
      .nav-tabs > li.active a h1, .nav-tabs > li.active a h2, .nav-tabs > li.active a h3, .nav-tabs > li.active a h4, .nav-tabs > li.active a h5, .nav-tabs > li.active a h6, .nav-tabs > li.active a b {
        font-weight: bold !important; }
      .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:active {
        background-color: transparent !important;
        outline: none !important;
        border: none;
        border-bottom: 3px solid #333333; }

.navtabsSecondary {
  float: left;
  width: 100%;
  background: #d3dae4;
  margin-top: -30px;
  margin-bottom: 15px;
  z-index: 100; }
  .navtabsSecondary .container {
    padding: 0; }

body.scrolling .navtabsSecondary {
  position: fixed;
  top: 93px;
  z-index: 90; }
  @media (max-width: 768px) {
    body.scrolling .navtabsSecondary {
      top: 90px; } }

.navHelpText {
  font-size: 12px;
  color: #333333;
  font-weight: normal;
  text-shadow: none; }

.navInfoText {
  margin-top: -10px;
  margin-bottom: 11px;
  font-size: small;
  color: #333333;
  font-weight: normal;
  text-shadow: none;
  font-style: italic; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #333333;
  border-color: #333333; }

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager:before,
.pager:after {
  display: table;
  content: " "; }

.pager:after {
  clear: both; }

.pager:before,
.pager:after {
  display: table;
  content: " "; }

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff; }

/**
 * import components to builds angular-ui.css
 */
/* ui-reset */
.ui-resetwrap {
  position: relative;
  display: inline-block; }

.ui-reset {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  height: 100%;
  cursor: pointer; }

.ui-resetwrap:hover .ui-reset {
  display: block; }

/* ui-currency */
.ui-currency-pos {
  color: green; }

.ui-currency-neg {
  color: red; }

.ui-currency-zero {
  color: blue; }

.ui-currency-pos.ui-bignum,
.ui-currency-neg.ui-smallnum {
  font-size: 110%; }

/* highlight */
.ui-match {
  background: yellow; }

md-input-container {
  width: 100%;
  font-size: 16px;
  margin: 0 0 15px 0; }

.md-select-menu-container {
  margin-top: 39px;
  margin-left: 24px;
  padding-right: 26px; }

body md-select-menu, body md-select-menu md-content {
  border-radius: 5px;
  box-shadow: 0 5px 5px 0 rgba(45, 55, 75, 0.15);
  max-height: 512px; }

md-select {
  background: #fff;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(45, 55, 75, 0.15);
  background-position: calc(100% - 15px) center !important; }
  md-select .md-select-icon {
    display: none !important; }

md-select .md-select-value {
  border: none !important;
  padding-right: 15px; }

.md-container-ignore {
  display: none; }

.md-datepicker-input {
  border: none;
  background: transparent;
  font-size: 16px;
  text-align: left;
  width: 100%; }

md-datepicker {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  display: block;
  height: 42px;
  box-shadow: 0 0 10px rgba(45, 55, 75, 0.15);
  padding: 6px 15px;
  margin: 0 0 15px 0; }

.md-datepicker-calendar-pane {
  margin-top: 37px;
  margin-left: 5px;
  border: none; }

.md-datepicker-expand-triangle {
  display: none; }

.md-datepicker-triangle-button, md-select {
  background: #ffffff url(/ClientApp/dist/images/arrowDown.svg) no-repeat;
  background-size: 20px 20px;
  background-position: center center;
  -moz-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 40px !important; }

.md-datepicker-input-mask {
  display: none; }

.md-datepicker-button {
  display: none; }

.md-datepicker-input-container {
  border: none;
  width: 100%; }

.preview-container .permitQuestion {
  margin-bottom: 5px; }

.permitQuestion {
  margin-bottom: 10px; }
  .permitQuestion__helpText {
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 12px;
    color: #333333;
    display: inline-block;
    float: left;
    width: 100%; }

.questionText, .subQuestionText {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  white-space: normal; }
  .questionText--nowrap, .subQuestionText--nowrap {
    white-space: nowrap; }
  .questionText--toggle, .subQuestionText--toggle {
    width: 100%;
    text-align: left;
    padding: 15px !important;
    border-bottom: 2px solid #d3dae4 !important;
    font-size: 20px;
    text-decoration: none !important;
    color: #333 !important;
    font-weight: bold;
    display: block;
    height: auto;
    outline: none;
    margin-bottom: -2px; }
    .questionText--toggle:hover, .questionText--toggle:active, .subQuestionText--toggle:hover, .subQuestionText--toggle:active {
      border-bottom: 2px solid #d3dae4 !important;
      background: #d3dae4 !important; }
    .questionText--toggle .permitQuestion__helpText, .subQuestionText--toggle .permitQuestion__helpText {
      margin: 0;
      font-weight: normal; }
    .questionText--toggle span, .subQuestionText--toggle span {
      display: inline-block;
      float: left; }
    .questionText--toggle i, .subQuestionText--toggle i {
      color: #333;
      font-size: 12px; }

.subQuestionInfo label.permitQuestion.questionText {
  font-weight: normal !important;
  font-size: 14px;
  color: #333333; }

.errorMessage {
  font-size: 14px;
  display: inline-block;
  color: #cc0000;
  float: left;
  width: 100%;
  line-height: 1.25em;
  margin-bottom: 5px;
  overflow-wrap: break-word; }

.sameAsImporter {
  float: left;
  margin-top: 5px; }
  .sameAsImporter__label {
    font-size: 14px;
    z-index: 1;
    vertical-align: middle;
    font-weight: normal !important; }
  .sameAsImporter__checkbox {
    z-index: 1;
    margin: 2px 5px 5px 0 !important;
    vertical-align: text-top !important; }

.searchList .collapse.in {
  border: none;
  padding: 0; }

.searchList .displayTable {
  margin-bottom: 0; }
  .searchList .displayTable br {
    display: none; }

/**
 * Banner Component
 */
div.banner {
  padding: 45px 0 !important;
  background-size: cover;
  margin-top: -20px;
  height: 400px; }
  @media (max-width: 768px) {
    div.banner {
      margin-top: -32px; } }
  div.banner__overlay {
    height: 480px;
    background-color: rgba(45, 55, 75, 0.2) !important; }
  div.banner__content__heading {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold; }
  div.banner__content__title {
    font-size: 2.25em;
    line-height: 1em;
    font-weight: bold; }
    @media (max-width: 768px) {
      div.banner__content__title {
        font-size: 1.5em; } }
  div.banner__content__subtitle {
    font-size: 0.75em;
    margin-top: 15px; }
  div.banner__content__action a {
    padding: 10px 30px;
    margin-top: 1em;
    display: inline-block;
    float: left;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 0.75em; }
    div.banner__content__action a:hover, div.banner__content__action a:active, div.banner__content__action a:focus {
      text-decoration: none;
      background: #ffffff;
      color: #333333;
      -webkit-transition: background-color 0.15s ease-out;
      -moz-transition: background-color 0.15s ease-out;
      -ms-transition: background-color 0.15s ease-out;
      -o-transition: background-color 0.15s ease-out;
      transition: background-color 0.15s ease-out; }

@media (max-width: 768px) {
  div.banner__overlay {
    height: 500px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    div.banner__overlay {
      height: 468px; } }

.addressForm {
  padding: 15px 0; }

.showTab {
  display: block !important; }

#upload {
  height: 40px;
  background: #333;
  text-shadow: 0 0 0 transparent;
  color: #fff;
  font-weight: normal;
  position: absolute;
  right: 0;
  z-index: 10;
  margin-top: -1px;
  border: none; }

.fileSelect--readonly {
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 15px;
  background: transparent;
  border: 2px solid #d3dae4;
  box-shadow: 0 0 0 transparent;
  height: 42px; }

.btn--showDocButton {
  float: right;
  color: #333;
  background: transparent;
  height: 40px;
  margin-top: -1px;
  z-index: 0 !important; }
  .btn--showDocButton:hover, .btn--showDocButton:focus, .btn--showDocButton:active {
    color: #333;
    background: transparent; }
  @media (max-width: 768px) {
    .btn--showDocButton {
      height: 44px !important; } }

div.fileContainer span {
  padding: 10px;
  padding-right: 80px;
  font-size: 17px;
  float: left; }

div.fileContainer input[type=text] {
  padding: 10px;
  padding-right: 80px;
  font-size: 17px;
  float: left; }

/*div.fileContainer.fileButton {
    float: right;
    width: 80px;
    padding: 10px;
    background: #dfe4eb;
    cursor: pointer;
    position:relative;
   
}*/
div.fileContainer button:hover {
  background: #0b7dda; }

div.fileContainer::after {
  content: "";
  clear: both;
  display: table; }

.animalList__animal.active {
  font-weight: bold; }

.animalList__animal a {
  padding: 0px 0 0 15px !important;
  font-size: 16px;
  color: #333 !important;
  margin-bottom: 15px;
  line-height: 30px; }

.animalList ul {
  width: 100%;
  display: block;
  float: left; }

/* override .nav > li > a { border: none !important; } */
@media (max-width: 768px) {
  .nav > li.animalList__animal {
    padding: 0 !important;
    margin: 0 15px 0 0 !important;
    display: inline-block; } }

.nav > li.animalList__animal.active > a {
  border-left: 3px solid #333 !important; }
  @media (max-width: 768px) {
    .nav > li.animalList__animal.active > a {
      border: none !important;
      border-bottom: 3px solid #333 !important; } }

@media (max-width: 768px) {
  .nav > li.animalList__animal.active {
    border: none !important;
    padding: 0 !important; } }

.nav > li.animalList__animal.active > div > a {
  border-left: 3px solid #333 !important; }
  @media (max-width: 768px) {
    .nav > li.animalList__animal.active > div > a {
      border: none !important;
      border-bottom: 3px solid #333 !important; } }

.nav > li.animalList__animal > a {
  border-left: 3px solid #d3dae4 !important; }
  @media (max-width: 768px) {
    .nav > li.animalList__animal > a {
      border: none !important;
      border-bottom: 3px solid #d3dae4 !important;
      padding: 0 !important; } }

/* Hide the separator for the first animal, but not on the full review tab */
.preview-container .animal-info .first-animal {
  display: none; }

/* Show all animals at once if we're in readonly mode */
.animal-info .tab-content > .tab-pane.readonly {
  display: block; }

.age__value {
  width: 50%; }

.age__units {
  width: calc(50% - 10px);
  margin-left: 10px; }

.age__value, .age__units {
  box-shadow: 10px rgba(45, 55, 75, 0.15);
  float: left; }

.vaccineHistory__item__label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px; }

.vaccineHistory__item__value {
  font-size: 16px;
  border: 2px solid #d3dae4;
  height: 42px;
  border-radius: 5px;
  line-height: 40px;
  padding: 0 15px;
  margin-bottom: 15px; }

.btn--addRecord, .btn--deleteRecord {
  float: none;
  height: 40px;
  margin-top: 27px; }
  .btn--addRecord .glyphicon, .btn--deleteRecord .glyphicon {
    margin: 0 !important; }

.btn--deleteRecord {
  background: transparent;
  color: #cc0000;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  width: 100%;
  height: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left; }
  .btn--deleteRecord:hover, .btn--deleteRecord:active, .btn--deleteRecord:focus {
    outline: none;
    background: transparent;
    color: #cc0000;
    padding: 0;
    opacity: 0.5; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0s ease-out !important;
  -o-transition: -o-transform 0s ease-out !important;
  transition: transform 0s ease-out !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  border-radius: 5px !important;
  overflow: hidden; }
  @media (max-width: 768px) {
    .modal.in .modal-dialog {
      position: absolute;
      top: 0;
      border-radius: 0 !important; } }

body.modal-open {
  position: fixed; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-body {
  font-size: 16px;
  padding: 30px;
  padding-top: 0; }
  .modal-body ul {
    padding: 0 15px;
    margin: 0 15px; }
  .modal-body--bgGrey {
    background: #f2f4f7; }

.modal-header {
  padding: 30px;
  border: none;
  padding-bottom: 0; }
  .modal-header h3, .modal-header h4, .modal-header h5 {
    font-family: "SourceSansPro"; }
  .modal-header--bgGrey {
    background: #f2f4f7; }
  .modal-header .modal-header--bottomPadding {
    padding-bottom: 30px; }

.modal-title {
  font-size: 2em; }

.modal-footer {
  padding: 30px;
  padding-top: 0;
  border: none;
  text-align: left; }
  .modal-footer button {
    font-size: 16px;
    color: #ffffff; }
  .modal-footer--bgGrey {
    background: #f2f4f7; }

.modal-content {
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 0 transparent; }

.modal.fade.in {
  background: rgba(0, 0, 0, 0.5);
  display: flex !important;
  flex-direction: column;
  justify-content: center; }

@media (min-width: 992px) {
  .modal-lg {
    width: 600px; } }

@media (min-width: 1292px) {
  .modal-xl {
    width: 1200px; } }

.modal-header--grey, .modal-body--grey, .modal-footer--grey {
  background: #f2f4f7;
  border-radius: 5px; }

.modal-window--bgGrey .modal-content {
  background: #f2f4f7; }

.modal-content #emailSendFrm label {
  margin-bottom: 5px; }

.modal-content #emailSendFrm input[type=checkbox] {
  vertical-align: text-top;
  margin-left: 5px; }

.modal-content #emailSendFrm .row.separate {
  margin: 15px 0 20px 0; }

/*.md-select-menu-container {
    z-index: 9999 !important;
}

.md-select-menu-container, .md-open-menu-container {
    z-index: 9999 !important;
}*/
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer; }

.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content li {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.dropdown a:hover {
  background-color: #ddd; }

.show {
  display: block; }

/*When using md-select inside a dialog then the z-index needs changing*/
/*.md-select-menu-container {
    z-index: 9999 !important;
}

.md-select-menu-container,
.md-open-menu-container {
    z-index: 999999 !important;
}*/
.displayTable {
  padding: 15px 15px 3px 15px;
  border: 2px solid #d3dae4;
  margin-bottom: 15px;
  border-radius: 5px; }
  .displayTable .flexColumn {
    font-size: 0.8em; }
    .displayTable .flexColumn--0 {
      flex: 2; }
  .displayTable .flexRow--header .flexColumn {
    font-size: 1em; }
  .displayTable .flexRow:last-child {
    border-bottom: none; }

.sortorder {
  float: right;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0 5px 0 0; }

.emailView {
  display: flex;
  flex-direction: row; }
  .emailView .emailContent {
    flex-grow: 2;
    background-color: white;
    white-space: pre-wrap;
    width: 40%;
    padding: 10px 10px 10px 15px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border-left: 1px solid #ddd; }
    .emailView .emailContent table, .emailView .emailContent tr, .emailView .emailContent td, .emailView .emailContent th {
      border-collapse: unset;
      border-spacing: 3px;
      border: 1px solid black;
      padding: 2px; }
    .emailView .emailContent th, .emailView .emailContent b {
      text-align: center;
      font-weight: bold; }
    .emailView .emailContent td {
      padding: 2px 5px; }
  .emailView .emailTable {
    flex-grow: 3;
    background-color: white;
    width: 59.5%; }
    .emailView .emailTable .displayTable {
      border: none; }
      .emailView .emailTable .displayTable .flexColumn {
        white-space: normal; }
      .emailView .emailTable .displayTable .flexRow.tblRow:hover {
        background: #f2f4f7; }

@media (max-width: 1300px) {
  .emailTable, .emailContent {
    float: none;
    width: 100%; } }

.preview .tab-content > .tab-pane {
  display: block; }

.preview-container {
  background-color: #fff; }
  .preview-container label, .preview-container .tblRowRO[role="button"] {
    cursor: unset; }
  .preview-container label.sameAsImporter__label, .preview-container input.sameAsImporter__checkbox, .preview-container label.preview-selectable {
    cursor: pointer;
    user-select: none; }
  .preview-container select, .preview-container input[type="text"], .preview-container input[type="email"], .preview-container textarea, .preview-container md-select, .preview-container md-datepicker, .preview-container .age select {
    background: transparent !important;
    box-shadow: 0 0 0 transparent !important;
    border: 2px solid #ccc; }
  .preview-container .age {
    box-shadow: 0 0 0 transparent !important;
    background: transparent; }
  .preview-container .md-datepicker-triangle-button {
    display: none; }
  .preview-container .addressForm {
    padding: 0 !important; }
  .preview-container .applicationDetails {
    margin-bottom: 15px; }

md-time-picker input, md-time-picker select {
  box-shadow: 0 0 0 transparent !important; }

md-time-picker {
  background: #ffffff !important;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(45, 55, 75, 0.15); }
  md-time-picker md-input-container, md-time-picker input {
    margin: 0; }
  md-time-picker md-select {
    height: 20px;
    margin: 0 !important;
    box-shadow: 0 0 0 transparent; }
  md-time-picker ng-form[name=timeForm] input {
    text-align: center;
    padding: 0;
    margin: 2px !important; }

md-backdrop {
  position: fixed; }

.md-dialog-container {
  position: fixed; }

md-time-picker {
  background: #fff;
  float: left;
  margin-bottom: 15px; }
  md-time-picker .md-up-arrow, md-time-picker .md-down-arrow {
    display: none; }
  md-time-picker .md-icon-button {
    display: none; }
  md-time-picker md-select {
    padding: 0 20px 0 0; }

.md-ripple-container {
  display: none; }
  .md-ripple-container:after {
    content: "\E023"; }

md-hours-minutes {
  width: 45px;
  border-right: 1px solid #d3dae4; }

/**
 * STEPSELECT_COMPONENT
 */
.stepSelect {
  border: 3px solid #333;
  border-radius: 0.5em;
  float: left;
  margin: 60px 0;
  border: none;
  font-size: 16px; }
  @media (max-width: 768px) {
    .stepSelect {
      margin: 30px 0; } }
  .stepSelect__instructions__title {
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 1.5em; }
  @media (max-width: 768px) {
    .stepSelect__instructions__description {
      margin-bottom: 15px; } }
  .stepSelect__options {
    padding: 0 30px; }
    @media (max-width: 768px) {
      .stepSelect__options {
        padding: 0; } }
    .stepSelect__options__group:hover .stepSelectOption {
      opacity: 0.65; }
    .stepSelect__options__groupTitle {
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 15px;
      font-size: 0.75em;
      padding: 0 15px;
      color: #333333;
      display: inline-block;
      padding: 5px 15px;
      letter-spacing: 1px;
      white-space: nowrap;
      border: 2px solid #333 !important;
      background: #333;
      color: #fff; }

.stepSelectOption {
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  display: inline-block;
  text-decoration: none;
  color: #333333;
  padding: 0 15px;
  border-left: 2px solid #333;
  margin-bottom: 15px; }
  .stepSelectOption:hover, .stepSelectOption:focus, .stepSelectOption:active {
    text-decoration: none;
    color: #333333;
    opacity: 1 !important; }
  @media (max-width: 768px) {
    .stepSelectOption {
      width: 100%; } }
  .stepSelectOption__title {
    font-weight: bold; }
  .stepSelectOption__description {
    font-size: 0.8em; }

.permit .pageBanner, .permitApplication .pageBanner, .search .pageBanner, .reports .pageBanner, .country .pageBanner, .review .pageBanner, .edit .pageBanner {
  height: 90px;
  margin-top: -20px;
  margin-bottom: 30px; }
  .permit .pageBanner__title, .permitApplication .pageBanner__title, .search .pageBanner__title, .reports .pageBanner__title, .country .pageBanner__title, .review .pageBanner__title, .edit .pageBanner__title {
    font-size: 28px;
    margin-top: 1em; }
  .permit .pageBanner div.pageBanner__title, .permitApplication .pageBanner div.pageBanner__title, .search .pageBanner div.pageBanner__title, .reports .pageBanner div.pageBanner__title, .country .pageBanner div.pageBanner__title, .review .pageBanner div.pageBanner__title, .edit .pageBanner div.pageBanner__title {
    font-weight: bold;
    margin-left: 15px !important;
    line-height: 1.1; }
  .permit .pageBanner__subtitle, .permitApplication .pageBanner__subtitle, .search .pageBanner__subtitle, .reports .pageBanner__subtitle, .country .pageBanner__subtitle, .review .pageBanner__subtitle, .edit .pageBanner__subtitle {
    font-size: 16px;
    text-transform: uppercase; }
  .permit .pageBanner__overlay, .permitApplication .pageBanner__overlay, .search .pageBanner__overlay, .reports .pageBanner__overlay, .country .pageBanner__overlay, .review .pageBanner__overlay, .edit .pageBanner__overlay {
    height: 170px;
    width: 100%; }
  @media (max-width: 768px) {
    .permit .pageBanner, .permitApplication .pageBanner, .search .pageBanner, .reports .pageBanner, .country .pageBanner, .review .pageBanner, .edit .pageBanner {
      top: 70px; } }

.permit__filter, .permitApplication__filter, .search__filter, .reports__filter, .country__filter, .review__filter, .edit__filter {
  margin-bottom: 15px; }
  .permit__filter__item, .permitApplication__filter__item, .search__filter__item, .reports__filter__item, .country__filter__item, .review__filter__item, .edit__filter__item {
    font-weight: normal !important;
    font-size: 12px;
    display: inline-block;
    padding: 10px 15px 10px 10px;
    border-radius: 5px;
    border: 2px solid #d3dae4;
    margin: 0 5px 10px 0;
    height: 40px;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .permit__filter__item input[type="checkbox"], .permitApplication__filter__item input[type="checkbox"], .search__filter__item input[type="checkbox"], .reports__filter__item input[type="checkbox"], .country__filter__item input[type="checkbox"], .review__filter__item input[type="checkbox"], .edit__filter__item input[type="checkbox"] {
      vertical-align: middle;
      margin: 0;
      -webkit-appearance: initial;
      appearance: initial;
      width: 20px;
      height: 20px;
      border: none;
      position: relative;
      outline: none; }
      .permit__filter__item input[type="checkbox"]:after, .permitApplication__filter__item input[type="checkbox"]:after, .search__filter__item input[type="checkbox"]:after, .reports__filter__item input[type="checkbox"]:after, .country__filter__item input[type="checkbox"]:after, .review__filter__item input[type="checkbox"]:after, .edit__filter__item input[type="checkbox"]:after {
        content: "\D7";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 18px; }
      .permit__filter__item input[type="checkbox"]:checked:after, .permitApplication__filter__item input[type="checkbox"]:checked:after, .search__filter__item input[type="checkbox"]:checked:after, .reports__filter__item input[type="checkbox"]:checked:after, .country__filter__item input[type="checkbox"]:checked:after, .review__filter__item input[type="checkbox"]:checked:after, .edit__filter__item input[type="checkbox"]:checked:after {
        content: "\2713";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 12px; }

body.scrolling .edit .pageBanner {
  position: fixed;
  top: 70px;
  z-index: 90; }
  body.scrolling .edit .pageBanner__overlay {
    height: 105px;
    width: 100%; }
  @media (max-width: 768px) {
    body.scrolling .edit .pageBanner {
      top: 70px;
      position: fixed; } }

.edit .navtabsSecondary {
  float: left;
  width: 100%;
  background: #d3dae4;
  margin-top: -30px;
  margin-bottom: 15px;
  z-index: 90; }
  .edit .navtabsSecondary .container {
    padding: 0; }
  @media (max-width: 768px) {
    .edit .navtabsSecondary {
      position: fixed;
      top: 170px; } }

body.scrolling .edit .navtabsSecondary {
  position: fixed;
  top: 170px;
  z-index: 90; }
  @media (max-width: 768px) {
    body.scrolling .edit .navtabsSecondary {
      top: 163px; } }

.label--filter:before {
  content: "\E138";
  float: left;
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  color: #333;
  margin: 3px 7px 7px 0; }

.applicationList .controlColumn, .permitList .controlColumn {
  width: 80px;
  font-size: 0.85em;
  text-align: right;
  white-space: normal;
  margin: 5px 15px 5px 0; }

.applicationList .flexColumn, .permitList .flexColumn {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  font-size: 0.85em;
  white-space: normal; }

.applicationList .flexGroup, .permitList .flexGroup {
  border-bottom: 1px solid #d3dae4; }
  .applicationList .flexGroup:last-child, .permitList .flexGroup:last-child {
    border-bottom: 3px solid #d3dae4; }

.applicationList .flexRow, .permitList .flexRow {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  border-bottom: none;
  /*border-bottom: 1px solid $colGrey;*/
  /*&--header {
            border-bottom: 2px solid $colCharcoal;
            .flexColumn {
                font-weight: bold;
            }
        }*/ }

.applicationList .subRow, .permitList .subRow {
  min-height: 100%;
  border-bottom: none;
  font-size: 0.85em;
  white-space: normal; }

.applicationList .headerRow, .permitList .headerRow {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  border-bottom: none;
  border-bottom: 1px solid #d3dae4;
  font-weight: bold;
  /*&--header {
            border-bottom: 2px solid $colCharcoal;
            .flexColumn {
                font-weight: bold;
            }
        }*/ }

.applicationList__header, .permitList__header {
  border-top: 3px solid #d3dae4;
  background-color: #e1e6ed; }
  .applicationList__header a, .permitList__header a {
    /*
            &:before {
                content: "\e150";
                float: right;
                font-family: 'Glyphicons Halflings';
                font-size: 8px;
                color: #333;
                margin: 5px 0 5px 5px;
            }
            */ }

.applicationList .collapse, .permitList .collapse {
  border: none;
  padding: 0 0 10px 0; }

.applicationList .even, .permitList .even {
  background-color: #ebeef2; }

.applicationList .odd, .permitList .odd {
  background-color: #e9ecf0; }

/*CB - add toggle style*/
.toggleControl {
  vertical-align: baseline;
  font-size: 100%;
  padding-left: 8px;
  padding-right: 8px; }

.toggleControl:hover {
  background-color: #f2f4f7; }

/*.toggleControl.collapsed:before  {
  content:  "\2b";
  display: inline-block;
}

.toggleControl:before {
    content: "\2212";
    display: inline-block; 
}*/
.toggleControl.collapsed:before {
  font-family: FontAwesome;
  display: inline-block; }

.toggleControl:before {
  font-family: FontAwesome;
  display: inline-block; }

.toggleControl.collapsed:after {
  font-family: FontAwesome;
  content: "\F067";
  display: inline-block; }

.toggleControl:after {
  font-family: FontAwesome;
  content: "\F068";
  display: inline-block; }

.tableRow {
  border: none;
  padding: 0; }

.pagination-container {
  float: right; }
  .pagination-container ul {
    margin: 0; }

.search__actions {
  border-top: 3px solid #d3dae4; }

.permit .pageBanner, .permitApplication .pageBanner, .search .pageBanner, .reports .pageBanner, .country .pageBanner, .review .pageBanner {
  height: 100px; }
  .permit .pageBanner__title, .permitApplication .pageBanner__title, .search .pageBanner__title, .reports .pageBanner__title, .country .pageBanner__title, .review .pageBanner__title {
    font-size: 28px;
    margin-top: 1em; }
  .permit .pageBanner div.pageBanner__title, .permitApplication .pageBanner div.pageBanner__title, .search .pageBanner div.pageBanner__title, .reports .pageBanner div.pageBanner__title, .country .pageBanner div.pageBanner__title, .review .pageBanner div.pageBanner__title {
    font-weight: bold;
    margin-left: 15px !important;
    line-height: 1.1; }
  .permit .pageBanner__subtitle, .permitApplication .pageBanner__subtitle, .search .pageBanner__subtitle, .reports .pageBanner__subtitle, .country .pageBanner__subtitle, .review .pageBanner__subtitle {
    font-size: 16px;
    text-transform: uppercase; }
  .permit .pageBanner__overlay, .permitApplication .pageBanner__overlay, .search .pageBanner__overlay, .reports .pageBanner__overlay, .country .pageBanner__overlay, .review .pageBanner__overlay {
    height: 180px; }

.permit__filter, .permitApplication__filter, .search__filter, .reports__filter, .country__filter, .review__filter {
  margin-bottom: 15px; }
  .permit__filter__item, .permitApplication__filter__item, .search__filter__item, .reports__filter__item, .country__filter__item, .review__filter__item {
    font-weight: normal !important;
    font-size: 12px;
    display: inline-block;
    padding: 10px 15px 10px 10px;
    border-radius: 5px;
    border: 2px solid #d3dae4;
    margin: 0 5px 10px 0;
    height: 40px;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .permit__filter__item input[type="checkbox"], .permitApplication__filter__item input[type="checkbox"], .search__filter__item input[type="checkbox"], .reports__filter__item input[type="checkbox"], .country__filter__item input[type="checkbox"], .review__filter__item input[type="checkbox"] {
      vertical-align: middle;
      margin: 0;
      -webkit-appearance: initial;
      appearance: initial;
      width: 20px;
      height: 20px;
      border: none;
      position: relative;
      outline: none; }
      .permit__filter__item input[type="checkbox"]:after, .permitApplication__filter__item input[type="checkbox"]:after, .search__filter__item input[type="checkbox"]:after, .reports__filter__item input[type="checkbox"]:after, .country__filter__item input[type="checkbox"]:after, .review__filter__item input[type="checkbox"]:after {
        content: "\D7";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 18px; }
      .permit__filter__item input[type="checkbox"]:checked:after, .permitApplication__filter__item input[type="checkbox"]:checked:after, .search__filter__item input[type="checkbox"]:checked:after, .reports__filter__item input[type="checkbox"]:checked:after, .country__filter__item input[type="checkbox"]:checked:after, .review__filter__item input[type="checkbox"]:checked:after {
        content: "\2713";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 12px; }

.label--filter:before {
  content: "\E138";
  float: left;
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
  color: #333;
  margin: 3px 7px 7px 0; }

.applicationList .controlColumn, .permitList .controlColumn {
  width: 80px;
  font-size: 0.85em;
  text-align: right;
  white-space: normal;
  margin: 5px 15px 5px 0; }

.applicationList .flexColumn, .permitList .flexColumn {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
  font-size: 0.85em;
  white-space: normal; }

.applicationList .flexGroup, .permitList .flexGroup {
  border-bottom: 1px solid #d3dae4; }
  .applicationList .flexGroup:last-child, .permitList .flexGroup:last-child {
    border-bottom: 3px solid #d3dae4; }

.applicationList .flexRow, .permitList .flexRow {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  border-bottom: none;
  /*border-bottom: 1px solid $colGrey;*/
  /*&--header {
            border-bottom: 2px solid $colCharcoal;
            .flexColumn {
                font-weight: bold;
            }
        }*/ }

.applicationList .subRow, .permitList .subRow {
  min-height: 100%;
  border-bottom: none;
  font-size: 0.85em;
  white-space: normal; }

.applicationList .headerRow, .permitList .headerRow {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  border-bottom: none;
  border-bottom: 1px solid #d3dae4;
  font-weight: bold;
  /*&--header {
            border-bottom: 2px solid $colCharcoal;
            .flexColumn {
                font-weight: bold;
            }
        }*/ }

.applicationList__header, .permitList__header {
  border-top: 3px solid #d3dae4;
  background-color: #e1e6ed; }
  .applicationList__header a, .permitList__header a {
    /*
            &:before {
                content: "\e150";
                float: right;
                font-family: 'Glyphicons Halflings';
                font-size: 8px;
                color: #333;
                margin: 5px 0 5px 5px;
            }
            */ }

.applicationList .collapse, .permitList .collapse {
  border: none;
  padding: 0 0 10px 0; }

.applicationList .even, .permitList .even {
  background-color: #ebeef2; }

.applicationList .odd, .permitList .odd {
  background-color: #e9ecf0; }

.appSettings__actions {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 3px solid #d3dae4; }

.appSettings .modal-wrapper {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  height: 100%; }
  .appSettings .modal-wrapper .modal.in {
    display: block;
    padding-right: 17px;
    max-width: 600px;
    margin: 100px auto 0 auto;
    background: #fff;
    height: 375px;
    border-radius: 5px; }
    .appSettings .modal-wrapper .modal.in .modal-content {
      padding: 0 15px; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

/*
 ******************************************
 ******************************************
   Disable animations
 ******************************************
 ******************************************
*/
/** disable transitions and animations for tab-contents**/
md-tab-content.md-right:not(.md-active) {
  animation: none;
  -webkit-animation: none; }

md-tab-content.md-left:not(.md-active) {
  animation: none;
  -webkit-animation: none; }

md-tab-content.md-left:not(.md-active) * {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

md-tab-content.md-right:not(.md-active) * {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

.md-tab {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

/**disable slider animation for thumbs **/
md-slider .md-focus-thumb {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important;
  animation: none !important;
  -webkit-animation: none !important; }

md-slider ._md-thumb {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

md-option {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

/*Disable transition for opening menu.*/
/**disable on dialogs**/
md-dialog._md-transition-out {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

md-dialog._md-transition-in {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

/**Disable on ripple buttons**/
.md-ripple.md-ripple-placed {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

.md-ripple-container, .md-ripple-placed {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

/**Disable checkbox **/
md-checkbox ._md-icon {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

md-tabs-wrapper md-next-button, md-tabs-wrapper md-prev-button {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

md-pagination-wrapper {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

._md-subheader-wrapper:not(.md-sticky-no-effect) {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

._md-sticky-clone[sticky-state=active]:not(.md-sticky-no-effect) ._md-subheader-inner {
  -webkit-animation: none !important;
  animation: none !important; }

/**Disable on all other buttons**/
.md-button {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

/**Disable fading labels**/
md-input-container label {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

/** Disable slider animations**/
md-slider ._md-thumb-container, ._md-focus-ring, ._md-track-fill, ._md-thumb {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

md-input-container .md-char-counter, md-input-container .md-input-message-animation {
  transition: none !important; }

/*  Disable dropdown animations*/
md-select-menu {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

md-select-menu md-content {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

._md-select-menu-container._md-leave {
  transition: none !important;
  transition-duration: 0ms !important;
  transition-delay: 0ms !important; }

md-tab-content {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

md-ink-bar.md-right {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

md-ink-bar.md-left {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

md-tab-content.md-right {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

md-tab-content.md-left {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

/*
 ******************************************
 ******************************************
   Disable box shadows
 ******************************************
 ******************************************
*/
md-card {
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }

md-dialog {
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }

/*md-select-menu {
    border: 1px solid rgba(0, 0, 0, .14) !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}*/
.md-button.md-raised {
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }

md-toast .md-toast-content {
  /**no border needed here**/
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important; }

.hideLink {
  pointer-events: none;
  cursor: none;
  visibility: hidden; }

/*CB - used to stop scroll behind visisted countries control*/
.lock-scroll {
  overflow: hidden !important;
  overflow-y: hidden !important; }

.overlayPage {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /*background-color: #d3dae4;
  opacity: 0.6;
  transition: 1.0s linear all;*/
  overflow: hidden; }

