<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pr-featured-posts {
	position: relative;
	max-width: 1100px;
	padding: 0.9375rem;
	margin: 0 auto 50px;
}

.pr-featured-posts h2 {
	display: block;
	margin: 0 0 20px;
	font-family: var(--font-body);
	font-style: normal;
	font-weight: 300;
	font-size: 56px;
	line-height: 1;
	color: var(--teal-alt);
	text-transform: uppercase;
	text-align: center;
}

.pr-featured-posts .layout .showcase {
	display: flex;
	flex: 0 0 100%;
	flex-direction: column;
	margin-bottom: 20px;
}

.pr-featured-posts .layout .showcase .image-cont {
	display: block;
	flex: 0 0 60%;
	border-bottom: 1px solid var(--white);
	overflow: hidden;
}

.pr-featured-posts .layout .showcase.has-video .image-cont::after {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url(https://www.surfcityusa.com/includes/public/asset/images/);
	content: '';
	transition: transform 0.8s ease opacity 0.5s ease;
}

.pr-featured-posts .layout .showcase.has-video .image-cont:hover::after {
	opacity: 0.8;
	transform: scale(1.2);
}

.pr-featured-posts .layout .showcase .image-cont picture img {
	width: 100%;
	transition: transform 0.8s ease;
}

.pr-featured-posts .layout .showcase .image-cont:hover picture img {
	transform: scale(1.01);
}

.pr-featured-posts .layout .showcase .details-cont {
	flex: 0 0 40%;
	display: flex;
	flex-direction: column;
	padding: 30px 20px 40px;
	background-color: var(--blue);
	color: var(--white);
}
.pr-featured-posts .layout .showcase .details-cont h3,
.pr-featured-posts .layout .showcase .details-cont h3 a {
	max-width: 400px;
	margin: auto 0;
	font-family: var(--font-body);
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	line-height: 1;
	color: inherit;
}
	.pr-featured-posts .layout .showcase .details-cont h3 a {
		display: block;
		font-family: inherit;
		font-style: inherit;
		font-weight: inherit;
		font-size: inherit;
		line-height: inherit;
		color: inherit;
	}

.pr-featured-posts .layout .showcase .details-cont p {
	max-width: 400px;
	margin-bottom: 20px;
	font-family: var(--font-body);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: inherit;
	cursor: default;
}

.pr-featured-posts .layout .showcase .details-cont .readmore {
	display: inline-block;
	align-self: start;
	padding: 10px 15px;
	margin-bottom: auto;
	position: relative;
	text-transform: uppercase;
	font-family: var(--font-body);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1;
	color: inherit;
	border: 1px solid var(--white);
	overflow: hidden;
	transition: none;
	z-index: 0;
}

.pr-featured-posts .layout .showcase .details-cont .readmore:hover {
	color: var(--teal-alt);
}

.pr-featured-posts .layout .showcase .details-cont .readmore::before {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -50%) scale(0);
	transition: opacity 0.3s ease, transform 0.3s ease;
	content: '';
	background-color: var(--white);
	z-index: -1;
}

.pr-featured-posts .layout .showcase .details-cont .readmore:hover::before {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
}

.pr-featured-posts .layout .standalone {
	flex: 0 1 47%;
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.pr-featured-posts .layout .standalone picture img {
	width: 100%;
	height: 100%;
}

.pr-featured-posts .layout .standalone .overlay {
	display: block;
	width: 100%;
	padding: 15px 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: padding-bottom 0.8s ease;
	background: -moz-linear-gradient(top,  rgba(125,185,232,0) 10%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 10%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(125,185,232,0) 10%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 );
}

.pr-featured-posts .layout .standalone:hover .overlay {
	padding-bottom: 20px;
}

.pr-featured-posts .layout .standalone .overlay h4,
.pr-featured-posts .layout .standalone .overlay h4 a {
	margin: 0 0 5px;
	font-family: var(--font-body);
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 35px;
	line-height: var(--leading-none);
	color: var(--white);
}

.pr-featured-posts .layout .standalone .overlay p {
	margin: 0 0 5px;
	font-family: var(--font-body);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: var(--white);
}

.pr-featured-posts .layout .standalone .overlay .readmore {
	display: block;
	font-family: var(--font-body);
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: var(--white);
}

.pr-featured-posts .layout .item {
flex: 0 1 25%;
display: block;
margin-bottom: 20px;
position: relative;
}

.pr-featured-posts .layout .item img {
width: 100%;
margin-bottom: 10px;
}

.pr-featured-posts .layout .item h4 {
margin: 0 0 10px;
font-family: var(--font-body);
font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 1;
color: var(--teal-alt);
}

.pr-featured-posts .layout .item h4 a {
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.pr-featured-posts .layout .item p {
margin-bottom: 10px;
font-family: var(--font-body);
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: var(--text-black);
cursor: default;
}

.pr-featured-posts .layout .item .readmore {
font-family: var(--font-body);
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 1;
color: var(--teal-alt);
}

/* Desktop &amp; up */
@media only screen and (min-width: 64.063em) {
	.pr-featured-posts h2 {
		font-size: 110px;
	}

	.pr-featured-posts .layout {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.pr-featured-posts .layout .showcase {
		flex-direction: row;
	}

	.pr-featured-posts .layout .showcase .image-cont {
		border-bottom: 0;
		border-right: 1px solid var(--white);
	}

	.pr-featured-posts .layout .showcase .details-cont {
		padding: 50px;
	}

	.pr-featured-posts .layout .showcase .details-cont h3,
	.pr-featured-posts .layout .showcase .details-cont h3 a {
		line-height: var(--leading-snug);
	}

	.pr-featured-posts .layout .standalone .overlay h4,
	.pr-featured-posts .layout .standalone .overlay h4 a, 
	.pr-featured-posts .layout .item h4,
	.pr-featured-posts .layout .item h4 a  {
		font-size: 24px;
		line-height: var(--leading-none);
	}

	.pr-featured-posts .layout .showcase .details-cont p {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.pr-featured-posts .layout .showcase .details-cont .readmore {
		font-size: 20px;
	}

	.pr-featured-posts .layout .standalone,
	.pr-featured-posts .layout .item {
		margin-bottom: 0;
	}
}

@media (max-width: 375px) {
	.pr-featured-posts .layout .showcase .details-cont h3,
	.pr-featured-posts .layout .showcase .details-cont h3 a {
		font-size: var(--text-3xl);
	}

	.pr-featured-posts .layout .standalone .overlay h4,
	.pr-featured-posts .layout .standalone .overlay h4 a,
	.pr-featured-posts .layout .item h4,
	.pr-featured-posts .layout .item h4 a {
		font-size: var(--text-1-5xl);
	}

	.pr-featured-posts .layout .standalone .overlay p,
	.pr-featured-posts .layout .standalone .overlay p,
	.pr-featured-posts .layout .item p {
		font-size: .8125rem;
	}

	.pr-featured-posts .layout .showcase .details-cont .readmore,
	.pr-featured-posts .layout .standalone .overlay .readmore,
	.pr-featured-posts .layout .item .readmore  {
		font-size: var(--text-base);
	}
}</pre></body></html>