.top-colours{
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.top-colours div {
    height: 5px;
}

.slide article.main {
    padding-bottom: 0;
}

.top-colours .orange {
    background: #FB7E00;
    flex-basis: 25%;
}

.top-colours .red {
    background: #BF1736;
    flex-basis: 10%;
}

.top-colours .purple {
    background: #6C097A;
    flex-basis: 15%;
}

.top-colours .cyan {
    background: #30B4C5;
    flex-basis: 5%;
}

.top-colours .green {
    background: #98C029;
    flex-basis: 10%;
}

.top-colours .yellow {
    background: #FAC233;
    flex-basis: 25%;
}

.slide-navigation a {
    padding: 10px 0;
}

.slide-navigation ul {
    margin-top: 10px;
}

.slide-navigation {
    bottom: -50px;
}

.body {
    margin-top: 30px;
}

.main {
    padding-bottom: 30px;
}

.secondary h1, .standard h1 {
    color: #003366;
}

.secondary h3 {
    color: #003366;
    margin-bottom: 10px;
}

h3 {
    font-family: ColaborateLightRegular, Arial, sans-serif;
    line-height: 110%;
    margin-bottom: .2941176471em;
    font-size: 18px;
}

.calendar-icon {
    display: inline-block;
    margin-right: 10px;
}

.calendar-icon i{
    color: #555555;
    font-size: 20px;
    margin-top: 2px;
    top: -7px;
    position: relative;
}

.tab-container article time {
    display: inline-block;
    position: relative;
    top: -10px;
    font-size: 16px;
    color: #555555;
}

.headerMove {
}

footer .col4 {
    margin-top: 10px;
}

li.top-tab {
    padding: 7px 10px;
    background: #EAEDE8;
    margin-top: -20px;
    top: -3px;
    position: relative;
}

.new-form {
    width: 100%;
    height: 80px;
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

.table {
    display: table;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.new-form input[type="text"] {
    background: #FFF !important;
    width: 100% !important;
    margin: 0 !important;
}

.new-form input[type="submit"] {
    background: #003366 !important;
    width: 100%;
    border-radius: 0;
    margin-top: 5px;
}

.new-form .col-md-3 {
    float: left !important;
    display: block !important;
}

.footer-tag {
    font-size: 18px !important;
}

.social-icons {
    padding-top: 20px;
    height: 40px;
}

ul.tweet_list li {
    position: relative;
    float: none;
}

.social-icons li {
    margin-right: 30px;
    height: 26px !important;
}

.social-icons li:last-child {
    margin-right: 0;
}

footer .col4 {
    border-top: 0;
}

.home .primary {
    width: 35%;
}

.home .secondary {
    width: 32.5%;
}

.home .body:after {
    content: '';
    background: #000;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 1px;
    right: 32.5%;
}

.home .body:before {
    content: '';
    background: #000;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 1px;
    right: 65.5%;
}

.bread li:not(:last-child) a::after{
    content:">";
    display: inline-block;
    margin-left: 10px;
    content: ">";
    display: inline-block;
    margin-left: 10px;
    position: relative;
    left: 0;
    margin-right: 10px;
}

.clearfix{
    clear: both;
    display: table;
    content: "";
}

.staff-details .left{
    width: 50%;
    float: left;
}

.staff-details .right{
    width: 45%;
    float: right;
}

@media only screen and (max-width: 1100px){
    .home .primary{
        width: 100%;
    }
    .home .secondary{
        width: 50%;
        float: left;
        padding: 30px 0;
    }
    .home .secondary:nth-child(2){
        float: right;
    }
    .home .body:after, .home .body:before {
        display: none;
    }
}

@media screen and (max-width: 850px){
    .home .secondary:nth-of-type(2){
        border: 0;
    }
    .home .secondary{
        width: 100%;
        float: left;
        padding: 30px 0;
        border-top: 1px solid #003366 !important;
    }
    header .right ul {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .main.wrapper .container {
        margin-top: 1em;
        padding-bottom: 10px;
    }

    #menu-toggle{
        left: 20px;
    }

    li.top-tab {
        padding: 4px 5px;
        background: #EAEDE8;
        margin-top: -20px;
        top: -3px;
        position: relative;
        font-size: 13px;
    }
}

@media screen and (max-width: 414px) {
    .hero.home {
        padding-bottom: 80%;
        margin-bottom: 260px;
        top: 130px;
    }

    .slide-navigation {
        bottom: -120px;
    }
    .slide-navigation li {
        width: 50% !important;
    }
    footer .col2, footer .col1 {
        width: 100% !important;
        padding: 10px 0;
    }
    .new-form .col-md-3 {
        float: left !important;
        display: block !important;
        width: 100% !important;
        padding: 10px 0;
    }

    .new-form{
        height: auto !important;
    }

    .new-form input[type="submit"]{
        padding: 10px 0 !important;
    }

    .new-form *{
        height: auto !important;
    }

    #main-page{
        margin-top: 100px;
    }

    .staff-details .left, .staff-details .right{
        width: 100%;
        float: left;
        padding: 10px 0;
    }

}