@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");

/* Reset */
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

body { -webkit-text-size-adjust: none; }

input::-moz-focus-inner { border: 0; padding: 0; }

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* ----------------------------------------
   Brand tweaks (elite / premium)
---------------------------------------- */
:root{
	--bg-dark: #0b0b0c;
	--panel-dark: rgba(10,10,12,0.78);
	--text: #5d5d5d;
	--heading: #252122;
	--accent: #d52349;
	--accent-2: #252122;
	--muted: rgba(255,255,255,0.7);
	--border: rgba(255,255,255,0.08);
}

/* Basic */
html { box-sizing: border-box; scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: inherit; }

body {
	background: #252122;
}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body, input, textarea, select {
	font-family: 'Source Sans Pro';
	font-weight: 300;
	color: var(--text);
	font-size: 14pt;
	line-height: 1.75em;
}

strong, b { color: #252122; font-weight: 700; }
i, em { font-style: italic; }

h1, h2, h3, h4, h5, h6 {
	color: var(--heading);
	font-weight: 900;
	letter-spacing: -0.02em;
}

h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }

a { color: var(--accent); text-decoration: underline; }
a:hover { text-decoration: none; }

hr {
	border: 0;
	border-top: solid 1px #dddddd;
	height: 1px;
	margin: 2em 0;
}

p, ul, ol, dl, table { margin-bottom: 2em; }

.muted { opacity: 0.8; }
.section-lead{
	max-width: 52em;
	margin: -1em auto 2em auto;
	text-align: center;
	color: #666;
}

/* Container */
.container { margin: 0 auto; max-width: 100%; width: 70em; }
@media screen and (max-width: 1280px) { .container { width: calc(100% - 60px); } }
@media screen and (max-width: 980px) { .container { width: calc(100% - 80px); } }
@media screen and (max-width: 736px) { .container { width: calc(100% - 40px); } }

/* Row (unchanged) */
.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}
.row > * { box-sizing: border-box; }
.row > .col-4 { width: 33.33333%; }
.row > .col-6 { width: 50%; }
.row > .col-8 { width: 66.66667%; }
.row > .col-12 { width: 100%; }

@media screen and (max-width: 980px){
	.row > .col-4 { width: 100%; }
	.row > .col-6 { width: 100%; }
	.row > .col-8 { width: 100%; }
}

/* Spacing from original Dopetrope */
.row { margin-top: -50px; margin-left: -50px; }
.row > * { padding: 50px 0 0 50px; }
@media screen and (max-width: 1280px){
	.row { margin-top: -30px; margin-left: -30px; }
	.row > * { padding: 30px 0 0 30px; }
}
@media screen and (max-width: 736px){
	.row { margin-top: -20px; margin-left: -20px; }
	.row > * { padding: 20px 0 0 20px; }
}

/* Section/Article */
section, article { margin-bottom: 2.5em; }
section > :last-child, section:last-child { margin-bottom: 0; }
header { margin: 0 0 1.5em 0; }
header > p { display:block; font-style: italic; margin: 0.5em 0 0 0; padding-bottom: 0.5em; }

header.major {
	position: relative;
	text-align: center;
	border-top: solid 1px #ccc;
	top: 1em;
	margin: 0 0 3em 0;
}
header.major h2 {
	background: #fff;
	position: relative;
	top: -0.65em;
	display: inline;
	margin: 0;
	padding: 0 1em;
}

footer { margin: 2.25em 0 0 0; }

/* Box / Cards */
.box {
	background: #ffffff;
	border-bottom: solid 1px #ccc;
	padding: 2.75em 1.75em 2.75em 1.75em;
	border-radius: 10px;
	transition: transform .18s ease, box-shadow .18s ease;
}

.card:hover{
	transform: translateY(-4px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.box .image.featured {
	position: relative;
	width: auto;
	left: 1.75em;
	top: 1.75em;
	margin: -4.5em 0 4.25em -3.5em;
	border-radius: 10px;
	overflow: hidden;
}

.mini-points{
	margin: 1.25em 0 0 0;
	padding-left: 1.1em;
	list-style: disc;
	color: #666;
}
.mini-points li{ margin: 0.25em 0; }

/* Buttons */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
	-webkit-appearance: none;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	border-radius: 8px;
	background: var(--accent);
	color: #fff !important;
	font-weight: 900;
	outline: 0;
	font-size: 1.05em;
	padding: 0.7em 1.6em;
	text-align: center;
	transition: transform .15s ease, background-color .25s ease-in-out;
}

.button:hover { background: #e53359; transform: translateY(-1px); }
.button:active { background: #c51349; transform: translateY(0); }

.button.alt { background: #252122; }
.button.alt:hover { background: #353132; }
.button.alt:active { background: #151112; }

.button.icon:before {
	opacity: 0.35;
	position: relative;
	top: 0.05em;
	margin-right: 0.75em;
}

.button.large { font-size: 1.25em; padding: 0.85em 1.6em; }

/* Image */
.image { display: inline-block; outline: 0; }
.image img { display: block; width: 100%; height: auto; }

.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.featured img{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

/* Actions */
ul.actions { list-style: none; padding-left: 0; margin-bottom: 0; }
ul.actions li { display: inline-block; margin-left: 1em; padding-left: 0; }
ul.actions li:first-child { margin-left: 0; }

@media screen and (max-width: 736px){
	ul.actions li { display:block; margin: 1em 0 0 0; }
	ul.actions li:first-child { margin-top: 0; }
	ul.actions li .button { width: 100%; }
}

/* Links */
ul.links { list-style: none; padding-left: 0; }
ul.links li {
	display: inline-block;
	border-left: solid 1px rgba(255, 255, 255, 0.05);
	padding: 0 0 0 1em;
	margin: 0 0 0 1em;
}
ul.links li:first-child { border-left: 0; padding-left: 0; margin-left: 0; }

/* Contact */
ul.contact { list-style: none; padding-left: 0; }
ul.contact li {
	position: relative;
	border-top: solid 1px #ddd;
	padding: 1.3em 0 1.3em 7em;
}
ul.contact li h3 {
	position: absolute;
	left: 0;
	top: 1.3em;
	font-size: 1.1em;
}
ul.contact li p { margin: 0; }
ul.contact li:first-child { padding-top: 0; border-top: 0; }
ul.contact li:first-child h3 { top: 0; }

/* Dates */
ul.dates { list-style: none; padding-left: 0; }
ul.dates li {
	position: relative;
	border-top: solid 1px #ddd;
	padding: 1.3em 0 1.3em 6.75em;
}
ul.dates .date {
	display: block;
	position: absolute;
	left: 0;
	top: 1.3em;
	background-color: var(--accent);
	height: 3.5em;
	text-align: center;
	color: #fff;
	line-height: 1em;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 0.5em 0.75em 0 1em;
}
ul.dates .date:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: -1.2em;
	border-left: solid 1.25em var(--accent);
	border-top: solid 1.8em transparent;
	border-bottom: solid 1.8em transparent;
}
ul.dates .date strong { display:block; font-size: 1.75em; padding-top: 0.15em; }
ul.dates h3 { font-size: 1.1em; }
ul.dates p { margin: 0; }
ul.dates li:first-child { border-top: 0; padding-top: 0; }
ul.dates li:first-child .date { top: 0; }

/* Divided */
ul.divided { list-style: none; padding-left: 0; }
ul.divided li { border-top: solid 1px #ddd; padding: 1em 0; }
ul.divided li:first-child { border-top: 0; padding-top: 0; }

/* Social */
ul.social { list-style:none; padding-left:0; overflow:hidden; cursor: default; margin: 0 0 2.25em 0; }
ul.social li { display:inline-block; padding-left:0; margin-left: 0.75em; }
ul.social li:first-child { margin-left:0; }
ul.social li a {
	display:inline-block;
	width: 3em;
	height: 3em;
	text-align:center;
	border-radius: 8px;
	background:#888;
	transition: transform .15s ease, background-color .25s ease-in-out;
}
ul.social li a:hover{ transform: translateY(-2px); }
ul.social li a:before { color:#fff; font-size: 2em; line-height: 1.5em; }
ul.social li a.fa-facebook-f { background: #3c5a98; }
ul.social li a.fa-facebook-f:hover { background: #4c6aa8; }
ul.social li a.fa-instagram { background: #c13584; }
ul.social li a.fa-instagram:hover { background: #d44995; }
ul.social li a.fa-youtube { background: #ff0000; }
ul.social li a.fa-youtube:hover { background: #ff2b2b; }

/* Icons */
.icon { text-decoration: none; position: relative; }
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}
.icon.solid:before { font-weight: 900; }
.icon.brands:before { font-family: 'Font Awesome 5 Brands'; }
.icon > .label { display:none; }

.icon.featured {
	position: relative;
	display: inline-block;
	background-color: var(--accent);
	width: 9em;
	padding: 1.75em 0 0.75em 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 0 0 4.5em 0;
	cursor: default;
}
.icon.featured:before { font-size: 4.25em; line-height: 1em; color: #fff; }
.icon.featured:after {
	content: '';
	position: absolute;
	bottom: -1.95em;
	left: 0;
	border-top: solid 2em var(--accent);
	border-left: solid 4.5em transparent;
	border-right: solid 4.5em transparent;
}
.icon.featured.alt { background-color: #252122; }
.icon.featured.alt:after { border-top-color: #252122; }
.icon.featured.alt2 { background-color: #827a7c; }
.icon.featured.alt2:after { border-top-color: #827a7c; }

/* Page Wrapper */
#page-wrapper > section { margin-bottom: 0; }

/* Header */
#header {
	position: relative;
	background: #ffffff;
	border-bottom: solid 1px #ccc;
	padding: 4.5em 0 4em 0;
	text-align: center;
}
#header h1 {
	color: #252122;
	font-weight: 900;
	font-size: 2.6em;
	letter-spacing: -0.04em;
	line-height: 1;
}
.site-tagline{
	margin-top: .5em;
	color: #666;
	font-style: italic;
}

/* Nav */
#nav { margin: 2.25em 0 0 0; }
#nav > ul { margin: 0; }
#nav > ul > li {
	display: inline-block;
	font-style: italic;
	margin: 0 0.35em;
}
#nav > ul > li > ul { display: none; }

#nav > ul > li > a {
	border-radius: 8px;
	color: #5d5d5d;
	text-decoration: none;
	padding: 0.6em 1.15em;
	transition: background-color .25s ease-in-out, color .25s ease-in-out;
	outline: 0;
}
#nav > ul > li:hover > a, #nav > ul > li.active > a { background: #f3f3f3; }
#nav > ul > li.current > a { background: var(--accent); color: #fff !important; font-weight: 900; }

#nav > ul > li > a.nav-cta{
	background: #252122;
	color: #fff !important;
	font-weight: 900;
}
#nav > ul > li:hover > a.nav-cta{
	background: #353132;
}

/* Dropotron */
.dropotron {
	border-radius: 10px;
	background-color: rgba(34, 30, 31, 0.98);
	padding: 1.25em 1.5em;
	font-style: italic;
	min-width: 13em;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.45);
	text-align: left;
	margin-top: -1.25em;
	margin-left: -1px;
	list-style: none;
}
.dropotron a, .dropotron span {
	color: #aaa;
	text-decoration: none;
	transition: color .25s ease-in-out;
}
.dropotron li { padding: 0.25em 0; }
.dropotron li:hover > a, .dropotron li:hover > span { color: #fff; }
.dropotron.level-0 { margin-top: 2em; }
.dropotron.level-0:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -9px;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	border-bottom: solid 10px rgba(34, 30, 31, 0.98);
}

/* Banner (HERO) */
#banner {
	background: var(--bg-dark) url("images/hero-bg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	position: relative;
	padding: 8.5em 0;
	margin: 3.5em 0 0 0;
	isolation: isolate;
}

/* Overlay + vignette */
#banner:before{
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at center, rgba(0,0,0,0.15), rgba(0,0,0,0.8)),
		linear-gradient(to bottom, rgba(0,0,0,0.55), rgba(0,0,0,0.8));
	z-index: 0;
}

#banner header {
	position: relative;
	z-index: 1;
	background-color: rgba(10, 10, 12, 0.78);
	border: 1px solid rgba(255,255,255,0.08);
	backdrop-filter: blur(6px);
	display: inline-block;
	padding: 2.4em 3.2em;
	border-radius: 12px;
	max-width: 52em;
}

#banner header .eyebrow{
	color: rgba(255,255,255,0.8);
	font-style: normal;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.85em;
	margin: 0 0 0.75em 0;
}

#banner header h2 {
	color: #fff;
	font-weight: 900;
	font-size: 2.5em;
	margin: 0 0 0.5em 0;
	letter-spacing: -0.03em;
}

#banner header .sub {
	color: rgba(255,255,255,0.85);
	font-style: normal;
	margin: 0 0 1.25em 0;
	font-size: 1.2em;
	line-height: 1.55em;
}

.hero-actions{ margin: 0.5em 0 0 0; }
.hero-proof{
	margin: 1.5em 0 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6em 0.75em;
	justify-content: center;
}
.hero-proof li{
	color: rgba(255,255,255,0.8);
	border: 1px solid rgba(255,255,255,0.12);
	padding: 0.35em 0.7em;
	border-radius: 999px;
	font-size: 0.95em;
	line-height: 1.2em;
}

/* Intro */
#intro { text-align: center; overflow: hidden; }
#intro section { margin: 3em 0; padding: 2.5em 0; }
#intro h2 { font-size: 1.6em; }
#intro p { margin: 0; }

#intro .middle { position: relative; z-index: 1; }
#intro .middle:before {
	content:'';
	width: 32px; height: 100%;
	position: absolute;
	left: -24px; top: 0;
	display: block;
	z-index: -1;
	box-shadow: 32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, 32px 32px 0 0 #fff, 32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
}
#intro .middle:after {
	content:'';
	width: 32px; height: 100%;
	position: absolute;
	right: -24px; top: 0;
	display: block;
	z-index: -1;
	box-shadow: -32px 0 0 0 #fff, 0 -32px 0 0 #fff, 0 32px 0 0 #fff, -32px 32px 0 0 #fff, -32px -32px 0 0 #fff, 0 0 32px 0 rgba(0, 0, 0, 0.15);
}
#intro .button { min-width: 12em; }
#intro footer { margin: 0; }
.intro-footer{ margin-top: 1.25em; }

/* Main */
#main {
	position: relative;
	background: #f9f9f9;
	padding: 4em 0 4em 0;
}
#main:before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	background-size: 100% 100%;
	z-index: 0;
	opacity: 0.1;
}
#main .container{ position: relative; z-index: 1; }
#main .major h2 { background: #f7f7f7; }

/* Footer */
#footer {
	position: relative;
	color: #858484;
	padding: 4em 0;
}
#footer:before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	background-size: 100% 100%;
	z-index: 0;
	opacity: 0.5;
}
#footer .container{ position: relative; z-index: 1; }
#footer a { color: #c5c4c4; }
#footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b { color: #fff; }

#footer ul.contact li,
#footer ul.dates li,
#footer ul.divided li {
	border-top-color: rgba(255, 255, 255, 0.05);
}

#footer header { margin: 0 0 3em 0; }
#footer header h2 { font-size: 1.5em; }

/* Copyright */
#copyright {
	text-align: center;
	margin: 3em 0 2em 0;
}
#copyright ul.links {
	display: inline-block;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 10px;
	margin: 0;
	padding: 0.85em 2.25em;
}

/* Responsive tweaks */
@media screen and (max-width: 1280px) {
	body, input, textarea, select { font-size: 11pt; }
	#header { padding: 4em 0 3em 0; }
	#banner { padding: 6.5em 0; margin: 3em 0 0 0; }
	#banner header { padding: 2em 2.2em; }
	#banner header h2 { font-size: 2.1em; }
}

@media screen and (max-width: 980px) {
	#nav { display: none; } /* template uses mobile navPanel JS */
	#main { padding: 40px 0; }
}

@media screen and (max-width: 736px) {
	body, input, textarea, select { font-size: 11pt; }

	#header { padding: 2em 0; }
	#header h1 { font-size: 1.75em; }

	#banner { padding: 5.75em 0; margin: 2em 0 0 0; }
	#banner header{
		padding: 1.5em 1.1em;
		display: block;
		border-radius: 0;
		border-left: 0;
		border-right: 0;
	}
	#banner header h2 { font-size: 1.55em; line-height: 1.35em; }
	#banner header .sub { font-size: 1.05em; }

	.hero-proof{ justify-content: center; }
	.hero-proof li{ font-size: 0.9em; }

	.box { padding: 25px 15px 20px 15px; }
	.box .image.featured { left: 15px; top: 15px; margin: -40px 0 40px -30px; }

	#footer { padding: 40px 0 20px 0; }
}


/* ===============================
   MOBILE NAV (required for HTML5 UP / Dopetrope)
   Fixes: menu links appearing at bottom of page
================================= */

#navPanel, #titleBar {
	display: none;
}

/* Mobile */
@media screen and (max-width: 980px) {

	/* Keep desktop nav hidden on mobile (you already do this) */
	#nav { display: none !important; }

	/* Show the hamburger title bar */
	#titleBar {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 44px;
		z-index: 10001;
	}

	/* Hamburger button */
	#titleBar .toggle {
		text-decoration: none;
		width: 80px;
		height: 60px;
		position: absolute;
		left: 0;
		top: 0;
	}

	#titleBar .toggle:before {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: '\f0c9';
		display: block;
		position: absolute;
		left: 10px;
		top: 10px;
		width: 50px;
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		color: #fff;
		text-align: center;
		background: rgba(0, 0, 0, 0.55);
		border-radius: 8px;
	}

	/* Off-canvas nav panel */
	#navPanel {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 275px;
		height: 100%;
		z-index: 10002;
		background: #151112;
		color: rgba(255,255,255,0.7);
		overflow-y: auto;

		/* hidden by default (off-screen) */
		transform: translateX(-275px);
		transition: transform 0.5s ease;
		box-shadow: inset -3px 0px 5px rgba(0,0,0,0.35);
	}

	/* Panel links */
	#navPanel .link {
		display: block;
		color: rgba(255,255,255,0.75);
		text-decoration: none;
		height: 44px;
		line-height: 44px;
		border-top: solid 1px rgba(255, 255, 255, 0.06);
		padding: 0 1em;
		font-style: italic;
	}

	#navPanel .link:first-child { border-top: 0; }

	#navPanel .depth-0 {
		color: #fff;
		font-weight: 900;
	}

	#navPanel .indent-1 { display: inline-block; width: 1em; }
	#navPanel .indent-2 { display: inline-block; width: 2em; }
	#navPanel .indent-3 { display: inline-block; width: 3em; }
	#navPanel .indent-4 { display: inline-block; width: 4em; }
	#navPanel .indent-5 { display: inline-block; width: 5em; }

	/* When open (JS adds this class to body) */
	body.navPanel-visible #navPanel {
		transform: translateX(0);
	}
}
