﻿@charset "UTF-8";

html {
    font-size: 10px;
}

.site-map {
    margin: 20px 0 0;
    font-size: 14px;
}

    .site-map ul {
        padding: 10px 0 10px 20px;
    }

    .site-map li {
        margin-bottom: 10px;
    }

        .site-map li ul {
            margin-top: 10px;
        }

    .site-map > ul {
        padding-left: 30px;
    }

        .site-map > ul > li {
            font-size: 16px;
            list-style: disc;
            font-weight: 700;
        }

        .site-map > ul > ul {
            display: block;
            width: 100%;
            border-bottom: 1px dotted #b2b2b2;
            margin-bottom: 20px;
            margin-left: -15px;
            padding-left: 30px;
        }

            .site-map > ul > ul > li {
                list-style: circle;
            }

            .site-map > ul > ul > ul li {
                list-style: square;
            }

.main-h1-header {
    font-family: "Gotham Cond SSm 6r",Gotham Cond SSm A,Gotham Cond SSm B;
    font-weight: 600;
    font-style: normal;
    font-size: 23px;
    font-size: 2.3rem;
    color: #c00;
}

.blockquote-module {
    font-family: Arial;
    font-size: 30px;
    font-size: 3rem;
    font-style: italic;
    line-height: 1.267em;
    margin: 0 0 30px;
    padding: 15px 1px 10px;
    color: #c00;
    border-width: 1px 0;
    border-style: dotted;
    border-color: #b2b2b2;
}

.generic-cta {
    margin-bottom: 24px;
    padding: 14px 20px 0;
    color: #494949;
    border-width: 1px 0;
    border-style: dotted;
    border-color: #b2b2b2;
}

.generic-cta__headline {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
    color: #c00;
}

.generic-cta__text {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 20px!important;
}

.generic-cta__link {
    font-family: Arial;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
    margin-bottom: 20px;
}

.generic-cta__button {
    font-family: Arial;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    padding: 3px 7px;
    text-transform: uppercase;
    color: #fff!important;
    background-color: #6eb43f;
}

.rail-rtf {
    padding: 20px 22px;
    background-color: #efefef;
}

    .rail-rtf h1 {
        font-family: "Gotham Cond SSm 6r",Gotham Cond SSm A,Gotham Cond SSm B;
        font-weight: 600;
        font-style: normal;
        font-size: 49px;
        font-size: 4.9rem;
        margin-bottom: 20px;
        color: #c00;
    }

    .rail-rtf h2 {
        font-family: "Gotham Cond SSm 6r",Gotham Cond SSm A,Gotham Cond SSm B;
        font-weight: 600;
        font-style: normal;
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 10px;
        color: #c00;
    }

    .rail-rtf h3 {
        font-family: "Gotham Cond SSm 6r",Gotham Cond SSm A,Gotham Cond SSm B;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 2px;
        color: #c00;
    }

    .rail-rtf p {
        font-family: Arial;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.333em;
        margin-top: 0!important;
        margin-bottom: 12px;
        padding: 0;
        color: #494949;
    }

    .rail-rtf ul, .rail-rtf ol {
        font-family: Arial;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6em;
        margin-bottom: 20px;
        padding-left: 20px;
    }

        .rail-rtf ul li {
            list-style: disc;
        }

        .rail-rtf ol li {
            list-style: decimal;
        }

    .rail-rtf i, .rail-rtf em {
        font-style: italic;
    }

    .rail-rtf strong, .rail-rtf b {
        font-weight: 700;
    }

.rtf-module {
    font-family: Arial;
}

    .rtf-module h1 {
        font-family: "Gotham Cond SSm 6r",Gotham Cond SSm A,Gotham Cond SSm B;
        font-weight: 600;
        font-style: normal;
        font-size: 49px;
        font-size: 4.9rem;
        margin-bottom: 20px;
        color: #494949;
    }

    .rtf-module h2 {
        font-family: "Gotham Cond SSm 6r",Gotham Cond SSm A,Gotham Cond SSm B;
        font-weight: 600;
        font-style: normal;
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 5px;
        color: #494949;
            clear: both;
    }

    .rtf-module h3 {
        font-family: "Gotham Cond SSm 6r",Gotham Cond SSm A,Gotham Cond SSm B;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 5px;
        color: #494949;
    }

    .rtf-module p {
        margin-top: 0!important;
        margin-bottom: 10px;
        color: #494949;
    }

    .rtf-module ul, .rtf-module ol {
        margin-bottom: 20px;
        padding-left: 13px;
        font-size: 13px;
    }

        .rtf-module ul li {
            position: relative;
            margin-bottom: 5px;
        }

            .rtf-module ul li:before {
                font-size: 15px;
                font-size: 1.5rem;
                position: absolute;
                top: -3px;
                left: -13px;
                display: block;
                content: "•";
            }

        .rtf-module ol li {
            margin-bottom: 5px;
            list-style: decimal;
        }

    .rtf-module i, .rtf-module em {
        font-style: italic;
    }

    .rtf-module strong, .rtf-module b {
        font-weight: 700;
    }

.student-profile-hero {
    display: table;
    width: calc(100% - 1px);
    position: relative;
    margin: 20px 0 22px;
    background-color: #c00;
}

    .student-profile-hero:before, .student-profile-hero:after {
        content: " ";
        display: table;
    }

    .student-profile-hero:after {
        clear: both;
    }

.student-profile-hero__img {
    display: table-cell;
    width: 320px;
    height: 349px;
    overflow: hidden;
    background-position: top center;
    background-size: cover;
}

.student-profile-hero__info {
    display: table-cell;
    min-height: 349px;
    box-sizing: border-box;
    padding: 40px;
    vertical-align: middle;
}

.student-profile-hero__headline {
    font-family: "Gotham Cond SSm 6r",Gotham Cond SSm A,Gotham Cond SSm B;
    font-weight: 600;
    font-style: normal;
    font-size: 49px;
    font-size: 4.9rem;
    line-height: 1.25em;
    margin-bottom: 2px;
    color: #fff;
}

.student-profile-hero__subhead {
    font-size: 22px;
    font-size: 2.2rem;
    font-family: Arial;
    font-weight: 400;
    line-height: 1.7em;
    text-transform: none;
    margin-top: 0!important;
    color: #fff;
}
