/*!
Theme Name: WAW Demo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: waw-demo
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.

WAW Demo 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
--------------------------------------------------------------*/
:root {
	/*Fonts*/
	--main: 'Hind Vadodara', sans-serif;
	--heading: 'Poppins', sans-serif;

	/*Colors*/
	--logo-green: #08d698;
	--light-green: #17D4B4;
	--green: #119f87;
	--background-green: #09816D;
	--yellow: #ffbd21;
	--blue: #3bc6fb;
	--light-grey: #e5e5e5;
	--grey: #878787;
	--dark-grey: #292929;
	--red: #eb3136;
}

/*Buttons*/
.cta-btn {
	border-radius: 12px;
	padding: 5px 10px;
	font-size: 1.25rem;
}

.cta-btn:hover {
	cursor: pointer;
}

/* 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%;
	visibility: hidden;
}

/* 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

h1 {
	font-family: var(--heading);
	font-size: 4rem;
	color: black;
	line-height: 1.1;
}

h1 span {
	color: var(--blue);
}

h2 {
	font-family: var(--heading);
	font-size: 2.75rem;
	color: var(--light-green);
	line-height: 1.1;
}

h2 span {
	color: black;
}

p {
	font-family: var(--main);
	font-weight: 400;
	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;
}

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

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

/* Navigation
--------------------------------------------- 
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		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;
}

/********** Toggle Sections **********/
.toggle-label {
	transition: .3s;
	padding: 1rem 0;
	border-bottom: 1px solid;
	color: white;
	font-family: var(--heading);
 }
 
 .toggle-label:after {
	content:  "\002b";
	padding: 0 8px 1px;
	margin-left: 1rem;
	/*display: inline-block;*/
	transition: .3s;
	color: var(--background-green);
	background-color: white;
	border-radius: 50%;
	float: right;
 }
 
 .toggle-label.toggle-close:after {
	transform: rotate(45deg);
	background-color: black;
 }

.toggle-label:hover {
	border-bottom: 1px solid black;
}

 .toggle-label:hover:after {
	 background-color: black;
 }
 
 .toggle-label.toggle-close {
	margin-bottom: 1rem;
	border-bottom: 0;
 }
 
 .toggle-label:hover {
	cursor: pointer;
 }
 
 .toggle-content {
	display: none;
	margin-bottom: 1em;
 }
 
 .toggle-content:last {
	margin-bottom: 3em;
 }
 
 .toggle-content ul {
	margin-left: 1em;
 }

 .toggle-content p,
 .toggle-content li {
	 color: white;
 }

 .toggle-label.toggle-close ~ .toggle-content {
	 border-bottom: 1px solid black;
 }

/********** Landing Page **********/
#index {
	overflow-x: hidden;
}

/*Hero Section*/
#hero-section {
	background-image: url('/wp-content/uploads/Masthead_BG_1920x500.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 50vh;
	display: flex;
	padding: 0 6rem 4rem;
	text-align: right;
}

#hero-section .content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 4rem;
}

#hero-section img {
	width: 80%;
}

#hero-section img:last-of-type {
	width: 50%;
	margin-top: 2rem;
}

.hero-overlay {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0 0 20px 20px;
	padding: 2rem;
	width: 80%;
	margin: 0 auto;
}

.hero-overlay h2 {
	color: white;
	margin: 1rem 0!important;
}

.hero-overlay p {
	margin: 0;
}

.hero-overlay p:last-of-type {
	margin-top: 1rem!important;
}

.hero-overlay a {
	color: white;
	display: block;
	font-size: 1.5rem;
	text-align: left;
	text-decoration: none;
	transition: .3s;
	position: relative;
	padding-left: 2rem;
}

.hero-overlay a:before {
	content:"\f078";
	font-family: "Font Awesome 6 Pro";
	margin-left: -2rem;
	transform: rotate(-90deg);
	transition: .3s;
	position: absolute;
}

.hero-overlay a:hover {
	text-decoration: underline dotted 2px;
}

.hero-overlay a:hover::before {
	text-decoration: none;
	transform: rotate(0deg);
}

.hero-overlay p:last-of-type {
	color: white;
	font-size: 1.5rem!important;
	text-align: center;
	font-family: var(--heading);
}

/*Conference Callout Section*/
#callout-section {
	background: var(--dark-grey);
	padding: 6rem 10vw;
}

#callout-section .left img {
	width: 30%;
}

#callout-section .left h2 {
	color: white;
	font-size: 7vw;
	position: relative;
	line-height: 1;
}

#callout-section .left h2:after {
	content: "";
	width: 11vw;
	height: 10px;
	background: white;
	position: absolute;
	bottom: -1rem;
	left: 0;
}

#callout-section .right * {
	color: white;
}

#callout-section .right h4 {
	font-size: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid white;
	margin: 0 0 1rem;
	display: inline-block;
}

#callout-section .right h3 {
	font-size: 2rem;
	margin: 0 0 1rem;
	line-height: 1.2;
}

#callout-section .right h3 span {
	font-weight: 400;
}

.speaker-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
}

.speaker {
	display: flex;
}

.speaker .avatar {
	border: 2px solid white;
	border-radius: 50%;
	height: 70px;
	width: 70px;
	margin-right: 1rem;
}

.speaker:first-child .avatar {
	background-image: url('/wp-content/uploads/a0efb35404554e83b5e1094f993a1456_a15d1bb851a274896fbc8a34fa24d441.webp');
}

.speaker:last-child .avatar {
	background-image: url('/wp-content/uploads/0a5aaf1aecbb4f6e9aba4e0bf7793ce6_452f6432e2dcec8bae96da47f8253b6c.webp');
}

.speaker h5 {
	flex:3;
	margin: 0;
}

.speaker h5 span {
	font-weight: 400;
}

/*Content Sections*/
#content-section-1,
#content-section-2,
#content-section-3,
#content-section-4 {
	position: relative;
	padding: 6rem 4rem;
}

section#content-section-1:after,
section#content-section-2:after {
    content: "";
    margin: 0 auto;
    height: 2px;
    width: 80vw;
    background: var(--green);
    position: absolute;
    left: 10%;
    bottom: 0;
}

#index .content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
	width: 80vw;
	margin: 0 auto;
}

#index #footer-section .content {
	display: block;
	width: 100%;
}

#index .content h2 {
	margin: 0;
}

#index .content p {
	font-size: 1.25rem;
	margin-top: 0;
}

#index .content .left p {
	font-family: var(--heading);
	width: 65%;
}

/*
#content-section-2 {
	background: var(--green);
	transform: rotate(5deg);
	width: 108%;
	margin: 0 auto;
	left: -4%;
	padding: 8rem calc(4rem + 4%);
}


#content-section-2 .content,
#content-section-2 .conference-callout {
	transform: rotate(-5deg);
}

#content-section-2 .content h2,
#content-section-2 .content p,
#content-section-2 .conference-callout h2,
#content-section-2 .conference-callout p   {
	color: white;
}

.conference-callout {
	width: 80vw;
	margin: 0 auto;
	border: 2px solid white;
	border-radius: 20px;
	padding: 2rem;
}
*/


#content-section-3 {
	padding-top: 8rem;
}

#content-section-2 img {
	width: 20vw;
}

#content-section-4 {
	background: var(--green);
	padding: 6rem 10vw;
}

#content-section-4 h3 {
	color: white;
	font-size: 2rem;
}

#content-section-4 h3:last-of-type {
	margin-bottom: 0;
}

#content-section-4 h2 {
	color: white;
}

#content-section-4 p {
	margin: 0;
}

#content-section-4 a {
	color: white;
	font-size: 1.5rem;
	text-decoration: underline 1px dotted white;
}

#content-section-4 label,
.wpcf7 form .wpcf7-response-output {
	color: white;
}

.wpcf7 form .wpcf7-response-output {
	padding: 1rem;
	background: white;
	color: var(--background-green);
	margin: 2rem 0 0 0;
}

#content-section-4 label {
	font-size: 1.5rem;
}

#content-section-4 form {
	width: 50%;
}

#content-section-4 input[type="submit"] {
	background: white;
	color: var(--background-green);
}

#content-section-4 input[type="submit"]:hover {
	cursor: pointer;
} 

@media only screen and (max-width: 1024px) {
	#hero-section {
		background-position: 25% center;
	}
	.hero-overlay {
		width: 100%;
	}

	#callout-section .content {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 980px) {
	#hero-section {
		padding: 3rem 4rem;
	}

	#hero-section .content {
		width: 100vw!important;
	}
}

@media only screen and (max-width: 479px) {
	#hero-section {
		padding: 0;
	}

	#hero-section .content {
		grid-template-columns: 1fr;
	}

	#hero-section .content .left {
		display: none;
	}

	.hero-overlay {
		border-radius: 0;
	}

	#callout-section {
		padding: 2rem;
	}

	#callout-section .left h2 {
		font-size: 12vw;
	}

	#index .content {
		width: 100%;
		grid-template-columns: 1fr;
	}

	.speaker-grid {
		grid-template-columns: 1fr;
	}

	#callout-section .left img {
    	width: 50%;
	}

	#content-section-1, 
	#content-section-2, 
	#content-section-3, 
	#content-section-4 {
		padding: 2rem;
	}

	#index .content {
		grid-gap: 1.2rem;
	}

	#content-section-4 h3 {
		margin: 0;
		line-height: 1.2;
	}

	#content-section-4 form,
	#content-section-4 form input {
		width: 100%;
	}
}


/********** Virtual Benefit Fair **********/
#vbf-hero-section,
#vbf-intro-section,
#vbf-changing-section,
#vbf-vendor-section,
#vbf-faq-section,
#vbf-contact-section {
	padding: 4rem 6rem;
	position: relative;
}

#vbf-hero-section {
	background-color: var(--yellow);
	min-height: 30vh;
	margin-bottom: 300px;
}

#vbf-hero-section:after {
	content:'';
    position: absolute;
    left: 0;
    right: 0;
	top: 100%;
	margin: 0 auto;
    width: 99vw;
    height: 0;
    border-top: 150px solid var(--yellow);
    border-left: 69vw solid transparent;
    border-right: 30vw solid transparent;
}

.mdw-hero-logo {
    position: absolute;
    width: 10%;
    right: 2rem;
    top: 2rem;
}

.welcome {
	font-family: var(--heading);
	font-size: 15vw;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	line-height: .6;
	text-align: center;
}

.hero-heading-wrapper {
	margin-left: 5rem;
	margin-bottom: 1rem;
}

#vbf-hero-section h4 {
	display: inline-block;
	font-size: 1.3rem;
	font-size: 1.01vw;
	color: white;
	transform: rotate(-90deg) translateX(10px);
	transform: rotate(-90deg) translateX(5px);
	transform-origin: top;
}

#vbf-hero-section h1 {
	display: inline-block;
	color: white;
	margin: 0;
	line-height: 1;
	font-size: 6rem;
	font-size: 4.5vw;
}

#vbf-hero-section .content {
	position: relative;
	/*display: grid;
	grid-template-columns: repeat(2, 1fr);*/
}

.left,
.right {
	position: relative;
}

#vbf-hero-section .logo {
	display: block;
	width: 15%;
	margin-bottom: 1rem;
	margin-left: 25%;
}

#vbf-hero-section .family {
	position: absolute;
	top: 0;
	left: 30%;
	width: 70%;
	z-index: 2;
}

#vbf-intro-section .content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 6rem;
}

#vbf-intro-section h2 {
	margin: 0;
}

#vbf-intro-section h3 {
	margin-top: 0;
}

#vbf-intro-section h3:after {	
	display: block;
    content: "";
    width: 20%;
    height: 2px;
    background-color: var(--green);
    border-radius: 5px;
    margin: 1rem 0;
}

.bio {
	display: flex;
	align-items: center;
}

.avatar {
	background-image: url('/wp-content/uploads/avatar.svg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.bio-inner {
	margin-left: 1rem
}

.name,
.title {
	font-weight: bold;
}

#vbf-changing-section {
    background-image: linear-gradient(45deg, #000000de, #000000d9), url(/wp-content/uploads/3d-maze-white.svg);
    background-size: cover, 120%;
    background-position: center;
    background-repeat: no-repeat;
}

#vbf-changing-section .content {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 2rem;
}

#vbf-changing-section .left h4 {
	color: white;
	font-size: 1.5rem;
	margin: 0;
	font-weight: 400;
	font-family: var(--main);
}
#vbf-changing-section h3 {
	color: var(--light-green);
	margin: 0;
	font-size: 2rem;
}

#vbf-changing-section h2 {
	color: white;
	margin: 0;
}

.whats-changing-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem 4rem;
}

.change {
	border-top: 2px solid white;
	padding: 1rem 1rem 0;
	display: flex;
	gap: 2rem;
}

.whats-changing-grid .icon {
	width: 5rem;
	text-align: center;
}

.whats-changing-grid .icon img {
    height: 5rem;
}
.change .text {
	flex: 2;
}

.change h4 {
	color: var(--light-green);
	font-size: 1.5rem;
	margin: 0;
}

.change p {
	color: white;
}

.change p:last-of-type {
	margin-bottom: 0;
}

.change strong {
	color: var(--light-green);
}

#vbf-vendor-section {
	background-color: var(--light-grey);
	background-image: url('/wp-content/uploads/puzzle-green.svg');
	background-repeat: no-repeat;
	background-position: 0 20rem;
	background-size: 30%;
	padding-bottom: 400px;
}

#vbf-vendor-section .content {
	display: grid;
	grid-template-columns: 25% 1fr;
	grid-gap: 2rem;
}

#vbf-vendor-section h4,
#vbf-vendor-section h3,
#vbf-vendor-section h2 {
	margin: 0;
}

#vbf-vendor-section .left h4 {
	font-family: var(--main);
	font-weight: 400;
	font-size: 1.5rem;
}

#vbf-vendor-section .left h3 {
	font-size: 2rem;
}

.vendor-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2rem;
}

.vendor {
	background-color: white;
	padding: 2rem 1rem 1rem;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
	border-radius: 20px 90px 20px 20px;	
    position: relative;
    z-index: 3;
	display: flex;
	flex-direction: column;
}

.vendor .logo {
	width: 60%;
	margin-bottom: 2rem;
	height: 2rem;
}

.vendor .logo img {
	max-height: 2rem;
}

.vendor h4,
.modal h4 {
	font-size: 1.5rem;
	margin: 0;
}

.vendor h4::after,
.modal h4:after {
	display: block;
	content: "";
	width: 20%;
	height: 2px;
	background-color: var(--yellow);
	border-radius: 5px;
	margin: 1rem 0;
}

.vendor a,
.modal a {
	text-decoration: underline 1px dotted black; 
	color: #404040;
	font-weight: 600;
}
.vendor .cta-btn {
	background-color: var(--yellow);
	color: black;
	width: 50%;
	text-align: center;
	margin-top: auto;
	margin-left: auto;
	font-weight: bold;
	text-transform: lowercase;
	transition: .3s;
}

.vendor .cta-btn:hover {
	background-color: var(--green);
	color: white;
}

/*Vendor Modal*/
.vendor-modal-container,
.modal {
	display: none;
}

.vendor-modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	align-items: center;
	justify-content: center;
	z-index: 5;
}

.modal {
	grid-template-columns: 1fr 2fr;
	grid-gap: 2rem;
	width: 60%;
	height: 60%;
	background-color: white;
	overflow-y: auto;
}

.modal .logo {
	background-color: var(--dark-grey);
	padding: 2rem;
	height: 33.33%;
	text-align: right;
}

.modal .left {
	overflow: hidden;
}

.modal .right .close {
	font-weight: bold;
	font-size: 1.25rem;
	transform: rotate(45deg);
	position: absolute;
	right: 2rem;
	top: 2rem;
	z-index: 6;
}

.modal .right .close:hover {
	cursor: pointer;
}

.modal .text {
	padding: 2rem;
}

.banner-img {
	overflow: hidden;
	height: 66.66%;
}

.banner-img img {
	display: block;
	width: 100%;
}

#vbf-faq-section {
background-color: var(--green);
}

#vbf-faq-section .content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem;
	position: relative;
}

#vbf-faq-section:before {
	content:'';
    position: absolute;
    left: 0;
    right: 0;
	bottom: 100%;
	margin: 0 auto;
    width: 99vw;
    height: 0;
    border-bottom: 150px solid var(--green);
    border-right: 69vw solid transparent;
    border-left: 30vw solid transparent;
}

#vbf-faq-section .family {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#vbf-faq-section h2 {
	color: white;
	margin-left: 50%;
}

.faq-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0 2rem;
	width: 50%;
	margin: 0 auto;
}

#vbf-faq-section .learn-more-demo {
	text-decoration: underline 1px dotted black;
}

/*Contacts Section*/
#vbf-contact-section .learn-more-demo {
	text-decoration: underline 1px dotted #404040;
}

/*Header*/
#header-section {
	position: fixed;
	z-index: 10;
	width: 100%;
}

/*
#header-section .content {
	position: relative;
	z-index: 10;
}

.nav-container {
	position: relative;
}*/

.nav-icon {
	position: absolute;
	width:60px;
	height: 60px;
	border-radius: 50%;
	background: black;
	color: white;
	font-family: var(--heading);
	font-size: 2rem;
	padding: 10px;
	box-shadow: 2px 2px 5px var(--dark-grey);
	text-align: center;
	line-height: 1.3;
	right: 6rem;
	top: 2rem;
}

.nav-icon:hover {
	cursor: pointer;
}

.sub-nav {
	background: var(--dark-grey);
	margin: 0;
	padding: 1rem .5rem;
	border-radius: 0 0 20px 20px;
	position: relative;
	z-index: -1;
	transition: .5s;
	transform: scaleY(0);
	transform-origin: top;
	box-shadow: 0 0 5px var(--dark-grey);
}

.nav-icon:hover > .sub-nav {
	transform: scaleY(1);
}

.sub-nav li {
	position: relative;
}

li .text {
	display: none;
    position: absolute;
    background: var(--dark-grey);
    font-size: 1rem;
    font-family: var(--main);
    padding: 0.5rem;
    width: 198px;
   /* transform: rotate(-90deg); */
    right: 143%;
	top: 0;
    z-index: 14;
    transform-origin: right;
	border-radius: 20px;
	box-shadow: 0 0 5px var(--dark-grey);
}

/*
li:hover ~ .text {
	transform: scaleX(1);
	background-color: red; 
}

.nav {
	background-color: var(--dark-grey);
	position: absolute;
	margin: 0;
	padding: 1rem .5rem;
	right: 6.5rem;
	top: 6rem;
	z-index: 1;
	height: 0;
	transition: all .5s ease-in;
	display: inline-table;
	border-radius: 0 0 20px 20px;
	transform: .3s;
	visibility: hidden;
}
*/



.nav li {	
	list-style: none;
	/*color: white;
	font-size: 1rem;
	font-family: var(--main);
	
	margin-top: 1rem;*/
}

/*Footer*/
#footer-section {
	background-color: black;
	padding: 2rem 10vw;
}

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

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

.footer-column {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-column:first-of-type {
	justify-content: left;
	flex-direction: column;
    align-items: start;
}

#index .footer-column:nth-of-type(3),
.footer-column:last-of-type {
	justify-content: right;
}

.footer-column,
.footer-column a,
.footer-column a:visited {
	color: white
}

.footer-column:not(:first-of-type) {
	text-align: center;
}

.footer-column:first-of-type img {
	height: 40px;
	margin-bottom: 1rem;
}

.footer-column.roc {
	display: revert;
}

.footer-column.roc img {
	width: 20%;
	margin-bottom: 1rem;
}

.footer-column.roc p {
	font-size: 1rem!important;
	margin-bottom: 1rem;
}

#index .admin-toggle-container {
	display: none;
}

@media only screen and (max-width: 1024px) {
	#vbf-hero-section, 
	#vbf-intro-section, 
	#vbf-changing-section, 
	#vbf-vendor-section, 
	#vbf-faq-section {
		padding: 2rem;
	}

	.welcome {
		font-size: 12rem;
	}

	#vbf-changing-section .content,
	#vbf-vendor-section .content {
		grid-template-columns: 1fr;
	}

	#vbf-hero-section .family {
		top: 50%;
	}

	#vbf-vendor-section {
		padding-bottom: 300px;
	}

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

	.nav-icon {
		right: 2rem;
	}

	#footer-section {
		padding: 1rem 2rem;
	}

	.sub-nav {
		border-radius: 20px;
	}

	.sub-nav li {
		margin-top: 1rem;
	}

	.nav-icon:hover > .sub-nav {
		transform: scaleY(1) translateX(-200px);
		width: 180px;
	}

	.sub-nav {
		position: absolute;
		left: 130%;
	}

	.nav .icon {
		width: 20%;
		margin: 0 auto;
	}

	.nav-icon {
		top: 1rem;
	}

	li .text {
		position: static;
		display: block;
		width: auto;
	}
}

@media only screen and (max-width: 980px) {
	#vbf-hero-section {
		margin-bottom: 200px;
	}

	.welcome {
		font-size: 9rem;
	}

	#vbf-hero-section h4 {
		margin-left: 4rem;
	}

	#vbf-hero-section h1 {
		margin-top: 1rem;
	}

	#vbf-hero-section .logo {
		margin-left: 10%;
	}

	#vbf-hero-section .family {
		top: 85%;
	}

	#vbf-intro-section .content {
		grid-template-columns: 1fr;
		grid-gap: 2rem;
	}

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

	.modal {
		height: 50%;
	}

	#vbf-faq-section h2 {
		margin-left: 42%;
	}

	.faq-grid {
		width: 60%;
	}

	#footer-section {
		padding: 2rem;
	}

	.footer-grid {
		grid-template-columns: repeat(2, 1fr)!important;
		grid-template-areas: 
		"one three"
		"four three";
		grid-gap: 2rem;
	}

	.footer-column {
		justify-content: left!important;
	}

	.footer-column:nth-child(1) {
		grid-area: one;
	}

	.footer-column:nth-child(2) {
		grid-area: two;
	}

	.footer-column:nth-child(3) {
		grid-area: three;
	}

	.footer-column:nth-child(4) {
		grid-area: four;
	}
}

@media only screen and (max-width: 479px) {
	#vbf-hero-section, 
	#vbf-intro-section, 
	#vbf-changing-section, 
	#vbf-vendor-section, 
	#vbf-faq-section {
		padding: 1rem;
	}

	#vbf-hero-section {
		min-height: auto;
		margin-bottom: 100px;
	}

	#vbf-hero-section:after {
		border-top: 75px solid var(--yellow);
	}

	.welcome {
		font-size: 4rem;
	}

	#vbf-hero-section h4 {
		transform: none;
		margin: 1rem 0 0 3rem;
	}

	#vbf-hero-section h1 {
		font-size: 2rem;
		transform: none;
		margin: 0 0 0 3rem;
		display: block;
		line-height: .75;
	}

	#vbf-hero-section .logo {
		margin: 1rem 0 0 4rem;
		width: 20%;
	}

	.whats-changing-grid,
	.vendor-grid {
		grid-template-columns: 1fr;
	}

	.modal {
		grid-template-columns: 1fr;
		height: 90%;
	}

	.modal .left {
		height: 50vh;
		overflow: auto;
	}

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

	#vbf-vendor-section {
		padding-bottom: 300px;
	}

	#vbf-faq-section:before {
		border-bottom: 75px solid var(--green);
	}

	#vbf-faq-section .content {
		grid-template-columns: 1fr;
	}

	#vbf-faq-section h2 {
		margin-left: 21%;
	}

	.faq-grid {
		width: 80%;
	}

	.footer-grid {
		grid-template-columns: 1fr!important;
		grid-template-areas: 
		"one"
		"two"
		"three"
		"four";
		grid-gap: 1.5rem;
	}

	
}

/*Scroll Bars*/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 2px;
  box-shadow: -2px -2px 5px;
  box-shadow: inset -1px -1px 3px black;
}

::-webkit-scrollbar-thumb {
	background: var(--green);
	border-radius: 2px;
	box-shadow: inset -1px -1px 3px var(--dark-grey);
}

/*Settings Menu*/
.settings,
#startOver {
	display: none;
    border-radius: 50%;
    position: fixed;
    z-index: 2;
    color: white;
    box-shadow: 1px 1px 5px var(--dark-grey);
	left: 2rem;
	padding: 10px 15px;
	font-size: 1.25rem;
}

.settings {
    background-color: var(--dark-grey);
    top: 4rem;
}

#startOver {
    background-color: var(--red);
    top: 8rem;
}

.settings:hover,
.settings-close:hover,
#startOver:hover {
	cursor: pointer;
}

.learn-more-demo-modal-container,
.iframe-modal-container,
.admin-verify-modal-container,
.settings-modal-container {
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.settings-container {
	padding: 2rem;
    width: 65%;
    height: 80%;
    border-radius: 20px;
    background-image: linear-gradient(50deg, white 75%, var(--green));
	overflow-y: auto;
	position: relative;
}

.settings-close {
	position: absolute;
	right: 2rem;
	transform: rotate(45deg);
	font-size: 1.25rem;
	font-weight: bold;
}

.settings-grid {
	display: grid;
	grid-gap: 1rem;
	margin-bottom: 2rem;
}

.settings-grid .toggle-label {
	color: black;
}

.settings-grid .toggle-label::after {
	background-color: black;
	color: white;
}

.settings-grid .toggle-content {
	border-bottom: 1px solid black;
}

input {
	margin-bottom: 1rem;
}

input[type="color"] {
	margin-left: 1rem;
    width: 22px;
    height: 25px;
    padding: 2px;
    border: none;
    background: transparent;
    box-sizing: content-box;
    box-shadow: 1px 1px 3px;
}

.add-btn,
.delete-btn,
.submit-btn,
.exit-btn {
	border-radius: 5px;
	border: none;
	color: white;
	box-shadow: 1px 1px 3px var(--dark-grey);
	padding: 10px 15px;
	margin-bottom: 1rem;
}

.add-btn {
	background-color: var(--green);
}

.delete-btn {
	background-color: var(--red);
}

.submit-btn {
	background-color: var(--blue);
	margin-right: 1rem;
}

.exit-btn {
	background-color: var(--grey);
}

.change-tile-container,
.vendor-tile-container {
	margin-bottom: 2rem;
}

.change-content-container,
.vendor-content-container,
.faq-content-container {
	display: flex;
	gap: 2rem;
	padding: 2rem;
	border: 1px solid var(--grey);
	border-radius: 20px;
	margin-bottom: 1rem;
	background-color: white;
	box-shadow: 1px 1px 3px var(--grey);
}

.change-content-container .wrapper,
.vendor-content-container .wrapper,
.faq-content-container .wrapper {
	flex: 4;
}

.button-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.add-btn:hover,
.delete-btn:hover,
input[type="color"]:hover,
.submit-btn,
.exit-btn {
	cursor: pointer;
}

/*Editor*/
.wp-editor-tabs {
	display: none;
}

/*Loader
.loader,
.loader:after {
	border-radius: 50%;
	width: 10em;
	height: 10em;
}
.loader {            
	margin: 60px auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(0,0,0,.2);
	border-right: 1.1em solid rgba(0,0,0,.2);
	border-bottom: 1.1em solid rgba(0,0,0,.2);
	border-left: 1.1em solid var(--green);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#loadingDiv {
	position:absolute;;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: white;
	z-index: 100;
}*/

/* Toggle Switches */
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	margin-right: 1rem;
}
  
/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--dark-grey);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: var(--grey);
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

input:checked + .slider {
	background-color: white;
}

input:focus + .slider {
	box-shadow: none;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
	background-color: var(--green);
}

/*landing page iframe*/
.iframe-modal-container {
	align-items: end;
}

.iframe-container {
	width: 100%;
	height: 90%;
}

.iframe-container iframe {
	width: 100%;
	height: 100%;
	box-shadow: 3px 3px 10px;
}

.iframe-modal-close {
	position: absolute;
	top: 1rem;
	right: 50%;
	color: white;
	font-size: 2rem;
	border: 1px solid white;
	padding: 0.25rem 1rem 0.5rem 1rem;
	border-radius: 5px;
}

.iframe-modal-close:hover {
	cursor: pointer;
}

.right .iframe-trigger {
	font-family: var(--heading);
	position: relative;
	padding-left: 1.5rem;
	text-decoration: none;
	transition: .3s;
}

.right .iframe-trigger:before {
	content: "\f08e";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	margin-left: -1.5rem;
	position: absolute;
	font-size: 1rem;
	transition: .3s;
}

.right .iframe-trigger:hover {
	cursor: pointer;
	text-decoration: underline 1px dotted;
}

.right .iframe-trigger:hover:before {
	font-size: 1.15rem;
}

.right .iframe-trigger a {
	color: #404040;
	text-decoration: none;
}

/*Learn more demo modal*/
.learn-more-demo {
	text-decoration: underline 1px dotted var(--green);
}

.learn-more-demo-container {
	width: 60%;
	height: 60%;
	background: white;
	padding: 1rem 2rem;
	position: relative;
}

.learn-more-demo-close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	color: black;
	font-size: 2rem;
	transform: rotate(45deg);
}

.learn-more-demo-close:hover,
.learn-more-demo:hover {
	cursor: pointer;
}

/*Attributes Page*/
#attributes-section {
	padding: 4rem 6rem;
	position: relative;
	min-height: calc(100vh - 80px);
}