/*!
Theme Name: Hovarlay Awards
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
Description: Description
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hovarlay_awards
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.

Hovarlay Awards 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/
*/

/*--------------------------------------------------------------
>>> 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
:root {
	font-size: 16px;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #111111;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 1.02rem;
	line-height: 1.6;
}

.text-white {
	color: #FFFFFF;
}

.text-gray {
	color: #64748b;
}

.text-dark-gray {
	color: #475569;
}

.text-purple {
	color: #4f46e5;
}

.text-dark-purple {
	color: #312e81;
}

.text-orange {
	color: #E16548;
}

.text-111 {
	color: #111111;
}

.text-222 {
	color: #222222;
}

.text-333 {
	color: #333333;
}

.text-444 {
	color: #444444;
}

.text-555 {
	color: #555555;
}

.text-888 {
	color: #888888;
}

.text-999 {
	color: #999999;
}

.text-8 {
	font-size: 0.5rem;
}

.text-10 {
	font-size: 0.65rem;
}

.text-11 {
	font-size: 0.7rem;
}

.text-12 {
	font-size: 0.76rem;
}

.text-13 {
	font-size: 0.8rem;
}

.text-14 {
	font-size: 0.86rem;
}

.text-15 {
	font-size: 0.94rem;
}

.text-16 {
/* 	font-size: 0.97rem; */
	font-size: 1rem;
}

.text-18 {
	font-size: 1.08rem;
}

.text-20 {
	font-size: 1.25rem;
}

.text-22 {
	font-size: 1.4rem;
}

.text-24 {
	font-size: 1.55rem;
}

.text-30 {
	font-size: 1.875rem;
}

.text-36 {
	font-size: 2.25rem;
}

.text-40 {
	font-size: 2.6rem;
}

.text-xs {
	font-size: clamp(1.1rem, 1.6vw, 1.4rem);
}

.text-sm {
	font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.text-md {
	font-size: clamp(1.5rem, 2.8vw, 2.4rem);
}

.text-lg {
	font-size: clamp(2rem, 4vw, 3.6rem);
}

.text-xl {
	font-size: clamp(2rem, 4.25vw, 3.8rem);
}

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

.weight-400 {
	font-weight: 400;
}

.weight-500 {
	font-weight: 500;
}

.weight-600 {
	font-weight: 600;
}

.weight-700 {
	font-weight: 700;
}

.weight-800 {
	font-weight: 800;
}

.lh-1 {
	line-height: 1;
}

.lh-1-1 {
	line-height: 1.1;
}

.lh-1-2 {
	line-height: 1.2;
}

.lh-1-3 {
	line-height: 1.3;
}

.lh-1-55 {
	line-height: 1.55;
}

.lh-1-4 {
	line-height: 1.4;
}

.lh-1-75 {
	line-height: 1.75;
}

.lh-2 {
	line-height: 2;
}

.lh-2-5 {
	line-height: 2.5;
}

.ls--015 {
	letter-spacing: -.015em;
}

.ls--02 {
	letter-spacing: -.02em;
}

.ls--03 {
	letter-spacing: -.03em;
}

.ls-07 {
	letter-spacing: .07em;
}

.ls-12 {
	letter-spacing: 0.12em;
}

.ls-14 {
	letter-spacing: 0.14em;
}

.uppercase {
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

strong {
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

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%;
}

.margin-0 {
	margin: 0;
}

.mt-0 {
	margin-top: 0;
}

.mt-0-5 {
	margin-top: 0.5em;
}

.mt-1 {
	margin-top: 1rem;
}

.mt-1-5 {
	margin-top: 1.5rem;
}

.mt-2 {
	margin-top: 2rem;
}

.mt-2-5 {
	margin-top: 2.5rem;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-0-5 {
	margin-bottom: 0.5em;
}

.mb-1-5 {
	margin-bottom: 1.5rem;
}

.mb-2-5 {
	margin-bottom: 2.5rem;
}

.mb-4 {
	margin-bottom: 4rem;
}

.padding-0-5 {
	padding: 0.5em;
}

.padding-1-5 {
	padding: clamp(15px, 1.5vw, 20px);
}

.pb-0-5 {
	padding-bottom: 0.5em;
}

.pb-1 {
	padding-bottom: 1em;
}

.pb-1-5 {
	padding-bottom: 1.5rem;
}

.pb-2 {
	padding-bottom: 2rem;
}

.pb-2-5 {
	padding-bottom: 2.5rem;
}

.inner-m-0 p {
	margin: 0;
}

.inner-mt-0 p {
	margin-top: 0;
}


/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

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%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: inherit;
}
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
} */

/* a:focus {
	outline: thin dotted;
} */

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.page-template-default ul,
.page-template-default ol {
	margin-left: 0;
	padding-left: 1.5em;
}

.bg-gradient {
	background: linear-gradient(to bottom, rgba(246, 224, 175, 0.6) 0%, rgba(246, 224, 175, 0.3) 30%, rgba(246, 224, 175, 0) 100%);
}

.bg-gradient-invert {
	background: linear-gradient(to bottom, rgba(246, 224, 175, 0) 0%, rgba(246, 224, 175, 0.3) 70%, rgba(246, 224, 175, 0.6) 100%);
}

section.section {
	padding: clamp(40px, 7vw, 120px) 0;
}

section.section.top-half {
	padding-top: clamp(20px, 3.5vw, 60px);
}

section.section.bottom-half {
	padding-bottom: clamp(20px, 3.5vw, 60px);
}

.container {
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 24px;
}

@media screen and (min-width: 750px) {
	header .container {
		max-width: 1250px;
	}
}

@media screen and (min-width: 1700px) {
	.container.container-wide {
		max-width: 1250px;
	}
}

.max-450 {
	max-width: 450px;
	margin: 0 auto;
}

.max-680 {
	max-width: 680px;
	margin: 0 auto;
}

.max-720 {
	max-width: 720px;
	margin: 0 auto;
}

.max-800 {
	max-width: 800px;
	margin: 0 auto;
}

.max-left {
	margin: unset;
}

@media screen and (min-width: 750px) {
	.width-80 {
		width: 80%;
		margin: 0 auto;
	}
}

.w-fit {
	width: fit-content;
}

.w-full {
	width: 100%;
}

.h-full,
.h-full-extra {
	min-height: 100vh;
}

@media screen and (orientation: landscape) {
	.h-full-extra {
		min-height: 120vh;
	}
}

section.section.top-0 {
	padding-top: 0;
}

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

.bg-black {
	background-color: #111111;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-gray {
	background-color: #F4F4F4;
}

.bg-f6 {
	background-color: #F6F6F6;
}

.bg-333 {
	background-color: #333333;
}

.bg-f0 {
	background-color: #F0F0F0;
}

.bg-light-blue {
	background-color: #F2F5FF;
}

.bg-light-purple {
	background-color: #f8fafc;
}

.bg-orange {
	background-color: #E16548;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-item {
	width: 100%;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.align-start {
	align-items: flex-start;
}

.align-center {
	align-items: center;
}

.align-end {
	align-items: flex-end;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}
.flex.nowrap .flex-item-10 {
	width: 10%;
}
.flex.nowrap .flex-item-15 {
	width: 15%;
}
.flex.nowrap .flex-item-20 {
	width: 20%;
}

.flex.nowrap .flex-item-25 {
	width: 25%;
}

.flex .flex-item-sm-50 {
	width: 50%;
}

.flex.nowrap .flex-item-47 {
	width: 47%;
}

.flex.nowrap .flex-item-49 {
	width: 49%;
}

.flex.nowrap .flex-item-85 {
	width: 85%;
}

.flex.nowrap .flex-item-90 {
	width: 90%;
}

@media screen and (min-width: 750px) {
	
	.flex .flex-item-fit {
		width: fit-content;
	}
	
	.flex .flex-item-10 {
		width: 10%;
	}
	
	.flex .flex-item-15 {
		width: 15%;
	}
	.flex .flex-item-20 {
		width: 20%;
	}
	
	.flex .flex-item-25 {
		width: 25%;
	}
	
	.flex .flex-item-30 {
		width: 30%;
	}
	
	.flex .flex-item-47 {
		width: 47%;
	}
	
	.flex .flex-item-49 {
		width: 49%;
	}
	
	.flex .flex-item-85 {
		width: 85%;
	}
	
	.flex .flex-item-90 {
		width: 90%;
	}
	
	.flex.justify-end {
		justify-content: flex-end;
	}
}

.grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(10px, 1.2vw, 20px);
}

.grid .grid-item {
	grid-column: 1 / -1;
}

@media screen and (min-width: 600px) {
	.grid.grid-5,
	.grid.grid-4,
	.grid.grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.grid .grid-item.grid-item-2 {
		grid-column: span 2;
	}
	
	.grid .grid-item.grid-item-2:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
	
/* 	.grid.grid-3 .grid-item.grid-item-1:last-child:nth-child(even) {
		grid-column: 1 / -1;
	} */
	
	.grid .grid-item.grid-item-1 {
		grid-column: span 1;
	}
	
}

@media screen and (min-width: 750px) {
	.grid.grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.grid .grid-item.grid-item-3 {
		grid-column: span 3;
	}
	.grid.grid-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.grid.grid-5 {
		grid-template-columns: repeat(5, 1fr);
	}
}

.orange-top:before {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #E16548;
	position: absolute;
	top: 0;
	left: 0;
}

.rounded-30 {
	border-radius: clamp(10px, 1.8vw, 30px);
}

.rounded-20 {
	border-radius: clamp(10px, 1.25vw, 20px);
}

.rounded-15 {
	border-radius: clamp(10px, 1vw, 15px);
}

.rounded-10 {
	border-radius: clamp(5px, 0.5vw, 10px);
}

.shadow {
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.bg-image {
	position: absolute;
	width: 100%;
	height: 110%;
	object-fit: cover;
	object-position: top center;
	top: 0;
	left: 0;
}

@media screen and (orientation: portrait) {
	.bg-image {
		height: 120%;
	}
}

.grid-top:before {
	content: "";
	width: 100%;
	height: 25vw;
	background-image: url("images/npea-grid.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, -50%);
	opacity: 0.8;
}

.clouds-container .clouds {
	padding: 0 2.5%;
	max-width: 1500px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.clouds {
	position: absolute;
}

.clouds.h-full img {
	height: 100%;
	transform: translate(50%, 0);
}

.z-2 {
	z-index: 2;
}

.banner.banner-home {
	background: linear-gradient(to bottom, rgba(246, 224, 175, 0) 0%, rgba(246, 224, 175, 0.6) 100%);
	padding-top: clamp(100px, 10vw, 200px);
}

.banner.banner-home .logo-container {
	width: clamp(120px, 12vw, 150px);
}

.banner.banner-home .logo-container-inner {
	padding-top: 30%;
}

.banner.banner-home .logo-container-inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 749px) {
	.banner.banner-home .section-tag .icon-container {
		display: none;
	}
	.banner.banner-home .section-tag .text {
		width: 100%;
		justify-content: center;
	}
}

@media screen and (min-width: 750px) {
	.banner.banner-home .section-tag .text:not(:last-child):after {
		content: "·";
		margin: 0 0.25em;
		font-size: 1.5em;
		transform: translate(0, -5%);
	}
}

.bg-image.background-desktop {
	display: none;
}

@media screen and (orientation: landscape) {
	.bg-image.background-desktop {
		display: block;
	}
	.bg-image.background-mobile {
		display: none;
	}
}

.button,
.create-ar-button a {
	display: flex;
	padding: clamp(8px, 1.02vw, 16px) clamp(20px, 2.2vw, 36px);
	cursor: pointer;
	border-radius: clamp(5px, 0.5vw, 10px);
	padding: 0.75rem 2rem;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
}

.main-navigation li.create-ar-button {
	margin-top: 1em;
}

.create-ar-button a {
	text-align: center;
}

.flex .button {
	margin-top: 5px;
	margin-bottom: 5px;
}

.flex.justify-center .button {
	margin-left: 5px;
	margin-right: 5px;
}

.button.button-1 {
	color: #111111;
	background-color: #F2B269;
	border: 2px solid #F2B269;
	transition: background-color 0.5s ease, color 0.5s ease, border 0.5s ease;
}

.button.button-1:hover {
	background-color: #E16548;
	border: 2px solid #E16548;
	color: #FFF9ED;
}

.button.button-2,
.banner .button.button-3 {
	color: #111111;
	background-color: #FFFFFF;
	border: 1px solid #111111;
	transition: background-color 0.5s ease, color 0.5s ease;
}

.button.button-2:hover,
.banner .button.button-3:hover {
	background-color: #111111;
	color: #FFF9ED;
}

.button.button-3 {
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	transition: color 0.5s ease, background-color 0.5s ease;
}

.button.button-3:hover {
	background-color: #111111;
	color: #FFF9ED;
}

.button.button-purple,
.create-ar-button a {
	color: #FFFFFF;
	background-color: #6F66FF;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
	cursor: pointer;
	border: 2px solid #5952CC;
	transition: background-color 0.5s ease, border 0.5s ease;
}

.button.button-purple:hover,
.create-ar-button a:hover {
	background-color: #E16548;
	border: 2px solid #E16548;
}

.button.button-black {
	color: #FFFFFF;
	background-color: #111111;
	transition: background-color 0.5s ease;
	cursor: pointer;
	border: none;
}

.button.button-black:hover {
	background-color: #E16548;
}

.button.button-arrow {
	display: flex;
	align-items: center;
}

.button.button-arrow:after {
	content: "";
	width: 0.75em;
	height: 0.75em;
	background-image: url("images/arrow-black.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center 75%;
	margin-left: 0.75em;
	filter: none;
	webkit-filter: none;
	transition: filter 0.5s ease, -webkit-filter 0.5s ease;
}

.button.button-arrow:hover:after {
	filter: invert(96%) sepia(12%) saturate(300%) hue-rotate(340deg) brightness(105%) contrast(95%);
	-webkit-filter: invert(96%) sepia(12%) saturate(300%) hue-rotate(340deg) brightness(105%) contrast(95%);
}

/* .button.button-center {
	margin-left: auto;
	margin-right: auto;
} */

.section-tag {
	border-radius: 100px;
	padding: 6px 10px;
}

/* .section-tag-center {
	margin-left: auto;
	margin-right: auto;
} */

.section-tag .icon-container {
	height: 1.25em;
	width: 1.25em;
	margin-right: 0.5em;
}

.section-tag .icon-container img {
	object-fit: contain;
}

.section-tag .dot-container {
	height: 1.25em;
	width: 1.25em;
}

.section-tag .dot-container .dot {
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
}

.border-ddd {
	border: 1px solid #DDDDDD;
}

.border-ccc {
	border: 1px solid #CCCCCC;
}

.border-111 {
	border: 1px solid #111111;
}

.border-555 {
	border: 1px solid #555555;
}

.border-15-ccc {
	border: 1.5px solid #CCCCCC;
}

.border-dashed-ccc {
	border: 1px dashed #CCCCCC;
}

/* .form-steps {
	position: absolute;
	top: 0;
	left: 0;
} */

.form-steps {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
	padding: 0;
	margin: 0;
  transition: 0.3s ease;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
	position: sticky;
	top: 0;
	z-index: 20;
}

.form-steps.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
	padding: 1.5em 0 0 0;
	margin: 0 0 2em 0;
}

.progress-steps {
	position: relative;
}

@media screen and (max-width: 749px) {
	.container.progress-steps {
		padding-right: 0;
	}
}

.progress-steps:before {
	content: "";
	height: 2px;
	width: 95%;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	transform: translate(0, -35%);
	background-color: #e2e8f0;
	pointer-events: none;
}

.form-steps .step-indicator {
	padding: 0 clamp(10px, 1vw, 25px);
	width: 125px;
}

@media screen and (min-width: 750px) {
	.form-steps .owl-stage {
		width: 100%!important;
		display: flex;
		justify-content: space-between;
	}
	
	.form-steps .owl-carousel .owl-stage:after {
		display: none!important;
	}
}

.form-steps .owl-item {
	display: flex;
	justify-content: center;
}

.form-steps .owl-item:first-child {
	justify-content: flex-start;
}

.form-steps .owl-item:last-child {
	justify-content: flex-end;
}

.form-steps .step-indicator .number-container {
	margin-bottom: 0.25em;
}

.form-steps .step-indicator .number-container-inner {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	color: #64748b;
	border: 1px solid #e2e8f0;
	background-color: #e2e8f0;
	transition: color 0.5s ease, border 0.5s ease, background-color 0.5s ease;
}

.form-steps .step-indicator.active .number-container-inner {
	color: #4f46e5;
	background-color: #e0e7ff;
	border: 1px solid #c7d2fe;
}

.step-indicator.complete .number-container-inner {
	background-color: #4f46e5;
	font-size: 0;
}

.step-indicator.complete .number-container-inner::after {
	content: "✓";
	font-size: 0.76rem;
	color: #FFFFFF;
}

.form-steps .step-indicator .label {
	color: #94a3b8;
	transition: color 0.5s ease;
	white-space: nowrap;
}

.form-steps .step-indicator.active .label,
.form-steps .step-indicator.complete .label {
	color: #4f46e5;
}

.submission-main {
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	position: relative;
	overflow: hidden;
	margin-top: 2rem;
	transition: margin-top 0.5s ease;
}

.submission-main:has(.form-wrapper.active) {
	margin-top: 6rem;
}

@media screen and (min-width: 750px) {
	.submission-main {
		margin-top: 4rem;
	}
	.submission-main:has(.form-wrapper.active) {
		margin-top: 8rem;
	}
}

.submission-main .introduction,
.submission-main .form-wrapper,
.submission-main .thank-you {
	padding: clamp(15px, 2vw, 30px);
}

/* wrapper */
.submission-main {
  position: relative;
}

/* ALL screens */
.submission-main > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}

/* active screen */
.submission-main > div.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
	transition: opacity 0.4s ease, transform 0.4s ease;
	z-index: 2;
}

.submission-main .form-wrapper .wpcf7 form .wpcf7-response-output {
	border: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}

.cf7-multistep {
  position: relative;
}

/* all steps stacked */
.cf7-multistep .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
}

/* active step */
.cf7-multistep .step.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.cf7-multistep .step .step-heading {
	margin: 0;
	margin-bottom: 0.5em;
	line-height: 1.4;
}

.cf7-multistep .step .step-info-text {
	margin: 0;
	color: #64748b;
	font-size: 0.86rem;
}

.cf7-multistep .step .step-info-text .highlight {
	color: #4338ca;
	font-weight: 600;
}

.cf7-multistep .step .step-disclaimer {
	background-color: #fef2f2;
	position: relative;
	border-left: 4px solid #ef4444;
	padding: clamp(10px, 1vw, 20px);
	margin: 1em 0 1.5em 0;
}

.cf7-multistep .step .step-disclaimer .disclaimer-title-text,
.cf7-multistep .step .step-disclaimer .disclaimer-text p {
	margin: 0;
}

.cf7-multistep .step .step-disclaimer .step-disclaimer-title {
	margin-bottom: 0.5em;
}

.cf7-multistep .step .step-disclaimer .disclaimer-title-text {
	color: #991b1b;
	font-weight: 700;
}

.cf7-multistep .step .step-disclaimer .disclaimer-text {
	color: #b91c1c;
	font-size: 0.86rem;
}

.cf7-multistep .step .step-disclaimer .disclaimer-text .file-name-sample {
	color: #1e293b;
	background-color: #FFFFFF;
	padding: 0 0.25rem;
	border-radius: 0.25rem;
}

.cf7-multistep .step .step-disclaimer .disclaimer-text strong {
	color: #b91c1c;
}


.cf7-multistep .form-field-radio .wpcf7-list-item,
.cf7-multistep .form-field-checkbox .wpcf7-list-item {
	margin-left: 0;
	margin-right: 1em;
}

.cf7-multistep .form-field-checkbox .wpcf7-list-item label {
	display: flex;
	align-items: flex-start;
	margin-top: 0.5em;
}

.cf7-multistep .form-field-radio .wpcf7-list-item label {
	margin-top: 0.5em;
	font-weight: 400;
}

.cf7-multistep .form-field-radio.full-radio .wpcf7-list-item {
	width: 100%;
	padding: clamp(5px, 0.5vw, 10px) clamp(10px, 1vw, 25px);
	margin: 0.25em 0;
	border: 1px solid #e2e8f0;
	border-radius: clamp(5px, 0.5vw, 10px);
}

.cf7-multistep .form-field-select .select-wrapper {
	display: flex;
	width: 100%;
	position: relative;
}

.cf7-multistep .form-field-select .select-wrapper p {
	width: 100%;
}

.cf7-multistep .form-field-select .select-wrapper:after {
	content: "";
	width: 1em;
	height: 1em;
	background-image: url('images/caret-black.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	right: 1rem;
	pointer-events: none;
}

.cf7-multistep .en-text {
  display: block;
}

.cf7-multistep .id-text {
	display: block;
	font-size: 0.85em;
	color: #64748b;
	margin-top: 2px;
	font-weight: 400;
}

.wpcf7 input[type="radio"] {
  transform: scale(1.4);
  margin-right: 8px;
}

.wpcf7 input[type="checkbox"] {
    transform: scale(1.4) translate(0, 35%);
    margin-right: 12px;
}

.cf7-multistep .step .buttons,
.cf7-multistep .step .buttons p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.cf7-multistep .step.step-5 .buttons {
	margin-top: 1.5rem;
}

.cf7-multistep .step .buttons button {
	cursor: pointer;
}

.cf7-multistep .step .buttons button.next {
	color: #FFFFFF;
	background-color: #4f46e5;
	transition: background-color 0.5s ease;
	border: none;
	border-radius: clamp(5px, 0.5vw, 10px);
	padding: 0.75rem 2rem;
	font-weight: 700;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.1);
}

.cf7-multistep .step .buttons button.prev {
	background: transparent;
	background-color: transparent;
	border: none;
	padding: 0;
	display: flex;
	align-items: center;
}

.cf7-multistep .step .buttons button.prev:before {
	content: "←";
	font-size: 0.76rem;
	flex-shrink: 0;
	margin-right: 0.5em;
}

.cf7-multistep .step .buttons button.next:hover {
	background-color: #4338ca;
}

.cf7-multistep br {
	display: none;
}

.cf7-multistep label {
	font-size: 0.97rem;
	font-weight: 600;
	width: 100%;
	margin: 1em 0 0.5em 0;
	display: block;
}

.cf7-multistep label .light {
	font-weight: 400;
	color: #64748b;
}

.cf7-multistep label .file-specs {
	font-weight: 400;
	color: #64748b;
	background-color: #f1f5f9;
	font-size: 0.75rem;
	line-height: 1rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	white-space: nowrap;
}

.cf7-multistep .step .light-purple-wrapper {
	background-color: #f1f5f9;
	border: 1px solid #e2e8f0;
	border-radius: clamp(5px, 0.5vw, 10px);
	padding: clamp(5px, 0.5vw, 10px);
	margin: 0.5em 0 1em 0;
}

.cf7-multistep .step .purple-wrapper {
	background-color: #eef2ff;
	border: 1px solid #c7d2fe;
	border-radius: clamp(5px, 0.5vw, 10px);
	padding: clamp(5px, 0.5vw, 10px) clamp(10px, 1vw, 20px);
	margin: 1em 0;
}

.cf7-multistep .step .light-gray-wrapper {
	background-color: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: clamp(5px, 0.5vw, 10px);
	padding: clamp(5px, 0.5vw, 10px) clamp(10px, 1vw, 20px);
	margin: 1em 0;
}

.cf7-multistep .step .purple-wrapper label {
	margin-top: 0.5em;
}

.cf7-multistep .step .purple-wrapper.smaller-text label {
	font-size: 0.86rem;
}

.cf7-multistep .step .purple-wrapper.smaller-text input[type="checkbox"] {
	transform: scale(1.4) translate(0, 25%);
}

.cf7-multistep .form-field p {
	margin: 0;
}

.cf7-multistep .form-field .field-info {
	font-size: 0.76rem;
	margin: 0.5em 0;
	color: #64748b;
}

.cf7-multistep .form-field {
	width: 100%;
}

.cf7-multistep .form-field-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

@media screen and (min-width: 750px) {
	.cf7-multistep .form-field.form-field-half {
		width: 49%;
	}
}

.cf7-multistep .form-field input:not([type="checkbox"]):not([type="radio"]),
.cf7-multistep .form-field select {
	border: 1px solid #cbd5e1;
	padding: 7px;
	width: 100%;
	border-radius: clamp(5px, 0.5vw, 10px);
	-webkit-appearance: none;
}

.cf7-multistep .codedropz-upload-inner h3 {
	font-size: 1.02rem;
	margin: 0;
}

.cf7-multistep .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	color: #111111;
}

.cf7-multistep .required {
	color: #ef4444;
}

.cf7-multistep .form-field-submit .wpcf7-spinner {
	position: absolute;
}

.cf7-multistep .form-field-submit p {
	margin: 1em 0 0.5em 0;
}

.cf7-multistep .form-field-submit input {
	width: 100%;
	color: #FFFFFF;
    background-color: #0f172a;
    transition: background-color 0.5s ease;
    border: none;
    border-radius: clamp(5px, 0.5vw, 10px);
    padding: 0.75rem 2rem;
	font-size: 1rem;
    font-weight: 700;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.review-group {
	border-bottom: 1px solid #c7d2fe;
    padding-bottom: 1.5em;
}

.review-group:last-child {
	border-bottom: 0;
}

.review-group .review-group-header {
	margin-bottom: 0.5em;
	margin-top: 1.17em;
}

.review-group .review-group-title {
	margin-bottom: 0.5em;
	width: 100%;
}

@media screen and (min-width: 750px) {
	.review-group .review-group-title {
		width: unset;
	}
}


.review-item .value:empty::after {
  content: '-';
  opacity: 0.5;
}

.donut-chart {
	width: 300px;
	margin: auto;
	position: relative;
}

canvas {
	display: block;
}

.donut-tooltip {
	position: absolute;
	background: #000;
	color: #fff;
	padding: 10px 14px;
	font-size: 13px;
	border-radius: 6px;
	pointer-events: none;
	opacity: 0;
	transform: translate(-50%, -120%);
	white-space: nowrap;
}

.donut-legend {

}

.legend-item {
    white-space: nowrap;
    gap: 5px;
	margin: 0 10px;
    margin-bottom: 6px;
}

.legend-color {
	display: flex;
    width: 12px;
    height: 12px;
	flex-shrink: 0;
}

.submission-portal {
	min-height: 100vh;
}

.submission-portal .clouds-container {
	position: absolute;
	width: 100%;
	top: 40vh;
}

.submission-portal .clouds .cloud1 {
	width: 25%;
	transform: translateY(10%);
}

.submission-portal .clouds .cloud2 {
	width: 50%;
	transform: translateY(-20%);
}

.submission-portal .submission-checklist {
	border: 1px solid #e0e7ff;
	background-color: rgba(238, 242, 255, 0.5);
	padding: clamp(15px, 1.5vw, 25px);
}

.submission-portal .submission-checklist .item {
	margin: 0.75em 0;
}

.submission-portal .submission-checklist .text-container p {
	margin: 0;
}

.submission-portal .thank-you .submission-id-container {
	background-color: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: clamp(5px, 0.5vw, 10px);
	padding: clamp(10px, 1vw, 20px) clamp(5px, 0.5vw, 10px);
}

.submission-portal .thank-you .submission-id-container .title {
	color: #64748b;
}

.submission-portal .thank-you .confirmation {
	color: #64748b;
}

.submission-portal .thank-you .confirmation a {
	color: #4f46e5;
}

.submission-portal .thank-you .icon-entity-wrapper-top .icon-entity-inner {
	height: 90px;
    width: 90px;
    background-color: #dcfce7;
    border-radius: 50%;
}

.submission-portal .thank-you .what-next {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e7eb;
    border-image: initial;
    border-radius: clamp(5px, 0.5vw, 10px);
    padding: clamp(10px, 1vw, 20px);
	margin: 1.5rem auto;
}

.submission-portal .thank-you .what-next .heading {
	border-bottom: 1px solid #e5e7eb;
}

.submission-portal .thank-you .what-next .item .label {
	color: #475569;
}

.theme .video-wrapper .video-wrapper-inner {
	overflow: hidden;
}

.theme .video-wrapper video {
	width: 100%;
	height: 100%;
}

.theme .vision .quotes {
	width: 1.25em;
	object-fit: contain;
}

/* .theme .info ul {
	margin: 0;
	padding-left: 1em;
}

.theme .info ul li {
	position: relative;
	padding: 0.5em 0;
}

.theme .info ul li:not(:last-child):after {
	content: "";
	width: calc(100% + 1em);
	height: 1px;
	bottom: 0;
	left: -1em;
	position: absolute;
	background-color: #CCCCCC;
} */

@media screen and (min-width: 750px) {
	.glance .blocks .block:not(:last-child) {
		border-right: 1px solid #111111;
	}
}

.glance .clouds {
	transform: translate(0, -100%);
}

.glance .clouds .cloud1 {
	width: 25%;
	transform: translateY(10%);
}

.glance .clouds .cloud2 {
	width: 50%;
	transform: translateY(-20%);
}

.glance .glance-item .icon-container {
	width: 2rem;
	margin-right: 1rem;
	flex-shrink: 0;
}

.glance .glance-item .icon-container .icon {
	object-fit: contain;
}

.who .who-main .column-eligible .title:before {
	content: "";
	height: 1em;
	width: 1em;
	background: url("images/checkmark-black.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-right: 0.5em;
}
.who .who-main .column-not-eligible .title:before {
	content: "";
	height: 1em;
	width: 1em;
	background: url("images/x-black.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-right: 0.5em;
}

.who .who-main .column-eligible .title,
.who .who-main .column-not-eligible .title {
	border-bottom: 1px solid #CCCCCC;
}

.who .who-main .criteria ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.who .who-main .criteria ul li {
	padding: 0.5em 0;
	border-bottom: 1px solid #CCCCCC;
	display: flex;
}

.who .who-main .column-eligible .criteria ul li:before {
	content: "";
	width: 1.25em;
	height: 1.25em;
	background-image: url("images/white-checkmark-green.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-right: 0.5em;
	transform: translate(0, 15%);
	flex-shrink: 0;
}

.who .who-main .column-not-eligible .criteria ul li:before {
	content: "";
	width: 1.25em;
	height: 1.25em;
	background-image: url("images/white-x-red.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-right: 0.5em;
	transform: translate(0, 15%);
	flex-shrink: 0;
}

.who .who-main .supporting p a {
	color: #222222;
	font-weight: 600;
}

.brief .top-container {
	border-bottom: 1px solid #CCCCCC;
}

.brief .brief-item .blocks .grid-item .icon-container {
	margin-right: 0.5em;
}

.brief .clouds {
	top: 0;
	justify-content: flex-end;
}

.brief .clouds .cloud1 {
	width: 35%;
}

@media screen and (min-width: 750px) {

	.brief .clouds .cloud1 {
		transform: translateY(30%);
	}

}

.brief ol,
.brief ul {
	counter-reset: item;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.brief ol li,
.brief ul li {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: clamp(5px, 1vw, 15px);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1);
	padding: clamp(10px, 1vw, 15px) clamp(15px, 1.5vw, 25px);
	margin: 1em 0;
}

.brief ol li {
	counter-increment: item;
	position: relative;
}

.brief ol li::before {
	content: counter(item);
	font-weight: 700;
	width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #111111;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
	margin-right: 1em;
}

.brief ul li::before {
	content: "✦";
	font-weight: 700;
	width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #111111;
    border-radius: 50%;
    color: #F2B269;
    text-align: center;
	margin-right: 1em;
}

/* .brief li a {
	color:  #333333;
} */

.what-you-submit-items .submit-item ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.what-you-submit-items .submit-item ul li {
	margin: 1em 0;
}

/* .what-you-submit-columns .icon-container {
	display: flex;
	margin-right: 0.5em;
	width: 1.25em;
	height: 1.25em;
}

.what-you-submit-columns .icon {
	display: flex;
}

.what-you-submit-columns ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.what-you-submit-columns ul li {
	display: flex;
	padding: 0.5em 0;
	margin: 0.5em 0;
}

.what-you-submit-columns .title-container {
	margin-bottom: 0.5em;
}

.what-you-submit-columns .title-container,
.what-you-submit-columns ul li:not(:last-child) {
	border-bottom: 1px solid #CCCCCC;
}

.what-you-submit-columns ul li:before {
	content: "";
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	background-image: url("images/checkmark-black.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	transform: translate(0, 35%);
	flex-shrink: 0;
} */

.file-format-guidance .formats-list {
	gap: clamp(5px, 0.6vw, 12px);
}

.file-format-guidance .format {
	border-radius: 100px;
	padding: 0.5em 1em;
}

.file-format-guidance .format span {
	display: flex;
}

.file-format-guidance .format .text1:after {
	content: "";
	width: 0.75em;
	height: 0.75em;
	background-image: url("images/arrow-gray.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	margin-left: 0.25em;
	margin-right: 0.5em;
	transform: translate(0, 15%);
}
.file-format-guidance .formats-disclaimer .icon-container {
	width: 1.5em;
	margin-right: 1em
}

.file-format-guidance .formats-disclaimer .icon-container img {
	object-fit: contain;
}

.prizes .fairness ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.prizes .fairness ul li {
	margin: 0.25em 0;
}

.prizes .fairness ul li::before {
  content: "—";
	display: inline-block;
	width: 1em;
	margin-right: 0.5em;
}

.judging-criteria .weight .value-container {
	margin-right: 1em;
}

.timeline .dates {
	border-left: 2px solid #E16548;
}

.timeline .dates .date-item {
	padding-left: 2rem;
}

.timeline .dates .date-item .date:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #FFFFFF;
	border: 2px solid #AAAAAA;
	transition: background-color 0.5s ease, border 0.5s ease;
	position: absolute;
    left: 0;
    top: 0;
    transform: translate(calc(-50% - 1px), 0);
}

.timeline .dates .date-item.active .date:before {
	background-color: #E16548;
	border: 2px solid #E16548;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.10);
}

.timeline .dates .date-item .date {
	transition: color 0.5s ease;
}

.timeline .dates .date-item.active .date {
	color: #E16548;
}

.timeline .dates .date-item .date-notice {
	background-color: transparent;
	border: 1px solid #E16548;
	transition: background-color 0.5s ease;
	border-radius: 100px;
	padding: 6px 10px;
}

.timeline .dates .date-item .date-notice .icon.icon-img {
	filter: none;
	-webkit-filter: none;
	transition: filter 0.5s ease, -webkit-filter 0.5s ease;
	transform: scale(1.2);
	transform-origin: left;
}

.timeline .dates .date-item .date-notice .notice-text {
	transition: color 0.5s ease;
}

.timeline .dates .date-item.active .date-notice {
	background-color: #E16548;
}
.timeline .dates .date-item.active .date-notice .notice-text {
	color: #FFFFFF;
}

.timeline .dates .date-item.active .date-notice .icon.icon-img {
	filter: grayscale(1) brightness(9);
	-webkit-filter: grayscale(1) brightness(9);
}

.timeline .dates .date-item .date-notice .icon-container {
	margin-right:0.5em;
}
.timeline .dates .date-item .date-notice .icon-container,
.timeline .dates .date-item .date-notice .icon-entity {
	display: flex;
	align-items: center;
	width: 0.8rem;
	height: 0.8rem;
}

.judges .clouds {
	top: 0;
	justify-content: flex-end;
}

.judges .clouds .cloud3 {
	width: 45%;
	transform: translateY(-20%);
}

@media screen and (min-width: 750px) {
	.judges .clouds .cloud3 {
		transform: translateY(-50%);
	}
}

.judges .judge-item {
	width: 100%;
	padding-top: 140%;
}

.judges .judge-item .judge-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.judges .judge-item .judge-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.judges .judge-item .judge-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 70%, rgba(0,0,0,1) 100%);
	padding: clamp(10px, 0.7vw, 15px);
}

.support .support-item .icon-container {
	padding: 0.5rem;
}

.support .support-item .icon-container img {
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.support .support-notice .icon-container {
	width: 1.5em;
    margin-right: 1em;
}

.cta .text-555 a {
	color: #111111;
	font-weight: 600;
}

.faq-question {
	width: 100%;
	text-align: left;
	padding: 1.5em 0;
	border: none;
	outline: none;
	cursor: pointer;
}

.faq-answer {
	display: none;
	padding: 0;
	margin-top: -2px;
	border-radius: 0 0 clamp(15px, 1vw, 25px) clamp(15px, 1vw, 25px);
}

.faq-answer a {
	color: #111111;
	font-weight: 600;
}

.faq-item .faq-question .arrow-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em;
	border-radius: 50%;
}

.faq-item .faq-question .arrow {
	display: block;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
	width: 1em
	height: 1em;
}

.faq-item.active .faq-question .arrow {
	transform: rotate(180deg);
}

.faq-item .accordion-line {
	border-bottom: 1px solid #CCCCCC;
}

.universities-slider .university-logo {
	width: 100%;
	padding-top: 40%;
	position: relative;
	overflow: hidden;
}

.universities-slider .university-logo img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	max-height: 100%;
	object-fit: contain;
	transform: translate(0, -50%);
}

.partners-slider .partner-logo {
	width: 100%;
	padding-top: 40%;
	position: relative;
	overflow: hidden;
}

.partners-slider .partner-logo img {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	max-height: 100%;
	object-fit: contain;
	transform: translate(0, -50%);
}

footer .footer-text section:first-child {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.94rem;
}

footer .footer-text a {
	text-decoration: none;
}

footer .footer-text section:not(:first-child) {
	color: rgba(255,255,255,0.7);
	font-size: 0.8rem;
}

footer figure a {
	display: flex;
}

footer .footer-menus .footer-menu-column .widget-title {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 0.7rem;
}

footer .footer-menus .footer-menu-column ul {
	margin: 0;
	padding: 0;
}

footer .footer-menus .footer-menu-column ul li {
	margin: 0.25em 0;
}

footer .footer-menus .footer-menu-column ul li a {
	font-size: 0.8rem;
	color: rgba(255,255,255,0.7);
	text-decoration: none;
	padding: 0.25em 0;
	transition: color 0.5s ease;
}

footer .footer-menus .footer-menu-column ul li a:hover {
	color: rgba(255,255,255,1);
}

footer .footer-copyright {
	color: rgba(255,255,255,0.7);
	padding: clamp(10px, 1vw, 20px);
	border-top: 1px solid rgba(255,255,255,0.3);
}

footer .footer-copyright section {
	margin-bottom: 0;
}

/* Navigation
--------------------------------------------- */

#wpadminbar {
	display: none;
}

html {
	margin-top: 0!important;
}

.site-header {
	position: fixed;
	z-index: 30;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
	padding: clamp(10px, 1vw, 20px) 0;
}

/* .site-header button.save-progress {
	background: transparent;
	background-color: transparent;
	padding: 3px 0;
	color: #4f46e5;
	border: none;
	border-bottom: 1.5px solid #a5b4fc;
	border-radius: 0;
	cursor: pointer;
} */

.site-header:not(.submission) {
	background-color: #111111;
}

.site-header .site-branding .site-name {
	line-height: 0.5;
	line-height: 0.6;
	margin-right: 0.5em;
/* 	width: 100%; */
}

.site-header .button {
	font-size: 0.8rem;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1;
	padding: clamp(0.5rem, 1vw, 0.75rem) clamp(0.55rem, 1.05vw, 1rem);
}

.main-navigation {
	display: block;
	width: fit-content;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0.5em 0;
	font-size: 0.8rem;
	transition: color 0.5s ease;
}

.main-navigation a:hover {
	color: #E16548;
}

/* Small menu. */
.menu-toggle {
	display: block;
}

.site-branding {
	flex-grow: 1;
}

.site-header .header-buttons {
	order: 2;
	margin-right: 1em;
	gap: 0.5em;
}

.site-header .header-buttons .button.desktop-only {
	display: none;
}

.site-header .button {
	white-space: nowrap;
}

.main-navigation {
	order: 3;
}

.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	border: none;
    background-color: transparent;
    padding: 0;
}

.menu-toggle div {
	width: 20px;
	height: 3px;
	background-color: #F2B269;
	border-radius: 5px;
	transition: background-color 0.5s ease;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0)
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

/* .site-header.scrolled .main-navigation .menu-toggle div,
.main-navigation.toggled .menu-toggle div {
	background-color: #2A0F10;
} */

.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}

header .menu-menu-1-container {
	position: absolute;
    width: 100%;
    height: 50vh;
    left: 0%;
    top: 99%;
    padding: clamp(15px, 5vw, 35px) 5%;
    background-color: #111111;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

header:has(.main-navigation.toggled) .menu-menu-1-container {
	opacity: 1;
	pointer-events: auto;
}

@media screen and (min-width: 750px) {
	.site-header .header-buttons .button.desktop-only {
		display: flex;
	}
	
	.site-header .main-navigation li.mobile-only {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	
	.site-branding {
		flex-grow: 0;
	}

	.menu-toggle {
		display: none;
	}
	
	.main-navigation {
		order: 2;
	}
	
	.main-navigation ul,
	.main-navigation.toggled ul{
		display: flex;
		align-items: center;
	}
	
	header .menu-menu-1-container {
		position: relative;
		height: fit-content;
		padding: 0;
		background-color: transparent;
		opacity: 1;
		pointer-events: auto;
	}
	
	.main-navigation li {
		margin: 0 1em;
	}
	
	.main-navigation a {
		text-align: center;
	}
	
	.site-header .header-buttons {
		order: 3;
		margin-right: 0;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

/* .page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
} */

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: flex;
	width: clamp(120px, 10vw, 132px);
	margin-right: 0.5em;
}

.custom-logo-link img {
	width: 100%;
	object-fit: contain;
}

/* 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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* Text meant only for 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;
}
