<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.featuredContainer {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

#featuredArticles {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.featuredInfoContainer {
	padding: 10px 15px 10px 15px;
	border-left-width: 1px;
	border-left-color: rgba(200,200,200,0.2);
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: rgba(200,200,200,0.2);
	border-right-style: solid;
	height: 130px;
}

.articleCol {
	padding: 15px;
	height: 350px;
}

.articleContainer {
	width: 100%;
	height: 100%;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	border-radius: 3px;
	
	transition: box-shadow 0.3s, transform 0.3s;
}

.articleContainer:hover {
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
  transform: translateY(-7px);
}

.articleImage {
	height: 190px;
	width: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.featuredTitle {
	color: #000000;
	font-size: 1.3em;
	line-height: 1.2em;
	margin-top: 7px;
	font-family: Brandon-Grotesque;
}

.featuredDetails {
	display: inline-block;
	width: 100%;
}

.featuredAuthor {
	color: rgba(41,41,56,0.4);
  text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1em;
	float: left;
	font-family: Brandon-Grotesque;
}

.featuredDate {
	color: rgba(41,41,56,0.4);
  text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1em;
	float: right;
	font-family: Brandon-Grotesque;
}

a.featuredLink {
	text-decoration: none!important;
}

.reviewContainer {
	height: 600px;
	display: flex;
}

#reviewCarousel {
	margin: auto;
	width: 500px;
}

.leftArrowContainer {
	display: flex;
	position: absolute;
	left: 0;
	width: calc((100% - 500px)/2);
	height: 600px;
}

.rightArrowContainer {
	display: flex;
	position: absolute;
	right: 0;
	width: calc((100% - 500px)/2);
	height: 600px;
}

.leftArrowContainer .arrow {
	margin: auto 10px auto auto;
	font-size: 1.2em;
	color: #d81929;
}

.rightArrowContainer .arrow {
	margin: auto auto auto 10px;
	font-size: 1.2em;
	color: #d81929;
}

.carouselItem {
	padding: 50px;
}

.reviewImage {
	height: 100px;
	width: 100px;
	border-radius: 50px;
	background-image: url('/../images/adult-beard-boy-220453.jpeg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
}

.reviewName {
	font-size: 2em;
	margin-bottom: 30px;
	font-family: Brandon-Grotesque;
	text-align: center;
	color: #003ea5;
}

.reviewComment {
	font-size: 1em;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	margin: auto;
	color: #555555;
}

.starRow {
	margin: 20px auto auto auto;
	text-align: center;
}

.fa-star {
	color: #ffb500;
	font-size: 1.2em;
}

.arrow:hover {
	cursor: pointer;
}

.footer {
	height: 400px;
	width: auto;
	background-image: url('/../images/fwdprincetonpictures/Nassau Princeton NJ 08540 USA-large-011-4-Community photos-1500x1000-72dpi.jpg');
	background-position: 50% 70%;
	background-repeat: no-repeat;
	background-size: cover;
}

.footerOverlay {
	height: 400px;
	width: auto;
	display: flex;
	background: rgba(0,0,0,0.25);
}

.footerContentContainer {
	margin: auto auto 10px auto;
}

#newsletterText {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin: 0px;
}

#link {
	color: #ffffff;
	text-decoration: none;
}

.copyright {
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}

#emailInput {
	background: rgba(255, 255, 255, 0.9);
	padding: 8px 15px;
	width: 200px;
	font-size: 1.0em;
	line-height: 14px;
	border: 0;
	font-family: Brandon-Grotesque;
	outline: none;
	margin-bottom: 130px;
}

#submitEmailButton {
	background-color: #003ea5;
	color: #ffffff;
	padding: 6px 0px;
	width: 122px;
	border-width: 2px;
	border-style: solid;
	border-color: #003ea5;
	font-size: 1.0em;
	font-family: Brandon-Grotesque;
	outline: none;
	cursor: pointer;
	margin-left: -4px;
	margin-bottom: 130px;
}

.hidden {
	display: none;
}

#newsletterIncomplete {
	padding: 5px;
	position: absolute;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 200px;
	margin: 30px;
	left: calc(50% - 130px);
	background-color: #ffffff;
	-webkit-box-shadow: 3px 3px 6px #333;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 6px #333;  /* Firefox 3.5 - 3.6 */
	box-shadow:         3px 3px 6px #333;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	border-radius: 5px;
	display: none;
	opacity: 0;
	margin-top: 145px;
}

#newsletterErrorMessage {
	font-size: 1em;
	margin-top: 10px;
	font-family: Brandon-Grotesque;
	text-align: center;
}

@media only screen and (max-width : 992px) {
	.reviewContainer {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#reviewCarousel {
		width: 80%;
	}
	
	.leftArrowContainer {
		width: 10%;
	}
	
	.rightArrowContainer {
		width: 10%;
	}
	.carouselItem {
		padding: 20px;
	}
}</pre></body></html>