﻿.ProgramSemesterList-header {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}
.ProgramDetail-header-title {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.4;
    font-size: 22px;
}
@media all and (min-width: 20em) {
    .ProgramDetail-header-title {
        font-size: 125%;
    }
}
@media all and (min-width: 47.5em) {
    .ProgramDetail-header-title{
        font-size: 175%;
    }
}
.ProgramSemesterList-header-text {
    line-height: 1.4;
    display: block;
    font-size:19px;
}
@media all and (min-width: 20em) {
    .ProgramSemesterList-header-text {
        font-size: 100%;
    }
}
@media all and (min-width: 75em) {
    .ProgramSemesterList-header-text {
        font-size: 112.5%;
    }
}
.ProgramSemesterList-item {
    border-top: solid 1px #d9d9d9;
    display: block;
    line-height: 1.315;
    padding: 20px 0;
    padding: 1.25rem 0;
}
.ProgramSemester {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}
.ProgramSemester-header {
    line-height: 1.2;
    position: relative;
}
.ProgramSemester-header-input {
    position: absolute;
    left: 0;
    top: 5px;
    top: 0.3125rem;
}
.ProgramSemester-header-title {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 1.4;
    margin: 0 0 0 30px;
    margin: 0 0 0 1.875rem;
    text-transform: uppercase;
}
@media screen and (max-width: 47.9375em) {
    .ProgramSemester-header-title {
        padding: 0.625rem 0;
        min-height: 40px;
    }
}
.ProgramSemester-header-text {
    color: #777777; /*display:none;*/
    font-size: 1.1875em;
    /*font-style: italic;*/
    line-height: 1.315;
    margin: 10px 0 10px 30px;
    margin: 0.625rem 0 0.625rem 1.875rem;
}
@media all and (min-width: 47.9375em) {
    .ProgramSemester-header-text {
        display: block;
    }
}
.ProgramSemester-toggle {
    display: inline-block;
    font-size: 1.875em;
    float: right;
    height: 40px;
    text-align: center;
    width: 40px;
}
.ProgramSemesterContent {
    color: #777777;
    line-height: 1.4;
}
@media all and (min-width: 20em) {
    .ProgramSemesterContent {
        font-size: 106.25%;
    }
}
@media all and (min-width: 75em) {
    .ProgramSemesterContent {
        font-size: 118.75%;
    }
}
@media all and (min-width: 47.9375em) {
    .ProgramSemesterContent {
        display: block;
        margin-left: 12.5rem;
    }
}
.ProgramSemesterContent > *:first-child {
    display: block;
}
.ProgramSemesterContent-title {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #222222;
    margin-top: 1.5em;
}
.ProgramSemesterContent-subtitle {
    color: #222222;
    font-weight: bold;
    margin-top: 1.5em;
}
.ProgramSemesterContent-subtitle small {
    font-weight: normal;
}
.ProgramSemesterContent-inputGroup {
    margin: 15px 0;
    margin: 0.9375rem 0;
    position: relative;
}
.ProgramSemesterContent-inputGroup:before, .ProgramSemesterContent-inputGroup:after {
    content: "";
    display: table;
}
.ProgramSemesterContent-inputGroup:after {
    clear: both;
}
.ProgramSemesterContent-inputGroup-input {
    left: 0;
    position: absolute;
    top: 5px;
    top: 0.3125rem;
}
.ProgramSemesterContent-inputGroup-label {
    font-weight: bold;
    display: block;
}
.ProgramSemesterContent-inputGroup-text {
    margin-left: 25px;
    margin-left: 1.5625rem;
}
.semester-timeline {
    font-weight: normal;
}
.ProgramSemesterContent-price.price-text,
.price-text {
    font-size: 17px;
}
.App-ProgramSemesterContent-price.app-price-text,
.app-price-text {
    float:right;
}

#ProgramScheduleCalculator .ProgramSemesterContent-price {
    font-size: 18px;
}
.currencyCode {
    font-size: 15px;
}
.ProgramSemesterContent-price {
    color: #777777;
    clear: right;
    display: inline-block;
    font-size: 19px;
    font-weight: normal;
    float: right;
    /*margin: 0 0 5px 15px;
    margin: 0 0 0.3125rem 0.9375rem;*/
    margin: 0 0 0 15px;
    margin: 0 0 0 0.9375rem;
}

.App-ProgramSemesterContent-price {
    color: #777777;
    clear: right;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    float: right;
    /*margin: 0 0 5px 15px;
    margin: 0 0 0.3125rem 0.9375rem;*/
    margin: 0 0 0 15px;
    margin: 0 0 0 0.9375rem;
}

.ProgramSemesterContent-inputGroup-label .ProgramSemesterContent-price {
    font-weight: normal;
}
.ProgramSemesterContent-price.required {
    /*font-weight: bold;*/
}
.ProgramSemesterContent-list {
    list-style: disc;
    padding-left: 1.2em;
    margin: 7px 0;
    margin: 0.4375rem 0;
}
.ProgramSemesterContent-list-item {
    margin: 10px 0;
    margin: 0.625rem 0;
}
.ProgramSemesterContent-recommended {
    display: block !important;
}
.ProgramSemesterContent p {
    margin: 7px 0 10px;
    margin: 0.4375rem 0 0.625rem;
}
.ProgramSemesterContent small {
    font-size: 95%;
}
.ProgramSidebar {
    z-index: 10;
}
.ProgramUtilityBar {
    background-color: #F0F0F0;
    z-index: 11;
    border-style: solid none;
    border-color: #CCCCCC;
    border-width: 1px;
}
.ProgramUtilityBar-list {
    text-align: justify;
    text-justify: distribute;
    font-size: 0;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
}
.ProgramUtilityBar-list:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.ProgramUtilityBar-list-item {
    font-size: 16px;
    display: inline-block;
}
.ProgramUtilityBar-list a {
    display: inline-block;
    height: 60px;
    height: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
    position: relative;
}
.ProgramUtilityBar-list a, .ProgramUtilityBar-list a:link, .ProgramUtilityBar-list a:visited {
    color: #222222;
}
.ProgramUtilityBar-list a:before {
    background-color: #278ACA;
    content: "";
    height: 5px;
    position: absolute;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 100%;
}
.ProgramUtilityBar-list a.active:before {
    opacity: 1;
}
.ProgramUtilityBar-jumpSelect {
    display: block;
}
.ProgramUtilityBar-select {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    margin: 10px 0;
    margin: 0.625rem 0;
}
.ProgramUtilityBar-select:before, .ProgramUtilityBar-select:after {
    content: "";
    display: table;
}
.ProgramUtilityBar-select:after {
    clear: both;
}
.ProgramUtilityBar-select .Form-select {
    float: left;
}
.SmallProgramPromo {
    background-color: #fff;
    position: relative;
}
.SmallProgramPromo-link {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border: solid 1px #cccccc;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.SmallProgramPromo-link, .SmallProgramPromo-link:link, .SmallProgramPromo-link:visited {
    color: #231f20;
}
.SmallProgramPromo-link:hover, .SmallProgramPromo-link:focus, .SmallProgramPromo-link:active {
    color: #278ACA !important;
    text-decoration: none;
}
.SmallProgramPromo-link:hover .SmallProgramPromo-title-icon, .SmallProgramPromo-link:focus .SmallProgramPromo-title-icon, .SmallProgramPromo-link:active .SmallProgramPromo-title-icon {
    margin-left: 4px;
    -webkit-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}
.SmallProgramPromo-link:hover:before, .SmallProgramPromo-link:focus:before, .SmallProgramPromo-link:active:before {
    opacity: .7;
}
.SmallProgramPromo-link:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: 2;
}
.SmallProgramPromo-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #cccccc;
    background-position: center center;
    display: block;
    width: 100%;
}
.SmallProgramPromo-image:before {
    content: "\0020";
    display: block;
}
.SmallProgramPromo-image:before {
    padding-top: 56.25%;
}
.no-js .SmallProgramPromo-image {
    display: none;
}
.SmallProgramPromo-content {
    background-color: #ffffff;
    bottom: 40px;
    margin: 30px 0;
    margin: 1.875rem 0;
    padding: 0 20px;
    padding: 0 1.25rem;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}
.SmallProgramPromo-content:before {
    background-color: #278ACA;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.SmallProgramPromo.-scheme-orange .SmallProgramPromo-content:before {
    background-color: #EE7835;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.SmallProgramPromo.-scheme-yellow .SmallProgramPromo-content:before {
    background-color: #FFC425;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.SmallProgramPromo.-scheme-blue .SmallProgramPromo-content:before {
    background-color: #278ACA;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.SmallProgramPromo.-scheme-teal .SmallProgramPromo-content:before {
    background-color: #00A79D;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.SmallProgramPromo.-scheme-red .SmallProgramPromo-content:before {
    background-color: #D61F26;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.SmallProgramPromo.-scheme-purple .SmallProgramPromo-content:before {
    background-color: #6058A6;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.SmallProgramPromo.-scheme-green .SmallProgramPromo-content:before {
    background-color: #83943f;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.SmallProgramPromo.-scheme-white .SmallProgramPromo-content:before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.SmallProgramPromo-content-wrapper {
    background-color: #ffffff;
}
.SmallProgramPromo-content-wrapper:before, .SmallProgramPromo-content-wrapper:after {
    content: "";
    display: table;
}
.SmallProgramPromo-content-wrapper:after {
    clear: both;
}
.SmallProgramPromo-super {
    display: block;
    font-size: 1em;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.SmallProgramPromo-title {
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-weight: bold;
    line-height: 1.3;
}
@media all and (min-width: 20em) {
    .SmallProgramPromo-title {
        font-size: 137.5%;
    }
}
@media all and (min-width: 38.3125em) {
    .SmallProgramPromo-title {
        font-size: 150%;
    }
}
@media all and (min-width: 56.625em) {
    .SmallProgramPromo-title {
        font-size: 162.5%;
    }
}
@media all and (min-width: 74.9375em) {
    .SmallProgramPromo-title {
        font-size: 175%;
    }
}
.SmallProgramPromo-title .icon {
    fill: #278ACA;
}
.SmallProgramPromo-text {
    color: #777777;
    display: block;
    font-size: 1em;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    line-height: 22px;
}
.SmallProgramPromo-twoup {
    margin-top: 40px;
    margin-top: 2.5rem;
}
@media all and (min-width: 47.9375em) {
    .SmallProgramPromo-twoup-item {
        display: inline-block;
        width: 48%;
    }
}
.SmallProgramPromo-twoup-item:last-child {
    float: none;
    margin-top: 40px;
    margin-top: 2.5rem;
}
@media all and (min-width: 47.9375em) {
    .SmallProgramPromo-twoup-item:last-child {
        float: right;
        margin-top: 0;
    }
}
.SmallProgramPromo-icon {
    color: #278ACA;
}
.SmallReview:before, .SmallReview:after {
    content: "";
    display: table;
}
.SmallReview:after {
    clear: both;
}
.SmallReview-profile {
    float: right;
    margin: 0 0 5px 15px;
    margin: 0 0 0.3125rem 0.9375rem;
    text-align: center;
    width: 80px;
}
@media all and (min-width: 47.9375em) {
    .SmallReview-profile {
        float: left;
        margin: 0;
    }
}
.SmallReview-profile-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    margin: 0 0 6px;
    margin: 0 0 0.375rem;
    width: 100%;
}
.SmallReview-profile-image:before {
    content: "\0020";
    display: block;
}
.SmallReview-profile-image:before {
    padding-top: 100%;
}
@media all and (min-width: 47.9375em) {
    .SmallReview-profile-image {
        display: block;
    }
}
@media all and (min-width: 47.9375em) {
    .SmallReview-content {
        display: block;
        margin-left: 6.25rem;
    }
}
.SmallReview-content-title {
    font-weight: bold;
    color: #222222;
    display: inline;
}
.SmallReview-content-text {
    margin: 7px 0;
    margin: 0.4375rem 0;
}
.SmallReview-content-institution {
    font-style: italic;
    margin: 7px 0;
    margin: 0.4375rem 0;
}
.SmallReview-stars {
    font-size: 85%;
    margin: 2px 0 5px;
    margin: 0.125rem 0 0.3125rem;
}
.Testimonial {
    position: relative;
}
.Testimonial-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    display: block;
    float: right;
    height: 100px;
    margin: 0 -30px 5px 12px;
    margin: 0 -1.875rem 0.3125rem 0.75rem;
    width: 100px;
}
.Testimonial-image:before {
    content: "\0020";
    display: block;
}
.Testimonial-image:before {
    padding-top: 56.25%;
}
@media all and (min-width: 61.25em) {
    .Testimonial-image {
        height: 160px;
        margin: 0 -2.8125rem 0.3125rem 0.75rem;
        width: 160px;
    }
}
.Testimonial-content {
    bottom: 40px;
    margin: 30px 0;
    margin: 1.875rem 0;
    padding: 0 20px 0 20px;
    padding: 0 1.25rem 0 1.25rem;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}
.Testimonial-content:before {
    background-color: #278ACA;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
@media all and (min-width: 47.9375em) {
    .Testimonial-content {
        margin: 2.5rem 0;
        padding: 0 1.25rem 0 2.8125rem;
    }
}
.Testimonial.-scheme-orange .Testimonial-content:before {
    background-color: #EE7835;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.Testimonial.-scheme-yellow .Testimonial-content:before {
    background-color: #FFC425;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.Testimonial.-scheme-blue .Testimonial-content:before {
    background-color: #278ACA;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.Testimonial.-scheme-teal .Testimonial-content:before {
    background-color: #00A79D;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.Testimonial.-scheme-red .Testimonial-content:before {
    background-color: #D61F26;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.Testimonial.-scheme-purple .Testimonial-content:before {
    background-color: #6058A6;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.Testimonial.-scheme-green .Testimonial-content:before {
    background-color: #83943f;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.Testimonial.-scheme-white .Testimonial-content:before {
    background-color: #fff;
    content: "";
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
    width: 5px;
}
.Testimonial-content-wrapper {
    border: solid 1px #cccccc;
}
.Testimonial-content-wrapper:before, .Testimonial-content-wrapper:after {
    content: "";
    display: table;
}
.Testimonial-content-wrapper:after {
    clear: both;
}
.Testimonial-title, .Testimonial-text, .Testimonial-attribution {
    margin: 8px 0;
    margin: 0.5rem 0;
}
.Testimonial-title {
    color: #222222;
    font-size: 1em;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
}
.Testimonial-text {
    color: #222222;
    display: block;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-size: 1.125em;
}
@media all and (min-width: 47.9375em) {
    .Testimonial-text {
        font-size: 1.375em;
    }
}
.Testimonial-text:before {
    content: '“';
    display: inline-block;
    font-size: 65px !important;
    font-weight: bold;
    line-height: 0;
    margin: 0 5px 0 0;
    margin: 0 0.3125rem 0 0;
    vertical-align: text-bottom;
}
.Testimonial.-scheme-orange .Testimonial-text:before {
    color: #EE7835;
}
.Testimonial.-scheme-yellow .Testimonial-text:before {
    color: #FFC425;
}
.Testimonial.-scheme-blue .Testimonial-text:before {
    color: #278ACA;
}
.Testimonial.-scheme-teal .Testimonial-text:before {
    color: #00A79D;
}
.Testimonial.-scheme-red .Testimonial-text:before {
    color: #D61F26;
}
.Testimonial.-scheme-purple .Testimonial-text:before {
    color: #6058A6;
}
.Testimonial.-scheme-green .Testimonial-text:before {
    color: #83943f;
}
.Testimonial.-scheme-white .Testimonial-text:before {
    color: #fff;
}
@media all and (min-width: 47.9375em) {
    .Testimonial-text:before {
        font-size: 3em;
    }
}
.Testimonial-text:after {
    content: '”';
}
.Testimonial-attribution {
    color: #5e6261;
    display: block;
    font-size: 1em;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}
.UniversityCard {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 0px 0px #c7c5c7;
    box-shadow: 3px 3px 0px 0px #c7c5c7;
    position: relative;
    text-align: left;
}
.UniversityCard-content {
    margin: 40px 0 20px;
    margin: 2.5rem 0 1.25rem;
    padding: 0 20px 0 20px;
    padding: 0 1.25rem 0 1.25rem;
    position: relative;
}
@media all and (min-width: 47.9375em) {
    .UniversityCard-content {
        margin: 2.5rem 0 2.5rem;
        padding: 0 1.875rem 0 1.875rem;
    }
}
.UniversityCard-content > * {
    margin: 10px 0;
    margin: 0.625rem 0;
}
.UniversityCard-content-wrapper {
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #cccccc;
}
.UniversityCard-content-wrapper:before, .UniversityCard-content-wrapper:after {
    content: "";
    display: table;
}
.UniversityCard-content-wrapper:after {
    clear: both;
}
.UniversityCard-image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: block;
    width: 100%;
}
.UniversityCard-image:before {
    content: "\0020";
    display: block;
}
.UniversityCard-image:before {
    padding-top: 56.25%;
}
.no-js .UniversityCard-image {
    display: none;
}
.UniversityCard-link {
    display: block;
}
.UniversityCard-link:hover .UniversityCard-title, .UniversityCard-link:focus .UniversityCard-title, .UniversityCard-link:active .UniversityCard-title {
    color: #278ACA;
}
.UniversityCard-link:hover .UniversityCard-title .UniversityCard-arrow, .UniversityCard-link:focus .UniversityCard-title .UniversityCard-arrow, .UniversityCard-link:active .UniversityCard-title .UniversityCard-arrow {
    margin-left: 4px;
    -webkit-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
}
.UniversityCard-link:hover .UniversityCard-title span, .UniversityCard-link:focus .UniversityCard-title span, .UniversityCard-link:active .UniversityCard-title span {
    color: #278ACA;
}
.UniversityCard-title {
    color: #222222;
    font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
    font-weight: bold;
    line-height: 1.2;
}
@media all and (min-width: 20em) {
    .UniversityCard-title {
        font-size: 137.5%;
    }
}
@media all and (min-width: 38.3125em) {
    .UniversityCard-title {
        font-size: 150%;
    }
}
@media all and (min-width: 56.625em) {
    .UniversityCard-title {
        font-size: 162.5%;
    }
}
@media all and (min-width: 74.9375em) {
    .UniversityCard-title {
        font-size: 175%;
    }
}
.UniversityCard-subtitle {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    color: #777777;
    display: block;
    font-style: 1em;
}
.UniversityCard-text {
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
    color: #777777;
    font-size: 1em;
    line-height: 1.375;
}
.UniversityCard-badge {
    background-color: #fff;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: 0;
    padding: 5px;
    padding: 0.3125rem;
    position: absolute;
    top: -70px;
}
.UniversityCard-badge-image {
    -webkit-background-size: 70%;
    background-size: 70%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-border-radius: 50% 50%;
    border-radius: 50% 50%;
    border: solid 1px #cccccc;
    height: 50px;
    width: 50px;
}
.UniversityCard-score {
    font-weight: bold;
    font-family: "Verlag A", "Verlag B", Arial, Helvetica, sans-serif;
}
.UniversityCard-arrow {
    color: #278ACA;
    margin-bottom: -2px;
}
.UniversityStaticMap {
    position: relative;
}
.UniversityStaticMap:before, .UniversityStaticMap:after {
    content: "";
    display: table;
}
.UniversityStaticMap:after {
    clear: both;
}
@media screen and (max-width: 61.25em) {
    .UniversityStaticMap {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }
}
@media screen and (max-width: 61.25em) {
    .UniversityStaticMap-map {
        height: 300px;
        margin-bottom: -120px;
        position: relative;
        width: 100%;
    }
}
.UniversityStaticMap-map.-mobile {
    display: block;
}
@media all and (min-width: 61.25em) {
    .UniversityStaticMap-map.-mobile {
        display: none;
    }
}
.UniversityStaticMap-map.-desktop {
    display: none;
}
@media all and (min-width: 61.25em) {
    .UniversityStaticMap-map.-desktop {
        display: block;
    }
}
.UniversityStaticMap-content {
    position: relative;
    z-index: 3;
}
.UniversityStaticMap-content:before, .UniversityStaticMap-content:after {
    content: "";
    display: table;
}
.UniversityStaticMap-content:after {
    clear: both;
}
@media screen and (max-width: 61.25em) {
    .UniversityStaticMap-content {
        padding-left: 18px;
        padding-right: 18px;
    }
}
@media all and (min-width: 61.25em) {
    .UniversityStaticMap-content {
        padding: 2.8125rem;
    }
}
@media all and (min-width: 61.25em) {
    .UniversityStaticMap .UniversityCard {
        float: right;
        width: 350px;
    }
}