/*!
Theme Name: Erkeengler
Theme URI: http://underscores.me/
Author: Insite Media AS
Author URI: https://insitemedia.no
Description: Custom boilerplate for Erkeengler
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: im-erkeengler
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Erkeengler is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--var-primary: #131D40;
	--var-purple: #160C24;
	--var-lightblue: #E5F6FF;
	--var-black: #2B2B2B;
	--var-secondary: #FDF4E8;
	--var-orange: #ED4D16;
	--var-white: #ffffff;
	--var-dark-white: #E8DAC6;
	--var-semi-white: #F1E5D5;
	--var-contrast: #09A2EE;
	--var-main-font: "heebo", sans-serif;
	--var-spirit: "new-spirit", serif;
	--var-h1: 2.686rem;
	--var-h2: 2.488rem;
	--var-h3: 2.074rem;
	--var-h4: 1.728rem;
	--var-h5: 1.44rem;
	--var-h6: 1.2rem;
	--var-p: 1rem;
	--var-small: 0.833rem;
	--var-extrasmall: 0.694rem;
}

html {
	font-size: 18px;
	box-sizing: border-box;
	margin: 0;
}

*, *::after, *::before {
	box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, p, a, button {
	font-family: var(--var-spirit);
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--var-purple);
	opacity: 0.8;
}

p {
	font-family: var(--var-main-font);
	font-weight: 400;
	font-size: var(--var-p);
	line-height: 1.5;
	opacity: 0.8;
}

h1 {
	font-size: var(--var-h1);
}

.blog-content ul li,
.blog-content ol li {
	font-family: var(--var-main-font);
	font-weight: 400;
	font-size: var(--var-p);
	line-height: 1.5;
	opacity: 0.8;
}

#hero .col-7,
#hero .col-8 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

#hero .col-7 h1,
#hero .col-8 h1 {
	margin-bottom: 0;
}


.button-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.event-footer {
	display: flex;
	align-items: center;
}

.status-pill {
	display: inline-flex;
	margin-left: auto;
	padding: 8px 12px;
	font-style: italic;
	font-weight: 500;
	color: var(--var-purple);
	background: var(--var-dark-white);
	border-radius: 5px;
	font-family: var(--var-spirit);
}

.status-pill.available {
	background: #1BEA83;
}

.status-pill.full,
.status-pill.done {
	background: #EA1B1B;
	color: var(--var-white);
}

.satus-pill.external {
	background: #EAE219;
}

.main-btn {
	background: var(--var-orange);
	color: var(--var-white);
	font-size: var(--var-p);
	border-radius: 25px;
	padding: 8px 22px;
	transition: all 0.25s;
	border: 2px solid var(--var-orange);
	text-decoration: none;
	transition: all 0.25s;
}

.main-btn:hover {
	background: transparent;
	color: var(--var-purple);
}

.darksection {
	background: var(--var-dark-white);
	padding-top: 90px;
	padding-bottom: 90px;
}

.flex-event-info {
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 25px;
}

.flex-event-info .info {
	flex: 1 0 50%;
	max-width: calc(50% - 7.5px);
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.btn-link {
	color: var(--var-purple);
	font-size: var(--var-p);
	transition: all 0.25s;
	text-underline-offset: 1px;
	opacity: 0.8;
}

.numbercard.eventcard.card-4 h2 {
	font-size: var(--var-h2);
}

.numbercard.eventcard.card-4 p {
	font-size: var(--var-p);
}

.numbercard.eventcard.card-4 h6 {
	font-weight: 500;
	font-style: italic;
	opacity: 1;
}

.supportcard {
	background: var(--var-semi-white);
	border-radius: 25px;
	padding: 70px 25px;
	text-align: center;
	min-height: 635px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	height: 100%;
}

.supportcard.business {
	min-height: 800px;
}

.supportcard h6 {
	font-family: var(--var-spirit);
	font-weight: 500;
	font-size: 25px;
	color: var(--var-purple);
}

.supportcard a {
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
}

.supportcard p {
	font-size: var(--var-p);
	line-height: 1.5;
}

.supportcard p.small {
	margin-top: 10px;
}

#dissapprove {
	text-align: left;
	margin: 35px 0;
}

#dissapprove h3 {
	font-size: var(--var-h3);
}

#dissapprove p {
	font-size: var(--var-p);
	line-height: 1.5;
}

.toggles {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 2px solid var(--var-orange);
    border-radius: 50px;
    padding: 0;
    gap: 2px;
    width: fit-content;
    margin: 0 auto;
}

#helperText {
	font-family: var(--var-main-font);
    font-weight: 400;
    opacity: 0.8;
}

.toggle {
    padding: 10px 20px;
    border: none;
    border-radius: 50px;
    background: transparent;
    font-family: var(--var-spirit);
    font-size: var(--var-p);
    color: var(--var-purple);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.toggle.active {
    background: var(--var-orange);
    color: white;
}

#toggle-1, #toggle-2 {
    display: none;
}

#toggle-1.active, #toggle-2.active {
    display: block;
}

ul.benefits {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: flex-start;
	align-self: flex-start;
	list-style: none;
	margin: 20px 0;
	padding: 0;
	align-self: center;
}

ul.benefits li {
	font-size: var(--var-p);
	display: flex;
	align-items: center;
	gap: 5px;
}

ul.benefits i {
	color: var(--var-orange);
}

.supportcard .orangepill {
	background: var(--var-orange);
	padding: 8px 12px;
	border-radius: 5px;
	color: var(--var-secondary);
	font-family: var(--var-spirit);
	font-weight: 500;
	font-size: var(--var-p);
	display: inline-flex;
	align-self: center;
}

.supportcard h2 {
	font-size: 40px;
	font-weight: 500;
}

.numbercard.eventcard.card-4 .blue-btn {
	margin-top: 25px;
}

.btn-link:hover {
	text-underline-offset: 2px;
	color: var(--var-purple);
	opacity: 1;
}

#nf-form-1-cont label,
#nf-form-1-cont span {
	font-family: var(--var-spirit) !important;
	font-size: var(--var-p) !important;
	font-weight: 500 !important;
	margin-bottom: 3px !important;
	color: var(--var-purple) !important;
}

#nf-form-1-cont input[type="text"],
#nf-form-1-cont input[type="date"],
#nf-form-1-cont input[type="tel"],
#nf-form-1-cont input[type="email"],
#nf-form-1-cont input[type="number"] {
	border: 2px solid var(--var-orange) !important;
	border-radius: 15px !important;
	padding: 25px 15px !important;
	font-size: 16px !important;
	font-family: var(--var-main-font) !important;
	color: var(--var-purple) !important;
	background: transparent !important;
}



.nf-error-required-error,
#nf-field-10-wrap,
#nf-field-4-wrap {
	text-align: left !important;
}

#nf-field-10-wrap p {
	font-size: var(--var-p) !important;
}

#nf-field-10-wrap p a {
	color: inherit !important;
}

#nf-field-11-wrap {
	display: flex;
	align-items: center;
}

#nf-field-4 {
	background: var(--var-purple) !important;
	height: auto !important;
	border: 2px solid var(--var-purple) !important;
	font-family: var(--var-spirit) !important;
	color: var(--var-secondary) !important;
	padding: 8px 22px !important;
	border-radius: 25px !important;
	transition: all 0.25s !important;
}

#nf-field-4:hover {
	background: transparent !important;
	color: var(--var-purple) !important;
	cursor: pointer;
}

.label-right .checkbox-wrap .nf-field-label {
	padding-left: 1% !important;
}

#nf-field-5-wrap {
	display: none !important;
}

.container-fluid {
	max-width: 85%;
	margin: 0 auto;
}

.container-fluid.space {
	margin: 63px auto;
}

#masthead {
	width: 100%;
	height: 90px;
	z-index: 22;
	position: relative;
	background: var(--var-secondary);
}

.custom-logo {
	max-width: 100px;
	min-width: 100px;
	height: auto;
}

.articles {
	margin-top: 35px;
}

.link-icon i {
	font-size: 3.5rem;
	color: var(--var-orange);
	transition: all 0.25s;
}

.link-icon i:hover {
	padding-left: 5px;
}

.article-img {
	position: relative;
}

.article-img .label {
	position: absolute;
	top: 33px;
	right: 33px;
	padding: 10px 21px;
	background: var(--var-orange);
	border-radius: 25px;
	font-size: var(--var-p);
	font-weight: 600;
	color: var(--var-white);
	text-decoration: none;
}

#masthead ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 32px;
	justify-content: flex-end;
	align-items: center;
}

#masthead ul li a {
	color: var(--var-black);
	text-decoration: none;
	font-size: var(--var-p);
	font-weight: 500;
	white-space: nowrap;
}

#masthead ul li.menu-item-has-children {
	position: relative;
	margin-right: 15px;
}

#masthead ul li.menu-item-has-children::after {
    content: "\2039";
    position: absolute;
    right: -20px;
    top: 5px;
    transform: rotate(-90deg) translateY(-169%);
    width: 15px;
    height: 15px;
    color: var(--var-black);
    font-size: 42px;
	border-radius: 0;
}

#masthead ul li.menu-item-has-children a {
	padding: 29px 0;
}

#masthead ul.sub-menu {
	display: none;
	position: absolute;
	top: 36px;
	left: -15px;
	padding: 15px;
	background: var(--var-semi-white);
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	border-radius: 15px;
}

.articles article {
	margin-bottom: 20px;
}

#masthead ul.sub-menu li a {
	color: var(--var-primary);
	font-size: var(--var-p);
	text-decoration: none;
	white-space: nowrap;
	padding: 0;
}

#masthead ul li.menu-item-has-children:hover ul.sub-menu {
	display: flex;
}

#masthead ul li.header-btn a {
	display: block;
	padding: 8px 26px;
	font-weight: 500;
	font-family: var(--var-spirit);
	border-radius: 25px;
	color: var(--var-secondary);
	background: var(--var-orange);
	border: 2px solid var(--var-orange);
	transition: all 0.25s;
}

#masthead ul li.header-btn:not(.blue-btn) {
	margin-right: -20px;
}

#masthead ul li.header-btn.bluebtn a {
	background: var(--var-primary);
	border: 2px solid var(--var-primary);
}

#masthead ul li.header-btn a:hover {
	background: transparent;
	color: var(--var-black);
}


.minihero {
	width: 100%;
	height: 90px;
	background: var(--var-secondary);
}

#colophon {
	background: var(--var-primary);
	padding-top: 112px;
	padding-bottom: 112px;
}

#colophon hr {
	background: var(--var-secondary);
	height: 1px;
	margin: 20px 0;
	width: 100%;
	border-color: var(--var-secondary);
	display: block;
	opacity: 1;
}

a.blue-btn,
button.blue-btn {
	background: var(--var-purple);
	color: var(--var-secondary);
	padding: 8px 22px;
	border-radius: 25px;
	text-decoration: none;
	transition: all 0.25s;
	border: 2px solid var(--var-purple);
	display: inline-flex;
	align-self: flex-start;
	font-size: var(--var-p);
}

#colophon .wrap {
	display: flex;
	gap: 75px;
	justify-content: flex-start;
}

#colophon .wrap .foot {
	flex: 1 0 auto;
}

#colophon .wrap h2 {
	color: var(--var-secondary);
}

#colophon ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	gap: 8px;
	display: flex;
	flex-direction: column;
}

#colophon ul li {
	display: inline-flex;
	align-self: flex-start;
}

#colophon ul li a {
	text-decoration: none;
	color: var(--var-secondary);
	font-size: var(--var-p);
	font-weight: 500;
	font-style: italic;
	transition: all 0.25s;
}


.center {
	text-align: center;
}

#colophon a:hover {
	color: var(--var-orange);
}

.account,
.vipps {
	display: flex;
	gap: 15px;
	align-items: center;
}

.vipps p {
	margin-bottom: 0;
}

.account .footer-pill,
.vipps img {
	min-width: 110px;
}

.vipps img {
	max-width: 110px;
	height: auto;
}

#colophon .widget a {
	color: var(--var-secondary);
	font-size: 24px;
	text-decoration: none;
}

.flex-button-wrap-col {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	flex-direction: column;
	margin-top: 42px;
}

#colophon .widget .button-wrap {
	justify-content: flex-start;
	margin-bottom: 42px;
	gap: 15px;
}

#colophon .widget .button-wrap a {
	font-size: 20px;
	transition: all 0.25s;
}

#colophon .widget .flex-button-wrap-col a {
	transition: all 0.25s;
}

#colophon .widget .flex-button-wrap-col a:hover {
	color: var(--var-orange);
}

#colophon .widget .button-wrap a.alt-btn {
	border: 2px solid var(--var-secondary);
	color: var(--var-secondary);
	padding: 8px 22px;
	border-radius: 25px;
	text-decoration: none;
	transition: all 0.25s;
	background: transparent;
	display: inline-flex;
	align-self: flex-start;
}

.bluesection {
	background: var(--var-primary);
	padding: 162px 0;
}

.bluesection p {
	color: var(--var-secondary);
	font-family: var(--var-spirit);
	font-size: 45px;
	opacity: 1;
	line-height: 1.5;
}

.page-template-page-contact h3 {
	font-size: var(--var-h3);
}

.yellowsection {
	padding-top: 65px;
	padding-bottom: 65px;
	background: var(--var-secondary);
}

.card-row {
	margin-top: 35px;
}

.sportcard {
	background: var(--var-semi-white);
	padding: 25px;
	border-radius: 25px;
	min-height: 431px;
	position: relative;
	display: flex;
	text-decoration: none;
	flex-direction: column;
	transition: all 0.25s;
}

.sportcard .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.numbercard {
	background: var(--var-semi-white);
	padding: 25px;
	border-radius: 25px;
	min-height: 431px;
	position: relative;
	display: flex;
	text-decoration: none;
	flex-direction: column;
	transition: all 0.25s;
}

.numbercard .bottom-placement {
	margin-top: auto;
}

a.numbercard h2,
.numbercard.single h2 {
	font-size: var(--var-h2);
}

a.numbercard:hover {
	background: var(--var-semi-white);
}

a.numbercard.center,
.numbercard.single.center {
	gap: 15px;
	align-items: center;
	justify-content: center;
}

.darksection .numbercard {
	background: var(--var-secondary);
	margin-bottom: 20px;
}

a.numbercard i,
.numbercard.single i {
	font-size: 5rem;
	color: var(--var-orange);
	opacity: 0.4;
}

a.numbercard i.highlight,
.numbercard.single i.highlight {
	opacity: 1;
}

a.numbercard .bottom-placement .icons,
.numbercard.single .bottom-placement .icons {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

a.numbercard .bottom-placement .icons i,
.numbercard.single .bottom-placement .icons i {
	flex: 1 0 10%;
	max-width: calc(10% - 5px);
	font-size: 3rem;
}

.numbercard a.blue-btn {
	color: var(--var-secondary);
}

a.numbercard {
	text-decoration: none;
	color: var(--var-purple);
}

.numbercard a {
	text-decoration: none;
	color: var(--var-purple);
}

.numbercard.sticky {
	position: sticky;
	top: 32px;
}

.logged-in .numbercard.sticky {
	top: 64px;
}

.numbercard.card-1 {
	text-align: center;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.numbercard.card-2 {
	text-align: center;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.numbercard.card-4 {
	text-align: left;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 0;
}

.numbercard.card-4 h2 {
	font-size: var(--var-h2);
	font-weight: 500;
}

.pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.pagination a,
.pagination span {
	background: var(--var-semi-white);
	border: 2px solid var(--var-primary);
	border-radius: 4px;
	padding: 4px 12px;
	transition: all 0.25s;
	text-decoration: none;
	color: var(--var-primary);
}

.pagination span {
	background: var(--var-primary);
	color: var(--var-dark-white);
}

.pagination a:hover {
	background: var(--var-primary);
	color: var(--var-dark-white);
}

.numbercard .orangepill {
	background: var(--var-orange);
	color: var(--var-white);
	border-radius: 5px;
	padding: 8px 15px;
	display: inline-flex;
	align-self: flex-end;
	font-size: var(--var-p);
	font-weight: 500;
	font-style: italic;
	font-family: var(--var-spirit);
}

.numbercard p {
	opacity: 0.8;
}

.flex-people {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 5px;
}

.bordercard {
	background: var(--var-semi-white);
	border-radius: 25px;
	display: flex;
}

.bordercard h3 {
	font-size: var(--var-h3);
}

.bordercard .text {
	flex: 1 0 45%;
	max-width: 45%;
	width: 45%;
	padding: 75px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.bordercard .image-section {
	flex: 1 0 55%;
	width: 55%;
}

.marquee-container {
	overflow: hidden;
	width: 100%;
	padding-top: 70px;
	position: relative;
  }
  
  .marquee-inner {
	display: flex;
	width: max-content;
	animation: scroll-marquee 45s linear infinite;
	gap: 20px;
	padding-left: 20px;
  }
  
  .marquee-content {
	display: flex;
	gap: 20px;
  }

  .marquee-hero {
	max-width: 90%;
	width: 365px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
}

.marquee-hero strong {
	font-family: var(--var-spirit);
	font-weight: 500;
	font-style: italic;
	color: var(--var-purple);
	font-size: var(--var-small);
	margin-top: auto;
}

.marquee-hero p {
	font-size: var(--var-p);
	line-height: 1.5;
}
  
@keyframes scroll-marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); } /* match full scroll */
}

  
  .hero {
	border: 2px solid var(--var-dark-white);
	border-radius: 15px;
	padding: 35px 25px;
	flex-shrink: 0;
	position: relative;
  }
  
  .hero img {
	max-height: 65px;
	width: auto;
  }
  
  .hero-pill {
	position: absolute;
	top: 0;
	right: 25px;
	background: var(--var-dark-white);
	border-radius: 5px;
	padding: 4px 12px;
	font-family: var(--var-spirit);
	color: var(--var-purple);
	font-weight: 500;
	font-size: var(--var-p);
	transform: translateY(-50%);
	z-index: 40;
  }
  


.bordercard .image-section .full-img {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


.flex-people i {
	flex: 1 0 10%;
	max-width: calc(10% - 5px);
	font-size: 2.5rem;
	color: var(--var-orange);
	opacity: 0.4;
}

.flex-people i:last-child {
	opacity: 1;
}

.numbercard.card-3 h2 {
	margin-top: auto;
	font-size: var(--var-h2);
	font-weight: 500;
}

.numbercard.card-1 h2 {
	font-size: var(--var-h2);
	font-weight: 500;
	margin: 0;
}

.numbercard.card-2 h2 {
	font-size: var(--var-h2);
	font-weight: 500;
	margin: 0;
}

.numbercard.card-1 i {
	font-size: 6rem;
	color: var(--var-orange);
	opacity: 0.4;
}

.numbercards {
	margin-top: 35px;
}

.numbercard.card-2 i {
	font-size: 6rem;
	color: var(--var-orange);
	opacity: 0.4;
}

.numbercard.people {
	text-align: center;
	align-items: center;
	padding: 50px;
	min-height: 550px;
}

.numbercard.people .orangepill {
	align-self: center;
	margin-bottom: 25px;
}

.numbercard.people i {
	font-size: 5rem;
	color: var(--var-orange);
	opacity: 0.4;
	margin-top: auto;
}

.numbercard.people h3 {
	font-size: var(--var-h3);
}

.sportcard:hover {
	background: var(--var-dark-white);
	cursor: pointer;
}

.inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.full-img {
	border-radius: 15px;
}

.order-md-1 .inner {
	padding-right: 10%;
}

.article-img {
	overflow: hidden;
	border-radius: 25px;
	position: relative;
}

.article-img .full-img {
	position: relative;
	transition: all 0.25s;
}

article a {
	text-decoration: none;
}

.article-content {
	padding: 22px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.article-content h2 {
	margin: 0;
	font-size: var(--var-h2);
	font-weight: 500;
}

.article-img:hover .full-img {
	transform: scale(1.02);
}

.article-img .article-category {
	padding: 5px 12px;
	border-radius: 5px;
	color: var(--var-purple);
	background: var(--var-secondary);
	font-family: var(--var-spirit);
	font-size: var(--var-p);
	font-weight: 500;
	display: inline-flex;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 20;
}

.order-md-2 .inner {
	padding-left: 10%;
}

.inner h5 {
	font-size: var(--var-h5);
	font-weight: 500;
}

.sportcard {
    overflow: hidden;
}

.background-card-img {
    transition: all 0.25s;
}

.sportcard:hover .background-card-img {
    transform: scale(1.05);
}

.sportcard h4 {
	margin-top: auto;
	color: var(--var-white);
	font-size: var(--var-h4);
	position: relative;
	z-index: 10;
	opacity: 1;
}

.sportcard i {
    position: relative;
    z-index: 10;
	display: inline-flex;
	align-self: flex-end;
	color: var(--var-white);
	font-size: 3rem;
}

.col-12 h3,
.center h3 {
	font-size: var(--var-h3);
	font-weight: 500;
}

.bluesection strong {
	color: var(--var-orange);
	font-weight: 400;
}

.articles article {
	border: 2px solid var(--var-dark-white);
	border-radius: 25px;
}

.articles article .article-content {
	padding: 25px;
}

#colophon .widget .button-wrap a.alt-btn:hover {
	background: var(--var-secondary);
	color: var(--var-purple);
}

#colophon .footer-pill {
	display: inline-flex;
	align-self: flex-start;
	padding: 5px 12px;
	font-size: var(--var-p);
	color: var(--var-purple);
	font-family: var(--var-spirit);
	background: var(--var-secondary);
	border-radius: 5px;
	justify-content: center;
	text-align: center;
}

a.blue-btn:hover,
button.blue-btn:hover {
	cursor: pointer;
	background: transparent;
	color: var(--var-purple);
}

.step-row {
	display: flex;
	justify-content: flex-end;
}

.step-row button.blue-btn.prev {
	margin-right: auto;
	background: transparent;
	color: var(--var-purple);
}

.filearea {
	border: 2px solid var(--var-orange);
    border-radius: 15px;
    padding: 55px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
	background: #ED4D1610;
	margin-bottom: 35px;
}

.filearea p {
	opacity: 1;
	font-size: var(--var-p);
	line-height: 1.5;
}

.step-row button.blue-btn.prev:hover {
	background: var(--var-purple);
	color: var(--var-secondary);
}

#colophon .row.copy {
	margin-top: 155px;
	text-align: center;
}

#nextStep {
	text-align: right;
}

#colophon p {
	color: var(--var-secondary);
	font-family: var(--var-spirit);
	font-size: var(--var-p);
	font-style: italic;
	font-weight: 500;
}

#formSteps {
	display: flex;
	gap: 35px;
	margin: 0;
	padding: 0 0 35px 0;
	border-bottom: 1px solid var(--var-primary);
}

#formSteps .step {
	display: flex;
	gap: 15px;
	align-items: center;
}

#formSteps .step.active .circle {
	background: var(--var-primary);
	color: var(--var-secondary);
}

#formSteps .step p {
	margin-bottom: 0;
}

#colophon ul li a:hover {
	color: var(--var-orange);
}

#formSteps .circle {
	text-align: center;
	border: 1px solid var(--var-primary);
	padding: 2px 11px;
	border-radius: 100%;
	font-weight: 600;
}

#application-single {
	margin-top: 35px;
}

#application-single label {
	font-weight: 600;
	font-size: var(--var-small);
	margin-bottom: 5px;
	font-family: "Heebo", sans-serif;
}

#application-single input[type="text"],
#application-single input[type="date"],
#application-single input[type="tel"],
#application-single input[type="email"],
#application-single input[type="number"],
#application-single input[type="file"] {
	display: block;
	width: 100%;
	border: 1px solid #2B2B2B50;
	border-radius: 2px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
}

#application-single textarea {
	display: block;
	width: 100%;
	border: 1px solid #2B2B2B50;
	border-radius: 2px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
	min-height: 200px;
}

.form-single-row {
	margin-bottom: 15px;
}

.form-double-row {
	margin-bottom: 15px;
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.form-double-row .form-row {
	flex: 1;
}

span.req {
	color: red;
}

.radio-wrap {
	display: flex;
	gap: 25px;
	align-items: center;
}

#application-single .radio-wrap label {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 20px;
}

#application-single .radio-wrap label:hover {
	cursor: pointer;
}

#dobError {
	color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	display: none;
	margin-top: 10px;
}

.vipps-button {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
}

#idrettslag .hero.marquee-hero,
#stottespillere .hero.marquee-hero {
    margin-bottom: 30px;
	position: relative;
	padding: unset;
	min-height: 130px;
}

.page-template-page-resources .numbercard {
	margin-bottom: 20px;
}

#idrettslag .hero.marquee-hero img,
#stottespillere .hero.marquee-hero img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 165px;
}

#stottespillere .hero-pill {
	font-size: var(--var-small);
	right: 15px;
}

.vipps-button a {
	text-align: center;
	display: inline-flex;
	align-items: flex-start;
	align-self: flex-start
}

p.note {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
	margin-top: 10px;
}

#application-single h3 {
	font-size: var(--var-h3);
	font-weight: 600;
	color: var(--var-primary);
	margin-top: 55px;
}

#application-single select {
	display: block;
	width: 100%;
	border: 1px solid #2B2B2B50;
	border-radius: 2px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 16px;
}

#formButtonWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
}

#formButtonWrap button {
	border: 2px solid var(--var-primary);
	background: transparent;
	color: var(--var-black);
	border-radius: 3px;
	padding: 12px 32px;
	transition: all 0.25s;
}

#formButtonWrap button:hover {
	background: var(--var-primary);
	color: var(--var-secondary);
	cursor: pointer;
}

#formButtonWrap button#formSubmitBtn {
	background: var(--var-primary);
	color: var(--var-secondary);
}

#formButtonWrap button#formSubmitBtn:hover {
	background: transparent;
	color: var(--var-black);
}

.fundWrapper {
	display: flex;
	gap: 25px;
	align-items: flex-start;
}

.fundWrapper .fund {
	padding: 35px;
	text-align: center;
	border: 2px solid var(--var-primary);
	border-radius: 5px;
	text-decoration: none;
	color: var(--var-primary);
	transition: all 0.25s;
}

.fundWrapper .fund:hover {
	background: var(--var-primary);
	color: var(--var-secondary);
}

#hero {
	background: var(--var-secondary);
	padding-top: 75px;
	padding-bottom: 75px;
}

#hero h1 {
	color: var(--var-primary);
	opacity: 0.8;
	font-weight: 500;
	font-size: var(--var-h1);
}

.contact-person img {
	border-radius: 15px;
}

.contact-info {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.contact-info h5 {
	font-size: var(--var-h5);
	margin: 0;
}

.contact-info h6 {
	font-size: var(--var-h6);
}

.numbercard.people.newslettercard {
	min-height: 517px;
}

.numbercard.people.newslettercard a {
	margin-top: auto;
	align-self: center;
}

.numbercard.people.newslettercard h3 {
	font-size: var(--var-h3);
}

.contact-links {
	margin-top: 15px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.contact-links a {
	text-decoration: none;
	color: var(--var-primary);
	font-size: var(--var-p);
	transition: all 0.25s;
}

#hero p a {
	color: inherit;
}

.filters {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	margin-bottom: 35px;
}

.filters li a {
	text-decoration: none;
	padding: 8px 22px;
	color: var(--var-purple);
	border: 2px solid var(--var-orange);
	border-radius: 25px;
	transition: all 0.25s;
	font-family: var(--var-spirit);
	font-size: var(--var-p);
	display: inline-flex;
	font-weight: 500;
}

.filters li a:hover {
	background: var(--var-orange);
	color: var(--var-secondary);
}

.filters li a.active {
	background: var(--var-orange);
	color: var(--var-secondary);
}

#hero.mini .row:first-child {
	margin-bottom: 0;
}

.full-img {
	border-radius: 15px;
}

#hero p {
	color: var(--var-purple);
	opacity: 0.8;
	font-size: var(--var-p);
	font-weight: 400;
}

.darkbox {
	background: var(--var-semi-white);
	padding: 78px 75px;
	border-radius: 25px;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.darkbox .text {
	flex: 1 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.image-wrapper {
	position: relative;
	flex: 1 0 50%;
	max-width: 50%;
	z-index: 10;
}

.numbercard.sticky.flex-card {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.flex-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.flex-card em {
	margin-top: 35px;
}

.equipment-row select:first-child {
	flex: 1 0 50%;
	max-width: calc(50% - 15px);
}

.equipment-row input {
	flex: 1 0 25%;
	max-width: calc(25% - 15px);
}

a.text-btn {
	text-decoration: underline;
	color: var(--var-purple);
	font-size: var(--var-p);
}

.equipment-row select:last-child {
	flex: 1 0 25%;
	max-width: calc(25% - 15px);
}

.flex-card ul li {
	flex: 1 0 50%;
	max-width: calc(50% - 7.5px);
	width: calc(50% - 7.5px);
	border: 1px solid var(--var-orange);
	background: #fff;
	position: relative;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.support-wrapper {
	margin-top: 35px;
}

.flex-card ul li img {
	width: auto;
	max-height: 55px;
}

.image-wrapper .pill {
	background: var(--var-secondary);
	border: 1px solid var(--var-secondary);
	position: absolute;
}

.image-wrapper .pill.animate {
	opacity: 0;
	transform: scale(0.8);
	animation: pulse 2s;
	animation-fill-mode: forwards;
}

@keyframes pulse {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

iframe {
	width: 100%;
	height: unset;
	aspect-ratio: 16/9;
	border-radius: 15px;
}

.dark-background {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 66%;
}

.page-template-page-contact .numbercard h2 {
	font-size: var(--var-h2);
}

.image-wrapper .pill-1 {
	top: 50%;
	left: 0;
}

.image-wrapper .pill-2 {
	top: 60%;
	left: 50%;
}

.image-wrapper .pill-3 {
	top: 80%;
	left: 70%;
}

.image-wrapper .pill-4 {
	top: 35%;
	right: 0;
}

.darkbox h2 {
	font-size: var(--var-h2);
}

.darkbox p {
	font-size: var(--var-p);
}

#hero .row:first-child {
	margin-bottom: 65px;
}

img {
	max-width: 100%;
	height: auto;
}

.pill {
	font-family: var(--var-spirit);
	font-size: var(--var-p);
	color: var(--var-black);
	border: 2px solid var(--var-black);
	border-radius: 25px;
	font-weight: 500;
	font-style: italic;
	padding: 10px 15px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#openMenu {
	display: none;
	float: right;
}

#openMenu .line {
	background: var(--var-purple);
	width: 36px;
	height: 5px;
	margin: 6px 0;
	border-radius: 3px;
}

h3.form-title {
	position: relative;
	text-align: left;
}

h3.form-title .text-title {
	font-size: var(--var-h3);
	font-weight: 500;
	margin: 0;
	position: relative;
	text-align: left;
	background: var(--var-secondary);
	padding-bottom: 15px;
	padding-right: 15px;
	z-index: 20;
}

.form-font p {
	font-family: var(--var-main-font);
	font-weight: 400;
	font-size: var(--var-p);
	line-height: 36px;
	opacity: 1;
}

.form-font ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 15px;
}

.form-font {
	padding: 36px 42px;
	background: #F1E5D5;
	border-radius: 25px;
}

.form-font li {
	font-family: var(--var-main-font);
	font-weight: 400;
	font-size: var(--var-p);
	opacity: 0.8;
}

.form-font strong {
	font-family: var(--var-spirit);
	font-weight: 400;
	font-size: var(--var-p);
	line-height: 36px;
	opacity: 1;
	color: var(--var-purple);
}

fieldset {
	margin: 20px 0;
}

fieldset label {
	font-family: var(--var-spirit);
	font-size: var(--var-h3);
	font-weight: 500;
	display: block;
	margin-bottom: 5px;
	color: var(--var-purple);
	text-align: left;
}

.blog-content img {
	width: 100%;
	height: auto;
}

#equipmentRepeater {
	text-align: left;
}

button.add-equipment-row {
	background: transparent;
	border: none;
	color: var(--var-black);
	text-decoration: none;
	font-size: var(--var-p);
	opacity: 0.9;
	transition: all 0.25s;
	margin: 10px 0;
	padding: 0;
	font-family: var(--var-spirit);
}

button.add-equipment-row:hover {
	opacity: 1;
}

fieldset select,
fieldset input[type="text"],
fieldset input[type="number"],
fieldset input[type="tel"],
fieldset input[type="email"],
fieldset input[type="date"],
fieldset textarea {
	padding: 25px;
	border: 2px solid var(--var-orange);
	color: var(--var-purple);
	background: transparent;
	font-size: var(--var-p);
	font-family: var(--var-main-font);
	border-radius: 15px;
	display: block;
	width: 100%;
}

#stepFour,
#stepFour p,
#stepFour h5 {
	text-align: left;
}

#stepFour h5 {
	font-size: var(--var-h5);
	margin-bottom: 26px;
	margin-top: 52px;
}

#stepFour p {
	font-size: var(--var-p);
}

#stepFour .step-row {
	margin-top: 35px;
}

#stepFour ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.step-row button:disabled {
	opacity: 0.3;
}

.step-row button:disabled:hover {
	background: var(--var-purple);
	color: var(--var-secondary);
	cursor: unset;
}

#stepFour ul li {
	font-size: var(--var-p);
	margin: 8px 0;
}

#stepFive {
	margin: 55px 0;
}

fieldset textarea {
	min-height: 150px;
}

.checkboxes {
    display: flex;
    gap: 25px;
    align-items: center;
    flex-wrap: wrap;
}

.checkboxes label:first-child {
    flex: 1 0 100%;
}

.checkboxes label:not(:first-child) {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    cursor: pointer;
}

ul li a,
ol li a {
	max-width: 100%;
	word-break: break-all;
}

.checkboxes label:not(:first-child) input {
    display: none; /* hide real radio */
}

/* Normal unselected box */
.checkboxes label:not(:first-child) span::before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 5px;
    border: 2px solid var(--var-orange);
    background: transparent;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 18px; /* Make checkmark size good */
    color: white;
    text-align: center;
    line-height: 23px; /* center checkmark vertically */
    box-sizing: border-box;
}

/* 🎯 Highlight when checked */
.checkboxes label:not(:first-child) input:checked + span::before {
    background-color: var(--var-orange);
    border-color: var(--var-orange);
	content: "✔";
}



p.small-detail {
	font-size: var(--var-small);
	text-align: left;
	margin: 5px 0;
}

h3.form-title::after {
	content: "";
	position: absolute;
	top: 68%;
	right: 0;
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	z-index: 10;
	background: var(--var-orange);
}

.yellowsection a.numbercard:hover {
	background: var(--var-dark-white);
}

#mobOverlay {
	position: fixed;
	right: -200vw;
	top: 0;
	background: var(--var-dark-white);
	z-index: 9999;
	height: 100vh;
	width: 100vw;
	transition: all 0.25s;
}

#mobOverlay.open {
	right: 0;
}

.header-row {
	height: 90px;
}

#closeMenu {
	float: right;
}

#closeMenu .line {
	width: 36px;
	border-radius: 4px;
	height: 4px;
	background: var(--var-purple);
}

#closeMenu .line.left {
	transform: rotate(45deg);
}

#closeMenu .line.right {
	transform: rotate(-45deg);
	position: relative;
	top: -4px;
}

.logged-in #mobOverlay {
	top: 46px;
}

#mobOverlay ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: flex;
	gap: 8px;
	justify-content: flex-start;
	flex-direction: column;
}

#mobOverlay ul.sub-menu {
	margin: 8px 0;
	padding-left: 15px;
}

#mobOverlay ul li a {
	text-decoration: none;
	color: var(--var-purple);
	font-family: var(--var-spirit);
	font-size: var(--var-p);
	font-weight: 500;
	font-family: var(--var-spirit);
}

#mobOverlay ul li.header-btn:not(.bluebtn) a {
	margin-top: 35px;
}

#mobOverlay ul li.header-btn a {
	display: inline-flex;
	align-self: flex-start;
	padding: 8px 12px;
	color: var(--var-secondary);
	background: var(--var-orange);
	border: 2px solid var(--var-orange);
	transition: all 0.25s;
	border-radius: 25px;
}

#mobOverlay ul li.header-btn a:hover {
	background: transparent;
	color: var(--var-purple);
}

#mobOverlay ul li.header-btn.bluebtn a {
	background: var(--var-purple);
	border: 2px solid var(--var-purple);
}

#mobOverlay ul li.header-btn.bluebtn a:hover {
	background: transparent;
}

.embla {
    overflow: hidden;
    width: 100%;
    padding: 70px 0;
}

.embla__viewport {
    overflow: hidden;
    width: 100%;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.embla__container {
    display: flex;
    gap: 0;
    will-change: transform;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.embla__slide {
    flex: 0 0 auto;
    width: 310px;
    max-width: 90vw;
	margin-right: 10px;
	margin-left: 10px;
}

.embla--heroes .embla__slide {
	width: 390px;
}

.embla--heroes .embla__slide .hero {
	width: 100%;
	max-width: 100%;
}

.embla__slide .hero {
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.embla__slide .hero img {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}




@media screen and (max-width: 1200px) {
	#masthead ul {
		display: none;
	}

	.article-content h2 {
		word-wrap: break-word;
	}

	#openMenu {
		display: block;
	}

	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	#masthead .col-4,
	#masthead .col-8 {
		flex: 1 0 50%;
		max-width: 50%;
		width: 50%;
	}

	.order-md-1,
	.order-md-2 {
		order: 0 !important;
	}

	.darkbox {
		padding: 35px;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}

	.darkbox .text {
		flex: 1 0 100%;
		max-width: 100%;
	}

	.darkbox .image-wrapper {
		flex: 1 0 100%;
		max-width: 100%;
	}

	.container-fluid {
		max-width: 90%;
	}

	.image-wrapper .pill-2 {
		display: none;
	}

	.image-wrapper .pill {
		white-space: nowrap;
	}

	.embla--heroes .embla__slide {
		width: 80vw;
	}

	.embla__container {
		padding-left: 0;
	}

	#colophon .button-wrap {
		flex-wrap: wrap;
	}

	#colophon .button-wrap a {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	body.no-scroll,
	html.no-scroll {
		overflow: hidden;
		height: 100vh; /* optional, ensures body stays fixed */
	}

	.supportcard h2 {
		font-size: 32px;
		word-break: all;
		hyphens: auto;
	}


	#mobOverlay ul.sub-menu li a {
		font-size: 16px;
	}

	.image-wrapper .pill-3 {
		right: 16px;
		left: unset;
	}

	.image-wrapper .pill-4 {
		top: 26%;
	}
	
	#mobOverlay {
	    overflow-y: scroll;
	}
	
	#mobOverlay::-webkit-scrollbar {
	    display: none;
	}

	.darkbox h2 {
		font-size: 32px;
		word-wrap: break-word;
        hyphens: auto;
	}

	.bluesection p {
		font-size: 26px;
	}
	
	.bluesection {
	    padding: 100px 0;
	}

	.col-12 h3,
	.center h3 {
		font-size: 35px;
		word-break: break-word;
		hyphens: auto;
	}

	.sportcard {
		min-height: 331px;
		margin-bottom: 20px;
	}

	.article-content h2 {
		font-size: 22px;
		line-height: 1.5;
	}

	.article-content {
		margin-bottom: 25px;
	}

	.inner {
		padding: 20px 0 !important;
		gap: 15px;
	}

	.inner h2,
	.inner h3,
	.inner h4,
	.inner h5 {
		font-size: 32px;
	}

	.yellowsection {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.embla {
		padding: 30px 0;
	}

	.bordercard {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		gap: 0;
	}

	.bordercard .text {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
		padding: 35px;
	}

	.bordercard	.image-section {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.bordercard	.image-section .full-img {
		border-top-left-radius: 25px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		min-height: 331px !important;
	}

	.bordercard h3 {
		font-size: 30px;
	}

	.numbercard {
		min-height: 331px;
		margin-bottom: 20px;
	}

	#colophon .wrap {
		flex-wrap: wrap;
		gap: 20px;
		margin-top: 35px;
	}

	.col-3 .hero.marquee-hero {
		margin-bottom: 35px;
	}

	#colophon .wrap .foot {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}

	#colophon .copy p {
		font-size: 16px;
	}

	.vipps-button {
		gap: 12px;
	}

	.vipps-button a {
		font-size: 16px;
	}

	#hero h1 {
		font-size: 30px;
	}

	p {
		font-size: 18px;
	}

	.supportcard {
		min-height: 450px !important;
		margin-bottom: 20px;
		height: auto;
	}

	.filters {
		overflow-x: scroll;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 0;
		justify-content: flex-start;
	}

	.filters::-webkit-scrollbar {
		display: none;
	}

	.filters li a {
		white-space: nowrap;
	}

	.contact-info {
		margin-bottom: 20px;
	}

	#mobOverlay .col-6 {
		flex: 1 0 50%;
		max-width: 50%;
		width: 50%;
	}

	p {
		line-height: 1.5;
	}

	.page-template-page-contact .yellowsection .col-4 {
		flex: 1 0 50%;
		max-width: 50%;
		width: 50%;
	}

	#hero p {
		font-size: 18px;
		line-height: 1.5;
	}
}

@media screen and (max-width: 850px) {
	.page-template-page-contact .yellowsection .col-4 {
		flex: 1 0 100%;
		max-width: 100%;
		width: 100%;
	}
}

@media screen and (min-width: 1921px) {
	.container-fluid {
		max-width: 1640px;
	}
}


@media screen and (max-width: 1660px) {
    #hero .col-7,
	#hero .col-8 {
        width: 75%;
    }
    
    a.numbercard .bottom-placement .icons i,
    .numbercard.single .bottom-placement .icons i {
        font-size: 2rem;
    }
    
    a.numbercard h3, .numbercard.single h3 {
        font-size: 1.5rem;
    }
    
    #colophon .wrap h2 {
        font-size: 1.5rem;
    }
    
    #colophon .widget a {
        font-size: var(--var-p);
    }
    
    .sportcard {
        min-height: 300px;
    }
}

@media screen and (max-width: 1300px) {
    #hero .col-7,
	#hero .col-8 {
        width: 100%;
    }
    
    .filters li a {
        white-space: nowrap;
        font-size: 16px;
    }
    
}
