/* PAGE OPTIONS*/
main.no-main-bottom-accent::after {
	display: none
}

/* SECTION 404 */
section.section-404.bg-full-width {
    background-size: cover;
    background-image: url(https://www.emory.edu/home/_includes/images/sections/404.jpg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding-bottom: 10rem;
    text-align: center;
    position: relative;
    z-index: 0;
}
section.section-404.bg-full-width::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
}

@media (min-width: 992px) {
    section.section-404.bg-full-width {
        padding-top: calc(202px + 3.75rem);
    }
}
/* SECTION BACKGROUND OPTIONS */
section.bg-pale-blue {
	background-color: #ebf5f9 #important
}
section.bg-featured-story {
	background-image: linear-gradient(to bottom, #012169, #101820);
	color: #fff !important;
}
.bg-bottom-accent {
	padding-bottom: 0 !important;
}
.bg-bottom-accent::after {
	background-image: url(../images/bg/bg-grid-gray.svg);
	background-position-x: center;
	background-position-y: top;
	background-repeat: repeat-x;
	background-size: auto;
	content: " ";
	display: block;
	height: 7rem;
	margin-top: 2rem;
}
.bg-bottom-accent.py-5::after {
	margin-top: 3rem;
}
@media(min-width: 576px) {
	.bg-graphic {
		background-image: url(../images/bg/colorful-triangles.svg)
	}
}

/* PRIMARY IMAGE BACKGROUND */
section.bg-image-primary {
	padding: 5rem 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
section.bg-image-primary::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #012169;
	opacity: 0.9;
}
section.bg-image-primary h2, section.bg-image-primary .h2 {
	font-size: calc(1.325rem + .9vw) !important;
	line-height: 1.1 !important;
	font-family: "Barlow Condensed", sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: .05em !important;
}
section.bg-image-primary h2, 
section.bg-image-primary h3, 
section.bg-image-primary h4, 
section.bg-image-primary h5, 
section.bg-image-primary h6 {
	color: #fff !important;
}
section.bg-image-primary .wysiwyg * {
	color: #fff;
}

/* SECONDARY IMAGE BACKGROUND */
section.bg-image-secondary {
	padding: 5rem 0;
	background-image: url(../images/bg/bg-candler-library-entrance.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
section.bg-image-secondary::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #007dba;
	opacity: 0.9;
}
section.bg-image-secondary h2, 
section.bg-image-secondary .h2 {
	font-size: calc(1.325rem + .9vw) !important;
	line-height: 1.1 !important;
	font-family: "Barlow Condensed", sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: .05em !important;
}
section.bg-image-secondary h2, 
section.bg-image-secondary h3, 
section.bg-image-secondary h4, 
section.bg-image-secondary h5, 
section.bg-image-secondary h6 {
	color: #fff !important;
}
section.bg-image-secondary .wysiwyg * {
	color: #fff;
}

/* LIBRARY IMAGE BACKGROUND */
section.bg-full-width.container-full-width ul.slick-track {
	margin-bottom: 0 !important;
}
section.bg-image-library {
	background-image: url(../images/bg/bg-candler-library-entrance.jpg);
	padding: 5rem 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

/* 2027 BACKGROUND IMAGE */
section.bg-image-2027 {
	background-image: url(../images/bg/bg-class-2027-coke-toast.jpg);
	padding: 5rem 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

/* IMAGE BACKGOUNDS */
.bg-image-emory-gate {
	background-color: #424447;
	background-image: url(../images/bg/bg-emory-gate.jpg);
	background-position: center center;
	background-size: cover;
}
.bg-image-clock-tower {
	background-color: #424447;
	background-image: url(../images/bg/bg-clock-tower.jpg);
	background-position: center center;
	background-size: cover;
}
.bg-image-quad {
	background-color: #424447;
	background-image: url(../images/bg/bg-emory-quad.png);
	background-position: center center;
	background-size: cover;
}
.bg-image-administration-building {
	background-color: #424447;
	background-image: url(../images/bg/bg-administration-building.png);
	background-position: center center;
	background-size: cover;
}
.bg-image-administration-building .section-heading {
	color: #fff !important;
}
.bg-image-students-on-campus {
	background-color: #424447;
	background-image: url(../images/bg/bg-students-on-campus.png);
	background-position: center center;
	background-size: cover;
}
.bg-image-campus-quad-in-fall {
	background-color: #424447;
	background-image: url(../images/bg/bg-campus-quad-in-fall.png);
	background-position: center center;
	background-size: cover;
}

/* ANNOUNCEMENTS */
section.announcement {
	padding: 5rem 0;
	background-image: url(../images/bg/bg-candler-library-entrance.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
section.announcement::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #012169;
	opacity: 0.9;
}
section.announcement h2 {
	font-size: calc(1.325rem + .9vw) !important;
	line-height: 1.1 !important;
	color: #fff !important;
	font-family: "Barlow Condensed", sans-serif !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: .05em !important;
}
section.announcement .wysiwyg * {
	color: #fff;
}

/* ALERTS */
.alert-default {
	background-color: #012169;
	border-color: #0c2340;
	color: #fff;
}

/* YELLOW BUTTON */
.btn-yellow {
	color: #101820;
	background-color: #f2a900;
	border-color: #f2a900;
}
.btn-yellow.focus,.btn-yellow:focus {
	color: #fff;
	background-color: #cc8e00;
	border-color: #bf8500;
	box-shadow: 0 0 0 .2rem rgba(208,147,5,.5);
}
.btn-yellow:hover {
	color: #fff;
	background-color: #cc8e00;
	border-color: #bf8500;
}
.btn-yellow:not(:disabled):not(.disabled).active,.btn-yellow:not(:disabled):not(.disabled):active,.show>.btn-yellow.dropdown-toggle,.show>.btn-yellow.menu-toggle[role=button],nav.nav-collapse .btn-yellow.list-group-item-action[aria-expanded=true]:not(:disabled):not(.disabled) {
	color: #fff;
	background-color: #bf8500;
	border-color: #b27c00
}

/* ARROW BUTTON */
.btn-arrow.btn-arrow-yellow {
	color: #f2a900;
}
.btn-arrow.btn-arrow-yellow:hover {
	color: #ffd573;
}
.btn-arrow.btn-arrow-yellow::before {
	background-color: #f2a900;
}
.btn-arrow.btn-arrow-yellow:hover::before {
	background-color: #ffd573;
}
.btn-arrow.btn-arrow-yellow::after {
	border-left-color: #f2a900;
}
.btn-arrow.btn-arrow-yellow:hover::after {
	border-left-color: #ffd573;
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

/* SECTION HEADING */
.h2,h2 {
	font-size: calc(1.325rem + .9vw)
}
.section-heading {
	padding-bottom: 1rem !important
}
.section-heading::before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: .5rem;
	background-color: #f2a900
}
.section-heading-no-decoration .section-heading::before {
	display: none !important;
}
h2.heading-no-decoration::before {
	display: none !important;
}

/* DISCOVERY CREATIVITY IMPACT */
#discovery-creativity-impact {
	text-align: right;
	margin: .5rem 0 1rem
}
@media(max-width: 300px) {
	#discovery-creativity-impact {
		display: none
	}

}
#discovery-creativity-impact h1 {
	position: relative;
	display: inline-block;
	color: #fff;
	margin: 0;
	font-size: calc(2.1rem + 5.7vw);
	padding: 0 0 .25rem .75rem;
	white-space: nowrap
}
@media(min-width: 576px) {
	#discovery-creativity-impact h1 {
		font-size: calc(2rem + 5.7vw)
	}

}
@media(min-width: 768px) {
	#discovery-creativity-impact h1 {
		font-size: calc(.4rem + 5.7vw)
	}

}
@media(min-width: 992px) {
	#discovery-creativity-impact h1 {
		font-size: calc(1rem + 5.7vw)
	}

}
@media(min-width: 1200px) {
	#discovery-creativity-impact h1 {
		font-size: 6rem
	}

}
#discovery-creativity-impact #discovery {
	border-top: solid 3px #f2a900;
	border-bottom: solid 3px #f2a900;
	border-left: solid 3px #f2a900
}
#discovery-creativity-impact #discovery::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-right: solid 3px #f2a900;
	height: 80%
}
#discovery-creativity-impact #creativity::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-right: solid 3px #f2a900;
	height: 100%
}
#discovery-creativity-impact #impact {
	border-top: solid 3px #f2a900;
	border-bottom: solid 3px #f2a900;
	border-left: solid 3px #f2a900
}
#discovery-creativity-impact #impact::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	border-right: solid 3px #f2a900;
	height: 20%
}
#discovery-creativity-impact .dot {
	position: relative;
	display: inline-block;
	color: #f2a900;
	transform: translate(50%, 0);
	border: none !important
}
@supports(-webkit-text-stroke: 2px #F2A900) {
	#discovery-creativity-impact h1 {
		-webkit-text-fill-color: #fff
	}
	#discovery-creativity-impact h1#discovery,#discovery-creativity-impact h1#impact {
		-webkit-text-stroke: 2px #41b6e6
	}
	#discovery-creativity-impact h1#creativity {
		-webkit-text-stroke: 2px #f2a900
	}
	#discovery-creativity-impact h1 .dot {
		-webkit-text-fill-color: #f2a900;
		-webkit-text-stroke: 0px
	}

}

/* ORNAMENTAL DIVIDER */
.divider-ornamental.section-topper {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0
}
.divider-ornamental.card-topper {
	position: absolute;
	top: -9px;
	width: 100%;
	margin: 0
}

/* STATISTICS */
.stat::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 1rem solid rgba(0,0,0,0);
	border-top: 1rem solid #f2a900;
	border-left: 0;
	border-bottom: 0
}
.stat .stat__highlight {
	font-size: 4rem;
	font-family: Spectral,serif;
	font-weight: 700;
	color: #012169;
	text-align: center;
	line-height: 1
}
.stat .stat__title {
	font-size: 1rem;
	font-family: "Noto Sans",sans-serif;
	font-weight: bold;
	text-align: center
}
.stat .stat__text {
	font-size: .7rem;
	font-family: "Noto Sans",sans-serif;
	text-align: center
}
.stat .stat__cite {
	font-size: .7rem;
	font-family: "Noto Sans",sans-serif;
	font-style: italic;
	text-align: center
}

/* FEATURES */
.feature {
	position: relative;
	width: 100%;
	max-width: 950px
}
.feature__heading {
	color: #fff;
	font-size: calc(1.375rem + 1.5vw);
	font-family: "Spectral",serif;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal
}
.feature__img {
	width: calc(100% - 3rem);
	position: relative;
	z-index: 1
}
.feature__img img {
	position: relative;
	z-index: 1
}
.feature__content {
	width: 100%;
	color: #fff;
	background-color: #012169;
	padding: 2rem;
	position: relative;
	z-index: 1
}
.feature__content .btn-primary {
	color: #f2a900;
	padding-left: 0px;
	padding-right: 0px
}
.feature.feature-left {
	-ms-flex-pack: end;
	justify-content: flex-end
}
.feature.feature-left .feature__square {
	right: calc(1rem + 5px)
}
.feature.feature-left .feature__img {
	left: 0
}
.feature.feature-left .feature__img::before {
	right: calc(-2rem + 5px)
}
.feature.feature-right {
	margin-left: auto
}
.feature.feature-right .feature__square {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	left: calc(1rem - 5px)
}
.feature.feature-right .feature__img {
	right: 0;
	margin-left: auto
}
.feature.feature-right .feature__img::before {
	left: calc(-2rem + 5px)
}
@media(min-width: 1200px) {
	.feature__heading {
		font-size: 2rem
	}

}
@media(max-width: 767px) {
	.feature__img::before {
		position: absolute;
		z-index: 0;
		top: 65%;
		content: "";
		display: block;
		width: 205px;
		height: 140px;
		border: 5px solid #41b6eb
	}

}
@media(min-width: 768px) {
	.feature {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-top: 110px
	}
	.feature__heading {
		font-size: 1.75rem
	}
	.feature__img {
		position: absolute;
		-webkit-transform: translateY(-110px);
		transform: translateY(-110px);
		width: 50%;
		max-width: 50%
	}
	.feature__content {
		width: calc(100% - 2rem);
		max-width: 500px
	}
	.feature .feature__content {
		width: 100%;
		max-width: 55%
	}
	.feature__square {
		position: absolute;
		z-index: 0;
		top: 55px
	}
	.feature__square::before {
		content: "";
		display: block;
		width: 250px;
		height: 95px;
		border: 5px solid #41b6eb
	}
	.feature.feature-left .feature__square {
		right: 27%
	}
	.feature.feature-right .feature__square {
		left: 27%
	}
}

/* FEATURED CARD */
.card-featured {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: calc(100% - 4rem);
	background-color: transparent;
	border: 0;
}
.card-featured .card-img-featured {
	position: relative;
	width: 100%;
	min-width: 100%;
	z-index: 1;
}
.card-featured .card-body {
	-webkit-transform: translate(4rem, calc(-4rem / 1.5));
	transform: translate(4rem, calc(-4rem / 1.5));
	padding-top: 4rem;
	border: 1px solid #f2a900;
	background: transparent !important;
}

/* HEADER */
.header .header-sitename__school-logo {
	width: 100%;
	height: auto
}
@media(min-width: 576px) {
	.header .header-sitename__school-logo {
		width: 90%
	}

}
@media(min-width: 768px) {
	.header .header-sitename__school-logo {
		width: 70%
	}

}
@media(min-width: 992px) {
	.header .header-sitename__school-logo {
		width: 100%;
		max-width: 650px
	}

}

/* IN THE MEDIA CARDS */
.card.in-media-card {
	color: #53565a;
}
.card.in-media-card .in-media-faculty {
	color: #012169;
	display: block;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.1;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.card.in-media-card .in-media-title {
	color: #53565a;
	display: block;
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 1.1;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.card.in-media-card cite.in-media-source {
	color: #53565a;
	display: block;
	font-style: italic;
}
.card.in-media-card cite.in-media-source::before {
	content: "\2014\00A0";
}

/* CALENDAR CARDS */
.card.calendar {
	border: 0
}
.card.calendar .card-body {
	padding: 0
}
.card.calendar .calendar__item {
	margin-bottom: 1rem
}
.card.calendar .calendar__item .calendar__details {
	border: 0;
	padding: 0 1rem !important
}
.card.calendar .calendar__item:nth-of-type(even) .calendar__details {
	background-color: #fff
}
.card.calendar .calendar__item .calendar__details a {
	color: #007dba;
	font-weight: bold
}
.card.calendar .calendar__item .calendar__details .small {
	margin-top: .5rem
}
.card.calendar .calendar__item .calendar__date {
	padding-top: .5rem;
	padding-bottom: .5rem;
	border: solid 2px #f2a900;
	background-color: #fff;
	color: #012169
}
.card.calendar .calendar__item .calendar__date .small {
	color: #007dba !important
}
.card.calendar .card-footer {
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;
	border: 0
}

/* NEWS CARDS */
.card.news {
	border: 0
}
.card.news .card-body {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0
}
.card.news .card-body h3 .small {
	font-size: 75%;
	font-weight: bold;
	color: #007dba
}
.card.news .list-group .list-group-item.list-group-item-action {
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;
	border: 0;
	font-weight: bold
}
.card.news .list-group .list-group-item.list-group-item-action.small {
	font-size: 1rem;
	color: #007dba
}
.card.news .list-group .list-group-item.list-group-item-action:hover {
	outline: none;
	text-decoration: none
}
.card.news .card-footer {
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;
	border: 0
}

/* AUDIENCE RESOURCES */
.audience-resources {
	text-align: center
}
.audience-resources .btn {
	display: block
}
.audience-resources .btn:not(:last-of-type) {
	margin-bottom: .5rem
}
@media(min-width: 992px) {
	.audience-resources .btn {
		width: calc(50% - .25rem);
		margin-bottom: .5rem;
		display: inline-block
	}
	.audience-resources .btn:nth-child(odd) {
		margin-left: 0;
		margin-right: .25rem
	}
	.audience-resources .btn:nth-child(even) {
		margin-left: .25rem;
		margin-right: 0
	}

}
@media(min-width: 1200px) {
	.audience-resources .btn {
		width: auto;
		margin-bottom: 0 !important;
		margin-left: .25rem !important;
		margin-right: .25rem !important
	}

}

/* SITE FOOTER */
.site-footer__content .col-lg-6 address strong {
	font-family: "Barlow Condensed",sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 1.5rem;
	line-height: 1.1
}
@media(min-width: 992px) {
	.site-footer__menus {
		text-align: right
	}
	.site-footer__menus .aria-label[aria-label]::before {
		text-align: right
	}

}

/* JUICER */
.juicer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	min-height: 300px;
	background-color: #101820;
	border: 5px solid #101820;
}
.juicer__item {
	width: 100%;
	border: 5px solid #101820;
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.juicer__item {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.juicer__item {
		width: 33.3333%;
	}
}
.juicer__content {
	text-decoration: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	padding: 2rem;
	color: #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
.juicer__content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #101820;
	opacity: 0.85;
}
.juicer__content::before {
	transition: opacity 0.2s ease;
}
.juicer__content:hover {
	color: #fff;
}
.juicer__content:hover::before {
	opacity: 0.5;
}
.juicer__content:hover .juicer__readmore {
	background-color: #fff;
	color: #101820;
	text-shadow: none;
	opacity: 1;
}
@media (min-width: 992px) {
	.juicer__content {
		padding: 3rem;
	}
}
.juicer__source, .juicer__message {
	margin-bottom: 2rem;
}
.juicer__message {
	position: relative;
	-ms-flex-order: 2;
	order: 2;
	text-shadow: 0 1px 2px #000;
	line-height: 1.25rem;
}
.juicer__readmore {
	font-size: 0.875rem;
	margin-top: 1rem;
	padding: 0.25rem 0.5rem;
	border: 1px solid #888b8d;
	text-transform: uppercase;
	opacity: 0.75;
	transition: all 0.2s ease;
}
.juicer__readmore, .juicer__datetime, .juicer__source {
	text-align: center;
}
.juicer__datetime {
	-ms-flex-order: 3;
	order: 3;
	font-size: 0.875rem;
	font-style: italic;
}
.juicer__source .fab {
	color: #fff;
}
.short-width .juicer__content {
	padding: 2rem;
}
@media (min-width: 576px) {
	.short-width .juicer__item {
		width: 50%;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.short-width .juicer__item {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.short-width .juicer__item {
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.short-width .juicer__item {
		width: 33.3333%;
	}
}

/* SOCIAL MEDIA ROW */
.social-row__icon {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	height: 44px;
	width: 44px;
	margin-right: 5px;
}
.social-row__icon>a {
	display: block;
	padding: 5px;
}
.social-row__icon>a:hover {
	outline: 2px solid #41b6e6;
}
.social-row__icon--facebook .fas, .social-row__icon--facebook .fab, .social-row__icon--facebook .far {
	color: #1877f2;
}
.social-row__icon--twitter .fas, .social-row__icon--twitter .fab, .social-row__icon--twitter .far {
	color: #1da1f2;
}
.social-row__icon--youtube .fas, .social-row__icon--youtube .fab, .social-row__icon--youtube .far {
	color: #ff0000;
}
.social-row__icon--instagram .fas, .social-row__icon--instagram .fab, .social-row__icon--instagram .far {
	color: #e1306c;
}
.social-row__icon--linkedin .fas, .social-row__icon--linkedin .fab, .social-row__icon--linkedin .far {
	color: #0077b5;
}

/* OUE CARDS */
.card-group-oue.card-group.card-group-3 > .card {
	border-color: #41b6e6;
}
@media (min-width: 576px) {
	.card-group-oue.card-group.card-group-3 > .card {
		max-width: 100%;
		min-width: 100%;
	}

}
@media (min-width: 768px) {
	.card-group-oue.card-group.card-group-3 > .card {
		max-width: calc(100%/3);
		min-width: calc(100%/3);
	}

}

/* NEWSLETTERS */
.newsletters.card-group > .card:nth-of-type(even) > .card-body {
	background: #ebf5f9;
}
@media (min-width: 992px) {
	.newsletters.card-group ul {
		column-count: 2;
	}

}
@media (min-width: 1200px) {
	.newsletters.card-group ul {
		/*column-count:3;
		*/
	}

}

/* QUOTED PAGE */
main.page-quote .wysiwyg {
    border-left: 0;
    color: #53565a;
    font-family: "Spectral", serif;
    font-size: 1.5rem;
    font-style: italic;
    letter-spacing: -.01em;
    padding: 0;
}
main.page-quote .d-headings-none h3 {
    display: none !important;
}
main.page-quote .wysiwyg .footer {
    color: #53565a;
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: .975rem;
    font-style: normal;
    letter-spacing: normal;
    margin-top: 1rem;
}
