/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
#download-report {
	display: none;
}
.mb-none {
	margin-bottom: 0;
}

.flex {
	display: flex;
}
.flex-column {
	flex-direction: column;
}
.flex-row {
	flex-direction: row;
}
.gap-16{
	gap: 16px;
}
.gap-20{
	gap: 20px;
}
.flex-start {
	align-items: start;
}
/**Annoucements**/
.annoucement-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
}

.annoucement-container h4.announcement-title {
    font-family: var(--gp-font--roboto);
    font-size: 16px;
    font-weight: 400;
    color: #737373;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
	.annoucement-container {
		grid-template-columns: 1fr;
	}
}
/**Events**/
.event p {
    margin-bottom: 0;
}
.events-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}
/**Form**/
#gform_1 .gform_fields{
    column-gap: 48px;
    row-gap: 20px;
}
#gform_1 .gform_button {
    align-items: center;
    background-color: var(--hot-pink);
    color: #ffffff;
    display: inline-flex;
    font-family: var(--gp-font--lato);
    font-size: 18px;
    font-weight: 900;
    line-height: 1em;
    text-decoration: none;
    padding: 13.5px 20px;
    text-transform: capitalize;
	border-radius: 0;
	margin-left: auto;
    margin-right: 30%;
}
#gform_1 .gform_button:is(:hover,:focus) {
    background-color: #1a4a9b;
    color: #ffffff;
}
#gform_1 input, #gform_1 select, #gform_1 textarea {
	border: 2px solid #000;
    min-height: 47.5px;
    font-size: 18px;
    padding: 8px 10px;
}

#gform_1 input.gfield-choice-input {
	min-height: 0px;
}

#gform_1 select {
	color: var(--primary-dark-navy);
	line-height: 1.6em;
}
#gform_1 .gform_button {
	border: unset;
}
@media screen and (max-width: 1024px) {
	#gform_1 .gform_button {
		margin-left: auto;
		margin-right: 32%;
	}
}
@media screen and (max-width: 639px) {
	#gform_1 .gform_button {
		margin-left: 0px;
		margin-right: auto;
	}
	#gform_1 .first-name {
		order: 1;
	}
	#gform_1 .last-name {
		order: 2;
	}
	#gform_1 .student-email {
		order: 3;
	}
	#gform_1 .username {
		order: 4;
	}
	#gform_1 .student-school {
		order: 5;
	}
	#gform_1 .student-grade {
		order: 6;
	}
	#gform_1 .county {
		order: 7;
	}
	#gform_1 .zipcode {
		order: 8;
	}
	#gform_1 .gender {
		order: 9;
	}
	#gform_1 .birthdate {
		order: 10;
	}
	#gform_1 .ambassador {
		order: 11;
	}
	#gform_1 .girl-scout {
		order: 12;
	}
	#gform_1 .annual-5k {
		order: 13;
	}
	#gform_1 .hear-about-mm {
		order: 14;
	}
	#gform_1 .photo-consent {
		order: 15;
	}
	#gform_1 .gform_fields{
		column-gap: 0;
	}
}

/**Google Translate**/
.lang-dropdown {
  position: absolute;
  z-index: 990;
  bottom: -125px;
	right: 0;
	transition: ease-in-out 0.2s;
}
.lang-hidden {
	display: none;
}
.goog-te-gadget {
    display: flex;
    flex-direction: column;
}
.goog-te-combo {
	font-size: 16px ! important;
	background-color: #fff;
	color: var(--primary-brand-blue);
}
#mobile-lang {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#lang-button {
	cursor: pointer;
}

#gform_submit_button_5 {
	align-items: center;
    background-color: var(--white);
    color: var(--dark-blue);
    display: inline-flex;
    font-family: var(--gp-font--lato);
    font-size: 18px;
    font-weight: 900;
    line-height: 1em;
    text-decoration: none;
    border-bottom: 2px solid var(--dark-blue);
    padding: 8px 2px;
    box-shadow: none;
}

#gform_submit_button_5:is(:hover,:focus) {
    background-color: var(--white);
    color: var(--hot-pink);
    border-bottom-color: var(--hot-pink);
}

#gform_wrapper_5 .gform-footer {
	margin-block-start: 0;
}

body img.gform_ajax_spinner {
	display: none !important;
}

.volunteer-title {
	font-size: 20px;
}

.volunteer-address {
	margin-bottom: 10px !important;
	font-style: italic;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position:fixed;
    }