/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,reviews
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
	color: #222;
	line-height: 1.4;
	font-family: "Roboto", "helvetica", "arial", "sans serif" !important;
}
html,
body {
	margin: 0;
	height: 100vh;
	padding: 0;
	background-color: #59819e;
	background: var(
		--Blue-Linear-Gradient,
		linear-gradient(
			270deg,
			#59819e 0%,
			#76acd2 25%,
			#76acd2 50%,
			#76acd2 75%,
			#59819e 100%
		)
	);
}

img {
	border: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.svgLogo {
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	-webkit-box-shadow:
		0 0 0 0 transparent,
		0 0 0 0 transparent,
		0 2px 3px 0 #cccccc,
		0 0 0 0 transparent;
	-moz-box-shadow:
		0 0 0 0 transparent,
		0 0 0 0 transparent,
		0 2px 3px 0 #cccccc,
		0 0 0 0 transparent;
	box-shadow:
		0 0 0 0 transparent,
		0 0 0 0 transparent,
		0 2px 3px 0 #cccccc,
		0 0 0 0 transparent;
}
.ace-logo {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 5px;
}
.container {
	max-width: 460px;
	width: 90%;
	margin: 10px auto 15px auto;
}
.gua-container {
	background-color: #fff;
	border-radius: 8px;
}
header {
	margin-bottom: 10px;
	border-radius: 8px;
}

.h1_subtext {
	color: #5a5a5a;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 40px;
	display: block;
	margin-top: 10px;
}

.startbutton {
	max-width: 350px;
	display: block;
	background: linear-gradient(180deg, #93c437 0%, #6f9f18 100%);
	text-decoration: none;
	color: #fff;
	text-align: center;
	margin: 15px auto 0 auto;
	padding: 8px 10px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: clamp(0.5rem, 5vw, 1.125rem);
	border-radius: 5px;
}

.topCTA {
	box-sizing: border-box;
	margin: -35px auto 15px auto;
	position: relative;
	padding: 4%;
}

#text {
	color: #000;
	padding: 5% 4% 6% 4%;
}

#text img {
	width: 100%;
	max-width: 768px;
	height: auto;
	margin: 0 auto;
}

#text p {
	font-size: clamp(0.5rem, 5vw, 1rem);
	line-height: 20px;
	font-weight: 400;
	color: #333;
	margin: 5px 0 10px;
}
#text p.bolded {
	font-size: 1rem;
	font-weight: 700;
	color: #333;
}
#text p.blue {
	margin-top: 20px;
	font-size: 1rem;
	font-weight: 700;
	color: #4990d1;
}
#text p.heading {
	font-size: clamp(0.75rem, 6vw, 1.25rem);
	font-weight: 700;
	color: #333;
	margin: 0 0 15px 0;
}

#text ul {
	color: #333;
	font-size: clamp(0.5rem, 3.5vw, 1rem);
	line-height: 1.25rem;
}
.flex-lists {
	display: flex;
}
.flex-lists ul {
	flex: 1;
	padding: 0 10px 5px 0px;
	margin: 0 20px;
}

.textbox {
	background: #fff;
	border-radius: 8px;
	margin: 0 0 15px 0;
}

.textbox ul {
	text-align: left;
	margin: 0 auto;
	padding: 0 10px 5px 20px;
}

.logo-tagline {
	font-size: 20px;
	line-height: 14px;
	color: #fff;
	font-weight: 700;
	font-variant-caps: all-petite-caps;
}

.bolded {
	font-weight: 700;
	color: #333;
}

.card-text {
	font-size: clamp(0.5rem, 3.5vw, 1rem);
	text-align: center;
	color: #333;
	line-height: 1.25;
	margin: 0 auto;
}

/* footer {
	width: 460px;
	max-width: 90vw;
} */

.copyright-disclaimer {
	text-align: center;
	padding: 0 5px;
	font-size: 0.75rem;
	line-height: 1rem;
	color: #666;
	margin: 0 auto;
}

#copyright {
	background: #e9e4d0;
	font-size: 12px;
	color: #000;
	padding: 20px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " ";
	/* 1 */
	display: table;
	/* 2 */
}

.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 1.25dppx),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after,
	*:first-letter,
	*:first-line {
		background: transparent !important;
		color: #000 !important;
		/* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
