

/* Contact Container */
#contact {
    position: relative;
    height: 473px;
    padding-top: 205px;
}

/* Footer Info Basic Layout */
.footinfo-inner {
    padding-top: 95px;
}

.footinfo-title {
    line-height: 1.1;
    font-size: 38px;
}

/* Links Section */
.footinfo-links {
    margin-top: 27px;
    line-height: 1.89915;
    font-size: 13px;
}

.footinfo-links a {
    text-decoration: underline;
}

.footinfo-links a:hover {
    text-decoration: none;
}

/* Background Element */
.footinfo-bg {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2632px;
    height: 473px;
    background-color: #EBE6DD;
    border-radius: 100%;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/* University Section */
.footinfo-university {
    margin-top: 38px;
    font-size: 0;
}

.footinfo-university svg {
    fill: #C6BEB8;
}

.footinfo-university a {
    display: inline-block;
}

.footinfo-university a + a {
    margin-left: 28px;
}

/* Get in Touch Section */
.footinfo-getintouch {
    position: absolute;
    right: -2px;
    top: -97px;
    width: 567px;
    padding-top: 90px;
    text-align: center;
}

.footinfo-getintouch .getintouch-title {
    position: relative;
    display: inline-block;
    width: 386px;
}

.footinfo-getintouch .getintouch-body {
    position: relative;
    line-height: 1.72727;
    font-size: 11px;
}

.footinfo-getintouch .getintouch-body a:hover {
    text-decoration: underline;
}

.footinfo-getintouch .getintouch-link {
    position: relative;
    margin-top: 30px;
    margin-left: 36px;
}

.footinfo-getintouch .getintouch-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.footinfo-getintouch .getintouch-bg img {
    width: 100%;
}

/* Responsive Breakpoint */
@media screen and (max-width: 1150px) {
    #contact {
        padding-top: 565px;
    }

    .footinfo-inner {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .footinfo-getintouch {
        top: -407px;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
}



