body { padding-bottom: 0; }

.bg-lightgray { background-color: #EDEDED; }

.subpage-hero {
    align-items: flex-start;
    font-family: 'Bitter', sans-serif;
}
.subpage-hero .h1, .subpage-hero .h5 { font-weight: bold; }

.ribbon { position: relative; }

.ribbon:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -40px;
    bottom: 0;
    top: 0;
    border-bottom: 44px solid #012c58;
    border-top: 44px solid #012c58;
    border-right: 40px solid transparent;
}

.callouts .img-fluid {
    max-width: 9rem;
    max-height: 5rem;
}

/* Subpage Callouts */
.card .img-fluid {
    height: 6rem;
    width: auto;
}

.card, .card-header, .card-footer { border: none; }
.card-header, .card-footer { background: transparent; }

.text-darkblue { color: #022D58; }

.top-nav .nav-link,
.text-darkgray { color: #575757; }

.accent-arrow::before {
    background-color: #5AB2C2;
    border-radius: 50%;
    color: #fff;
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    /* font-size: 1rem; */
    margin-right: 0.5rem;
    padding: 0 0.5rem;
}

.programs { position: relative ;}

.programs::after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;
    height: 0;
    width: 0;
    border-top: 2rem solid #EDEDED;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
}

footer .h4 {
    border-bottom: none;
    margin-bottom: 1rem;
    padding-bottom: 0;
}

footer nav li { line-height: 2rem; }

footer a { color: #fff; }

.top-nav { border-bottom: 8px solid #00498f; }
body.subpage .top-nav { border-bottom: 16px solid #00498f; }

/* Homepage Area Drop-down */
.area-of-study {
    position: relative;
    width: 100%;
    height: 3rem;
    margin: auto;
    min-width: 18rem;
}
	.area-of-study .select {
		position: absolute;
        width: 100%;
	}
	.area-of-study .select input{
		position:absolute;
		left:-9999px;
	}
	.area-of-study .toggle + label {
		z-index: 2;
		width: 100%;
		height: 40px;
		display: block;
		background: #017EAA;
		line-height: 1.5em;
		text-indent: 5px;
		color: #fff;
		position: relative;
		text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.13);
		-webkit-transition: all 150ms linear;
		-moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		-o-transition: all 150ms linear;
        transition: all 150ms linear;
        text-transform: uppercase;
        font-weight: bold;
	}

	.area-of-study .toggle + label::after {
		content: '\25BC';
		background: #004891;
		position: absolute;
        font-size: 22px;
        line-height: 1.5em;
        text-align: center;
		right: 0;
		top: 0;
        width: 40px;
        height: 40px;
	}
	.area-of-study .toggle:checked + label {
		border-radius: 5px 5px 0 0;
		box-shadow:inset 0px 1px 0 rgba(255, 255, 255, 0.4),0 1px 0 0 rgba(0, 0, 0, 0.01), 0 2px 0 0 rgba(255, 255, 255, 0.44);
	}
	.area-of-study .select ul {
		margin: 0;
		list-style: none;
		padding: 0;
		max-height: 0px;
		overflow: hidden;
		position: relative;
		-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
		-ms-transition: all 300ms linear;
		-o-transition: all 300ms linear;
		transition: all 300ms linear;
        background-color: #ccc;
		width: 200px;
	}

	.area-of-study .toggle:checked ~ ul {
        max-height: 1000px;
        z-index: 99;
	}

	.area-of-study .select-option a { color: #4C4C4C; }

	.area-of-study .select-option label {
		display: block;
		padding: 10px;
		cursor: pointer;
		border-bottom: 1px solid rgba(0, 0, 0, 0.01);
		box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.44);
		-webkit-transition: all 150ms linear;
		-moz-transition: all 150ms linear;
		-ms-transition: all 150ms linear;
		-o-transition: all 150ms linear;
		transition: all 150ms linear;
    }

    .area-of-study .select-option a:hover { text-decoration: none; }
	.area-of-study .select-option label:hover {
		background: #017EAA;
        color: #fff;
	}

    .area-of-study .select-option label:active {
		background: rgb(151, 196, 213);
		outline: none;
    }

	.area-of-study .select-option input:checked + label {
		background: rgb(151, 196, 213);
		text-indent: 5px;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09),0 -1px 2px 0 rgba(0, 0, 0, 0.09);
	}

/* Primary Navigation */
header nav .nav-item .nav-link { border-bottom: 4px solid transparent; }
header nav .nav-item:hover .nav-link { border-bottom: 4px solid #00498f; }

header .nav-item .dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: #00498f;
}

header nav .dropdown-item {
    color: #fff;
    font-weight: 600;
}
header .nav-item .dropdown-item:hover {
    background-color: #022D58;
    color: #fff;
}

header .nav-item { position: relative; }
header .nav-item .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
}
header .nav-item .dropdown-toggle::after { display: none; }

header .nav-item:focus-within .dropdown-menu {
    display: block;}

.letter-spacing {
    letter-spacing: 0.5rem;
}

blockquote p {
    padding: 2rem 2.5rem;
    border: none;
    quotes: "\201C" "\201D";
    display: inline-block;
    position: relative;
}

blockquote p:before {
    color: #999;
    content: open-quote;
    font-weight: bold;
    font-size: 4rem;
    position:absolute;
    top:0;
    left: 0;
}
blockquote p:after {
    color: #999;
    content: close-quote;
    font-weight: bold;
    font-size: 4rem;
    position:absolute;
    bottom:0;
    right: 0;
}

/* Subpage Sidebar */
.sidebar {min-height: 9rem; padding-bottom: 9rem;}

.sidebar .h3 {
    font-family: proxima-nova, sans-serif;;
}

.sidebar .navbar { padding: 0; }

.sidebar .dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: #EDEDED;
	padding-left: 8px;
}
.sidebar .dropdown-menu .dropdown-item {
    color: #666;
    border-bottom: 1px dashed;
    line-height: 2.5rem;
    padding-left: 0;
    padding-right: 0;
}

.sidebar .dropdown-menu .dropdown-item:last-child { border-bottom: none; }

.sidebar nav .dropdown-toggle[aria-expanded="false"]::before,
.sidebar nav .dropdown-toggle[aria-expanded="true"]::before
 { content: ''; display: none; }

.sidebar nav .dropdown-toggle[aria-expanded="false"]::after {
    font-weight:600;
	font-size: 1rem;
	content: "\f105"
}

.sidebar nav .dropdown-toggle[aria-expanded="true"]::after {
    font-weight:600;
	font-size: 1rem;
	content: "\f107";
}

.sidebar nav .dropdown-toggle::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 1.75rem;
    border: none;
    position: absolute;
    padding-left: 0.25rem;
}

.nav-link {
	font-weight: bolder;
}

.dropdown-menu .nav-link{
	font-weight:unset;
}

.dropdown-menu .sublevel .dropdown-item {
	line-height: 1.5rem;
	border-bottom: none;
}

.dropdown-menu .selected {
	background-color: #f8f9fa;
	color: #0056b3!important;
	font-weight: bold;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f8f9fa;
}
/* Media Queries */
@media(max-width: 575px) {
    .display-4 { font-size: 2.5rem; }
}

@media(min-width: 768px) {
    .callouts .col-lg-3 { border-right: 1px solid #999; }
    .callouts .col-lg-3:last-child { border-right: none; }
}


@media(max-width: 991px) {
    .sidebar {padding-bottom: 2rem;}
}

@media(min-width: 992px) {
    header .navbar {
        height: 2rem;
        position: relative;
    }
    header .navbar .navbar-nav { position: absolute; }
    header .navbar-nav .nav-item {
        padding-bottom: 2rem;
        position: relative;
    }
    header .nav-item:hover .dropdown-menu { display: block; }
    header .nav-item .dropdown-toggle { display: none; }
    .border-left-dashed { border-left: 1px dashed; }

    .sidebar .h3,
    .sidebar nav .dropdown-toggle::after,
    .card .h2 { font-size: 1.25rem; }
}

@media(min-width: 1400px) {
    header nav .nav-item, .dropdown-item { font-size: 1.25rem; }
    header .navbar-nav .nav-item { padding-bottom: 1.6rem; }
    .card .h2 { font-size: 1.5rem; }
}

@media(min-width: 1200px) {
    .card {
        border-right: 1px solid #999;
        border-radius: 0;
    }
}

@media(min-width: 1600px) {
    .constrain-ultra-wide {
        max-width: 85%;
        margin: 0 auto;
    }
    .card .h2 { font-size: 2rem; }

    .sidebar nav .dropdown-toggle::after,
    .sidebar .h3 { font-size: 1.75rem; }
}

.degree-program-wrap { border-bottom: 1px solid #ccc; margin-bottom: 36px; padding-bottom: 18px; }
.degree-program-wrap:last-child { border-bottom: 0; }
.degree-program-wrap h3 { color: #004891; font-family: Bitter, Georgia, serif; font-size: 24px; font-weight: 400; line-height: 1.5em; margin: 0; padding: 0; }
.degree-program-wrap a { color: #4C4C4C; font-weight: 700; text-decoration: underline; text-transform: uppercase; }
.degree-program-wrap a:hover { color: #929292; text-decoration: none; }
.degree-program-wrap p { margin: 20px 0; max-width: 90%; padding: 0; }
.col-sm-16 {width: 66.6666666667%;}
.col-sm-7 {flex: 0 0 33.333333%;}
.col-sm-7, .col-sm-16 {position: relative;min-height: 1px;padding-left: 10px;padding-right: 10px;}