@media (hover:none), (hover:on-demand) {
    #content-area #degree ol.scroll-nav__list a:hover {
        color: #FFF !important;
    }
}
.scroll-nav__section {
    padding-top:20px;
}
/* Hero content */
#content-main #degree h1 {
    margin-bottom: 10px !important;
}
/* Pane titles
.full .pane-title {
    margin-left: 0;
    margin-right: 0;
}
.pane-title {
    margin-left: 20px;
    margin-right: 20px;
}
.anu-box-content .pane-title {
    margin-left: 0;
    margin-right: 0;
}
.lowercase {
    text-transform: lowercase;   
}
.capitalize .pane-title::first-letter  {
    text-transform: capitalize; 
}
.scroll-nav__item a {
    text-transform: lowercase;   
}
.scroll-nav__item a::first-letter {
    text-transform: capitalize;
}

/* Key facts */
#degree #key-facts-items .key-fact-row {
    line-height: 1.6rem !important;;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
}
#degree #key-facts-items .icon-container {
    display: block;
    width: 30px;
    float: left;
    text-align: center;
}
#degree #key-facts-items .icon-container i {
    font-size: 1.6rem;
    color: #be830e;
    display: block;
    padding-top: 5px;
}
#degree #key-facts-items .key-fact-text {
    float: left;
    display: block;
    margin-bottom:0;
    margin-left:10px;
    width: 80%;
}
/* What you'll learn section  */
#degree #details #what-youll-learn-items .learn-icon {
    display: block;
    width: 30px;
    float: left;
    text-align: center;
    margin-right:5px;
}
#degree #details #what-youll-learn-items .learn-text {
    float: left;
    display: block;
    width: 85%;
    margin-bottom:10px;
}
/* Degree hero section */
#degree .block-center {
    display: block !important;
    justify-content: unset !important;
    flex-direction: unset !important;
}
#degree h1 span.first-line {
    display: block;
    font-size: 1.3rem;
    line-height: 2rem;
    padding-top: 5px;
}
#degree h1 span.second-line {
    display: block;
}
#degree h1 span.third-line {
    display: block;
    font-size: 1.3rem;
    line-height: 1.6rem;
    padding-top: 10px;
    font-weight: normal;
}
#degree div.science-cta.enquire,
#degree div.science-cta-light.apply {
    display: block;
    width: 120px !important;
    text-align: center;
    float: left;
    margin:0 !important;
    
}
/* Learning experience */
#degree .learning-box .slide {
    line-height: 0 !important;    
}
#degree .box-media a {
    display: block;
    width: 100%;
}
#degree .odd .learning-box .media-description {
    position:absolute;
    display:block;
    width: 100%;
    bottom: 0px;
    margin: 0;
    padding:0;
    color:white;
    background-color: rgba(0, 0, 0, 0.7);
}
#degree .learning-box .media-description p {
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 0.9rem !important;
    line-height: 1.2rem !important;
}
#degree .even .learning-box .media-description {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
}
#degree .odd .learning-box .media-description p {
    padding-right: 40px;
}
#degree .even .learning-box .media-description p {
    padding-left: 40px;
}
#degree div.box-text-inner {
   margin: 20px; 
}
#degree .even .box-text {
    float: left;
    position: relative;
}
#degree .even .box-media {
    float: right;
    position: relative;
}
#degree .odd .box-text {
    float: right;
}
#degree .odd .box-media {
    float: left;
}

#degree .box-media img {
    display: block;
}

#international .odd .box-text:after,
#degree .odd .box-text:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 50%;
    margin-top: 0px;
    width: 0;
    border-top: solid 130px transparent;
    border-right: solid 50px #fff;
    border-bottom: solid 130px transparent;
}
#international .even .box-text:after,
#degree .even .box-text:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: 0;
    left: 100%;
    margin-top: 0px;
    width: 0;
    border-top: solid 130px transparent;
    border-left: solid 50px #fff;
    border-bottom: solid 130px transparent;
}
#degree .info-box {
    border-top: 5px solid #be830e;
    transition: border-top 0.3s;
}
#degree .info-box:hover {
    border-top: 5px solid #e8c458;
    transition: border-top 0.3s;
}
#degree .info-box a,
#degree .info-box h4 {
    color: #000 !important;

}
#degree .info-box:hover a,
#degree .info-box:hover h4{
    color: #55707D !important;
}

/* What you'll learn */
#learn .learn-icon i {
    color: #55707D;
}

/* Related study links */
#related-study a {
    color: #000;
}

#related-study a:hover {
    color: #e8c458;
}

/* How to apply */
#degree #apply h2.pane-title, #apply h2.pane-title{
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#degree #apply .apply-icon, #apply .apply-icon {
    font-size: 3rem !important;
}
#degree #apply .apply-icon i, #apply .apply-icon i {
    color: #be830e;
}
#degree #apply .odd-step, #apply .odd-step {
    background-color:#f5edde;
}
#degree #apply .even-step, #apply .even-step {
    background-color:#FFF;
}
#degree #apply .ui-tabs .ui-tabs-panel, #apply .ui-tabs .ui-tabs-panel {
    margin: 0;
}
#degree #apply .pagetabs-nav,
#degree #apply .pagetabs-nav ul,
#apply .pagetabs-nav,
#apply .pagetabs-nav ul  {
    border: none;
    margin-left: 0px;
}
#degree #apply .pagetabs-nav ul,
#apply .pagetabs-nav ul {
    margin-left: 0px;
}
#degree #apply .pagetabs-nav ul li,
#apply .pagetabs-nav ul li {
    margin-right: 20px;  
}
#degree #apply .pagetabs-nav ul li a,
#apply .pagetabs-nav ul li a {
    border: 2px solid #e8c458 !important;
    display: inline-block;
    float: left;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2rem;
    padding: 20px;
}
#degree #apply .pagetabs-nav ul li.ui-tabs-active a,
#apply .pagetabs-nav ul li.ui-tabs-active a {
    border: 2px solid #e8c458 !important;
    outline: none;
}
#degree #apply .pagetabs-nav ul li.ui-tabs-active a:after,
#apply .pagetabs-nav ul li.ui-tabs-active a:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-color: #e8c458 transparent transparent transparent;
    border-style: solid;
    border-width: 23px;
}
#degree #apply .pagetabs-nav ul li.ui-tabs-active a:focus,
#apply .pagetabs-nav ul li.ui-tabs-active a:focus {
    outline: none;
}

/* In page menu */

.scroll-nav__wrapper,
.scroll-nav {
    width:100%;
    position: relative;
}
.flickity-viewport {
    height: 44px!important;
    width:100%;
    position: relative;
}
.flickity-slider {
    left: 5px !important;
}
ol.scroll-nav__list {
    display: block;
    height:44px;
    width: 920px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}
ol.scroll-nav__list a {
    text-decoration: none;
    display: inline-block;
    padding: 12px 15px;
    margin: 0;
}
ol.scroll-nav__list a:hover,
ol.scroll-nav__list a:focus {
    text-decoration: none;
    color:#e8c458 !important;
}
#content-main #degree ol.scroll-nav__list li.scroll-nav__item--active a {
    color:#e8c458 !important;
}
#content-main #degree ol.scroll-nav__list li {
    line-height: 1.3em !important;
    font-size: 0.95rem !important;
    text-align: center;
}
.flickity-button {
   display: none; 
}

.flickity-button.show {
    display: block;
}
#degree #sticky-wrapper {
    height:50px !important;
    background-color: #55707d;
}
#degree #sticky-wrapper .band-uni2-wrap {
    z-index: 40 !important;
    top: 42px !important;
}
.flickity-button-icon {
    fill: #FFF;
}
.flickity-prev-next-button.previous {
    -webkit-box-shadow: 15px 0 10px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 15px 0 10px -5px rgba(0,0,0,0.1);
    box-shadow: 15px 0 10px -5px rgba(0,0,0,0.1);
    left: -15px;
    border-radius: 0;
    color: #FFF;
    background: #be830e;
    padding: 0;
}
.flickity-prev-next-button:disabled {
    opacity: 1;
}
.flickity-prev-next-button:disabled .flickity-button-icon {
    fill: #000;
}
.flickity-prev-next-button.previous .flickity-button-icon {
    left: 10;
}
.flickity-button:active {
    opacity: 1;
}
.flickity-prev-next-button.next {
    -webkit-box-shadow: -15px 0 10px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: -15px 0 10px -5px rgba(0,0,0,0.1);
    box-shadow: -15px 0 10px -5px rgba(0,0,0,0.1);
    right: -15px;
    border-radius: 0;
    color: #FFF;
    background: #be830e;
    padding: 0;
}
.flickity-prev-next-button.next .flickity-button-icon {
    left: 10;
}
.flickity-prev-next-button{
	width: 30px !important;
}
/* Slide-up banner */
.enquire-slide-up {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 190px;
    transition: max-height 0.5s;
    box-shadow: 0px -6px 65px -18px rgba(0,0,0,0.4);
    z-index: 20;
}
.enquire-slide-up-hidden {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 0;
    transition: max-height 0.5s;
    z-index: 20;
}

.close {
    position: absolute;
    right: 0;
    top: -10px;
}
.close i {
    cursor: pointer;
}
/* Tag styling for Master of Applied Epidemiology (MAE) page */
ul.taglist {
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding: 0!important;
    display: inline-block;
}
ul.taglist > li {
    padding: 0 7px 0 7px!important;
    text-transform: uppercase;
    font-size: 0.9rem;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
    background-color: rgba(0,0,0,0.1);
    text-shadow: 1px 1px rgba(240,240,240,0.8);
}
@media only screen and (min-width: 600px) and (max-width: 959px) {
    #degree .band-banner-cover img {
        height: 500px !important;
    }
    #degree #overview {
         margin-bottom: 20px !important;   
    }
    #degree #content-area .key-facts {
        margin-top: 0px !important;
    }
    #degree #sticky-wrapper .band-uni2-wrap {
        top: 36px !important;
    }
    #degree #apply .pagetabs-nav ul li {
        width: auto;
    }
    #degree #apply .pagetabs-nav ul li a {
        width: inherit;
    }
    #degree .odd .box-text::after,
    #degree .even .box-text::after {
        content: none;
    }
    ol.scroll-nav__list,
    .flickity-viewport,
    .flickity-slider {
        width: 520px;
    }
    ol.scroll-nav__list {
        margin: 0 40px;
    }
    .flickity-button {
        display: block; 
    }
    .key-fact-text {
        padding-top: 5px;
    }
    #degree .learning-box .media-description p {
        padding: 5px 20px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
    #degree .hero-content {
        position: relative;
    }
    #degree .band-banner-cover {
        display: none;
    }
    #degree .hero-content .panel-1col {
        width: 440px;
        padding: 20px;
        margin: 0 auto;
    }
    #degree h1 {
        margin-bottom: 15px;
        padding-bottom: 0;
    }
    #degree #degree-hero a.science-cta {
        font-size: 0.9rem;
        padding: 5px 10px;
    }
    #degree h1 span.first-line {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    #degree h1 span.second-line {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    #degree h1 span.third-line {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
    #degree .hero-content .marginbottom {
        margin-bottom: 0px !important;
    }
    #degree #sticky-wrapper .band-uni2-wrap {
        top: 36px !important;
    }
    #degree #apply .pagetabs-nav ul {
        margin-bottom: 0;
    }
    #degree #apply .pagetabs-nav ul li {
        margin-right: 40px;
        width: auto;
    }
    #degree #apply .pagetabs-nav ul li a {
        font-size: 1.2rem;
        padding: 20px 10px;
        max-width: 120px !important;
    }
    #degree .ui-tabs-panel {
        margin-top: 0;
    }
    #degree #apply .apply-icon {
        font-size: 2.3rem;
    }
    #degree div.science-cta.enquire,
    #degree div.science-cta-light.apply {
        width: 100px !important;
    }
    #degree .hero-content {
        padding-bottom: 0px;
    }
    #degree .hero-content .margin40right {
        margin-right: 20px !important;
    }
    #degree .hero-content .margin40bottom {
        margin-bottom: 20px !important;
    }
    #degree .odd .box-text::after,
    #degree .even .box-text::after {
        content: none;
    }
    #degree .key-facts {
        margin-top: 0px !important;
    }
    .key-fact-text {
        padding-top: 5px;
    }
    ol.scroll-nav__list,
    .flickity-viewport,
    .flickity-slider {
        width: 380px;
    }
    .flickity-slider {
        left: -15px !important;
    }
    .flickity-prev-next-button.previous {
        left: -64px;
    }
    ol.scroll-nav__list {
        margin: 0 40px 0 60px;
    }
    .flickity-button {
        display: block; 
    }
    #degree .learning-box .media-description p {
        padding: 5px 20px !important;
    }
    .floating {
        position:fixed;
        bottom:22px;
        right:22px;
        padding: 7px 22px !important;
        box-shadow:2px 2px 3px #999;
        font-size:1.1rem !important;
        z-index:1;
    }
}
@media only screen and (max-width: 479px) {

    #degree .hero-content {
        position: relative;
    }
    #degree .band-banner-cover {
        display: none;
    }
    #degree #degree-hero a.science-cta {
        font-size: 0.9rem;
        padding: 5px 10px;
    }
    #content-main #degree h1 {
        margin-bottom: 0 !important;
    }
    #degree h1 span.first-line {
        font-size: 1rem;
        line-height: 1.4rem;
    }
    #degree h1 span.second-line {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    #degree h1 span.third-line {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    #degree .hero-content .marginbottom {
        margin-bottom: 0px !important;
    }
    #degree .hero-content {
        bottom: 0px;
        padding-top: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        right: 0;
    }
    #degree .hero-content .panel-1col {
       width: 320px;
        margin: 0 auto;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    #degree #mini-panel-degree_program_hero_content .margin40bottom {
        margin-bottom: 20px !important;
    }
    #degree #mini-panel-degree_program_hero_content .margin40right {
        margin-right: 20px !important;
    }
    #degree #sticky-wrapper .band-uni2-wrap {
        top: 36px !important;
    }
    #content-area #degree #hero-apply,
    #content-area #degree a.science-cta {
        padding: 3px 20px;
        min-width: unset;
        font-size: 0.8em;
    }
    ol.scroll-nav__list,
    .flickity-viewport,
    .flickity-slider {
        width: 250px;
    }
    .flickity-slider {
        left: 0px !important;
    }
    .flickity-button {
        display: block; 
    }
    ol.scroll-nav__list li {
        padding: 0;
    }
    .flickity-prev-next-button.previous {
        left: -54px;
    }
    .key-fact-text {
        padding-top: 5px;
    }
    #degree .odd .box-text::after,
    #degree .even .box-text::after {
        content: none;
    }
        #degree #apply .pagetabs-nav ul {
        margin-bottom: 0;
    }
    #degree #apply .pagetabs-nav ul li {
        margin-right: 40px;
        width: auto;
    }
    #degree #apply .pagetabs-nav ul li a {
        font-size: 1rem;
        padding: 20px 10px;
        max-width: 100px !important;
    }
    #degree .ui-tabs-panel {
        margin-top: 0;
    }
    #degree #apply .apply-icon {
        font-size: 2.3rem;
    }
    #degree .enquiry-copy {
        font-size: 0.8rem;
    }
    #degree .enquire-slide-up .pad30bottom {
        padding-bottom: 10px !important;
    }
    #degree .enquiry-copy p {
        margin-bottom: 5px;
    }
    #degree .learning-box .media-description {
        display: none !important;
    }
    .floating {
        position:fixed;
        bottom:22px;
        right:22px;
        padding: 7px 22px !important;
        box-shadow:2px 2px 3px #999;
        font-size:1.1rem !important;
        z-index:1;
    }
}