.heading-subtitle { font-family: var(--body-font);font-size: 12px;margin-bottom: 5px;color: #CC0000;text-transform: uppercase; }
.heading-title { font-family: var(--dark-font);font-size: 38px;line-height: 1;color: #4D4B54;text-transform: none; }
.heading-sub { font-size: 22px;line-height: 1.3;margin-bottom: 2.5rem; }
.spotlight-stories { display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 5rem;row-gap: 3rem; }
.spotlight { display: grid;grid-template-rows: 250px auto;row-gap: 1rem;color: #fff; }
.spotlight-title { font-family: var(--dark-font);font-size: 27px;line-height: 1.2;margin: 1rem 0; }
.spotlight-description { font-size: 16px;line-height: 1.4; }
.spotlight .image img { width: 100%;height: 100%;object-fit: cover; }
.alink { display: flex;justify-self: start;align-self: baseline;font-size: 16px;border-bottom: 1px solid;line-height: 1.2;text-decoration: none; }
.spotlight .alink { color: #fff !important; }

/*
Homepage Icons
.icon-academic:before {
    content: url('/nursing/images/icons/academics-icons-1.jpg');
}

.icon-research:before {
    content: url('/nursing/images/icons/research-icons-1.png');
}

.icon-outreach:before {
    content: url('/nursing/images/icons/outreach-icons-2.png');
}

.icon-student-resources:before {
    content: url('/nursing/images/icons/student-resources-icons-1.png');
}
*/

/*Social Icons*/
.caringinactionbox{
	border-style: solid;
}

.section-news { display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 5rem;row-gap: 7rem; }
.section-news .news { display: grid;grid-template-rows: 250px auto;row-gap: 1rem; }
.section-news .news-title { font-family: var(--dark-font);font-size: 27px;line-height: 1.2;margin: 1rem 0; }
.section-news .news-description { font-size: 16px;line-height: 1.4; }
.section-news .news .image img { width: 100%;height: 100%;object-fit: cover; }

.best-programs a { text-decoration: underline; }
.icon-grid { display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 5rem;row-gap: 5rem;margin-top: 6rem; }
.icon-grid .item { display: grid;grid-template-rows: 150px auto 1fr;justify-content: center;justify-items: center; }
.icon-grid .icon { display: flex;color: #c00;line-height: 1;font-size: 90px;align-items: center; }
.icon-grid .title { font-family: "superclarendon";font-weight: 700;font-size: 40px;color: #c00;line-height: 1; }
.icon-grid .subtitle { font-size: 36px;margin-top: 5px;line-height: 1.1; }

/*.banner { height: 500px;margin: 1rem 0;padding: 5rem;display: flex;align-items: center;background-size: cover;background-repeat: no-repeat; }*/
.banner { height: 500px;margin: 0.5rem 0;padding: 5rem;display: flex;background-size: cover;background-repeat: no-repeat; }

.banner .right .text-box { grid-column: 9/span 12; }
.text-box { background: #fff;padding: 1rem;color: #036;box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);  background: rgba(204, 204, 204, 0.9);}
.text-box .heading { font-family: var(--dark-font);font-size: 27px;color: #036;line-height: 1.2;margin-bottom: 2rem; }
.text-box .text { font-size: 16px;}

.support .support-content { display: flex;flex-direction: column;row-gap: 2rem; }
.support-content .heading { font-family: var(--dark-font);font-size: 40px;color: #4D4B54; }
.support-content .text { font-size: 22px;line-height: 1.3; }
.support .icon { display: flex;height: 100%;justify-content: center;align-items: center;color: #c00;font-size: 10rem; }

.embedsocial-forms-embed-iframe { display: none; }
.side-menu .links .link .icon .arrow span.left { animation: unset !important;-webkit-animation: unset !important; }

@media screen and (max-width: 991px) {
	.banner .right .text-box { grid-column: auto / span 12; }
	.section-news, .icon-grid { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (max-width: 768px) {
	.banner { height: 320px; }
	.spotlight-stories { grid-template-columns: 1fr; }
	.support-content .heading { text-align: center; }
	.support-content .action-button { justify-content: center; }
}

@media screen and (max-width: 640px) {
	.section-news { grid-template-columns: 1fr; }
	.section-news .news:nth-child(n+4) { display: none; }
	.section-news .news { grid-template-rows: minmax(auto, 300px) auto; }
	.icon-grid { grid-template-columns: 1fr; }
	.icon-grid .item { display: grid !important;padding-bottom: 2rem; }
	.icon-grid .title { font-size: 34px; }
	.icon-grid .subtitle { font-size: 26px; }
	.social-networks .title { font-size: 2.5rem !important; }
}