/* prefurl styling */


#ncc-breadcrumbs {position: relative; width: 90%; max-width: 1100px; margin: 0 auto 30px auto; padding: 0;}

.text>.content>.imgleft {display: block; width: 100vw; margin: 110px 20px 20px 0px; max-height: 50vh !important;}

.text>.content>.imgleft img {
    max-height: 470px;
    object-fit: cover;
}

.imgleft h1 {
    position: absolute;
    bottom: 0%;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 95%;
    color: #FFF;
    font-size: 3.3em;
    line-height: 1em;
    text-align: center;
    margin: 0;
    padding: 1% 0 1.8% 5%;
    z-index: 1001;
    background: url(https://www.bard.edu/images/tints/80black.png) repeat;
}

.caption {
    position: absolute;
    display: block;
    font-size: 0.85em;
    line-height: 1.0em;
    color: white;
    margin: 10px 0;
    width: 100%;
    text-align: right;
    clear: both;
    font-style: normal;
    bottom: 0;
    z-index: 1001;
    right: 50px;
}

.text {
    width: 100%;
    margin-top: 0;
}

.content {
    width: 100%;
    max-width: 100%;
}

.text .content {max-width: unset;}

.text .content .subtitle {
    margin: 0 auto;
    text-align: center;
    color: #222;
    font-size: 1.6em;
}

.text .content .subtitle:first-of-type {
    text-align: left;
}

.text .content .description {
    position: relative;
    background: #ededed;
    width: 100%;
    margin: 30px auto;
 	max-width: 1440px;
  	padding: 20px 0;
}

.text .content .description>.content {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
    line-height: 32px;
}

.text .content .description>.content .subtitle {
    text-align: left;
    font-size: 1.6em;
}

.columns-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

main #maintext .content .text .content .campuses {
    position: relative;
    background: #FFF;
    width: auto;
    min-width: 40%;
    margin: 30px 0;
    padding: 0;
}

main #maintext .content .text .content .campuses>.content {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0;
    padding: 30px 0;
    text-align: left;
    line-height: 32px;
}

main #maintext .content .text .content .instructors {
    position: relative;
    background: #ededed;
    width: auto;
    min-width: 40%;
    margin: 30px 0;
    padding: 0;
}

main #maintext .content .text .content .instructors>.content {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
    line-height: 32px;
}

@media screen and (max-width: 425px) {
    .imgleft h1 {
        height: 100%;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        text-overflow: ellipsis;
        font-size: 2.5em;
    }

    .caption {
        right: 5px;
        margin: 0;
    }

    .text>.content>.imgleft {
        height: 200px !important;
    }

    main #maintext .content .text .content .subtitle:first-of-type {
        text-align: center;
    }

    main #maintext .content .text .content .campuses {
        margin: 0;
    }

    main #maintext .content .text .content .campuses>.content {
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    main #maintext .content .text .content .instructors {
        width: 100%;
    }

    main #maintext .content .text .content .instructors>.content {
        text-align: center;
    }

}





