body {
    font-family: "Montserrat", sans-serif;
    font-size: 15.6px;
    font-size: 1.56rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #004860;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
    .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
        color: #004860;
    }

        h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
        .h1 a:hover,
        .h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
            color: #004860;
        }

h1, .h1 {
    font-size: 18.2px;
    font-size: 1.82rem;
    font-family: "Montserrat", sans-serif;
    color: #004860;
    text-transform: uppercase;
    font-weight: bolder;
    padding-bottom: 10px;
    border-bottom: solid 2px #004860;
    /*    border-bottom: solid 2px #99ccff;*/
}

h2, .h2 {
    font-size: 33px;
    font-size: 3.3rem;
}

.btn {
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .btn:hover, .btn:focus {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.btn-social-icon {
    min-width: initial;
}

.container-head {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.header {
    padding-top: 15px;
    margin: 0 auto;
    display: ruby-text;
}

.header-nav {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.3);
}

.header-button a:hover {
    text-decoration: none;
}

.header-button {
    border-radius: 20px;
    padding: 7px 15px 7px 15px;
    border: unset;
}

.btn[class*="btn-share"] {
    color: #004860;
}

.btn-primary, .btn-primary:focus {
    background: #004860;
}

    .btn-primary:hover {
        background: #2e768e;
    }

.btn-info, .btn-info:focus {
    background: #8070EF;
}

    .btn-info:hover {
        background: #9689f5;
    }

#button-left, #button-left:focus {
    background: rgba(150, 137, 245,0.3);
    vertical-align: middle !important;
    float: left;
}

    #button-left:hover {
        background: rgba(150, 137, 245,0.3);
        color: #004860;
    }

    #button-left a, #button-right a {
        text-decoration: none;
    }

#button-right, #button-right:focus {
    background: rgba(149, 224, 209, 0.3);
    vertical-align: middle;
    float: right;
}

    #button-right:hover {
        background: rgba(149, 224, 209, 0.3);
        color: #004860;
    }

.logo {
    padding-bottom: 11px;
    float: none !important;
}

.col-md-3:hover, col-md-1:hover {
    color: black;
}

.job-search {
    display: none !important;
}

.btn-default {
    background: #fff;
    border: 0;
}

    .btn-default:hover, .btn-default:focus {
        background: #fff;
        border-color: #3e83b7;
    }

    .btn-default:focus {
        -webkit-box-shadow: 0, 0, 0, #fff;
        -moz-box-shadow: 0, 0, 0, #fff;
        box-shadow: 0, 0, 0, #fff;
    }


.btn-primary:hover, .btn-info:hover, .btn-primary:focus, .btn-info:focus {
    /*        background-color: #3e83b7;*/
    -webkit-transition: all, 0.1s, ease-in-out;
    -moz-transition: all, 0.1s, ease-in-out;
    -ms-transition: all, 0.1s, ease-in-out;
    -o-transition: all, 0.1s, ease-in-out;
    transition: all, 0.1s, ease-in-out;
}

a.btn {
    display: inline-block\9;
    margin-bottom: 3px\9;
}

.main-content .search-jobs .control-label {
    font-size: 16px;
    font-size: 1.6rem;
}

.form-control {
    border-color: #c9c9c9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .form-control:hover, .form-control:focus {
        border-color: #b0b0b0;
    }

    .form-control:focus {
        -webkit-box-shadow: 0 0 5px #555;
        -moz-box-shadow: 0 0 5px #555;
        box-shadow: 0 0 5px #555;
    }

.footer__copyright {
    margin: auto;
    text-align: center;
}

    .thumbnail .caption {
        color: #555;
    }

#logo-footer {
    display: grid;
    justify-content: center;
    margin-top: 15px;
}

    #logo-footer img {
        width: 40px;
    }

.navbar-collapse {
    top: 80px;
    height: calc(100vh - 80px);
    padding-top: 25px;
    width: 100%;
    position: fixed;
    z-index: 500;
    background-color: #fff;
    overflow-x: hidden;
}

.alert {
    margin: 20px 0;
    font-weight: bold;
}

.alert-danger {
    background-color: #ffdcda;
    border-color: #f44336;
    color: #f44336;
}

.pagination .active > a, .pagination .active > a:hover, .pagination .active > a:focus,
.pagination .active > span, .pagination .active > span:hover, .pagination .active > span:focus {
    background-color: #004860;
    border-color: #004860;
}

.pagination li > a:hover, .pagination li > a:focus,
.pagination li > span:hover, .pagination li > span:focus {
    border-color: #c9c9c9;
}

.pagination li > a, .pagination li > span,
.pagination .disabled > a, .pagination .disabled > a:hover {
    color: #004860;
    border-color: #c9c9c9;
}

i#social {
    opacity: 0.85;
}

    i#social:hover, i#social:focus {
        -webkit-transition: all, 0.2s, ease-in-out;
        -moz-transition: all, 0.2s, ease-in-out;
        -ms-transition: all, 0.2s, ease-in-out;
        -o-transition: all, 0.2s, ease-in-out;
        transition: all, 0.2s, ease-in-out;
        opacity: 1;
    }

.linkedinimport {
    font-family: "Montserrat", sans-serif;
    padding-left: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

    .linkedinimport i.fa-linkedin {
        line-height: 32px;
    }

ul.nav-wizard {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    ul.nav-wizard li:before {
        border-left-color: #fff;
    }

    ul.nav-wizard li a {
        color: #000;
    }

    ul.nav-wizard li.active {
        color: #fff;
        background: #004860;
    }

        ul.nav-wizard li.active a, ul.nav-wizard li.active a:active, ul.nav-wizard li.active a:focus, ul.nav-wizard li.active a:visited {
            color: #fff;
            background: #004860;
        }

        ul.nav-wizard li.active:after {
            border-left-color: #004860;
        }



#custom-footer {
    color: #004860;
    font-size: 13px !important;
    font-weight: bold !important;
    margin-top: -35px;
    float: right;
}

#pgs-row {
    display: grid;
    justify-content: end;
}

.thumbnail {
    border-color: #efeff0;
}

    .thumbnail:hover {
        border-color: #c9c9c9;
    }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff !important;
}

#JobNumberOrTitle.k-textbox {
    width: 100%;
}

.k-textbox {
    border-color: #c9c9c9;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .k-textbox:hover, .k-textbox:focus {
        border-color: #b0b0b0;
    }

    .k-textbox:focus {
        -webkit-box-shadow: 0 0 5px #555;
        -moz-box-shadow: 0 0 5px #555;
        box-shadow: 0 0 5px #555;
    }

    .k-textbox:focus, .k-autocomplete.k-state-focused, .k-picker-wrap.k-state-focused,
    .k-numeric-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused, .k-multiselect.k-header.k-state-focused {
        -webkit-box-shadow: 0 0 5px #555;
        -moz-box-shadow: 0 0 5px #555;
        box-shadow: 0 0 5px #555;
    }

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default, .k-multiselect.k-header, .k-state-default > .k-select {
    border-color: #c9c9c9;
}

.k-state-hover span {
    background-color: #c9c9c9;
}

.k-calendar .k-header, .k-calendar .k-footer, .k-calendar .k-footer .k-nav-today {
    background-color: #c9c9c9;
}

    .k-calendar .k-footer .k-nav-today:hover, .k-calendar .k-footer .k-nav-today.k-state-hover,
    .k-link.k-state-hover, .k-state-hover, .k-state-hover:hover,
    .k-calendar .k-link.k-nav-fast.k-state-hover, .k-state-focused {
        background-color: #c9c9c9;
    }

    .k-calendar .k-footer .k-nav-today:active,
    .k-calendar .k-footer .k-nav-today:active,
    .k-heade .k-link:active,
    .k-calendar .k-link.k-nav-fast:active {
        color: #000;
        background-color: #c9c9c9;
    }

::-moz-selection {
    background: #004860;
    color: #fff;
}

::selection {
    background: #004860;
    color: #fff;
}

@media (min-width: 1200px) {
    .wrapper {
        margin-bottom: -150px;
    }

        footer, .wrapper:after {
            height: 150px;
        }
}

.username {
    font-style: normal;
    color: #004860 !important;
}

hr {
    border-color: #c9c9c9;
}


@media (max-width: 767px) {
    h2, .h2 {
        font-size: 20px;
        font-size: 2rem;
    }
}

h3, .h3 {
    font-size: 22px;
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    h3, .h3 {
        font-size: 17px;
        font-size: 1.7rem;
    }
}

h4, .h4 {
    font-size: 18px;
    font-size: 1.8rem;
}

@media (max-width: 767px) {
    h4, .h4 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

h5, .h5 {
    font-size: 16px;
    font-size: 1.6rem;
}

a {
    color: #004860;
}

    a:hover, a:focus {
        color: #004860;
        text-decoration: underline;
    }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th,
.table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td,
.control-label,
.k-textbox,
.k-picker-wrap, .k-calendar-container table {
    font-size: 15.6px;
    font-size: 1.56rem;
}

.container {
    max-width: 990px;
}

.container-head {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.header {
    padding-top: 15px;
    margin: 0 auto;
}

.logo {
    padding-bottom: 11px;
    float: left;
}

.customphone {
    display: block;
    float: right;
    height: 41px;
    padding-right: 15px;
}

@media screen and (min-width: 576px) {
    .customphone {
        padding-right: 70px;
        padding-top: 30px;
    }
}

.customphone p {
    color: #004860;
    text-align: right;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    height: 25px;
}

.customphone a {
    font-size: 25.6px;
}

    .customphone a:hover {
        text-decoration: none;
    }

@media screen and (min-width: 992px) {
    .navbar {
        display: none;
    }

    .primary-nav-item {
        position: relative;
    }

        .primary-nav-item:hover, .primary-nav-item.current_page_item {
            background: #7db9db;
            background: -moz-linear-gradient(top, #7db9db 0%, #4387ad 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9db), color-stop(100%, #4387ad));
            background: -webkit-linear-gradient(top, #7db9db 0%, #4387ad 100%);
            background: -o-linear-gradient(top, #7db9db 0%, #4387ad 100%);
            background: -ms-linear-gradient(top, #7db9db 0%, #4387ad 100%);
            background: linear-gradient(to bottom, #7db9db 0%, #4387ad 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9db', endColorstr='#4387ad',GradientType=0 );
        }

            .primary-nav-item:hover a {
                font-weight: 700;
            }

            .primary-nav-item:hover .sub-menu {
                display: block;
            }

        .primary-nav-item .sub-menu {
            display: none;
            position: absolute;
            padding: 0;
            list-style: none;
            z-index: 9999;
            background: linear-gradient(to bottom, #4387ad 0%, #7db9db 100%);
        }

            .primary-nav-item .sub-menu li a {
                width: 100%;
                color: #fff;
                display: block;
                padding: 15px;
                font-weight: 700;
            }

                .primary-nav-item .sub-menu li a:hover {
                    text-decoration: none;
                }
}

.container-nav {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.navbar-default {
    width: 100%;
    background: #004860;
    border: 0px;
    border-radius: 0px;
    min-height: 40px;
}

    .navbar-default .navbar-nav {
        color: #004860;
    }

@media screen and (min-width: 768px) {
    .navbar-default .navbar-nav {
        float: none;
    }
}

@media screen and (min-width: 992px) {
    .navbar-default .navbar-nav {
        display: flex;
        justify-content: center;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #004860;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-collapse .username,
.navbar-default .navbar-toggle,
.navbar-collapse .control-label {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .form-horizontal .form-group .btn-primary, .form-horizontal .form-group .btn-info {
        background: #004860;
    }

    .header-nav {
        display: flex;
    }

    .header {
        float: left;
    }

    .navbar-default {
        vertical-align: middle;
        display: grid;
        background: unset;
        float: right;
    }

    .container-head {
        float: left;
    }

    .header-button {
        display: none;
    }

    .col-md-5 img {
        display: block;
        margin: auto;
    }

    .col-md-3, .col-md-1 {
        text-align: center;
    }

    #pgs-row {
        display: flex;
        margin: inherit;
        justify-content: center;
    }

    #custom-footer {
        margin-top: 0;
        float: none;
        justify-content: center;
        text-align: center;
    }
}

.sidebar {
    margin-top: 20px;
}

.careernav p {
    margin-bottom: 0;
}

.careernav a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .careernav a:hover, .careernav a:focus {
        background-color: #004860;
        color: #fff;
        text-decoration: none;
        padding-left: 10px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.panel-default {
    border-color: #004860;
}

    .panel-default .panel-heading {
        background-color: #004860;
        color: #fff;
    }

.team-grid .member:hover:after {
    background: #004860;
}

.footwrap {
    margin: 0 auto;
    clear: both;
}

    .footwrap footer {
        /*        background: url("/content/skins/PegasusHealth/img/footer_bg.png") repeat left center;*/
        background: #FAF8F8;
        border-top: 2px solid;
        padding: 20px 30px 5px 30px;
        margin-top: 20px;
        text-align: left;
    }

        .footwrap footer h6 {
            font-size: 16px;
            font-weight: normal;
            color: #555;
            margin-top: 0;
        }

        .footwrap footer a {
            color: #8a8989;
            text-decoration: none;
            font-size: 13.6px;
            line-height: 1.35;
        }

            .footwrap footer a:hover {
                color: #555;
            }

        .footwrap footer p {
            font-size: 13.6px;
            margin-bottom: 0;
            color: #8a8989;
        }

        .footwrap footer img {
            margin-bottom: 30px;
        }

    .footwrap .footerlogo {
        float: left;
    }

    .footwrap .site-info {
        margin-top: 10px;
        text-align: center;
    }


@media (max-width: 767px) {
    .header > a {
        display: block;
        width: 50%;
        float: left;
    }

    .header a {
        font-size: 19px;
    }

    .customphone {
        width: 50%;
    }

        .customphone p {
            font-size: 10px;
        }

    header.header {
        padding: 3.9375em 7.6923%;
    }

        header.header > a[href="https://www.pegasus.health.nz/"] {
            width: 100%;
        }

        header.header > .customphone, header.header > .customphone > p {
            width: 100%;
            text-align: center;
        }

    .footwrap {
        text-align: center;
        width: 100%;
    }

        .footwrap .container {
            padding-right: 0px;
            padding-left: 0px;
        }

        .footwrap .footer {
            padding: 20px;
        }
}

nav.navbar.navbar-default {
    margin-bottom: 0;
}

.pegasus-banner {
    margin-bottom: 4rem;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 25px);
}

@media(min-width: 1200px) {
    .pegasus-banner {
        margin-left: calc((100% - 1150px)/2);
    }
}

.container-head.pegasus-banner {
    max-width: 1165px;
}

.container-nav {
    height: 45px;
}

.logo {
    padding-bottom: 10px;
}

footer.footer {
    padding-left: 10px;
    padding-right: 35px;
}

    footer.footer > .row, footer.footer > .site-info {
        padding: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

footer.footer {
    height: auto;
}

.footer-images {
    padding-left: 0;
    padding-right: 30px;
}


@media screen and (max-width: 44.375em) {
    header.header {
        padding: 1.025em 2rem;
        /*padding-bottom: 50px;*/
    }
}

nav.navbar-default .navbar-collapse.in, nav.navbar-default .navbar-collapse.in > ul, nav.navbar-default .navbar-collapse.in > ul > li {
    background-color: #004860;
    z-index: 99999;
}

.navbar-collapse.collapse.in {
    overflow-y: visible !important;
}

.topButtons {
    display: none;
}

@media(max-width: 767px) {
    .bottomButtons {
        display: none;
    }

    .topButtons {
        display: block;
    }
}

/*Mobile Navbar START*/

#sidebar-wrapper {
    display: none;
}

.mobile-menu {
    background: #004860;
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 30px;
    overflow-y: scroll;
}

.sidebar-nav li {
    padding: 8px 0;
    line-height: 1;
    list-style: none;
}

.sidebar-nav li,
.sidebar-nav a {
    font-size: 16px;
}

.sidebar-nav .careernav p {
    margin-bottom: 0;
}

    .sidebar-nav .careernav p a {
        padding: 8px 0;
    }

.mobile-menu .fa-home {
    transform: scale(1.2);
    margin-right: 7px;
}

.mobile-menu .username {
    color: white !important;
}

.navbar-open {
    overflow: hidden;
}

.mobile-menu .close,
.mobile-menu .close:hover,
.mobile-menu .close:focus {
    opacity: 0.8;
    color: white;
    transform: scale(1.2);
}

.mobile-menu a:hover,
.mobile-menu a:focus {
    text-decoration: none;
}
/*Mobile Navbar END*/

/*Mobile changes START*/
@media (min-width: 991px) {
    .mobile-menu {
        display: none !important;
    }
}

.mobile-menu {
    top: -100vh;
}

    .mobile-menu.collapse {
        max-height: max-content;
        top: 0px;
        transition: .7s;
    }

/*Sidebar/Careernav changes START*/
.sidebar-nav {
    padding-top: 60px;
    padding-inline-start: initial !important;
}

    .sidebar-nav .careernav p a, .sidebar-nav li {
        list-style: none;
        border-bottom: 1px solid #e4e8df;
        font-weight: 700;
        padding-bottom: 13px;
        padding-top: 13px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
    }

    .sidebar-nav > li > a {
        color: #fff;
    }

aside.sidebar {
    margin-top: 37px;
}

    aside.sidebar .careernav p {
        margin-bottom: 0;
    }

        aside.sidebar .careernav p a, .username {
            font-size: 1.4rem;
            padding: 8px 0;
            transition: all ease 0.3s;
            color: aside.sidebar;
        }

            aside.sidebar .careernav p a:hover,
            aside.sidebar .careernav p a:focus {
                background-color: aside.sidebar;
                padding-left: 10px;
                color: #fff;
                text-decoration: none;
            }

main.body-content aside {
    margin-right: 0;
}

/*Sidebar/Careernav changes END*/


.btn {
    border-radius: 20px;
}

.thumbnail.vacancy-box.feature-job {
    background: rgba(219, 205, 194, 0.5);
}

.footwrap footer {
    background-color: #fff;
}

.job-ad-side__content > .btn {
    margin-bottom: 1rem;
}

.container {
    max-width: unset;
}

.mobile-menu.collapse.in {
    z-index: 3;
}

.footer-link-col {
    text-align: end;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.logo {
    height: 50px;
    padding-right: 65px;
    padding-bottom: 0;
    width: auto;
}

@media(max-width: 767px) {
    .logo {
        max-width: unset;
        padding-right: 0;
        height: 40px;
    }
}

@media(max-width: 550px) {
    .header {
        padding: 10px 0;
    }
}

.header-button,
.btn {
    display: inline-block;
    border-radius: 9999px;
    font-weight: 600;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    transition: 0.3s all ease;
}

.header-button {
    color: #004860;
    padding: 8px 12px;
    transition: border-color 300ms;
}

#button-left {
    background: #dfdbfb;
    border: 2px solid #dfdbfb;
}

    #button-left:hover,
    #button-left:focus {
        text-decoration: none;
        border-color: #8070ef;
    }

#button-right {
    background: #d7f3ee;
    border: 2px solid #d7f3ee;
}

    #button-right:hover,
    #button-right:focus {
        text-decoration: none;
        border-color: #95e0d1;
    }

.btn-primary,
.btn-primary:hover{
    background-color: #95E0D1;
    color: #004860;
}

.btn-info,
.btn-info:hover{
    background-color: #004860;
    color: white;
}

.btn:hover,
.btn:focus {
    text-decoration: underline;
}

@media(max-width: 991px) {
    .header-button {
        display: none;
    }

    .footer-link-col {
        text-align: center;
    }
}