
/* smaller desktops */
/* @media screen and (max-width:64rem){} */

/* mobile desktops */
/* @media screen and (max-width:48rem){} */

/*///////////////////////////////////*/
/*////// CONTENT TYPE STYLING ///////*/
/*///////////////////////////////////*/

/* when we start to use [LIBRARY] content types it may be worth copying the CSS to a new library-content-types stylesheet rather than duplicating them here */

/*///////////////////////////////////*/
/*////// GLOBAL TEMPLATE STYLING ////*/
/*///////////////////////////////////*/

/* hide zephyr search box only on desktop view */
@media screen and (min-width:48rem){
    div.search-inline:not(#moved_search_box){
        display:none !important;
    }
}

/* hide our duplicated search box on mobile */
@media screen and (max-width:48rem){
    .search-inline#moved_search_box{
        display:none !important;
    }
}

/* mobile "University library" hyperlink (added via js) styling */
div.primary div.row div.logo div.school-name div.school-name a{
    color:#FFFFFF;
}

/* ie fix blue bar at top */
/* 8c4799 */
/*.navigation .secondary,
.navigation .primary > .row .unit-bar{
    background-color:#8c4799 !important;
    border-top-color:#8c4799 !important;
}*/

/* override for new template jan 24 */
.navigation .secondary .section-label:after{
    background-image:url("/webtemplate/ask-assets/images/icon-home-blue.svg");
}


.search-inline#moved_search_box{
    margin-left:30px;
    /*margin-top:-2px;*/
}

.search-inline#moved_search_box input{
    height:2rem;
    border-color:#003a65;
}

.search-inline#moved_search_box input.search-submit{
    width:2rem;
    background-size:60%;
    background-color:#003a65;
}

.search-inline#moved_search_box input.search-submit:hover{
    background-color:#3f0a49;
}


/* override for new template jan 24 */
.navigation .search-submit{
    background-image:url("/webtemplate/ask-assets/images/icon-search.png");
}

/* hide the search radio buttons */
.primary>.row>.menu>.menu-wrapper>ul:not(.menu-toplevel):not(.menu-secondary){
    display:none;
}

.footerCCLicense p {
    font-size: 0.75rem;
    text-align: right;
    padding-top: 0.5rem;
}

.footerCCLicense > a {
    display: block;
    max-width: 100%;
    width: 7.5rem;
    margin-right: 0;
    margin-left: auto;
}

/* hide zephyr search box only on desktop view */
@media screen and (min-width:48rem){
    div.search-inline:not(#moved_search_box){
        display:none !important;
    }
}

/* hide our duplicated search box on mobile */
@media screen and (max-width:48rem){
    .search-inline#moved_search_box{
        display:none !important;
    }
}

/* smaller desktops */
@media screen and (max-width:64rem){
   
}

/* mobile desktops */
@media screen and (max-width:48rem){
    
}

/* change all ctas to purple instead of green */
/* disabled as part of Uni brand refresh 18/01/2024 */
/*.cta, .gallery.mediaGallery .buttons .btn{
    background-color:#8c4799;
    border-color:#8c4799;
}*/
