/*!
Theme Name: SEED Award
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
Description: Description
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: seed
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.

SEED Award 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;
	position: relative;
	overflow-x: hidden;
}

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

@font-face {
    font-family: 'Geist';
    src: url('fonts/Geist-VariableFontwght.woff2') format('woff2'),
         url('fonts/Geist-VariableFontwght.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Optima Nova';
    src: url('fonts/OptimaNovaLTProMedium.woff2') format('woff2'),
         url('fonts/OptimaNovaLTProMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #05080C;
	font-family: "Geist", sans-serif;
	font-size: clamp(14px, 0.94vw, 20px);
	line-height: 1.5;
	font-weight: 500;
}

.optimanova {
	font-family: "Optima Nova", serif;
	font-weight: 500;
}

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

.small-heading {
	font-weight: 500;
	font-size: clamp(14px, 0.835vw, 18px);
}

.heading {
	color: #E11F26;
	font-size: clamp(28px, 4.38vw, 84px);
    line-height: 1.2;
    margin: 0.25em 0;
}

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

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

/* 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: #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
--------------------------------------------------------------*/

section+section {
	margin-top: -2px;
}

.banner.banner-home {
	min-height: 100vh;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-video-container {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner-video-container video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-content {
	position: relative;
	width: 100%;
}

.banner-content .banner-heading {
	font-size: clamp(32px, 11vw, 150px);
    line-height: 1;
    text-transform: uppercase;
	text-align: center;
    color: #FFFFFF;
	margin: 0.15em 0;
}

.banner-content .banner-heading span {
	display: inline-block;
}

.banner-content .banner-heading span.text1 {
	transform: translate(-20vw, 0);
}

.banner-content .banner-heading span.text3 {
	transform: translate(15vw, 0);
}

.banner-content .banner-heading span.text5 {
	position: absolute;
    font-size: clamp(20px, 4.17vw, 80px);
	margin-top: 0.25rem;
}

.banner-content .banner-text {
	color: #FFFFFF;
	font-size: clamp(16px, 1.05vw, 24px);
}

@media screen and (min-width: 750px) {
	.banner-content .banner-heading {
		font-size: clamp(32px, 7.815vw, 150px);
	}
	
	.banner-content .banner-heading span.text1 {
		transform: translate(-15vw, 0);
	}
	
	.banner-content .banner-heading span.text5 {
		margin-top: 0.75rem;
	}
}

.banner-content .organiser {
	display: flex;
}

.banner-content .organiser .organiser-text {
	color: #FFFFFF;
	font-size: clamp(12px, 0.75vw, 16px);
	flex-shrink: 0;
	margin: 0;
}

.banner-content .organiser .image-container {
	flex-shrink: 0;
	width: 20%;
    margin-left: clamp(10px, 1.5vw, 35px);
	min-width: 120px;
}

.banner-content .organiser .image-container img {
	width: 100%;
	object-fit: contain;
}

@media screen and (min-width: 750px) {
	.banner-content {
		width: 80%;
	}
	.banner-content .banner-text-container {
		padding-left: 50%;
	}
}

@media screen and (min-width: 1700px) {
	.banner-content {
		width: 100%;
	}
}

section.section {
	padding: clamp(40px, 4vw, 80px) 5%;
}

@media screen and (min-width: 750px) {
	section.section {
		padding: clamp(40px, 4vw, 80px) 3%;
	}
}

@media screen and (min-width: 1700px) {
	section.section {
		padding: clamp(80px, 8vw, 160px) 15%;
	}
}

.overview {
	position: relative;
	overflow: hidden;
}

.shadow-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 70vw;
	transform: translate(30%, -30%);
}

.shadow-container img {
	width: 100%;
	object-fit: contain;
}

.overview .overview-content {
	text-align: center;
	font-size: clamp(24px, 3.335vw, 64px);
	line-height: 1.2;
}

.overview .overview-content p {
	margin: 0.8em auto;
}

@media screen and (min-width: 750px) {
	.overview .overview-content p {
		width: 85%;
	}
}

@media screen and (min-width: 750px) and (orientation: landscape) {
	.overview .overview-content p {
		width: 56%;
	}
}

@media screen and (min-width: 1700px) and (orientation: landscape) {
	.overview .overview-content p {
		width: 75%;
	}
}

.overview .overview-content strong {
	color: #E11F26;
	font-weight: 500;
}

@media screen and (min-width: 750px) and (orientation: landscape) {
	.heading-split {
		padding-bottom: 45vh;
	}
}

.heading-split span {
	display: inline-block;
}

.criteria-guideliens {
	position: relative;
	overflow: hidden;
}

.criteria-items {
	width: fit-content;
	margin: 0 auto;
	padding: clamp(20px, 2vw, 40px) 0;
}

.criteria-item-wrapper {
	display: flex;
	justify-content: center;
	position: relative;
}

.criteria-item-wrapper .shape-container {
	position: absolute;
}

/* optimized for animation */
.criteria-item-wrapper .shape-container .shape-anim {
	width: 100%;
	height: 100%;
    display: flex;
    transform-origin: 50% 50%;
    will-change: transform, opacity;
    /* no transform here — GSAP will animate it */
}

.criteria-item-wrapper .shape-container img {
	width: 100%;
	object-fit: contain;
}

.criteria-item-wrapper:nth-child(odd) .shape-container {
	left: 0;
}

.criteria-item-wrapper:nth-child(even) .shape-container {
	right: 0;
}

.criteria-item-wrapper:first-child .shape-container {
	top: 50%;
    transform: translate(-10%, -50%) rotate(45deg);
    width: 25%;
}

.criteria-item-wrapper:nth-child(2) .shape-container {
	top: 50%;
    width: 35%;
    transform: translate(5%, -50%) rotate(10deg);
}

.criteria-item-wrapper:nth-child(3) .shape-container {
	top: 50%;
    width: 25%;
    transform: translate(-5%, -50%) rotate(-20deg);
}

.criteria-item-wrapper:nth-child(4) .shape-container {
	width: 30%;
    top: 50%;
    transform: translate(10%, -50%) rotate(10deg);
}

.criteria-item-wrapper:nth-child(5) .shape-container {
	top: 65%;
    width: 40%;
    transform: translate(-10%, 35%) rotate(-140deg);
}

@media screen and (min-width: 750px) {
	.criteria-item-wrapper:first-child .shape-container {
		transform: translate(-80%, -50%) rotate(45deg);
		width: 45%;
	}

	.criteria-item-wrapper:nth-child(2) .shape-container {
		width: 60%;
		transform: translate(65%, -50%) rotate(10deg);
	}

	.criteria-item-wrapper:nth-child(3) .shape-container {
		width: 45%;
		transform: translate(-80%, -50%) rotate(-20deg);
	}

	.criteria-item-wrapper:nth-child(4) .shape-container {
		width: 70%;
		transform: translate(35%, -50%) rotate(10deg);
	}

	.criteria-item-wrapper:nth-child(5) .shape-container {
		width: 64%;
		transform: translate(-50%, 0) rotate(-140deg);
	}
}

.criteria-item {
	background-color: #FFFFFF;
	border-radius: clamp(15px, 1vw, 30px);
	padding: clamp(15px, 1vw, 25px);
	width: 75%;
	margin: clamp(15px, 1.5vw, 35px) 0;
	position: relative;
}

.criteria-item .title {
	margin: 0;
	font-size: clamp(20px, 1.46vw, 30px);
	font-weight: 500;
	line-height: 1.2;
}

.criteria-item .text-container p {
	margin-bottom: 0;
}

.criteria-item .criteria-item-inner {
	border-radius: clamp(15px, 1vw, 30px);
	border: 1px solid rgba(5, 8, 12, 0.1);
	padding: clamp(15px, 1.5vw, 35px);
}

.criteria-item .criteria-item-top {
	display: flex;
	flex-flow: row-reverse;
	justify-content: space-between;
}

.criteria-item .criteria-item-top .number {
	margin-top: 0.3em;
}

.criteria-item .image-container {
	width: 100%;
	position: relative;
	padding-top: 60%;
	margin: clamp(20px, 1.5vw, 30px) 0;
}

.criteria-item .image-container img {
	position: absolute;
	width: 65%;
	height: 100%;
	object-fit: contain;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 750px) {
	.criteria-item {
		width: 35vw;
	}
}

@media screen and (min-width: 750px) and (orientation: landscape) {
	.criteria-item {
		width: 25vw;
	}
}

.guidelines {
	padding: clamp(40px, 4vw, 80px) 0 clamp(20px, 2vw, 40px) 0;
}

.guidelines .guidelines-grid {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(25px, 5vw, 100px);
	padding: clamp(25px, 2vw, 40px) 0;
}

.guidelines .guidelines-grid .guidelines-quote {
	grid-column: span 2;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 1vw, 30px);
	padding: clamp(15px, 1.5vw, 30px);
	display: flex;
	align-items: flex-end;
}

.guidelines .guidelines-grid .guidelines-quote:after {
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(5, 8, 12, 0) 0%, rgba(5, 8, 12, 1) 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.guidelines .guidelines-grid .guidelines-quote img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.guidelines .guidelines-grid .guidelines-quote .guidelines-quote-text-container {
	position: relative;
	color: #FFFFFF;
	padding-top: 40%;
	z-index: 2;
}

.guidelines .guidelines-grid .guidelines-quote .quote-text {
	font-size: clamp(14px, 1.05vw, 22px);
    line-height: 1.4;
}

.guidelines .guidelines-grid .guidelines-quote .quote-source {
	font-size: clamp(10px, 0.75vw, 16px);
    font-weight: 300;
}

.guidelines .guidelines-grid .guidelines-main {
	grid-column: span 2;
}

.guidelines .guidelines-grid .title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
    font-size: clamp(20px, 1.25vw, 28px);
}

@media screen and (min-width: 500px) {
	.guidelines .guidelines-grid .guidelines-main .guidelines-inner-columns {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: clamp(25px, 5vw, 100px);
	}
}

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

.guidelines .guidelines-grid .guidelines-main .guidelines-inner-columns p {
	margin: 0.8em 0;
}

.guidelines .guidelines-grid .guidelines-main .guidelines-inner-columns strong {
	color: #E11F26;
	font-weight: 500;
}

.guidelines .guidelines-grid .guidelines-main .guidelines-inner-columns ul {
	margin-left: 0;
	padding-left: 1.2em;
}

@media screen and (min-width: 1700px) {
	.guidelines .guidelines-grid,
	.guidelines .guidelines-grid .guidelines-main .guidelines-inner-columns {
		grid-gap: clamp(15px, 3.5vw, 60px);
	}
}

.timeline .timeline-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.timeline .timeline-left,
.timeline .timeline-right {
	width: 100%;
}

.timeline .timeline-item {
	border-bottom: 1px solid #DADADB;
	display: flex;
	justify-content: space-between;
	padding: clamp(5px, 0.6vw, 15px) 0;
}

.timeline .timeline-item .text {
	max-width: 65%;
}

.timeline .timeline-item .text p {
	margin: 0.5em 0;
}

.timeline .timeline-item .date {
	width: fit-content;
	font-weight: 700;
	color: #E11F26;
}

.timeline .timeline-item .date p {
	margin: 0.5em 0;
}

@media screen and (min-width: 750px) and (orientation: landscape) {
	.timeline .timeline-left {
		width: 28%;
	}
	.timeline .timeline-right {
		width: 65%;
	}
}

section.section.nominate-top-seed {
	padding-top: clamp(25px, 4vw, 80px);
}

.nominate-top-seed .image-container-outer {
	width: 100%;
	margin: 0 auto;
}

.nominate-top-seed .image-container {
	display: flex;
	width: 100%;
	padding-top: 30%;
	position: relative;
	margin: clamp(20px, 2vw, 40px) 0;
}

@media screen and (min-width: 750px) {
	.nominate-top-seed .image-container-outer {
		width: 65%;
	}
}

@media screen and (min-width: 1700px) {
	.nominate-top-seed .image-container-outer {
		width: 100%;
	}
}

.nominate-top-seed .image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.faq-list {
	margin: clamp(25px, 3vw, 60px) 0;
}

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

@media screen and (min-width: 1700px) {
	.faq-content {
		width: 80%;
	}
}

.faq-item {
	margin: clamp(15px, 1vw, 25px) 0;
	background-color: #f5f5f5;
	border-radius: clamp(10px, 0.8vw, 20px);
}

.faq-question {
	width: 100%;
	text-align: left;
	padding: 1.5em 1em;
	border: none;
	outline: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.faq-question .question {
	margin: 0;
	font-weight: 500;
	font-size: clamp(14px, 0.94vw, 22px);
	max-width: 80%;
}

.faq-answer {
	display: none;
	padding: 0 1em 1em 1em;
	margin-top: -2px;
	font-size: clamp(14px, 0.94vw, 22px);
}

.faq-answer p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

.faq-answer a {
	color: inherit;
}

.faq-item .arrow {
	display: block;
	transform: none;
	transition: transform 0.3s ease;
	width: clamp(20px, 1.7vw, 42px);
	height: clamp(20px, 1.7vw, 42px);
	flex-shrink: 0;
}

.faq-item .arrow svg {
	width: 100%;
	height: 100%;
	display: block;
}

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

section.section.submission-section {
	padding-top: clamp(80px, 10vw, 180px);
	padding-bottom: clamp(80px, 10vw, 180px);
}

.submission-section {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 750px) {
	section.section.submission-section {
		padding-left: 10%;
		padding-right: 10%;
	}
}

@media screen and (min-width: 1024px) {
	section.section.submission-section {
		padding-left: 15%;
		padding-right: 15%;
	}
}

.submission-wrapper {
	background-color: #FFFFFF;
	border-radius: clamp(15px, 1.5vw, 30px);
	box-shadow: 0px 0px 80px rgba(0,0,0,0.05);
	padding: clamp(15px, 5vw, 100px);
	position: relative;
}

.submission-wrapper .submission-head .heading {
	font-size: clamp(28px, 2.605vw, 56px);
}

.submission-wrapper .submission-head .subheading {
	font-weight: 400;
    font-size: clamp(18px, 1.25vw, 28px);
	margin-top: 0;
	color: #5B5B5B;
}

.submission-wrapper .submission-head .progress-bar {
	display: flex;
	justify-content: space-between;
	margin: 1.5em auto;
}

@media screen and (min-width: 800px) {
	.submission-wrapper .submission-head .progress-bar {
		width: 80%;
	}
}

@media screen and (min-width: 1024px) {
	.submission-wrapper .submission-head .progress-bar {
		width: 65%;
	}
}

.submission-wrapper .submission-head .progress-bar .step {
	width: 30%;
	text-align: center;
	position: relative;
}

.submission-wrapper .submission-head .progress-bar .step:not(:last-child):after {
	content: "";
	position: absolute;
    background-color: #D1D5DB;
    height: 4px;
    width: 45%;
    left: 100%;
    top: 35%;
    transform: translate(-30%, 0%);
}

.submission-wrapper .submission-head .progress-bar .step .number-container {
	font-size: clamp(24px, 1.65vw, 36px);
	color: #6B7280;
	border: 2px solid #6B7280;
	background-color: #F5F5F5;
	width: clamp(40px, 3vw, 60px);
    height: clamp(40px, 3vw, 60px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	margin: 0.35em auto;
	transition: color 0.5s ease, border 0.5s ease, background-color 0.5s ease;
}

.submission-wrapper .submission-head .progress-bar .step.active .number-container {
	color: #FFFFFF;
	background-color: #E11F26;
	border: 2px solid #E11F26;
}

.submission-wrapper .submission-head .progress-bar .step .step-label {
	font-size: clamp(12px, 0.835vw, 18px);
	color: #5B5B5B;
}

.submission-wrapper .submission-steps .step2,
.submission-wrapper .submission-steps .step3 {
	display: none;
}

.submission-wrapper .introduction-container .introduction-main-text {
	margin: clamp(25px, 2.5vw, 60px) 0;
}

.submission-wrapper .introduction-container .introduction-title {
	font-size: clamp(22px, 1.46vw, 30px);
	font-weight: 500;
}

.submission-wrapper .introduction-text ul {
	margin-left: 0;
	padding-left: 1.5em;
}

.submission-wrapper .introduction-text em strong {
	font-style: normal;
	color: #E11F26;
}

.submission-wrapper .introduction-container .button-container {
	display: flex;
	justify-content: flex-end;
}

.submission-wrapper .form-container .form-section {
	border: 1px solid #E5E7EB;
	border-radius: clamp(10px, 1vw, 30px);
	margin: clamp(25px, 2vw, 40px) 0;
	padding: clamp(15px, 2vw, 40px);
}

.submission-wrapper .form-container .form-section .form-section-title {
	margin-top: 0;
	font-weight: 600;
	font-size: clamp(22px, 1.46vw, 30px);
}

.submission-wrapper .form-container .form-section .form-subsection-title {
	font-size: clamp(18px, 1.25vw, 28px);
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 0.75em;
}

.submission-wrapper .form-container .form-section-gray {
	background-color: #F9FAFB;
}

.submission-wrapper .form-container .form-section .form-fields {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.submission-wrapper .form-container .form-section .form-fields .form-field {
	width: 100%;
	margin: clamp(15px, 0.8vw, 25px) 0;
}

.submission-wrapper .form-container .form-section .form-fields .form-field p {
	margin: 0;
}

.submission-wrapper .form-container .form-section .form-fields .form-field-half {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.submission-wrapper .form-container .form-section .form-fields .form-field-half {
		width: 48%;
	}
}

.submission-wrapper .form-container .form-section .form-fields .form-field label {
	display: flex;
	font-size: clamp(14px, 1.05vw, 22px);
	font-weight: 400;
	margin-bottom: 0.5em;
}

.submission-wrapper .form-container .form-section .form-fields .form-field label .required {
	display: flex;
	margin-left: 0.25em;
	color: #E11F26;
}

.submission-wrapper .form-container input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
.submission-wrapper .form-container textarea {
	width: 100%;
	border-radius: clamp(5px, 0.5vw, 15px);
    padding: 10px 20px;
}

.submission-wrapper .form-container .form-field:has(input:not([type="radio"]):not([type="checkbox"])) br,
.submission-wrapper .form-container .form-field:has(textarea) br {
	display: none;
}

.submission-wrapper .wpcf7-list-item {
	margin-left: 0;
}

.submission-wrapper .awardee-criteria .wpcf7-list-item {
	margin: 0.25em 0;
    border-radius: clamp(5px, 0.7vw, 15px);
    padding: clamp(10px, 1vw, 25px);
	background-color: #FFFFFF;
}

.submission-wrapper .awardee-criteria .wpcf7-list-item:first-child {
	border-top: 2px solid rgb(251, 191, 36);
}

.submission-wrapper .awardee-criteria .wpcf7-list-item:nth-child(2) {
	border-top: 2px solid rgb(52, 211, 153);
}

.submission-wrapper .awardee-criteria .wpcf7-list-item:nth-child(3) {
	border-top: 2px solid rgb(96, 165, 250);
}

.submission-wrapper .form-field.awardee-criteria-item {
	padding: clamp(10px, 1vw, 25px);
	border-radius: clamp(10px,1vw, 25px);
	border: 1px solid #E5E7EB;
}

.submission-wrapper .form-field.awardee-criteria-item .criteria-title {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: clamp(18px, 1.25vw, 28px);
	font-weight: 600;
}

.submission-wrapper .form-field.awardee-criteria-item .wpcf7-list-item label {
  position: relative;
  display: block; /* ensures label can contain positioned children */
}

/* move the radio button to the top right */
.submission-wrapper .form-field.awardee-criteria-item .wpcf7-list-item input[type="radio"] {
  position: absolute;
  top: 0.75em;
  right: 0.75em;
  margin: 0;
  transform: scale(1.2); /* optional: make it a bit larger */
}

/* text styling inside label */
.submission-wrapper .form-field.awardee-criteria-item .wpcf7-list-item-label {
  padding-right: 2.5em; /* ensure text doesn’t overlap radio */
cursor: pointer;
}

.submission-wrapper input[type="checkbox"] {
	margin-right: 1rem;
}

.submission-wrapper .form-subsection .top-seed {
	width: 100%;
}

.submission-wrapper .form-subsection .top-seed-inner {
	width: 100%;
	border: 1px solid rgb(191, 219, 254);
	background-color: rgb(239, 246, 255);
	border-radius: clamp(10px, 1vw, 20px);
	padding: clamp(15px, 1.5vw, 30px);
}

.submission-wrapper .form-container .form-section .form-fields .top-seed-inner .form-field:nth-child(2),
.submission-wrapper .form-container .form-section .form-fields .top-seed-inner .form-field:nth-child(3) {
	margin-bottom: clamp(30px, 1.5vw, 50px);
}

.submission-wrapper .form-container .form-section.administrative-fee .fee-main {
	background-color: rgb(219, 234, 254);
	border-radius: clamp(10px, 1vw, 20px);
	padding: clamp(15px, 1.5vw, 30px);
	margin-bottom: clamp(20px, 1vw, 30px);
}

.submission-wrapper .form-container .form-section.administrative-fee .fee-main .fee-text p {
	margin: 0;
	font-size: clamp(18px, 1.25vw, 28px);
	color: rgb(30, 64, 175);
}

.submission-wrapper .form-container .form-section.submission-review {
	border: none;
	background-color: rgb(255, 251, 235);
	color: rgb(146, 64, 14);
	position: relative;
}

.submission-wrapper .form-container .form-section.submission-review:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 4px;
	background-color: rgb(251, 191, 36);
	border-radius: 2vw;
	top: 0;
	left: 0;
}

.submission-wrapper .form-container .form-section.submission-review .review-text {
	font-size: clamp(18px, 1.25vw, 28px);
}

.submission-wrapper .form-container .form-section.submission-review .review-text ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.submission-wrapper .form-container .form-section.submission-review .review-text ul li {
	position: relative;
	display: flex;
}

.submission-wrapper .form-container .form-section.submission-review .review-text ul li:before {
	content: "";
	height: clamp(28px, 2vw, 46px);
	width: clamp(28px, 2vw, 46px);
	background-image: url("images/checkmark-orange.svg");
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: clamp(5px, 0.8vw, 15px);
	flex-shrink: 0;
}

.submission-wrapper .form-container .form-section.submission-review .review-text p {
	margin: 0.75em 0;
}

.submission-wrapper .form-container .form-section.submission-review .review-text ul li p {
	margin-top: 0.1em;
}

.submission-wrapper .form-container .form-section.submission-review .review-text .next-text,
.submission-wrapper .form-container .form-section.submission-review .review-text .thank-you-text {
	font-size: clamp(14px, 0.94vw, 22px);
}

.submission-wrapper .form-container .form-section.submission-review .review-text .thank-you-text {
	font-style: italic;
}

.submission-wrapper .form-container .buttons {
	display: flex;
	justify-content: flex-end;
}

.wpcf7-list-item-label {
  white-space: pre-line; /* respects \n in text if present */
}

.wpcf7-list-item-label .points {
	font-weight: 600;
    font-size: clamp(18px, 1.05vw, 28px);
    line-height: 2;
}

.submission-wrapper .introduction-container .button-container .button-next,
.submission-wrapper .form-container .buttons input[type="submit"] {
	background-color: #3B82F6;
	color: #FFFFFF;
	padding: clamp(10px, 1vw, 20px) clamp(20px, 1.5vw, 40px);
	border-radius: clamp(5px, 0.7vw, 15px);
	font-weight: 700;
	font-size: clamp(16px, 1.05vw, 22px);
	cursor: pointer;
}

.submission-wrapper .form-container .buttons .wpcf7-spinner {
	position: absolute;
}

.submission-wrapper .thank-you-container {
	text-align: center;
	padding-top: clamp(40px, 3vw, 80px);
	padding-bottom: clamp(20px, 1vw, 30px);
}

.submission-wrapper .thank-you-container .checkmark-image {
	width: clamp(70px, 5.5vw, 100px);
	height: clamp(70px, 5.5vw, 100px);
    margin: 0 auto;
}

.submission-wrapper .thank-you-container .checkmark-image img {
	width: 100%;
	object-fit: contain;
}

.submission-wrapper .thank-you-container .thank-you-title {
	font-size: clamp(22px, 1.46vw, 30px);
	font-weight: 600;
	margin: 0.5em 0;
}

.submission-wrapper .thank-you-container .thank-you-text {
	font-size: clamp(16px, 1.05vw, 24px);
	margin-top: 0;
}

.submission-wrapper .thank-you-container .thank-you-text .student-name {
	font-weight: 600;
}

.submission-wrapper .thank-you-container .button-container {
	margin-top: clamp(30px, 3vw, 60px);
}

.submission-wrapper .thank-you-container .button-another {
	background-color: rgb(107, 114, 128);
	color: #FFFFFF;
	padding: clamp(10px, 1vw, 20px) clamp(20px, 1.5vw, 40px);
	border-radius: clamp(5px, 0.7vw, 15px);
	font-weight: 700;
	font-size: clamp(16px, 1.05vw, 22px);
	cursor: pointer;
}

.submission-wrapper .wpcf7 form .wpcf7-response-output {
	text-align: center;
}

.submission-wrapper .wpcf7 form.sent .wpcf7-response-output {
	border: none;
    margin: 0;
    padding: 0;
}

footer {
	padding: clamp(40px, 4vw, 80px) 5% clamp(20px, 1.5vw, 30px) 5%;
}

footer .footer-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 3.5em 0;
}

footer .footer-top .footer-logos,
footer .footer-top .dbcs-info {
	width: 100%;
}

footer .footer-top .footer-logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .footer-top .footer-logos .footer-logo {
	width: 46%;
}

footer .footer-top .dbcs-info .dbcs-info-text {
	color: #000000;
	font-size: clamp(14px, 1.25vw, 28px);
}

footer .footer-top .dbcs-info .dbcs-info-text p {
	margin: 0.5em 0;
}

footer .footer-copyright {
	text-align: center;
	color: #AAA9AD;
	font-size: clamp(12px, 0.835vw, 18px);
}

@media screen and (min-width: 750px) {
	footer .footer-top .footer-logos,
	footer .footer-top .dbcs-info {
		width: 48%;
	}
}


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

.background-gray {
	background-color: #f5f5f5;
}

.button-container-center {
	display: flex;
	justify-content: center;
}

.button {
	padding: clamp(5px, 0.7vw, 10px) clamp(25px, 2vw, 40px);
	border-radius: clamp(20px, 2vw, 40px);
	text-decoration: none;
	font-weight: 600;
	font-size: clamp(14px, 0.835vw, 18px);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	width: fit-content;
}

.button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #000000;
	transform: scale(0) translateY(-50%);
	transform-origin: bottom center;
	transition: transform 0.5s ease;
	z-index: 0;
}

.button .button-inner {
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.button .button-inner .button-text {
	transition: transform 0.4s ease;
	display: inline-block;
}

.button .button-inner .button-arrow {
	position: absolute;
	right: clamp(5px, 0.75vw, 12px);
	width: clamp(20px, 1.25vw, 28px);
	object-fit: contain;
	opacity: 0;
	transform: translateX(100%);
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.button:hover:after {
	transform: scale(1) translateY(-50%);
}

.button:hover .button-inner .button-text {
	transform: translateX(clamp(-28px, -1.25vw, -20px));
}

.button:hover .button-inner .button-arrow {
	opacity: 1;
	transform: translateX(0);
}

.button.button-red {
	background-color: #E11F26;
	color: #FFFFFF;
}

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

.site-header {
	position: absolute;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: clamp(8px, 0.6vw, 15px) 3%;
	background-color: rgba(5, 8, 12, 0.5);
}

@media screen and (min-width: 1700px) {
	.site-header {
		padding: clamp(8px, 0.6vw, 15px) 5%;
	}
}

.site-header .site-branding {
	flex-shrink: 0;
	display: flex;
}

.site-header .custom-logo {
	width: clamp(150px, 12vw, 250px);
	display: flex;
}

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

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

.main-navigation ul {
/* 	display: none; */
	display: flex;
	align-items: center;
	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-left: clamp(15px, 1.5vw, 30px);
	display: flex;
}

.main-navigation li:not(:last-child) {
	display: none;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-size: clamp(14px, 0.835vw, 18px);
}

.main-navigation li:last-child a {
	color: #05080C;
	background-color: #FFFFFF;
	padding: clamp(5px, 0.7vw, 10px) clamp(20px, 1.5vw, 40px);
	border-radius: clamp(20px, 2vw, 40px);
	font-weight: 600;
}

/* Small menu. */
/* .menu-toggle,
.main-navigation.toggled ul {
	display: block;
} */

.menu-toggle {
	display: none;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}
	
	.main-navigation {
		width: fit-content;
	}

	.main-navigation ul {
		display: flex;
	}
	
	.main-navigation li:not(:last-child) {
		display: flex;
	}
}

.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: inline-block;
}

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