/*!
Theme Name: Campus Care
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: campus-care
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.

Campus Care 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:
----------------------------------------------------------------

Theme Styles:
# 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

#==================================================
Square 205 Styles:
#Typography
#Universal

#==================================================

--------------------------------------------------------------*/

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

.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;
	}
	
	.navbar-collapse:not(.show) { display: block; }
}

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





/*
#==================================================
Square 205 Styles:
#Universal
 - Bootstrap
 - Utility
 - Typography
 - Buttons
 - Containers
 - Cards

#==================================================
*/

/* #Universal
---------------------------------------------------
   Declare site colors variables here
   Includes font variables and color variables 
*/
:root {
    --outfit: Outfit;
    --sanchez: Sanchez;
    --white: #FFFFFF;
    --black: #222222;
	--brandBlue: #25286C;
    --careBlue: #1096D2;
    --campusGreen: #65C82A;
    --confidentRed: #D65009;
    --energyYellow: #FFF83E;
	--lightBlue: #BEE8FB;
	--softCoral: #FFBE9C;
	--softYellow: #F9F7BF;
	--lightRed: #FFBE9C;
}

.outfitBold {
    font-family: var(--outfit);
    font-weight: 500;
    font-style: normal;
}

.outfit400 {
    font-family: var(--outfit);
    font-weight: 400;
    font-style: normal;
}

.outfit700 {
    font-family: var(--outfit);
    font-weight: 700;
    font-style: normal;
}

.outfitBoldCareBlue {
    font-family: var(--outfit);
    font-weight: 500;
    font-style: normal;
    color: var(--careBlue);
}

.sanchez400 {
    font-family: var(--sanchez);
    font-weight: 400;
    font-style: normal;
}

/* sets 1rem to 10px */
html { font-size: 62.5%; }
body { color: var(--brandBlue); }

/* #stof //basic typography including reusable typography variants ie: p.small */
.bgWhite { background-color: var(--white); }
.bgBlack { background-color: var(--black); }
.bgCareBlue { background-color: var(--careBlue); }
.bgCampusGreen { background-color: var(--campusGreen); }
.bgConfidentRed { background-color: var(--confidentRed); }
.bgEnergyYellow { background-color: var(--energyYellow); }
.bgLightBlue { background-color: var(--lightBlue); }
.bgSoftCoral { background-color: var(--softCoral); }
.bgSoftYellow { background-color: var(--softYellow); }
.bgLightRed { background-color: var(--lightRed); }

/* Bootstrap */
.col-12 { padding-left: 0; padding-right: 0; }
.row { margin: 0; }

/* Utility */
.contentOverlap { z-index: 101; }
.marginTop { margin-top: 10rem; }
.marginBottom { margin-bottom: 10rem; }
.paddingBottom { padding-bottom: 5rem; }
.flexWrap { display: flex; flex-wrap: wrap; }
.halfHeight { height: 50%; }

/* Typography */

.text-careBlue { color: var(--careBlue); }
.text-campusGreen { color: var(--campusGreen); }
.text-confidentRed { color: var(--confidentRed); }
.text-energyYellow { color: var(--energyYellow); }
.text-white { color: var(--white); }
.textBrandBlue { color: var(--brandBlue); }
.textBold { font-weight: 900; }

h1, .h1 {
    font-family: var(--outfit);
    font-weight: 500;
    font-style: normal;
    font-size: 7.2rem;
    line-height: 1.166em;
    text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 5rem;
}
h2, .h2 {
    font-family: var(--outfit);
    font-weight: 500;
    font-style: normal;
    font-size: 4.1rem;
    line-height: 1.56em;
	margin-top: 0;
}
h2.h1 { margin-bottom: 3.5rem; }
h3, .h3 {
    font-family: var(--outfit);
    font-weight: 500;
    font-style: normal;
    font-size: 2.8rem;
    line-height: 1.5em;
	margin-bottom: 5rem;
	margin-top: 0;
}

.pLarge {
    font-family: var(--outfit);
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
    line-height: 1.5em;
	margin-bottom: 5.2rem;
	letter-spacing: 0.03em;
}
p, .pSmall {
    font-family: var(--outfit);
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 1.5em;
	margin-bottom: 4.4rem;
	letter-spacing: 0.02em;
}
.tiny { 
	font-size: 1.2rem !important; 
	line-height: 1.5em; 
}

a {
    font-family: var(--outfit);
    font-weight: 700;
    font-style: normal;
	color: var(--brandBlue);
/*     font-size: 2.2rem; */
    line-height: 0.91em;
	text-decoration: none;
}
a:hover {
    font-weight: 900;
/*     text-decoration: none; */
	color: var(--brandBlue);
	text-decoration: underline;
/* 	font-size: 2.6rem; */
}
a.btn:hover, header a:hover, footer a:hover { text-decoration: none; }

@media screen and (max-width: 1550px) {
	h1 { margin-bottom: 3.5rem; }
	.pLarge { font-size: 2.2rem; }
	p.pSmall, ul.pSmall li { font-size: 2rem; }
	h1, h2.h1 { font-size: 5.4rem; }
	.h3 { font-size: 2.5rem; }
	.h2 { font-size: 3.4rem; }
}
@media screen and (max-width: 1199px) {
	h1 { margin-bottom: 2rem; }
	.h3 { margin-bottom: 3rem; }
}
@media screen and (max-width: 991px) {
	h2 { font-size: 2.8rem; }
	h1, h2.h1 { font-size: 3.6rem; }
	.h3 { font-size: 2.2rem; }
	.pLarge { font-size: 1.8rem; }
	p.pSmall, ul.pSmall li { font-size: 1.6rem; }
	.h2 { font-size: 2.8rem; }
}
@media screen and (max-width: 768px) { .tiny { font-size: 0.8rem !important; } }

/* Buttons */
.btn, form .gform_footer input.gform_button[type=submit] {
    font-family: var(--outfit);
    font-weight: 700;
    font-style: normal;
	font-size: 2.2rem;
    border-radius: 3rem;
    letter-spacing: 0.1rem;
    padding: 2rem 4rem;
    height: auto;
	width: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	box-shadow: var(--brandBlue) .5rem .8rem;
    gap: 1rem;
	z-index: 1;
	transition: 0.3s all ease-in-out;
    line-height: 0.91em;
}
.btn:hover, form .gform_footer input.gform_button[type=submit]:hover, 
.btn:active, form .gform_footer input.gform_button[type=submit]:active {
	box-shadow: none;
	font-size: 2.2rem;
}
.btnPrimary { background-color: var(--white); color: var(--brandBlue); }
.btnPrimary:hover, .btnPrimary:active {	background-color: var(--confidentRed); color: var(--white); }

.btnSecondary, form .gform_footer input.gform_button[type=submit] { background-color: var(--campusGreen); color: var(--white); }
.btnSecondary:hover, form .gform_footer input.gform_button[type=submit]:hover, 
.btnSecondary:active, form .gform_footer input.gform_button[type=submit]:active { background-color: var(--energyYellow); color: var(--brandBlue); }

/* .btnThird {
    background-color: var(--white);
    color: var(--black);
}

.btnThird:hover {
	background-color: navy;
	color: var(--white);
}
*/

@media screen and (max-width: 991px) { .btn, form .gform_footer input.gform_button[type=submit] { padding: 1.5rem 3rem; } }
@media screen and (max-width: 768px) { .btn, form .gform_footer input.gform_button[type=submit] { font-size: 1.6rem; } }

/* Containers - Page Level */
/* Making the content container 100% of the viewable page to create evenly-spaced containers */
.container { max-width: 141rem; padding: 0; } /* On all containers. */
.container-narrow { max-width: 1170px; } /* Also on narrow containers. */

@media screen and (max-width: 1610px) {	.container { margin: 0 100px; max-width: calc(100% - 200px); } }
@media screen and (max-width: 991px) { .container { margin: 0 15px; max-width: calc(100% - 30px); } }

/* Containers - Content Level */
.contentContainer {	display: flex; }

/* Cards */
/* Colored Cards to match color scheme */
.cardBlack { background-color: var(--black); color: var(--white); }
.cardWhite { background-color: var(--white); color: var(--black); }
.cardCampusGreen { background-color: var(--campusGreen); color: var(--black); }
.cardConfidentRed { background-color: var(--confidentRed); color: var(--white); }
.cardEnergyYellow { background-color: var(--energyYellow); color: var(--black); }
/* Tried adding this to the background of the 4 consecuutive cards, but had issues getting the background to take up the full left column */
/* .bgBlue {
	background-color: #d3e8ff;
	color: var(--black);
} */

.cardContainer { display: flex; flex-direction: row; justify-content: space-around; }
.cardContent {
	font-family: var(--outfit);
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 3.2rem;
}
.card .row>*, .row>.col { padding: 0; } /* Eliminate the forced padding that disrupts backgrounds. */

.cardLeft {	border-radius: 0 5rem; }
.cardRight { border-radius: 5rem 0; }
.beveled-top-right-corner { border-top-right-radius: 5rem; }
.beveled-top-left-corner { border-top-left-radius: 5rem; }
.beveled-bottom-right-corner { border-bottom-right-radius: 5rem; }
.beveled-bottom-left-corner { border-bottom-left-radius: 5rem; }
.cardPlacement { display: flex; justify-content: center; }

.singleCard { border-radius: 20px 0px; }
.tallCard {
	height: fit-content;
	width: fit-content;
	padding-top: 7rem;
	padding-bottom: 7rem;
	padding-left: 5rem;
	padding-right: 5rem;
}
.cardLarge {
	height: fit-content;
	width: 100%;
}
/* .squareCard {
	height: fit-content;
	width: fit-content;
}
 */

/* .cardOdd {
	border-radius: 20px 0px 20px 0px;
	background-color: var(--white);
	height: fit-content;
	width: 100%;
	font: var(--outfit);
	padding: 5rem;
} */
/* .cardEven {
	border-radius: 0px 20px 0px 20px;
	background-color:rgb(203, 235, 255);
	height: fit-content;
	width: 100%;
	font: var(--outfit);
	display: inline-block;
	padding: 5rem;
} */




#cardCareBlue { background-color: var(--careBlue); }

/* Header */

header {
    display: flex;
    justify-content: center;
	align-items: center;
	height: 14rem;
    background: var(--white);
	padding: 0;
	position: fixed;
	z-index: 1000;
	width: 100%;
	top: 0; 
}
header>.container { display: flex; }
.site-branding .custom-logo { max-width: 27rem; }
.navbar-collapse { margin-left: auto; }
header #site-navigation { display: flex; align-items: center; }
#site-navigation .nav-link { color: var(--brandBlue); font-weight: 500; }
header #menu-primary { flex-direction: row; justify-content: flex-end; margin-right: 0; margin-left: auto; }
header #menu-primary li { margin-right: 3rem; display: flex; align-items: center; position: relative; }
header #menu-primary li.current_page_item { pointer-events: none; }
header #menu-primary li:not(.current_page_item):not(.no-hover-line):after { content: ''; position: absolute; border-bottom: 3px solid var(--brandBlue); width: 100%; height: 3px; bottom: 0; transition: 0.3s all ease-in-out; transform-origin: left; transform: scaleX(0); }
header #menu-primary li:not(.current_page_item):not(.no-hover-line):hover:after { transform: scaleX(1); }
header #menu-primary li a { font-size: 2.5rem; }
header #site-navigation #menu-primary li.current_page_item a,
header #site-navigation #menu-primary li.current_page_item a { color: var(--campusGreen); }
header .scheduleBtn { padding: 1.5rem 3rem; white-space: nowrap; }

@media screen and (max-width: 1350px) { 
 	header { position: fixed; z-index: 1000; width: 100%; top: 0; }
	.site-branding .custom-logo { max-width: 22rem; }
	header .menu-toggle { display: block; }
	header .navbar-toggler { border: none; outline: none; }
	header .navbar-toggler:focus { outline: none; box-shadow: none; }
	header .navbar-toggler-icon { position: relative; height: 3.3rem; width: 5.5rem; }
	header .toggler-top, header .toggler-middle, header .toggler-bottom { position: absolute; border-top: 5px solid #25286C; width: 100%; right: 0; transition: 0.3s all ease-in-out; }
	header .toggler-top { right: 50%; width: 2.75rem; }
	header .toggler-middle { top: 1.4rem; opacity: 1; }
	header .toggler-bottom { top: 2.8rem; width: 2.75rem; }
	header #site-navigation #menu-primary { display: flex; align-items: center; max-width: 100%; padding: 1.5rem 0; position: absolute; top: -50rem; flex-direction: column; border-bottom-left-radius: 5rem; }
	header #site-navigation #menu-primary li { margin-right: 0; }
	header #site-navigation #menu-primary li.current-menu-item a { color: #65C82A; }
	
	header #site-navigation.toggled .toggler-top { transform: rotate(45deg); width: 100%; top: 50%; right: 0; }
	header #site-navigation.toggled .toggler-middle { opacity: 0; }
	header #site-navigation.toggled .toggler-bottom { transform: rotate(-45deg); width: 100%; top: 50%; }
	
	header #site-navigation #bs-navbar-collapse-1 { position: absolute; top: -100vh; left: -10rem; width: calc(100% + 20rem); border-bottom-left-radius: 5rem; transition: 0.3s all ease-in-out; overflow: hidden; height: 44rem; }
	header #site-navigation.toggled #bs-navbar-collapse-1 { top: 14rem; }
	
	header #site-navigation #menu-primary { top: 0; border-top: 3px solid var(--brandBlue); width: 100%; padding: 1.5rem; background: white; transition: 0.3s all ease-in-out; transform: translate(0, -100%); z-index: 1000; }
	header #site-navigation #menu-primary .translate-button { margin: 1.5rem auto; }
	header #site-navigation.toggled #menu-primary { transform: translate(0, 0); }
	header .collapse:not(.show) { display: block; }
	header .main-navigation ul { display: flex; }
	header #menu-primary li { margin-bottom: 2rem; }

	header .scheduleBtn { margin-right: 3rem; margin-left: auto; }
}
@media screen and (max-width: 991px) { header #site-navigation #bs-navbar-collapse-1 { left: -1.5rem; width: calc(100% + 3rem); } }
@media screen and (max-width: 768px) { 
	header { height: 8.3rem; } 
	header #site-navigation #bs-navbar-collapse-1 {  }
	header #site-navigation.toggled #bs-navbar-collapse-1 { top: 8.3rem; }
	.site-branding .custom-logo { max-width: 16rem; }
}
@media screen and (max-width: 550px) {
	header .site-branding .custom-logo { max-width: 19rem; }
	header .scheduleBtn { margin-right: 2rem; padding: 1rem 2rem; }
	header .navbar-toggler-icon { position: relative; height: 2.1rem; width: 3.5rem; }
	header .toggler-top, header .toggler-middle, header .toggler-bottom { position: absolute; border-top: 3px solid var(--brandBlue); width: 100%; right: 0; }
	header .toggler-top { right: 50%; width: 50%; }
	header .toggler-middle { top: 0.9rem; }
	header .toggler-bottom { top: 1.8rem; width: 50%; }
}
@media screen and (max-width: 390px) { header .site-branding .custom-logo { max-width: 15rem; } }

/* Translation Button */
header .translation-trigger {  width: 5rem; height: 5rem; background: var(--lightBlue); border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: 0.3s all ease-in-out; cursor: pointer; }
header .translation-trigger p { font-size: 2.5rem; font-weight: 500; font-family: var(--outfit); margin-bottom: 0; }
header .translation-trigger p font { text-transform: lowercase; }
header .translation-trigger p:first-letter, header .translation-trigger p font:first-letter { text-transform: capitalize; }
header .translation-trigger:hover { transform: scale(1.2,1.2); }
header .translate-options-container { overflow: hidden; height: auto; position: absolute; top: 100%; right: 0; width: 20.5rem; height: 16rem; margin-top: 2rem; }
header ul.translation-options { top: 0; transition: 0.3s all ease-in-out; transform-origin: top; transform: translateY(-16rem); right: 0; left: auto; box-shadow: none; flex-direction: column; background: white; padding: 2rem; max-width: 20.5rem; }
header #translation-menu-container.active ul.translation-options { transform: translateY(0); }
header #translate-english { margin-bottom: 1rem; }
header .translate-button .nturl { display: flex; align-items: center; font-weight: 400; }
header .translate-check { width: 5rem; height: 5rem; background: var(--lightBlue); border-radius: 50%; margin-right: 1rem; display: flex; justify-content: center; align-items: center; pointer-events: none; }
header .translate-nav-item { margin-right: 0 !important; }

@media screen and (max-width: 1350px) {
	header .translation-trigger { display: none; }
	header .translate-options-container { position: relative; margin-top: 0; overflow: visible; }
	header ul.translation-options { transform: translateY(0); padding: 0; padding-left: 2.5rem; padding-top: 1.5rem; }
	header .translate-button { margin: 0 !important; }
 	header #translate-english { margin-bottom: 1rem !important; }
 	header #translate-spanish { margin-bottom: 0 !important; }
}

/* Footer */
footer {
    display: flex;
    justify-content: space-evenly;
	background-color: rgb(227, 227, 227);
	position: relative; 
	padding: 0; 
	background-image: linear-gradient(to right, #fff 0%, #fff 25%, var(--brandBlue) 25%, var(--brandBlue) 100%); 
	border-top-right-radius: 5rem; 
	border: 3px solid var(--brandBlue); 
}
footer .content-container { display: flex; }
footer .logo-container { max-width: 45rem; width: 100%; padding: 7rem 0 9rem; border-top-right-radius: 5rem; background-color: white; }
footer .logo-container .logo-link { margin-bottom: 5rem; display: inline-block; }
footer .logo-container .logo { max-width: 26rem; }
footer .inner-content-container { padding: 9rem 3rem 2rem; width: 100%; display: flex; flex-direction: column;  position: relative; }
footer .inner-content-container p, footer .inner-content-container a { color: #BEE8FB; font-size: 2.5rem; }
footer .social-menu { margin-bottom: 8rem; }
footer .social-link>i { color: var(--brandBlue); background-color: var(--lightBlue); font-size: 4.4rem; width: 4.2rem; text-align: center; border-radius: 3px; line-height: 0.95em; transition: 0.3s all ease-in-out; }
footer .social-link:hover>i { color: var(--lightBlue); background-color: var(--brandBlue); }
footer #menu-footer { flex-direction: row; margin-left: 0; }
footer #menu-footer li { position: relative; padding-bottom: 0.5rem; }
footer #menu-footer li:hover a { color: var(--lightBlue); }
footer #menu-footer li:after { content: ''; position: absolute; border-bottom: 3px solid var(--lightBlue); width: 100%; height: 3px; bottom: 0; transition: 0.3s all ease-in-out; opacity: 0; padding-bottom: 0.5rem; }
footer #menu-footer li:hover:after { opacity: 1; }
footer #menu-footer li:not(:last-of-type) { margin-right: 5.5rem; }
footer .copyright-container { display: flex; justify-content: space-between; margin-top: auto; position: absolute; bottom: 0; max-width: calc(100% - 30px); width: 100%; bottom: 2rem; }
footer .copyright-container .tiny { margin-bottom: 0; text-transform: uppercase; display: flex; align-items: center; }
footer .copyright-container .square205-container { display: flex; align-items: center; }
footer .square205-image { background: #BEE8FB; width: 3rem; height: 3rem; border-radius: 3px; border-bottom-left-radius: 0; margin-right: 0.8rem; }


@media screen and (max-width: 1400px) { footer .copyright-container .square205-container .tiny { max-width: 9rem; } }
@media screen and (max-width: 1280px) {	footer .copyright-container>.tiny { max-width: none; } }
@media screen and (max-width: 1200px) { 
	footer .container { margin: 0 50px; max-width: calc(100% - 100px); } 
	footer .logo-container { max-width: 35rem; }
}
@media screen and (max-width: 991px) {
	footer .container { margin: 0 15px; max-width: calc(100% - 30px); }
	footer .logo-container { max-width: 30rem; }
}
@media screen and (min-width: 769px) {
	footer .copyright-container .square205-container .tiny { position: relative; }
	footer .copyright-container .square205-container .tiny:after { content: ''; position: absolute; border-bottom: 1px solid var(--lightBlue); width: 100%; height: 1px; bottom: 0; left: 0; transition: 0.3s all ease-in-out; opacity: 0; }
	footer .copyright-container .square205-container .tiny:hover:after { opacity: 1; }
}
@media screen and (max-width: 768px) {
	footer { background-image: none; background-color: #25286C; }
	footer .container { margin: 0; max-width: 100%; }
	footer .content-container { flex-direction: column-reverse; }
	footer .inner-content-container { padding: 3rem 1.5rem; flex-wrap: wrap; flex-direction: row; }
	footer .logo-container { max-width: 100%; text-align: center; border-top-right-radius: 0; border-top-left-radius: 5rem; padding: 3rem 0 10rem; }
	footer .logo-container .log { max-width: 23rem; }
	footer .footer-menu { order: 1; width: 100%; }
	footer .social-menu { order: 2; margin-bottom: 3rem; }
	footer #menu-footer { flex-direction: column; margin-bottom: 2.5rem; }
	footer .logo-container .logo-link { margin-bottom: 3rem; }
	footer .logo-container .btn { margin-left: auto; margin-right: auto; }
	footer .copyright-container { bottom: 1rem; left: 1.5rem; }
	footer .copyright-container>.tiny { max-width: none; }
	footer .copyright-container .tiny { color: #25286C; }
	footer .square205-image { background: #25286C; }
	footer .copyright-container .square205-container .tiny { max-width: 5.5rem; }
	footer #menu-footer li:not(:last-of-type) { margin-bottom: 2rem; }
}

/* Sections */
/* Add bg-[color] to make class name implementation easier */
.sections {
	height: fit-content;
	max-width: 100vw; 
	overflow: hidden; /* Get rid of whatever is causing that white bar on the right on home. */
	position: relative; 
} 

/* -----------------------------------------------------------*/
/* --------------------- Common Page Elements ------------------------*/
/* -----------------------------------------------------------*/

/* --------------------- Prefooter -------------------------- */
.prefooter { padding: 18rem 0 19.5rem; background-position: center; overflow: visible; background-image: url(/wp-content/uploads/2022/06/sixthSectionBackground.png); }
.prefooter .card { padding: 7.5rem 0 10rem; border-radius: 5rem 0 5rem; border: none; text-align: center; }
.prefooter .card a { margin: auto; }
.prefooter .card pLarge { margin-bottom: 7rem; }
.prefooter .card .pastelCrosses { position: absolute; right: 2%; z-index: 12; bottom: 3rem; }
.prefooter .blueMobileBlob { position: absolute; top: -9rem; left: 0; display: none; }

@media screen and (max-width: 1199px) { .prefooter .card .pastelCrosses { width: 14rem; } }
@media screen and (max-width: 768px) { 
	.prefooter { padding: 12rem 0; }
	.prefooter .card { padding: 5rem 2.5rem; max-width: 36rem; }
	.prefooter .card .card-text { max-width: 30rem; }
}

/* --------------------- Gravity Forms -------------------------- */
.gform_wrapper.gravity-theme form .gform_fields { grid-row-gap: 3.5rem; margin-bottom: 3.5rem; }
form .gform_body .gform_fields .ginput_container input:not(.gform_button) { border-radius: 0 1.2rem; border: 3px solid #25286C; height: 4rem; max-width: 33rem; width: 100%; }
form .gform_body .gform_fields .ginput_container textarea { border-radius: 0 5rem; border: 3px solid #25286C; width: 45rem; }
form .gform_body .gform_fields span:not(.gfield_required), form .gform_body .gform_fields .ginput_container:not(.ginput_complex) { max-width: 33rem; padding-left: 0 !important; }
form .gform_body .gform_fields .ginput_container.ginput_complex>span:nth-child(odd) { margin-right: 3rem; }
form .gform_body .gform_fields .ginput_container label, form .gform_body .gform_fields .gfield_label { font-size: 1.8rem; font-weight: 400; margin-bottom: 0.5rem; color: #25286C; }
.gform_wrapper.gravity-theme form .gform_footer, .gform_wrapper.gravity-theme form .gform_page_footer { padding: 0; margin: 0; }

@media screen and (max-width: 840px) { form .gform_body .gform_fields .ginput_container textarea { max-width: 100%; } }
@media screen and (max-width: 768px) {
	.gform_wrapper.gravity-theme div.gfield:not(.gfield--width-full) { grid-column: span 6; }
	form .gform_body .gform_fields .ginput_container.ginput_complex>span:nth-child(odd) { margin-right: 4rem; }
}
@media screen and (max-width: 550px) {
	form .gform_body .gform_fields .ginput_container input:not(.gform_button),
	form .gform_body .gform_fields span:not(.gfield_required), form .gform_body .gform_fields .ginput_container:not(.ginput_complex),
	form .gform_body .gform_fields .ginput_container textarea { max-width: 100%; }
	.gform_wrapper.gravity-theme div.gfield:not(.gfield--width-full) { grid-column: 1/ -1; }
	.gform_wrapper.gravity-theme form .gform_fields { grid-row-gap: 2rem; }
	form .gform_body .gform_fields .ginput_container.ginput_complex>span:first-of-type { margin-bottom: 2rem; }
}

/* Form submission */
section#contact-form { min-height: 116rem; }
section#contact-form .gform_confirmation_wrapper { height: 100%; display: flex; align-items: center; padding-left: 4rem; }
section#contact-form .gform_confirmation_message { font-size: 2.6rem; } /* Leaving large all the way for now. */
@media screen and (max-width: 1440px) {
	section#contact-form { min-height: 104rem; }
}
@media screen and (max-width: 1280px) {
	section#contact-form { min-height: 94rem; }
}
@media screen and (max-width: 991px) {
	section#contact-form { min-height: 88rem; }
}
@media screen and (max-width: 768px) {
	section#contact-form { min-height: 79rem; }
	section#contact-form .gform_confirmation_wrapper { padding-left: 0; max-width: 40rem; }
}
@media screen and (max-width: 420px) {
	section#contact-form { min-height: auto; }
}


/* LOCKUPS */
.lockup {
	width: 50%;
	max-width: 57rem;
}

/* -----------------------------------------------------------*/
/* --------------------- Home Page ------------------------*/
/* -----------------------------------------------------------*/

/* --------------------- Section 1 -------------------------- */
.home .section1 {
	background-color: var(--softYellow);
	padding-top: 13rem;
	overflow: visible;
	height: 80rem;
	margin-top: 14rem;
}
.home .heroLockup { max-width: 66rem; }
.heroLeft {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: auto;
	min-height: 100%;
}
.heroRight {
	position: absolute;
	z-index: 1;
	right: 0;
	height: 112%;
	bottom: -4.5rem;
}
.home .heroLeft, .home .heroRight, .home .section1 .mobileBackground { pointer-events: none; }
/* Here, I ma trying to z-index the button to regain its functionality, however, the overlapping image is causing issues */
.home .heroContent { z-index: 900; }

@media screen and (max-width: 1749px) { .home .heroLeft { display: none; } }
@media screen and (max-width: 1550px) {
	.home .section1 { height: 80rem; }
	.home .heroLockup { max-width: 51rem; }
	.home .heroLockup h3 { max-width: 37rem; }
	.home .heroLockup .break { display: none; }
	.home .heroRight { height: 90%; bottom: -3.3rem; }
}
@media screen and (max-width: 1440px) { .home .section1 .heroRight { height: 111%; bottom: -3.8rem; } }
@media screen and (max-width: 1350px) { .home .section1 .heroRight { height: 107%; bottom: -3.4rem; } }
@media screen and (max-width: 1280px) {
	.home .section1 { height: 74rem; }
	.home .section1 .heroLockup { max-width: 51.7rem; }
	.home .section1 .heroLockup h1 { max-width: 51rem; }
	.home .section1 .heroRight { height: 100%; bottom: -3.4rem; }
}
@media screen and (max-width: 1199px) {	.home .section1 .heroRight { height: 90%; bottom: -2.4rem; } }
@media screen and (max-width: 1024px) { .home .section1 .heroRight { height: 72%; bottom: -2.6rem; } }
@media screen and (max-width: 991px) {
	.home .section1 .heroLockup { max-width: 37rem; }
	.home .section1 .heroLockup h1 { max-width: 33rem; }
	.home .heroLockup { max-width: 32rem; }
	.home .section1 .heroRight { bottom: -3.1rem; height: 104%; }
}
@media screen and (max-width: 810px) {
	.home .section1 { height: 66rem; }
	.home .section1 .heroRight { height: 80%; bottom: -2.6rem; }
}
@media screen and (max-width: 768px) {
	.home .section1 { margin-top: 8rem; }
	.home .section1 { padding-top: 4rem; padding-bottom: 26.5rem; overflow: hidden; }
	.home .section1 .mobileBackground { position: absolute; bottom: 0; left: calc(63% - 50vw); max-width: 88%; }
}
@media screen and (max-width: 550px) { .home .section1 .mobileBackground { width: 98vw; max-width: none; left: calc(58% - 50vw); } }
@media screen and (max-width: 420px) { 
	.home .section1 .mobileBackground { width: 126vw; left: calc(37% - 50vw); } 
	.home .section1 { height: 67rem; }
}
@media screen and (max-width: 390px) { 
	.home .section1 { height: 66rem; }
	.home .section1 .mobileBackground { left: calc(36% - 50vw); width: 138vw; }
}
@media screen and (max-width: 375px) { 
	.home .section1 .mobileBackground { width: 143vw; left: calc(38% - 50vw); } 
	.home .section2 .bgLightRed { min-height: 28.2rem; }
}
@media screen and (max-width: 320px) {
	.home .section1 .mobileBackground { width: 85vw; left: calc(61% - 50vw); }
}

/* --------------------- Section 2 -------------------------- */
.home .section2 {
	background-color: var(--lightBlue);
	padding-top: 16rem;
	padding-bottom: 18rem;
}
.home .section2 .lockup { margin-bottom: 9rem; max-width: 75rem; width: 100%; }
.home .section2 .card { border-radius: 5rem 0; border: 0; background-color: transparent; }
.home .section2 .row { align-items: stretch; min-height: 33.6rem; background: transparent;}
.home .section2 .card .col-6:first-of-type { position: relative; }
/* .home .section2 .card .col-6:last-of-type { padding-left: 0; } */
.home .section2 .card .col-6:first-of-type .background-color-container { border-top-left-radius: 5rem; }
.home .section2 .card .col-6:last-of-type .background-color-container { border-bottom-right-radius: 5rem; }
.home .section2 .card .col-6:last-of-type .card-text { padding: 9rem; }
.home .section2 .background-color-container, .section2 .bgLightRed { height: 100%; }
.home .section2 .bgSoftYellow { height: 100%; display: flex; align-items: center; }
/* In order to be displayed above the background, and in order to keep the green blob from section one above the light blue background, I had to absolutely position the small green and blue blobs in regards to section one, hence the durastically large top measurement (and the fact that it is in rem instead of percentages) */
.home .smallGreenBlob { position: absolute; left: 3%; bottom: 3rem; }
.home .smallBlueBlob { position: absolute; bottom: 395px; right: 5.5%; }
.home .sneezingGirl {
	position: absolute;
	bottom: -1.6%;
	z-index: 4;
	height: 133%;
	width: auto;
	max-width: none;
	left: 0;
}
.home .section2 .mobileImage { position: absolute; bottom: 96%; right: 0; }

@media screen and (max-width: 1549px) {
	.home .section2 .cardPlacement { max-width: 70rem; margin: auto; }
	.home .section2 .card { border-radius: 0 5rem; }
	.home .section2 .row { min-height: auto; flex-direction: column-reverse; }
	.home .section2 .card .col-6 { width: 100%; padding: 0; }
	.home .section2 .card .col-6:first-of-type { min-height: 28rem; }
	.home .section2 .card .col-6:first-of-type .background-color-container { position: relative; min-height: 28rem; border-top-left-radius: 0; border-bottom-left-radius: 5rem; }
	.home .section2 .background-color-peach { min-height: 28rem; }
	.home .section2 .card-body { padding: 0; }
	.home .section2 .card .col-6:last-of-type .background-color-container { border-bottom-right-radius: 0; border-top-right-radius: 5rem; }
	.home .sneezingGirl { height: 125%; left: calc(50% - 27rem); }
}
@media screen and (max-width: 991px) {
	.home .section2 .cardPlacement { max-width: 60rem; }
	.home .section2 .contentNarrow { padding: 5rem !important; }
}
@media screen and (max-width: 768px) {
	.home .section2 { padding-top: 6rem; padding-bottom: 7rem; }
	.home .section2 .lockup { margin-bottom: 4.5rem; }
	.home .section2 .h1 { margin-bottom: 2rem; }
	.home .section2 .contentNarrow { padding: 2.5rem !important; }
	.home .section2 .sneezingGirl { height: 117%; left: calc(50% - 25rem); }
}

/* --------------------- Section 3 -------------------------- */
.home .section3 {
	background-color: var(--careBlue);
	padding-top: 10rem;
	height: 124rem;
}
.home .connectText { display: flex; justify-content: center; align-items: flex-start; max-width: 57rem; padding-top: 6rem; }
.home .connectColumn { display: flex; justify-content: center; align-items: center; max-width: 57rem; }
.home .tallCard { padding: 7rem; }
.home .tallCard p:last-of-type { margin-bottom: 3.5rem; }
.home .smallBlueCross { position: absolute; top: 6rem; left: 12%; z-index: 1; }
.home .smallYellowCross { position: absolute; top: 51rem; right: 10%; z-index 2; }
.home .section3 .bottomBannerContainer { position: absolute; bottom: -1px; left: calc((960px - 50vw) * -1); background: url('/wp-content/uploads/2022/06/thirdSectionBottom.png'); width: 1920px; height: 43rem; background-position: bottom; background-size: 100%; pointer-events: none; }
.home .section3 .card-body { margin-bottom: 3.5rem; }
.home .section3 .card-text:last-child { margin-bottom: 0; }
.home .section3 .navDemoBtn { margin-top: 0; margin-left: auto; margin-right: auto; }
.home .section3 .card { position: relative; border: none; border-radius: 5rem 0; }
.home .section3 .mobileImage { position: absolute; right: 0; bottom: calc(100% + 0.7rem); }

@media screen and (max-width: 1800px) {
	.home .smallBlueCross { left: 5%; }
	.home .smallYellowCross { right: 5%; }
}
@media screen and (max-width: 1600px) {
	.home .section3 { height: 147rem; }
	.home .section3 .col-12 { flex-direction: column; align-items: center; }
	.home .connectText { padding-top: 0; }
	.home .section3 .tallCard { padding: 5rem; }
	.home .section3 .bottomBannerContainer { width: 1600px; left: calc((800px - 50vw) * -1); }
	.home .smallBlueCross { left: 10%; }
	.home .smallYellowCross { right: 10%; }
}
@media screen and (max-width: 1549px) {	
	.home .section3 { height: 120rem; } 
	.home .section3 .btn { margin-bottom: 1rem; }
}
@media screen and (max-width: 1199px) {
	.home .smallBlueCross { left: 5%; }
	.home .smallYellowCross { right: 5%; }
}
@media screen and (max-width: 991px) {
	.home .section3 { padding-top: 6rem; height: 96rem; }
	.home .section3 .card-text:first-of-type { margin-bottom: 3.5rem; }
	.home .section3 .card .btn { margin-bottom: 3rem; }
	.home .section3 .smallBlueCross { top: 18rem; left: 2%; }
	.home .section3 .smallYellowCross { top: 36rem; z-index: 0; right: 2%; }
	.home .section3 .card { z-index: 1; }
	.home .section3 .bottomBannerContainer { z-index: 2; }
}
@media screen and (max-width: 768px) {
	.home .section3 { height: 95rem; }
	.home .section3 .h1 { width: 80%; margin-right: auto; }
	.home .section3 .card { padding: 2.5rem 2.5rem 10rem; border-radius: 0 5rem; }
	.home .section3 .card .btn { margin-bottom: 5rem; }
	.home .section3 .bottomBannerContainer { background: url('/wp-content/uploads/2022/06/mobile-3rd-section-image-final.png'); background-size: 105vw; background-repeat: no-repeat; background-position: bottom; width: 100%; left: 0; }
}
@media screen and (max-width: 550px) { 
	.home .section3 { height: 93rem; }
	.home .section3 .card { padding: 2.5rem 2.5rem 11rem; }
	.home .section3 .bottomBannerContainer { background-size: 125vw; }
}
@media screen and (max-width: 420px) { 
	.home .section3 { height: 99rem; }
	.home .section3 .bottomBannerContainer { height: 100rem; } 
}
@media screen and (max-width: 390px) { 
	.home .section3 { height: 99rem; }
	.home .section3 .bottomBannerContainer { background-size: 120vw; }
}
@media screen and (max-width: 375px) { .home .section3 { height: 98.5rem; } }
@media screen and (max-width: 320px) { .home .section3 { height: 112.5rem; } }

/* --------------------- Section 4 -------------------------- */
.home .section4 { padding-top: 16rem; padding-bottom: 17.5rem; overflow: visible; }
.home .section4 .lockup { margin-bottom: 10rem; max-width: none; width: 100%; }
.home .section4 .lockup p { max-width: 85rem; }
.home .section4 .rgbCrosses { position: absolute; top: 29.5rem; right: calc(50% + 59.2rem); z-index: 10; }
.home .section4 .lightBlueCross { position: absolute; bottom: 21rem; left: calc(50% + 62rem); z-index: 11; }
.home .section4 .card { border: 3px solid #25286C; flex-direction: row; }
.home .section4 .card:not(:last-of-type) { margin-bottom: 3rem; }
.home .section4 .card:nth-child(odd) { border-top-left-radius: 5rem; border-bottom-right-radius: 5rem; }
.home .section4 .card:nth-child(even) { border-top-right-radius: 5rem; border-bottom-left-radius: 5rem; }
.home .section4 .card>div { width: 50%; }
.home .section4 .card .lead { background-color: #BEE8FB; }
.home .section4 .card h3 { width: 100%; padding-right: 13.5rem; text-align: right; padding-top: 3rem; padding-bottom: 3rem; }
.home .section4 .card p { padding: 5rem 5.7rem; }
.home .section4 .yellowBlob {	position: absolute; top: 67rem;	bottom: 0; right: 0; left: 0; }
.home .section4 .yellowMobileBlob { position: absolute; right: 0; top: -2.5rem; z-index: 3; }

@media screen and (max-width: 1550px) {
	.home .section4 .rgbCrosses { top: 26rem; right: auto; left: 3.5rem; }
	.home .section4 .lightBlueCross { right: 2rem; left: auto; bottom: 11rem; }
}
@media screen and (max-width: 1350px) { .home .section4 .card h3 { padding-right: 7.5rem; } }
@media screen and (max-width: 991px) {
	.home .section4 .rgbCrosses { top: 29rem; z-index: 0; }
	.home .section4 .lightBlueCross { right: 2rem; bottom: 3.8rem; }
}
@media screen and (max-width: 1024px) { .home .section4 .rgbCrosses { top: 32rem; } }
@media screen and (max-width: 768px) {
	.home .section4 { padding-top: 5rem; padding-bottom: 7rem; }
	.home .section4 .h1 { margin-right: auto; text-align: left; max-width: 90%; margin-bottom: 2rem; }
	.home .section4 .lockup { margin-bottom: 4rem; }
	.home .section4 .lockup .pLarge { margin-right: auto; max-width: 29rem; text-align: left; }
	.home .section4 .card { flex-direction: column; }
	.home .section4 .card>div { width: 100%; }
	.home .section4 .card h3 { text-align: center; padding: 2.5rem; }
	.home .section4 .card p { padding: 2.5rem; }
}
@media screen and (max-width: 320px) { .home .section4 .yellowMobileBlob { top: -5.5rem; } }

/* --------------------- Section 5 -------------------------- */
.home .section5 {
	background-color: var(--lightRed);
	display: flex;
	align-items: center;
	padding-top: 16rem; 
	padding-bottom: 16rem; 
	overflow: visible;
}
.home .communitiesText { display: flex; flex-direction: column; justify-content: space-evenly; position: relative; z-index: 10; }
.home .communitiesText.lockup { margin-left: auto; max-width: 57rem; }
.home .friendGroupImg { position: absolute; width: 40.5%; right: 46.2%; bottom: 0; z-index: 14; }
.home .bigBlueBlob { position: absolute; top: 38%; left: 0; z-index: 4; }
.home .section5 .redMobileBlob { position: absolute; right: 0; top: -9rem; }
.home .bigRedBlob { position: absolute; top: -26rem; bottom: 0; right: 0; z-index: 5; }

@media screen and (max-width: 1550px) {
	.home .section5 .bigBlueBlob { top: 45%; width: 26rem; }
	.home .section5 .bigRedBlob { top: -18rem; width: 26rem; }
	.home .section5 .friendGroupImg { right: 47%; width: 40%; }
}
@media screen and (max-width: 1300px) {
	.home .section5 .bigBlueBlob { top: 0; }
	.home .section5 .friendGroupImg { width: 45%; right: 52%; }
}
@media screen and (max-width: 1024px) { .home .section5 .friendGroupImg { width: 57%; } }
@media screen and (max-width: 991px) { 
	.home .section5 .bigBlueBlob { top: -6rem; width: 23rem; }
	.home .section5 .bigRedBlob { top: 35rem; width: 16rem; }
}
@media screen and (max-width: 768px) {
	.home .section5 { padding-top: 6.5rem; padding-bottom: 62vw; }
	.home .section5 .communitiesText.lockup { max-width: none; width: 100%; }
	.home .section5 .h1 { margin-bottom: 2rem; }
	.home .section5 .friendGroupImg { width: 80%; right: 3rem; }
}
@media screen and (max-width: 390px) { .home .section5 .friendGroupImg { width: 83.5%; } }
@media screen and (max-width: 375px) { .home .section5 .friendGroupImg { width: 82%; } }
@media screen and (max-width: 320px) { .home .section5 .friendGroupImg { width: 76%; } }

/* --------------------- Section 6 -------------------------- */
body.home .prefooter .blueMobileBlob { display: block; }

/* --------------------- Compatibility Fixes -------------------------- */
.home .heroLeft { min-height: 107%; } /* Replace the min-height: auto selector */
@supports (-moz-appearance:none) { /* Add this media query for Firefox compatibility */
	.home .heroLeft { min-height: 107%; }
}
@supports (-moz-appearance:none) { /* Add this media query for Firefox compatibility */
	@media screen and (max-width: 1280px) {
		.home .section1 .heroRight { bottom: -3.6rem; }
		.home .section2 .bgLightRed { height: 28.2rem; }
	}
}
@supports(-webkit-tap-highlight-color: black) {
  /* Matches Edge 12 - latest (92) */
  /* Matches Chrome 16 - latest (95) */
  /* Matches Opera 15 - latest (78) */

  /* does not match Safari */
  /* does not match Firefox */
	.home .section1 .heroLeft { min-height: 106%; }
}

/* -----------------------------------------------------------*/
/* --------------------- Contact Page ------------------------*/
/* -----------------------------------------------------------*/

/* --------------------- Section 1 -------------------------- */

body .hero { margin-top: 14rem; } /* Also affects other non-home pages. */
.page-template-contact-page .hero { padding-bottom: 0; position: relative; overflow: visible; }
.page-template-contact-page .hero .row { width: 100%; }
.page-template-contact-page .hero .content-container { display: flex; width: 100%; justify-content: space-between; }
.page-template-contact-page .hero .content-container .card { pointer-events: none; width: 56.5rem; height: 47rem; background: url('/wp-content/uploads/2022/06/contact-hero-image.png') bottom center no-repeat; background-color: var(--energyYellow); border: none; margin-top: 3rem; }
.page-template-contact-page .hero .contactHeroCrosses { position: absolute; top: 0; left: 6.5%; }
.page-template-contact-page .hero .contactRedCross { position: absolute; bottom: -18%; right: 8%; z-index: 10; overflow: visible; }

@media screen and (max-width: 1610px) { 
	.page-template-contact-page .hero .content-container { justify-content: space-around; }
	.page-template-contact-page .hero .contactHeroCrosses { left: 2.5%; }
}
@media screen and (max-width: 1280px) { .page-template-contact-page .hero .contactHeroCrosses { left: 1.5%; } }
@media screen and (max-width: 1024px) { 
	.page-template-contact-page .hero .contactHeroCrosses { left: 0.5%; max-width: 8rem; }
	.page-template-contact-page .hero .content-container .card { width: 42rem; height: 40rem; background-size: 58%; }
}
@media screen and (max-width: 810px) {
	.page-template-contact-page .hero .contactHeroCrosses { display: none; }
	.page-template-contact-page .form-section .megaphoneGirl { height: 45rem; }
}
@media screen and (max-width: 768px) { 
	body .hero { margin-top: 8rem; } /* Also affects other non-home pages. */
	.page-template-contact-page .hero { padding-top: 5rem; }
	.page-template-contact-page .hero .content-container { flex-direction: column; }
	.page-template-contact-page .hero a { margin-bottom: 3.5rem; }
	.page-template-contact-page .hero .content-container .card { position: absolute; bottom: 0; right: 1.5rem; max-width: 45%; max-height: 31rem; background-size: 18rem; }
	.page-template-contact-page .hero .contactHeroCrosses { left: auto; right: 43%; }
	.page-template-contact-page .hero .contactRedCross { max-width: 12rem; right: 0.5rem; bottom: -12rem; }
}
@media screen and (max-width: 550px) { 
	.page-template-contact-page .hero .content-container .card { background-color: transparent; }
	.page-template-contact-page .hero .contactHeroCrosses { right: 3%; }
	.page-template-contact-page .hero .content-container .card { width: 50%; }
 	.page-template-contact-page .hero .contactRedCross { bottom: 17rem; } 
}
@media screen and (max-width: 420px) {
	.page-template-contact-page .hero .contactRedCross { display: none; }
	.page-template-contact-page .hero .content-container .card { max-width: 30%; max-height: 21rem; background-size: 12rem; }
}
@media screen and (max-width: 390px) {
	.page-template-contact-page .hero { overflow: hidden; }
	.page-template-contact-page .hero .content-container .card { right: -2rem; }
}
@media screen and (max-width: 320px) { 
	.page-template-contact-page .hero .content-container .card { display: none; } 
	.page-template-contact-page .hero .contactHeroCrosses { max-width: 7rem; }
	.page-template-contact-page .hero p.h3 { font-size: 1.9rem; }
	.page-template-contact-page .form-section #field_1_6 { max-width: 100%; }
}

/* --------------------- Section 2 -------------------------- */

.page-template-contact-page .form-section { padding-top: 16.5rem; padding-bottom: 18rem; overflow: visible; }
.page-template-contact-page .form-section .contentContainer { justify-content: space-between; }
.page-template-contact-page .form-section .megaphoneGirl { position: absolute; bottom: 0; left: calc(61% - 50vw); height: 65rem; }
.page-template-contact-page .form-section .contactRedCross { position: absolute; top: -10rem; bottom: auto; right: calc(56% - 50vw); }

@media screen and (max-width: 1610px) { .page-template-contact-page .form-section .megaphoneGirl { left: calc(53% - 50vw); } }
@media screen and (max-width: 1400px) { .page-template-contact-page .form-section .megaphoneGirl { height: 55rem; } }
@media screen and (max-width: 1400px) { .page-template-contact-page .form-section .contactRedCross { right: calc(52% - 50vw); } }
@media screen and (max-width: 1024px) { 
	.page-template-contact-page .form-section .megaphoneGirl { height: 51rem; left: calc(44% - 50vw); }
	.page-template-contact-page .form-section .contactRedCross { max-width: 12rem; } 
}
@media screen and (max-width: 768px) { 
	.page-template-contact-page .form-section { padding-top: 5rem; padding-bottom: 5rem; overflow: hidden; }
	.page-template-contact-page .form-section .contentContainer { flex-direction: column; }
	.page-template-contact-page .form-section .lockup { width: 100%; }
	.page-template-contact-page .form-section .megaphoneGirl { left: auto; right: calc(40% - 50vw); transform: scaleX(-1); }
}
@media screen and (max-width: 550px) { 
	.page-template-contact-page .form-section { min-height: 148rem; }
	.page-template-contact-page .form-section .megaphoneGirl { height: 40rem; }
}
@media screen and (max-width: 420px) {
	.page-template-contact-page .form-section { min-height: auto; }
	.page-template-contact-page .form-section .megaphoneGirl { display: none; }
}

/* --------------------- Section 3 -------------------------- */
.page-template-contact-page .prefooter .card { align-items: center; }
.page-template-contact-page .prefooter p { max-width: 69rem; }

/* -----------------------------------------------------------*/
/* ----------------------- Admin Page ------------------------*/
/* -----------------------------------------------------------*/
.page-template-admin #page { background-color: var(--softYellow); } /* Fix footer background outside of border. */

.positionRelative {	position: relative; }

.sectionPaddingTop { padding-top: 18rem; }
.sectionPaddingBottom { padding-bottom: 18rem; }

.trblBR { border-radius: 0px 40px 0px 40px; }
.tlbrBR { border-radius: 40px 0px 40px 0px; }
.page-template-admin a.btn { line-height: 0.91em; } /* Should go on .btn, but want to wait until after launch to avoid possibly messing up qa'd pages. */

/* ----------------------- Section 1 -------------------------*/

.cardFullContainer {
	height: fit-content;
	width: 100%;
	padding-top: 8.6rem;
	padding-left: 12rem;
	padding-bottom: 10rem;
}
.heightFitContent { height: fit-content; }
.partnerContainer { max-width: 50%; }
.fullWidth { width: 141rem; }
.adminHeroCrosses {
	position: absolute;
	top: 4.5rem;
	right: 3.4rem;
	z-index: 108;
}
/* .listSpacing { margin-top: -4rem; } */
.page-template-admin .hero { background-color: white; }
.page-template-admin .hero .card { background-image: url('/wp-content/uploads/2022/06/admin-hero-image-final.png'); background-position: 106% 100%; background-repeat: no-repeat; background-size: 55%; }
.page-template-admin .hero h1 { margin-bottom: 4rem; }
.page-template-admin .hero ul { list-style: none; }
.page-template-admin .hero ul li { position: relative; }
.page-template-admin .hero ul li:before { content: ''; position: absolute; right: calc(100% + 1.2rem); top: calc(50% - 0.4rem); width: 0.8rem; height: 0.8rem; transform: rotate(45deg); background-color: var(--brandBlue); }
.page-template-admin .hero p.pLarge { margin-bottom: 2.5rem; }
.page-template-admin .hero li.pLarge:not(:last-of-type) { margin-bottom: 0.5rem; }
.page-template-admin .hero li:last-of-type { margin-bottom: 0; }
.page-template-admin .hero ul { margin-bottom: 6rem; }
.page-template-admin .hero .pLarge { font-family: var(--sanchez); }
.page-template-admin .hero a.btn:hover { background-color: var(--energyYellow); color: var(--brandBlue); }

@media screen and (max-width: 1280px) {
	.page-template-admin .hero .card { background-size: 45%; }
	.page-template-admin .partnerContainer { max-width: 63rem; }
	.page-template-admin .hero ul { max-width: 58rem; }
}
@media screen and (max-width: 1024px) { 
	.page-template-admin .hero h1 { max-width: 50rem; }
	.page-template-admin .hero .adminHeroCrosses { top: 0.5rem; right: 1.4rem; max-width: 12rem; } 
}
@media screen and (max-width: 991px) { .page-template-admin .hero .card { padding-top: 6rem; padding-left: 6rem; padding-bottom: 6rem; } }
@media screen and (max-width: 810px) { .page-template-admin .hero li:last-of-type { max-width: 30rem; } }
@media screen and (max-width: 768px) {
	.page-template-admin .hero .card { padding-top: 4rem; padding-left: 4rem; padding-bottom: 4rem; }	
	.page-template-admin .hero h1 { margin-bottom: 2rem; }
}
@media screen and (max-width: 550px) { .page-template-admin .hero .adminHeroCrosses { max-width: 6rem; } }
@media screen and (max-width: 420px) {
	.page-template-admin .hero .card { background-image: none; padding-top: 2rem; padding-left: 2rem; padding-bottom: 3rem; padding-right: 2rem; }
	.page-template-admin .hero ul { margin-bottom: 4rem; }
}

/* ----------------------- Section 2 -------------------------*/
.page-template-admin .section2 { padding-top: 27rem; background-color: white; }
.cardSmall {
	/* height: 25%;
	width: 33%; */
/* 	height: 20rem; */
	width: 100%;
	max-width: 45rem;
/* 	padding: 3rem; */
	border: 3px solid var(--brandBlue);
}

.adminTallCard {
/* 	height: 55rem; */
	width: 100%;
	max-width: 45rem;
/* 	padding: 3rem; */
	border: 3px solid var(--brandBlue);
/* 	padding-top: 5.8rem */
}

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

.cardBottomMargin {
	margin-bottom: 13.9rem;
}

/* .cardContentSpacing {
	display: flex;
	justify-content: center;
	align-items: center;
}
 */
.certifideIcon { left: calc(50% - 5.35rem); }
.lockIcon { left: calc(50% - 5.2rem); }
.calendarIcon {	left: calc(50% - 5.525rem); }
.moneyIcon { left: calc(50% - 6.52rem); }
.awarenessIcon { left: calc(50% - 5.2rem); }
.labelIcon { left: calc(50% - 5.525rem); }

.adminBlueBlob {
	position: absolute;
	bottom: 25rem;
    left: 5rem;
}
.page-template-admin .section2 .col-12>.content { max-width: calc(33% - 2rem); }
.page-template-admin .section2 .col-12>.content:nth-child(-n+3) { margin-bottom: 14rem; }
.page-template-admin .section2 .card .inner-container { overflow: hidden; }
.page-template-admin .section2 .card img { bottom: calc(100% - 2rem); position: absolute; }
.page-template-admin .section2 .card .lead { padding: 6.5rem 3rem 2rem; display: flex; justify-content: center; }
.page-template-admin .section2 .lead .h3 { margin-bottom: 0; max-width: 31rem; }
.page-template-admin .section2 .copy { padding: 2.5rem 5.5rem 6rem; }
.page-template-admin .section2 .cardSmall .copy { height: 20.5rem; }
.page-template-admin .section2 .cardSmall .pSmall { font-family: var(--sanchez); letter-spacing: 0.005em; }
/* .page-template-admin .section2 .adminTallCard .copy { height: 40.5rem; } */
.page-template-admin .section2 .adminTallCard .copy .pSmall { margin-bottom: 0; font-family: var(--sanchez); letter-spacing: 0.005em; }
.page-template-admin .section2 .adminTallCard .copy .pSmall:first-of-type { margin-bottom: 0.5rem; }
.page-template-admin .section2 .adminTallCard .copy ul { margin-left: 0; }
.page-template-admin .section2 .right-side-deco { position: absolute; right: calc(55% - 50vw); top: 10rem; }

@media screen and (max-width: 1550px) { .page-template-admin .section2 .right-side-deco { right: calc(52% - 50vw); top: 3rem; } }

@media screen and (max-width: 1440px) { .adminBlueBlob { bottom: 20rem; } }
@media screen and (max-width: 1280px) {
	.page-template-admin .section2 .cardSmall .copy { height: 28.5rem; }
}
@media screen and (max-width: 1024px) {
	.page-template-admin .section2 .col-12>.content { max-width: calc(50% - 2rem); }
	.page-template-admin .section2 .cardSmall .copy { height: 20.5rem; }
	.page-template-admin .section2 .adminBlueBlob { display: none; }
}
@media screen and (max-width: 991px) {
	.page-template-admin .section2 { padding-top: 18rem; padding-bottom: 10rem; }
	.page-template-admin .section2 .col-12>.content:nth-child(-n+3) { margin-bottom: 12rem; }
	.page-template-admin .section2 .lead .h3 { max-width: 25rem; }
	.page-template-admin .section2 .card img { transform: scale(0.8); bottom: calc(100% - 4rem); }
	.page-template-admin .section2 .card .lead { padding: 5rem 2rem 2rem; }
	.page-template-admin .section2 .copy { padding: 2.5rem 4rem 4.5rem; }
	.page-template-admin .section2 .cardSmall .copy { height: auto; min-height: 14.2rem; }
	.page-template-admin .section2 .cardSmall .copy .pSmall { margin-bottom: 0; }
	.page-template-admin .section2 .right-side-deco { right: calc(54% - 50vw); max-width: 11rem; }
}
@media screen and (max-width: 550px) {
	.page-template-admin .section2 { padding-bottom: 4rem; }
	.page-template-admin .section2 .col-12>.content { max-width: 100%; margin: 0 auto; margin-bottom: 10rem!important; }
	.page-template-admin .section2 .cardSmall .copy { min-height: auto !important; }
	.page-template-admin .section2 .adminBlueBlob { display: block; max-width: 23rem; bottom: 2rem; left: -4rem; }
	
}

/* ----------------------- Section 3 (Stat Section) -------------------------*/
.statContentPadding {
	padding: 4rem;
}

.statTopCrosses {
	position: absolute;
	top: 22rem;
	left: 126rem;
}

.statBottomCrosses {
	position: absolute;
	bottom: 1.4rem;
	right: 151.3rem;
}

.page-template-admin .section3 { padding-top: 18rem; padding-bottom: 18rem; }
.page-template-admin .section3 .lockup { max-width: 72rem; width: 100%; margin-bottom: 9rem; }

.page-template-admin .section3 .statContent { display: flex; flex-wrap: wrap; margin: 0 12rem; }
.page-template-admin .section3 .inner-container { width: 100%; display: flex; }
.page-template-admin .section3 .statCard { display: flex; justify-content: center; max-width: 57rem; border: none; }
.page-template-admin .section3 .inner-container:nth-child(odd) .statCard { margin-left: auto; }
.page-template-admin .section3 .statCard.stat44 { margin-bottom: 2rem; }
.page-template-admin .section3 .statCard.stat61 { margin-bottom: 10rem; }
.page-template-admin .section3 .statCard.stat60 { margin-bottom: -7rem; margin-right: -12rem; }
.page-template-admin .section3 .statCard.stat13 { margin-bottom: 7.4rem; }
.page-template-admin .section3 .statCard.stat35 { margin-bottom: -1.2rem; }
.page-template-admin .section3 .statCard.stat48 { margin-bottom: 9.2rem; }
.page-template-admin .section3 .statCard.statSadEmoji { margin-bottom: -7.7rem; margin-right: -12rem; }
/* .page-template-admin .section3 .statCard.statMoneyPills{ margin-bottom: 2rem; } */

.page-template-admin .section3 .statIcon { position: absolute; }
.page-template-admin .section3 .statIcon.stat44 { left: -11.9rem; top: -6.3rem; }
.page-template-admin .section3 .statIcon.stat61 { left: -17.5rem; top: -9.6rem; }
.page-template-admin .section3 .statIcon.stat60 { left: -15.1rem; top: -10rem; }
.page-template-admin .section3 .statIcon.stat13 { left: -4.9rem; top: -1.9rem; }
.page-template-admin .section3 .statIcon.stat35 { left: -7.8rem; top: -5rem; }
.page-template-admin .section3 .statIcon.stat48 { left: -12.1rem; top: -6.8rem; }
.page-template-admin .section3 .statIcon.statSadEmoji { left: -17.4rem; top: -10.3rem; }
.page-template-admin .section3 .statIcon.statMoneyPills { left: -16rem; top: -9.6rem; }

.page-template-admin .section3 .statText { z-index: 1; padding: 3rem 4rem 4rem; margin-bottom: 0; color: var(--white); }

@media screen and (max-width: 1550px) {
	.page-template-admin .section3 .statTopCrosses { left: auto; right: 24.7rem; }
	.page-template-admin .section3 .statBottomCrosses { right: auto; left: 5.2rem; }
	.page-template-admin .section3 .statCard.stat44 { margin-bottom: 3rem; }
	.page-template-admin .section3 .statCard.stat61 { margin-bottom: 13rem; }
	.page-template-admin .section3 .statCard.stat60 { margin-bottom: -5rem; }
	.page-template-admin .section3 .statCard.stat13 { margin-bottom: 9.4rem; }
	.page-template-admin .section3 .statCard.stat35 { margin-bottom: 0.8rem; }
	.page-template-admin .section3 .statCard.stat48 { margin-bottom: 13.2rem; }
	.page-template-admin .section3 .statCard.statSadEmoji { margin-bottom: -5.7rem; }
}
@media screen and (max-width: 1440px) {
	.page-template-admin .section3 .lockup { margin-bottom: 12rem; }
	.page-template-admin .section3 .statCard.stat44 { margin-bottom: 5rem; }
	.page-template-admin .section3 .statCard.stat61 { margin-bottom: 15rem; }
	.page-template-admin .section3 .statCard.stat60 { margin-bottom: 3rem; }
	.page-template-admin .section3 .statCard.stat13 { margin-bottom: 10.4rem; }
	.page-template-admin .section3 .statCard.stat35 { margin-bottom: 4.8rem; }
	.page-template-admin .section3 .statCard.stat48 { margin-bottom: 15.2rem; }
	.page-template-admin .section3 .statCard.statSadEmoji { margin-bottom: 2.3rem; }	
}
@media screen and (max-width: 1280px) {
	.page-template-admin .section3 .statTopCrosses { right: 13.7rem; max-width: 16rem; }
}
@media screen and (max-width: 1024px) {
	.page-template-admin .section3 .statTopCrosses { right: 8.7rem; max-width: 12rem; }
	.page-template-admin .section3 .statBottomCrosses { right: auto; left: 5.2rem; }
	
	.page-template-admin .section3 .card.statCard { margin-left: auto; margin-right: auto; }
	.page-template-admin .section3 .inner-container:not(:last-of-type) .statCard { margin-bottom: 7rem; }
	
	.page-template-admin .section3 .statIcon { max-height: 13rem; }
	.page-template-admin .section3 .statIcon.stat44 { left: -10.9rem; top: -6.3rem; }
	.page-template-admin .section3 .statIcon.stat61 { left: -9.5rem; top: -5.6rem; }
	.page-template-admin .section3 .statIcon.stat60 { left: -9.1rem; top: -6rem; }
	.page-template-admin .section3 .statIcon.stat48 { left: -10.1rem; top: -5.8rem; }
	.page-template-admin .section3 .statIcon.statSadEmoji { left: -11rem; top: -6.5rem; }
	.page-template-admin .section3 .statIcon.statMoneyPills { left: -10rem; top: -5.6rem; }
}
@media screen and (max-width: 991px) {
	.page-template-admin .section3 { padding-top: 10rem; padding-bottom: 10rem; }
	.page-template-admin .section3 .lockup { max-width: 49rem; }
	.page-template-admin .section3 .statTopCrosses { right: 14.7rem; }
	.page-template-admin .section3 .statBottomCrosses { max-width: 14rem; }
}
@media screen and (max-width: 550px) {
	.page-template-admin .section3 { padding-top: 6rem; padding-bottom: 6rem; }
	.page-template-admin .section3 .statTopCrosses { right: 2.7rem; max-width: 11rem; }
	.page-template-admin .section3 .statBottomCrosses { left: 0.2rem; max-width: 11rem; }
	.page-template-admin .section3 .h1 { margin-bottom: 2rem; }
	.page-template-admin .section3 .statContent { margin: 0 0 0 5rem; }
	
	.page-template-admin .section3 .statCard.stat44 { margin-left: 6rem!important; }
	.page-template-admin .section3 .statCard.stat61 { margin-left: 5rem!important; }
	.page-template-admin .section3 .statCard.stat60 { margin-left: 4rem!important; }
	.page-template-admin .section3 .statCard.stat35 { margin-left: 3rem!important; }
	.page-template-admin .section3 .statCard.stat48 { margin-left: 5rem!important; }
	.page-template-admin .section3 .statCard.statSadEmoji { margin-left: 6.5rem!important; }
	.page-template-admin .section3 .statCard.statMoneyPills { margin-left: 5.5rem!important; }	
}
@media screen and (max-width: 420px) {
	.page-template-admin .section3 { padding-top: 4rem; padding-bottom: 4rem; }
	.page-template-admin .section3 .statTopCrosses { top: 27rem; max-width: 9rem; }
	.page-template-admin .section3 .statText { padding: 2rem 3rem 3rem; }
}
@media screen and (max-width: 320px) {
	.page-template-admin .section3 .statTopCrosses { top: 3rem; }
}

/* ----------------------- Section 4 -------------------------*/
.halfWidth { width: 50%; }

.adminYellowBlob {
	position: absolute;
	top: 2rem;
	right: 7.5rem;
}
.squiggles {
	position: absolute;
	bottom: -8rem;
	left: -8rem;
}

.page-template-admin .section4 .inner-container { display: flex; flex-wrap: wrap; align-items: stretch; }
.page-template-admin .section4 .h3 { max-width: 61rem; }
.page-template-admin .section4 .card { border: none; }
.page-template-admin .section4 .section4Card {	padding-top: 7.8rem; }
.page-template-admin .section4 .halfWidth.doctor { background-image: url('/wp-content/uploads/2022/06/doctor-final.png'); height: 49rem; background-repeat: no-repeat; background-position: 40% 100%; left: 0 !important; }
.page-template-admin .section4 .burgerGirl { position: absolute; bottom: 0; left: 24rem; }
.page-template-admin .section4 .white-card { padding: 7rem 12rem 6.5rem; }
.page-template-admin .section4 .h2 { margin-bottom: 2rem; }
.page-template-admin .section4 .white-card p { font-family: var(--sanchez); margin-bottom: 0; }

@media screen and (max-width: 1550px) { 
	.page-template-admin .section4 { overflow: visible; }
	.page-template-admin .section4 .adminYellowBlob { top: -20rem; right: 14.5rem; }
	.page-template-admin .section4 .burgerGirl { left: calc(50% - 11rem); }
	.page-template-admin .section4 .h1 { max-width: 50rem; }
}
@media screen and (max-width: 1280px) {
	.page-template-admin .section4 .h3 { max-width: 44rem; }
	.page-template-admin .section4 .halfWidth.doctor { height: 44rem; background-size: 68%; }
	.page-template-admin .section4 .white-card { padding: 8rem 7rem 7.5rem; }
}
@media screen and (max-width: 1280px) {
	.page-template-admin .section4 .h3 { max-width: 44rem; }
	.page-template-admin .section4 .adminYellowBlob { top: -11rem; right: 7.5rem; max-width: 25rem; }
	.page-template-admin .section4 .halfWidth.doctor { height: 44rem; background-size: 68%; }
	.page-template-admin .section4 .white-card { padding: 8rem 7rem 7.5rem; }
}
@media screen and (max-width: 1024px) {
	.page-template-admin .section4 .section4Card { width: 60%; padding-top: 3rem; }
	.page-template-admin .section4 .halfWidth.doctor { width: 40%; height: 33rem; }
	.page-template-admin .section4 .bgConfidentRed { width: 60%; }
	.page-template-admin .section4 .bgWhite { width: 40%; }
	.page-template-admin .section4 .white-card { padding: 5rem 4rem 5.5rem; }
}
@media screen and (max-width: 991px) {
	.page-template-admin .section4 { padding-top: 10rem; padding-bottom: 10rem; }
	.page-template-admin .section4 .adminYellowBlob { top: -11rem; right: 1.5rem; max-width: 21rem; }
	.page-template-admin .section4 .h1 { max-width: 42rem; }
	.page-template-admin .section4 .h3 { max-width: 39rem; }
	.page-template-admin .section4 .section4Card { width: 50%; }
	.page-template-admin .section4 .halfWidth.doctor { width: 50%; }
	.page-template-admin .section4 .bgConfidentRed { width: 50%; }
	.page-template-admin .section4 .burgerGirl { max-width: 21rem; }
	.page-template-admin .section4 .bgWhite { width: 50%; }
	.page-template-admin .section4 .squiggles { display: none; }
}
@media screen and (max-width: 810px) {
	.page-template-admin .section4 .adminYellowBlob { top: -8rem; max-width: 18rem; }
}
@media screen and (max-width: 768px) {
	.page-template-admin .section4 .section4Card { width: 60%; }
	.page-template-admin .section4 .halfWidth.doctor { width: 40%; height: 30rem; }
	.page-template-admin .section4 .bgConfidentRed { width: 60%; }
	.page-template-admin .section4 .bgWhite { width: 40%; }
	.page-template-admin .section4 .white-card { padding: 3rem 3rem 3.5rem; }
}
@media screen and (max-width: 550px) {
	.page-template-admin .section4 { padding-top: 6rem; padding-bottom: 6rem; }
	.page-template-admin .section4 .adminYellowBlob { top: -3rem; }
	.page-template-admin .section4 .section4Card { width: 100%; padding-top: 0; margin-bottom: 5rem; }
	.page-template-admin .section4 .halfWidth.doctor { display: none; }
	.page-template-admin .section4 .bgConfidentRed { width: 100%; height: 22rem; }
	.page-template-admin .section4 .bgWhite { width: 100%; }
	.page-template-admin .section4 .burgerGirl { max-width: 18rem; left: calc(50% - 9rem); }
	.page-template-admin .section4 .white-card { text-align: center; }
}
@media screen and (max-width: 550px) {
	.page-template-admin .section4 { overflow: hidden; }
	.page-template-admin .section4 .adminYellowBlob { top: 22rem; right: -11rem; }
}
/* ----------------------- Section 5 -------------------------*/
/* Can be made Global */
.fullWidth { width: 100%; }

.accordionPadding { padding-top: 7rem; padding-bottom: 8rem; padding-right: 12rem; padding-left:12rem; }
.faqCrosses { position: absolute; top: -5.5rem; right: -8rem; }
.faqTab {
	font-family: var(--outfit);
    font-weight: 500;
    font-style: normal;
	font-size: 2.8rem;
    line-height: 1.5em;
	letter-spacing: 0.003em;
	color: var(--brandBlue);
}
.faqBorder {
	border-bottom: 2px solid var(--brandBlue);
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	outline: 0px;
}
.page-template-admin .section5 .faqBorder.opened { border-bottom: none; }
.page-template-admin .section5 .faqHeader { padding-top: 4rem; padding-bottom: 4rem; height: 17rem; }
.page-template-admin .section5 .h1 { margin-bottom: 0; }
.page-template-admin .section5 .accordion-item:first-of-type .accordion-header { padding-top: 0; }
.page-template-admin .section5 .accordion-header { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.page-template-admin .section5 .accordion-button { padding: 0; padding-right: 2.5rem; }
.accordion-button:not(.collapsed) {
	color: var(--brandBlue);
	background-color: transparent;
	box-shadow: none;
}
.page-template-admin .section5 .accordion-button:after { position: absolute; right: 0; background-image: url(/wp-content/uploads/2022/06/dropdownArrow.png); }
.accordion-button:not(.collapsed)::after { background-image: url(/wp-content/uploads/2022/06/dropdownArrow.png); }
.page-template-admin .section5 .accordion-body { padding: 0; }
.answerContainer {
	background-color: var(--brandBlue);
	border-radius: 0rem 0rem 5rem 5rem !important;
	padding-top: 2.6rem;
	padding-bottom: 5rem;
	padding-right: 4rem;
	padding-left: 4rem;
}
.answerText { font-family: var(--sanchez); color: var(--lightBlue); }
.answerText .lead { font-size: 3.2rem; }
.page-template-admin .section5 .answerText:first-of-type { margin-bottom: 3.5rem; }
.page-template-admin .section5 .answerText:last-of-type { margin-bottom: 0; }

@media screen and (max-width: 1440px) { .accordionPadding { padding-top: 6rem; padding-right: 10rem; padding-left: 10rem; } }
@media screen and (max-width: 1024px) {
	.accordionPadding { padding-top: 5rem; padding-right: 8rem; padding-left: 8rem; }
	.faqCrosses { display: none; }
}
@media screen and (max-width: 991px) {
	.section5 { padding-top: 10rem; padding-bottom: 10rem; }
	.section 5 .accordionPadding { padding-top: 3rem; padding-bottom: 4rem; padding-right: 4rem; padding-left: 4rem; }
	.page-template-admin .section5 .accordion-header { padding-top: 1.5rem; padding-bottom: 1.5rem; }
	.answerContainer { padding-bottom: 4rem; }
	.answerText:first-of-type { margin-bottom: 2rem; }
	.answerText .lead { font-size: 2.4rem; }
}
@media screen and (max-width: 768px) {
	.accordionPadding { padding-top: 5rem; padding-right: 6rem; padding-left: 6rem; }
	.answerContainer { padding-right: 3rem; padding-left: 3rem; }
}
@media screen and (max-width: 550px) {
	.accordionPadding { padding-top: 2rem; padding-right: 3rem; padding-left: 3rem; }
	.section5 { padding-top: 6rem; padding-bottom: 6rem; }
	.answerContainer { padding-right: 2rem; padding-left: 2rem; }
}
@media screen and (max-width: 420px) {
	.faqHeader { padding-left: 6rem; }
	.accordionPadding { padding-right: 1.5rem; padding-left: 1.5rem; }
}
@media screen and (max-width: 390px) { .faqHeader { padding-left: 5rem; } }

/* Special Responsiveness Classes */
@media screen and (max-width: 768px) { .noMobile { display: none!important; } }
@media screen and (min-width: 769px) { .mobileOnly { display: none!important; } }

/* Special Hiding Classes */
.hidden { display: none!important; }