

@import url("module_header.css");
@import url("module_homepage.css");
@import url("module_banners.css");
@import url("module_sidebar.css");
@import url("module_maincontent.css");
@import url("module_cma.css");
@import url("module_colours.css");
@import url("module_footer.css");
@import url("jquery-ui-1.7.1.custom.css");
@import url("module_lightbox.css");
@import url("module_report.css");
@import url("module_news.css");
@import url("fancybox/jquery.fancybox.css");

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 15px;
    font-family: 'proxima-nova', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

img {
    border: 0;
}

input, select, textarea {
    font: 1.0em Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.0em;
}

div.clearer {
    clear: both;
    height: 0;
    line-height: 0px;
    font-size: 0;
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.float_left {
    float: left !important;
}

.float_right {
    float: right !important;
}

.h_25 {
    height: 25px !important;
}

.h_50 {
    height: 50px !important;
}

.h_75 {
    height: 75px !important;
}

.h_100 {
    height: 100px !important;
}

.h_125 {
    height: 125px !important;
}

.h_150 {
    height: 150px !important;
}

.h_200 {
    height: 200px !important;
}

.h_250 {
    height: 250px !important;
}

.h_300 {
    height: 300px !important;
}

.h_350 {
    height: 350px !important;
}

.h_400 {
    height: 400px !important;
}

.btn-purple {
    background: #9B4099;
    padding: 10px 25px 10px 25px;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}


    .btn-purple:hover {
        filter: brightness(90%);
    }

    .btn-purple a {
        color: white;
        text-decoration: none;
    }

#wrapper {
    text-align: left;
}

    #wrapper.home {
        background-color: #f4f4f4;
    }


.LoginError {
    padding-left: 55px;
    color: Red;
}

.standard-container {
    margin: 0 auto;
    padding: 15px 0 15px 0;
    width: 960px;
    position: relative;
}

.no-padding {
    padding: 0px;
}

.inline-thirds, .inline-xs-thirds {
    display: inline-block;
    width: 33%;
    text-align: left;
    vertical-align: top;
}

.inline-fourths, .inline-xs-fourths {
    display: inline-block;
    width: 24.75%;
    text-align: left;
    vertical-align: top;
}

.inline-sixths, .inline-xs-sixths {
    display: inline-block;
    width: 16.45%;
    text-align: left;
    vertical-align: top;
}


.inline-thirds .footer-thirds, .inline-xs-thirds .footer-thirds {
    padding-left: 15px;
    padding-right: 15px;
}


.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}


.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}


.px-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}



.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}





@media screen and (max-width:992px) {
    .inline-thirds {
        width: 100%;
        display: block;
        margin-bottom: 45px;
    }




    .standard-container {
        width: 100%;
    }

    .banner-title-outer {
        margin-left: 10px;
    }

    #footerBtm {
        padding: 0 15px;
    }

    .inline-sixths {
        display: inline-block;
        width: 33%;
        text-align: left;
        vertical-align: top;
    }
}

@media screen and (max-width:768px) {
    .home_panel_4_container {
        width: 50%;
    }

    .home-quicklinks {
        width: 50%;
    }

    .inline-xs-sixths {
        display: inline-block;
        width: 33%;
        text-wrap: wrap;
        text-align: left;
        vertical-align: top;
    }

    .inline-fourths {
        width: 49.5%;
        margin-bottom: 45px;
    }

    .inline-sixths {
        display: inline-block;
        width: 49.5%;
        text-align: left;
        vertical-align: top;
    }



    #controls {
        top: unset !important;
        bottom: 0;
    }

    #header {
        background-color: #004165;
    }
}


@media screen and (max-width:600px) {
    .inline-xs-thirds {
        width: 100%;
        display: block;
        margin-bottom: 45px;
    }

    .inline-fourths {
        width: 100%;
        display: block;
        margin-bottom: 45px;
    }

    .inline-xs-fourths {
        width: 49.5%;
        margin-bottom: 45px;
    }

    .inline-xs-sixths {
        display: inline-block;
        width: 49%;
        text-align: left;
        vertical-align: top;
    }

    .inline-xs-fourths {
        width: 100%;
        display: block;
        margin-bottom: 45px;
    }
}


@media screen and (max-width:450px) {
    .inline-xs-fourths {
        width: 100%;
        display: block;
        margin-bottom: 45px;
    }
}
