/*!
Theme Name: Clean Speech
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: clean-speech
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.

Clean Speech is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    color: #444;
}

main {
    padding-top: 180px;
    min-height: 620px;
	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;
}
.tags-nav {
    margin: 40px 0px;
    font-size: 16px;
}
.tags-nav a {
    text-decoration: underline;
}
article p {
    font-size: 18px;
    line-height: 1.5;
}
.article-img {
    display: flex;
    justify-content: center;
}

.article-img img {
    border: 1px solid black;
    width: 100%;
}
.centered {
	text-align: center;
}
/* 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
--------------------------------------------- */

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;
}
/* 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:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
section {
    padding-bottom: 25px;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

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

/* Small menu. */
.menu-toggle{
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}
.page-title {
    font-family: 'Barlow Condensed';
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
}
.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;
}

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

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



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrappers */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.container {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1400px;
    margin: auto;
}
/* nav */

a.logo img {
    height: 90px;
    display: block;
    padding-top: 5px;
}
.trafeburger {
	display: none;
}
.baconwrap {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(-135deg);
}
.menuline {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}
.cheese .top {
  stroke-dasharray: 40 121;
}
.cheese .bottom {
  stroke-dasharray: 40 121;
  transform: rotate(-180);
}
.cheese.active .top {
  stroke-dashoffset: -68px;
}
.cheese.active .bottom {
  stroke-dashoffset: -68px;
}
.shimmer {
  /* the shimmer magic */
    animation-name: shimmer;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    background: linear-gradient(318deg, #FFFFFF 30%, #ccc 50%, #FFFFFF 70%);
    background-repeat: no-repeat;
}
@keyframes shimmer {
	0% {background-position: -2000px 0; background-size: 50% 100%;}
	80% {background-position: -2000px 0; background-size: 50% 100%;}
	100% {background-position: 3000px 0px; background-size: 10% 100%;}
  }
/* nav */
header {
	position: fixed;
	height: 100px;
	display: grid;
	border-bottom: 1px solid #ccc;
	background: white;
	box-shadow: 0px 10px 10px -12px #333;
	z-index: 667;
	padding: 0px 80px;
	width: 100%;
	grid-template-columns: 190px auto 190px;
    top: 0;
    left: 0;
}
.headerbg {
    width: 100%;
    position: absolute;
    background: white;
    height: 100px;
    z-index: -1;
    left: 0px
}

header .nav, footer .nav {
    display: flex;
    align-items: center;
}
header nav ul li, footer nav ul li {
    display: inline-block;
    white-space: nowrap;
}

header nav ul, footer nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
    font-family: 'BARLOW CONDENSED';
    text-transform: uppercase;
    padding: 0px;
}
header nav ul li a, footer nav ul li a {
	color: black;
	transition: .1s ease-in all;
	padding-bottom: 5px;
}
header nav ul li a {
	transform: scale(1);
	display: block;
}
header nav ul li a:hover {
    color: #64c076;
    border-bottom: 3px solid #64c076;
    transition: .1s ease-out all;
    text-decoration: none;
    transform: scale(1.1);
    font-weight: 800;
    
}
.national-home {
    display: block;
    position: absolute;
    width: 135px;
    background: white;
    padding: 0px;
    font-weight: 700;
    font-family: 'BARLOW CONDENSED';
    text-transform: uppercase;
    box-shadow: 0px 10px 10px -12px #333;
    margin: 0px 0px 0px -13px;
    height:  0px;
    overflow: hidden;
    transition: .3s ease-in all;
}
.home-url:hover .national-home {
    height: 20px;
    padding: 0px 10px 6px;
}
@media (max-width:1400px) {
	header nav ul, footer nav ul {
		font-size: 19px;
	}
	.container {
    padding: 0px 20px;
	}
}
@media (max-width:1200px) {
		header {
    grid-template-columns: 160px auto;
    padding: 0px 10px;
	}
	header .social-links {
		display: none;
	}
}
@media (min-width: 769px){
    .website-3 header .join-button {
        position: absolute;
        top: 100px;
        width: 80%;
        left: 0;
        margin: 0px 10%;
        padding: 3px 0px;
        box-shadow: 0px 0px 10px -4px black;
    }
}
/* footer */
footer {
    display: flex;
    border-top: 1px solid #ccc;
    background: white;
    align-content: center;
    padding: 0px 80px;
    width: 100%;
    justify-content: space-between;
    font-family: 'Raleway';
    font-size: 16px;
}
footer .copyright {
    white-space: nowrap;
    align-self: center;
}
footer ul {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    font-size: 16px;
    padding: 0px;
    font-family: 'BARLOW CONDENSED';
    font-weight: 700;
    text-transform: uppercase;
}

footer ul li {
    display: inline-block;
    margin: 0 15px;
}
.social-links {
    align-self: center;
    display: flex;
    justify-self: right;
}
.social-links a {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0 3px;
    background: #42c0c6;
    border-radius: 30px;
    box-shadow: 0px 0px 1px 0px #999;
    transition: 0s ease-out all;
}
.social-links a:hover {
    box-shadow: 0px 0px 30px 10px #fff;
    transition: .3s ease-out all;
}
.social-links a svg {
	fill: white;
}
/*forms */
#get-involved.home {
	padding: 0px;
	background: none;
	overflow: hidden;
}
#get-involved h3 {
	text-align: left;
	margin: 0;
	font-size: 52px;
    font-size: 90px;
    font-weight: 600;
    font-family: 'Barlow Condensed';
    line-height: 75px;
    transition: 5s ease-in all;
    color: black;
}
    
.get-involved-copyblock h4 {
    text-align: left;
    color: black;
    margin: 0;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 600;
    font-family: 'Barlow Condensed';
    line-height: 75px;
    transition: 5s ease-in all;
}
@media (max-width: 600px) {
    .get-involved-copyblock h4 {
        transition: 0s;
    }
}

.get-involved-copy p {
    font-size: 23px;
    line-height: 37px;
}
.get-involved-copy {
    align-self: center;
}
#get-involved .getinvolved-bg {
    background-image: linear-gradient( 176deg, transparent calc(36% + 2px), #16b78c 37%, #16b78c 83%, #16b78c calc(83% + 2px));
    height: 215px;
    color: #229c3d;
    padding: 0px 0 0 50%;
    position: relative;
    bottom: -70px;
    z-index: -1;
    position: relative;
    bottom: 70px;
}
#get-involved .home-couple {
    left: calc(50% - 175px);
    height: 575px;
    justify-self: center;
    position: relative;
    width: 100%;
}

#get-involved .home-couple .couple-img {
    height: 575px;
    position: absolute;
    z-index: -1;
    width: 350px;
    bottom: 0px;
    transition: .3s cubic-bezier(.07,.74,.34,1.29) all
}


.home-couple .couple-img {
    background-image: url(img/logo.svg);
    display: block;
    background-repeat: no-repeat;
}
.home-couple.season_2 .couple-img {
    background-image: url(img/logoV2.svg);
}
.home-couple.season_3 .couple-img {
    background-image: url(img/logoV3.svg);
}
.home-couple.season_4 .couple-img {
    background-image: url(img/logoV4.svg);
}
.home-couple.season_5 .couple-img {
    background-image: url(img/logoV5.svg);
}

#get-involved .tuft1, .tuft2 {
    position: absolute;
}
#get-involved .tuft2 {
    right: 50px;
}
#get-involved .tuft2 img {
    position: relative;
    height: 120px;
    top: -45px;
}

#get-involved .tuft1 img {
    height: 90px;
    top: 0px;
    position: relative;
}

#get-involved .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1400px;
    margin: 0px auto;
}
.involved-container.container {
    height: 550px;
}

#get-involved .get-involved-copyblock {
    text-align: left;
    font-size: 24px;
    font-family: 'Raleway';
    font-weight: 500;
    margin: 30px 20px 30px 0;
    background-image: url('img/footer-arrow.png');
    background-repeat: no-repeat;
    background-position: top right;
}
@media (max-width:728px) {
    #get-involved .get-involved-copyblock {
        background-image: url('img/footer-arrow-rotated.png');
        background-size: contain;
        background-position: right;
    }
}

#get-involved form span {
    display: block;
    font-size: 18px;
    font-family: 'Raleway';
    font-weight: 500;
    letter-spacing: 1px;
    color: black;
}
#involved-bottom {
    background: rgb(20,183,141);
    position: relative;
    bottom: 70px;
    padding-bottom: 100px;
    margin-bottom: -70px;
}
#get-involved form .name-fields {
    display: grid;
    font-family: 'Raleway';
    font-size: 16px;
    font-weight: 400;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

#get-involved form label {
    display: block;
}
#get-involved .name-fields input[type="text"] {
    width: 100%;
    font-size: 18px;
    padding: 5px;
}

#get-involved form label.email-field {
    margin-top: 10px;
}

#get-involved form label.email-field input {
    width: 100%;
    font-size: 18px;
    padding: 5px;
}
#get-involved input[type="submit"] {
        background: black;
    border: 8px inset #45e081;
    border-radius: 15px;
    margin-top: 30px;
    font-size: 32px;
    font-family: 'Barlow Condensed';
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    padding: 2px 10px 5px;
}
#get-involved.innerpage {
    padding: 50px 0;
    background: rgb(20,183,141);
    margin-top: 40px;
}
#get-involved .name-labels {
    padding-bottom: 10px;
}
#get-involved form label {
    display: block;
    font-size: 20px;
    color: black;
    font-weight: 500;
    margin-top:10px;
}
#get-involved form label input {
    display: block;
    width: 100%;
    height: 40px;
}
.illinois-home #get-involved .mc4wp-form-fields,
.stlouis #get-involved .mc4wp-form-fields {
    display: grid;
}

.illinois-home #get-involved input[type="email"],
.stlouis #get-involved  input[type="email"]
.ctct-form input[type="email"] {
    width: 100%;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 10px;
}

.illinois-home #get-involved input[type="text"],
.stlouis #get-involved  input[type="text"],
.mc4wp-form input[type="text"],
.ctct-form  input[type="text"] {
    width: 100%;
    font-size: 18px;
    padding: 5px;
}
.mc4wp-form-fields {
    margin-top: 60px;
}
.comingsoon {
	display: none;
}
.coming-soon .comingsoon {
    display: flex;
    background: white;
    width: 100vw;
    height: 100vh;
    position: fixed;
    color: #000;
    z-index: 668;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 20px;
    text-align: center;
}

.coming-soon .comingsoon a {
    display: block;
    background: rgb(20,183,141);
    font-family: 'Barlow Condensed';
    padding: 5px 10px 7px;
    color: black;
    font-size: 30px;
    text-transform: uppercase;
    margin: 30px auto;
    border-radius: 10px;
    text-shadow: 1px 1px white;
    text-align: center;
}
img.logo-coming-soon-img {
    max-width: 250px;
}
.dedication {
    font-family: 'Raleway';
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto;
    text-wrap: balance;
}
a.footer-cta {
    background: rgb(62 155 127 / 80%);
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    position: fixed;
    top: 100px;
    border-top: 10px solid #45e07d;
    box-shadow: 0px 0px 7px 5px #ccc;
    font-weight: 600;
    font-size: 36px;
    transition: .5s ease-in all;
    height: 85px;
    padding: 16px 0 0 0;
    overflow: hidden;
}
a.footer-cta:hover {
    color: black;
    text-shadow: 0px 0px 2px white, 0px 0px 2px white, 0px 0px 2px white, 0px 0px 2px white;
}
a.footer-cta.involved {
    height: 0px;
    box-shadow: 0px 0px 0px 0px #ccc;
    border-top: 0px solid #45e07d !important;
    padding: 0px 0;
    transition: .5s ease-in all;

}
@media (max-width:768px) {
    a.footer-cta {
        display: none;
    }
}






@media (max-width:768px) {
	.trafeburger {
		display: block;
        justify-self: right;
        align-self: center;
	}
	header nav ul {
    display: block;
    font-size: 24px;
    margin: 0px;
	}

	header .nav {
    position: absolute;
    width: 200px;
    top: 90px;
    text-align: right;
    background: white;
    padding: 0 15px;
    box-shadow: -8px 8px 7px -3px #999;
    border-bottom-left-radius: 30px;
   	right: -230px;
   	transition: .3s cubic-bezier(.07,.74,.34,1.29) all;
   	overflow: hidden;
	}
	header .nav.active {
		right: 0px;
        display: block;
	}

	header nav ul li {
    display: block;
    margin: 5px 0;
	}

	footer ul {
    display: block;
    text-align: center;
	}

	footer {
	    padding: 0 15px;
	}

	footer .copyright {
	  white-space: normal;
    text-align: center;
    font-size: 12px;
	}

	footer ul li {
	    display: block;
	}

	footer .social-links {
		display: grid;
    grid-template-columns: 1fr 1fr;
	}

	footer .social-links a {
	    margin: 5px;
	}
	#get-involved .container {
    display: block;
    position: relative;
	}
	#get-involved form .name-fields {
	    display: block;
	}
	#get-involved form span {
	   /* display: none;*/
	}
	#get-involved form .name-fields div {
	    margin: 15px 0;
	}
	#get-involved h3 {
    font-size: 40px;
    color: black;
    line-height: 50px;
	}
	#get-involved .home-couple {
    left: calc(50% - 125px);
    bottom: -100px;
    opacity: 1;
    width: 250px;
    top: 0px;
    position: absolute;
	}

	#get-involved .home-couple img {
	    left: 0;
	    height: 450px;
	}
	#get-involved .tuft2 {
		display: none;
	}
	#get-involved .tuft1 {
    position: absolute;
    right: 0;
    opacity: .4;
}
.get-involved-copy p {
    font-weight: 600;
    color: black;
    text-shadow: -2px -2px 2px white, 2px -2px 2px white, -2px 2px 2px white, 0px -2px 2px white, -2px 0 2px white; 
}
#involved-bottom {
	bottom: 0px;
}
main {
    padding-top: 50px;
}
}
