﻿/*for the home page text*/
.section-landing .row > div .section-landing-sub-heading {
    font-size: 4rem !important;
    color: #fff;
    letter-spacing: normal !important;
    text-transform: none !important;
}

/*Header Colour*/
.navbar.static-top {
    background-color: #006272 !important;
}

/*Remove Note Subgrid First Column Text*/
.col-sm-3.metadata {
    display: none;
}

/*Allign Custom Button to Right*/
.btn-mbie {
    float: right;
}

.btn {
    margin-right: 10px;
}

/*Make sure no empty space below the footer*/
body {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
}

    body > .container {
        flex: 1 !important;
    }

#liquid_form {
    flex: 1 !important;
}

/*Footer*/
footer .footer-top {
    background-color: #424242 !important;
}

footer .footer-bottom {
    background-color: #424242 !important;
}

footer a {
    color: #FFFFFF !important;
}

.entitylist-filter-option-text {
    width: 350px;
}

/* Fix for Knowledge Article */
.kb-article ul, .kb-article ol {
    list-style-position: unset !important;
}

/* Fix for rich text */
td[data-attribute="mbie_licenseconditions"],
td[data-attribute="mbie_licenseconditions"] p,
td[data-attribute="mbie_licenseconditions"] a,
td[data-attribute="mbie_licenseconditions"] .ck-content {
    font-size: unset !important;
}

    td[data-attribute="mbie_licenseconditions"] p {
        color: unset !important;
    }

/*COMPANIES CSS BEGIN*/

/* Page Title Begin */
.page-title {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .page-title h1 {
        flex: 1;
        min-width: 60%;
        margin: 0;
    }

.page-title, .kb-article {
    margin: 0 8px;
}

/* Page Title End */

/* List search Begin */
.toolbar-actions {
    width: 100%;
}

.entitylist-search {
    width: 100%;
}

.entitylist-filter-option-text {
    width: 230px !important;
}

.entitylist-filter-option-group-label.h4 {
    font-size: 18px;
}

.query.form-control, .btn-default[aria-label="Search Results"] {
    font-size: 18px !important;
}

.card-body .float-end {
    float: none !important;
}
/* List Search End */

/* Notes Begin */
.entity-notes .note {
    margin: 0;
    padding: 0;
}

.attachment {
    padding: 8px 0;
}

.note .col-md-3.metadata {
    display: none;
}

/* Notes End */

.crmEntityFormView, .entitylist, .entitylist-filter, .modal-content, .popover-content, .clearfix.cell.crmquickform-cell {
    border: none !important;
}

    .columnBlockLayout, .crmEntityFormView .cell, .sectionBlockLayout > .container {
        margin: 0 !important;
        padding: 0 !important;
    }

@font-face {
    font-family: 'FiraSans';
    src: url('/fira-sans-v7-latin-ext_latin-regular.woff2');
}

html *:not(.fa):not(.glyphicon) {
    font-family: FiraSans, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif !important;
}

body,
html,
a {
    font-size: 16px !important;
}

td a {
    text-decoration: underline !important;
}

th a {
    text-decoration: none !important;
}

.btn {
    padding: 5.5px 11px;
}

/*Footer BEGIN*/

.c-mbie-footer {
    background: #424242;
    color: #fff
}

.c-mbie-footer__nav-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.9375rem;
    border-bottom: 1px solid #fff
}

    .c-mbie-footer__nav-group:last-child {
        padding-bottom: 3rem;
        border-bottom: 0
    }

.c-mbie-footer__nav-wrapper {
    -ms-flex-preferred-size: calc(100% * 1 - 40px * (1 - 1));
    flex-basis: calc(100% * 1 - 40px * (1 - 1));
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: calc(100% * 1 - 40px * (1 - 1));
    margin-bottom: 40px;
    margin-bottom: 0
}

.c-mbie-footer__nav-wrapper--spanning-two-columns {
    -ms-flex-preferred-size: calc(100% * 1 - 0rem * (1 - 1));
    flex-basis: calc(100% * 1 - 0rem * (1 - 1));
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: calc(100% * 1 - 0rem * (1 - 1));
    margin-bottom: 40px
}

.c-mbie-footer__promo-logos__link {
    display: block;
    margin-bottom: 2.5rem
}

    .c-mbie-footer__promo-logos__link:nth-child(2) {
        margin-bottom: 0
    }

.c-mbie-footer__promo-logos__link__logo {
    display: inline-block;
    height: 4.5rem
}

.c-mbie-footer__promo-logos__link__logo--alt {
    display: none
}

.c-mbie-footer__header {
    width: 100%;
    padding-top: 0;
    border-top: 0;
    margin: 2rem 0 1.5rem;
    font-size: .8888888889rem;
    line-height: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.c-mbie-footer__nav__list {
    padding: 0;
    margin: 0;
    list-style: none
}

.c-mbie-footer__nav__item {
    margin: .5rem 0;
    line-height: 0;
    list-style-type: none
}

    .c-mbie-footer__nav__item:first-child {
        margin-top: 0
    }

.c-mbie-footer__nav__link {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff;
    text-decoration: none;
    list-style-type: none;
    font-weight: 300;
    margin-left: 0px !important;
}

    .c-mbie-footer__nav__link:link,
    .c-mbie-footer__nav__link:visited {
        color: #fff
    }

    .c-mbie-footer__nav__link:hover {
        color: #fff;
        text-decoration: underline
    }

.c-mbie-footer__nav__social-list {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none
}

.c-mbie-footer__nav__social-item {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 0;
    list-style-type: none
}

    .c-mbie-footer__nav__social-item::before {
        display: none
    }

    .c-mbie-footer__nav__social-item:last-child .c-mbie-footer__social-link {
        margin-right: 0
    }

.c-mbie-footer__nav__social-link {
    margin-right: .5rem;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #fff;
    text-decoration: none
}

.c-mbie-footer__nav__social-link__social-icon {
    display: inline-block
}

.c-mbie-footer__nav__social-link:hover .c-mbie-footer__nav__social-link__social-icon {
    opacity: .5
}

.c-mbie-footer__logo-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.c-mbie-footer__logo-list__list-item {
    width: auto;
    padding: 0;
    list-style: none
}

.c-mbie-footer__logo-list__link {
    display: block
}

.c-mbie-footer__logo-list__link__logo {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 17.5rem
}

.c-mbie-footer__logo-list__link__logo--alt {
    display: none
}

.c-mbie-footer__logo-list__link__logo--nzgovt,
.c-mbie-footer__logo-list__link__logo--nzgovt--alt {
    max-width: 14rem
}

.c-mbie-footer__global-nav {
    width: 100%
}

.c-mbie-footer__global-nav__list {
    padding: 0;
    margin: 0;
    list-style: none
}

.c-mbie-footer__global-nav__item {
    margin: .75rem 0;
    font-size: .8888888889rem;
    line-height: 1rem;
    text-transform: uppercase;
    list-style-type: none
}

    .c-mbie-footer__global-nav__item:first-child {
        margin-top: 1.5rem
    }

    .c-mbie-footer__global-nav__item:last-child {
        margin-top: 2rem
    }

.c-mbie-footer__global-nav__link {
    font-size: .8888888889rem;
    color: #fff;
    text-decoration: none
}

    .c-mbie-footer__global-nav__link:link,
    .c-mbie-footer__global-nav__link:visited {
        color: #fff
    }

    .c-mbie-footer__global-nav__link:hover {
        color: #fff;
        text-decoration: underline
    }

@media screen and (min-width: 60rem) {
    .c-mbie-footer__nav-group {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border-bottom: 0;
    }

        .c-mbie-footer__nav-group:first-child {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

    .c-mbie-footer__nav-wrapper {
        -ms-flex-preferred-size: calc(100% * .25 - 0rem * (1 - .25));
        flex-basis: calc(100% * .25 - 0rem * (1 - .25));
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        max-width: calc(100% * .25 - 0rem * (1 - .25));
        margin-bottom: 40px;
        padding: 0 2.5rem;
        border-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        .c-mbie-footer__nav-wrapper:nth-child(1),
        .c-mbie-footer__nav-wrapper:nth-child(2) {
            padding-bottom: 0;
        }

        .c-mbie-footer__nav-wrapper:nth-child(odd) {
            padding-left: 3rem;
            border-right: 0
        }

        .c-mbie-footer__nav-wrapper:first-child {
            padding-left: 0;
            border-right: 1px solid #fff;
            border-left: 0;
        }

        .c-mbie-footer__nav-wrapper:last-child {
            border-left: 1px solid #fff;
            margin-left: auto
        }

    .c-mbie-footer__nav-wrapper--spanning-two-columns {
        -ms-flex-preferred-size: calc(100% * .5 - 0rem * (1 - .5));
        flex-basis: calc(100% * .5 - 0rem * (1 - .5));
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        max-width: calc(100% * .5 - 0rem * (1 - .5));
        margin-bottom: 40px
    }

    .c-mbie-footer__nav__list {
        max-width: 12.5rem
    }

    .c-mbie-footer__promo-logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-mbie-footer__promo-logos__link {
        -ms-flex-preferred-size: calc(100% * .5 - 2.5rem * (1 - .5));
        flex-basis: calc(100% * .5 - 2.5rem * (1 - .5));
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        max-width: calc(100% * .5 - 2.5rem * (1 - .5));
        margin-bottom: 40px;
        margin-right: 2.5rem;
        margin-bottom: 0
    }

        .c-mbie-footer__promo-logos__link:nth-child(even),
        .c-mbie-footer__promo-logos__link:nth-child(odd) {
            margin-right: 2.5rem
        }

        .c-mbie-footer__promo-logos__link:nth-child(2n) {
            margin-right: 0
        }

        .c-mbie-footer__promo-logos__link:last-child {
            margin-right: 0
        }

        .c-mbie-footer__promo-logos__link:nth-child(2) {
            margin-bottom: 0;
            text-align: right
        }

    .c-mbie-footer__promo-logos__link--alt {
        display: none
    }

    .c-mbie-footer__global-nav {
        margin-top: .5rem
    }

    .c-mbie-footer__global-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .c-mbie-footer__global-nav__item {
        margin: 0 1.25rem 0 0
    }

        .c-mbie-footer__global-nav__item:first-child {
            margin-top: 0
        }

        .c-mbie-footer__global-nav__item:last-child {
            margin: 0 0 0 auto
        }

    .c-mbie-footer__logo-list__link__logo {
        display: inline-block;
        width: 100%;
        height: auto;
        max-width: 17.5rem
    }

    .c-mbie-footer__logo-list__link__logo--alt {
        display: none
    }

    .c-mbie-footer__logo-list__link__logo--nzgovt,
    .c-mbie-footer__logo-list__link__logo--nzgovt--alt {
        max-width: 14rem
    }
}


/*Footer END*/

.h-visuallyhidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
}

.h-print {
    display: none;
}


/*COMPANIES CSS END*/
