/* DEBUG */

/*html::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/grid.png') repeat-y left top;
	background-size: 100% 100%;
	z-index: 9999;
	pointer-events: none;
}*/
/* column size is 6.25% (for 16 cols)*/

.debug {display: none;}

/* Hide only visually, but have it available for screen readers */

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.hidden.focusable:active,
.hidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}


.site-header {padding: 40px 6.25%;}
.content {max-width: none;}

.site-header img {
	width: 35.75%;
}


/* Homepage */

.home .the-content {padding: 0;}

.home-hero {
	background: #95ba3c url('../images/home-hero.png') no-repeat left top;
	color: #fff;
	padding: 60px 6.25% 60px 50%;
	font-size: 1.4em;
	line-height: 1.4em;
	background-size: 100% auto;
	position: relative;
}

.home-hero a {
	background: #57880e;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.6em;
	font-weight: 600;
	display: block;
	width: 100%;
	padding: 20px;
	text-align: center;
	border-radius: 20px 0 20px 0;
	margin-top: 30px;
	border: 2px solid #95ba3c;
}

.home-hero::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -119px;
	display: block;
	background: url('../images/corner-home.png') no-repeat left top;
	background-size: 100% 100%;
	width: 18.75%;
	height: 120px;
	
}

.home-aims {
	padding: 60px 12.5%;
}

.home-aims h2 {
	text-align: center;
	color: #95ba3c;
	font-weight: 300;
	font-size: 2.4em;
	letter-spacing: -0.03em;
	line-height: 1.2em;
}

.home-aims .aims-subtitle {
	color: #888;
	text-align: center;
	font-size: 1.5em;
}

.home-aims ul {
	margin: 60px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	columns: 2;
}

.home-aims li {
	width: 100%;
	color: #1f424e;
	padding: 0 80px 0 60px;
	vertical-align: top;
	margin-bottom: 40px;
	background: url('../images/aims-bio.png') no-repeat left top;
}

.home-aims li h3 {
	color: #1f424e;
	margin: 0;
}
.home-aims li p {margin-top: 0;}

.home-aims .aims-pro {background-image: url('../images/aims-pro.png');}
.home-aims .aims-survey {background-image: url('../images/aims-survey.png');}
.home-aims .aims-delay {background-image: url('../images/aims-delay.png');}
.home-aims .aims-save {background-image: url('../images/aims-save.png');}

.home-data {
	border-top: 1px solid #e1e1e1;
	padding: 40px;
	text-align: center;
	margin: 0 12.5%;
}


/* Checklist */

.checklist .site-header {
	background: #95ba3c;
	padding: 25px 6.25%;
	position: relative;
}
.checklist .site-header img {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
}

.checklist .site-header h1,
.checklist .site-header h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 1.7em;
	line-height: 1;
}
.checklist .site-header h2 {
	font-weight: 300;
	font-style: italic;
	margin-bottom: 0;
}

.checklist .site-header::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -119px;
	display: block;
	background: url('../images/corner-checklist.png') no-repeat left top;
	background-size: 100% 100%;
	width: 18.75%;
	height: 120px;
}

.the-content {padding: 50px 6.25%;}

.checklist-intro,
.checklist.results header p {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 18px;
	line-height: 1.4em;
}

.checklist.results header {
    margin-bottom: 30px;
}


/* Map */
#map {max-height: 500px;}
#map-container {padding-top: 750px; margin-bottom: 40px;}

#map #pac-card.pac-card {
	width: 100%;
	left: 0 !important;
	top: 0 !important;
	padding: 15px 20px;
	background: #f5f8ee;
}

#map #pac-container {
	margin: 0;
	width: calc(50% - 20px);
}

#map #pac-container::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	background: #95ba3c;
	width: 1px;
	height: 100%;
}
#map #pac-container::after {
	content: "Or";
	font-weight: 600;
	text-align: center;
	background: #fff;
	text-transform: uppercase;
	border: 1px solid #95ba3c;
	border-radius: 100px;
	padding: 15px;
	position: absolute;
	left: calc(50% - 1.7em);
}

#map #pac-container label {display: none;}
#map #pac-container input {
	height: auto;
	font-size: 1.2em;
	padding: 10px;
	width: calc(100% - 40px) !important;
}

#oslookup {
	top: 15px;
	left: calc(50% + 60px);
	background: none;
	width: calc(50% - 40px);
	padding: 0;
}
#oslookup label {display: none;}
#oslookup input[type="text"] {
	width: calc(100% - 40px - 8em) !important;
	border-radius: 5px 0 0 5px;
}
#oslookup input[type="button"] {
	width: 8em;
	border-radius: 0 5px 5px 0;
	margin-left: -5px;
}

input[type="text"] {
	border: 1px solid #888;
	padding: 10px;
	border-radius: 5px;
	font-size: 1em;
	background: #fff;
	text-transform: none;
}

/* Weird fix for 1px misalignment on the map */
/*#pac-input, input[type="text"] {font-family: initial;}*/


.formbuttons input[type="submit"],
.formbuttons button,
input {
	background: #95ba3c;
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	min-height: 2.8em;
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	min-height: 0;
}

.gmnoprint.gm-bundled-control {
	top: 8em !important;
}
.gm-control-active.gm-fullscreen-control {
	top: 17em !important;
}

.homeblock {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.homeblock h4 {margin: 0 0 10px 0;}
.formbuttons #reference {border-radius: 5px 0 0 5px;}
.formbuttons #retrieve {
	background: #95ba3c;
	border-radius: 0 5px 5px 0;
	margin-left: -5px;
}

#form-warn {
    
	width: 100%;
	background: #f6e3e3 url('../images/warning.png') no-repeat 20px center;
	border: 1px solid #ab4242;
	border-radius: 5px;
	margin: 20px 0;
	color: #ab4242;
	padding: 20px 20px 20px 60px;
	display: none;
	font-weight: 600;
}

/* Fixing these two to align together - a bit hacky */
.homeblock.formbuttons {display: inline-block;}
#location_form .formbuttons {float: right; width: 35.7%;}
#location_form .formbuttons .button-next {width: 100%;}


/* form buttons */

.formbuttons {
	position: relative;
	display: flex;
	justify-content: space-between;
}
.formbuttons input.button-next,
.formbuttons .button-next {
	width: 31.25%;
	padding: 20px;
	border-radius: 20px 0 20px 0;
}

.formbuttons #back.button-prev,
#back.button-prev {
	width: 31.25%;
	padding: 20px;
	background: #fff;
	border: 1px solid #888;
	color: #888;
	border-radius: 20px 0 20px 0;
}


/* Development Form */

.form-columns {display: flex;}

.column-group {
	width: 50%;
	display: flex;
	position: relative;
}

.column-group.development-eia {margin: 10px 0 10px 10px;}
.column-group.development-eia .form-column {margin: 0;}


.form-column {
	border: 1px solid #e1e1e1;
	margin: 10px;
	background: #fff;
	padding: 0 0 4em 0;
	overflow: hidden;
	width: 50%;
	position: relative;
}

.form-column::before {
	content: "";
	display: block;
	position: absolute;
	top: 35px;
	left: calc(50% - 50px);
	background: url('../images/icon-householder.png') no-repeat center bottom;
	width: 100px;
	height: 100px;
}

.icon-householder::before {background-image: url('../images/icon-householder.png');}
.icon-other::before {background-image: url('../images/icon-other.png');}
.icon-schedule1::before {background-image: url('../images/icon-schedule.png');}
.icon-schedule2::before {background-image: url('../images/icon-schedule.png');}

.form-column.selected {
	border: 4px solid #95ba3c;
}

.column-group:first-child .form-column:first-child {
	margin-left: 0;
	border-radius: 20px 0 0 0;
}
.column-group:last-child .form-column:last-child {
	margin-right: 0;
	border-radius: 0 0 20px 0;
}

.form-column h3, .form-column p {
	text-align: center;
	color: #1f424e;
	margin: 40px 15px 15px 15px;
}

.form-column h3 {
	background: #f5f8ee;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0;
	padding: 150px 20px 20px 20px;
}

.form-column small {
	padding: 30px 30px 0px 30px;
	display: block;
	line-height: 1.5em;
	font-style: italic;
}

/* No basic UL styling, so including that here just for the form */

.form-column ul {
	padding: 20px;
	background: #fff;
}

.form-column li {
	display: list-item;
	list-style: square inside;
	border-bottom: 1px solid #e1e1e1;
	padding: 20px 0;
}
.form-column li:first-child {padding-top: 0;}
.form-column li:last-child {	border: none; padding-bottom: 0;}


.form-column label {
	background: #f5f8ee;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.2em;
	padding: 20px;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.column-heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #1f424e;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	z-index: 1;
	text-align: center;
	margin: 0;
}


/* Form questions */

.form-group {
	border: 1px solid #e1e1e1;
	padding: 0 7% 40px 7%;
	margin-bottom: 40px;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.5em;
}
.form-group:first-child {border-radius: 20px 0 0 0;}
.form-group:last-child {border-radius: 0 0 20px 0;}

.form-group header {
	background: #f5f8ee;
	margin: 0 -8.2% 30px -8.2%;
	padding: 30px 8.2%;
}

.form-group header h3 {
	color: #1f424e;
	margin: 0;
}
.form-group header p {
	color: #888;
	font-style: italic;
	margin: 0;
}

.form-group h4 {
	margin: 30px 0 10px 0;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1;
}
.form-group h4:first-of-type {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.form-group label {
	background: none;
	margin: 0;
	padding: 5px 0 5px 30px;
}

.form-group input[type="checkbox"] {
	margin: 0 10px 0 0;
}


/*Hidden form questions */
/*Temporary to show the hidden options*/
/*.nf2_triggers {display: block;}*/

.form-group .nf2_triggers {
	background: #eeefec;
	padding: 20px;
	position: relative;
	margin: 10px 0 10px 10px;
}
.form-group .nf2_triggers::before {
	content: "Do these also apply?";
	font-style: italic;
	color: #888;
}
.form-group .nf2_triggers::after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: 0;
	border: 5px solid #eeefec;
	border-right-color: transparent;
	border-top-color: transparent;
}

.form-group .noneoftheabove {
	border-top: 1px solid #e1e1e1;
	padding-top: 20px;
	margin-top: 20px;
}

.edit-button {
	border: 1px solid #94b93b;
	padding: 25px 5px 5px 5px;
	text-transform: uppercase;
	font-size: 0.6em;
	font-weight: 700;
	display: inline-block;
	border-radius: 10px 0 10px 0;
	position: absolute;
	left: 6.25%;
	margin: -2.7em 0 0 1.75%;
	line-height: 1em;
	background: #fff url('../images/edit.png') no-repeat 50% 8px;
}


/* Results */

.checklist.results .site-header {background: #1f424e;}
.checklist.results .site-header::after {
	background-image: url('../images/corner-results.png');
}

.checklist.results .site-header h1,
.checklist.results .site-header h2 {	margin-left: 80px;}
.checklist.results .site-header h1::before {
	content: "";
	width: 60px;
	height: 60px;
	background: url('../images/completed.png') no-repeat left top;
	position: absolute;
	left: 0;
	top: 0;
}

.checklist.results .content header h1 {
	font-weight: 300;
	font-size: 2.5em;
	letter-spacing: -0.04em;
	text-align: center;
	margin: 0 0 20px 0;
	color: #95ba3c;
}

.checklist.results .form-group header {
	background: #eeefec;
}

.result-block,
div.precautionary {
	background: #eeefec;
	float: none;
	border: none;
	padding: 20px;
	font-size: 1em;
	margin: 20px 0;
}

.checklist.results .formbuttons #back.button-prev {margin-right: 20%;}
.checklist.results .formbuttons #back.button-prev,
.checklist.results .formbuttons .button-next {
	width: 25%;
}


/* For basic text pages */

.text-page {
	padding: 0 7%;
	font-size: 1.3em;
	line-height: 1.4em;
}

.text-page .bullets li {margin-bottom: 1em;}

.link-back {font-size: 0.75em;}
.link-back::before {
	content: "<";
	margin: 0 10px 0 0;
}


/* Navigation */

.home .site-header .content {z-index: -1;}

.home .menublock {text-align: right;}
.home .main-navigation {
	margin: 4.5% 6.25% 0 0;
	right: 0;
	width: 55%;
}

.main-navigation {
	margin: 10px;
	float: none;
	position: absolute;
	right: 40px;
	width: initial;
	text-align: right;
}

.main-navigation li {
	float: none;
	padding: 0 0 5px 10px;;
	margin: 0;
	transition: 0;
}

.main-navigation ul ul {
	background: #fff;
	position: absolute;
	left: 0;
	top: 1.8em;
	z-index: 9999;
	float: none;
	padding: 0;
	border: 1px solid #ccc;
	display: none;
	text-align: left;
}
.main-navigation ul ul::before {
	content: "";
	position: absolute;
	top: -5px;
	left: 20px;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 1px solid #ccc;
	border-right: 0;
	border-bottom: 0;
	transform: rotate(45deg);
}


.main-navigation li:hover ul {
	display: block;
}

.main-navigation ul ul li {
	margin: 0;
	border-bottom: 1px solid #ccc;
	padding: 15px 20px;
	/*white-space: nowrap;*/
	width: 100%;
}

.main-navigation ul ul a {
	width: 250px;
}




/* Media queries */

@media (min-width: 1800px) {
	section .content, footer .content {padding: 0;}
}

@media all and (max-width: 800px) {

#map #pac-card.pac-card {padding-bottom: 3em;}
#map #pac-container {width: 100%;}
#map #pac-container input {width: 100% !important;}
#map #pac-container::before {display: none;}
#map #pac-container::after {
	top: 5em;
	background: none;
	border: none;
	padding: 0;
	left: 50%;
}

#oslookup {
	top: 6em !important;
	background: #f5f8ee;
	width: 100%;
	left: 0;
	padding: 0 20px 10px 20px;
}
#oslookup input[type="text"] {width: calc(100% - 8em) !important;}

.gmnoprint.gm-bundled-control {top: 12em !important;}
.gm-control-active.gm-fullscreen-control {top: 21em !important;}



.checklist .site-header img {
	width: 200px;
	position: relative;
	margin-bottom: 20px;
}

.form-columns {display: block;}
.column-group {width: 100%;}

.column-group.development-eia {margin: 0;}
.form-column h3 {
	font-size: 1.2em;
	line-height: 1.2em;
}

.edit-button {
	position: relative;
	left: 0;
	margin: 0;
}


}


@media all and (max-width: 650px) {

    .home-hero {padding: 6.25% 60px;}
    .home-aims ul {columns: 1;}
    
    .column-group {display: block;}
    .form-column {width: 100%; margin: 10px 0;}
    
    .menublock {	
        font-size: 1.25em;
    }
    
    .menublock::before {
        content: "Menu";
        position: absolute;
        top: 15px;
        right: 15px;
        background: #fff url('../images/icon-menu.png') no-repeat left center;
        padding-left: 35px;
        z-index: 999;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
    }
    
    .show.menublock::before {
        content: "Close";
        background: #fff url('../images/icon-close.png') no-repeat left center;
        position: fixed;
    }
    
    .menublockhome .main-navigation,
    .menublock .main-navigation {margin: 0;}
    
    .home .main-navigation,
    .main-navigation,
    .menublock::after {
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 40px 0;
        transform: translate(-100%,0);
        transition: 0.5s;
        width: 100%;
        height: 100%;
        z-index: 998;
    }
    .menublock::after {
        content: "";
        position: fixed;
        z-index: 1;
    }
    .show.menublock::after {	transform: translate(0,0);}
    
    .menu-main-menu-container {
        position: absolute;
        background: #fff;
    }
    
    .show .main-navigation {transform: translate(0,0);}
    
    .main-navigation li,
    .main-navigation li:first-child {
        font-size: 1.2em;
        line-height: 1.4em;
        text-align: left;
        width: 100%;
        margin: 0;
        float: none;
    }
    
    .main-navigation li a {
        width: 100%;
        display: block;
        padding: 0 10px;
    }
    
    .main-navigation ul ul {
        display: block;
        position: relative;
        top: 0;
        border: none;
        box-shadow: none;
    }
    .main-navigation ul ul::before {display: none;}
    
    .main-navigation li,
    .main-navigation li:first-child,
    .main-navigation ul ul li {
        font-size: 1em;
    }
    
    .main-navigation ul ul li {border: 0; text-transform: none; font-weight: 400;}
    .main-navigation ul ul li a {
        border-left: 1px solid #ccc;
        padding-left: 20px;
    }


}

/*.alignleft {
    float: ;
}*/

.alignright {
    float: right;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#wacfeedback {
	display: block;
	justify-content: space-between;
    width: 250px;
	padding: 10px 10px 10px 30px;
	border-radius: 20px 0 20px 0;
	background: #fff;
	border: 1px solid #888;
	color: #888;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

#wacfeedback a {
    color: #888;
}

#wacfeedback a:after {
    content: "";
}

.species_disclaimer small {
    font-size: smaller;
    line-height: 0px;
    font-style: italic;
}