/*
Theme Name: JSU Global - Regions
Theme URI: https://jsu.org
Template: jsu-global
Description: Region subsite theme (e.g. stl.jsu.org, atlanta.jsu.org). Child of
             jsu-global. Inherits header/footer/nav/CSS/ACF from jsu-global.
             Front page ports frontend/components/shared/JSU/home/regions/index.vue
             (the <SharedJSUHomeRegions> branch of the legacy index.vue cascade).
             ACF homepage data is piggybacked on the parent's
             `acf-options-frontpage-articles` options page — no new field group.
Version: 1.0.0
Text Domain: jsu-global-regions
Author: Orthodox Union
Author URI: https://ou.org
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Region-only homepage styles ported from frontend/components/shared/JSU/home/regions/*.vue. */

/* ---------- regions/hero-image.vue + hero-video.vue ---------- */
.homepage__region .homepage__hero {
	overflow: hidden;
}
.homepage__region .fp__hero {
	background: var( --colorBlue, #085ae3 );
	color: #fff;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
}
.homepage__region .fp__hero h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	color: #fff;
	letter-spacing: -0.02em;
	margin-bottom: 24px;
}
.homepage__region .fp__hero h2 span {
	color: #ffbb2b;
}
@media ( min-width: 960px ) {
	.homepage__region .fp__hero h2 {
		font-size: 86px;
		line-height: 84px;
		margin-bottom: 47px;
	}
}
.homepage__region .fp__hero__img {
	z-index: 1;
	display: block;
	width: 100%;
}
.homepage__region .fp__hero__video {
	max-width: 821px;
	margin: 0 auto;
	border: 10px solid #fff;
}
.homepage__region .fp__hero__video__inner {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
}
.homepage__region .fp__hero__video__inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.homepage__region .fp__hero--video {
	padding-bottom: 75px;
}

/* ---------- regions/world.vue ---------- */
.regions__worlds {
	padding-bottom: 220px;
	margin-top: -95px;
	position: relative;
}
.regions__worlds.regions__worlds--min {
	margin-top: 20px !important;
}
@media ( min-width: 760px ) {
	.regions__worlds {
		margin-top: -180px;
	}
	.regions__worlds.regions__worlds--min {
		margin-top: 50px !important;
	}
}
h4.regions__title {
	font-style: normal;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
	color: #005ae3;
	font-family: "Poppins", sans-serif;
	font-size: 30px;
	line-height: 30px;
}
@media ( min-width: 960px ) {
	h4.regions__title {
		font-size: 40px;
		line-height: 30px;
	}
}
.regions__wstats {
	display: flex;
	padding-top: 7px;
	max-width: 645px;
	margin: 0 auto;
	flex-flow: wrap;
	justify-content: space-between;
}
.regions__wstats.regions__wstats--lg {
	max-width: 920px;
	padding-top: 24px;
}
@media ( max-width: 960px ) {
	.regions__wstats {
		max-width: 1028px;
		justify-content: center;
		gap: 25px 0;
	}
}
@media ( min-width: 960px ) {
	.regions__wstats--lg .regions__world__col {
		flex: 1;
	}
}
.regions__world__col {
	text-align: center;
	position: relative;
}
@media ( max-width: 960px ) {
	.regions__world__col {
		width: 49%;
	}
}
.regions__world__num {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 67px;
	color: #000453;
	margin-bottom: 0;
}
.regions__world__num--sm {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #000453;
	font-size: 40px;
	line-height: 30px;
	margin-bottom: 0;
}
.regions__world__text,
.regions__world__text--sm {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	color: #000453;
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 5px;
}
@media ( max-width: 960px ) {
	.regions__world__text--sm {
		font-size: 18px;
		line-height: 27px;
	}
}
.regions__world__border {
	width: 1.5px;
	margin-top: 7px;
	background: #000453;
}
@media ( max-width: 960px ) {
	.regions__world__border.regions__world__border--mobile {
		display: none;
	}
}
.region__world__map {
	display: flex;
	justify-content: center;
	margin: 70px auto 82px;
	padding: 0 20px;
}
@media ( max-width: 720px ) {
	.region__world__map {
		margin: 40px auto 52px;
	}
}

/* ---------- regions/posts.vue (In The News) ---------- */
.fp-news {
	padding: 45px 0;
	font-family: "Poppins", sans-serif;
	background: #f7f8fa;
}
.fp-news h2 {
	text-align: center;
	font-size: 40px;
	line-height: 30px;
	font-weight: 700;
	color: #005ae3;
	margin-bottom: 30px;
}
.fp-news .news-group {
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
	gap: 25px;
}
@media ( min-width: 720px ) {
	.fp-news .news-group {
		display: flex;
		flex-flow: wrap;
	}
}
.fp-news .news__col {
	background: #fff;
	border-radius: 3px;
	font-family: "Poppins", sans-serif;
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
}
@media ( min-width: 720px ) {
	.fp-news .news__col {
		width: calc( 33% - 13px );
		margin-bottom: 0;
	}
}
.fp-news .news__img {
	height: 220px;
	background-size: cover;
	background-position: center;
}
.fp-news .news__content {
	padding: 20px 25px;
}
.fp-news .news__title {
	font-size: 22px;
	color: #134156;
	font-weight: 600;
	margin-bottom: 7px;
}
.fp-news .news__excerpt {
	font-size: 16px;
	color: #60676a;
	margin-bottom: 20px;
	line-height: 24px;
}
.fp-news .news__link {
	background: #005ae3;
	padding: 8px 6px;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
}

/* ---------- regions/events.vue (Upcoming Events) ---------- */
.clubs__events {
	overflow: hidden;
	padding: 80px 0 0;
}
.clubs__events h2 {
	color: #000453;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 32px;
	font-family: "Poppins", sans-serif;
}
.clubs__event__header {
	display: flex;
	align-items: center;
	padding-bottom: 32px;
	justify-content: space-between;
	flex-flow: wrap;
}
.clubs__event__header a {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #005ae3;
	display: block;
}

/* ---------- regions/partners.vue ---------- */
.fp-partners {
	padding: 45px 0;
	font-family: "Poppins", sans-serif;
	background: #f7f8fa;
}
.fp-partners h2 {
	text-align: center;
	font-size: 40px;
	line-height: 30px;
	font-weight: 700;
	color: #005ae3;
	margin-bottom: 30px;
}
.fp-partners .partners-group {
	margin: 0;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	flex-flow: row;
	gap: 0 8px;
	padding: 16px;
	list-style: none;
	scrollbar-width: none;
}
.fp-partners .partners-group::-webkit-scrollbar {
	display: none;
}
.fp-partners .partners-group img {
	object-fit: cover;
	height: 110px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	box-shadow: 0 1px 3px rgba( 16, 24, 40, .1 ), 0 1px 2px rgba( 16, 24, 40, .06 );
	border-radius: 6px;
	background: #fff;
}

/* ---------- regions/index.vue scoped: Poppins for the whole homepage ---------- */
.homepage.homepage__region {
	font-family: "Poppins", sans-serif;
}

/* ---------- region contact-us breadcrumbs (parity with live atlanta.jsu.org) ---------- */
.page__clubs .page__breadcrumbs,
.jsu__contact .page__breadcrumbs {
        align-items: center;
        color: #000453;
        display: flex;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        gap: 3px;
        line-height: 26px;
        padding: 24px 15px 30px;
        text-align: center;
        text-decoration: none;
}
.page__clubs .page__breadcrumbs a,
.jsu__contact .page__breadcrumbs a {
        color: #000453;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        text-align: center;
        text-decoration: none;
}
.page__clubs .page__breadcrumbs a:hover,
.jsu__contact .page__breadcrumbs a:hover {
        text-decoration: underline;
}
.page__clubs .page__breadcrumbs span,
.jsu__contact .page__breadcrumbs span {
        margin: 0 4px;
        color: #999;
}
@media (min-width: 760px) {
        .page__clubs .page__breadcrumbs,
        .jsu__contact .page__breadcrumbs {
                font-size: 20px;
                gap: 10px;
                line-height: 28px;
                padding: 30px 0;
        }
        .page__clubs .page__breadcrumbs a,
        .jsu__contact .page__breadcrumbs a {
                font-size: 20px;
                line-height: 28px;
        }
}
