/*!
Theme Name: launchpad
Theme URI: http://underscores.me/
Author: WebMO
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: launchpad
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.

launchpad 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 {
	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;
	right: 100%;
}

/* Shrink-to-fit rather than a fixed width, so long labels ("Marana & Dove
Mountain") are not clipped. The floor keeps short labels from a cramped
dropdown, matching the previous 200px look. */
.main-navigation ul ul a {
	min-width: 200px;
	white-space: nowrap;
}

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

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

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

/*--------------------------------------------------------------
# Begin Launchpad Styles
--------------------------------------------------------------*/
/* Controls block width in the block editor */
html :where(.wp-block) {
	max-width: var(--content-max-width);
}

/* Constrains non-custom-block content in the block editor */
.entry-content > *:not(.lp-block){
	max-width: var(--content-max-width);
	margin-inline: auto;
}

/* CSS Tokens
--------------------------------------------- */
:root {

	/* Colors */
	--color-primary: #2F5387;
	--color-body-light: #707070;

	--color-secondary-light: #36C6F4;
	--color-secondary-dark: #233592;
	--color-secondary-darker: #182550;

	--color-accent: #2B2B2B;
	--color-accent-light: #8DA3B5;
	--color-accent-lighter: #EEF3F5;

	--color-danger: #D91E3D;

	/* Button + CTA color roles
	Every button and CTA rule below -- and in blocks/ -- reads these instead
	of a literal hex, so the whole set swaps from one place.

	These are the client's brand colors: the light blue carries every fill,
	the royal blue is the hover. Note that white on #36C6F4 is 1.99:1 and the
	light blue as ink on white is the same, both under the 4.5:1 WCAG wants
	for text. That is a deliberate client decision in favor of brand
	consistency, not an oversight -- if it is ever revisited, the fix is
	--btn-text: #121832 and --accent-ink: #233592, which reach 9.0:1 and
	10.5:1 without introducing a color outside the brand palette.

	The accordion button is deliberately left hardcoded, outside this system. */

	/* Filled button surface. */
	--btn-bg: #36C6F4;
	--btn-border: #36C6F4;
	--btn-text: #fff;

	/* Filled buttons that darken rather than reverse on hover: the header
	call button and the floating call CTA. */
	--btn-bg-hover: #233592;
	--btn-text-hover: #fff;

	/* The brand accent used as ink on a light ground: outline buttons at rest,
	filled buttons once they reverse to white on hover, and the hero stat
	numbers. Buttons read it through --btn-ink so the button roles stay
	self-describing. */
	--accent-ink: #36C6F4;
	--btn-ink: var(--accent-ink);

	/* Font Family */
	--font-family-heading: "Cabin", "Helvetica", sans-serif;
	--font-family-heading-two: "Cabin", "Helvetica", sans-serif;
	--font-family-body: "Cabin", "Helvetica", sans-serif;
	--font-family-button: "Cabin", "Helvetica", sans-serif;
	--font-family-accent: "Pattaya", cursive;

	/* Font Size
	Clamped so type scales with the viewport. The max of each clamp is the
	size these tokens used to be fixed at, so desktop is unchanged. */
	--font-size-h1: clamp(2.25rem, 5.5vw, 3.75rem);
	--font-size-h2: clamp(1.75rem, 4vw, 2.5rem);
	--font-size-h3: clamp(1.625rem, 3.8vw, 2.375rem);
	--font-size-h4: clamp(1.375rem, 3vw, 1.875rem);
	--font-size-h5: clamp(1.25rem, 2.6vw, 1.625rem);
	--font-size-h6: var(--font-size-h5);

	--font-size-body: clamp(1rem, 1.6vw, 1.125rem);
	--font-size-body-large: clamp(1.0625rem, 1.8vw, 1.25rem);

	/* Sizing */
	--content-max-width: 1200px;
	--content-width-narrow: 640px;
	--content-width-normal: 1100px;
	--content-width-wide: 1140px;

	--side-margin: 20px;

	--max-width-narrow: calc((2 * var(--side-margin)) + var(--content-width-narrow));
	--max-width-normal: calc((2 * var(--side-margin)) + var(--content-width-normal));
	--max-width-wide: calc((2 * var(--side-margin)) + var(--content-width-wide));

	/* Section padding. Clamped so it scales with the viewport: the max of each
	clamp is the size these tokens used to be fixed at, so anything 1023px and
	wider is unchanged. No block overrides padding-block in a media query, so
	this is the only place section rhythm is controlled. */
	--margin-vertical-normal: clamp(28px, 4.9vw, 50px);
	--margin-vertical-wide: clamp(38px, 6.8vw, 70px);
	--margin-vertical-wider: clamp(48px, 8.8vw, 90px);

}

/* TODO: Adjust header font sizes for medium sized screens
Currently headers are too large for tablet devices in dual column layouts.
*/

h1 {
	font-family: var(--font-family-heading);
	font-size: var(--font-size-h1);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: var(--color-primary);
	margin: 0;
}

h2 {
	font-family: var(--font-family-heading);
	font-size: var(--font-size-h2);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(--color-primary);
	margin: 0;
}

h3 {
	font-family: var(--font-family-heading);
	font-size: var(--font-size-h3);
	font-style: normal;
	font-weight: 400;
	line-height: 1.25;
	color: var(--color-primary);
	margin: 0;
}

h4 {
	font-family: var(--font-family-body);
	font-size: var(--font-size-h4);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: var(--color-primary);
}

h5 {
	font-family: var(--font-family-body);
	font-size: var(--font-size-h5);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: var(--color-secondary-darker);
}

p {
	font-family: var(--font-family-body);
	font-size: var(--font-size-body);
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
}

a {
	text-decoration: none;
}

/* Visited color for inline text links only (kept off buttons/nav/CTAs) */
.entry-content p a:visited,
.entry-content li a:visited,
.lp-block p a:visited,
.lp-block li a:visited {
	color: #0092B8;
}

/* TODO: Create button system that allows leading icon and two buttons in one container */

a.btn {
	display: inline-block;
	align-self: flex-start;
	border-radius: 8px;
	padding: 10px 14px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	font-family: var(--font-family-button);
	font-size: var(--font-size-body);
}

a.btn-primary {
	background: var(--btn-bg);
	color: var(--btn-text);
}

/* Was #7E86FB, a periwinkle that belonged to no palette. Now the brand royal
blue, which is a genuine darkening of every candidate fill. */
a.btn-primary:hover {
	background-color: var(--color-secondary-dark);
	color: var(--btn-text-hover);
	transition: 0.25s;
}

/* Global form styles */

.gform_wrapper .gform_heading .gform_description:empty{
	display: none;
}

.gform_wrapper .gform_heading .gform_required_legend{
	display: none;
}

.gform_wrapper .gform_heading .gform_title{
	font-family: var(--font-family-heading);
	font-size: var(--font-size-h1);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0;
}

.gform_wrapper .gform_body .gform_fields .gfield input,
.gform_wrapper .gform_body .gform_fields .gfield textarea {
	border-radius: 8px;
	border: solid 1px var(#f1f1f1);
	padding: 10px 14px;
}

.gform_wrapper .gform_body .gform_fields .gfield input::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder {
	color: #182550;
	opacity: 1;
}

.gform_wrapper .gform_body .gform_fields .gfield textarea {
	height: 80px;
	min-height: 80px;
	resize: vertical;
}

/* Override Gravity Forms' gravity-theme textarea.large (defaults to 288px) */
.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.gravity-theme .gfield textarea.large {
	height: 80px !important;
	min-height: 80px;
	resize: vertical;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
	font-family: var(--font-family-body);
	font-size: var(--font-size-body);
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
}

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gform-field-label--type-sub {
	font-family: var(--font-family-body);
	font-size: var(--font-size-body);
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
}

.gform_wrapper .gform_footer input[type=submit] {
	border-radius: 8px;
	border: 2px solid var(--btn-border);
	padding: 10px 14px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	background-color: var(--color-accent);
	color: var(--color-secondary-light);

	font-family: var(--font-family-body);
	font-size: var(--font-size-body) !important;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
}

.gform_wrapper.gravity-theme .ginput_container_address span {
	flex: 1 !important;
}

.gfield_select {
	border-radius: 8px;
	height: 52px;
}

/* Header
--------------------------------------------- */
/*TODO: add native support for mobile menu*/
/*TODO: make sure nav can support logos that are long (horizontal)*/

.entry-title{
	display: none;
}

.site-header{
	position: sticky;
	top: 0;
	z-index: 99;
	padding-inline: 4vw;
	background: #fff;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;

	font-family: var(--font-family-heading);
	font-size: var(--font-size-body);
	font-weight: 400;
}

.header-wrapper{
	display: flex;
	height: 80px;
	max-width: var(--content-max-width);
	margin: 0 auto;
}

.site-branding{
	display: flex;
	align-items: center;
}

p.site-title{
	margin: 0;
}

#primary-menu{
	display: flex;
	align-items: center;
	gap: clamp(0px, 0.8vw, 12px);
}

#primary-menu a{
	text-decoration: none;
	color: var(--color-secondary-light);
	padding: 10px clamp(6px, 2.2vw, 30px);
	border-bottom: 2px solid transparent;
	white-space: nowrap;
	font-size: clamp(0.95rem, 1.4vw, 1.125rem);
}

#primary-menu a:hover{
	color: #0092B8;
}

#primary-menu li.current-menu-item a {
	border-bottom: 2px solid var(--color-secondary-light);
}

#primary-menu .header-call-now {
	background-color: var(--btn-bg);
	border-radius: 10px;
	border: 2px solid var(--btn-border);
}

#primary-menu .header-call-now,
#primary-menu .header-call-now a,
#primary-menu .header-call-now a:visited,
#primary-menu .header-call-now a:hover {
	color: var(--btn-text) !important;
}

#primary-menu .header-call-now:hover {
	background-color: var(--btn-bg-hover);
	border-color: var(--btn-bg-hover);
}

/* The rest-state rule above sets the label with !important across the li and
its links, so the hover label needs to outrank it on every one of those. */
#primary-menu .header-call-now:hover,
#primary-menu .header-call-now:hover a,
#primary-menu .header-call-now:hover a:visited,
#primary-menu .header-call-now:hover a:hover {
	color: var(--btn-text-hover) !important;
}

.main-navigation{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.custom-logo-link img{
	max-height: 80px;
	width: auto;
}

.entry-content{
	margin-top: 0;
}

.site-title a{
	font-family: var(--font-family-heading);
	font-size: var(--font-size-h5);
	color: var(--color-secondary-darker);
	font-weight: 800;
}

.sub-menu{
	display: flex;
	flex-direction: column;
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.sub-menu .menu-item{
	display: block;
	padding: 8px 16px;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}

.sub-menu .menu-item:first-child{
	border-radius: 4px 4px 0 0;
}

.sub-menu .menu-item:last-child{
	border-radius: 0 0 4px 4px;
}


/*--------------------------------------------------------------
# Mobile Menu 
--------------------------------------------------------------*/
#rmp-container-477 {
	background-color: var(--color-secondary-light)
}

#rmp-container-477 a {
	color: var(--color-secondary-dark);
}

#rmp-container-477 a:hover {
	color: var(--color-secondary-dark);
}

#rmp-container-477 li.header-call-now a {
	background-color: white;
	border-radius: 10px;
	border: 2px solid var(--color-secondary-light);
	color: var(--btn-ink) !important;
}


#rmp-container-477 li.header-call-now a:hover {
	background-color: var(--color-secondary-dark);
	color: white;
}

#rmp-menu-wrap-477 .rmp-menu-subarrow {
	transform: rotate(90deg);
}

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

/* Footer Container
--------------------------------------------- */
.site-footer.lp-footer{
	position: relative;
	color: var(--color-secondary-light);
	background: #004775;
	overflow: hidden;
}

.lp-footer__top{
	padding-block: var(--margin-vertical-wide) var(--margin-vertical-normal);
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.12); */
	position: relative;
	z-index: 1;
	padding-inline: 4vw;
}

.lp-footer__inner{
	max-width: var(--content-max-width);
	margin-inline: auto;
	display: flex;
	justify-content: space-around;
}

.lp-footer__grid{
	display: grid;
	/* grid-template-columns: minmax(240px, 1.4fr) minmax(180px, 1fr) minmax(200px, 1fr); */
	gap: 48px;
	align-items: start;
}

.lp-footer__three-col-menu-container {
	display: flex;
	gap: 102px;
}

/* Footer Common Elements
--------------------------------------------- */
.lp-footer__heading{
	font-family: "Cabin";
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	font-weight: 600;
	color: white;
	margin: 0 0 16px;
}

/* Footer Column 1
--------------------------------------------- */

.lp-footer__brand{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

/* Footer Logo */
.lp-footer__logo-image,
.lp-footer__logo .custom-logo{
	width: auto;
	max-width: 220px;
	height: 100px;
	max-height: 100px;
}

.lp-footer__logo .custom-logo-link{
	display: inline-flex;
}

.lp-footer__logo{
	max-height: 100px;
}

.lp-footer__announcement {
	color: #FFF;
	font-family: Pattaya;
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	line-height: 1.2;
	margin: 0;
	max-width: 310px;
	margin-bottom: 18px;
}

/* Footer Contact Info*/
.lp-footer__contact-list{
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lp-footer__contact-item{
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: var(--font-family-body);
	font-size: var(--font-size-body);
	line-height: 1.4;
	color: white;
}

.lp-footer__contact-item a,
.lp-footer__contact-item a:visited {
	color: white;
}

.lp-footer__contact-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	margin-top: 2px;
}

.lp-footer__contact-icon-image{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lp-footer__contact-link,
.lp-footer__contact-link:visited{
	color: var(--color-body-light);
}

.lp-footer__contact-link:hover{
	color: var(--color-accent-light);
}

.lp-footer__contact-link:visited{

}

.lp-footer__service-location {
	color: #FCFCFC;
	font-family: Cabin;
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	max-width: 385px;
}

.lp-footer__availability {
	color: #FCFCFC;
	font-family: Cabin;
	font-size: clamp(1rem, 1.6vw, 1.125rem);
}

/* Column 2
--------------------------------------------- */
.lp-footer__quick-links{
	height: 100%;
	/* padding-left: 32px; */
	/* border-left: 1px solid rgba(182, 191, 204, 0.2); */
}

.lp-footer__links{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.lp-footer__link-wrapper{
	position: relative;
}

/* .lp-footer__link-wrapper::before{
	content: "›";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--color-secondary-light);
	font-weight: 700;
} */

.lp-footer__link{
	color: rgba(255, 255, 255, 0.60);
	font-family: "Inter", var(--font-family-body);
	font-size: clamp(0.9375rem, 1.4vw, 1rem);
}

.lp-footer__link:visited{
	color: rgba(255, 255, 255, 0.60);
}

.lp-footer__link:hover{
	color: var(--color-accent-light);
}


/* Column 3
--------------------------------------------- */
.lp-footer__social-media{
	height: 100%;
	padding-left: 32px;
	border-left: 1px solid rgba(182, 191, 204, 0.2);
}

.lp-footer__social{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.lp-footer__social-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.12);
	transition: background 0.2s ease, transform 0.2s ease;
}

.lp-footer__social-link:hover{
	background: rgba(255, 255, 255, 0.2);
}

.lp-footer__social-icon{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
}



/* Footer Awards */
.lp-footer-awards {
	padding-block: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.lp-footer-awards__wrapper {
	max-width: var(--content-max-width);
	margin: 0 auto;
	padding-inline: 4vw;
}

.lp-footer-awards__list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lp-footer-awards__item {
	display: flex;
	align-items: center;
	gap: 24px;
	color: rgba(255, 255, 255, 0.80);
	font-family: var(--font-family-body);
	font-size: clamp(0.75rem, 1.1vw, 0.8125rem);
	line-height: 1.4;
}

/* Pipe between items */
.lp-footer-awards__item:not(:last-child)::after {
	content: "|";
	color: rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 767px) {
	.lp-footer-awards__list {
		flex-direction: column;
		gap: 12px;
	}

	/* Each item becomes its own column so the separator can sit under the text
	as a full-width rule instead of beside it as a pipe. */
	.lp-footer-awards__item {
		flex-direction: column;
		gap: 12px;
		width: 100%;
		text-align: center;
	}

	.lp-footer-awards__item:not(:last-child)::after {
		content: "";
		width: 100%;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.25);
	}
}

.lp-footer-awards__link,
.lp-footer-awards__link:visited {
	color: inherit;
}

.lp-footer-awards__link:hover {
	color: #fff;
}



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

footer {
	background-color: #004775;
}

.lp-footer-disclaimers{
	position: relative;
	z-index: 1;
	padding-inline: 4vw;
}

.lp-footer-disclaimers{
	padding-block: 18px;
}

.lp-footer-disclaimers__wrapper{
	max-width: var(--content-max-width);
	margin-inline: auto;
}

.lp-footer-disclaimers__content{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px 18px;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: var(--font-family-body);
	font-size: clamp(0.8125rem, 1.2vw, 0.875rem);
	line-height: 1.4;
}

.lp-footer-disclaimers__item {
	display: flex;
	align-items: center;
	gap: 18px;
	color: rgba(255, 255, 255, 0.80);
}

/* Pipe between items */
.lp-footer-disclaimers__item:not(:last-child)::after {
	content: "|";
	color: rgba(255, 255, 255, 0.25);
}

.lp-footer__disclaimer-link {
	color: rgba(255, 255, 255, 0.80);
}


.lp-footer__disclaimer-link:visited{
	color: rgba(255, 255, 255, 0.80);

}

.lp-footer__disclaimer-link:hover{
	color: var(--color-accent-light);
}

@media screen and (max-width: 1150px) {
	.lp-footer__three-col-menu-container {
		display: none;
	}

	.lp-footer__announcement {
		max-width: 100%;
	}

	.lp-footer__contact-item {
		justify-content: center;
	}

	.lp-footer__service-location {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

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

@media screen and (max-width: 767px){
	.lp-footer__grid{
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.lp-footer__contact{
		height: 100%;
	}

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

	.lp-footer-disclaimers__content{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 12px;
		text-align: center;
	}

	/* No trailing pipes once the links are stacked */
	.lp-footer-disclaimers__item:not(:last-child)::after {
		content: none;
	}
}



/*--------------------------------------------------------------
# Floating Call CTA
--------------------------------------------------------------*/
/* Pinned to the viewport on every page. Sits above the sticky header (z-index
99) but below the skip link. Rendered by template-parts/floating-cta.php; the
fade near the page bottom is driven by js/floating-cta.js, which toggles
.lp-floating-cta--hidden. */
.lp-floating-cta {
	position: fixed;
	/* A third of the way down on desktop, where it sits beside the content
	rather than on top of it. */
	top: 33vh;
	right: max(20px, env(safe-area-inset-right));
	z-index: 200;

	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 22px;
	border-radius: 8px;

	background-color: var(--btn-bg);
	color: var(--btn-text);
	box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 14px;

	font-family: var(--font-family-button);
	font-size: var(--font-size-body);
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;

	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.25s ease;
}

.lp-floating-cta:visited {
	color: var(--btn-text);
}

.lp-floating-cta:hover,
.lp-floating-cta:focus {
	background-color: var(--btn-bg-hover);
	color: var(--btn-text-hover);
}

.lp-floating-cta:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

/* Faded out near the bottom of the page so it never lands on the footer. Both
visibility and pointer-events are needed: opacity alone still takes the click
and still stops on a tab. */
.lp-floating-cta--hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.lp-floating-cta__icon {
	flex-shrink: 0;
}

@media screen and (max-width: 767px) {
	/* Thumb reach beats sightline on a phone, so it returns to the bottom. */
	.lp-floating-cta {
		top: auto;
		bottom: max(12px, env(safe-area-inset-bottom));
		right: max(12px, env(safe-area-inset-right));
		padding: 12px 18px;
	}
}

/* The number is already the first thing on the page in print. */
@media print {
	.lp-floating-cta {
		display: none;
	}
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
/* Rendered by 404.php: a 48px "404" centered in the viewport with the button
below it. Everything centers off text-align, so no flex alignment to fight. */
.lp-404 {
	display: flex;
	align-items: center;
	justify-content: center;

	/* Fills the screen below the 80px sticky header, so the pair sits in the
	middle of the viewport rather than the middle of the document. */
	min-height: 300px;
	padding: var(--margin-vertical-normal) 4vw;
	text-align: center;
}

.lp-404__graphic {
	display: block;
	height: 48px;
	width: auto;
	margin: 0 auto;
	color: #0092B8;
}

/* a.btn is display:inline-block with align-self:flex-start globally. The
parent here isn't a flex container, so align-self is inert and text-align
does the centering. */
.lp-404__cta {
	margin-top: 24px;
}
