/*!
Theme Name: payback
Theme URI: http://underscores.me/
Author: Kuuki Marketing Lab Oy
Author URI: http://www.kuuki.fi
Description: payback theme
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: payback
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.

payback 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.
current-menu-item
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

@font-face {
    font-family: 'Encode Sans Expanded';
    src: url('fonts/EncodeSansExpanded-ExtraBold.eot');
    src: local('fonts/EncodeSansExpanded-ExtraBold'), local('EncodeSansExpanded-ExtraBold'),
        url('fonts/EncodeSansExpanded-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/EncodeSansExpanded-ExtraBold.woff2') format('woff2'),
        url('fonts/EncodeSansExpanded-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Encode Sans Expanded';
    src: url('fonts/EncodeSansExpanded-Medium.eot');
    src: local('fonts/EncodeSansExpanded-Medium'), local('EncodeSansExpanded-Medium'),
        url('fonts/EncodeSansExpanded-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/EncodeSansExpanded-Medium.woff2') format('woff2'),
        url('fonts/EncodeSansExpanded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Encode Sans';
    src: url('fonts/EncodeSans-Bold.eot');
    src: local('fonts/EncodeSans-Bold'), local('EncodeSans-Bold'),
        url('fonts/EncodeSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/EncodeSans-Bold.woff2') format('woff2'),
        url('fonts/EncodeSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Encode Sans';
    src: url('fonts/EncodeSans-Regular.eot');
    src: local('fonts/EncodeSans-Regular'), local('EncodeSans-Regular'),
        url('fonts/EncodeSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/EncodeSans-Regular.woff2') format('woff2'),
        url('fonts/EncodeSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

:root {
	--theme-font: 'Encode Sans', sans-serif;
	--heading-font: 'Encode Sans Expanded', sans-serif;
	--color-p: #171717;
	--color-coal: #171717;
	--color-shoe-wax: #2B2B2B;
	--color-white: #ffffff;
	--color-red: #DA0037;
	--color-white-smoke: #f5f5f5;
	--color-light-grey: #dfdfdf;
	--color-link: #DA0037;
	--color-link-hover: #B3002D;
}

:root {
  /* Default padding for small and medium screens (< 992px) */
	--padding-top-x-large: 60px;
	--padding-top-large: 60px;
	--padding-top-medium: 40px;
	--padding-top-small: 20px;

	--padding-bottom-x-large: 60px;
	--padding-bottom-large: 60px;
	--padding-bottom-medium: 40px;
	--padding-bottom-small: 20px;
}

@media (min-width: 992px) {
  /* Larger padding for large screens and up (≥ 992px) */
  :root {
	--padding-top-x-large: 180px;
    --padding-top-large: 80px;
    --padding-top-medium: 60px;
    --padding-top-small: 40px;

	--padding-bottom-x-large: 180px;
    --padding-bottom-large: 80px;
    --padding-bottom-medium: 60px;
    --padding-bottom-small: 40px;
  }
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-p);
	font-family: var(--theme-font);
	font-size: 1.05rem;
	line-height: 1.6;
	background-color: var(--color-white);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: geometricPrecision;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}

body.disable-scroll {
	overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font); 
	clear: both;
	margin-bottom: 20px;
	line-height: 1.2;
	font-weight: 800;
}

h1 {
	font-size: clamp(36px, calc(36px + (64 - 36) * ((100vw - 576px) / (1400 - 576))), 64px);
	letter-spacing: -2px;
}

.post .block-main-hero h1 {
	font-size: clamp(30px, calc(30px + (50 - 30) * ((100vw - 576px) / (1400 - 576))), 50px);
	letter-spacing: -2px;
	margin-top:0;
}

.block-hero h1, 
.block-video-hero h1 {
	font-size: clamp(40px, calc(40px + (90 - 40) * ((100vw - 576px) / (1400 - 576))), 90px);
}

h2 {
    font-size: clamp(26px, calc(26px + (38 - 26) * ((100vw - 576px) / (1400 - 576))), 38px);
	letter-spacing: -1.5px;
}

h3, .single h2, .post .entry-content blockquote p {
	font-size: clamp(20px, calc(20px + (30 - 20) * ((100vw - 576px) / (1400 - 576))), 30px);
	letter-spacing: -1px;
}

h4, .lift h2, h2.section-title, .lift h3, .ukk.accordion h2 span {
	font-size: clamp(18px, calc(20px + (24 - 18) * ((100vw - 576px) / (1400 - 576))), 24px);
}

h5 {
	font-size: clamp(16px, calc(16px + (18 - 16) * ((100vw - 576px) / (1400 - 576))), 18px);
}

p {
	margin-bottom: 1.5em;
}


dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

.wp-block-quote h2 {
    padding-left: 110px;
    position: relative;
}

.wp-block-quote h2:before {
	content: '';
	background-image: url(images/quote.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 100px;
	height: 60px;
	background-size: contain;
	position: absolute;
    left: 0px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */

:root :where(.wp-block-button .wp-block-button__link),
:root :where(.wp-block-button .wp-block-button__link):hover {
	transition: all 700ms cubic-bezier(.19,1,.22,1);
}

a.button, 
.wp-block-button.is-style-fill a.wp-block-button__link.wp-element-button, 
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    border: 2px solid var(--color-link);
    border-radius: 5px;
    background: var(--color-link);
    color: var(--color-white);
    line-height: 1;
    padding: 18px 32px;
    text-decoration: none;
    transition: all 400ms cubic-bezier(.19,1,.22,1);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	font-family: var(--theme-font);
	font-weight: bold;
}

.wp-block-button.is-style-outline a.wp-block-button__link.wp-element-button {
	transition: all 400ms cubic-bezier(.19,1,.22,1);
}

.wp-block-button a.wp-block-button__link.wp-element-button:hover, 
.wp-block-button.is-style-outline a.wp-block-button__link:hover, 
a.button.button-ghost:hover, 
a.button:hover, 
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    background: var(--color-link-hover) !important;
    border: 2px solid var(--color-link-hover);
    color: var(--color-white)!important;
}

:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {
	padding: 13px 32px!important;
	font-family: var(--theme-font);
	font-weight: bold;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	width: 100%;
}

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

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--color-link);
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: var(--color-link-hover);
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid var(--color-link);
    border-radius: 5px;
    background: var(--color-link);
    color: var(--color-white);
    line-height: 1;
    padding: 16px 32px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    transition: all 700ms cubic-bezier(.19,1,.22,1);
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 2px solid var(--color-link-hover);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border: 2px solid var(--color-pink);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--color-white);
	border: 2px solid var(--color-white);
	border-radius: 5px;
	padding: 11px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: var(--color-white);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

form.search-form {
	display: flex;
	gap: 10px;
}

/* Navigation
--------------------------------------------- */
.nav-container {
	position: relative;
	width: 100%;
	z-index: 3;
	transition: all .3s ease-in-out;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: var(--color-coal);
}

@media (min-width: 992px) {
	.nav-container {position: absolute; background-color: transparent;}
}

.site-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 15;
	transition: all 0.3s ease-in-out;
	padding-right: 15px;
    padding-left: 15px;
	max-width: 1600px;
	font-family: var(--heading-font);
}

.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation ul li {
	position: relative;
}

.main-navigation a {
	color: var(--color-white);
	text-decoration: none;
}

.has-light-hero .main-navigation a {
	color: var(--color-coal);
}
	
.main-navigation ul ul {
	display: none;
	margin-top: 0px;
	margin-left: 10px;
}

.main-navigation ul ul ul {
	display: none;
	margin-left: 25px;
}

button.menu-button {
	background-color: transparent;
	background: none;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	content: "";
	z-index: 99;
	position: relative;
	top: 4px;
	border-radius: 0;
	padding: 0 10px;
	background: transparent !important;
}

.menu-button:before,
.menu-button.toggled-on:before {
	margin-right: 5px;
}

.no-js .menu-button {
	display: none;
}

/*! Hamburgers */

.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}


.hamburger-box {
	width: 2.5rem;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -0.1rem;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 2.0rem;
	height: 2px;
	background-color: var(--color-white);
	border-radius: 0;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger.toggled-on .hamburger-inner,
.hamburger.toggled-on .hamburger-inner::before,
.hamburger.toggled-on .hamburger-inner::after {
	background-color: var(--color-red);
}


.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -0.5rem;
}

.hamburger-inner::after {
	bottom: -1rem;
}

.hamburger--collapse .hamburger-inner,
.hamburger .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after,
.hamburger .hamburger-inner::after {
	top: -1rem;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before,
.hamburger .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.toggled-on .hamburger-inner,
.toggled-on.hamburger .hamburger-inner {
	transform: translate3d(0, -0.7rem, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.toggled-on .hamburger-inner::after,
.toggled-on.hamburger .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.toggled-on .hamburger-inner::before,
.toggled-on.hamburger .hamburger-inner::before {
	top: 0;
	transform: rotate(-90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*! Mobile menu */

@media (max-width: 991px) {
	.site-header-menu .main-navigation {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		pointer-events: none;
		transition: all 0.3s ease-in-out;
		-webkit-transform: translateX(100vh);
		-ms-transform: translateX(100vh);
		transform: translateX(100vh);
		left: 0;
		right: 0;
		background-color: var(--color-coal);
		height: 100vh;
		margin: 0;
		top: 105px;
		overflow: auto;
		padding-bottom: 75px;
		-webkit-overflow-scrolling: touch;
		z-index: 9;
	}

	.site-header-menu.toggled-on .main-navigation {
		pointer-events: none;
		transition: all 0.3s ease-in-out;
		visibility: visible;
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateX(0px);
		-ms-transform: translateX(0px);
		transform: translateX(0px);
	}

	.main-navigation .menu-items {
		padding: 0;
	}

	.main-navigation ul ul {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.main-navigation ul {
		font-size: 18px;
	}

	.main-navigation ul li {
		border-bottom: 1px solid #b19f8140;
	}
	
	.has-light-hero .main-navigation a,
	.main-navigation ul li a,
	a:not([href]):not([class]),
	a:not([href]):not([class]):hover {
		display: block;
    	padding: 20px;
		padding: 20px;
   	 	line-height: 1;
		color: var(--color-white);
	}


	.main-navigation ul.sub-menu li {
		border-bottom: none;
		padding: 0;
		font-size: 15px;
		margin: 8px 0 8px;
	}
	
	.main-navigation ul.sub-menu li a {
		padding: 0 25px;
   		margin-bottom: 20px;
	}

	.main-navigation ul ul {
		margin-left: 0;
	}
	
	.current-menu-item a,
	.main-navigation li.current-menu-item > a,
	.main-navigation ul.sub-menu li.current_page_item > a {
		color: var(--color-red);
		border-left: 5px solid var(--color-red);
	}
		
	button.dropdown-toggle {
		position: absolute;
		right: 0px;
		margin: 0;
		padding: 10px;
		text-align: center;
		top: 8px;
		background: transparent;
		border: none;
	}
	

	.main-navigation ul.sub-menu.has-sub-menu button.dropdown-toggle {
		top: -15px;
	}
	
	ul.sub-menu.toggled-on {
		display: block;
	}

}

/* Navigation desktop media query */
@media only screen and (min-width: 992px) {
	button.menu-button {
		display: none;
	}
	
	.site-header-menu {
		position: relative;
	}
	

	.site-header-menu .main-navigation {
		opacity: 1;
	}

	.site-header-menu .main-navigation ul {
		justify-content: flex-end;
   		display: flex;
    	align-items: center;
	}
	
	.main-navigation ul li > a {
		font-size: 16px;
		padding: 12px 10px;
		display: block;
		font-weight 600;
	}
	
	.main-navigation ul li > a:hover {
		color: var(--color-red);
	}

	.main-navigation ul.sub-menu li a {
		display: flex;
		font-size: 14px;
		text-transform: none;
	}
	

	.main-navigation ul li:hover:before {
		position: absolute;
		content: "";
		width: 100%;
		height: 5px;
    	bottom: -32px;
		left: 0;
	}
	
	.main-navigation li.current-page-ancestor > a,
	.main-navigation li.current-menu-item > a,
	.main-navigation ul.sub-menu li.current_page_item > a,
	.main-navigation ul.sub-menu li a:hover,
	.main-navigation ul.sub-menu li.current-menu-item a {
		color: var(--color-red);
		transition: all 400ms cubic-bezier(.19,1,.22,1);
	}
	
	.main-navigation li.current-menu-item > a:after {
		content: '';
        width: 100%;
        display: block;
        height: 30px;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -30px;
		left: 0;
	}
					
	.main-navigation ul.sub-menu li > a {
		padding: 12px 20px;
	}
	
	.main-navigation ul.sub-menu li a:hover,
	.main-navigation ul.sub-menu li.current-menu-item a {
		color: var(--color-red);
		text-decoration: underline;
	}
	
	.main-navigation ul.sub-menu li:last-child a:hover {
		border-radius: 0 0 5px 5px;
	}
	
	.main-navigation ul.sub-menu.has-sub-menu ul.sub-menu li:last-child a:hover {
		border-radius: 0 0 15px 0px;
	}
	
	.main-navigation ul.sub-menu li:hover:before {
		display: none!important;
	}

	.main-navigation ul li {
		position: relative;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
		border-bottom: none;
		display: flex;
		line-height: 1.2;
		text-align: center;
		align-items: center;
	}
	
	.site-header .main-navigation ul li {
		margin: 0 8px;
	}
	
	.site-header .main-navigation ul li.button a {
		background: transparent;
		border: 2px solid var(--color-red);
		border-radius: 4px;
		transition: all 400ms cubic-bezier(.19,1,.22,1);
		display: flex;
		padding: 12px 16px;
	}
	
	.site-header .main-navigation ul li.button.current-menu-item a,
	.site-header .main-navigation ul li.button a:hover {
		background: var(--color-red);
		color: var(--color-white);
		transition: all 400ms cubic-bezier(.19,1,.22,1);
	}
	
	.site-header .main-navigation ul li.button.current-menu-item a:after,
	.site-header .main-navigation ul li.button a:hover:after {
		filter: invert(90%) sepia(5%) saturate(2995%) hue-rotate(66deg) brightness(95%) contrast(109%););
	}
	
	.site-header .main-navigation ul li.menu-item-has-children {
		margin-right: 20px;
	}

	.main-navigation li.mobile-only {
		display: none;
	}

	.main-navigation ul.sub-menu {
		position: absolute;
		display: none;
		top: 57px;
		border-radius: 5px;
		left: 0px;
		margin-left: 0;
		padding: 0px;
		background-color: var(--color-coal);
		box-shadow: 0 2px 3px rgba(49, 51, 53, 0.6);
		z-index: 999;
		column-count: 1;
		width: 180px;
	}
	
	.site-header .main-navigation ul.sub-menu li {
		margin: 0;
	}
	
	.main-navigation ul.sub-menu.has-sub-menu ul.sub-menu::before {
		border-color: transparent transparent #fff;
		border-style: solid;
		border-width: 0 5px 5px;
		top: 15px;
		content: '';
		display: block;
		height: 0;
		left: -8px;
		position: absolute;
		transform: scale(1);
		transition: all 0.2s cubic-bezier(0.19, 1, 0.22, 1);
		width: 0;
		transform: rotate(270deg);
	}

	.no-js .main-navigation ul ul li,
	.main-navigation ul ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #80A4FF;
		text-align: left;
	}
	
	.main-navigation ul ul li:last-child {
		border-bottom: none;
	}

	.main-navigation ul .has-sub-menu > li {

	}

	.no-js .main-navigation ul ul ul,
	.main-navigation ul ul ul {
		top: 0px;
		left: 100%;
		margin-left: 0;
		margin-top: 0px;
		padding: 0;
	}

	button.dropdown-toggle {
		width: 18px;
		height: 18px;
		padding: 0;
		border: none;
		background-color: transparent!important;
	}

	.main-navigation ul.sub-menu.toggled-on,
	.main-navigation ul li:hover > ul {
		display: inline-flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.main-navigation ul li.two-col:hover > ul {
		display: inline-block;
		flex-direction: unset;
	}
	
	.menu-item.menu-item-has-children::after {
		content: '';
		display: block;
		height: 2.5rem;
		position: absolute;
		top: 100%;
		width: 100%;
	}
	
	.main-navigation ul.sub-menu.has-sub-menu ul.sub-menu {
		position: absolute;
		top: 0px;
		left: 300px;
		border-radius: 0px 15px 15px 0px;
		padding: 0;
	}
		
}

.main-navigation ul .dropdown-toggle:after {
	background-image: url(images/CaretDown.svg);
	background-repeat: no-repeat;
	width: 18px;
    height: 18px;
    border: none;
	vertical-align: text-top;
	margin: 0;
}

.main-navigation ul .dropdown-toggle.toggled-on:after {
	transform: rotate(180deg);
}


ul.sub-menu .menu-item > a::after {
	display: none;
}


/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-readers, 
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.padding-top-x-large {
  padding-top: var(--padding-top-x-large)
}

.padding-top-large {
    padding-top: var(--padding-top-large)
}

.padding-top-medium {
    padding-top: var(--padding-top-medium)
}

.padding-top-small {
    padding-top: var(--padding-top-small)
}

.no-padding-top {
    padding-top: var(--padding-top-none)
}

.padding-bottom-x-large {
    padding-bottom: var(--padding-bottom-x-large)
}

.padding-bottom-large {
    padding-bottom: var(--padding-bottom-large)
}

.padding-bottom-medium {
    padding-bottom: var(--padding-bottom-medium)
}

.padding-bottom-small {
    padding-bottom: var(--padding-bottom-small)
}

.no-padding-bottom {
    padding-bottom: var(--padding-bottom-none)
}

.site-footer {
	font-family: var(--heading-font);
	padding-bottom: 80px;
	padding-top: 80px;
	background-color: var(--color-coal);
	background-image: url(/wp-content/themes/payback/images/hero-bg-black.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.site-footer p,
.site-footer ul {
	list-style: none;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
}

.footer-bottom {
	border-top: 1px solid #80A4FF;
}

.footer-bottom ul {
    list-style: none;
    display: flex;
    margin: 0;
	padding: 0;
    justify-content: space-between;
}

.article-image {
	aspect-ratio: 1320/650;
	background-size: cover;
    position: relative;
}

.article-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

span.category {
    text-transform: uppercase;
    letter-spacing: 0.5px;
	color: var(--color-red);
	font-weight: 600;
}

.has-text-align-center {
	text-align: center;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 > a.wp-block-button__link {
	width: 100%;
}

.accordion-button:not(.collapsed) {
	background-color: var(--color-red);
}

.accordion-item .accordion-button:focus,
.accordion-item .accordion-button:hover {
	border: none!important;
}

.ukk.accordion .accordion-button,
.ukk.accordion .accordion-item {
	background: transparent!important;
	color: var(--color-white);
	border: none!important;
}

.ukk.accordion .accordion-button:hover span {
	color: var(--color-red);
}

.ukk.accordion .accordion-button {
    padding: 5px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff3d !important;
	border-radius: 0 !important;
}

.ukk.accordion .accordion-body {
	padding: 0 0 30px 0!important
}

.ukk.accordion .accordion-button::after {
	filter: invert(1);
}

p.breadcrumbs {
    font-family: var(--heading-font);
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 40px;
}

p.breadcrumbs a:hover {
	color: var(--color-red);
}

.is-style-section-headline {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 500;
}

.wp-block-image img {
	border-radius: 5px;
}

/* Post */
.post-featured-image {
	aspect-ratio: 3 / 2;
    object-fit: cover;
}

#breadcrumbs, #breadcrumbs span, #breadcrumbs a {
	color:var(--color-white);
	font-family:var(--theme-font);
	text-transform:uppercase;
	letter-spacing: 1px;
    font-size: 14px;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

.toc {
	background-color:var(--color-light-grey);
}

#social-sharing-container span {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-right: 24px;
	display: inline;
	top: 3px;
	position: relative;
}

.social-sharing-icon {
	width: 24px;
	height: 24px;
	opacity: 1;
	display: block;
	margin-right: 24px;
}

.social-sharing-icon:hover {
	opacity: 0.6;
}

.social-sharing-icon:after {
	content: '';
	width: 24px;
	height: 24px;
	display: block;
	background-color:var(--color-coal);
	position: relative;
}

.social-sharing-icon-facebook:after {
	mask-image: url(/wp-content/uploads/2025/09/icon-facebook.svg);
	mask-size: 24px 24px;
}

.social-sharing-icon-linkedin:after {
	mask-image: url(/wp-content/uploads/2025/09/icon-linkedin.svg);
	mask-size: 24px 24px;
}

.jump-links {
	background-color:var(--color-white-smoke);
	padding:20px;
	border:1px solid #D9D9D9CC;
}

.jump-links h4 {
	font-size:18px;
}

.jump-list {
	margin:0;
	padding:0;
	list-style: none;
}

ul.jump-list li {
	margin-bottom: 5px;
	display: flex;
}

.jump-list a {
  position: relative; /* so ::before is positioned relative to this */
  font-family: var(--theme-font);
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  padding-left: 25px;    /* leave space for the arrow */
}

.jump-list a::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 0px
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  padding-right: 15px;
  transition: all 0.4s ease-in-out;
}

.jump-list a:hover::before {
  left: 3px; /* moves slightly to the right on hover */
}

.post .entry-content figcaption {
	font-family: var(--theme-font);
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0%;
}

.post .entry-content blockquote {
	border-top: 1px solid var(--color-light-grey);
	border-bottom: 1px solid var(--color-light-grey);
	margin-bottom: 40px;
    margin-top: 40px;
	padding-bottom: 30px;
}

.post .entry-content .wp-block-quote > cite {
	left: 50px;
	position: relative;
}

.post .entry-content blockquote p {
	font-family: var(--theme-font);
	font-weight: 800;
	font-style: normal;
	margin-top: 35px;
	margin-bottom: 35px;
	display:list-item;
	list-style-image:url('/wp-content/uploads/2025/09/quote.svg');
	left: 50px;
    position: relative;
	list-style-position:outside;
}

.post-tag {
    font-family: var(--heading-font);
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
    border: 1px solid var(--color-red);
    padding: 2px 8px;
    border-radius: 3px;
    margin-bottom: 2px;
    color: var(--color-coal);
}

.lift .lift-image{
	aspect-ratio: 1200/630;
	background-size: cover;
}

.lift .lift-image img {
	height: 100%;
    object-fit: cover;
    width: 100%;
}

.offset-bottom.has-white-smoke-background-color::before {
    content: '';
    position: absolute;
    height: 40%;
    left: 0;
    right: 0;
    bottom: 0px;
    background: var(--color-white);
	z-index: 1;
}

.logos figure {
    padding: 0 10px;
    margin: auto;
    max-width: 130px;
}

@media (max-width: 1399px) { 
	.main-navigation ul li > a {font-size: 14px;}
}

@media (max-width: 1199px) { 
	.main-navigation ul li > a {font-size: 12px; padding: 12px 5px;}
}

@media (max-width: 991px) { 
	.main-navigation ul li > a {font-size: 16px; padding: 20px;}
}

@media (max-width: 767px) { 
	main {overflow-x: hidden;}
	.wp-container-core-group-is-layout-8bef542a {grid-template-columns: repeat(3, minmax(0, 1fr))!important;}
}