/** just for the wage subsidy section */

.wage-subsidy h3 {
 padding-left: 22px;
}

/** nav styles **/
.flex {
    flex-grow: 1;
}

.doubleflex {
    flex-grow: 7;
}

.level2Navigation .no-border::after {
    content: none;
}
.flex-container {
    list-style: none;

    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.level3Navigation {
    /* display: none; */
}
.navigationRibbon a {
    display: inline-block;
}

.navigationRibbon ul.dropdown-menu li a {
    text-align: left;
}

.btn-default {
    background-color: #002855;
    border: 0;
}

.lesspadding {
    padding-right: 0!important;
}

.level2Navigation .btn-group:after, .nav-item:after {
    content: "";
    background: #748bad;
    position: absolute;
    bottom: 25%;
    left: 0;
    height: 50%;
    width: 1px;
}


#centre-title {
    padding-top: 6px;
    padding-left: 15px;
}
