

/* Global Container */
#global {
    padding-top: 130px;
    padding-bottom: 166px;
    text-align: center;
}

#global .m-inner {
    height: 1379px;
}

/* Title */
.global-title {
    position: absolute;
    left: 50%;
    top: 96px;
    width: 295px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

/* Map */
.global-map {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.global-map img {
    width: 1174px;
}

/* Content */
.global-body {
    position: relative;
    width: 430px;
    padding-top: 274px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.96429;
}

/* Footer Text */
.global-tx {
    position: absolute;
    left: 50%;
    bottom: 38px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}





/* School Info Container */
#schoolinfo {
    padding-top: 100px;
}

/* School Info Unit */
.schoolinfo-unit + .schoolinfo-unit {
    margin-top: 140px;
}

/* Image Section */
.schoolinfo-image {
    width: 52.67857%;
}

.schoolinfo-image img {
    width: 100%;
}

/* Content Section */
.schoolinfo-body {
    padding-top: 28px;
}

/* Title Styles */
.schoolinfo-title {
//    margin-bottom: 60px;
//    letter-spacing: .03em;
    font-size: 66px;
}

.schoolinfo-title .l {
    white-space: nowrap;
}

.schoolinfo-title .divide {
    display: inline-block;
}

/* Description */
.schoolinfo-description {
//    line-height: 1.96429;
}

/* Link */
.schoolinfo-link {
    margin-top: 40px;
    letter-spacing: .04em;
    font-size: 16px;
}

/* Desktop Styles */
@media (min-width: 768px) {
    /* Layout Variations */
    #schoolinfo .image-left .schoolinfo-image {
        float: left;
    }

    #schoolinfo .image-left .schoolinfo-body {
        margin-left: 64.10714%;
    }

    #schoolinfo .image-right .schoolinfo-image {
        float: right;
    }

    #schoolinfo .image-right .schoolinfo-body {
        margin-right: 64.10714%;
        text-align: right;
    }

    #schoolinfo .image-right .schoolinfo-title {
//        text-align: left;
    }

    /* School Specific Title Adjustments */
    .schoolinfo-ics .schoolinfo-title {
//        margin-left: -100px;
    }

    .schoolinfo-ics .schoolinfo-title .divide {
        width: 80px;
    }

    .schoolinfo-mdx .schoolinfo-title {
//        margin-left: 96px;
    }

    .schoolinfo-mdx .schoolinfo-title .divide {
        width: 80px;
    }

    .schoolinfo-dyu .schoolinfo-title {
//        margin-left: -92px;
    }

    .schoolinfo-dyu .schoolinfo-title .divide {
        width: 80px;
    }
}



