
/* Gravity Form input specific fields - need to update */
#field_42_48 > .ginput_container {
    font-weight: bold;
}

#field_42_48 > .ginput_container > * {
    display: inline;
    width: initial !important;
    width: unset !important;
}

#input_42_48 {
    padding: 5px !important;
}

#field_42_48 > .ginput_container > div:last-child {
    padding-left: 3px;
}

li#field_49_51 {
    margin-bottom: 0px !important;
}
#field_49_28{
    margin-top: 15px !important;
}
#input_49_13_other{
    max-width: 50% ;
}

@media screen and (min-width: 1024px) {
	#gform_wrapper_49 {
		max-width: 800px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 641px) {
	#input_42_13_other {
		width: auto !important;
	}
	
}

@media screen and (min-width: 540px) {
    #field_26_48 > .ginput_container {
        display: table;
    }

    #field_42_48 > .ginput_container > div, #field_26_48 > .ginput_container > input {
        display: table-cell;
    }
}

/* Organization specific styles */
.sideHelper h3,
.sideHelper div {
	font-weight: 900;
	text-transform: uppercase;
    color: #fff;
	background-color: #7E9DCF;
	margin: 0;
    margin-top: 17px;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 1px;
    min-width: 250px;
    text-align: center;
}
.sideHelper > div:nth-child(2) > div{
    text-align: center;
}
.sideHelper div {
	font-weight: 700;
}

.pledgeSec:first-child .sideHelper:not(:first-child) h3,
.pledgeSec:first-child .sideHelper:not(:first-child) div {
	display: none;
}

.pledgeSec:nth-child(3) .sideHelper h3,
.pledgeSec:nth-child(3) .sideHelper div {
	color: #fff;
    background-color: #5578B2;
    margin-top: 17px;
    border-radius: 10px;
}

.pledgeSec:nth-child(5) .sideHelper h3,
.pledgeSec:nth-child(5) .sideHelper div {
	color: #fff;
    background-color: #023170;
    margin-top: 17px;
    border-radius: 10px;
}

.pledgeSec:first-child input[type=radio]+label:before {
    border-color: #7E9DCF !important;
}
.pledgeSec:first-child input[type=radio]:checked:not([disabled])+label:before {
    background: #7E9DCF !important;
    border-color: #7E9DCF !important;
}

.pledgeSec:nth-child(5) input[type=radio]+label:before {
    border-color: #023170 !important;
}
.pledgeSec:nth-child(5) input[type=radio]:checked:not([disabled])+label:before {
    background: #023170 !important;
    border-color: #023170 !important;
}

.pledgeSec {
	position: relative;
}

.sideHelper {
	position: absolute;
	top: 0;
	bottom: 0;
	right: calc(100% + 2em);
}

.sideHelper > div {
	position: sticky;
	top: 75px;
	text-align: right;
	padding: 1em 0;
}

.pledgeSec:first-child > .sideHelper:not(:first-child) > div {
	position: relative;
	top: initial;
	top: unset;
	right: 0;
	bottom: 40px;
}

.pledgeSec:first-child > .sideHelper:nth-child(2) > div {
    top: 65px;
}

.pledgeSec:first-child > .sideHelper:nth-child(3) > div {
	padding-bottom: 0;
	bottom: 0;
    top: 150px;
}

.pledgeSec input,
.pledgeSec select,
.pledgeSec textarea {
	border: 3px solid #7E9DCF !important;
	background: rgba(154, 73, 18, .03) !important;
}

.pledgeSec input:focus,
.pledgeSec select:focus,
.pledgeSec textarea:focus {
	border-color: #7E9DCF !important;
	background: #ffffff !important;
}

.pledgeSec:nth-child(3) input {
	border-color: #5578B2 !important;
	background: rgba(0, 89, 76, .03) !important;
	border-radius: 10px;
}

.pledgeSec:nth-child(3) input:focus {
	border-color: #5578B2 !important;
	background: #ffffff !important;
}

.pledgeSec:nth-child(1) input[type=radio] + label::before {
	opacity: .7;
}

.pledgeSec:nth-child(1) input[type=radio]:checked + label::before, .pledgeSec:nth-child(1) input[type=checkbox]:checked + label::before {
	opacity: 1 !important;
}

.pledgeSec:nth-child(1) input[type=radio] + label:hover::before {
	opacity: 100%;
}

.pledgeSec:nth-child(5) input {
	border-color: #023170 !important;
	background: rgba(86, 126, 191, .03) !important;
	border-radius: 10px;
}

.pledgeSec:nth-child(5) input:focus {
	border-color: #023170 !important;
	border-radius: 10px;
}

.pledgeSec:nth-child(1) input[type=radio] + label::before {
	opacity: .7;
}

.pledgeSec:nth-child(1) input[type=radio] + label:hover::before {
	opacity: 100%;
}

.pledgeSec:nth-child(1) input[type=checkbox] + label::before {
	border-color: #7E9DCF !important;
	border-width: 3px !important;
	opacity: .7;
}

.pledgeSec:nth-child(1) input[type=checkbox]:checked + label::before {
	background: #7E9DCF !important;
	opacity: .7;
}

.pledgeSec:nth-child(1) input[type=checkbox] + label:hover::before {
	opacity: 1;
}

.pledgeSec:nth-child(5) input[type=checkbox] + label::before, .pledgeSec:nth-child(5) input[type=radio] + label::before {
	border-color: #023170 !important;
	border-width: 3px !important;
	opacity: .7;
}

.pledgeSec:nth-child(5) input[type=checkbox]:checked + label::before, .pledgeSec:nth-child(5) input[type=radio]:checked + label::before {
	background: #023170 !important;
	opacity: .7;
}

.pledgeSec:nth-child(5) input[type=checkbox] + label:hover::before, .pledgeSec:nth-child(5) input[type=radio] + label:hover::before {
	opacity: 1;
}

.gform li {
	padding: 20px 0;
}

body .gform_wrapper ul.gform_fields li.gfield.hr {
	padding: 10px 0 !important;
	margin: 0 !important;
}

@media screen and (min-width: 1024px) {
	div#page {
		overflow: visible;
	}
}

@media screen and (max-width: 1023px) {
	body .gform_wrapper div.gform_body ul.gform_fields div.pledgeSec li.sideHelper {
		position: static;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	

	.sideHelper div {
		text-align: left;
	}
	.sideHelper:not(:first-child) {
	    display: none;
	}
}

@media screen and (max-width: 1199px) {
	.wpb_row {
		margin-top: 0;
	}
	
}

.pledgeSec .gfield_html h2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 2em;
	margin: 0;
	color: #7E9DCF;
}
.pledgeSec:nth-child(3) .gfield_html h2 {
    color: #5578B2;
}
.address_zip {
    width: 100% !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
@media only screen and (min-width: 641px) {
    div.ginput_container_name span.name_first {
        width: 51% !important;
    }
    div.ginput_container_name span.name_last {
        width: 49% !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 540px) {
    #mainH {
        font-size: 1.2em !important;
    }
    
    #subH {
        font-size: .9em;
    }
    
    .page-title-title {
        display: flex;
        justify-content: center;
    
    }
}

input[type=checkbox] + label, input[type=radio] + label {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
input[type=checkbox] + label::before, input[type=radio] + label::before {
    top: 4px !important;
}

.gfield_description {
    font-weight: 300;
}
@media screen and (max-width: 767px) {
    .ginput_container_radio, .ginput_container_checkbox {
        padding-left: 40px;
        overflow: visible !important;
    }

    .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
        overflow: visible;
    }

    input[type=checkbox] + label::before, input[type=radio] + label::before {
        top: 12px !important;
    }
}
#socials > li {
    /* margin: 0 !important; */
    position: relative;
}

#socials input {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding-left: 55px !important;
    position: relative;
}

#socials input:focus {
    background: white !important;
}

#socials > li:not(:last-child) .ginput_container::before {
    content: '';
    width: calc(100% - 30px);
    position: absolute;
    height: 1px;
    background: rgba(0,89,76,.2);
    right: 15px;
    bottom: 0;
    z-index: 23984792873489237;
}

#socials {
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #5578B2 !important;
    background: rgba(0,89,76,.03) !important;
    margin-bottom: 15px;
    padding: 20px;
}

#socials img {
    position: absolute;
    left: 15px;
    top: 50%;
    height: 25px;
    transform: translateY(-50%);
}



.page-title-title h1{
    text-shadow: 4px 4px 10px rgb(0 0 0);
    font-weight: 900 !important;
    text-transform: uppercase;
}

select {
    height: auto !important;
}
#gform_submit_button_49{
    background-color: #023170 !important;
}
#sec3 li>h2{
    color: #023170 !important;
}
.has-background-image {
  background: linear-gradient(to top, white 2%, transparent 30%), url('https://www.cleanairday.org/wp-content/uploads/2023/04/Org-BG-min.png') no-repeat !important;
  background-size: cover !important;
}