﻿/**************************************/
/* STYLES FOR CUSTOM FULL WIDTH TEMPLATE INCLUDING FOOTER*/
/**************************************/


/* added import because lora woff file does not work on custom domains */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=block');


.container-max-width {
    max-width: 1920px;
    margin: 0 auto;
}

/* Fonts */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@font-face {
	font-family:"Vesterbro";
	src:url("https://www.nottingham.ac.uk/SiteElementsHomepage/css/fonts/Vesterbro-Medium.woff") format("woff");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"Vesterbro";
	src:url("https://www.nottingham.ac.uk/SiteElementsHomepage/css/fonts/Vesterbro-Extrabold.woff") format("woff");
	font-weight:500;
	font-style:normal;
}
@font-face {
	font-family:"Vesterbro";
	src:url("https://www.nottingham.ac.uk/SiteElementsHomepage/css/fonts/Vesterbro-Poster.woff") format("woff");
    font-weight:bold;
	font-style:normal;
}

@font-face {
	font-family:"Circular";
	src:url("https://www.nottingham.ac.uk/SiteElementsHomepage/css/fonts/lineto-circular-pro-book-woff.woff") format("woff");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"Circular";
	src:url("https://www.nottingham.ac.uk/SiteElementsHomepage/css/fonts/lineto-circular-pro-medium-woff.woff") format("woff");
	font-weight:500;
	font-style:normal;
}
@font-face {
	font-family:"Circular";
	src:url("https://www.nottingham.ac.uk/SiteElementsHomepage/css/fonts/lineto-circular-pro-bold-woff.woff") format("woff");
	font-weight:bold;
	font-style:normal;
}
body {
	font-family: "Circular", Arial, sans-serif !important;
}

/* CTA styles */

.cta{
    width: max-content;
    text-align: left;
    background-color: transparent;
    color: black;
    padding: 2px 40px 2px 10px;
    border: 2px solid black;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}
a.cta:hover, a.cta:focus {
    border: 2px solid black;
    background-color: #10263b;
    color: white;
}

.cta-arrow{
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    right: 15px;
}
.cta:hover .cta-arrow, .cta:focus .cta-arrow {
    border-color: white;
}





/**************************************/
/* FOOTER AREA STYLING */
/**************************************/

/* OneTrust styles */
#ot-sdk-btn.ot-settings.ot-sdk-show-settings {
    color: #fff;
    background: none;
    border: none;
    display: inline;
    font-size: 15px;
    padding: 0;
    
}
#ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: unset!important;
    text-decoration: underline;
}


.footer-left{
    /* padding: 0px 20px 0px 20px; */
    border-right: 1px solid white;
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {


    #footer .get-in-touch {
        margin-bottom: 60px;
    }
    .get-in-touch h5 {
        margin-top: 0px;
    }
    .desktop-footer-links{
        margin-bottom: 100px;
    }
    .footer-left{
        padding: 0px 50px 0px 50px;
    }
}


#footer {
    background: var(--globalBlue);
    padding: 60px 0;
    position: relative;
}

@media (min-width: 768px) {
    footer .row {
        max-width: 100%;
    }

    #footer {
   
        padding: 60px 50px;
      
    }
}

/* Left Side */
#footer ul.social li a i:hover, 
#footer ul.social li a:focus {
    color: var(--globalLightBlue);
}
#footer .get-in-touch a {
    text-decoration: none;
}

#footer .get-in-touch a:hover {
    text-decoration: underline;
}

/* Right side */
/* #footer div.footer-right{
    padding: 0px 20px 0px 20px;
} */
#footer span.footer-title {
    margin-bottom: 20px;
    display: block;
    text-align: left;
    color: white;
    font-size: 20px;
}

#footer .get-in-touch span.footer-title {
    margin-bottom: 15px;
    margin-top: 40px;
}



.right-block{
    margin-top: 20px;
}
/* 
section .section-title, footer .section-title {
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 10px;
}
 */
.col-12 b, .col-12 small, .col-12 p{
    text-align: left;
    color: white;
}

/* .cta-container .submit-arrow{
    border: solid #7C7C7C;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    right: 10px;
} */

#footer ul.social{
    text-align: left;
    position: absolute;
    bottom: 32px;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.quick-links li a:hover, #footer ul.quick-links li a:focus {
    text-decoration: underline;
}


#footer ul.social li{
	padding: 3px 0;
    font-size: 25px;
}

#footer ul.copyright li{
	padding: 3px 0px;
    font-size: 12px;
}
#footer ul.copyright li a {
    padding: 0px 3px;
    text-decoration: none;
}
#footer ul.copyright li a:hover, #footer ul.copyright li a:focus {
    text-decoration: underline;
}

.quick-links li{
    font-size: 14px;
    text-align: left;
}

.bottom-row-links{
    margin-right: 0px !important;
}

#footer ul.quick-links li{
	padding: 7px 0;
}

.mobile-dropdown-section{
    display: none !important;
}

.copyright{
    position: absolute;
    bottom: 43px;
    padding-right: 20px;
}
.copyright .uon-copyright {
    padding-right: 10px !important;
}


.get-in-touch {
    margin-bottom: 0px;
}

.get-in-touch h5 {
    font-size: 20px;
}
.get-in-touch p {
    font-size: 15px;
    margin-bottom: 2px;
}
.get-in-touch p:first-of-type {
    padding-top: 7px;
}


.list-title {
    font-size: 20px;
}

.desktop-list .quick-links li{
    font-size: 14px;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #footer .get-in-touch span.footer-title {
        margin-bottom: 20px;
        margin-top: 0;
    }
    #footer div.footer-right{
        padding: 0px 50px 0px 50px;
    }
}




@media (max-width:767px) {
	
    .footer-left{
        border-right: none; 
    }

    .mobile-dropdown-section{
        display: block !important;
    }

    .mobile-dropdown-section .accordion-item{
        background: transparent;
        border-bottom: 2px solid white;
    }

    .mobile-dropdown-section .accordion-button{
        background: transparent;
        color: white;
        padding: 1rem 0px;
    }

    .accordion-button:not(.collapsed){
        background-color: transparent !important;
        color: white !important;
    }

    .accordion-button:focus{
        border-color: transparent !important;
        box-shadow: none !important;
    }

    .accordion-button::after{
        content:none !important;
        width: 0 !important;
        height: 0 !important;
        background: none !important;
    }

    .accordion-body{
        padding: 0px 0rem 1rem 0rem;
    }

    .accordion-body .quick-links {
        margin-bottom: 0px;
    }

    .accordion-body .quick-links li{
        font-size: 14px;
    }

    #footer .accordion-button .dropdown-arrow-down {
        position: absolute;
        right: 0px;
        top: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 6px 0 6px;
        border-color: #fff transparent #fff transparent;
    }

    #footer .accordion-button .dropdown-arrow-up {
        position: absolute;
        right: 0px;
        top: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 12px 6px;
        border-color: #fff transparent #fff transparent;
    }

    .about-footer-desktop{
        display: none;
    }

    .btn-link{
        color: white !important;
        text-decoration: none !important;
        font-size: 16px;
        font-weight: 600;
    }
    .btn-link:hover{
        color: white !important;
        text-decoration:none !important;
    }

    .card-header{
        padding-left: 0 !important;
    }

    .desktop-footer-links{
        display: none;
    }

    .footer-right{
        padding-top: 10px;
    }

    #footer ul.social{
        border-bottom: 1px solid #FAFAFA;
        padding-right: 50px;
        padding-bottom: 30px;
        position: relative;
        bottom: 0px;
        padding-top: 30px;
    }
    .get-in-touch p {
        font-size: 16px;
    }
    .get-in-touch h5 {
        margin-top: 30px;
    }
    .copyright {
        position: relative;
        bottom: 0px;
        padding-right: 0px;
    }
}
