.main-footer {
    background-image: url('https://templates.nova.edu/_resources/images/navigation-elements/footer-background-school.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--dark-blue);
    color: var(--white);
    padding-top: 60px;
    padding-bottom: 40px;
}

.main-footer a {
    color: var(--white);
}

.footer-address-text {
    font-size: 19px;
    line-height: 1.1;
    color: var(--white);
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-title {
    display: block;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.footer-quick-links {
    list-style: none;
    display: inline-block;
    margin-bottom: 30px;
    padding-left: 0;
}

.footer-quick-links li {
    font-size: 16px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.footer-quick-links li:last-child {
    margin-bottom: 0px;
}

.footer-social {
    margin-bottom: 30px;
}

.footer-social a {
    text-decoration: none;
    margin-right: 10px;
    font-size: 30px;
}

.footer-text-link-sub,
.footer-text-link-sub a,
.footer-text-link-sub span {
    line-height: 1.1;
}

.footer-college a {
    color: var(--white);
    text-decoration: none;
}

.footer-college {
    background-color: var(--mid-blue);
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
}


.footer-college-links {
    margin-left: 40px;
    text-align: center;
}

.footer-college-links,
.footer-college-cta-link-icon,
.footer-college-address-text,
.footer-college-school-name {
    display: inline-block !important;
}

.footer-college .footer-college-cta-link-text {
    text-transform: capitalize;
}

.footer-college-school-name {
    font-size: 25px;
    line-height: 1.2;
}

.footer-college-address-text {
    font-size: 16px;
    line-height: 1.1;
}

.footer-college-cta-link-icon {
    margin-bottom: 10px;
}

.footer-college-links a {
    font-size: 18px;
    line-height: 1.1;
}

.footer-college-links span {
    font-size: 48px;
    margin-bottom: 6px;
}

.footer-college-links-border {
    width: 100%;
    border: 1px solid var(--white);
    margin: 15px auto;
}

@media only screen and (min-width: 992px) {

    .main-footer ul {
        margin-right: 30px;
    }

    .footer-university-info {
        margin-right: 40px;
    }
}

@media only screen and (max-width: 1199.5px) {
	.main-footer .d-btn{
		margin: 16px 0 16px 0 !important;
	}
}

@media only screen and (max-width: 991.5px) {

    .main-footer {
        background-image: none;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

    .footer-title {
        margin-top: 30px;
        font-size: 20px;
    }

    .footer-address-text {
        font-size: 16px;
        margin: 0;
    }

    .footer-text-link-sub {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footer-text-link-sub span {
        display: none;
    }

    .footer-text-link-sub a {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .footer-college {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .footer-college-links {
        margin: 0px;
    }

    .footer-college-school-name {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .footer-college-cta-link-icon {
        margin-bottom: 6px;
		min-width: 50px;
    }

    .footer-college-cta-link-text {
        text-align: left;
    }
}