@charset "UTF-8";

/* CSS Variables for easy theming */
:root {
  --primary-gradient: linear-gradient(75deg, #FFC800 10%, #FE0000 50%, #8A2872 75%);
  --glass-bg: rgba(255, 255, 255, 0.75);
  --glass-border: rgba(255, 255, 255, 0.25);
  --glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
  --text-primary: #212529;
  --text-secondary: #676767;
  --accent-color: #A12560;
  --hover-scale: 1.02;
}

/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../webfonts/open-sans-v28-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../webfonts/open-sans-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../webfonts/open-sans-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../webfonts/open-sans-v28-latin-300.woff') format('woff'), /* Modern Browsers */
	url('../webfonts/open-sans-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../webfonts/open-sans-v28-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/open-sans-v28-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../webfonts/open-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../webfonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../webfonts/open-sans-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../webfonts/open-sans-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../webfonts/open-sans-v28-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../webfonts/open-sans-v28-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../webfonts/open-sans-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../webfonts/open-sans-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../webfonts/open-sans-v28-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../webfonts/open-sans-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../webfonts/open-sans-v28-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* open-sans-300italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	src: url('../webfonts/open-sans-v28-latin-300italic.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../webfonts/open-sans-v28-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../webfonts/open-sans-v28-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
	url('../webfonts/open-sans-v28-latin-300italic.woff') format('woff'), /* Modern Browsers */
	url('../webfonts/open-sans-v28-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../webfonts/open-sans-v28-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* open-sans-italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../webfonts/open-sans-v28-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../webfonts/open-sans-v28-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../webfonts/open-sans-v28-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
	url('../webfonts/open-sans-v28-latin-italic.woff') format('woff'), /* Modern Browsers */
	url('../webfonts/open-sans-v28-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../webfonts/open-sans-v28-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
  font-display: swap;
}

html {
	padding-top: 6rem;
	scroll-padding-top: 6rem;
	scroll-behavior: smooth;
}

@media (min-width: 768px) {
	html {
		padding-top: 7rem;
		scroll-padding-top: 7rem;
	}
}
body {
	position: relative;
	background: #F0F0F0;
	font-family: "Open Sans", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif;
	line-height: 175%;
	overflow-x: hidden;
}
a {
    outline:none;
}

.gradient-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 380px;
	background-image: var(--primary-gradient);
	z-index: -1;
	opacity: 1.0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

/* Gradient Spheres */
.gradient-sphere {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	mix-blend-mode: screen;
	opacity: 0.6;
	pointer-events: none;
}

.sphere-1 {
	width: 300px;
	height: 300px;
	background: linear-gradient(40deg, rgba(255, 200, 0, 0.6), rgba(254, 0, 0, 0.3));
	top: -50px;
	left: -50px;
	animation: float-1 20s ease-in-out infinite alternate;
}

.sphere-2 {
	width: 400px;
	height: 400px;
	background: linear-gradient(240deg, rgba(138, 40, 114, 0.6), rgba(255, 200, 0, 0.3));
	bottom: -100px;
	right: -50px;
	animation: float-2 25s ease-in-out infinite alternate;
}

.sphere-3 {
	width: 250px;
	height: 250px;
	background: linear-gradient(120deg, rgba(254, 0, 0, 0.5), rgba(255, 200, 0, 0.3));
	top: 50%;
	left: 30%;
	animation: float-3 30s ease-in-out infinite alternate;
}

@keyframes float-1 {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(10%, 10%) scale(1.1);
	}
}

@keyframes float-2 {
	0% {
		transform: translate(0, 0) scale(1);
	}
	100% {
		transform: translate(-10%, -5%) scale(1.15);
	}
}

@keyframes float-3 {
	0% {
		transform: translate(0, 0) scale(1);
		opacity: 0.3;
	}
	100% {
		transform: translate(-5%, 10%) scale(1.05);
		opacity: 0.6;
	}
}

/* Particles Container */
.particles-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 3;
}

.particle {
	position: absolute;
	border-radius: 50%;
	opacity: 0.7;
	animation: particle-float 15s linear infinite;
	pointer-events: none;
}

@keyframes particle-float {
	0% {
		transform: translateY(0) rotate(0deg);
		opacity: 0.7;
	}
	10% {
		opacity: 0.9;
	}
	90% {
		opacity: 0.9;
	}
	100% {
		transform: translateY(-100vh) rotate(360deg);
		opacity: 0;
	}
}

/* Noise Overlay */
.noise-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.08;
	pointer-events: none;
	z-index: 4;
	background-image: 
		radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
		radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
	background-size: 50px 50px, 75px 75px, 100px 100px;
	animation: noise-drift 20s linear infinite;
}

@keyframes noise-drift {
	0% {
		transform: translate(0, 0);
	}
	25% {
		transform: translate(-10px, -5px);
	}
	50% {
		transform: translate(5px, -10px);
	}
	75% {
		transform: translate(-5px, 10px);
	}
	100% {
		transform: translate(0, 0);
	}
}

/* Clean hero section without effects */
.home {
	position: relative;
}
.container {
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.gradient-background {
		height: 460px;
	}
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.navbar {
	position: fixed;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 2rem);
	max-width: 560px; /* 540px container + 20px */
	padding: 0.75rem 1.5rem;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	z-index: 1040;
}

@media (min-width: 576px) {
	.navbar {
		max-width: 560px; /* 540px container + 20px */
	}
}

@media (min-width: 768px) {
	.navbar {
		top: 1.5rem;
		width: calc(100% - 3rem);
		max-width: 750px; /* 720px container + 30px */
	}
}

@media (min-width: 992px) {
	.navbar {
		width: calc(100% - 4rem);
		max-width: 1000px; /* 960px container + 40px */
	}
}

@media (min-width: 1200px) {
	.navbar {
		max-width: 1180px; /* 1140px container + 40px */
	}
}
/* Mobile Navigation Overlay */
.mobile-nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-overlay.active {
	display: flex !important;
	opacity: 1;
	visibility: visible;
	animation: mobileNavFadeIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes mobileNavFadeIn {
	0% {
		opacity: 0;
		backdrop-filter: blur(0px);
		-webkit-backdrop-filter: blur(0px);
	}
	100% {
		opacity: 1;
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
	}
}

.mobile-nav-content {
	position: relative;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 16px;
	padding: 3rem 2rem 2rem 2rem;
	width: 90vw;
	max-width: 400px;
	max-height: 80vh;
	overflow-y: auto;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	transform: scale(0.9) translateY(20px);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	animation: mobileNavContentSlide 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-overlay.active .mobile-nav-content {
	transform: scale(1) translateY(0);
}

@keyframes mobileNavContentSlide {
	0% {
		transform: scale(0.9) translateY(30px);
		opacity: 0.5;
	}
	100% {
		transform: scale(1) translateY(0);
		opacity: 1;
	}
}

.mobile-nav-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 44px;
	height: 44px;
	border: none;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	color: var(--text-primary);
	font-size: 1.2rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.mobile-nav-close:hover {
	background: rgba(255, 255, 255, 0.8);
	transform: scale(1.1);
}

.mobile-nav-links {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	width: 100%;
}

.mobile-nav-links a {
	display: flex;
	align-items: center;
	padding: 1rem 1.5rem;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 1rem;
	text-decoration: none;
	color: var(--text-primary);
	font-size: 1rem;
	font-weight: 500;
	min-height: 60px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-nav-links a i {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	margin-right: 1rem;
	font-size: 1.1rem;
	flex-shrink: 0;
	color: #666666;
	transition: all 0.3s ease;
}

.mobile-nav-links a:hover {
	background: rgba(255, 255, 255, 0.6);
	transform: translateX(5px);
	box-shadow: 0 4px 16px rgba(31, 38, 135, 0.1);
}

.mobile-nav-links a:hover i {
	background: linear-gradient(135deg, #FFC800 0%, #FE0000 50%, #8A2872 100%);
	color: white;
	border: 1px solid rgba(255, 200, 0, 0.3);
}
.navbar .navbar-brand img {
	height: 35px;
}
.navbar .navbar-toggler {
  font-size: 1.25rem;
  padding: 0.5rem;
  min-height: 44px;
  min-width: 44px;
  border: 1px solid var(--glass-border);
  border-radius: 0.75rem;
  background: rgba(255,255,255,0.2);
  color: var(--text-primary);
}
.navbar .navbar-toggler:hover {
  background: rgba(255,255,255,0.4);
  transform: scale(1.05);
}
.navbar .navbar-nav {
    flex-direction: row;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: var(--text-primary);
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.navbar .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.5s ease;
}
.navbar .navbar-nav .nav-item .nav-link:focus {
    outline: none !important;
    box-shadow: none !important;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  background: rgba(255,255,255,0.35);
  text-decoration: none;
  color: var(--text-primary);
}
.navbar .navbar-nav .nav-item .nav-link:hover::before {
  left: 100%;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  background: rgba(255,255,255,0.9);
  color: var(--accent-color);
  border-color: rgba(137,40,114,0.3);
}
/* Bootstrap Dropdown Override for Mega Menu */
.navbar .nav-item.dropdown {
	position: static !important;
}

/* Mega Menu Styles */
.navbar .dropdown-mega {
	position: absolute !important;
	top: 100% !important;
	left: 50% !important;
	right: auto !important;
	transform: translateX(-50%) !important;
	width: calc(100% - 2rem) !important;
	max-width: 100% !important;
	/* Fallback for browsers without backdrop-filter */
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 1rem;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	margin: 0.75rem 0 0 0 !important;
	z-index: 1050;
}

/* Enhanced backdrop-filter with better browser support */
@supports (backdrop-filter: blur(8px)) {
	.navbar .dropdown-mega {
		background: rgba(255, 255, 255, 0.6);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		border: 1px solid rgba(255, 255, 255, 0.25);
	}
}

@supports (-webkit-backdrop-filter: blur(8px)) {
	.navbar .dropdown-mega {
		background: rgba(255, 255, 255, 0.6);
		-webkit-backdrop-filter: blur(8px);
		backdrop-filter: blur(8px);
		border: 1px solid rgba(255, 255, 255, 0.25);
	}
}


.mega-menu-grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.mega-menu-group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.mega-menu-group-title {
	font-size: .95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #FFFFFF;
	padding: 0 0 0 .5rem;
}

.mega-menu-group-items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

@media (min-width: 992px) {
	.mega-menu-group-items {
		grid-template-columns: repeat(3, 1fr);
	}
}

.mega-menu-item {
	display: flex;
	align-items: center;
	padding: 1rem;
	text-decoration: none;
	color: var(--text-primary);
	border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255,255,255,0.9);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.mega-menu-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
	transition: left 0.5s ease;
}

.mega-menu-item:hover {
	background: rgba(255,255,255,0.45);
    border: 1px solid rgba(255, 255, 255, 0.7);
	text-decoration: none;
	color: rgb(13, 17, 21);
}

.mega-menu-item:hover::before {
	left: 100%;
}

.mega-menu-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-right: 1rem;
	font-size: 2rem;
	flex-shrink: 0;
	opacity: 0.5;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.mega-menu-icon i {
	background: var(--primary-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}

.mega-menu-item:hover .mega-menu-icon {
	opacity: 1;
}

.mega-menu-item:hover .mega-menu-icon i {
	opacity: 1;
}

.mega-menu-content h6 {
	margin: 0 0 0.25rem 0;
	font-weight: 600;
	font-size: 0.95rem;
	line-height: 1.3;
}

.mega-menu-content span {
	color: var(--text-secondary);
	font-size: 0.8rem;
	line-height: 100%;
}

.home .container-body, .theme .container-body, .article .container-body {
	padding: 2rem 0 2rem 0;
}
@media (min-width: 992px) {
	.home .container:before, .theme .container:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-image: url('../img/dataleap-icon-white.png');
		background-repeat: no-repeat;
        background-position: top 50% right 25%;
		background-size: auto 40%;
		opacity: 0.25;
	}
	.home .container:before, .theme .container:before {
		background-size: auto 50%;
	}
	.navbar .navbar-toggler {
	  font-size: 1.5rem;
	}
}
.home .container {
	color: rgba(255, 255, 255, 0.95);
	text-align: right;
}
.home ul {
	text-align: right;
	list-style-type: "⇢";
	list-style-position: inside;
}
.home ul li {
	color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
}
.home a {
	padding-left: 0.5rem;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}
.home a:hover,.home a:active,.home a:focus {
	color: rgba(255, 255, 255, 1);
}
.section:nth-child(even) {
	background: #FFFFFF;
}
.section:nth-child(odd) {
	background: #F0F0F0;
}
.section .container-body {
	padding: 3rem 0;
	font-weight: 300;
	color: #676767 !important;
}
.section ul {
	padding-left: 2rem;
	list-style-type: "⇢";
}
.section ul li {
	padding: 0 0 0.5rem 1rem ;
}
.section img {
	display: block;
	margin: 0 auto;
	width: 75%;
}
.not-found {
	background: #F0F0F0;
}
.not-found .container-body {
	padding: 5rem 0;
	text-align: center;
}
.not-found h1 {
	color: #333333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	font-size: 4rem;
	margin-bottom: 2rem;
}
.not-found a {
	text-decoration: none;
	color: #999999;
}
.home .container, .theme .container, .article .container {
	position: relative;
}
.theme, .article {
    margin: 3rem 0 0 0;
}
.article-list {
    background: #F0F0F0;
    margin: 4rem 0 2rem 0;
}
.theme .container, .article .container {
    border-radius: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .1) !important;
	background: #FEFFFE;
}
.theme .container-body, .article .container-body {
	padding: 2rem 1rem;
}

@media (min-width: 992px) {
	.home .container-body, .theme .container-body, .article .container-body {
		padding: 3rem 1rem;
	}
	.home .container-body, .theme .container-body {
		width: 50%;
	}
	.theme .container:before {
		background-image: url("../img/dataleap-icon-black.png");
		z-index: 1;
		opacity: 0.1;
	}
}

.text-byline {
	color: #F57B08;
	font-weight: 300;
}
.text-headline {
	font-weight: 300;
	margin-bottom: 1.5rem;
}
.text-lead {
	font-weight: 400;
	color: var(--text-secondary);
	font-size: clamp(1.1rem, 1.05rem + 0.25vw, 1.3rem);
	line-height: 1.6;
}
.text-fineprint {
	font-size: calc(.950rem + .25vw);
	font-weight: 300;
}
.text-body {
	margin-top: 2rem;
	font-weight: 300;
	color: var(--text-secondary) !important;
	font-size: clamp(1rem, 1.05rem + 0.25vw, 1.2rem);
	line-height: 1.7;
}
.text-body h1 {
	font-size: calc(1.1rem + .5vw);
	margin-bottom: 1.5rem;
}
.text-body h2 {
	font-size: calc(1.05rem + .45vw);
	margin-bottom: 1.25rem;
}
.text-body h3 {
	font-size: calc(.9rem + .4vw);
	margin-bottom: 1rem;
}
.text-body h4 {
	font-size: calc(.75rem + .35vw);
	margin-bottom: 0.75rem;
}
.text-body ul {
	list-style-type: "⇢";
}
.text-body ul li {
	padding: .25rem 0 .25rem 1rem;
}
.text-body img {
	width: 100%;
	margin: 3rem auto;
	display: flex;
}
@media (min-width: 992px) {
	.text-lead {
		font-size: calc(1rem + .25vw);
	}
	.text-fineprint {
		font-size: calc(.875rem + .25vw);
	}
	.text-body {
		font-size: calc(1rem + .25vw);
	}
	.text-body img {
		width: 75%;
	}
}
.text-tag {
	color: #A12560;
}

.card {
	border: 1px solid var(--accent-color);
	position: relative;
	transform-style: preserve-3d;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transform-origin: center bottom;
}

a.card {
	color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
	display: block;
}

/* Card deck hover effect - disabled on mobile for better touch experience */
@media (hover: hover) and (pointer: fine) {
	a.card::before,
	a.card::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border: 1px solid var(--accent-color);
		background: #FFFFFF;
		border-radius: inherit;
		transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		z-index: -1;
	}

	a.card::before {
		transform: rotate(0deg) translateZ(-1px);
	}

	a.card::after {
		transform: rotate(0deg) translateZ(-2px);
	}

	a.card:hover {
		color: rgba(0, 0, 0, 1);
		transform: translateY(-10px) rotateX(8deg);
		box-shadow: 0 20px 40px rgba(0,0,0,0.1);
	}

	a.card:hover::before {
		transform: rotate(-2deg) translateY(-5px) translateZ(-10px);
		box-shadow: -2px 4px 8px rgba(0,0,0,0.03);
	}

	a.card:hover::after {
		transform: rotate(2deg) translateY(-8px) translateZ(-20px);
		box-shadow: 2px 6px 12px rgba(0,0,0,0.03);
	}
}

/* Simple touch effect for mobile */
@media (hover: none) or (pointer: coarse) {
	a.card:active {
		transform: scale(0.98);
		transition: transform 0.1s ease;
	}
}

/* Preview/Draft Card Styling */
.card.card-preview {
	opacity: 0.6;
	filter: grayscale(50%);
	border-color: #CCCCCC;
	color: #999999;
	position: relative;
}

.card.card-preview .card-header {
	background-color: #F5F5F5;
}

.card.card-preview .card-header small {
	color: #AAAAAA;
}

.card.card-preview .card-header h2 {
	color: #777777;
}

.card.card-preview .card-body p {
	color: #AAAAAA !important;
}

.card.card-preview .card-body span {
	color: #BBBBBB;
}

/* Keep ribbon visible on preview cards */
.card.card-preview .ribbon span {
	background-color: #CCCCCC;
	color: #666666;
}
.card-header {
	background-color: #F0F0F0;
}
.card-header small {
	color: #F57B08;
	font-weight: 300;
}
.card-header h2 {
	font-size: 1.25rem;
	font-weight: 300;
}
.card-body p {
	font-weight: 300;
	color: #676767 !important;
	font-size: 0.9rem;
}
.card-body span {
	color: #A12560;
	font-size: 0.85rem;
}

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #FBA208;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

i.a {
	color: transparent;
	font-size: 1%;
}
i.b {
	font-style: normal;
	display: inline;
}

footer {
    margin-top: 1rem;
	padding: 0 1rem;
	background-image: linear-gradient(#373737, #373737) !important;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 115%;
}
footer .container {
	padding: 1.5rem 0;
	color: #F6F6F6;
	font-size: .825em;
}
footer .head {
	font-size: .875em;
	text-transform: uppercase;
	font-weight: 400;
	color: #CCCCCC;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}
footer ul {
	padding-left: 1rem;
	list-style-type: "⇢"; /*→*/
}
footer ul li{
	font-size: .825em;
	font-weight: 300;
	padding-left: 0.5rem;
}
footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
footer a:hover, footer a:active, footer a:focus {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}

footer .brand img {
	height: 45px;
}

.overlay {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:10;
    background-color: rgba(0, 0, 0, .5);
    pointer-events: none;
	opacity: 0;
	animation: ffadein .2s cubic-bezier(.39, .575, .565, 1.000);
}
@keyframes ffadein{
    0% {opacity:0}
    100% {opacity:1}
}