/*!
Theme Name: Airco
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: airco
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.

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

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

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

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

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

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








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

@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	/* Colors */
	--white_10: rgba(255, 255, 255, 0.1);          /* 10% opacity white */
	--steel-200_20: rgba(227, 234, 236, 0.2);
	--steel-500_20: rgba(195, 210, 213, 0.2);
	--neutral-800_20: rgba(43, 43, 43, 0.2);
	--neutral-500_10: rgba(60, 61, 61, 0.1);
	--blue-500_80: rgba(26, 37, 81, 0.8);
	--blue-500_60: rgba(26, 37, 81, 0.6);
	--blue-500_40: rgba(26, 37, 81, 0.4);
	--blue-500_20: rgba(26, 37, 81, 0.2);
	--sky-500_20: rgba(112, 231, 241, 0.2);

	--sky-50: #F1FDFE;
	--sky-100: #D3F8FB;
	--sky-200: #BDF4F9;
	--sky-300: #9FEFF6;
	--sky-400: #8DECF4;
	--sky-500: #70E7F1;
	--sky-600: #66D2DB;
	--sky-700: #50A4AB;
	--sky-800: #3E7F85;
	--sky-900: #2F6165;

	--orange-50: #FEEFE9;
	--orange-100: #FCCCB9;
	--orange-200: #FAB398;
	--orange-300: #F89068;
	--orange-400: #F67B4B;
	--orange-500: #F45A1E;
	--orange-600: #DE521B;
	--orange-700: #AD4015;
	--orange-800: #863211;
	--orange-900: #66260D;

	--blue-50: #E8E9EE;
	--blue-100: #B8BBC9;
	--blue-200: #969BAF;
	--blue-300: #666D8A;
	--blue-400: #485174;
	--blue-500: #1A2551;
	--blue-600: #18224A;
	--blue-700: #121A3A;
	--blue-800: #0E142D;
	--blue-900: #0B1022;

	--steel-50: #F9FBFB;
	--steel-100: #ECF1F2;
	--steel-200: #E3EAEC;
	--steel-300: #D7E1E3;
	--steel-400: #CFDBDD;
	--steel-500: #C3D2D5;
	--steel-600: #B1BFC2;
	--steel-700: #8A9597;
	--steel-800: #6B7475;
	--steel-900: #525859;

	--yellow-50: #FFFEF0;
	--yellow-100: #FFFDD2;
	--yellow-200: #FFFCBC;
	--yellow-300: #FFFA9D;
	--yellow-400: #FFF98A;
	--yellow-500: #FFF86D;
	--yellow-600: #E8E263;
	--yellow-700: #B5B04D;
	--yellow-800: #8C883C;
	--yellow-900: #6B682E;

	--white: #FFFFFF;
	--neutral-50: #ECECEC;
	--neutral-100: #C3C3C3;
	--neutral-200: #A5A6A6;
	--neutral-300: #7C7D7D;
	--neutral-400: #636464;
	--neutral-500: #3C3D3D;
	--neutral-600: #373838;
	--neutral-700: #2B2B2B;
	--neutral-800: #212222;
	--neutral-900: #191A1A;


	--primary: var(--blue-500);
	--primary-darker: var(--blue-700);
	--primary-lighter: var(--blue-400);
	--secondary: var(--sky-500);
	--secondary-darker: var(--blue-700);
	--secondary-lighter: var(--sky-300);
	--accent: var(--orange-500);
	--accent-darker: var(--orange-600);
	--accent-lighter: var(--orange-300);

	--steel: var(--steel-500);
	--steel-lighter: var(--steel-300);
	--steel-lightest: var(--steel-100);
	--steel-darker: var(--steel-600);
	--steel-darkest: var(--steel-700);
	--gray: var(--steel-900);
	--gray-dark: var(--neutral-600);
	--gray-darker: var(--neutral-800);
	--black: var(--neutral-900);

	--secondary-20: var(--sky-500_20);
	--gray-darker-20: var(--neutral-800_20);
	--primary-80: var(--blue-500_80);
	--steel-20: var(--steel-500_20);
	--steel-lighter-20: var(--steel-200_20);



	--blue: #004976;
	--blue-darker: #003454;
	--blue-lighter: #8AABC0;
	--orange: #FF7F41;
	--orange-darker: #E8743B;
	--white: #F2F7FA;
	--yellow: #FFCD00;

	--text-primary: #313131;
	--text-primary-lighter: #595959;

	
	/* Sizing */
	--paragraph: 18px;	
	--h5: 28px;

	--baseline: clamp(13px, 1.37vw, 16px);

	--letter-spacing-xs:-2px;
	--letter-spacing-s:0;
	--letter-spacing-m:1px;


	/* Fonts */
	--oswald: "Oswald", sans-serif;
	--merriweather: "Merriweather", serif;
	--roboto: "Roboto", sans-serif;

	/* Spacing */
	--margin: 24px;

	--threexsmall: 2px;
	--twoxsmall:4px;
	--xsmall: 8px;
	--small: 12px;
	--medium: 16px;
	--large: 24px;
	--xlarge: 32px;
	--twoxlarge: 48px;
	--threexlarge: 60px;
	--fourxlarge: 72px;
	--fivexlarge: 90px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	:root {
		--margin: 40px;

		--threexsmall: 2px;
		--twoxsmall:4px;
		--xsmall: 8px;
		--small: 12px;
		--medium: 16px;
		--large: 24px;
		--xlarge: 32px;
		--twoxlarge: 48px;
		--threexlarge: 60px;
		--fourxlarge: 72px;
		--fivexlarge: 90px;
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	:root {
		--margin: 120px;

		--threexsmall: 4px;
		--twoxsmall:8px;
		--xsmall: 12px;
		--small: 16px;
		--medium: 24px;
		--large: 32px;
		--xlarge: 40px;
		--twoxlarge: 60px;
		--threexlarge: 72px;
		--fourxlarge: 90px;
		--fivexlarge: 120px;
	}
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--roboto);
	letter-spacing: var(--letter-spacing-m);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 130%;
}

h1 {
	font-size: clamp(69px, 5.47vw, 83px);
}

h2 {
	font-size: clamp(57px, 4.4vw, 69px);
}

h3 {
	font-size: clamp(48px, 3.72vw, 57px);
}

h4 {
	font-size: clamp(40px, 3.2vw, 48px);
}

h5 {
	font-size: clamp(33px, 2.6vw, 40px);
}

h6 {
	font-size: clamp(28px, 2.1vw, 33px);
}

.h7 {
	font-size: clamp(23px, 2.4vw, 28px);
}

.xl {
	font-size: 23px;
}

.sh-1 {
	font-size: clamp(16px, 1.63vw, 19px);
}

.sm-paragraph {
	font-size: clamp(11px, 1.03vw, 13px);
}

p {
	font-family: var(--roboto);
	line-height: 160%;
	font-size: clamp(12px, 2vw, 18px);
}

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

.elementor .background-overlay::before {
  background: rgba(26, 37, 81, 0.8); /* overlay-primary-80 */
}

.elementor .background-overlay::after {
  background: rgba(43, 43, 43, 0.2); /* overlay-gray-darker-20 */
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	padding-top: 110px;
}

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

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

ul {
	list-style: disc;
}

ul li::marker {
	font-size: 0.8em;
}

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

@media screen and (min-width: 768px) {
	body {
	  padding-top: 0;
	}
  }

/* Links
--------------------------------------------- */
a {
	/* color: var(--blue); */
}

a:visited {
	color: var(--blue);
}

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

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

.ff-default .ff-el-form-control .input[type="text"],
.ff-default .ff-el-form-control .input[type="email"],
.ff-default .ff-el-form-control .input[type="url"],
.ff-default .ff-el-form-control .input[type="password"],
.ff-default .ff-el-form-control .input[type="search"],
.ff-default .ff-el-form-control .input[type="number"],
.ff-default .ff-el-form-control .input[type="tel"],
.ff-default .ff-el-form-control .input[type="range"],
.ff-default .ff-el-form-control .input[type="date"],
.ff-default .ff-el-form-control .input[type="month"],
.ff-default .ff-el-form-control .input[type="week"],
.ff-default .ff-el-form-control .input[type="time"],
.ff-default .ff-el-form-control .input[type="datetime"],
.ff-default .ff-el-form-control .input[type="datetime-local"],
.ff-default .ff-el-form-control .input[type="color"],
.ff-default .ff-el-form-control select,
.ff-default .ff-el-form-control textarea {
	background-color: #EEE;
	color: #666;
	border: 1px solid #B0C7D5;
	border-radius: 5px;
	padding: var(--twoxsmall) var(--xsmall);
}

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

header {
	top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 10;
    background-color: #ffffff;
}

.hamburger {
	background-color: var(--orange);
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 50px;
	width: 50px;
	cursor: pointer;
  }
  
  .bar {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #ffffff;
	transition: all 0.3s ease-in-out;
  }
  
  .hamburger.open .bar:nth-child(1) {
	transform: translateY(10px) rotate(45deg); /* Top bar transforms into the first diagonal */
  }
  
  .hamburger.open .bar:nth-child(2) {
	opacity: 0; /* Middle bar disappears */
  }
  
  .hamburger.open .bar:nth-child(3) {
	transform: translateY(-10px) rotate(-45deg); /* Bottom bar transforms into the second diagonal */
  }
  
  @media screen and (min-width: 768px) {
	header {
		position: relative;
	}
	.hamburger {
	  display: none;
	}
  }


/* Top Bar Navigation
--------------------------------------------- */

/* .top-bar {
	background: linear-gradient(90deg, #FFCD00 -67.79%, #FF7F41 100%);
	display: none;
	font-size: 14px;
	font-weight: 500px;
	padding: var(--twoxlarge) var(--small);
	width: 100%;
}

.top-bar-navigation {
	max-width: 1440px;
	margin: 0 auto;
}

.top-bar ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

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

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

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

.top-bar ul ul a {
	width: 200px;
}

.top-bar ul li:hover > ul,
.top-bar ul li.focus > ul {
	left: auto;
}

.top-bar li {
	position: relative;
}

.top-bar a{
	color: var(--white);
	display: block;
	text-decoration: none;
	transition: all 0.3s ease;
}

.top-bar a:hover {
	color: var(--blue);
}

.top-bar a svg {
	stroke: var(--white);
	text-decoration: none;
	transition: all 0.3s ease;
}

.top-bar a:hover svg {
	stroke: var(--blue);
}

.top-bar.toggled ul {
	display: block;
}

@media screen and (min-width: 768px) {
	.top-bar {
		padding: var(--medium) var(--small);
		display: block;
	}
	.top-bar ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: var(--medium);
	}
} */

/* Navigation
--------------------------------------------- */
.navigation {
	display: block;
	padding: var(--small) var(--large);
	background-color: var(--primary-darker);
}
.nav-container {
	display: flex;
	flex-direction: row;
	max-width: 1440px;
	margin: 0 auto;
	justify-content: space-between;
    align-items: center;
}
.main-navigation {
	background-color: var(--primary-darker);
	display: flex;
	flex-direction: column;
	font-size: var(--baseline);
	font-family: var(--roboto);
	letter-spacing: var(--letter-spacing-m);
	align-content: start;
	justify-content: start;
	flex-wrap: wrap;
	position: absolute;
	padding:  var(--twoxlarge) var(--small);
	width: 100%;
	top: -100vh;
	left: 0;
	height: 100vh;
	transition: all .5s ease;
	z-index: -1;
}

.menu-main-menu-container {
	display: flex;
	align-content: center;
	width: 100%;
}

.main-navigation.triggered {
	top: 84px;
}

.menu-main-menu-container,
.main-navigation .top-bar-navigation.mobile {
	flex-wrap: wrap;
	padding: 0 var(--small);
}
.menu-main-menu-container ul,
.main-navigation .top-bar-navigation.mobile ul {
	display: flex;
	gap: 24px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	flex-direction: column;
	width: 100%;
}

.main-navigation li {
	text-align: center;
	padding: var(--xsmall) var(--medium);
	position: relative;
	text-transform: uppercase;
	transition: all .4s;
}

.main-navigation li:active {
	color: var(--accent);
}

.main-navigation li:last-child {
  border: 1px solid var(--white);
}

.main-navigation a {
	color: white;
	display: block;
	font-weight: 700;
	text-decoration: none;
}

.main-navigation ul ul li {
  background: var(--steel-lighter-20, rgba(227, 234, 236, 0.20));
}

.main-navigation ul ul {
  position: static;
  display: flex;
  box-shadow: none;
  background: transparent;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  margin-top: 20px;

}

.main-navigation ul ul a {
  width: 100%;
  padding: 10px;
  display: block;
  white-space: normal;
}

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

.main-navigation .top-bar-navigation.mobile {
	background: linear-gradient(90deg, #FFCD00 -67.79%, #FF7F41 100%);
	width: 100%;
	height: 50%;
	display: flex;
	align-content: center;
}

.main-navigation .top-bar-navigation.mobile a {
	color: #ffffff;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation {
		padding: 0;
		position: inherit;
        flex-direction: row;
        justify-content: end;
		height: auto;
		z-index: 1;
	}

	.main-navigation ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: var(--semi);
	}

	.menu-main-menu-container {
		height: auto;
		padding: 0
	}

	.main-navigation .top-bar-navigation.mobile {
		display:none;
		height: auto;
	}

	.main-navigation li:hover {
/* 		background:  linear-gradient(0deg, var(--secondary-20) 0%, var(--secondary-20) 100%),  var(--gray-darker); */
	}
	.main-navigation li:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		height: 2px; /* Border thickness */
		width: 0%;
		background-color: var(--accent); /* Border color */
		transition: width 0.5s ease;
	}
	
	.main-navigation li:hover::after {
		width: 100%;
	}
	
	.main-navigation li:last-child::after {
		content: none;
	}
	
	.main-navigation li:last-child:hover {
		background-color: var(--accent);
		border: 1px solid var(--accent);
	}

	.main-navigation ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: fit-content;
		display: flex;
		flex-direction: column;
		background: var(--steel-lighter, #ECF1F2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: opacity 0.3s ease, transform 0.3s ease;
		min-width: 200px;
		margin: 0;
	}

	.main-navigation li:hover > ul,
	.main-navigation li:focus-within > ul {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.main-navigation ul ul li {
		border: 0 !important;
		width: 100%;
	}
	
	.main-navigation ul ul li::after {
		content: none;
	}

	.main-navigation ul ul a {
		color: var(--primary);
		white-space: nowrap;
	}

	.main-navigation ul ul li:hover,
	.main-navigation ul ul li:last-child:hover {
		background: linear-gradient(0deg, var(--secondary-20, rgba(112, 231, 241, 0.20)) 0%, var(--secondary-20, rgba(112, 231, 241, 0.20)) 100%), var(--neutral-steel-lightest, #ECF1F2);
	}

	.main-navigation ul ul li:active,
	.main-navigation ul ul li:last-child:active {
			background: var(--secondary, #70E7F1);
	}
}

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

.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;
	/* max-width: 200px; */
	max-height: 60px;
}

/* 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 {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


/* Buttons
--------------------------------------------- */

.button__main a  {
	color: var(--white);
	border-radius: 5px;
	font-size: clamp(12px, 2vw, 18px);
	padding: var(--xsmall);
	transition: all .3s ease;
}
.button__secondary a {
	color: var(--orange);
}

.button__border a {
	background-color: transparent;
	border: 2px solid var(--orange);
	color: var(--orange);
}

.button__orange a {
	background-color: var(--orange);
}

.button__border a:hover,
.button__white a:hover,
.button__orange a:hover {
	background-color: var(--blue);
}
.button__border a:active,
.button__white a:active,
.button__orange a:active {
	background-color: var(--blue-darker)
}

.button__white a {
	background-color: var(--white);
}

.button__blue a {
	background-color: var(--blue);
}
.button__blue a:hover {
	background-color: var(--orange);
}
.button__blue a:active {
	background-color: var(--orange-darker)
}

@media screen and (min-width: 768px) {
	.button__main a {
		padding: var(--twoxsmall) var(--xsmall);
	}
}


/* ISI
--------------------------------------------- */
/* Initial position when not fullscreen */
/* #isi-container {
	position: fixed;
	top: 77%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	transition: all 0.3s ease;
	z-index: 1000;
  }
  
  #isi-up,
  #isi-down {
	transition: all .3s ease;
  }

  #isi-container.fullscreen {
	position: fixed;
	top: 0;
	transform: none;
	overflow-y: auto;
	z-index: 100000;
  }
  #isi-container.fullscreen #isi-up,
  #isi-container.relative-position #isi-up {
	opacity: 0;
	pointer-events: none;
  }
  
  #isi-container.relative {
	top: 92%;
  }
  #isi-container.relative-position {
	position: relative;
  }

  #isi-container.relative #isi-down,
  #isi-container.relative-position #isi-down {
	opacity: 0;
	pointer-events: none;
  }

  #isi-container.relative-position #isi-bar {
	background-color: transparent;
  }
  #isi-container.relative-position #isi-bar span {
	color: var(--orange);
  }

  @media screen and (min-width: 768px) {
	#isi-container.relative {
		bottom: 90%
	}
} */


/* Accordian
--------------------------------------------- */

.elementor-element .accordion-panel {
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  transition: height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
}

.elementor-element .accordion-panel.open {
  opacity: 1;
  padding-top: var(--accordion-padding, 1rem);
  padding-bottom: var(--accordion-padding, 1rem);
}

.elementor-element .arrow-icon {
  transition: transform 0.3s ease;
}

/* Flip arrow when its trigger’s next panel is open */
.elementor-element .accordion-trigger.open .arrow-icon {
  transform: rotate(180deg);
}

/* Carousel text 
-------------------------------------------- */
.elementor-element .carousel-slide {
  opacity: 0;
  transition: opacity 0.5s ease;
  display: none;
}

.elementor-element .carousel-slide.active {
  display: block;
  opacity: 1;
}

.elementor-element .carousel-nav-item {
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.3s ease;
}

.elementor-element .carousel-nav-item.active {
  border-bottom: 2px solid var(--accent);
}



.elementor-element .parent-container {
  position: relative;
  min-height: 300px; /* adjust as needed */
  overflow: hidden;
}

.elementor-element .hover-card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background: var(--primary-lighter);
  color: white;
  text-align: center;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
}

/* Initially hidden elements */
.elementor-element .hover-card .divider,
.elementor-element .hover-card .heading-bottom {
  display: none;
  transition: all 0.4s ease;
}

/* Show on hover */
.elementor-element .parent-container:hover .hover-card .divider,
.elementor-element .parent-container:hover .hover-card .heading-bottom {
  display: block;
  transition: all 0.4s ease;
}
.elementor-element .parent-container:hover .hover-card {
  background: var(--primary);
  top: 0;
  justify-content: center;
  transition: all 0.4s ease;
}


/* Reveal hidden content */
.elementor-element .parent-container:hover .hover-card .divider,
.elementor-element .parent-container:hover .hover-card .heading-bottom {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.carousel-image-container .carousel-image {
  display: none;
  opacity: 0;
  transition: all 0.4s ease;
}

.carousel-image-container .carousel-image.active {
  display: block;
  opacity: 1;
  transition: all 0.4s ease;
}
  

/* Reusables */
.backdrop-gradient::after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;

	background-image:
		linear-gradient(0deg, rgba(25, 26, 26, 0.50), rgba(25, 26, 26, 0.50)),
		linear-gradient(0deg, rgba(26, 37, 81, 0.70), rgba(26, 37, 81, 0.70));
	background-blend-mode: normal, multiply;
}

.button-grow .elementor-button:hover span {
	gap: 20px !important;
	transition: all .3s;
}

/* Footer
--------------------------------------------- */

.site-footer {
	background-color: var(--primary-darker);
	color: var(--white);
	padding: var(--medium) var(--medium);
}

.footer-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	max-width: 1440px;
}

.site-info {
	display: flex;
	flex-direction: row;
	font-size: 8px;
	align-items: start;
	justify-content: space-around;
	padding: var(--medium) var(--medium);
	width: 100%;
}
.site-info p {
	font-size: 8px;
	font-weight: 500;
	margin-bottom: var(--xsmall);
	text-align: center;
}

.footer-top-nav {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 24px var(--medium);
	gap: var(--medium);
	max-width: 1440px;
	width: 100%;
}

.footer-top-nav .footer-social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.footer-top-nav .footer-social-icons a img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

.footer-top-nav .footer-social-icons a:hover img {
  transform: scale(1.1);
}

.terms-privacy-menu {
	display: flex;
	align-items: start;
}

.footer-top-nav ul,
.terms-privacy-menu ul {
	display: flex;
	gap: var(--xsmall);
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.terms-privacy-menu ul {
	flex-direction: column;
	align-items: start;
}

.footer-top-nav ul {
	flex-direction: column;
	align-items: left;
	gap: var(--twoxsmall);
}

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

.footer-top-nav ul ul ul,
.terms-privacy-menu ul ul ul {
	left: -999em;
	top: 0;
}

.footer-top-nav ul ul li:hover > ul,
.footer-top-nav ul ul li.focus > ul,
.terms-privacy-menu ul ul li:hover > ul,
.terms-privacy-menu ul ul li.focus > ul {
	display: block;
	left: auto;
}

.footer-top-nav ul ul a,
.terms-privacy-menu ul ul a {
	width: 200px;
}

.footer-top-nav ul li:hover > ul,
.footer-top-nav ul li.focus > ul,
.terms-privacy-menu ul li:hover > ul,
.terms-privacy-menu ul li.focus > ul {
	left: auto;
}

.footer-top-nav li,
.terms-privacy-menu li {
	position: relative;
}

.terms-privacy-menu li {
	padding: var(--xsmall) var(--medium);
	font-size: clamp(16px, 1.63vw, 19px);
}

.footer-top-nav a,
.terms-privacy-menu a {
	color: var(--white);
	text-decoration: none;
}

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

	.site-footer {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: var(--twoxlarge) var(--twoxlarge);
	}

	.footer-wrapper {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}

	.site-info {
		flex-direction: row;
		gap: var(--twoxlarge);
		padding: var(--medium) var(--medium);
		width: auto;
	}

	.footer-top-nav {
		align-items: start;
		gap: var(--medium);
		padding: 24px var(--medium);
		width: auto;
	}

	.footer-top-nav,
	.terms-privacy-menu {
		padding: 0 var(--small);
	}

	.terms-privacy-menu {
		gap: var(--twoxlarge);
	}

	.footer-top-nav ul,
	.terms-privacy-menu ul {
		display: flex;
	}
	
	.terms-privacy-menu ul {
		justify-content: flex-end;
		align-items: start;
		gap: var(--semi);
	}

	.site-info,
	.site-info p {
		font-size: 14px;
	}
}



@media screen and (max-width: 1024px) {
	.tablet-none {
		display: none !important;
	}
}