/* Direct Edit styling [START] */
#de {
    color: #fff !important;
    font-size: inherit !important;
}
#de:hover { text-decoration: none !important; }
/* Direct Edit styling [END] */

/* Add spacing when hero is missing [START] */
#searchModal + .container.content-menu {
    margin-top: 50px;
}
/* Add spacing when hero is missing [END] */

/* Provided by designer later [START] */
@media screen and (max-width: 991px) {
	.columnmenus {
		border: 0px solid !important
	}
}
/* Provided by designer later [END] */

.page,
.sidebar {
	color: #003b70;
	font-family: proxima-nova, sans-serif;
}

.sidebar h4 {
	font-weight: 500;
    font-size: 31px;
    margin-bottom: 20px;
    margin-top: 95px;
	line-height: 1.5;
}
.sidebar h5 {
	font-weight: 700;
    font-size: 24px;
}
.sidebar p {
	font-weight: 400;
    /* font-size: 24px; */
	line-height: 1.2;
}

.about-container p {
    line-height: 120%;
    font-size: 24px;
}

.bottom-nav .columnmenus .pt-3 {
	font-size: 1.25rem;
}

ul.a-z-legend { margin-bottom: 40px; }
ul.a-z-legend > li { font-size: 24px; }

/* Make Area of Study snippet conform to homepage styling [START] */
body.homepage .study-title {
    text-align: center;
	margin-bottom: 40px;
}

body.homepage .area-of-study-container {
    padding: 35px 0 70px;
}

body.homepage .areaStudy-desktop .study-box-title {
/*     margin-top: 30px; */
    font-size: 22px;
}

body.homepage .areaStudy-desktop .study-des {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 5px;
}

body.homepage .meta-txt {
    min-width: 190px;
}

body.homepage .study-area-col:nth-child(-n+3) {
    padding-bottom: 25px;
}

body.homepage .areaStudy-mobile {
	padding: 45px 15px;
}

body.homepage .areaStudy-mobile .study-box-title {
	margin-top: 0;
	font-size: 25px;
}

body.homepage .areaStudy-mobile .study-des {
	line-height: 1.5;
	font-size: 18px;
}

body.homepage .areaStudy-academicpath {
	padding: 45px 15px;
}

body.homepage .areaStudy-academicpath .study-box-title {
	margin-top: 0;
	font-size: 25px;
}

body.homepage .areaStudy-academicpath .study-des {
	line-height: 1.5;
	font-size: 18px;
}


/* Make Area of Study snippet conform to homepage styling [END] */

#ctl00_PlaceHolderMain_ctl01_ctl01_label { display: none; }