/*
 * Hotel Employee Rate editorial system.
 * Scope: standard posts and the News page.
 */
body.single-post{
	--her-deep:#005578;
	--her-navy:#003f5a;
	--her-blue:#1498d5;
	--her-aqua:#77d3e8;
	--her-ink:#24363e;
	--her-muted:#5b6c74;
	--her-mist:#edf6f9;
	--her-line:#d6e7ed;
	background:#edf4f7;
	color:var(--her-ink);
	font-family:Raleway,Arial,sans-serif;
}
body.single-post .header figure.secTop,
body.category .header figure.secTop,
body.tag .header figure.secTop,
body.home.blog .header figure.secTop{display:none!important}
body.single-post main#content.main,
body.category main#content.main,
body.tag main#content.main,
body.home.blog main#content.main{width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
body.single-post .her-article-page{width:100%;max-width:none;margin:0;padding:0;background:linear-gradient(180deg,#eaf3f7 0,#f8fbfc 55%,#fff 100%)}
body.single-post .her-article{margin:0}
body.single-post .her-article-hero{
	position:relative;
	overflow:hidden;
	padding:clamp(68px,8vw,112px) 24px clamp(138px,14vw,190px);
	background:radial-gradient(circle at 86% 18%,rgba(20,152,213,.52),transparent 34%),radial-gradient(circle at 14% 88%,rgba(119,211,232,.2),transparent 30%),linear-gradient(132deg,#003d57 0%,#005f80 56%,#008cc2 128%);
}
body.single-post .her-article-hero:after{
	content:"";
	position:absolute;
	right:-90px;
	bottom:-145px;
	width:380px;
	height:380px;
	border:1px solid rgba(255,255,255,.18);
	border-radius:50%;
	box-shadow:0 0 0 48px rgba(255,255,255,.035),0 0 0 96px rgba(255,255,255,.025);
	pointer-events:none;
}
body.single-post .her-article-hero__inner{position:relative;z-index:1;width:min(1040px,100%);margin:0 auto}
body.single-post .her-article-kicker{
	display:inline-flex;
	align-items:center;
	gap:10px;
	margin:0 0 26px;
	color:#a9e6fa!important;
	font-size:13px;
	font-weight:700;
	letter-spacing:.16em;
	text-decoration:none!important;
	text-transform:uppercase;
}
body.single-post .her-article-kicker:before{content:"";width:38px;height:2px;background:var(--her-aqua)}
body.single-post .her-article-title{
	max-width:1000px;
	margin:0!important;
	padding:0!important;
	color:#fff!important;
	font-family:Raleway,Arial,sans-serif!important;
	font-size:clamp(38px,5vw,68px)!important;
	font-weight:650!important;
	line-height:1.08!important;
	letter-spacing:-.035em!important;
	text-align:left!important;
	text-transform:none!important;
}
body.single-post .her-article-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:28px;color:rgba(255,255,255,.82);font-size:14px}
body.single-post .her-article-meta a{color:#fff!important;text-decoration:underline;text-decoration-color:rgba(255,255,255,.45);text-underline-offset:4px}
body.single-post .her-article-shell{position:relative;z-index:2;width:min(1180px,calc(100% - 40px));margin:clamp(-112px,-9vw,-78px) auto 84px}
body.single-post .her-article-featured{margin:0 0 26px;border:8px solid #fff;border-radius:18px;background:#fff;box-shadow:0 22px 54px rgba(0,59,82,.2);overflow:hidden}
body.single-post .her-article-featured img{display:block;width:100%;height:clamp(300px,50vw,600px);object-fit:cover}
body.single-post .her-article-content{
	width:min(900px,100%);
	margin:0 auto;
	padding:clamp(34px,6vw,72px);
	border:1px solid var(--her-line);
	border-radius:18px;
	background:#fff;
	box-shadow:0 20px 54px rgba(0,62,88,.11);
	color:var(--her-ink);
	font:400 17px/1.8 Raleway,Arial,sans-serif;
}
body.single-post .her-article-content>*:first-child{margin-top:0!important}
body.single-post .her-article-content>*:last-child{margin-bottom:0!important}
body.single-post .her-article-content p{max-width:none;margin:0 0 24px;color:var(--her-ink);font-size:17px;line-height:1.8;text-align:left}
body.single-post .her-article-content>p:first-of-type,
body.single-post .her-article-content>p:empty+p{color:#324b57;font-size:clamp(19px,2vw,22px);font-weight:500;line-height:1.7}
body.single-post .her-article-content>p:empty{display:none}
body.single-post .her-article-content h2{
	margin:48px 0 24px!important;
	padding:20px 24px!important;
	border:1px solid #d5eaf2;
	border-left:5px solid var(--her-blue);
	border-radius:0 12px 12px 0;
	background:linear-gradient(120deg,#e9f6fb 0%,#f7fbfd 100%);
	color:var(--her-deep)!important;
	font:650 clamp(25px,3vw,34px)/1.25 Raleway,Arial,sans-serif!important;
	letter-spacing:-.025em!important;
	text-align:left!important;
	text-transform:none!important;
}
body.single-post .her-article-content h3{margin:36px 0 15px!important;color:var(--her-deep)!important;font:650 23px/1.35 Raleway,Arial,sans-serif!important;letter-spacing:-.015em!important;text-align:left!important;text-transform:none!important}
body.single-post .her-article-content a{color:#007aa8;font-weight:600;text-decoration-thickness:1px;text-underline-offset:4px}
body.single-post .her-article-content ul,
body.single-post .her-article-content ol{margin:28px 0 34px!important;padding:26px 30px 26px 54px!important;border:1px solid var(--her-line);border-radius:12px;background:#f2f8fa;color:var(--her-ink)}
body.single-post .her-article-content li{margin:0 0 13px;padding-left:5px;line-height:1.65}
body.single-post .her-article-content li:last-child{margin-bottom:0}
body.single-post .her-article-content blockquote{position:relative;margin:38px 0!important;padding:34px 36px 34px 72px!important;border:0!important;border-radius:14px;background:var(--her-deep);color:#fff;box-shadow:0 14px 32px rgba(0,85,120,.18)}
body.single-post .her-article-content blockquote:before{content:"“";position:absolute;left:26px;top:16px;color:#8ddcf3;font:700 56px/1 Georgia,serif}
body.single-post .her-article-content blockquote p{margin:0;color:#fff;font-size:20px;line-height:1.65}
body.single-post .her-article-content figure{margin:36px 0}
body.single-post .her-article-content figure img{display:block;width:100%;height:auto;border-radius:12px;box-shadow:0 12px 30px rgba(0,55,80,.13)}
body.single-post .her-article-content figcaption{margin-top:11px;color:var(--her-muted);font-size:13px;line-height:1.5;text-align:center}
body.single-post .her-article-content .wp-block-gallery{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.single-post .her-article-content .wp-block-gallery figure{width:100%!important;margin:0!important}
body.single-post .her-article-content .wp-block-gallery img{width:100%!important;height:100%!important;min-height:220px;object-fit:cover}
body.single-post .her-article-content .wp-block-group.has-background,
body.single-post .her-article-content .wp-block-columns{margin:34px 0;padding:28px;border-radius:14px}
body.single-post .her-article-content .wp-block-separator{width:92px;margin:42px 0;border-color:var(--her-blue);border-width:2px}
body.single-post .her-article-content table{width:100%;margin:32px 0;border-collapse:separate;border-spacing:0;border:1px solid var(--her-line);border-radius:12px;overflow:hidden}
body.single-post .her-article-content th{padding:14px 16px;background:var(--her-deep);color:#fff;text-align:left}
body.single-post .her-article-content td{padding:14px 16px;border-top:1px solid var(--her-line)}
body.single-post .her-article-content tr:nth-child(even) td{background:#f3f8fa}
body.single-post .her-article-content .wp-block-buttons{display:flex;flex-wrap:wrap;gap:12px;margin:34px 0}
body.single-post .her-article-content .wp-block-button__link{min-height:50px;padding:14px 22px;border:2px solid var(--her-deep)!important;border-radius:4px!important;background:var(--her-deep)!important;color:#fff!important;font:700 13px/1.4 Raleway,Arial,sans-serif!important;letter-spacing:.07em;text-decoration:none!important;text-transform:uppercase}
body.single-post .her-article-content .is-style-outline .wp-block-button__link{background:transparent!important;color:var(--her-deep)!important}
body.single-post .her-article-content .wp-block-button__link:hover{border-color:#007ca8!important;background:#007ca8!important;color:#fff!important}
body.single-post .her-article-cta{
	width:min(1040px,100%);
	margin:40px auto 0;
	padding:clamp(38px,6vw,64px);
	border-radius:18px;
	background:radial-gradient(circle at 88% 20%,rgba(20,152,213,.4),transparent 35%),linear-gradient(130deg,#003f5a,#006887);
	color:#fff;
	text-align:center;
	box-shadow:0 18px 42px rgba(0,63,90,.18);
}
body.single-post .her-article-cta__eyebrow{margin:0 0 12px;color:#9fe2f7;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
body.single-post .her-article-cta h2{margin:0 0 16px!important;color:#fff!important;font:650 clamp(28px,4vw,43px)/1.2 Raleway,Arial,sans-serif!important;text-align:center!important;text-transform:none!important}
body.single-post .her-article-cta>p:not(.her-article-cta__eyebrow){max-width:710px;margin:0 auto 26px;color:rgba(255,255,255,.88);font-size:17px;line-height:1.7;text-align:center}
body.single-post .her-article-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
body.single-post .her-article-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:13px 22px;border:2px solid #fff;border-radius:4px;background:#fff;color:var(--her-deep)!important;font-size:13px;font-weight:700;letter-spacing:.07em;text-decoration:none!important;text-transform:uppercase}
body.single-post .her-article-button--outline{background:transparent;color:#fff!important}
body.single-post .her-article-button:hover{background:#9fe2f7;border-color:#9fe2f7;color:var(--her-deep)!important}
body.single-post .her-related{width:min(1100px,100%);margin:64px auto 0}
body.single-post .her-related__head{margin-bottom:28px;text-align:center}
body.single-post .her-related__head p{margin:0 0 8px;color:#0084b4;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
body.single-post .her-related__head h2{margin:0!important;color:var(--her-deep)!important;font:650 clamp(28px,4vw,40px)/1.2 Raleway,Arial,sans-serif!important;text-align:center!important;text-transform:none!important}
body.single-post .her-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
body.single-post .her-related-card{overflow:hidden;border:1px solid var(--her-line);border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(0,61,86,.08);transition:transform .2s ease,box-shadow .2s ease}
body.single-post .her-related-card__image{display:block;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#dff3fa,#edf8f5)}
body.single-post .her-related-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
body.single-post .her-related-card__placeholder{display:block;width:100%;height:100%;background:radial-gradient(circle at 75% 30%,rgba(20,152,213,.4),transparent 28%),linear-gradient(135deg,#005578,#1498d5)}
body.single-post .her-related-card__body{padding:22px}
body.single-post .her-related-card time{color:#0083b2;font-size:11px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
body.single-post .her-related-card h3{margin:10px 0 18px!important;color:var(--her-deep)!important;font:650 20px/1.35 Raleway,Arial,sans-serif!important;text-align:left!important;text-transform:none!important}
body.single-post .her-related-card h3 a{color:inherit!important;text-decoration:none!important}
body.single-post .her-related-card__link{color:var(--her-deep)!important;font-size:12px;font-weight:700;letter-spacing:.06em;text-decoration:none!important;text-transform:uppercase}
body.single-post .her-related-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(0,61,86,.14)}
body.single-post .her-related-card:hover img{transform:scale(1.04)}
body.single-post .her-article-navigation{width:min(900px,100%);margin:46px auto 0}
body.single-post .her-article-navigation .post-navigation{margin:0}
body.single-post .her-article-navigation .nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.single-post .her-article-navigation .nav-previous,
body.single-post .her-article-navigation .nav-next{width:100%;margin:0}
body.single-post .her-article-navigation a{display:flex;height:100%;flex-direction:column;padding:20px 22px;border:1px solid var(--her-line);border-radius:12px;background:#fff;color:var(--her-deep)!important;text-decoration:none!important}
body.single-post .her-article-navigation .nav-subtitle{margin-bottom:7px;color:#0083b2;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
body.single-post .her-article-navigation .nav-title{font-size:15px;font-weight:650;line-height:1.45}
body.single-post .comments-area{width:min(900px,100%);margin:40px auto 0;padding:32px;border:1px solid var(--her-line);border-radius:14px;background:#fff}
body.single-post .comments-area h2,
body.single-post .comments-area h3{color:var(--her-deep)!important;font-family:Raleway,Arial,sans-serif!important;text-transform:none!important}
body.single-post .comments-area input,
body.single-post .comments-area textarea{width:100%;padding:12px;border:1px solid #bfd5de;border-radius:5px;background:#f9fcfd}
body.single-post .comments-area .submit{width:auto;border:0;background:var(--her-deep);color:#fff;font-weight:700}
body.single-post .page-links{margin-top:30px;padding-top:22px;border-top:1px solid var(--her-line)}

/* Existing News page, unified with the article design. */
body.page-id-10433 .her-news,
body.page-id-10433 .her-news-feed{font-family:Raleway,Arial,sans-serif!important}
body.page-id-10433 .her-news h1,
body.page-id-10433 .her-news h2,
body.page-id-10433 .her-news-feed h2,
body.page-id-10433 .her-news-feed .wp-block-post-title{font-family:Raleway,Arial,sans-serif!important;letter-spacing:-.025em!important}
body.page-id-10433 .her-news-feed .wp-block-post-template>.wp-block-post{
	border-top:5px solid #1498d5!important;
	border-radius:12px!important;
	box-shadow:0 10px 28px rgba(0,61,86,.09)!important;
	transition:transform .2s ease,box-shadow .2s ease!important;
}
body.page-id-10433 .her-news-feed .wp-block-post-featured-image{border-radius:7px 7px 0 0!important}
body.page-id-10433 .her-news-feed .wp-block-post-title{font-size:23px!important;font-weight:650!important;line-height:1.3!important}
body.page-id-10433 .her-news-feed .wp-block-post-template>.wp-block-post:nth-child(4n+2){border-top-color:#159b91!important}
body.page-id-10433 .her-news-feed .wp-block-post-template>.wp-block-post:nth-child(4n+3){border-top-color:#005578!important}
body.page-id-10433 .her-news-feed .wp-block-post-template>.wp-block-post:nth-child(4n+4){border-top-color:#5274bd!important}
body.page-id-10433 .her-news-feed .wp-block-post-template>.wp-block-post:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(0,61,86,.15)!important}

@media(max-width:820px){
	body.single-post .her-article-hero{padding-bottom:125px}
	body.single-post .her-article-shell{width:min(100% - 28px,1180px);margin-top:-82px}
	body.single-post .her-article-content{padding:34px 26px;border-radius:14px}
	body.single-post .her-related__grid{grid-template-columns:1fr}
	body.single-post .her-article-content .wp-block-gallery{grid-template-columns:1fr}
	body.single-post .her-article-content .wp-block-gallery img{min-height:0}
}
@media(max-width:600px){
	body.single-post .her-article-hero{padding:54px 20px 112px}
	body.single-post .her-article-title{font-size:clamp(34px,10vw,48px)!important}
	body.single-post .her-article-shell{width:calc(100% - 20px);margin-top:-72px}
	body.single-post .her-article-content{padding:28px 20px}
	body.single-post .her-article-content p{font-size:16px}
	body.single-post .her-article-content>p:first-of-type{font-size:18px}
	body.single-post .her-article-content h2{margin-top:36px!important;padding:17px 18px!important;font-size:25px!important}
	body.single-post .her-article-content ul,
	body.single-post .her-article-content ol{padding:22px 22px 22px 42px!important}
	body.single-post .her-article-content blockquote{padding:28px 22px 28px 54px!important}
	body.single-post .her-article-content blockquote:before{left:18px}
	body.single-post .her-article-actions{flex-direction:column}
	body.single-post .her-article-button{width:100%}
	body.single-post .her-article-navigation .nav-links{grid-template-columns:1fr}
	body.single-post .comments-area{padding:24px 20px}
}
@media(prefers-reduced-motion:reduce){
	body.single-post .her-related-card,
	body.single-post .her-related-card__image img,
	body.page-id-10433 .her-news-feed .wp-block-post-template>.wp-block-post{transition:none!important}
}

/* Category, tag and fallback news archives. */
body.category .header figure.secTop,
body.tag .header figure.secTop,
body.home.blog .header figure.secTop{display:none!important}
.her-news-archive{
	--her-deep:#005578;
	--her-blue:#1498d5;
	--her-ink:#24363e;
	--her-muted:#5b6c74;
	--her-line:#d6e7ed;
	width:100%!important;
	max-width:none!important;
	margin:0!important;
	padding:0!important;
	background:#f6fafb;
	font-family:Raleway,Arial,sans-serif;
}
.her-news-archive__hero{
	padding:clamp(76px,9vw,124px) 24px;
	background:radial-gradient(circle at 86% 18%,rgba(20,152,213,.5),transparent 34%),linear-gradient(132deg,#003d57 0%,#005f80 58%,#008cc2 128%);
	color:#fff;
}
.her-news-archive__wrap{width:min(1180px,100%);margin:0 auto}
.her-news-archive__kicker{margin:0 0 18px;color:#a6e4f7;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.her-news-archive__hero h1{max-width:980px;margin:0!important;color:#fff!important;font:650 clamp(42px,6vw,76px)/1.05 Raleway,Arial,sans-serif!important;letter-spacing:-.035em!important;text-align:left!important;text-transform:none!important}
.her-news-archive__description{max-width:780px;margin:24px 0 0;color:rgba(255,255,255,.87);font-size:18px;line-height:1.7}
.her-news-archive__description p{margin:0;color:inherit}
.her-news-archive__body{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:clamp(58px,8vw,100px) 0}
.her-news-archive__heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px;border-bottom:1px solid var(--her-line);padding-bottom:22px}
.her-news-archive__heading p{margin:0;color:#0082b2;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.her-news-archive__heading h2{margin:0!important;color:var(--her-deep)!important;font:650 clamp(30px,4vw,44px)/1.15 Raleway,Arial,sans-serif!important;letter-spacing:-.03em!important;text-align:right!important;text-transform:none!important}
.her-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.her-news-card{display:flex;min-width:0;flex-direction:column;margin:0!important;overflow:hidden;border:1px solid var(--her-line);border-top:5px solid var(--her-blue);border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(0,61,86,.08);transition:transform .2s ease,box-shadow .2s ease}
.her-news-card:nth-child(4n+2){border-top-color:#159b91}
.her-news-card:nth-child(4n+3){border-top-color:#005578}
.her-news-card:nth-child(4n+4){border-top-color:#5274bd}
.her-news-card__image{display:block;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,#dff3fa,#edf8f5)}
.her-news-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.her-news-card__placeholder{display:block;width:100%;height:100%;background:radial-gradient(circle at 78% 22%,rgba(119,211,232,.46),transparent 30%),linear-gradient(135deg,#005578,#1498d5)}
.her-news-card__body{display:flex;flex:1;flex-direction:column;padding:24px}
.her-news-card__meta{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:13px;color:#007fae;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.her-news-card__meta a{color:inherit!important;text-decoration:none!important}
.her-news-card__title{margin:0 0 14px!important;color:var(--her-deep)!important;font:650 23px/1.3 Raleway,Arial,sans-serif!important;letter-spacing:-.02em!important;text-align:left!important;text-transform:none!important}
.her-news-card__title a{color:inherit!important;text-decoration:none!important}
.her-news-card__excerpt{margin-bottom:20px;color:var(--her-muted);font-size:15px;line-height:1.7}
.her-news-card__excerpt p{margin:0;color:inherit;font-size:inherit;line-height:inherit}
.her-news-card__link{margin-top:auto;color:var(--her-deep)!important;font-size:12px;font-weight:700;letter-spacing:.06em;text-decoration:none!important;text-transform:uppercase}
.her-news-card:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(0,61,86,.15)}
.her-news-card:hover .her-news-card__image img{transform:scale(1.04)}
.her-news-pagination{margin-top:52px}
.her-news-pagination .nav-links{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.her-news-pagination .page-numbers{display:inline-flex;min-width:44px;height:44px;align-items:center;justify-content:center;padding:0 14px;border:1px solid var(--her-line);border-radius:5px;background:#fff;color:var(--her-deep)!important;font-weight:700;text-decoration:none!important}
.her-news-pagination .page-numbers.current,
.her-news-pagination a.page-numbers:hover{border-color:var(--her-deep);background:var(--her-deep);color:#fff!important}

@media(max-width:900px){
	.her-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
	.her-news-archive__hero{padding:58px 20px 68px}
	.her-news-archive__body{width:calc(100% - 28px);padding:52px 0}
	.her-news-archive__heading{display:block}
	.her-news-archive__heading h2{margin-top:9px!important;text-align:left!important}
	.her-news-grid{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
	.her-news-card,
	.her-news-card__image img{transition:none!important}
}
