body {
    margin: 0;
    padding: 0;
    background: #e8ebf0 url(../../img/MDU/body-bg.png) repeat-y center center;
    color: #333333;
    font-family: arial, helvetica, sans-serif;
    min-width: 960px;
}

h1, h2, h3, h4, h5 {
    zoom: 1;
    padding-top: 0;
    margin-top: 0;
    font-weight: normal;
}

h1 {
    font-size: 36px;
    padding: 5px;
}

div.scfForm {
    clear: both;
}

    div.scfForm h1 {
        color: #17365D;
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    div.scfForm fieldset {
        clear: both;
        border: 0;
        margin: 0;
        padding: 0;
    }

h2 {
    margin-top: 0;
    font-size: 22px;
    padding: 5px 8px;
    margin-bottom: 25px;
}

h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #17365d;
    font-weight: bold;
    display: block;
}

h5 {
    font-weight: bold;
}

h6 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 3px;
}

legend,
legend.scfSectionLegend {
    font-size: 18px;
    margin: 14px 0 8px;
    padding: 0 0 5px;
    color: #17365d;
    font-weight: bold;
    display: block;
    clear: both;
    border-bottom: 1px solid grey;
    width: 100%;
}

hr {
    background-color: #817d7c;
    border: 0;
    height: 1px;
}

a, a:visited {
    text-decoration: none;
    color: expression(this.parentNode.currentStyle['color']);
    color: inherit;
}

    a:hover {
        text-decoration: underline;
    }

    a.link {
        color: #17365D;
        font-weight: bold;
    }

.section label a {
    color: #17365D;
}

p {
    padding: 0;
    margin: 0;
}

strong {
    font-weight: bold;
}

img {
    border: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cf {
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 0;
    content: "";
}

.clear {
    clear: both;
}

.clearfix:after,
ul.bookDetails li:after,
legend:after { /* T 6-7, 8 */
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.loading {
    background-image: url(../../img/MDU/ajax-loader.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 5px;
}

.oh {
    overflow: hidden;
}

.scfRequired, .scfValidatorRequired {
    color: red;
    padding-left: 5px;
}

.error, .scfValidationSummary {
    background: url("../../img/MDU/error-message_bg.png") no-repeat scroll 20px 20px #FFCCCC;
    border: 1px solid #FF2600;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    padding: 24px 12px 12px 70px;
}

    .scfValidationSummary ul li {
        background: url("/img/MDU/bullet.png") no-repeat scroll left 5px transparent;
        padding-bottom: 5px;
        padding-left: 15px;
        font-size: 13px;
    }

    .error h2 {
        border: 0 none;
        color: #17365D;
        font-size: 1.4em;
        margin-bottom: 10px;
        padding: 0;
    }

    .error ul li, .comments .error ul li {
        background: url("/img/MDU/bullet.png") no-repeat scroll left 5px transparent;
        padding-bottom: 5px;
        padding-left: 15px;
        font-size: 13px;
        float: none;
        border: none;
    }

    .scfValidationSummary h2 {
        border: 0 none;
        color: #17365D;
        font-size: 18px;
        margin-bottom: 10px;
        padding: 0;
    }

.sideBar .modular-box .error {
    background: #FFCCCC;
    border: 1px solid #FF2600;
    border-radius: 4px;
    margin: 4px;
    padding: 5px;
}

    .sideBar .modular-box .error h2 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .sideBar .modular-box .error ul {
        float: none;
    }

        .sideBar .modular-box .error ul li {
            font-size: 12px;
            float: none;
            background-position: 0 3px;
        }

/*Wrappers*/
.wrapper {
    width: 1098px;
    margin: 0 auto;
    background:#fff;
}

    .wrapper .left {
        float: left;
        margin-left: 0;
        position: relative;
    }

    .wrapper .right {
        float: right;
        margin-right: 0;
        position: relative;
    }

.innerWrapper {
    width: 920px;
    padding: 0 20px;
    margin: 0 auto;
}

.landing .innerWrapper {
    width: 755px;
    padding-left: 266px;
}

/*Wrapper modifiers*/
.sideNavEnabled .pushLeft {
    width: 690px;
    padding-left: 230px;
    padding-bottom: 20px;
}

.paddedWrapper {
    padding-top: 30px;
}

    .paddedWrapper.bottom {
        padding-bottom: 20px;
    }

.paleBlue, .paleBlue .wrapper {
    background-color: #e8ebef;
}

.darkBlue, .darkBlue .wrapper {
    background-color: #17365d;
}

.red {
    background-color: #e1161f;
    color: #fff;
}

.blue {
    color: #17365D;
}

.cta {
    margin-bottom: 26px;
    font-size: 17px;
}

.scfSubmitButtonBorder input, .ctaGreen, .modular-box a.ctaGreen {
    background: #abc22b url(../../img/MDU/rightArrow.png) no-repeat right center;
    font-size: 14px;
    border: 0;
    color: #18355D;
    cursor: pointer;
    width: auto;
    padding: 3px 26px 5px 8px;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 30px;
}

    .ctaGreen.left, .ctaGreen.back {
        background: #abc22b url(../../img/MDU/leftArrow.png) no-repeat left center;
        padding: 3px 8px 5px 26px;
    }

.borderRight {
    border-right: 1px solid #817d7c;
}



.shadowBottom {
    background-image: url(../../img/MDU/shadowBottom.png);
    background-repeat: repeat-x;
    background-position: bottom left;
}

/*Top navigation*/
.topNav {
    padding: 10px 10px 10px 0;
    font-size: 12px;
}

    .topNav li {
        padding-right: 10px;
        margin-right: 10px;
    }

/*Breadcrumb*/
.breadcrumb {
    font-size: 12px;
    overflow: auto;
    padding: 10px 0 5px;
}

    .breadcrumb li {
        float: left;
        padding-right: 15px;
        margin-right: 8px;
        background: url(../../img/MDU/arrowSmall.png) no-repeat right center;
    }

        .breadcrumb li:last-child, .breadcrumb li.last {
            background: none;
        }

/*Sidenav*/
.sideNavWrapper {
    position: relative;
    display: block;
}

.sideNav {
    position: absolute;
    border: 1px solid #8c9bae;
    top: 30px;
    bottom: 0;
    left: 50%;
    margin-left: -460px;
    width: 190px;
    background-color: #17365d;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    z-index: 100;
}

.sideNav li:last-child, .sideNav li.last {
    border: 0;
}

.sideNav li a {
    border-bottom: 1px solid #8c9bae;
    display: block;
    margin: 0 10px;
    padding: 10px;
    position: relative;
    z-index: 999;
}

.sideNav .secondLevel .on {
    color: #333;
    margin-top: -1px;
}

.sideNav .fourthLevel .on {
    background-color: #fff;
}

.sideNav .fourthLevel a {
    padding-left: 20px;
}

.sideNav .fifthLevel {
    border-bottom: 1px solid #b4b4b5;
    margin: 0 10px;
}

    .sideNav .fifthLevel a {
        font-size: 12px;
        border: 0;
        padding: 5px 0 5px 20px;
    }

.sideNav .thirdLevel,
.sideNav .fourthLevel,
.sideNav .fifthLevel {
    background-color: #e8ebef;
    color: #333;
    font-weight: normal;
}

    .sideNav .thirdLevel a,
    .sideNav .fourthLevel a,
    .sideNav .fifthLevel a {
        border-color: #b4b4b5;
    }

.sideNav .on {
    background-color: #a4aab3;
    color: #333;
}

    .sideNav .on a {
        border: 0;
    }

/*Content sidebar*/
.sideBar {
    float: right;
    width: 160px;
    padding: 15px 10px;
    padding-bottom: 0;
    margin-left: 40px;
    background-color: #d4d8de;
}

.sideBar .leftArrow {
    font-size: 13px;
    display: block;
}

    .sideBar .leftArrow.pdf {
        background-image: url(../../img/MDU/pdf.png);
        padding-left: 25px;
    }

        .sideBar .leftArrow.pdf small {
            font-size: 11px;
            font-weight: normal;
        }

.sideBar div.form label {
    font-size: 13px;
    font-weight: bold;
}

.sideBar div.form label,
.sideBar div.form select {
    width: 100%;
    float: left;
    clear: both;
}

.sideBar div.form input {
    float: left;
    clear: both;
}

.sideBar div.form input,
.sideBar div.form select {
    margin-bottom: 10px;
}

.sideBar div.form select {
    padding: 3px;
}

.sideBar div.form .radioGroup {
    clear: both;
}

.sideBar div.form .radio {
    float: left;
    width: auto;
    clear: none;
    margin-right: 7px;
}

.sideBar div.form input.ctaGreen {
    width: auto;
}

.sideBar .socialButtons {
    float: left;
    margin: 0;
    margin-bottom: 15px;
}

    .sideBar .socialButtons ul {
        overflow: hidden;
    }

    .sideBar .socialButtons li {
        float: left;
        margin-right: 7px;
        margin-bottom: 0;
    }

        .sideBar .socialButtons li:last-child {
            margin-right: 0;
        }

/*Header*/
.customise, .customise:visited {
    padding: 10px;
    margin-right: 20px;
    color: #fff;
    font-size: 12px;
}

    .customise span {
        font-size: 14px;
        margin-left: 10px;
    }

    .customise.selected {
        background-color: #fff;
        color: #18365d;
    }

.downArrow {
    background-image: url(../../img/MDU/downArrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-right: 30px;
}

.upArrow {
    background-image: url(../../img/MDU/upArrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-right: 30px;
}

.leftArrowBlue {
    background-image: url(../../img/MDU/rightArrow.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 25px;
}

#header-nav {
    z-index: 990;
    position: relative;
}

#availableRoles {
    position: absolute;
    background: #fff;
    width: 292px;
    top: 37px;
    left: 0;
    padding: 14px 14px 0 14px;
    z-index: 990;
    -moz-box-shadow: 2px 3px 10px #888;
    -webkit-box-shadow: 2px 3px 10px #888;
    box-shadow: 2px 3px 10px #888;
    zoom: 1;
}

    #availableRoles p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    #availableRoles a {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 14px;
    }

.wrapper .leftArrow {
    background-image: url(../../img/MDU/rightArrowRed.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

    .wrapper .leftArrow:hover {
        text-decoration: underline;
    }

.login {
    padding: 10px 26px 9px 10px;
    font-size: 14px;
    margin: 0;
    float:left;
}

.hide {
    display: none;
}

.section.noborder {
    border: 0;
}

.logo {
    padding: 20px 0 18px;
    display: block;
    float: left;
}

.contactSearch {
    margin-top: 55px;
}

.helpline {
    color: #666666;
    font-size: 12px;
    line-height: 1.2;
    padding-right: 15px;
    margin-right: 15px;
    font-family: BasicCommercialLTCom-Bold;
    font-weight: normal;
    font-style: normal;
}

.phoneNumber {
    color: #17365d;
    font-size: 20px;
    font-family: BasicCommercialLTCom-Bold;
    font-weight: normal;
    font-style: normal;
    padding-left: 25px;
    background: url(../../img/MDU/phoneNumber.png) no-repeat left center;
}

.siteSearch {
    position: relative;
}

    .siteSearch .siteSearchInput {
        padding-left: 10px;
        padding-right: 10px;
        height: 25px;
        width: 173px;
        border: 1px solid #999999;
    }

    .siteSearch .siteSearchSubmit {
        position: absolute;
        top: 2px;
        right: 1px;
        background: url(../../img/MDU/siteSearchSubmit.png) no-repeat;
        border: 0;
        height: 29px;
        width: 32px;
        cursor: pointer;
        text-indent: -9999px;
        padding: 0;
        margin: 0;
        font-size: 0;
        line-height: 0;
        margin-top: -1px;
    }

/*Main nav*/
.mainNav li {
    float: left;
    font-size: 16px;
    font-weight: bold;
    background: url(../../img/MDU/navSeparator.png) no-repeat left center;
}

    .mainNav li a {
        display: block;
        padding: 10px 11px 10px 10px;
        *padding: 10px 9px 10px 10px;
        font-family: BasicCommercialLTCom-Bold;
        font-weight: normal;
        font-style: normal;
    }

        .mainNav li a:hover {
            text-decoration: none;
            background-color: #d3d9e0;
        }

    .mainNav li.active + li {
        background-image: none;
    }

    .mainNav li.active {
        color: #fff;
        background-color: #e1161f;
        background-image: none;
    }

        .mainNav li.active:hover {
            color: #333333;
        }

        .mainNav li.active.noBorder {
            background-color: #e1161f;
        }

    .mainNav li.home {
        width: 40px;
    }

        .mainNav li.home.active {
            border: 0;
        }

            .mainNav li.home.active a {
                background-image: url(../../img/MDU/homeActive.png);
            }

                .mainNav li.home.active a:hover {
                    background-image: url(../../img/MDU/home.png);
                }

        .mainNav li.home a {
            background-image: url(../../img/MDU/home.png);
            background-repeat: no-repeat;
            background-position: center center;
            padding: 20px 20px 19px 20px;
            *padding: 20px 13px;
            font-size: 0;
            line-height: 0;
            width: 0;
        }

@-moz-document url-prefix() {
    .mainNav li.home a;

{
    padding: 20px 20px 21px 20px;
}

}


.mainNav li.noBorder {
    background: none;
}

.mainNav li:last-child a, .mainNav li.last a {
    background-image: none;
    border: 0;
}

/*Footer*/
.footer {
    padding: 15px 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

    .footer li {
        float: left;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #817d7c;
    }

        .footer li:last-child, .footer li.last {
            margin: 0;
            padding: 0;
            border: 0;
        }

/*Coloured headers*/
.colorColumn {
    border-left: 20px solid #e1161f;
    margin: 0;
    padding: 2px 0;
}

    .colorColumn h4,
    .colorColumn h3 {
        padding: 2px 0;
        display: inline;
        line-height: 1.2;
        font-size: 18px;
        white-space: pre-line;
    }

        .colorColumn h4 span,
        .colorColumn h3 span {
            position: relative;
            left: -11px;
        }

.titleOverlayWrapper {
    position: relative;
    margin-bottom: 20px;
    float: left;
}

    .titleOverlayWrapper img {
        box-shadow: 2px 3px 10px #888;
    }

    .titleOverlayWrapper .colorColumn {
        position: absolute;
        top: 35px;
        left: 0;
    }

        .titleOverlayWrapper .colorColumn h3 {
            padding: 4px 0;
            line-height: 1.4;
            font-family: BasicCommercialLTCom-Bold;
            font-weight: normal;
            font-style: normal;
        }

/*Carousel*/
#imageCarouselWrapper {
    width: auto;
    margin: 0 auto;
    background:#fff;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.slide {
    float: left;
    position: relative;
}

    .slide a:hover {
        text-decoration:none;
    }

#imageCarousel .slideContent {
    position: absolute;
    margin: 70px 0 0 90px;
    left: 0;
    top: 0;
    padding: 0;
}

.slideContent {
    color: #fff;
    overflow: hidden;
    padding-top: 55px;
}

    .slideContent p {
        margin: 0 0 10px 16px;
        line-height: 1.5;
        font-size: 16px;
        width: 380px;
    }

        .slideContent p a, .slideContent p.link {
            text-decoration: underline;
        }

            .slideContent p.link:hover {
                text-decoration:none;
            }

    .slideContent .colorColumn {
        border-left: 30px solid #e1161f;
        margin-bottom: 15px;
        width: 450px;
    }

        .slideContent .colorColumn h1 {
            padding: 6px 0 6px;
            display: inline;
            line-height: 1.43;
            white-space: pre-line;
            font-family: BasicCommercialLTCom-Bold;
            font-weight: normal;
            font-style: normal;
            margin-bottom: 0;
        }

            .slideContent .colorColumn h1 span {
                position: relative;
                left: -15px;
            }

        .slideContent .colorColumn.darkBlue {
            border-color: #17365d;
            background: none repeat scroll 0 0 transparent;
            margin-top: -15px;
        }

            .slideContent .colorColumn.darkBlue h2 {
                margin: 0;
                padding: 0;
            }

                .slideContent .colorColumn.darkBlue h2 span {
                    font-family: BasicCommercialLTCom-Bold;
                    position: relative;
                    left: -19px;
                    background: none repeat scroll 0 0 #17365d;
                    box-shadow: 5px 0 0 #17365d, -5px 0 0 #17365d;
                    color: white;
                    padding-bottom: 3px;
                    padding-top: 2px;
                }




#imageCarousel img {
    float: left;
}

#imageCarouselWrapper .overlay {
    background: url(../../img/MDU/slide-bg.png) repeat;
    display: block;
    height: 350px;
    width: 50%;
    top: 0;
    position: absolute;
    z-index: 990;
}

    #imageCarouselWrapper .overlay.controlRight {
        right: -460px;
    }

    #imageCarouselWrapper .overlay.controlLeft {
        left: -460px;
    }

#imageCarouselWrapper #prev, #imageCarouselWrapper #next {
    display: block;
    height: 240px;
    width: 50%;
    top: 16%;
    position: absolute;
    cursor: pointer;
    z-index: 980;
}

#imageCarouselWrapper #prev {
    left: -400px;
    background: url(../../img/MDU/imageCarouselLeft.png) no-repeat right center transparent;
}

#imageCarouselWrapper #next {
    right: -400px;
    background: url(../../img/MDU/imageCarouselRight.png) no-repeat left center transparent;
}

.textImageCarouselWrapper {
    width: 100%;
    height: 100px;
    margin-bottom: 17px;
    border-bottom: 1px solid #817d7c;
    position: relative;
    font-weight: bold;
}

.landing {
    width:1096px;
    margin:0 auto;
}

    .landing .textImageCarouselWrapper {
        border: 0;
        margin: 0;
    }

.textImageCarousel {
    margin-left: 20px;
}

    .textImageCarousel .slide {
        width: 230px;
        margin-right: 30px;
        font-size: 14px;
        border-right: 1px solid #817d7c;
    }

.landing .textImageCarousel .slide {
    margin-right: 16px;
    width: 229px;
}

.textImageCarousel img {
    float: left;
    margin-right: 30px;
}

.landing .textImageCarousel img {
    margin-right: 16px;
}

.textImageCarousel a {
    display: block;
    padding-right: 20px;
}

.landing .textImageCarousel a {
    padding-right: 12px;
}

.textImageCarouselWrapper #prevText, .textImageCarouselWrapper #nextText {
    display: block;
    height: 21px;
    width: 12px;
    top: 28%;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}

.textImageCarouselWrapper #prevText {
    left: 0;
    background: url(../../img/MDU/textImageCarouselLeft.png) no-repeat right center transparent;
}

.textImageCarouselWrapper #nextText {
    right: 0;
    background: url(../../img/MDU/textImageCarouselRight.png) no-repeat left center transparent;
}

.landing .textImageCarouselWrapper #nextText {
    right: -22px;
}

.searchCarousel a.cta {
    font-size: 17px;
}

.searchCarousel h2.blue {
    margin-left: 13px;
}

/*Search*/
.searchBox {
    padding: 10px 10px 10px 14px;
    margin-bottom: 34px;
}

    .searchBox select,
    .searchBox input.search {
        padding: 8px;
        width: 44%;
        margin-right: 15px;
        border: 1px solid #817d7c;
    }

    .searchBox label {
        color: #17365D;
        font-size: 18px;
        font-weight: bold;
        margin-right: 10px;
    }

.landing .searchBox select,
.landing .searchBox input.search {
    margin-right: 12px;
    width: 43%;
}

.landing .section .searchBox select,
.landing .section .searchBox input.search {
    margin-right: 10px;
    width: 39%;
}

.searchBox h3 {
    font-size: 22px;
}

.searchBox select {
    padding: 7px;
    line-height: 28px;
    vertical-align: top;
}

.searchBox input[type=submit] {
    border: 0;
    background: url(../../img/MDU/siteSearchSubmitLarge.png) no-repeat;
    text-indent: -9999px;
    width: 42px;
    height: 35px;
    cursor: pointer;
    vertical-align: top;
}

    .searchBox input[type=submit].filter {
        background-image: url('../../img/MDU/siteSearchSubmitLargeBlueGo.png');
    }

.landing .searchBox input[type=submit] {
    background: url(../../img/MDU/siteSearchSubmitLargeBlue.png) no-repeat;
}

/*Module - social media*/
.socialButtons {
    float: left;
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    margin: 45px 0 45px 10px;
    height: 120px;
}

    .socialButtons li {
        margin-bottom: 10px;
    }

.facebook-icon {
    margin-top: 15px;
}

.twitter {
    float: left;
    margin-top: 15px;
    width: 818px;
}

    .twitter h5 {
        background-color: #fff;
        padding: 6px 25px 6px 45px;
        font-weight: bold;
        font-size: 15px;
        margin: 0 0 0 56px;
        background: url(../../img/MDU/twHeading.png) no-repeat 20px center white;
        max-width: 100px;
    }

    .twitter .tweet {
        margin-bottom: 45px;
        margin-left: 56px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom:10px;
        min-height: 120px;
    }

        .twitter .tweet .tweetID {
            font-size: 30px;
            margin-right: 25px;
            float: left;
            font-family: BasicCommercialLTCom-Bold;
            font-weight: normal;
            font-style: normal;
            margin-top: 10px;
        }

        .twitter .tweet .tweetContent {
            border-left: 1px solid #fff;
            padding-left: 50px;
            float: left;
            width: 438px;
            background: url(../../img/MDU/leftTweetQuote.png) no-repeat 30px 2px;
            margin-top: 10px;
        }

            .twitter .tweet .tweetContent .jta-clear {
                display: none;
            }

            .twitter .tweet .tweetContent .jta-tweet-text {
                float: left;
                font-size: 20px;
                position: relative;
            }

                .twitter .tweet .tweetContent .jta-tweet-text:after {
                    content: "\201D";
                    font-size: 34px;
                    position: absolute;
                    bottom: -12px;
                }

            .twitter .tweet .tweetContent .jta-tweet-attributes {
                font-size: 13px;
                float: left;
                clear: both;
                margin-top: 10px;
            }

                .twitter .tweet .tweetContent .jta-tweet-attributes .jta-tweet-twitter-bird-icon {
                    display: none;
                }

                .twitter .tweet .tweetContent .jta-tweet-attributes span {
                    display: block;
                    width: 400px;
                }

                .twitter .tweet .tweetContent .jta-tweet-attributes br {
                    display: none;
                }

            .twitter .tweet .tweetContent .jta-tweet-twitter-bird-icon {
                display: none;
            }

.sideBarEnabled {
    padding-right: 0;
}

    .sideBarEnabled .section,
    .sideBarEnabled .titleOverlayWrapper,
    .sideBarEnabled .pagination,
    div.scfForm {
        width: 470px;
    }

/*Content*/
.section {
    font-size: 13px;
    margin-bottom: 20px;
    border-bottom: 1px solid #888;
    float: left;
    zoom: 1;
}

    .section h6 {
        color: #17365D;
    }

.searchCarousel .section {
    margin-bottom: 0;
}

.section table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 15px;
}

    .section table td, .section th {
        text-align: left;
        padding: 8px;
    }

    .section table th {
        background: #e8ebef;
        font-weight: bold;
        color: #333333;
        border-right: 1px solid #666666;
    }

    .section table td {
        border-right: 1px solid #666666;
        border-bottom: 1px solid #666666;
    }

        .section table th p, .section table td p {
            margin: 7px 0;
        }

        .section table td:last-child, .section table th:last-child {
            border-right: 0;
        }

.section h1 {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 20px;
    color: #17365D;
}

    .section h1.header {
        border-left: 8px solid #E1161F;
        margin-bottom: 25px;
        padding-top: 0;
        padding-bottom: 0;
    }

        .section h1.header span.red {
            padding: 0 8px 1px 0;
            font-family: BasicCommercialLTCom-Bold;
        }

.section h2 {
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #17365D;
}

    .section h2.header {
        border-left: 8px solid #E1161F;
        margin-bottom: 25px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 22px;
    }

.searchCarousel .section h2.header {
    font-family: BasicCommercialLTCom-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
}

.section h2.header span.red {
    padding: 0 8px 1px 0;
}

.section h3 {
    font-size: 14px;
    color: #17365D;
}

.section.file h6, .section.file h3 {
  background: url('../../../img/MDU/pdf.png') no-repeat left;
  padding-left: 20px;
}
.section.event h6, .section.event h3 {
  background: url('../../../img/MDU/icon-event.png') no-repeat left;
  padding-left: 20px;
}
.section.content h6, .section.content h3 {
  background: url('../../../img/MDU/icon-webpage.png') no-repeat left;
  padding-left: 20px;
}
.section.video h6, .section.video h3 {
  background: url('../../../img/MDU/icon-video.png') no-repeat left;
  padding-left: 20px;
}
.section.podcast h6, .section.podcast h3 {
  background: url('../../../img/MDU/icon-podcast.png') no-repeat left;
  padding-left: 20px;
}
.section.article h6, .section.article h3 {
  background: url('../../../img/MDU/icon-article.png') no-repeat left;
  padding-left: 20px;
}
.section.journal h6, .section.journal h3 {
  background: url('../../../img/MDU/icon-journal.png') no-repeat left;
  padding-left: 20px;
}
.section.guide h6, .section.guide h3 {
  background: url('../../../img/MDU/icon-guide.png') no-repeat left;
  padding-left: 20px;
}
.section.casestudy h6, .section.casestudy h3 {
  background: url('../../../img/MDU/icon-case_study.png') no-repeat left;
  padding-left: 20px;
}
.section.faq h6, .section.faq h3 {
  background: url('../../../img/MDU/icon-faq.png') no-repeat left;
  padding-left: 20px;
}


.section img.left {
    float: left;
    margin: 0 10px 0 0;
}

.section img.right {
    float: right;
    margin: 0 0 0 10px;
}

.section p {
    margin-bottom: 15px;
    line-height: 1.5;
}

    .section p a, .section li a {
        font-weight: bold;
        color: #17365d;
    }

    .section p.date {
    }

.section a.leftArrow {
    margin-bottom: 20px;
    display: block;
}

.section ul {
    overflow: hidden;
    margin-bottom: 20px;
}

    .section ul li {
        padding-bottom: 5px;
        padding-left: 15px;
        background: url(../../img/MDU/bullet.png) no-repeat left 5px;
    }

blockquote {
    color: #e1161f;
    font-size: 17px;
    font-family: "chaparral pro" times serif;
    border-top: 2px solid #e1161f;
    border-bottom: 3px solid #e1161f;
    padding: 18px 14px 14px 20px;
    margin: 0;
    margin-bottom: 20px;
    background: url(../../img/MDU/leftBlockQuote.png) no-repeat left 23px;
}

    blockquote:after {
        content: "\201D";
        color: #17365d;
    }

    blockquote.right {
        width: 195px;
        margin-left: 20px;
    }

/*Related links*/
.linkList {
    padding-bottom: 30px;
    overflow: hidden;
}

    .linkList div {
        float: left;
        margin-right: 30px;
        padding-right: 20px;
        width: 265px;
    }

        .linkList div:last-child, .linkList div.last {
            margin: 0;
            padding: 0;
        }

    .linkList li {
        margin-bottom: 7px;
        font-size: 14px;
        font-weight: bold;
    }

/*Pagination*/
.pagination {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
}

    .pagination .table {
        display: table;
        margin: 0 auto;
    }

    .pagination ul {
        color: #17365d;
    }

        .pagination ul li {
            float: left;
            padding: 0 8px 0 6px;
            margin: 0 !important;
            background: url(../../img/MDU/paginationSeparator.png) no-repeat right center;
            display: inline;
            border: 0 !important;
        }

        .pagination ul .last,
        .pagination ul .prev,
        .pagination ul .next {
            background: none;
        }

        .pagination ul .current {
            text-decoration: underline;
        }

        .pagination ul .prev,
        .pagination ul .next {
            background: url(../../img/MDU/leftArrowRed.png) no-repeat left center;
            text-indent: -9999px;
            padding: 0;
        }

            .pagination ul .prev a,
            .pagination ul .next a {
                height: 14px;
                width: 9px;
                display: block;
            }

        .pagination ul .next {
            background-image: url(../../img/MDU/rightArrowRed.png);
        }

.wrapper .fullWidth {
    width: auto;
}

.typeFilters {
    padding: 15px 15px 5px;
}

    .typeFilters h3 {
        float: left;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .typeFilters ul {
    }

        .typeFilters ul li {
            float: left;
            margin-right: 10px;
            margin-bottom: 15px;
        }

            .typeFilters ul li a {
                margin: 0;
            }

                .typeFilters ul li a.selected {
                    background-color: #E1161F;
                    color: #fff;
                }

.wrapper .searchResults {
    background: #fff;
    padding: 20px;
}

    .wrapper .searchResults .section {
        width: 100%;
    }

    .wrapper .searchResults h2 {
        padding-left: 0;
    }

    .wrapper .searchResults p.date, .wrapper .searchResults p.length {
    }

/*Comments and reviews*/
.comments h3 {
}

.comments .comment {
    clear: both;
    font-size: 13px;
    border-bottom: 1px solid #817d7c;
    margin-bottom: 20px;
}

    .comments .comment.child {
        margin-left: 40px;
    }

    .comments .comment:last-child {
        border-bottom: 0;
    }

.comments .commentData {
    color: #666;
    border-bottom: 1px solid #ccc;
    padding: 3px 0 10px;
    margin-bottom: 10px;
}

    .comments .commentData .name {
        font-size: 1.1em;
        font-weight: bold;
        color: #333;
    }

.comments .commentOptions {
    padding-bottom: 10px;
}

.comments ul {
    overflow: hidden;
}

    .comments ul li {
        float: left;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #666;
    }

        .comments ul li:last-child, .comments ul li.last {
            border: 0;
        }

    .comments ul a {
        font-weight: bold;
    }

.comments p {
    clear: both;
    margin-bottom: 15px;
}

div.scfForm, .section div.form, .comments div.form {
    margin-bottom: 30px;
}

    div.scfForm .ctaGreen, .section div.form .ctaGreen, .comments div.form .ctaGreen {
        margin-right: 0;
    }

    .section div.form label, .comments div.form label, .section div.form span {
        float: left;
        font-size: 14px;
        font-weight: bold;
        margin: 0 10px 15px 0;
        padding: 4px 0;
    }

        .section div.form label.normal {
            font-weight: normal;
        }

div.form span.checkbox {
    margin: 0;
    padding: 0;
}

    div.form span.checkbox label {
        font-weight: normal;
        width: 415px;
    }

div.form span.required {
    color: red;
    padding-left: 5px;
}

.section div.form label.medium, .section div.form label.large {
    width: 223px;
}

.section div.form label.xlarge {
    width: 425px;
}

div.scfForm input[type=text],
.section div.form input[type=text],
.section div.form input[type=password],
.comments div.form input[type=text] {
    width: 205px;
    float: left;
    padding: 4px;
    background: none;
    border: 1px solid #ddd;
    border-top: 1px solid #aaa;
    border-radius: 2px;
}

.section div.form input.oneChar {
    width: 15px;
}

.section div.form select {
    width: 205px;
    float: left;
}

    .section div.form select.day, .section div.form select.month, .section div.form select.year {
        width: auto;
        margin-right: 4px;
        float: left;
    }

.section div.form input[type=checkbox] {
    float: left;
    width: 13px;
    margin: 5px 10px 5px 0px;
}

.section div.form input[type=radio] {
    float: left;
    width: 13px;
    margin: 5px 10px 5px 0px;
}

.section div.form ul.radios {
    clear: both;
}

    .section div.form ul.radios li {
        background: none;
        clear: both;
    }

        .section div.form ul.radios li label, .section div.form span.radios label {
            font-weight: normal;
            width: 420px;
        }

.section div.form ul.inline li label, .section div.form span.inline label {
    display: inline;
    float: none;
    margin: 0;
}

.section div.form ul.inline li input, .section div.form span.inline input {
    display: inline;
    float: none;
    margin: 0;
}


.section div.form .rating, .comments div.form .rating {
    padding: 4px 0;
}

div.scfForm textarea,
.section div.form textarea,
.comments div.form textarea {
    padding: 10px;
    width: 100%;
    height: 125px;
    resize: none;
    margin-bottom: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 1px solid #aaa;
    border-radius: 2px;
}

.scfMultipleLineGeneralPanel {
    float: left;
    width: 410px;
}

div.scfForm .scfSectionContent .scfMultipleLineTextBorder label {
    width: 450px;
}

div.scfForm .scfSectionContent > div {
    clear: both;
}

div.scfForm p {
    margin-bottom: 15px;
    line-height: 1.5;
}

div.scfForm .scfSectionContent label,
div.scfForm .scfSectionContent span.scfDateSelectorLabel,
div.scfForm .scfSectionContent span.scfRadioButtonListLabel,
div.scfForm .scfSectionContent span.scfCheckBoxListLabel {
    float: left;
    margin: 0 10px 15px 0;
    padding: 4px 0;
    width: 190px;
    font-size: 14px;
    font-weight: bold;
}

div.scfForm .scfSingleLineGeneralPanel, div.scfForm .scfRequired {
    float: left;
}

div.scfForm .scfSectionContent input {
    font-size: 12px;
    float: left;
    border: 1px solid #ddd;
    border-top: 1px solid #aaa;
    border-radius: 2px;
}

label.scfDateSelectorShortLabelYear, label.scfDateSelectorShortLabelMonth, .scfDateSelectorShortLabelDay {
    display: none;
}

div.scfForm span.scfCheckbox {
    width: 100%;
}

    div.scfForm span.scfCheckbox input {
        float: left;
        width: 10px;
    }

div.scfForm div.scfRadioButtonListGeneralPanel {
    float: left;
}

    div.scfForm div.scfRadioButtonListGeneralPanel input, div.scfForm div.scfCheckBoxListGeneralPanel input {
        float: left;
        border: 0;
        background: none;
    }

    div.scfForm div.scfRadioButtonListGeneralPanel label {
        width: auto;
    }

div.scfForm select {
    width: 200px;
}

div.scfForm div.scfDateSelectorGeneralPanel select {
    width: auto;
}

.section div.form ul.rbList {
}

    .section div.form ul.rbList li {
        background: none;
        padding-left: 0;
        clear: both;
    }

    .section div.form ul.rbList label {
        width: 80px;
    }

.ratingStar {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 18px;
    margin: 0;
    padding: 0;
    width: 19px;
    float: left;
}

.filledRatingStar {
    background-image: url("../../img/MDU/FilledStar.png");
}

.emptyRatingStar {
    background-image: url("../../img/MDU//EmptyStar.png");
}

div.overallRating {
    height: 40px;
}

    div.overallRating .ratingStar {
        cursor: default;
    }

ul.commentData div.overallRating {
    height: auto;
}

/*Video carousel*/
.videoSliderWrapper {
    width: 470px;
    height: 380px;
    position: relative;
}

    .videoSliderWrapper .slideWrapper {
        position: relative;
    }

    .videoSliderWrapper .videoSlider,
    .videoSliderWrapper .thumbs {
        overflow: hidden;
    }

        .videoSliderWrapper .videoSlider span,
        .videoSliderWrapper .videoSlider img,
        .videoSliderWrapper .videoSlider a,
        .videoSliderWrapper .thumbs a,
        .videoSliderWrapper .thumbs img {
            display: block;
            float: left;
        }

        .videoSliderWrapper .videoSlider a {
            width: 470px;
            height: 265px;
            display: block;
        }

        .videoSliderWrapper .videoSlider span,
        .videoSliderWrapper .videoSlider a,
        .videoSliderWrapper .thumbs span,
        .videoSliderWrapper .thumbs a {
            position: relative;
        }

        .videoSliderWrapper .videoSlider img,
        .videoSliderWrapper .thumbs img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border: 0;
        }

        .videoSliderWrapper .videoSlider span {
            width: 470px;
            height: 265px;
        }

    .videoSliderWrapper .thumbWrapper {
        position: relative;
        background: url(../../img/MDU/shadowTop.png) repeat-x top left #e8ebef;
    }

    .videoSliderWrapper .thumbs a {
        border: 3px solid #17365d;
        width: 122px;
        height: 65px;
        overflow: hidden;
        margin-right: 15px;
    }

        .videoSliderWrapper .thumbs a:hover,
        .videoSliderWrapper .thumbs a.selected {
            border-color: #e1161f;
        }

    .videoSliderWrapper #prevThumb, .videoSliderWrapper #nextThumb {
        background: transparent url("../../img/MDU/carouselLeft.png") no-repeat 0 0;
        display: block;
        width: 12px;
        height: 21px;
        margin-top: -10px;
        position: absolute;
        bottom: 0;
    }

    .videoSliderWrapper #prevThumb {
        left: 10px;
    }

    .videoSliderWrapper #nextThumb {
        background-image: url(../../img/MDU/carouselRight.png);
        right: 10px;
    }

        .videoSliderWrapper #prevThumb.disabled, .videoSliderWrapper #nextThumb.disabled {
            display: none !important;
        }

.eventsHeader {
    height: 250px;
}

/*Tabs*/
.tabs {
    border-bottom: 4px solid #e1161f;
    overflow: hidden;
}

    .tabs li {
        float: left;
        margin-right: 4px;
    }

        .tabs li a {
            padding: 10px;
            color: #fff;
            background-color: #17365d;
            border-bottom: 4px solid #e8ebef;
            display: block;
            font-size: 14px;
            font-weight: bold;
        }

            .tabs li a.active {
                background-color: #e1161f;
                border-bottom-color: #e1161f;
            }

/*Event landing page*/
#courses,
.seminars {
    background-color: #fff;
    padding: 25px 20px 1px;
    position: absolute;
    top: -100000px;
    left: -10000px;
    zoom: 1;
}

    #courses .course,
    .seminars .course {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #817d7c;
    }

        #courses .course:last-child, #courses .course.last,
        .seminars .course:last-child, .seminars .course.last {
            border: 0;
        }

        #courses .course .left,
        .seminars .course .left {
            width: 460px;
            padding-right: 20px;
            margin-right: 20px;
            border-right: 1px solid #817d7c;
        }

            #courses .course .left .details,
            .seminars .course .left .details {
                overflow: hidden;
                margin-bottom: 15px;
            }

                #courses .course .left .details li,
                .seminars .course .left .details li {
                    float: left;
                    color: #17365d;
                    font-size: 14px;
                    margin-right: 10px;
                    padding-right: 10px;
                    border-right: 1px solid #817d7c;
                }

                    #courses .course .left .details li:last-child, #courses .course .left .details li.last,
                    .seminars .course .left .details li:last-child, .seminars .course .left .details li.last {
                        border: 0;
                    }

                    #courses .course .left .details li.time,
                    .seminars .course .left .details li.time {
                        border: 0;
                        padding-top: 10px;
                    }

            #courses .course .left .description,
            .seminars .course .left .description {
                font-size: 14px;
                line-height: 1.4;
                margin-top: 15px;
            }

            #courses .course .left .credits,
            .seminars .course .left .credits {
                color: red;
                border: 1px solid red;
                font-weight: bold;
                padding: 0 3px;
                display: inline;
                font-size: 13px;
            }

        #courses .course .right,
        .seminars .course .right {
            text-align: right;
            width: 145px;
        }

            #courses .course .right .ctaGreen,
            .seminars .course .right .ctaGreen {
                float: right;
                font-size: 14px;
                margin-right: 0;
                margin-bottom: 20px;
            }

            #courses .course .right p.cost,
            .seminars .course .right p.cost {
                clear: both;
            }

            #courses .course .right label,
            .seminars .course .right label {
                text-align: left;
                display: block;
            }

            #courses .course .right input,
            .seminars .course .right input {
                float: left;
                margin-right: 10px;
            }

        #courses .course h3,
        .seminars .course h3 {
            font-size: 18px;
        }


.seminarForm {
    background: #fff;
    padding: 10px 20px;
    display: none;
}

    .seminarForm div {
        margin-bottom: 15px;
        overflow: hidden;
        font-size: 14px;
    }

        .seminarForm div a {
            text-decoration: underline;
        }

        .seminarForm div .ctaGreen {
            display: inline-block;
            text-decoration: none;
            margin: 0 10px 0 0;
            font-size: 14px;
        }

    .seminarForm label {
        font-weight: bold;
        font-size: 14px;
        float: left;
        width: 170px;
        margin-right: 20px;
        clear: left;
    }

    .seminarForm input {
        float: left;
        width: 225px;
        padding: 5px;
    }

        .seminarForm input.short {
            width: 80px;
            margin-right: 15px;
        }

        .seminarForm input.ctaGreen {
            width: auto;
            padding: 5px 25px 5px 10px;
            margin-left: 190px;
            font-size: 14px;
        }

.standardP h3 {
    font-size: 18px;
    margin-bottom: 7px;
}

.standardP p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 20px;
}

    .standardP p a {
        text-decoration: underline;
    }

/*Event detail page*/
.courseInfo .section {
    width: 690px;
}

.courseInfo p.details {
    color: #17365d;
}

.courseInfo div.overallRating {
    float: left;
    height: 40px;
    margin-right: 10px;
}

.courseInfo p.cpd span {
    color: red;
    border: 1px solid red;
    font-weight: bold;
    padding: 0 3px;
}

.courseInfo .paleBlue {
    padding: 18px 0;
}

.courseInfo .column {
    border-bottom: 1px solid #817d7c;
    margin: 0 20px 20px 20px;
    padding-bottom: 20px;
    display: table;
}

    .courseInfo .column.last {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.courseInfo .third {
    padding-left: 16px;
    width: 196px;
    border-right: 1px solid #817d7c;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

    .courseInfo .third.first {
        padding-left: 0;
        width: 212px;
    }

    .courseInfo .third.last {
        border: 0;
    }

.courseInfo .twothirds {
    display: table-cell;
    width: 429px;
    border-right: 1px solid #817d7c;
}

    .courseInfo .twothirds.noborder {
        border: 0;
        width: 434px;
    }

.courseInfo .column p {
    margin-bottom: 5px;
    font-size: 14px;
}

.courseInfo h3 {
    font-size: 35px;
}

.courseInfo ul li.file {
    background-image: url(../../img/MDU/pdf.png);
    background-position: 2px 2px;
}

    .courseInfo ul li.file a {
        width: 100%;
        padding-left: 8px;
        font-weight: normal;
        color: #333333;
        display: block;
        font-size: 14px;
    }

        .courseInfo ul li.file a span {
            font-size: 12px;
            display: block;
        }

.courseInfo .column blockquote {
    border: 0;
    margin-top: -18px;
    margin-bottom: 0;
    padding: 18px 14px 4px 16px;
    background-image: url(../../img/MDU/leftBlockQuoteRed.png);
}

    .courseInfo .column blockquote p span {
        font-family: 'Chaparral Pro';
        font-size: 17px;
        background: url(../../img/MDU/rightBlockQuoteRed.png) no-repeat right bottom;
        padding-right: 15px;
    }

    .courseInfo .column blockquote:after {
        content: none;
    }

.courseInfo .column p.source {
    padding-left: 16px;
    font-size: 13px;
}

.courseInfo .ctaGreen {
    display: block;
    float: left;
    margin-bottom: 0;
}

#about,
#time,
#reviews {
    background-color: #fff;
    padding: 25px 20px 1px;
    border: 0;
    font-size: 13px;
    margin-bottom: 20px;
    float: none;
    position: absolute;
    left: -10000px;
}

#time {
    width: 650px;
}

.tabactive {
    position: relative!important;
    left: 0!important;
    top: 0!important;
}

#time .ctaGreen {
    margin-bottom: 10px;
    font-size: 14px;
}

#time iframe {
    margin-bottom: 15px;
}

#time div.left {
    width: 180px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #817d7c;
    margin-bottom: 15px;
}

.courseDetails {
    margin-bottom: 30px;
}

.speakers h2 {
    padding-left: 0;
    margin-bottom: 10px;
}

.speakers p.name {
    margin-bottom: 0;
}

/*Event booking page*/
ul.bookDetails {
}

    ul.bookDetails li {
        background: none;
        padding-left: 0;
        margin-bottom: 5px;
        clear: both;
    }

        ul.bookDetails li strong {
            width: 100px;
            float: left;
        }

    ul.bookDetails.large li strong {
        width: 140px;
    }

    ul.bookDetails li span {
        float: left;
        width: 370px;
    }

    ul.bookDetails.large li span {
        width: 330px;
    }

    ul.bookDetails li a {
    }

/*Support landing page*/
.copy-area div ul li {
    background-image: url(../../img/MDU/rightArrowRed.png);
    background-repeat: no-repeat;
    background-position: 2px;
    padding-left: 1em;
}

    .copy-area div ul li a {
        font-size: 0.8em;
        font-weight: bold;
        color: #17365D;
    }

/*----------------------------------Reusable modules----------------------------------*/

/*Standard module*/
.modular-box {
    float: left;
}

    .modular-box h4 {
        font-family: BasicCommercialLTCom-Bold;
        font-weight: normal;
        font-style: normal;
    }

        .modular-box h4 span,  .modular-box h3 span {
            font-size: 18px;
            font-weight: normal;
        }

        .modular-box h4 a, .modular-box h5 a {
            background: none;
            padding: 0;
            float: none;
        }

    /*.modular-box img {
            max-width:150px;
        }*/

    .modular-box p {
        margin-left: 0.5em;
        font-size: 12px;
        font-weight: normal;
    }

    .modular-box ul {
        float: left;
        width: 100%;
    }

        .modular-box ul li {
            background-image: url(../../img/MDU/rightArrowRed.png);
            background-repeat: no-repeat;
            background-position: 2px 3px;
            padding-left: 1em;
            float: left;
            width: 100%;
            margin-top: 0.3em;
        }

            .modular-box ul li.journalfile {
                background: none;
                padding-left:0;
            }

                .modular-box ul li.journalfile a.file {
                    background-image: url(../../img/MDU/pdf.png);
                    background-position: 2px 2px;
                    display: block;
                    margin-top: 9px;
                    padding-left: 21px;
                    text-decoration: none;
                }

                .modular-box ul li.journalfile a:hover {
                    text-decoration:underline;
                }

                .modular-box ul li.journalfile img {
                    padding:0;
                }

            .modular-box ul li.file {
                background-image: url(../../img/MDU/pdf.png);
                border-bottom: 1px solid #817D7C;
                background-position: 2px 2px;
            }

                .modular-box ul li.file a {
                    float: left;
                    width: 100%;
                    padding-left: 8px;
                }

                    .modular-box ul li.file a span {
                        font-size: 11px;
                        display: block;
                    }

            .modular-box ul li a {
                padding: 0 0 0 0;
                margin: 0 0 0 0;
                font-size: 14px;
                font-weight: bold;
                color: #333;
                background-image: none;
                padding-left: 0;
            }

    .modular-box a {
        float: left;
        margin-left: 0.5em;
        background-image: url(../../img/MDU/rightArrowRed.png);
        background-repeat: no-repeat;
        background-position: 2px;
        padding-left: 15px;
        margin-top: 0.5em;
        font-weight: bold;
        font-size: 12px;
    }

        .modular-box a.image {
            background: none;
            display: block;
            padding: 0;
            margin: 0;
            float: none;
        }

        .modular-box a.ctaGreen {
            left: -5px;
            margin: 1px 0 0 0;
            position: relative;
        }

        .modular-box a.email {
            background: none;
            display: block;
            padding: 0;
            margin: 0;
            float: none;
            font-weight: normal;
            -ms-word-break: break-all;
            word-break: break-all;
        }

/*Share this module*/

.share-this {
}

.sideBar .share-this h4 {
    display: block;
    padding: 8px 0 0 8px;
    margin-bottom: 10px;
    font-family: Arial;
}

    .sideBar .share-this h4 span {
        color: #333333;
        font-size: 13px;
        font-weight: bold;
    }

.sideBar .share-this .buttons {
    padding-left: 8px;
}

.share-this .st_facebook_large .stButton .stLarge {
    background: url(../../img/MDU/fb.png) no-repeat left top!important;
    width: 20px;
    height: 21px;
}

.share-this .st_twitter_large .stButton .stLarge {
    background: url(../../img/MDU/tw.png) no-repeat left top!important;
    width: 22px;
    height: 18px;
}

.share-this .st_email_large .stButton .stLarge {
    background: url(../../img/MDU/email.png) no-repeat left top!important;
    width: 23px;
    height: 21px;
}

.share-this .st_sharethis_large .stButton .stLarge {
    background: url(../../img/MDU/connect.png) no-repeat left top!important;
    width: 23px;
    height: 21px;
}

/*Blue box module*/
.blue-box h4, .blue-box h5 {
    margin-bottom: 0;
    font-family: Arial;
}

    .blue-box h4 span {
        color: #17365D;
        display: block;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .blue-box h5 span {
        color: #17365D;
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 8px;
        margin-top: 10px;
    }

/*Red box module*/
.red-box h4 {
    margin-bottom: 0;
    //border-left: 10px solid #E1161F;
    font-family: BasicCommercialLTCom-Bold;
    font-weight: normal;
    font-style: normal;
}

    .red-box h4 span {
        background: #E1161F;
        color: #000;
        box-shadow: 5px 0 0 #E1161F,-5px 0 0 #E1161F;
        -moz-box-shadow: 5px 0 0 #E1161F,-5px 0 0 #E1161F;
        -webkit-box-shadow: 5px 0 0 #E1161F,-5px 0 0 #E1161F;
        color: #FFFFFF;
        background-color: #E1161F;
        padding-right: 4px;
        padding-bottom: 1px;
    }

/*Contact module*/
.contact-box h4 {
    margin-bottom: 0;
    color: #17365D;
    font-family: Arial;
    font-weight: normal;
}

.contact-box p.number {
    background-image: url(../../img/MDU/phoneNumberLarge.png);
    background-repeat: no-repeat;
    background-position: 2px 8px;
    padding-left: 1.4em;
    font-size: 1.2em;
    font-family: BasicCommercialLTCom-Bold;
    font-weight: normal;
    font-style: normal;
    margin-left: 0.5em;
    color: #17365D;
    margin-bottom: 0.2em;
}

.contact-box p.number-international {
    color: #17365D;
    font-weight: bold;
    margin-bottom: 0.4em;
}

.contact-box a {
    background-image: url(../../img/MDU/emailLine.png);
    background-repeat: no-repeat;
    background-position: 3px;
    float: left;
    width: 100%;
    padding-left: 1em;
    color: #17365D;
    text-decoration: underline;
    font-size: 0.8em;
    padding-left: 2em;
    margin-left: 0;
    margin-bottom: 1em;
}

/*Join MDU module*/
.join-box h4 {
    font-family: Arial;
    font-weight: bold;
}

    .join-box h4 span {
        color: #17365D;
        font-size: 22px;
    }

.join-box ul {
    width: 210px;
    padding: 0 10px 0 9px;
    float: left;
    border-right: 1px solid #817d7c;
    margin-bottom: 20px;
}

    .join-box ul:last-child {
        border: 0;
    }

    .join-box ul li {
        background-image: url('../../img/MDU/joinTick.png');
        padding-left: 50px;
        background-position: 2px 3px;
        width: auto;
        font-size: 14px;
        margin-bottom: 10px;
    }

/*Stats module*/
.modular-chart {
    float: left;
    width: 295px;
    padding-right: 1em;
    margin-left: 1em;
    min-height: 100px;
    border-right: 1px solid #817D7C;
    text-align: center;
}

    .modular-chart:last-child, .modular-chart.last {
        border-right: none;
    }

    .modular-chart p {
        float: right;
        width: 70%;
        font-size: 18px;
        font-family: BasicCommercialLTCom-Bold;
        font-weight: normal;
        font-style: normal;
        color: #666666;
        text-align: left;
    }

        .modular-chart p em {
            color: #17365D;
            font-size: 20px;
            font-style: normal;
        }

    .modular-chart img {
        float: left;
        max-width: 28%;
    }

/*Quote module*/
.quote-box blockquote {
    background: url("../../img/MDU/leftBlockQuote.png") no-repeat scroll 9px 3px transparent;
    border: 0 none;
    color: inherit;
    font-family: inherit;
    font-size: 14px;
    margin: 0 30px 10px 0;
    padding: 0 0 0 30px;
}

.quote-box .citation {
    margin: 0 20px 15px;
    font-size: 13px;
}

.quote-box h4 {
    margin-bottom: 0;
    border-left: 10px solid #E1161F;
}

    .quote-box h4 span {
        background-color: #E1161F;
        color: #FFFFFF;
        padding-bottom: 1px;
        padding-right: 4px;
    }

/*Home - 3x modules */
.blue-boxes {
    width: 1098px;
    margin: 0 auto;
    background:#fff;
    padding-bottom: 28px;
}

    .blue-boxes .modular-box {
        width: 280px;
        float: left;
        padding: 0 16px;
        margin-top: 1.5em;
        border-left: 1px solid #817D7C;
    }

        .blue-boxes .modular-box:first-child {
            border-left: 0;
            width: 281px;
        }

        .blue-boxes .modular-box p {
            margin-left: 0;
            margin-bottom: 0.3em;
        }

        .blue-boxes .modular-box a {
            margin-left: 0;
        }

    .blue-boxes .first {
        border-left: none;
    }

/*Home - 3x chart modules*/
.full-width-charts {
    width: 1098px;
    margin: 0 auto;
    background-color: #ffffff;
    padding-top: 44px;
}

/*Home & Landing - 2x modules with bg image */
.imageBackground {
    height: 285px;
}

.skills {
    height: 228px;
}

.imageBackground .wrapCenter {
    width: 650px;
    margin: 0 auto;
}

.imageBackground .box {
    -moz-box-shadow: 2px 3px 10px #888;
    -webkit-box-shadow: 2px 3px 10px #888;
    box-shadow: 2px 3px 10px #888;
    margin: 10px 20px 40px 0;
    width: 315px;
}

    .imageBackground .box a {
        margin-left: 10px;
    }

    .imageBackground .box:last-child, .imageBackground .box.last {
        margin-right: 0;
    }

    .imageBackground .box h4 {
        margin-bottom: 10px;
        *margin-bottom: 0;
    }

    .imageBackground .box p {
        font-size: 14px;
        margin: 10px;
    }

.image-boxes {
    width: 100%;
    float: left;
    -moz-box-shadow:    inset 0  10px 10px -10px #888, 
                        inset 0 -10px 10px -10px #888;
    -webkit-box-shadow: inset 0  10px 10px -10px #888, 
                        inset 0 -10px 10px -10px #888;
     box-shadow:        inset 0  10px 10px -10px #888, 
                        inset 0 -10px 10px -10px #888;
    padding-bottom: 39px;
}

    .image-boxes .modular-box {
        width: 318px;
        float: left;
        padding: 12px 0 10px;
        -webkit-box-shadow: #888888 2px 3px 10px;
        box-shadow: #888888 2px 3px 10px;
        margin-right: 32px;
        background-color: #fff;
        margin-top: 40px;
    }

        .image-boxes .modular-box h4 {
            margin-left: 5px;
        }

        .image-boxes .modular-box p {
            font-size: 14px;
            margin-top: 12px;
        }

        .image-boxes .modular-box a {
            font-size: 14px;
        }

            .image-boxes .modular-box a.ctaGreen {
                left: 0;
            }

/*Landing - all modules*/
.landing .modular-chart {
    width: 190px;
    margin-bottom: 2em;
}

    .landing .modular-chart p {
        width: 100%;
        font-size: 14px;
        margin-top: 1em;
        text-align: left;
        font-family: Arial;
    }

        .landing .modular-chart p em {
            font-size: 16px;
        }

    .landing .modular-chart img {
        padding-left: 50px;
        max-width: 100%;
    }

/*Landing - 3x modules without bg*/
.landing-boxes {
    width: 100%;
    padding-bottom: 28px;
}

    .landing-boxes .first {
        border-left: none;
    }

    .landing-boxes .modular-box {
        width: 218px;
        float: left;
        padding: 0 16px;
        margin-top: 1.5em;
    }

        .landing-boxes .modular-box p {
            margin-left: 0;
            margin-bottom: 0.3em;
        }

        .landing-boxes .modular-box a {
            margin-left: 0;
        }

    .landing-boxes .join-box {
        width: 690px;
        margin-top: 0;
    }

/*Landing - 3x modules without bg*/
.landing-boxes-large {
    width: 100%;
    padding-bottom: 28px;
}

    .landing-boxes-large .modular-box {
        width: 344px;
        float: left;
        padding: 0 16px;
        margin-top: 1.5em;
    }

        .landing-boxes-large .modular-box:first-child {
            border-right: 1px solid #817D7C;
        }

        .landing-boxes-large .modular-box p {
            margin-left: 0;
            margin-bottom: 0.3em;
        }

        .landing-boxes-large .modular-box a, .landing-boxes-large .modular-box span {
            margin-left: 0;
            margin-top: 0;
        }

        .landing-boxes-large .modular-box img {
            float: left;
            padding-right: 8px;
            display: block;
        }

.center-float {
    float: right;
    position: relative;
    left: -50%;
    text-align: left;
}

.float-container {
    list-style: none;
    position: relative;
    zoom: 1;
    left: 50%;
}

.landing .float-container {
    left: 67%;
}

/*Landing x boxes on blue background*/
.landing-boxes-two .modular-box {
    background-color: #FFFFFF;
    margin: 10px 20px 10px 0;
    padding-top: 15px;
    padding-bottom: 10px;
    width: 325px;
    float: none;
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

    .landing-boxes-two .modular-box h4 {
        margin-bottom: 15px;
        margin-left: 5px;
    }

    .landing-boxes-two .modular-box p {
        margin-bottom: 10px;
        padding: 0 10px;
    }

/*Sidebar modules*/
.sideBar .modular-box {
    width: 100%;
    margin-bottom: 16px;
    background-color: #ffffff;
    height: auto;
    padding-bottom: 10px;
}

.sideBar .modular-box h5 a, .sideBar .modular-box h5 a span {
    margin-top: 0;
}

.sideBar .modular-box p {
    padding: 7px;
}

.sideBar .modular-box img {
    max-width: 146px;
    display: block;
    padding: 7px;
}

.sideBar .modular-box ul {
    padding-left: 0.5em;
}

    .sideBar .modular-box ul li {
        width: 130px;
        border-bottom: 1px solid #817D7C;
        padding-bottom: 7px;
        background-position: 2px 6px;
    }

        .sideBar .modular-box ul li:last-child {
            border: 0;
        }

        .sideBar .modular-box ul li a {
            font-weight: normal;
            font-size: 12px;
        }

.sideBar .modular-box a {
    float: none;
    font-size: 12px;
}

    .sideBar .modular-box a.green {
        margin-left: 0;
        margin-bottom: 0.5em;
        font-size: 1em;
    }

    .sideBar .modular-box a.ctaGreen {
        background: #abc22b url('../../img/MDU/rightArrowSmall.png') no-repeat right center;
        -webkit-box-shadow: 5px 0 0 #abc22b, -5px 0 0 #abc22b;
        -moz-box-shadow: 5px 0 0 #abc22b, -5px 0 0 #abc22b;
        box-shadow: 5px 0 0 #abc22b, -5px 0 0 #abc22b;
        color: #18355D;
        padding: 3px 16px 3px 0;
        left: 5px;
        margin: 0;
        font-weight: bold;
    }

.sideBar .blue-box {
    background: none;
}

    .sideBar .blue-box h4 span {
        font-size: 15px;
        padding-left: 0.5em;
        margin-bottom: 6px;
    }

    .sideBar .blue-box p {
        padding: 0;
        margin-left: 0;
    }

.sideBar .red-box h4 {
    margin-top: 10px;
    margin-left: 5px;
}

.sideBar .contact-box {
    background: none;
}

    .sideBar .contact-box p {
        margin-left: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

        .sideBar .contact-box p.number {
            padding-left: 32px;
        }

.sideBar .filter-box {
    padding: 0;
}

    .sideBar .filter-box h4 {
        margin-bottom: 0;
        padding: 5px;
        font-family: Arial;
    }

.sideBar .filter-box h4 span {
    font-size: 13px;
    color: #333333;
    font-weight: bold;
}

.sideBar .filter-box .form {
    padding: 5px;
}

/*----------------------------------Non-reusable modules----------------------------------*/
/*Module - partner*/
.logoText h5 {
    font-size: 16px;
    margin-bottom: 4px;
}

.logoText img {
    float: left;
}

.logoText div {
    padding-left: 20px;
    border-left: 1px solid #817d7c;
    float: left;
    margin-left: 20px;
    margin-bottom: 30px;
    font-size: 15px;
}

    .logoText div p {
        width: 600px;
        margin-bottom: 1px;
    }

    .logoText div a.leftArrow {
        padding-left: 15px;
        background-position: left 3px;
    }




ul.sitemap {
    float: left;
    width: 40%;
    margin: 5px 2px;
    margin-bottom: 20px;
    clear: both;
}

    ul.sitemap li a {
    }

    ul.sitemap li ul {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    ul.sitemap li > a {
        font-size: 1.6em;
        background-color: #E1161F;
        border-left: 3px solid #E1161F;
        border-right: 3px solid #E1161F;
        color: white;
    }

    ul.sitemap li ul li {
        font-size: 0.6em;
        border: none;
    }

        ul.sitemap li ul li a {
            border-bottom: 0px;
            margin-bottom: 0;
            background: none;
            border: 0;
            color: #666666;
        }

        ul.sitemap li ul li ul li {
            font-size: 0.9em;
        }

        ul.sitemap li ul li ul {
            margin-top: 0;
            margin-bottom: 0;
        }

.sitemap li li.hasChildren .expand {
    background-color: transparent;
    background-image: url("../../img/MDU/arrow_right.gif");
    background-position: 0 5px;
    background-repeat: no-repeat no-repeat;
    cursor: pointer;
    float: left;
    height: 14px;
    text-indent: -9000px;
    width: 11px;
}

.sitemap li ul li.hasChildren ul li a {
    margin-left: 11px;
}

li.hasChildren ul {
    display: none;
}

.bottom-sidenav-fix {
    position: relative;
    z-index: 10;
    border-top: 20px solid #E8EBEF;
}

.bottom-sidenav-fix-white {
    position: relative;
    z-index: 10;
    border-top: 20px solid white;
}



