#container-header {
    background: rgba(0, 0, 0, 0) url("//www.exercisemedicine.org.au/__data/assets/image/0020/252173/header-bg.jpg") repeat scroll 0 0;
    height: 160px;
    padding-top: 0px;
    min-height: 203px;
}

.breadcrumb {
    font-family: helvetica;
}

.breadcrumb li a {
    color: #035a80;;
}

#nav-local-2013 ul li a.current, #nav-local-2013 ul li a.hierarchy {
    background-color: #004b85;
    color: #ffffff;
}

#nav-local-2013 ul li ul.menu-level-2 a.current {
    background-color: #ececec;
    color: #004b85;
}

#nav-local-2013 ul li ul.menu-level-2 li a.hierarchy, 
#nav-local-2013 ul li ul.menu-level-2 li a.current.parent-with-subs {
    color: #ffffff;
}

.megamenu_ecu_bar .megamenu .col_4 {
    border-right: 1px dotted #b7b7b7;
}

.megamenu_ecu .megamenu .no-right-border {
    border-right: 0 none;
}

h2.page-title {
  color: #004b85;
}

/* Large desktop */
@media (min-width: 1200px) {

    .header-background {
        background: rgba(0, 0, 0, 0) url("//www.exercisemedicine.org.au/__data/assets/image/0008/700667/header-emri.jpg") no-repeat scroll 150px 0;
    }

    ul.ecu-logo {
        margin: 40px 0 0 0;
    }
    
    .megamenu-overlay {
        top: 203px;
    }

}

/* Small desktop */
@media (min-width: 980px) and (max-width: 1199px) {

    .header-background {
        background: rgba(0, 0, 0, 0) url("//www.exercisemedicine.org.au/__data/assets/image/0008/700667/header-emri.jpg") no-repeat scroll 150px 0;
    }

    ul.ecu-logo {
        margin: 40px 0 0 0;
    }

    .search-input input.text {
        margin-left: 224px;
        width: 224px;
    }

    .megamenu-overlay {
        top: 203px;
    }

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

    .header-background {
        background: rgba(0, 0, 0, 0) url("//www.exercisemedicine.org.au/__data/assets/image/0006/700674/header-emri-phone.png") no-repeat scroll 150px 0;
    }

    ul.ecu-logo {
        margin: 40px 0 0 0;
    }

    .search-input input.text {
        margin-left: 90px;
        width: 180px;
    }
    
    .megamenu-overlay {
        top: 203px;
    }

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    #container-header {
        min-height: 164px;
    }

    .header-background {
        background: rgba(0, 0, 0, 0) url("//www.exercisemedicine.org.au/__data/assets/image/0006/700674/header-emri-phone.png") no-repeat scroll 130px -40px;
    }

    ul.ecu-logo {
        margin: 13px 0px 0px 13px ;
    }

}

/* Landscape phones and down */
@media (max-width: 480px) {

    #container-header {
        min-height: 164px;
    }

    .header-background {
        background: rgba(0, 0, 0, 0) url("//www.exercisemedicine.org.au/__data/assets/image/0019/701515/header-emri-phone-sml.png") no-repeat scroll 130px -30px;
    }

}
