@font-face {font-family: "lola"; font-style: normal; font-weight: 400; src: url("/application/themes/rawnet/app/fonts/fs_lola-regular-webfont.woff");}
@font-face {font-family: "lola"; font-style: italic; font-weight: 400; src: url("/application/themes/rawnet/app/fonts/fs_lola-italic-webfont.woff");}
@font-face {font-family: "lola"; font-style: normal; font-weight: 600; src: url("/application/themes/rawnet/app/fonts/fs_lola-medium-webfont.woff");}
@font-face {font-family: "lola"; font-style: italic; font-weight: 600; src: url("/application/themes/rawnet/app/fonts/fs_lola-mediumitalic-webfont.woff");}
@font-face {font-family: "lola"; font-style: normal; font-weight: 800; src: url("/application/themes/rawnet/app/fonts/fs_lola-bold-webfont.woff");}
@font-face {font-family: "lola"; font-style: italic; font-weight: 800; src: url("/application/themes/rawnet/app/fonts/fs_lola-bolditalic-webfont.woff");}

.purple {color:#2d1c45;}
.purple2 {color:#5f4775;}
.pink {color:#5f4775;}
.pink2 {color:#ce6aad;}
.blue {color:#3b5eab;}
.blue2 {color:#758dc0;}
.grey {color:#51758c;}
.orange {color:#eb6408;}
.yellow2 {color:#fff100;}
.white {color:#fff;}
.green {color:#52BE61;}

/* Reset Browser Defaults */
* {margin:0; padding:0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
html {overflow-y:scroll; -webkit-text-size-adjust:100%; box-sizing:content-box; margin-top:0 !important;}
body {background:#fff; font-size:1.45em; color:#575656; font-family:"lola",Arial,Helvetica,sans-serif; line-height:1.4; font-weight:400;}
ol,ul {list-style:none; margin:0 0 36px 0; padding:0;}
li {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6 {margin:0 0 20px 0;}
a,a:focus,a:active,a:hover,a:visited,img {outline:none; border:none; color:#eb6408; text-decoration:none; font-weight:800;}
input:focus,button:focus {outline:none; border:none;}
p {margin:0 0 20px 0;}
img {display:block; max-width:100%; height:auto; color:#fff;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
footer small {font-size:70%;}
figure {margin:0 0 1em 0;}

body {position:relative;}

a.yellow2,a.yellow2:focus,a.yellow2:active,a.yellow2:hover,a.yellow2:visited {color:#fff100;}
a.white,a.white:focus,a.white:active,a.white:hover,a.white:visited {color:#fff;}

h1 {
	font-size:1.5em;
	color:#2d1c45;
	font-weight:800;
	line-height:1.2;
}

h2 {
	font-size:1.5em;
	color:#2d1c45;
	font-weight:800;
	line-height:1.2;
}
.page-template-3steps h2 {color:#eb6408;}

h3,.h3 {
	font-size:1.3em;
	font-weight:800;
	margin-bottom:30px;
	color:#5f4775;
}

.tile h3 {
	font-size:0.95em;
	margin-bottom:20px;
}

.page-template-faq h3 {padding-top:20px; margin-bottom:10px;}

h4 {
	font-size:1.5em;
	color:#5f4775;
	font-weight:400;
	margin:30px 0;
}
h4 span {
	font-weight:800;
	color:#eb6408;
}
h4 a {color:#2d1c45 !important;}

.tile h4 {
	color:#5f4775;
	margin-bottom:4px;
	font-size:1.3em;
}
.tile h4:nth-of-type(1) {margin-top:0;}

h5 {
	font-size:1.25em;
	color:#eb6408;
	font-weight:800;
	padding-top:20px;
}

h6 {
	font-size:1.25em;
	color:#575656;
	font-weight:400;
}
h6 b,h6 strong {color:#5f4775;}

hr {
	margin:1.5em 0 1.1em 0;
	background-color:#afa3ba;
}

.entry-content strong {color:#5f4775;}

.gm-style {font-family:"lola",Arial,Helvetica,sans-serif !important;}
.gm-style h4 {margin:0; color:#5f4775;}
.gm-style p {margin:0 0 10px 0;}
.gm-style-iw {padding:2px 0 0 0;}


#home {
	height:0;
	overflow:hidden;
}

#header-wrapper {
	width:100%;
	background:#6e8c2d;
	color:#fff;
}

#header-inner,#footer-inner {
	padding:25px 4%;
	margin:0 auto;
	max-width:1200px;
	position:relative;
}

#plantlife-logo {
	max-width:220px;
	display:block;
	margin:0 2% 0 0;
	float:left;
}

#plantlife-logo img {
	max-width:100%;
}

#menu-pull {
	min-width:38px;
	min-height:28px;
	position:absolute;
	top:15px;
	right:20px;
}

#pull {
	min-width:38px;
	min-height:28px;
	display:block;
}

.pull-icon-bar:before {
	background:#fff;
	content:"";
	min-width:38px;
	min-height:6px;
	position:absolute;
	top:0;
	right:0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}
.pull-icon-bar:nth-child(2):before {top:11px;}
.pull-icon-bar:nth-child(3):before {top:22px;}

.pull-icon-bar:nth-child(1).transform:before {
	-webkit-transform:translateY(11px) rotate(45deg);
	-moz-transform:translateY(11px) rotate(45deg);
	-ms-transform:translateY(11px) rotate(45deg);
	-o-transform:translateY(11px) rotate(45deg);
	transform:translateY(11px) rotate(45deg);
}

.pull-icon-bar:nth-child(2).transform:before {
	-webkit-opacity:0;
	-moz-opacity:0;
	-ms-opacity:0;
	-o-opacity:0;
	opacity:0;
}

.pull-icon-bar:nth-child(3).transform:before {
	-webkit-transform:translateY(-11px) rotate(-45deg);
	-moz-transform:translateY(-11px) rotate(-45deg);
	-ms-transform:translateY(-11px) rotate(-45deg);
	-o-transform:translateY(-11px) rotate(-45deg);
	transform:translateY(-11px) rotate(-45deg);
}

#site-navigation {
	width:72%;
	height:100%;
	position:absolute;
	top:0;
	left:100%;
	background-color:#fff;
	background-color:rgba(255,255,255,0.9);
	padding:0 4%;
	z-index:99;
}

#site-navigation ul {padding:0; margin:0 2%;}

#site-navigation li {
	padding:0;
	margin:0 0 0 -1px;
	position:relative;
	float:none;
	border-bottom:1px solid #ccc;
}
#site-navigation li:first-child {padding-top:22px;}
#site-navigation li:last-child {border:0;}

#site-navigation a {
	display:block;
	padding:6px 0;
	font-size:1.0em;
	font-weight:300;
	color:#5f4775;
	text-align:left;
}

#menu1:hover {color:#DD3290;}
#menu2:hover {color:#CDCC00;}
#menu3:hover {color:#5DC5E2;}
#menu4:hover {color:#F7A600;}

header .social {
	float:right;
	width:220px;
	padding:5px 80px 5px 0;
	display:none;
	margin:0;
}

header .social li {
	font-size:1px;
	float:right;
	margin:0 5px;
}

header .social li a {
	padding:0 3%;
}

header .social img {width:52px; display:block;}

#main-wrapper {
	position:relative;
	overflow-x:hidden;
}

#content {padding-bottom:30px;}

#content ul li, #content ol ul li {
	background:url('images/bullet.gif') no-repeat left 9px;
	background-size:13px;
	padding-left:28px;
}

#content ol {
	list-style-type:decimal;
}
#content ol li {
	margin-left:24px;
	padding-left:4px;
}

#content li {margin-bottom:22px;}
#content li ol,#main-wrapper li ul {margin-top:8px; margin-bottom:0;}

#content form ul li {background:none;}
#content form li {margin-bottom:12px;}

.top-spacer {
	width:100%;
	height:20px;
	background-color:#f5c507;
}

.rip-top-yellow {
	position:absolute;
	top:0;
	width:100%;
	height:30px;
	margin-bottom:-30px;
	background-size:150%;
	background-repeat:repeat-x;
	background-image:url('images/rip-top-yellow.png');
}

.rip-top-white {
	width:100%;
	height:30px;
	margin-bottom:-30px;
	background-size:150%;
	background-repeat:repeat-x;
	background-image:url('images/rip-top-white.png');
}

.rip-image-top-white {
	width:100%;
	height:10px;
	margin-bottom:-30px;
	background-size:400%;
	background-repeat:repeat-x;
	background-image:url('images/rip-top-white.png');
	position:absolute;
	top:-1px;
	left:0;
}

.wide-banner {
	background-size:cover;
	background-position:center;
	position:relative;
}

.banner-overlay {
	width:30%;
	text-align:center;
	float:right;
	margin:0 10px 0 0;
	font-weight:800;
	font-size:0.5em;
	line-height:1.2;
}
.banner-overlay p {margin-top:4px;}

.page-inner {
	padding:10px 3% 20px 3%;
	margin:0 auto;
	max-width:1200px;
	font-size:0.9em;
}

.tiles3 .tile,.boxes3 .box,.boxes2 .box,.link-boxes3 .box,.link-boxes5 .box,.link-boxes8 .box {width:100%; margin-bottom:30px;}
.tiles3 .tile {background-color:#e6e6e6;}

.tile img,.box img {width:100%;}

.tile p,.box p {font-size:1.1em;}

.tiles3-dual .tile {width:48%; float:left; margin:0 1% 30px 1%;}
/*
.tiles3-dual .active:nth-of-type(2n) {margin:0 0 30px 4%;}
.tiles3-dual .active:nth-of-type(2n+1) {clear:both;}
*/

.box a {font-weight:800;}

.cols3 {padding:10px 0 0 0;}
.cols3 .c3 {padding-bottom:0;}

form.contact div,form.contact p {
	clear:both;
	padding:5px 0;
}

.tml,.text-form {max-width:560px;}
.tml .error {
	background-color:#e6e6e6;
	color:#5f4775;
	border:0;
}
.tml .message {
	background-color:#f2fafe;
	border:0;
}
.tml-register .message {display:none;}
#content ul.tml-action-links li {
	margin:0 30px 0 0;
	padding:0;
	border:0;
	background:0;
}

label {
	display:block;
	width:100%;
}
label i {font-weight:normal;}

input[type="checkbox"] {
	-webkit-appearance:checkbox;
    -moz-appearance:checkbox;
}

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 {
	display:block;
	background-color:#e6e6e6;
	border:1px solid #fff;
	width:100%;
	padding:5px 10px;
	margin-bottom:5px;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-family:"lola",sans-serif;
	font-size:1.0em;
}

input[type="submit"],button,a.button {
	background-color:#eb6408;
	color:#fff;
	font-family:"lola",sans-serif;
	font-weight:600;
	font-size:20px;
	padding:6px 12px;
	margin:0 10px 10px 0;
	display:inline-block;
	border:0;
	cursor:pointer;
	-webkit-appearance:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#steps > .box:nth-of-type(1) a.button {background-color:#007937;}
#steps > .box:nth-of-type(3) a.button {background-color:#5f4775;}

input.link-submit {
	background:0;
	border:0;
	font-family:inherit;
	font-size:inherit;
	font-weight:800;
	width:auto;
	height:auto;
	display:inline;
}

textarea {height:100px;}

#fam-rating {
	position:relative;
	width:100%;
	margin:30px 0;
	text-align:center;
}

.fam-score {
	width:20%;
	float:left;
	margin:0 5% 0 0;
}

.tml .fam-score label {
	display:block;
	text-align:center;
	font-size:0.7em;
	font-weight:400;
}

.fam-score img {
	width:100%;
	display:block;
	margin:0 0 10px 0;
}

.tml label {
	font-size:1em;
	color:#2d1c45;
	font-weight:800;
	padding-bottom:8px;
}

.tml h4 {
	font-size:1em;
	margin:0;
	padding-bottom:8px;
}

.tml small {
	color:#5f4775;
	font-weight:400;
}

.tml hr {background-color:#eb6408;}

footer.page-wrapper {background-color:#fdc700; color:#2d1c45; font-size:0.8em; padding-top:0; clear:both;}
footer a,footer a:focus,footer a:active,footer a:hover,footer a:visited {color:#2d1c45;}

#footer-logo {width:30%; padding:30px 0;}

footer .social {padding:20px 0;}

footer .social li {
	display:inline;
	height:40px;
	font-size:1px;
}

footer .social li a {
	display:inline;
	padding:0 5px;
}

footer .social li:first-child a {padding-left:0;}
footer .social li:last-child a {padding-right:0;}

footer .social img {width:40px; display:inline;}

#wpadminbar {display:none !important;}

.edit-link {display:none;}
.page-content, .entry-content, .entry-summary, .hentry {margin:0;}

.page-template-home .entry-header,
.page-template-why-are-we-doing-this .entry-header,
.page-template-faq .entry-header,
.page-template-3steps .entry-header,
.page-template-step1 .entry-header,
.page-template-step2 .entry-header,
.page-template-submit-results .entry-header,
.page-template-2019-results .entry-header,
.page-template-scaremow .entry-header,
.page-template-resources .entry-header,
.page-template-2020-results .entry-header,
.page-template-the-wildlife-on-our-lawns .entry-header,
.page-template-how-to-mow-your-lawn .entry-header
{display:none;}

.tile-image {position:relative; overflow:hidden;}
.tile-image .img-upload {position:absolute; top:1px; left:0;}
.tile-body {position:relative; padding:8px 4px 40px 4px; text-align:center; position:relative;}
.tile-body > div {padding-top:20px; font-size:1.0em;}
.tile-body h3 {font-size:1.2em; text-transform:uppercase; padding:0 4px; height:56px; margin-bottom:10px;}

.box-image {position:relative; overflow:hidden;}
.box-image .img-upload {position:absolute; top:1px; left:0;}
.box-body {position:relative; padding:20px; text-align:center; background-color:#ebf7fd;}
.box-body > div {padding-top:14px; font-size:0.8em;}
.box-body h3 {font-size:1.3em; margin:0; color:#8f84a3;}
.box-body h3 span {color:#2d1c45;}
.box-body hr {margin:1em 0;}

.link-boxes3 .box-body,.link-boxes5 .box-body,.link-boxes8 .box-body {
	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

.boxes3-colours .box:nth-of-type(3n-2) .box-body {background-color:#f9faf9;}
.boxes3-colours .box:nth-of-type(3n-2) .box-body h3,
.boxes3-colours .box:nth-of-type(3n-2) .box-body a,
.boxes3-colours .box:nth-of-type(3n-2) .box-body input.link-submit {color:#5f4775;}
.boxes3-colours .box:nth-of-type(3n-2) .box-body h3 span {color:#ce6aad;}
.boxes3-colours .box:nth-of-type(3n-2) .box-body hr {background-color:#dfe8e5;}

.boxes3-colours .box:nth-of-type(3n-1) .box-body {background-color:#fbfcf5;}
.boxes3-colours .box:nth-of-type(3n-1) .box-body h3,
.boxes3-colours .box:nth-of-type(3n-1) .box-body a,
.boxes3-colours .box:nth-of-type(3n-1) .box-body input.link-submit {color:#3b5eab;}
.boxes3-colours .box:nth-of-type(3n-1) .box-body h3 span {color:#758dc0;}
.boxes3-colours .box:nth-of-type(3n-1) .box-body hr {background-color:#dfe8e5;}

.boxes3-colours .box:nth-of-type(3n) .box-body {background-color:#f2fafe;}
.boxes3-colours .box:nth-of-type(3n) .box-body h3,
.boxes3-colours .box:nth-of-type(3n) .box-body a,
.boxes3-colours .box:nth-of-type(3n) .box-body input.link-submit {color:#2d1c45;}
.boxes3-colours .box:nth-of-type(3n) .box-body h3 span {color:#8c7e9f;}
.boxes3-colours .box:nth-of-type(3n) .box-body hr {background-color:#dfe8e5;}

.boxes3-colours2 .box:nth-of-type(6n-5) .box-body {background-color:#ceb400;}
.boxes3-colours2 .box:nth-of-type(6n-5) .box-body h3,
.boxes3-colours2 .box:nth-of-type(6n-5) .box-body a,
.boxes3-colours2 .box:nth-of-type(6n-5) .box-body input.link-submit {color:#fff;}

.boxes3-colours2 .box:nth-of-type(6n-4) .box-body {background-color:#4e738a;}
.boxes3-colours2 .box:nth-of-type(6n-4) .box-body h3,
.boxes3-colours2 .box:nth-of-type(6n-4) .box-body a,
.boxes3-colours2 .box:nth-of-type(6n-4) .box-body input.link-submit {color:#fff;}

.boxes3-colours2 .box:nth-of-type(6n-3) .box-body {background-color:#ce8a0a;}
.boxes3-colours2 .box:nth-of-type(6n-3) .box-body h3,
.boxes3-colours2 .box:nth-of-type(6n-3) .box-body a,
.boxes3-colours2 .box:nth-of-type(6n-3) .box-body input.link-submit {color:#fff;}

.boxes3-colours2 .box:nth-of-type(6n-2) .box-body {background-color:#4e738a;}
.boxes3-colours2 .box:nth-of-type(6n-2) .box-body h3,
.boxes3-colours2 .box:nth-of-type(6n-2) .box-body a,
.boxes3-colours2 .box:nth-of-type(6n-2) .box-body input.link-submit {color:#fff;}

.boxes3-colours2 .box:nth-of-type(6n-1) .box-body {background-color:#ceb400;}
.boxes3-colours2 .box:nth-of-type(6n-1) .box-body h3,
.boxes3-colours2 .box:nth-of-type(6n-1) .box-body a,
.boxes3-colours2 .box:nth-of-type(6n-1) .box-body input.link-submit {color:#fff;}

.boxes3-colours2 .box:nth-of-type(6n) .box-body {background-color:#ce8a0a;}
.boxes3-colours2 .box:nth-of-type(6n) .box-body h3,
.boxes3-colours2 .box:nth-of-type(6n) .box-body a,
.boxes3-colours2 .box:nth-of-type(6n) .box-body input.link-submit {color:#fff;}

.boxes5-colours .box:nth-of-type(5n-4) .box-body {background-color:#ceb400;}
.boxes5-colours .box:nth-of-type(5n-4) .box-body h3,
.boxes5-colours .box:nth-of-type(5n-4) .box-body a,
.boxes5-colours .box:nth-of-type(5n-4) .box-body input.link-submit {color:#fff;}

.boxes5-colours .box:nth-of-type(5n-3) .box-body {background-color:#4e738a;}
.boxes5-colours .box:nth-of-type(5n-3) .box-body h3,
.boxes5-colours .box:nth-of-type(5n-3) .box-body a,
.boxes5-colours .box:nth-of-type(5n-3) .box-body input.link-submit {color:#fff;}

.boxes5-colours .box:nth-of-type(5n-2) .box-body {background-color:#ce8a0a;}
.boxes5-colours .box:nth-of-type(5n-2) .box-body h3,
.boxes5-colours .box:nth-of-type(5n-2) .box-body a,
.boxes5-colours .box:nth-of-type(5n-2) .box-body input.link-submit {color:#fff;}

.boxes5-colours .box:nth-of-type(5n-1) .box-body {background-color:#6e8c2d;}
.boxes5-colours .box:nth-of-type(5n-1) .box-body h3,
.boxes5-colours .box:nth-of-type(5n-1) .box-body a,
.boxes5-colours .box:nth-of-type(5n-1) .box-body input.link-submit {color:#fff;}

.boxes5-colours .box:nth-of-type(5n) .box-body {background-color:#9a996e;}
.boxes5-colours .box:nth-of-type(5n) .box-body h3,
.boxes5-colours .box:nth-of-type(5n) .box-body a,
.boxes5-colours .box:nth-of-type(5n) .box-body input.link-submit {color:#fff;}

.boxes8-colours .box:nth-of-type(8n-7) .box-body {background-color:#cdb222;}
.boxes8-colours .box:nth-of-type(8n-7) .box-body h3,
.boxes8-colours .box:nth-of-type(8n-7) .box-body a,
.boxes8-colours .box:nth-of-type(8n-7) .box-body input.link-submit {color:#fff;}

.boxes8-colours .box:nth-of-type(8n-6) .box-body {background-color:#517389;}
.boxes8-colours .box:nth-of-type(8n-6) .box-body h3,
.boxes8-colours .box:nth-of-type(8n-6) .box-body a,
.boxes8-colours .box:nth-of-type(8n-6) .box-body input.link-submit {color:#fff;}

.boxes8-colours .box:nth-of-type(8n-5) .box-body {background-color:#cc8a23;}
.boxes8-colours .box:nth-of-type(8n-5) .box-body h3,
.boxes8-colours .box:nth-of-type(8n-5) .box-body a,
.boxes8-colours .box:nth-of-type(8n-5) .box-body input.link-submit {color:#fff;}

.boxes8-colours .box:nth-of-type(8n-4) .box-body {background-color:#73882a;}
.boxes8-colours .box:nth-of-type(8n-4) .box-body h3,
.boxes8-colours .box:nth-of-type(8n-4) .box-body a,
.boxes8-colours .box:nth-of-type(8n-4) .box-body input.link-submit {color:#fff;}

.boxes8-colours .box:nth-of-type(8n-3) .box-body {background-color:#68a6c0;}
.boxes8-colours .box:nth-of-type(8n-3) .box-body h3,
.boxes8-colours .box:nth-of-type(8n-3) .box-body a,
.boxes8-colours .box:nth-of-type(8n-3) .box-body input.link-submit {color:#fff;}

.boxes8-colours .box:nth-of-type(8n-2) .box-body {background-color:#00343b;}
.boxes8-colours .box:nth-of-type(8n-2) .box-body h3,
.boxes8-colours .box:nth-of-type(8n-2) .box-body a,
.boxes8-colours .box:nth-of-type(8n-2) .box-body input.link-submit {color:#fff;}

.boxes8-colours .box:nth-of-type(8n-1) .box-body {background-color:#9579a2;}
.boxes8-colours .box:nth-of-type(8n-1) .box-body h3,
.boxes8-colours .box:nth-of-type(8n-1) .box-body a,
.boxes8-colours .box:nth-of-type(8n-1) .box-body input.link-submit {color:#fff;}

.boxes8-colours .box:nth-of-type(8n) .box-body {background-color:#7d222b;}
.boxes8-colours .box:nth-of-type(8n) .box-body h3,
.boxes8-colours .box:nth-of-type(8n) .box-body a,
.boxes8-colours .box:nth-of-type(8n) .box-body input.link-submit {color:#fff;}

.boxes3-vcenter .box {margin:0 0 20px 0;}
.boxes3-vcenter .box-body-outer {display:table; width:100%; height:40px;}
.boxes3-vcenter .box-body {display:table-cell; width:100%; height:100%; vertical-align:middle;}
.boxes3-vcenter .box-body h3 {margin:0;}

.link-boxes3,.link-boxes5,.link-boxes8 {padding:30px 0;}

.link-boxes5 h3,.link-boxes8 h3 {font-size:1.0em;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9e9e9e;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9e9e9e;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #9e9e9e;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance:none;
	margin:0;
}
input[type=number] {
	-moz-appearance: textfield;
}

.acf-field .acf-label {font-size:1.1em !important; color:#eb6408;}

.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="email"], .acf-field input[type="url"], .acf-field textarea, .acf-field select {
	width:50% !important;
	font-size:0.9em !important;
	padding:5px 10px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#register .acf-field input[type="text"], #register .acf-field input[type="password"], #register .acf-field input[type="number"], #register .acf-field input[type="search"], #register .acf-field input[type="email"], #register .acf-field input[type="url"], #register .acf-field textarea, #register .acf-field select {
	width:100% !important;
}

.acf-input-prepend, .acf-input-append, .acf-input-wrap, .acf-input-wrap input {
	height:auto !important;
}

.acf-fields > .acf-field {
	padding:15px 0 !important;
	border:0 !important;
}

.af-submit {padding:0 0 15px 0 !important;}

ul.acf-radio-list li, ul.acf-checkbox-list li {padding:0 20px 0 0 !important; font-size:0.9em !important;}
#register ul.acf-radio-list li, #register ul.acf-checkbox-list li {color:#eb6408;}
#efc-submit-form ul.acf-radio-list li, #efc-submit-form ul.acf-checkbox-list li {font-weight:600;}

ul.acf-radio-list li input[type="checkbox"], ul.acf-radio-list li input[type="radio"], ul.acf-checkbox-list li input[type="checkbox"], ul.acf-checkbox-list li input[type="radio"] {
	margin:-4px 8px 0 0 !important;
}

#register .af-field-type-text .af-label,#register .af-field-type-password .af-label {display:none;}

label[for="acf-field_5cde6855ae90c"]::after {
	content:" (please tick)";
	font-style:italic;
	font-weight:normal;
}

#register .af-field-type-message {
	color:#929191;
	border-top:1px solid #afa3ba !important;
	padding-bottom:0 !important;
}
#register .af-field-type-message p {margin:0;}

.label-note,.af-field-instructions {
	color:#5f4775;
	font-style:italic;
	font-weight:normal;
}
.label-note a {color:#5f4775;}

label[for="acf-field_5cdeb61c7efd9"]::after {
	content:" This will help us map the location of lawn flowers around the UK.";
	color:#5f4775;
	font-style:italic;
	font-weight:normal;
}

label[for="acf-field_5cdeb6847efda"]::after {
	content:" (maximum 20)";
	color:#5f4775;
	font-style:italic;
	font-weight:normal;
}

.acf-fields > .acf-field.acf-field-5cdeb8367efdc {padding-top:0 !important;}
.acf-field .acf-label label[for="acf-field_5cdeb8367efdc"] {
	font-size:80%;
}

.acf-fields > .acf-field.acf-field-5cdeba2c6f4c5 {padding-top:0 !important;}
.acf-field .acf-label label[for="acf-field_5cdeba2c6f4c5"] {
	font-size:80%;
	font-weight:normal;
	font-style:italic;
	color:#575656;
}

/* Hide Dummy Date Lawn Mown Field */
.acf-field-5ce300cb0eaeb {display:none !important;}

/* Hide Legacy Survey Date Radio Buttons */
.acf-field-5cd992d766061 {display:none !important;}

label[for="acf-field_5cdebea36d674"]::after {
	content:" How long have you been mowing it the same way - or leaving it to grow long?";
	color:#5f4775;
	font-style:italic;
	font-weight:normal;
}

.acf-fields > .acf-field.acf-field-5cde69e6ae90e {padding-top:0 !important; font-size:0.8em;}
.acf-field-5cde69e6ae90e .af-label {display:none;}

.flower-table-header1 {
	background:#2d1c45;
	color:#fff;
	text-align:center;
	padding:10px 0;
}

.flower-table-header2,.flower-table-row1 {
	background:#7fcff0;
	color:#fff;
	text-align:center;
}
.flower-table-header2.other-flowers {background:#e5d788;}
.flower-table-header2.other-pollinators {background:#8f7f9f;}

.flower-table-header2 > div,.flower-table-row1 > div {
	display:table-cell;
	padding:0 10px;
	width:33.3333%;
	vertical-align:middle;
}
.flower-table-header2.other-flowers > div,.flower-table-header2.other-pollinators > div {text-align:left; padding:0 15px; width:100%;}

.flower-name {color:#2d1c45;}
.flower-name i {color:#5f4775;}

.flower-image {padding:0 !important;}

.flower-count-help {color:#5f4775;}

.flower-table-header3 {
	background:#7fcff0;
	color:#fff;
	text-align:center;
}
.flower-table-header3.other-flowers {background:#e5d788;}
.flower-table-header3.other-pollinators {background:#8f7f9f;}

.flower-table-header3 > div {
	display:table-cell;
	width:100%;
	vertical-align:middle;
}

.flower-table-header3 p {margin:0;}

.flower-table-row1 {
	width:100%;
	background:#d9f1fb;
}

#efc-submit-form img {width:100%;}

#efc-submit-form .acf-field-email {display:none;}
#efc-submit-form .af-field-user-name {display:none;}

#efc-submit-form .af-field-type-message {margin-top:10px; padding:0 !important; border:none !important; background:#d9f1fb;}

#efc-submit-form .flower-label::after {
	content:"Enter number found in each quadrat below";
	display:block;
	text-align:center;
	color:#5f4775;
	padding-top:20px;
}

#efc-submit-form .mobile-spacer {margin-bottom:50px; font-size:5px;}

.af-field-type-message .af-label {display:none;}

#efc-submit-form .flower-group-header {background:none;}
#efc-submit-form .flower-group-header::after {content:none;}

.flower-table-header2,.flower-table-header3 {display:none;}

.flower-table-row1,.af-field-type-number,.acf-repeater .acf-field-number {height:80px; display:table;}

.flower-table-header3 span {
	display:none;
	width:100%;
	font-weight:normal;
	color:#bfe7f7;
}
.flower-table-header3.other-flowers span,.flower-table-header3.other-pollinators span {
	color:#fff;
}

.flower-count-help > div::before {content:"Count: ";}

.af-field-type-number,.acf-repeater .acf-field-number {
	display:none !important;
	float:left;
	width:100%;
	display:table;
	clear:none !important;
	background:#d9f1fb;
	padding:3px !important;
	border:none !important;
}
.acf-repeater .acf-field-number {background:transparent;}
.af-field-type-number input,.acf-repeater .acf-field-number input {display:none !important;}
.af-field-type-number > div,.acf-repeater .acf-field-number > div {display:table-cell; vertical-align:middle !important;}
.af-field-type-number .af-label,.acf-repeater .acf-field-number .af-label {display:none;}

.acf-field.af-field-type-number input[type="number"] {
	width:1.8em !important;
	margin:0 auto;
	text-align:center;
	padding:2px !important;
	background:#fff !important;
	border:0 !important;
}
#acf-field_5cdeb6847efda,#acf-field_5cdeb70c7efdb {width:50% !important;}

#efc-submit-form .desktop-spacer {display:none !important;}

#efc-submit-form .af-submit button {font-size:30px; margin-bottom:20px;}

#efc-submit-form .acf-spinner {
	height:40px;
	width:auto;
	padding-left:50px;
	background-size:40px 40px;
	background-position-x:0; 
	position:relative;
	top:-8px;
	color:#eb6408;
	font-weight:bold;
	font-size:24px;
}

#efc-submit-form .acf-spinner:after {
	content:'Please be patient while we crunch the numbers and calculate your personal nectar score...';
}

.sq1 .flower-table-header3 span {width:100%;}
.sq2 .flower-table-header3 span {width:50%;}
.sq3 .flower-table-header3 span {width:33.3333%;}
.sq4 .flower-table-header3 span {width:25%;}
.sq5 .flower-table-header3 span {width:20%;}
.sq6 .flower-table-header3 span {width:16.6667%;}
.sq7 .flower-table-header3 span {width:14.2857%;}
.sq8 .flower-table-header3 span {width:12.5%;}
.sq9 .flower-table-header3 span {width:11.1111%;}
.sq10 .flower-table-header3 span {width:10%;}
.sq11 .flower-table-header3 span {width:9.0909%;}
.sq12 .flower-table-header3 span {width:8.3333%;}
.sq13 .flower-table-header3 span {width:7.6923%;}
.sq14 .flower-table-header3 span {width:7.1429%;}
.sq15 .flower-table-header3 span {width:6.6667%;}
.sq16 .flower-table-header3 span {width:6.25%;}
.sq17 .flower-table-header3 span {width:5.8824%;}
.sq18 .flower-table-header3 span {width:5.5556%;}
.sq19 .flower-table-header3 span {width:5.2632%;}
.sq20 .flower-table-header3 span {width:5%;}

.af-field-type-number,.acf-repeater .acf-field-number {width:20%;}

/*
.af-input {opacity:1 !important;}
*/

.dq1 .flower-table-header3 span:nth-of-type(1),
.dq2 .flower-table-header3 span:nth-of-type(2),
.dq3 .flower-table-header3 span:nth-of-type(3),
.dq4 .flower-table-header3 span:nth-of-type(4),
.dq5 .flower-table-header3 span:nth-of-type(5),
.dq6 .flower-table-header3 span:nth-of-type(6),
.dq7 .flower-table-header3 span:nth-of-type(7),
.dq8 .flower-table-header3 span:nth-of-type(8),
.dq9 .flower-table-header3 span:nth-of-type(9),
.dq10 .flower-table-header3 span:nth-of-type(10),
.dq11 .flower-table-header3 span:nth-of-type(11),
.dq12 .flower-table-header3 span:nth-of-type(12),
.dq13 .flower-table-header3 span:nth-of-type(13),
.dq14 .flower-table-header3 span:nth-of-type(14),
.dq15 .flower-table-header3 span:nth-of-type(15),
.dq16 .flower-table-header3 span:nth-of-type(16),
.dq17 .flower-table-header3 span:nth-of-type(17),
.dq18 .flower-table-header3 span:nth-of-type(18),
.dq19 .flower-table-header3 span:nth-of-type(19),
.dq20 .flower-table-header3 span:nth-of-type(20)
{display:inline-block;}

.dq1 .af-field-daisy-q1 input,
.dq2 .af-field-daisy-q2 input,
.dq3 .af-field-daisy-q3 input,
.dq4 .af-field-daisy-q4 input,
.dq5 .af-field-daisy-q5 input,
.dq6 .af-field-daisy-q6 input,
.dq7 .af-field-daisy-q7 input,
.dq8 .af-field-daisy-q8 input,
.dq9 .af-field-daisy-q9 input,
.dq10 .af-field-daisy-q10 input,
.dq11 .af-field-daisy-q11 input,
.dq12 .af-field-daisy-q12 input,
.dq13 .af-field-daisy-q13 input,
.dq14 .af-field-daisy-q14 input,
.dq15 .af-field-daisy-q15 input,
.dq16 .af-field-daisy-q16 input,
.dq17 .af-field-daisy-q17 input,
.dq18 .af-field-daisy-q18 input,
.dq19 .af-field-daisy-q19 input,
.dq20 .af-field-daisy-q20 input,
.dq1 .af-field-dandelion-q1 input,
.dq2 .af-field-dandelion-q2 input,
.dq3 .af-field-dandelion-q3 input,
.dq4 .af-field-dandelion-q4 input,
.dq5 .af-field-dandelion-q5 input,
.dq6 .af-field-dandelion-q6 input,
.dq7 .af-field-dandelion-q7 input,
.dq8 .af-field-dandelion-q8 input,
.dq9 .af-field-dandelion-q9 input,
.dq10 .af-field-dandelion-q10 input,
.dq11 .af-field-dandelion-q11 input,
.dq12 .af-field-dandelion-q12 input,
.dq13 .af-field-dandelion-q13 input,
.dq14 .af-field-dandelion-q14 input,
.dq15 .af-field-dandelion-q15 input,
.dq16 .af-field-dandelion-q16 input,
.dq17 .af-field-dandelion-q17 input,
.dq18 .af-field-dandelion-q18 input,
.dq19 .af-field-dandelion-q19 input,
.dq20 .af-field-dandelion-q20 input,
.dq1 .af-field-creeping-buttercup-q1 input,
.dq2 .af-field-creeping-buttercup-q2 input,
.dq3 .af-field-creeping-buttercup-q3 input,
.dq4 .af-field-creeping-buttercup-q4 input,
.dq5 .af-field-creeping-buttercup-q5 input,
.dq6 .af-field-creeping-buttercup-q6 input,
.dq7 .af-field-creeping-buttercup-q7 input,
.dq8 .af-field-creeping-buttercup-q8 input,
.dq9 .af-field-creeping-buttercup-q9 input,
.dq10 .af-field-creeping-buttercup-q10 input,
.dq11 .af-field-creeping-buttercup-q11 input,
.dq12 .af-field-creeping-buttercup-q12 input,
.dq13 .af-field-creeping-buttercup-q13 input,
.dq14 .af-field-creeping-buttercup-q14 input,
.dq15 .af-field-creeping-buttercup-q15 input,
.dq16 .af-field-creeping-buttercup-q16 input,
.dq17 .af-field-creeping-buttercup-q17 input,
.dq18 .af-field-creeping-buttercup-q18 input,
.dq19 .af-field-creeping-buttercup-q19 input,
.dq20 .af-field-creeping-buttercup-q20 input,
.dq1 .af-field-common-mouse-ear-q1 input,
.dq2 .af-field-common-mouse-ear-q2 input,
.dq3 .af-field-common-mouse-ear-q3 input,
.dq4 .af-field-common-mouse-ear-q4 input,
.dq5 .af-field-common-mouse-ear-q5 input,
.dq6 .af-field-common-mouse-ear-q6 input,
.dq7 .af-field-common-mouse-ear-q7 input,
.dq8 .af-field-common-mouse-ear-q8 input,
.dq9 .af-field-common-mouse-ear-q9 input,
.dq10 .af-field-common-mouse-ear-q10 input,
.dq11 .af-field-common-mouse-ear-q11 input,
.dq12 .af-field-common-mouse-ear-q12 input,
.dq13 .af-field-common-mouse-ear-q13 input,
.dq14 .af-field-common-mouse-ear-q14 input,
.dq15 .af-field-common-mouse-ear-q15 input,
.dq16 .af-field-common-mouse-ear-q16 input,
.dq17 .af-field-common-mouse-ear-q17 input,
.dq18 .af-field-common-mouse-ear-q18 input,
.dq19 .af-field-common-mouse-ear-q19 input,
.dq20 .af-field-common-mouse-ear-q20 input,
.dq1 .af-field-cuckooflower-q1 input,
.dq2 .af-field-cuckooflower-q2 input,
.dq3 .af-field-cuckooflower-q3 input,
.dq4 .af-field-cuckooflower-q4 input,
.dq5 .af-field-cuckooflower-q5 input,
.dq6 .af-field-cuckooflower-q6 input,
.dq7 .af-field-cuckooflower-q7 input,
.dq8 .af-field-cuckooflower-q8 input,
.dq9 .af-field-cuckooflower-q9 input,
.dq10 .af-field-cuckooflower-q10 input,
.dq11 .af-field-cuckooflower-q11 input,
.dq12 .af-field-cuckooflower-q12 input,
.dq13 .af-field-cuckooflower-q13 input,
.dq14 .af-field-cuckooflower-q14 input,
.dq15 .af-field-cuckooflower-q15 input,
.dq16 .af-field-cuckooflower-q16 input,
.dq17 .af-field-cuckooflower-q17 input,
.dq18 .af-field-cuckooflower-q18 input,
.dq19 .af-field-cuckooflower-q19 input,
.dq20 .af-field-cuckooflower-q20 input,
.dq1 .af-field-dovesfoot-cranesbill-q1 input,
.dq2 .af-field-dovesfoot-cranesbill-q2 input,
.dq3 .af-field-dovesfoot-cranesbill-q3 input,
.dq4 .af-field-dovesfoot-cranesbill-q4 input,
.dq5 .af-field-dovesfoot-cranesbill-q5 input,
.dq6 .af-field-dovesfoot-cranesbill-q6 input,
.dq7 .af-field-dovesfoot-cranesbill-q7 input,
.dq8 .af-field-dovesfoot-cranesbill-q8 input,
.dq9 .af-field-dovesfoot-cranesbill-q9 input,
.dq10 .af-field-dovesfoot-cranesbill-q10 input,
.dq11 .af-field-dovesfoot-cranesbill-q11 input,
.dq12 .af-field-dovesfoot-cranesbill-q12 input,
.dq13 .af-field-dovesfoot-cranesbill-q13 input,
.dq14 .af-field-dovesfoot-cranesbill-q14 input,
.dq15 .af-field-dovesfoot-cranesbill-q15 input,
.dq16 .af-field-dovesfoot-cranesbill-q16 input,
.dq17 .af-field-dovesfoot-cranesbill-q17 input,
.dq18 .af-field-dovesfoot-cranesbill-q18 input,
.dq19 .af-field-dovesfoot-cranesbill-q19 input,
.dq20 .af-field-dovesfoot-cranesbill-q20 input,
.dq1 .af-field-birds-foot-trefoil-q1 input,
.dq2 .af-field-birds-foot-trefoil-q2 input,
.dq3 .af-field-birds-foot-trefoil-q3 input,
.dq4 .af-field-birds-foot-trefoil-q4 input,
.dq5 .af-field-birds-foot-trefoil-q5 input,
.dq6 .af-field-birds-foot-trefoil-q6 input,
.dq7 .af-field-birds-foot-trefoil-q7 input,
.dq8 .af-field-birds-foot-trefoil-q8 input,
.dq9 .af-field-birds-foot-trefoil-q9 input,
.dq10 .af-field-birds-foot-trefoil-q10 input,
.dq11 .af-field-birds-foot-trefoil-q11 input,
.dq12 .af-field-birds-foot-trefoil-q12 input,
.dq13 .af-field-birds-foot-trefoil-q13 input,
.dq14 .af-field-birds-foot-trefoil-q14 input,
.dq15 .af-field-birds-foot-trefoil-q15 input,
.dq16 .af-field-birds-foot-trefoil-q16 input,
.dq17 .af-field-birds-foot-trefoil-q17 input,
.dq18 .af-field-birds-foot-trefoil-q18 input,
.dq19 .af-field-birds-foot-trefoil-q19 input,
.dq20 .af-field-birds-foot-trefoil-q20 input,
.dq1 .af-field-germander-speedwell-q1 input,
.dq2 .af-field-germander-speedwell-q2 input,
.dq3 .af-field-germander-speedwell-q3 input,
.dq4 .af-field-germander-speedwell-q4 input,
.dq5 .af-field-germander-speedwell-q5 input,
.dq6 .af-field-germander-speedwell-q6 input,
.dq7 .af-field-germander-speedwell-q7 input,
.dq8 .af-field-germander-speedwell-q8 input,
.dq9 .af-field-germander-speedwell-q9 input,
.dq10 .af-field-germander-speedwell-q10 input,
.dq11 .af-field-germander-speedwell-q11 input,
.dq12 .af-field-germander-speedwell-q12 input,
.dq13 .af-field-germander-speedwell-q13 input,
.dq14 .af-field-germander-speedwell-q14 input,
.dq15 .af-field-germander-speedwell-q15 input,
.dq16 .af-field-germander-speedwell-q16 input,
.dq17 .af-field-germander-speedwell-q17 input,
.dq18 .af-field-germander-speedwell-q18 input,
.dq19 .af-field-germander-speedwell-q19 input,
.dq20 .af-field-germander-speedwell-q20 input,
.dq1 .af-field-mouse-ear-hawkweed-q1 input,
.dq2 .af-field-mouse-ear-hawkweed-q2 input,
.dq3 .af-field-mouse-ear-hawkweed-q3 input,
.dq4 .af-field-mouse-ear-hawkweed-q4 input,
.dq5 .af-field-mouse-ear-hawkweed-q5 input,
.dq6 .af-field-mouse-ear-hawkweed-q6 input,
.dq7 .af-field-mouse-ear-hawkweed-q7 input,
.dq8 .af-field-mouse-ear-hawkweed-q8 input,
.dq9 .af-field-mouse-ear-hawkweed-q9 input,
.dq10 .af-field-mouse-ear-hawkweed-q10 input,
.dq11 .af-field-mouse-ear-hawkweed-q11 input,
.dq12 .af-field-mouse-ear-hawkweed-q12 input,
.dq13 .af-field-mouse-ear-hawkweed-q13 input,
.dq14 .af-field-mouse-ear-hawkweed-q14 input,
.dq15 .af-field-mouse-ear-hawkweed-q15 input,
.dq16 .af-field-mouse-ear-hawkweed-q16 input,
.dq17 .af-field-mouse-ear-hawkweed-q17 input,
.dq18 .af-field-mouse-ear-hawkweed-q18 input,
.dq19 .af-field-mouse-ear-hawkweed-q19 input,
.dq20 .af-field-mouse-ear-hawkweed-q20 input,
.dq1 .af-field-self-heal-q1 input,
.dq2 .af-field-self-heal-q2 input,
.dq3 .af-field-self-heal-q3 input,
.dq4 .af-field-self-heal-q4 input,
.dq5 .af-field-self-heal-q5 input,
.dq6 .af-field-self-heal-q6 input,
.dq7 .af-field-self-heal-q7 input,
.dq8 .af-field-self-heal-q8 input,
.dq9 .af-field-self-heal-q9 input,
.dq10 .af-field-self-heal-q10 input,
.dq11 .af-field-self-heal-q11 input,
.dq12 .af-field-self-heal-q12 input,
.dq13 .af-field-self-heal-q13 input,
.dq14 .af-field-self-heal-q14 input,
.dq15 .af-field-self-heal-q15 input,
.dq16 .af-field-self-heal-q16 input,
.dq17 .af-field-self-heal-q17 input,
.dq18 .af-field-self-heal-q18 input,
.dq19 .af-field-self-heal-q19 input,
.dq20 .af-field-self-heal-q20 input,
.dq1 .af-field-thyme-leaved-speedwell-q1 input,
.dq2 .af-field-thyme-leaved-speedwell-q2 input,
.dq3 .af-field-thyme-leaved-speedwell-q3 input,
.dq4 .af-field-thyme-leaved-speedwell-q4 input,
.dq5 .af-field-thyme-leaved-speedwell-q5 input,
.dq6 .af-field-thyme-leaved-speedwell-q6 input,
.dq7 .af-field-thyme-leaved-speedwell-q7 input,
.dq8 .af-field-thyme-leaved-speedwell-q8 input,
.dq9 .af-field-thyme-leaved-speedwell-q9 input,
.dq10 .af-field-thyme-leaved-speedwell-q10 input,
.dq11 .af-field-thyme-leaved-speedwell-q11 input,
.dq12 .af-field-thyme-leaved-speedwell-q12 input,
.dq13 .af-field-thyme-leaved-speedwell-q13 input,
.dq14 .af-field-thyme-leaved-speedwell-q14 input,
.dq15 .af-field-thyme-leaved-speedwell-q15 input,
.dq16 .af-field-thyme-leaved-speedwell-q16 input,
.dq17 .af-field-thyme-leaved-speedwell-q17 input,
.dq18 .af-field-thyme-leaved-speedwell-q18 input,
.dq19 .af-field-thyme-leaved-speedwell-q19 input,
.dq20 .af-field-thyme-leaved-speedwell-q20 input,
.dq1 .af-field-white-clover-q1 input,
.dq2 .af-field-white-clover-q2 input,
.dq3 .af-field-white-clover-q3 input,
.dq4 .af-field-white-clover-q4 input,
.dq5 .af-field-white-clover-q5 input,
.dq6 .af-field-white-clover-q6 input,
.dq7 .af-field-white-clover-q7 input,
.dq8 .af-field-white-clover-q8 input,
.dq9 .af-field-white-clover-q9 input,
.dq10 .af-field-white-clover-q10 input,
.dq11 .af-field-white-clover-q11 input,
.dq12 .af-field-white-clover-q12 input,
.dq13 .af-field-white-clover-q13 input,
.dq14 .af-field-white-clover-q14 input,
.dq15 .af-field-white-clover-q15 input,
.dq16 .af-field-white-clover-q16 input,
.dq17 .af-field-white-clover-q17 input,
.dq18 .af-field-white-clover-q18 input,
.dq19 .af-field-white-clover-q19 input,
.dq20 .af-field-white-clover-q20 input,
.dq1 .af-field-forget-me-not-q1 input,
.dq2 .af-field-forget-me-not-q2 input,
.dq3 .af-field-forget-me-not-q3 input,
.dq4 .af-field-forget-me-not-q4 input,
.dq5 .af-field-forget-me-not-q5 input,
.dq6 .af-field-forget-me-not-q6 input,
.dq7 .af-field-forget-me-not-q7 input,
.dq8 .af-field-forget-me-not-q8 input,
.dq9 .af-field-forget-me-not-q9 input,
.dq10 .af-field-forget-me-not-q10 input,
.dq11 .af-field-forget-me-not-q11 input,
.dq12 .af-field-forget-me-not-q12 input,
.dq13 .af-field-forget-me-not-q13 input,
.dq14 .af-field-forget-me-not-q14 input,
.dq15 .af-field-forget-me-not-q15 input,
.dq16 .af-field-forget-me-not-q16 input,
.dq17 .af-field-forget-me-not-q17 input,
.dq18 .af-field-forget-me-not-q18 input,
.dq19 .af-field-forget-me-not-q19 input,
.dq20 .af-field-forget-me-not-q20 input,
.dq1 .af-field-cats-ear-hawkbit-q1 input,
.dq2 .af-field-cats-ear-hawkbit-q2 input,
.dq3 .af-field-cats-ear-hawkbit-q3 input,
.dq4 .af-field-cats-ear-hawkbit-q4 input,
.dq5 .af-field-cats-ear-hawkbit-q5 input,
.dq6 .af-field-cats-ear-hawkbit-q6 input,
.dq7 .af-field-cats-ear-hawkbit-q7 input,
.dq8 .af-field-cats-ear-hawkbit-q8 input,
.dq9 .af-field-cats-ear-hawkbit-q9 input,
.dq10 .af-field-cats-ear-hawkbit-q10 input,
.dq11 .af-field-cats-ear-hawkbit-q11 input,
.dq12 .af-field-cats-ear-hawkbit-q12 input,
.dq13 .af-field-cats-ear-hawkbit-q13 input,
.dq14 .af-field-cats-ear-hawkbit-q14 input,
.dq15 .af-field-cats-ear-hawkbit-q15 input,
.dq16 .af-field-cats-ear-hawkbit-q16 input,
.dq17 .af-field-cats-ear-hawkbit-q17 input,
.dq18 .af-field-cats-ear-hawkbit-q18 input,
.dq19 .af-field-cats-ear-hawkbit-q19 input,
.dq20 .af-field-cats-ear-hawkbit-q20 input,
.dq1 .af-field-common-knapweed-q1 input,
.dq2 .af-field-common-knapweed-q2 input,
.dq3 .af-field-common-knapweed-q3 input,
.dq4 .af-field-common-knapweed-q4 input,
.dq5 .af-field-common-knapweed-q5 input,
.dq6 .af-field-common-knapweed-q6 input,
.dq7 .af-field-common-knapweed-q7 input,
.dq8 .af-field-common-knapweed-q8 input,
.dq9 .af-field-common-knapweed-q9 input,
.dq10 .af-field-common-knapweed-q10 input,
.dq11 .af-field-common-knapweed-q11 input,
.dq12 .af-field-common-knapweed-q12 input,
.dq13 .af-field-common-knapweed-q13 input,
.dq14 .af-field-common-knapweed-q14 input,
.dq15 .af-field-common-knapweed-q15 input,
.dq16 .af-field-common-knapweed-q16 input,
.dq17 .af-field-common-knapweed-q17 input,
.dq18 .af-field-common-knapweed-q18 input,
.dq19 .af-field-common-knapweed-q19 input,
.dq20 .af-field-common-knapweed-q20 input,
.dq1 .af-field-cow-parsley-q1 input,
.dq2 .af-field-cow-parsley-q2 input,
.dq3 .af-field-cow-parsley-q3 input,
.dq4 .af-field-cow-parsley-q4 input,
.dq5 .af-field-cow-parsley-q5 input,
.dq6 .af-field-cow-parsley-q6 input,
.dq7 .af-field-cow-parsley-q7 input,
.dq8 .af-field-cow-parsley-q8 input,
.dq9 .af-field-cow-parsley-q9 input,
.dq10 .af-field-cow-parsley-q10 input,
.dq11 .af-field-cow-parsley-q11 input,
.dq12 .af-field-cow-parsley-q12 input,
.dq13 .af-field-cow-parsley-q13 input,
.dq14 .af-field-cow-parsley-q14 input,
.dq15 .af-field-cow-parsley-q15 input,
.dq16 .af-field-cow-parsley-q16 input,
.dq17 .af-field-cow-parsley-q17 input,
.dq18 .af-field-cow-parsley-q18 input,
.dq19 .af-field-cow-parsley-q19 input,
.dq20 .af-field-cow-parsley-q20 input,
.dq1 .af-field-scabious-q1 input,
.dq2 .af-field-scabious-q2 input,
.dq3 .af-field-scabious-q3 input,
.dq4 .af-field-scabious-q4 input,
.dq5 .af-field-scabious-q5 input,
.dq6 .af-field-scabious-q6 input,
.dq7 .af-field-scabious-q7 input,
.dq8 .af-field-scabious-q8 input,
.dq9 .af-field-scabious-q9 input,
.dq10 .af-field-scabious-q10 input,
.dq11 .af-field-scabious-q11 input,
.dq12 .af-field-scabious-q12 input,
.dq13 .af-field-scabious-q13 input,
.dq14 .af-field-scabious-q14 input,
.dq15 .af-field-scabious-q15 input,
.dq16 .af-field-scabious-q16 input,
.dq17 .af-field-scabious-q17 input,
.dq18 .af-field-scabious-q18 input,
.dq19 .af-field-scabious-q19 input,
.dq20 .af-field-scabious-q20 input,
.dq1 .af-field-meadow-buttercup-q1 input,
.dq2 .af-field-meadow-buttercup-q2 input,
.dq3 .af-field-meadow-buttercup-q3 input,
.dq4 .af-field-meadow-buttercup-q4 input,
.dq5 .af-field-meadow-buttercup-q5 input,
.dq6 .af-field-meadow-buttercup-q6 input,
.dq7 .af-field-meadow-buttercup-q7 input,
.dq8 .af-field-meadow-buttercup-q8 input,
.dq9 .af-field-meadow-buttercup-q9 input,
.dq10 .af-field-meadow-buttercup-q10 input,
.dq11 .af-field-meadow-buttercup-q11 input,
.dq12 .af-field-meadow-buttercup-q12 input,
.dq13 .af-field-meadow-buttercup-q13 input,
.dq14 .af-field-meadow-buttercup-q14 input,
.dq15 .af-field-meadow-buttercup-q15 input,
.dq16 .af-field-meadow-buttercup-q16 input,
.dq17 .af-field-meadow-buttercup-q17 input,
.dq18 .af-field-meadow-buttercup-q18 input,
.dq19 .af-field-meadow-buttercup-q19 input,
.dq20 .af-field-meadow-buttercup-q20 input,
.dq1 .af-field-meadow-cranes-bill-q1 input,
.dq2 .af-field-meadow-cranes-bill-q2 input,
.dq3 .af-field-meadow-cranes-bill-q3 input,
.dq4 .af-field-meadow-cranes-bill-q4 input,
.dq5 .af-field-meadow-cranes-bill-q5 input,
.dq6 .af-field-meadow-cranes-bill-q6 input,
.dq7 .af-field-meadow-cranes-bill-q7 input,
.dq8 .af-field-meadow-cranes-bill-q8 input,
.dq9 .af-field-meadow-cranes-bill-q9 input,
.dq10 .af-field-meadow-cranes-bill-q10 input,
.dq11 .af-field-meadow-cranes-bill-q11 input,
.dq12 .af-field-meadow-cranes-bill-q12 input,
.dq13 .af-field-meadow-cranes-bill-q13 input,
.dq14 .af-field-meadow-cranes-bill-q14 input,
.dq15 .af-field-meadow-cranes-bill-q15 input,
.dq16 .af-field-meadow-cranes-bill-q16 input,
.dq17 .af-field-meadow-cranes-bill-q17 input,
.dq18 .af-field-meadow-cranes-bill-q18 input,
.dq19 .af-field-meadow-cranes-bill-q19 input,
.dq20 .af-field-meadow-cranes-bill-q20 input,
.dq1 .af-field-meadow-vetchling-q1 input,
.dq2 .af-field-meadow-vetchling-q2 input,
.dq3 .af-field-meadow-vetchling-q3 input,
.dq4 .af-field-meadow-vetchling-q4 input,
.dq5 .af-field-meadow-vetchling-q5 input,
.dq6 .af-field-meadow-vetchling-q6 input,
.dq7 .af-field-meadow-vetchling-q7 input,
.dq8 .af-field-meadow-vetchling-q8 input,
.dq9 .af-field-meadow-vetchling-q9 input,
.dq10 .af-field-meadow-vetchling-q10 input,
.dq11 .af-field-meadow-vetchling-q11 input,
.dq12 .af-field-meadow-vetchling-q12 input,
.dq13 .af-field-meadow-vetchling-q13 input,
.dq14 .af-field-meadow-vetchling-q14 input,
.dq15 .af-field-meadow-vetchling-q15 input,
.dq16 .af-field-meadow-vetchling-q16 input,
.dq17 .af-field-meadow-vetchling-q17 input,
.dq18 .af-field-meadow-vetchling-q18 input,
.dq19 .af-field-meadow-vetchling-q19 input,
.dq20 .af-field-meadow-vetchling-q20 input,
.dq1 .af-field-musk-mallow-q1 input,
.dq2 .af-field-musk-mallow-q2 input,
.dq3 .af-field-musk-mallow-q3 input,
.dq4 .af-field-musk-mallow-q4 input,
.dq5 .af-field-musk-mallow-q5 input,
.dq6 .af-field-musk-mallow-q6 input,
.dq7 .af-field-musk-mallow-q7 input,
.dq8 .af-field-musk-mallow-q8 input,
.dq9 .af-field-musk-mallow-q9 input,
.dq10 .af-field-musk-mallow-q10 input,
.dq11 .af-field-musk-mallow-q11 input,
.dq12 .af-field-musk-mallow-q12 input,
.dq13 .af-field-musk-mallow-q13 input,
.dq14 .af-field-musk-mallow-q14 input,
.dq15 .af-field-musk-mallow-q15 input,
.dq16 .af-field-musk-mallow-q16 input,
.dq17 .af-field-musk-mallow-q17 input,
.dq18 .af-field-musk-mallow-q18 input,
.dq19 .af-field-musk-mallow-q19 input,
.dq20 .af-field-musk-mallow-q20 input,
.dq1 .af-field-oxeye-daisy-q1 input,
.dq2 .af-field-oxeye-daisy-q2 input,
.dq3 .af-field-oxeye-daisy-q3 input,
.dq4 .af-field-oxeye-daisy-q4 input,
.dq5 .af-field-oxeye-daisy-q5 input,
.dq6 .af-field-oxeye-daisy-q6 input,
.dq7 .af-field-oxeye-daisy-q7 input,
.dq8 .af-field-oxeye-daisy-q8 input,
.dq9 .af-field-oxeye-daisy-q9 input,
.dq10 .af-field-oxeye-daisy-q10 input,
.dq11 .af-field-oxeye-daisy-q11 input,
.dq12 .af-field-oxeye-daisy-q12 input,
.dq13 .af-field-oxeye-daisy-q13 input,
.dq14 .af-field-oxeye-daisy-q14 input,
.dq15 .af-field-oxeye-daisy-q15 input,
.dq16 .af-field-oxeye-daisy-q16 input,
.dq17 .af-field-oxeye-daisy-q17 input,
.dq18 .af-field-oxeye-daisy-q18 input,
.dq19 .af-field-oxeye-daisy-q19 input,
.dq20 .af-field-oxeye-daisy-q20 input,
.dq1 .af-field-red-clover-q1 input,
.dq2 .af-field-red-clover-q2 input,
.dq3 .af-field-red-clover-q3 input,
.dq4 .af-field-red-clover-q4 input,
.dq5 .af-field-red-clover-q5 input,
.dq6 .af-field-red-clover-q6 input,
.dq7 .af-field-red-clover-q7 input,
.dq8 .af-field-red-clover-q8 input,
.dq9 .af-field-red-clover-q9 input,
.dq10 .af-field-red-clover-q10 input,
.dq11 .af-field-red-clover-q11 input,
.dq12 .af-field-red-clover-q12 input,
.dq13 .af-field-red-clover-q13 input,
.dq14 .af-field-red-clover-q14 input,
.dq15 .af-field-red-clover-q15 input,
.dq16 .af-field-red-clover-q16 input,
.dq17 .af-field-red-clover-q17 input,
.dq18 .af-field-red-clover-q18 input,
.dq19 .af-field-red-clover-q19 input,
.dq20 .af-field-red-clover-q20 input,
.dq1 .af-field-tufted-vetch-q1 input,
.dq2 .af-field-tufted-vetch-q2 input,
.dq3 .af-field-tufted-vetch-q3 input,
.dq4 .af-field-tufted-vetch-q4 input,
.dq5 .af-field-tufted-vetch-q5 input,
.dq6 .af-field-tufted-vetch-q6 input,
.dq7 .af-field-tufted-vetch-q7 input,
.dq8 .af-field-tufted-vetch-q8 input,
.dq9 .af-field-tufted-vetch-q9 input,
.dq10 .af-field-tufted-vetch-q10 input,
.dq11 .af-field-tufted-vetch-q11 input,
.dq12 .af-field-tufted-vetch-q12 input,
.dq13 .af-field-tufted-vetch-q13 input,
.dq14 .af-field-tufted-vetch-q14 input,
.dq15 .af-field-tufted-vetch-q15 input,
.dq16 .af-field-tufted-vetch-q16 input,
.dq17 .af-field-tufted-vetch-q17 input,
.dq18 .af-field-tufted-vetch-q18 input,
.dq19 .af-field-tufted-vetch-q19 input,
.dq20 .af-field-tufted-vetch-q20 input,
.dq1 .af-field-wild-carrot-q1 input,
.dq2 .af-field-wild-carrot-q2 input,
.dq3 .af-field-wild-carrot-q3 input,
.dq4 .af-field-wild-carrot-q4 input,
.dq5 .af-field-wild-carrot-q5 input,
.dq6 .af-field-wild-carrot-q6 input,
.dq7 .af-field-wild-carrot-q7 input,
.dq8 .af-field-wild-carrot-q8 input,
.dq9 .af-field-wild-carrot-q9 input,
.dq10 .af-field-wild-carrot-q10 input,
.dq11 .af-field-wild-carrot-q11 input,
.dq12 .af-field-wild-carrot-q12 input,
.dq13 .af-field-wild-carrot-q13 input,
.dq14 .af-field-wild-carrot-q14 input,
.dq15 .af-field-wild-carrot-q15 input,
.dq16 .af-field-wild-carrot-q16 input,
.dq17 .af-field-wild-carrot-q17 input,
.dq18 .af-field-wild-carrot-q18 input,
.dq19 .af-field-wild-carrot-q19 input,
.dq20 .af-field-wild-carrot-q20 input,
.dq1 .af-field-yellow-rattle-q1 input,
.dq2 .af-field-yellow-rattle-q2 input,
.dq3 .af-field-yellow-rattle-q3 input,
.dq4 .af-field-yellow-rattle-q4 input,
.dq5 .af-field-yellow-rattle-q5 input,
.dq6 .af-field-yellow-rattle-q6 input,
.dq7 .af-field-yellow-rattle-q7 input,
.dq8 .af-field-yellow-rattle-q8 input,
.dq9 .af-field-yellow-rattle-q9 input,
.dq10 .af-field-yellow-rattle-q10 input,
.dq11 .af-field-yellow-rattle-q11 input,
.dq12 .af-field-yellow-rattle-q12 input,
.dq13 .af-field-yellow-rattle-q13 input,
.dq14 .af-field-yellow-rattle-q14 input,
.dq15 .af-field-yellow-rattle-q15 input,
.dq16 .af-field-yellow-rattle-q16 input,
.dq17 .af-field-yellow-rattle-q17 input,
.dq18 .af-field-yellow-rattle-q18 input,
.dq19 .af-field-yellow-rattle-q19 input,
.dq20 .af-field-yellow-rattle-q20 input,
.dq1 .acf-field-number[data-name="flower_count"] input,
.dq2 .acf-field-number[data-name="flower_count_q2"] input,
.dq3 .acf-field-number[data-name="flower_count_q3"] input,
.dq4 .acf-field-number[data-name="flower_count_q4"] input,
.dq5 .acf-field-number[data-name="flower_count_q5"] input,
.dq6 .acf-field-number[data-name="flower_count_q6"] input,
.dq7 .acf-field-number[data-name="flower_count_q7"] input,
.dq8 .acf-field-number[data-name="flower_count_q8"] input,
.dq9 .acf-field-number[data-name="flower_count_q9"] input,
.dq10 .acf-field-number[data-name="flower_count_q10"] input,
.dq11 .acf-field-number[data-name="flower_count_q11"] input,
.dq12 .acf-field-number[data-name="flower_count_q12"] input,
.dq13 .acf-field-number[data-name="flower_count_q13"] input,
.dq14 .acf-field-number[data-name="flower_count_q14"] input,
.dq15 .acf-field-number[data-name="flower_count_q15"] input,
.dq16 .acf-field-number[data-name="flower_count_q16"] input,
.dq17 .acf-field-number[data-name="flower_count_q17"] input,
.dq18 .acf-field-number[data-name="flower_count_q18"] input,
.dq19 .acf-field-number[data-name="flower_count_q19"] input,
.dq20 .acf-field-number[data-name="flower_count_q20"] input,
.dq1 .acf-field-number[data-name="pollinator_count"] input,
.dq2 .acf-field-number[data-name="pollinator_count_q2"] input,
.dq3 .acf-field-number[data-name="pollinator_count_q3"] input,
.dq4 .acf-field-number[data-name="pollinator_count_q4"] input,
.dq5 .acf-field-number[data-name="pollinator_count_q5"] input,
.dq6 .acf-field-number[data-name="pollinator_count_q6"] input,
.dq7 .acf-field-number[data-name="pollinator_count_q7"] input,
.dq8 .acf-field-number[data-name="pollinator_count_q8"] input,
.dq9 .acf-field-number[data-name="pollinator_count_q9"] input,
.dq10 .acf-field-number[data-name="pollinator_count_q10"] input,
.dq11 .acf-field-number[data-name="pollinator_count_q11"] input,
.dq12 .acf-field-number[data-name="pollinator_count_q12"] input,
.dq13 .acf-field-number[data-name="pollinator_count_q13"] input,
.dq14 .acf-field-number[data-name="pollinator_count_q14"] input,
.dq15 .acf-field-number[data-name="pollinator_count_q15"] input,
.dq16 .acf-field-number[data-name="pollinator_count_q16"] input,
.dq17 .acf-field-number[data-name="pollinator_count_q17"] input,
.dq18 .acf-field-number[data-name="pollinator_count_q18"] input,
.dq19 .acf-field-number[data-name="pollinator_count_q19"] input,
.dq20 .acf-field-number[data-name="pollinator_count_q20"] input
{display:block !important;}

.main-form-number-field {
	display:block !important;
	width:100% !important;
	background:none !important;
}
.main-form-number-field .af-label {display:block !important;}
.main-form-number-field.af-field-type-number {height:auto !important;}
.main-form-number-field.af-field-type-number > div {display:block !important;}
.main-form-number-field.af-field-type-number input {display:block !important;}
.main-form-number-field.acf-field.af-field-type-number input[type="number"] {
	width:100%;
	margin:0;
	text-align:left;
	padding:5px 10px !important;
	background:#e6e6e6 !important;
	border:1px solid #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.flower-table-header4 {
	background:#dac555;
	color:#fff;
	text-align:center;
	display:table;
	width:100% !important;
}
.flower-table-header4 > div {display:table-cell; padding:10px 15px !important; vertical-align:middle;}

.flower-table-header4.pollinator-header {background:#5f4775;}

.acf-fields > .acf-field.other-flower-repeater {padding:10px 0 20px 0 !important;}

.other-flower-repeater label,
.other-flower-repeater .acf-label,
.other-flower-repeater .acf-row-handle,
.other-flower-repeater .acf-fields.-left > .acf-field::before
{display:none !important;}

.other-flower-repeater .acf-table,
.other-flower-repeater .acf-repeater .acf-row-handle.order + td,
.other-flower-repeater .acf-repeater.-row > table > tbody > tr > td,
.other-flower-repeater .acf-repeater.-block > table > tbody > tr > td
{border:none !important;}

.other-flower-repeater .acf-row td {background:#f4edcc;}
.other-flower-repeater .acf-row:nth-child(even) td {background:#f9f6e6;}

.other-flower-repeater.pollinator-repeater .acf-row td {background:#dfdae3;}
.other-flower-repeater.pollinator-repeater .acf-row:nth-child(even) td {background:#efecf1;}

.other-flower-repeater .acf-row td > div {float:left; clear:none; padding:15px !important;}
.other-flower-repeater .acf-row td > div:nth-of-type(1) {width:50%;}

.other-flower-repeater .acf-fields.-left > .acf-field > .acf-input {
	float:none;
	width:100%;
	padding:0;
}
.other-flower-repeater .acf-field input {
	padding: 2px 6px !important;
	background: #fff !important;
	border: 0 !important;
	width:100% !important;
}
.other-flower-repeater .acf-field input[type="number"] {
	padding: 2px !important;
	width: 1.8em !important;
	margin: 0 auto;
	text-align: center;
}
.other-flower-repeater .acf-input-wrap {
	overflow:visible;
}
.other-flower-repeater a.button {
	font-size:90%;
	line-height:1;
}

#efc-submit-form .legacy-flower {display:none !important;}

.result-header1 {
	background:#2d1c45;
	color:#fff;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding:20px;
}
.result-header1 h2 {margin:0 !important; padding:0 !important; color:#fff;}

.result-header2 {
	background:#5f4775;
	color:#fff;
	padding:20px;
	font-size:1.5em;
}

.result-header3 {
	margin-top:10px;
	color:#5f4775;
	padding:20px;
	font-size:1.5em;
}
.result-header3:nth-child(odd) {background:#ebf7fd;}
.result-header3:nth-child(even) {background:#d6f0fa;}

#content .wppb_holder form ul li {padding-left:0;}

#pns-chart {
	width:100%;
	max-width:600px;
	margin:0 auto;
	position:relative;
}

#pns-chart img {width:100%;}

.pns-result-overlay {
	position:absolute;
	font-size:23px;
	font-weight:bold;
	line-height:1;
	min-width:17%;
}
.pns-result-overlay span {
	display:block;
	font-weight:normal;
	font-size:14px;
}

/* Media Query: PNS Chart vw fonts for smaller displays */
@media screen and (max-width:640px) {
	.pns-result-overlay {font-size:3.6vw;}
	.pns-result-overlay span {font-size:2.2vw;}
}

#nectar-per-sq {top:64.7%; left:58.5%;}
#bees-per-sq {top:73.5%; left:58.5%;}
#lawn-size {top:80%; left:58.5%;}
#bees-per-lawn {top:86%; left:58.5%;}
#average-lawn-size {top:80%; left:78%; min-width:0; width:13%;}

#social-share {
	display:block;
	margin:0 auto;
}

.social-share {
	display:inline-block;
	width:16%;
	margin:0 2%;
}

#pns-share-chart {
	width:100%;
	max-width:800px;
	margin:0 auto 20px auto;
}

.social-media {
	text-align:center;
	padding-bottom:40px;
}
.social-media img {
	width:36px;
	display:inline;
}

.tiles2m {padding-bottom:20px;}

.impact {color:#2d1c45;}

.clear {clear:both;}

.desktop {display:none;}
.mobile {display:block;}

/* Clearfix */
.clearfix:after {
	content:"";
	display:table;
	clear:both;
}

#header-links {
	clear:both;
	font-size:4vw;
}

#header-links a {
	color:#fff;
	font-weight:normal;
	display:inline-block;
	margin:15px 22px 0 0;
}

@media screen and (min-width:380px) {.banner-overlay {width:24%;}}
@media screen and (min-width:480px) {.banner-overlay {width:20%;}}
@media screen and (min-width:560px) {.banner-overlay {width:16%;}}
@media screen and (min-width:710px) {.banner-overlay {width:14%;}}

/* Media Query: Small Mobile ONLY */
@media screen and (max-width:650px) {

	.flower-table-row1 > div {
		display:table-row;
	}
	.flower-table-row1 > div > div {
		padding:10px;
		width:100%;
		vertical-align:middle;
	}
	.flower-table-row1 > div.flower-image > div {padding:0;}

}

/* Media Query: Non-Mobile */
@media screen and (min-width:768px) {

	#plantlife-logo {
		max-width:260px;
		margin:10px 0;
	}

	#header-links {font-size:24px;}
	#header-links a {margin-bottom:10px;}

	h1,h2 {font-size:1.7em;}
	
	h3,.h3 {font-size:1.55em;}

	#header-inner,#footer-inner {padding:20px 3%;}

	header .social {display:block;}

	#menu-pull {
		min-width:48px;
		min-height:42px;
		position:absolute;
		top:22px;
		right:30px;
	}

	#pull {
		min-width:48px;
		min-height:42px;
		display:block;
	}

	.pull-icon-bar:before {
		background:#fff;
		content:"";
		min-width:48px;
		min-height:9px;
		position:absolute;
		top:0;
		right:0;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
		border-radius:10px;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-ms-transition:all 0.5s;
		-o-transition:all 0.5s;
		transition:all 0.5s;
	}
	.pull-icon-bar:nth-child(2):before {top:16px;}
	.pull-icon-bar:nth-child(3):before {top:32px;}

	.pull-icon-bar:nth-child(1).transform:before {
		-webkit-transform:translateY(16px) rotate(45deg);
		-moz-transform:translateY(16px) rotate(45deg);
		-ms-transform:translateY(16px) rotate(45deg);
		-o-transform:translateY(16px) rotate(45deg);
		transform:translateY(16px) rotate(45deg);
	}

	.pull-icon-bar:nth-child(2).transform:before {
		-webkit-opacity:0;
		-moz-opacity:0;
		-ms-opacity:0;
		-o-opacity:0;
		opacity:0;
	}

	.pull-icon-bar:nth-child(3).transform:before {
		-webkit-transform:translateY(-16px) rotate(-45deg);
		-moz-transform:translateY(-16px) rotate(-45deg);
		-ms-transform:translateY(-16px) rotate(-45deg);
		-o-transform:translateY(-16px) rotate(-45deg);
		transform:translateY(-16px) rotate(-45deg);
	}

	header nav {padding:0;}
	header nav li {margin:0;}
	header nav a {text-align:center;}

	.page-inner {padding:30px 2% 20px 2%;}

	.top-spacer {height:30px;}

	.banner-overlay {width:30%; font-size:1.4em;}
	.banner-overlay p {margin-top:10px;}

	.tiles3 .tile {width:32%; float:left;}
	/*
	.tiles3 .active:nth-of-type(3n-1) {margin:0 2% 30px 2%;}
	.tiles3 .active:nth-of-type(3n+1) {clear:both;}
	*/

	.tiles3-dual .tile {width:31.3333%;}
	/*
	.tiles3-dual .active:nth-of-type(2n) {margin:0 0 30px 0;}
	.tiles3-dual .active:nth-of-type(2n+1) {clear:none;}
	.tiles3-dual .active:nth-of-type(3n-1) {margin:0 2% 30px 2%;}
	.tiles3-dual .active:nth-of-type(3n+1) {clear:both;}
	*/

	.tile-body {padding:16px;}
	.tile-body h3 {padding:0; height:40px; margin-bottom:20px;}

	#species-form button {width:110px; background-size:110px; height:64px;}

	#species-form input[type=checkbox] + label {height:56px; width:56px;}
	#species-form input[type=checkbox]:checked + label {height:56px; width:56px; background-size:40px;}

	.social-media {padding:0;}
	.social-media img {
		width:45px;
		float:left;
		margin-right:5px;
	}

	.boxes3,.boxes2 {
		position:relative;
		overflow:hidden;
	}
	.boxes2 {
		max-width:1000px;
		margin:0 auto;
	}

	.boxes3 .box,.boxes2 .box {
		margin-bottom:0;
		display:inline-block;
		vertical-align:top;
		width:33.333%;
		box-sizing:border-box;
		padding:0 8px;
		/* vertical gutter */
		border-top:24px solid #fff;
	}
	.boxes2 .box {width:50%;}

	/* faux column backdrop */
	.boxes3 .box:before,.boxes2 .box:before {
		position:absolute;
		content:"";
		z-index:-1;
		height:100%;
		margin:-24px 0 0 -8px;
		width:33.333%;
		box-sizing:border-box;
		border-left:8px solid #fff;
		border-right:8px solid #fff;
		/* must match the box bg color: */
		background:#ebf7fd;
	}
	.boxes2 .box:before {width:50%;}

	.boxes3 .box:nth-of-type(3n-2) {padding:0 16px 0 0;}
	.boxes3 .box:nth-of-type(3n-2):before {border-left-width:0; border-right-width:16px; margin:-24px 0 0 0;}

	.boxes3 .box:nth-of-type(3n) {padding:0 0 0 16px;}
	.boxes3 .box:nth-of-type(3n):before {border-left-width:16px; border-right-width:0; margin:-24px 0 0 -16px;}

	.boxes2 .box:nth-of-type(2n-1) {padding:0 16px 0 0;}
	.boxes2 .box:nth-of-type(2n-1):before {border-left-width:0; border-right-width:16px; margin:-24px 0 0 0;}

	.boxes2 .box:nth-of-type(2n) {padding:0 0 0 16px;}
	.boxes2 .box:nth-of-type(2n):before {border-left-width:16px; border-right-width:0; margin:-24px 0 0 -16px;}

	.boxes3-colours .box:nth-of-type(3n-2):before {background:#f9faf9;}
	.boxes3-colours .box:nth-of-type(3n-1):before {background:#fbfcf5;}
	.boxes3-colours .box:nth-of-type(3n):before {background:#f2fafe;}

	.boxes3-colours2 .box:nth-of-type(6n-5):before {background:#e6e6e6;}
	.boxes3-colours2 .box:nth-of-type(6n-4):before {background:#f2fafe;}
	.boxes3-colours2 .box:nth-of-type(6n-3):before {background:#f9faf9;}
	.boxes3-colours2 .box:nth-of-type(6n-2):before {background:#f2fafe;}
	.boxes3-colours2 .box:nth-of-type(6n-1):before {background:#f9faf9;}
	.boxes3-colours2 .box:nth-of-type(6n):before {background:#e6e6e6;}

	.boxes3-vcenter .box-body-outer {height:80px;}
	.boxes3-vcenter .box {margin:0;}

	.link-boxes3 .box {box-sizing:border-box; float:left; width:33.3333%;}

	.link-boxes3 .box:nth-of-type(3n-2) {padding:0 16px 0 0;}
	.link-boxes3 .box:nth-of-type(3n-1) {padding:0 8px;}
	.link-boxes3 .box:nth-of-type(3n) {padding:0 0 0 16px;}

	.link-boxes5 {margin:0 -5px;}
	.link-boxes5 .box {box-sizing:border-box; width:20%; padding:0 5px; float:left;}
	.link-boxes5 .box-body {height:140px; vertical-align:middle; display:table-cell; width:9999px;}

	.link-boxes8 {margin:0 -5px;}
	.link-boxes8 .box {box-sizing:border-box; width:25%; padding:0 5px; float:left;}
	.link-boxes8 .box-body {height:140px; vertical-align:middle; display:table-cell; width:9999px;}
	
	.cols3 {padding:0;}
	.col {padding:0 0 20px 0;}
	
	.cols3 .col {float:left; width:29.3333%; padding:1% 0 1% 0;}
	.cols3 .c1 {padding-right:4%;}
	.cols3 .c2 {padding-right:2%; padding-left:2%;}
	.cols3 .c3 {padding-left:4%;}

	.cols2 {padding:0;}
	.cols2 .col {float:left; width:46%; padding:1% 0 1% 0;}
	.cols2 .c1 {padding-right:4%;}
	.cols2 .c2 {padding-left:4%;}
	
	.tiles2m .tile {float:left; width:100%;}

	.rip-image-top-white {height:30px;}

	#steps {top:-20px;}

	#register .af-field:nth-of-type(3),#register .af-field:nth-of-type(4),#register .af-field:nth-of-type(5),#register .af-field:nth-of-type(6) {
		float:left; width:50%; clear:none; padding:8px 0 !important;
	}
	#register .af-field:nth-of-type(3),#register .af-field:nth-of-type(5) {padding-right:12px !important;}
	#register .af-field:nth-of-type(4),#register .af-field:nth-of-type(6) {padding-left:12px !important;}

	#footer-logo {width:14%;}
	
}

@media screen and (min-width:860px) {.banner-overlay {width:26%; margin-right:150px;}}
@media screen and (min-width:980px) {.banner-overlay {width:22%; font-size:1.4em;} .banner-overlay p {margin-top:10px;}}

/* Media Query: Landscape Tablet and above */
@media screen and (min-width:1024px) {

	#header-links {clear:none; float:right; margin-right:80px;}

	.link-boxes5 .box-body,.link-boxes8 .box-body {height:100px;}

}

/* Media Query: Non-Desktop ONLY */
@media screen and (max-width:1099px) {

	.link-boxes3 h3 {font-size:0.8em;}

	.other-flower-repeater .acf-row td > div:nth-of-type(1) {width:100%;}

	.dq1 .af-field-daisy-q1,
	.dq1 .af-field-daisy-q2,
	.dq1 .af-field-daisy-q3,
	.dq1 .af-field-daisy-q4,
	.dq1 .af-field-daisy-q5,
	.dq6 .af-field-daisy-q6,
	.dq6 .af-field-daisy-q7,
	.dq6 .af-field-daisy-q8,
	.dq6 .af-field-daisy-q9,
	.dq6 .af-field-daisy-q10,
	.dq11 .af-field-daisy-q11,
	.dq11 .af-field-daisy-q12,
	.dq11 .af-field-daisy-q13,
	.dq11 .af-field-daisy-q14,
	.dq11 .af-field-daisy-q15,
	.dq16 .af-field-daisy-q16,
	.dq16 .af-field-daisy-q17,
	.dq16 .af-field-daisy-q18,
	.dq16 .af-field-daisy-q19,
	.dq16 .af-field-daisy-q20,
	.dq1 .af-field-dandelion-q1,
	.dq1 .af-field-dandelion-q2,
	.dq1 .af-field-dandelion-q3,
	.dq1 .af-field-dandelion-q4,
	.dq1 .af-field-dandelion-q5,
	.dq6 .af-field-dandelion-q6,
	.dq6 .af-field-dandelion-q7,
	.dq6 .af-field-dandelion-q8,
	.dq6 .af-field-dandelion-q9,
	.dq6 .af-field-dandelion-q10,
	.dq11 .af-field-dandelion-q11,
	.dq11 .af-field-dandelion-q12,
	.dq11 .af-field-dandelion-q13,
	.dq11 .af-field-dandelion-q14,
	.dq11 .af-field-dandelion-q15,
	.dq16 .af-field-dandelion-q16,
	.dq16 .af-field-dandelion-q17,
	.dq16 .af-field-dandelion-q18,
	.dq16 .af-field-dandelion-q19,
	.dq16 .af-field-dandelion-q20,
	.dq1 .af-field-creeping-buttercup-q1,
	.dq1 .af-field-creeping-buttercup-q2,
	.dq1 .af-field-creeping-buttercup-q3,
	.dq1 .af-field-creeping-buttercup-q4,
	.dq1 .af-field-creeping-buttercup-q5,
	.dq6 .af-field-creeping-buttercup-q6,
	.dq6 .af-field-creeping-buttercup-q7,
	.dq6 .af-field-creeping-buttercup-q8,
	.dq6 .af-field-creeping-buttercup-q9,
	.dq6 .af-field-creeping-buttercup-q10,
	.dq11 .af-field-creeping-buttercup-q11,
	.dq11 .af-field-creeping-buttercup-q12,
	.dq11 .af-field-creeping-buttercup-q13,
	.dq11 .af-field-creeping-buttercup-q14,
	.dq11 .af-field-creeping-buttercup-q15,
	.dq16 .af-field-creeping-buttercup-q16,
	.dq16 .af-field-creeping-buttercup-q17,
	.dq16 .af-field-creeping-buttercup-q18,
	.dq16 .af-field-creeping-buttercup-q19,
	.dq16 .af-field-creeping-buttercup-q20,
	.dq1 .af-field-common-mouse-ear-q1,
	.dq1 .af-field-common-mouse-ear-q2,
	.dq1 .af-field-common-mouse-ear-q3,
	.dq1 .af-field-common-mouse-ear-q4,
	.dq1 .af-field-common-mouse-ear-q5,
	.dq6 .af-field-common-mouse-ear-q6,
	.dq6 .af-field-common-mouse-ear-q7,
	.dq6 .af-field-common-mouse-ear-q8,
	.dq6 .af-field-common-mouse-ear-q9,
	.dq6 .af-field-common-mouse-ear-q10,
	.dq11 .af-field-common-mouse-ear-q11,
	.dq11 .af-field-common-mouse-ear-q12,
	.dq11 .af-field-common-mouse-ear-q13,
	.dq11 .af-field-common-mouse-ear-q14,
	.dq11 .af-field-common-mouse-ear-q15,
	.dq16 .af-field-common-mouse-ear-q16,
	.dq16 .af-field-common-mouse-ear-q17,
	.dq16 .af-field-common-mouse-ear-q18,
	.dq16 .af-field-common-mouse-ear-q19,
	.dq16 .af-field-common-mouse-ear-q20,
	.dq1 .af-field-cuckooflower-q1,
	.dq1 .af-field-cuckooflower-q2,
	.dq1 .af-field-cuckooflower-q3,
	.dq1 .af-field-cuckooflower-q4,
	.dq1 .af-field-cuckooflower-q5,
	.dq6 .af-field-cuckooflower-q6,
	.dq6 .af-field-cuckooflower-q7,
	.dq6 .af-field-cuckooflower-q8,
	.dq6 .af-field-cuckooflower-q9,
	.dq6 .af-field-cuckooflower-q10,
	.dq11 .af-field-cuckooflower-q11,
	.dq11 .af-field-cuckooflower-q12,
	.dq11 .af-field-cuckooflower-q13,
	.dq11 .af-field-cuckooflower-q14,
	.dq11 .af-field-cuckooflower-q15,
	.dq16 .af-field-cuckooflower-q16,
	.dq16 .af-field-cuckooflower-q17,
	.dq16 .af-field-cuckooflower-q18,
	.dq16 .af-field-cuckooflower-q19,
	.dq16 .af-field-cuckooflower-q20,
	.dq1 .af-field-dovesfoot-cranesbill-q1,
	.dq1 .af-field-dovesfoot-cranesbill-q2,
	.dq1 .af-field-dovesfoot-cranesbill-q3,
	.dq1 .af-field-dovesfoot-cranesbill-q4,
	.dq1 .af-field-dovesfoot-cranesbill-q5,
	.dq6 .af-field-dovesfoot-cranesbill-q6,
	.dq6 .af-field-dovesfoot-cranesbill-q7,
	.dq6 .af-field-dovesfoot-cranesbill-q8,
	.dq6 .af-field-dovesfoot-cranesbill-q9,
	.dq6 .af-field-dovesfoot-cranesbill-q10,
	.dq11 .af-field-dovesfoot-cranesbill-q11,
	.dq11 .af-field-dovesfoot-cranesbill-q12,
	.dq11 .af-field-dovesfoot-cranesbill-q13,
	.dq11 .af-field-dovesfoot-cranesbill-q14,
	.dq11 .af-field-dovesfoot-cranesbill-q15,
	.dq16 .af-field-dovesfoot-cranesbill-q16,
	.dq16 .af-field-dovesfoot-cranesbill-q17,
	.dq16 .af-field-dovesfoot-cranesbill-q18,
	.dq16 .af-field-dovesfoot-cranesbill-q19,
	.dq16 .af-field-dovesfoot-cranesbill-q20,
	.dq1 .af-field-birds-foot-trefoil-q1,
	.dq1 .af-field-birds-foot-trefoil-q2,
	.dq1 .af-field-birds-foot-trefoil-q3,
	.dq1 .af-field-birds-foot-trefoil-q4,
	.dq1 .af-field-birds-foot-trefoil-q5,
	.dq6 .af-field-birds-foot-trefoil-q6,
	.dq6 .af-field-birds-foot-trefoil-q7,
	.dq6 .af-field-birds-foot-trefoil-q8,
	.dq6 .af-field-birds-foot-trefoil-q9,
	.dq6 .af-field-birds-foot-trefoil-q10,
	.dq11 .af-field-birds-foot-trefoil-q11,
	.dq11 .af-field-birds-foot-trefoil-q12,
	.dq11 .af-field-birds-foot-trefoil-q13,
	.dq11 .af-field-birds-foot-trefoil-q14,
	.dq11 .af-field-birds-foot-trefoil-q15,
	.dq16 .af-field-birds-foot-trefoil-q16,
	.dq16 .af-field-birds-foot-trefoil-q17,
	.dq16 .af-field-birds-foot-trefoil-q18,
	.dq16 .af-field-birds-foot-trefoil-q19,
	.dq16 .af-field-birds-foot-trefoil-q20,
	.dq1 .af-field-germander-speedwell-q1,
	.dq1 .af-field-germander-speedwell-q2,
	.dq1 .af-field-germander-speedwell-q3,
	.dq1 .af-field-germander-speedwell-q4,
	.dq1 .af-field-germander-speedwell-q5,
	.dq6 .af-field-germander-speedwell-q6,
	.dq6 .af-field-germander-speedwell-q7,
	.dq6 .af-field-germander-speedwell-q8,
	.dq6 .af-field-germander-speedwell-q9,
	.dq6 .af-field-germander-speedwell-q10,
	.dq11 .af-field-germander-speedwell-q11,
	.dq11 .af-field-germander-speedwell-q12,
	.dq11 .af-field-germander-speedwell-q13,
	.dq11 .af-field-germander-speedwell-q14,
	.dq11 .af-field-germander-speedwell-q15,
	.dq16 .af-field-germander-speedwell-q16,
	.dq16 .af-field-germander-speedwell-q17,
	.dq16 .af-field-germander-speedwell-q18,
	.dq16 .af-field-germander-speedwell-q19,
	.dq16 .af-field-germander-speedwell-q20,
	.dq1 .af-field-mouse-ear-hawkweed-q1,
	.dq1 .af-field-mouse-ear-hawkweed-q2,
	.dq1 .af-field-mouse-ear-hawkweed-q3,
	.dq1 .af-field-mouse-ear-hawkweed-q4,
	.dq1 .af-field-mouse-ear-hawkweed-q5,
	.dq6 .af-field-mouse-ear-hawkweed-q6,
	.dq6 .af-field-mouse-ear-hawkweed-q7,
	.dq6 .af-field-mouse-ear-hawkweed-q8,
	.dq6 .af-field-mouse-ear-hawkweed-q9,
	.dq6 .af-field-mouse-ear-hawkweed-q10,
	.dq11 .af-field-mouse-ear-hawkweed-q11,
	.dq11 .af-field-mouse-ear-hawkweed-q12,
	.dq11 .af-field-mouse-ear-hawkweed-q13,
	.dq11 .af-field-mouse-ear-hawkweed-q14,
	.dq11 .af-field-mouse-ear-hawkweed-q15,
	.dq16 .af-field-mouse-ear-hawkweed-q16,
	.dq16 .af-field-mouse-ear-hawkweed-q17,
	.dq16 .af-field-mouse-ear-hawkweed-q18,
	.dq16 .af-field-mouse-ear-hawkweed-q19,
	.dq16 .af-field-mouse-ear-hawkweed-q20,
	.dq1 .af-field-self-heal-q1,
	.dq1 .af-field-self-heal-q2,
	.dq1 .af-field-self-heal-q3,
	.dq1 .af-field-self-heal-q4,
	.dq1 .af-field-self-heal-q5,
	.dq6 .af-field-self-heal-q6,
	.dq6 .af-field-self-heal-q7,
	.dq6 .af-field-self-heal-q8,
	.dq6 .af-field-self-heal-q9,
	.dq6 .af-field-self-heal-q10,
	.dq11 .af-field-self-heal-q11,
	.dq11 .af-field-self-heal-q12,
	.dq11 .af-field-self-heal-q13,
	.dq11 .af-field-self-heal-q14,
	.dq11 .af-field-self-heal-q15,
	.dq16 .af-field-self-heal-q16,
	.dq16 .af-field-self-heal-q17,
	.dq16 .af-field-self-heal-q18,
	.dq16 .af-field-self-heal-q19,
	.dq16 .af-field-self-heal-q20,
	.dq1 .af-field-thyme-leaved-speedwell-q1,
	.dq1 .af-field-thyme-leaved-speedwell-q2,
	.dq1 .af-field-thyme-leaved-speedwell-q3,
	.dq1 .af-field-thyme-leaved-speedwell-q4,
	.dq1 .af-field-thyme-leaved-speedwell-q5,
	.dq6 .af-field-thyme-leaved-speedwell-q6,
	.dq6 .af-field-thyme-leaved-speedwell-q7,
	.dq6 .af-field-thyme-leaved-speedwell-q8,
	.dq6 .af-field-thyme-leaved-speedwell-q9,
	.dq6 .af-field-thyme-leaved-speedwell-q10,
	.dq11 .af-field-thyme-leaved-speedwell-q11,
	.dq11 .af-field-thyme-leaved-speedwell-q12,
	.dq11 .af-field-thyme-leaved-speedwell-q13,
	.dq11 .af-field-thyme-leaved-speedwell-q14,
	.dq11 .af-field-thyme-leaved-speedwell-q15,
	.dq16 .af-field-thyme-leaved-speedwell-q16,
	.dq16 .af-field-thyme-leaved-speedwell-q17,
	.dq16 .af-field-thyme-leaved-speedwell-q18,
	.dq16 .af-field-thyme-leaved-speedwell-q19,
	.dq16 .af-field-thyme-leaved-speedwell-q20,
	.dq1 .af-field-white-clover-q1,
	.dq1 .af-field-white-clover-q2,
	.dq1 .af-field-white-clover-q3,
	.dq1 .af-field-white-clover-q4,
	.dq1 .af-field-white-clover-q5,
	.dq6 .af-field-white-clover-q6,
	.dq6 .af-field-white-clover-q7,
	.dq6 .af-field-white-clover-q8,
	.dq6 .af-field-white-clover-q9,
	.dq6 .af-field-white-clover-q10,
	.dq11 .af-field-white-clover-q11,
	.dq11 .af-field-white-clover-q12,
	.dq11 .af-field-white-clover-q13,
	.dq11 .af-field-white-clover-q14,
	.dq11 .af-field-white-clover-q15,
	.dq16 .af-field-white-clover-q16,
	.dq16 .af-field-white-clover-q17,
	.dq16 .af-field-white-clover-q18,
	.dq16 .af-field-white-clover-q19,
	.dq16 .af-field-white-clover-q20,
	.dq1 .af-field-forget-me-not-q1,
	.dq1 .af-field-forget-me-not-q2,
	.dq1 .af-field-forget-me-not-q3,
	.dq1 .af-field-forget-me-not-q4,
	.dq1 .af-field-forget-me-not-q5,
	.dq6 .af-field-forget-me-not-q6,
	.dq6 .af-field-forget-me-not-q7,
	.dq6 .af-field-forget-me-not-q8,
	.dq6 .af-field-forget-me-not-q9,
	.dq6 .af-field-forget-me-not-q10,
	.dq11 .af-field-forget-me-not-q11,
	.dq11 .af-field-forget-me-not-q12,
	.dq11 .af-field-forget-me-not-q13,
	.dq11 .af-field-forget-me-not-q14,
	.dq11 .af-field-forget-me-not-q15,
	.dq16 .af-field-forget-me-not-q16,
	.dq16 .af-field-forget-me-not-q17,
	.dq16 .af-field-forget-me-not-q18,
	.dq16 .af-field-forget-me-not-q19,
	.dq16 .af-field-forget-me-not-q20,
	.dq1 .af-field-cats-ear-hawkbit-q1,
	.dq1 .af-field-cats-ear-hawkbit-q2,
	.dq1 .af-field-cats-ear-hawkbit-q3,
	.dq1 .af-field-cats-ear-hawkbit-q4,
	.dq1 .af-field-cats-ear-hawkbit-q5,
	.dq6 .af-field-cats-ear-hawkbit-q6,
	.dq6 .af-field-cats-ear-hawkbit-q7,
	.dq6 .af-field-cats-ear-hawkbit-q8,
	.dq6 .af-field-cats-ear-hawkbit-q9,
	.dq6 .af-field-cats-ear-hawkbit-q10,
	.dq11 .af-field-cats-ear-hawkbit-q11,
	.dq11 .af-field-cats-ear-hawkbit-q12,
	.dq11 .af-field-cats-ear-hawkbit-q13,
	.dq11 .af-field-cats-ear-hawkbit-q14,
	.dq11 .af-field-cats-ear-hawkbit-q15,
	.dq16 .af-field-cats-ear-hawkbit-q16,
	.dq16 .af-field-cats-ear-hawkbit-q17,
	.dq16 .af-field-cats-ear-hawkbit-q18,
	.dq16 .af-field-cats-ear-hawkbit-q19,
	.dq16 .af-field-cats-ear-hawkbit-q20,
	.dq1 .af-field-common-knapweed-q1,
	.dq1 .af-field-common-knapweed-q2,
	.dq1 .af-field-common-knapweed-q3,
	.dq1 .af-field-common-knapweed-q4,
	.dq1 .af-field-common-knapweed-q5,
	.dq6 .af-field-common-knapweed-q6,
	.dq6 .af-field-common-knapweed-q7,
	.dq6 .af-field-common-knapweed-q8,
	.dq6 .af-field-common-knapweed-q9,
	.dq6 .af-field-common-knapweed-q10,
	.dq11 .af-field-common-knapweed-q11,
	.dq11 .af-field-common-knapweed-q12,
	.dq11 .af-field-common-knapweed-q13,
	.dq11 .af-field-common-knapweed-q14,
	.dq11 .af-field-common-knapweed-q15,
	.dq16 .af-field-common-knapweed-q16,
	.dq16 .af-field-common-knapweed-q17,
	.dq16 .af-field-common-knapweed-q18,
	.dq16 .af-field-common-knapweed-q19,
	.dq16 .af-field-common-knapweed-q20,
	.dq1 .af-field-cow-parsley-q1,
	.dq1 .af-field-cow-parsley-q2,
	.dq1 .af-field-cow-parsley-q3,
	.dq1 .af-field-cow-parsley-q4,
	.dq1 .af-field-cow-parsley-q5,
	.dq6 .af-field-cow-parsley-q6,
	.dq6 .af-field-cow-parsley-q7,
	.dq6 .af-field-cow-parsley-q8,
	.dq6 .af-field-cow-parsley-q9,
	.dq6 .af-field-cow-parsley-q10,
	.dq11 .af-field-cow-parsley-q11,
	.dq11 .af-field-cow-parsley-q12,
	.dq11 .af-field-cow-parsley-q13,
	.dq11 .af-field-cow-parsley-q14,
	.dq11 .af-field-cow-parsley-q15,
	.dq16 .af-field-cow-parsley-q16,
	.dq16 .af-field-cow-parsley-q17,
	.dq16 .af-field-cow-parsley-q18,
	.dq16 .af-field-cow-parsley-q19,
	.dq16 .af-field-cow-parsley-q20,
	.dq1 .af-field-scabious-q1,
	.dq1 .af-field-scabious-q2,
	.dq1 .af-field-scabious-q3,
	.dq1 .af-field-scabious-q4,
	.dq1 .af-field-scabious-q5,
	.dq6 .af-field-scabious-q6,
	.dq6 .af-field-scabious-q7,
	.dq6 .af-field-scabious-q8,
	.dq6 .af-field-scabious-q9,
	.dq6 .af-field-scabious-q10,
	.dq11 .af-field-scabious-q11,
	.dq11 .af-field-scabious-q12,
	.dq11 .af-field-scabious-q13,
	.dq11 .af-field-scabious-q14,
	.dq11 .af-field-scabious-q15,
	.dq16 .af-field-scabious-q16,
	.dq16 .af-field-scabious-q17,
	.dq16 .af-field-scabious-q18,
	.dq16 .af-field-scabious-q19,
	.dq16 .af-field-scabious-q20,
	.dq1 .af-field-meadow-buttercup-q1,
	.dq1 .af-field-meadow-buttercup-q2,
	.dq1 .af-field-meadow-buttercup-q3,
	.dq1 .af-field-meadow-buttercup-q4,
	.dq1 .af-field-meadow-buttercup-q5,
	.dq6 .af-field-meadow-buttercup-q6,
	.dq6 .af-field-meadow-buttercup-q7,
	.dq6 .af-field-meadow-buttercup-q8,
	.dq6 .af-field-meadow-buttercup-q9,
	.dq6 .af-field-meadow-buttercup-q10,
	.dq11 .af-field-meadow-buttercup-q11,
	.dq11 .af-field-meadow-buttercup-q12,
	.dq11 .af-field-meadow-buttercup-q13,
	.dq11 .af-field-meadow-buttercup-q14,
	.dq11 .af-field-meadow-buttercup-q15,
	.dq16 .af-field-meadow-buttercup-q16,
	.dq16 .af-field-meadow-buttercup-q17,
	.dq16 .af-field-meadow-buttercup-q18,
	.dq16 .af-field-meadow-buttercup-q19,
	.dq16 .af-field-meadow-buttercup-q20,
	.dq1 .af-field-meadow-cranes-bill-q1,
	.dq1 .af-field-meadow-cranes-bill-q2,
	.dq1 .af-field-meadow-cranes-bill-q3,
	.dq1 .af-field-meadow-cranes-bill-q4,
	.dq1 .af-field-meadow-cranes-bill-q5,
	.dq6 .af-field-meadow-cranes-bill-q6,
	.dq6 .af-field-meadow-cranes-bill-q7,
	.dq6 .af-field-meadow-cranes-bill-q8,
	.dq6 .af-field-meadow-cranes-bill-q9,
	.dq6 .af-field-meadow-cranes-bill-q10,
	.dq11 .af-field-meadow-cranes-bill-q11,
	.dq11 .af-field-meadow-cranes-bill-q12,
	.dq11 .af-field-meadow-cranes-bill-q13,
	.dq11 .af-field-meadow-cranes-bill-q14,
	.dq11 .af-field-meadow-cranes-bill-q15,
	.dq16 .af-field-meadow-cranes-bill-q16,
	.dq16 .af-field-meadow-cranes-bill-q17,
	.dq16 .af-field-meadow-cranes-bill-q18,
	.dq16 .af-field-meadow-cranes-bill-q19,
	.dq16 .af-field-meadow-cranes-bill-q20,
	.dq1 .af-field-meadow-vetchling-q1,
	.dq1 .af-field-meadow-vetchling-q2,
	.dq1 .af-field-meadow-vetchling-q3,
	.dq1 .af-field-meadow-vetchling-q4,
	.dq1 .af-field-meadow-vetchling-q5,
	.dq6 .af-field-meadow-vetchling-q6,
	.dq6 .af-field-meadow-vetchling-q7,
	.dq6 .af-field-meadow-vetchling-q8,
	.dq6 .af-field-meadow-vetchling-q9,
	.dq6 .af-field-meadow-vetchling-q10,
	.dq11 .af-field-meadow-vetchling-q11,
	.dq11 .af-field-meadow-vetchling-q12,
	.dq11 .af-field-meadow-vetchling-q13,
	.dq11 .af-field-meadow-vetchling-q14,
	.dq11 .af-field-meadow-vetchling-q15,
	.dq16 .af-field-meadow-vetchling-q16,
	.dq16 .af-field-meadow-vetchling-q17,
	.dq16 .af-field-meadow-vetchling-q18,
	.dq16 .af-field-meadow-vetchling-q19,
	.dq16 .af-field-meadow-vetchling-q20,
	.dq1 .af-field-musk-mallow-q1,
	.dq1 .af-field-musk-mallow-q2,
	.dq1 .af-field-musk-mallow-q3,
	.dq1 .af-field-musk-mallow-q4,
	.dq1 .af-field-musk-mallow-q5,
	.dq6 .af-field-musk-mallow-q6,
	.dq6 .af-field-musk-mallow-q7,
	.dq6 .af-field-musk-mallow-q8,
	.dq6 .af-field-musk-mallow-q9,
	.dq6 .af-field-musk-mallow-q10,
	.dq11 .af-field-musk-mallow-q11,
	.dq11 .af-field-musk-mallow-q12,
	.dq11 .af-field-musk-mallow-q13,
	.dq11 .af-field-musk-mallow-q14,
	.dq11 .af-field-musk-mallow-q15,
	.dq16 .af-field-musk-mallow-q16,
	.dq16 .af-field-musk-mallow-q17,
	.dq16 .af-field-musk-mallow-q18,
	.dq16 .af-field-musk-mallow-q19,
	.dq16 .af-field-musk-mallow-q20,
	.dq1 .af-field-oxeye-daisy-q1,
	.dq1 .af-field-oxeye-daisy-q2,
	.dq1 .af-field-oxeye-daisy-q3,
	.dq1 .af-field-oxeye-daisy-q4,
	.dq1 .af-field-oxeye-daisy-q5,
	.dq6 .af-field-oxeye-daisy-q6,
	.dq6 .af-field-oxeye-daisy-q7,
	.dq6 .af-field-oxeye-daisy-q8,
	.dq6 .af-field-oxeye-daisy-q9,
	.dq6 .af-field-oxeye-daisy-q10,
	.dq11 .af-field-oxeye-daisy-q11,
	.dq11 .af-field-oxeye-daisy-q12,
	.dq11 .af-field-oxeye-daisy-q13,
	.dq11 .af-field-oxeye-daisy-q14,
	.dq11 .af-field-oxeye-daisy-q15,
	.dq16 .af-field-oxeye-daisy-q16,
	.dq16 .af-field-oxeye-daisy-q17,
	.dq16 .af-field-oxeye-daisy-q18,
	.dq16 .af-field-oxeye-daisy-q19,
	.dq16 .af-field-oxeye-daisy-q20,
	.dq1 .af-field-red-clover-q1,
	.dq1 .af-field-red-clover-q2,
	.dq1 .af-field-red-clover-q3,
	.dq1 .af-field-red-clover-q4,
	.dq1 .af-field-red-clover-q5,
	.dq6 .af-field-red-clover-q6,
	.dq6 .af-field-red-clover-q7,
	.dq6 .af-field-red-clover-q8,
	.dq6 .af-field-red-clover-q9,
	.dq6 .af-field-red-clover-q10,
	.dq11 .af-field-red-clover-q11,
	.dq11 .af-field-red-clover-q12,
	.dq11 .af-field-red-clover-q13,
	.dq11 .af-field-red-clover-q14,
	.dq11 .af-field-red-clover-q15,
	.dq16 .af-field-red-clover-q16,
	.dq16 .af-field-red-clover-q17,
	.dq16 .af-field-red-clover-q18,
	.dq16 .af-field-red-clover-q19,
	.dq16 .af-field-red-clover-q20,
	.dq1 .af-field-tufted-vetch-q1,
	.dq1 .af-field-tufted-vetch-q2,
	.dq1 .af-field-tufted-vetch-q3,
	.dq1 .af-field-tufted-vetch-q4,
	.dq1 .af-field-tufted-vetch-q5,
	.dq6 .af-field-tufted-vetch-q6,
	.dq6 .af-field-tufted-vetch-q7,
	.dq6 .af-field-tufted-vetch-q8,
	.dq6 .af-field-tufted-vetch-q9,
	.dq6 .af-field-tufted-vetch-q10,
	.dq11 .af-field-tufted-vetch-q11,
	.dq11 .af-field-tufted-vetch-q12,
	.dq11 .af-field-tufted-vetch-q13,
	.dq11 .af-field-tufted-vetch-q14,
	.dq11 .af-field-tufted-vetch-q15,
	.dq16 .af-field-tufted-vetch-q16,
	.dq16 .af-field-tufted-vetch-q17,
	.dq16 .af-field-tufted-vetch-q18,
	.dq16 .af-field-tufted-vetch-q19,
	.dq16 .af-field-tufted-vetch-q20,
	.dq1 .af-field-wild-carrot-q1,
	.dq1 .af-field-wild-carrot-q2,
	.dq1 .af-field-wild-carrot-q3,
	.dq1 .af-field-wild-carrot-q4,
	.dq1 .af-field-wild-carrot-q5,
	.dq6 .af-field-wild-carrot-q6,
	.dq6 .af-field-wild-carrot-q7,
	.dq6 .af-field-wild-carrot-q8,
	.dq6 .af-field-wild-carrot-q9,
	.dq6 .af-field-wild-carrot-q10,
	.dq11 .af-field-wild-carrot-q11,
	.dq11 .af-field-wild-carrot-q12,
	.dq11 .af-field-wild-carrot-q13,
	.dq11 .af-field-wild-carrot-q14,
	.dq11 .af-field-wild-carrot-q15,
	.dq16 .af-field-wild-carrot-q16,
	.dq16 .af-field-wild-carrot-q17,
	.dq16 .af-field-wild-carrot-q18,
	.dq16 .af-field-wild-carrot-q19,
	.dq16 .af-field-wild-carrot-q20,
	.dq1 .af-field-yellow-rattle-q1,
	.dq1 .af-field-yellow-rattle-q2,
	.dq1 .af-field-yellow-rattle-q3,
	.dq1 .af-field-yellow-rattle-q4,
	.dq1 .af-field-yellow-rattle-q5,
	.dq6 .af-field-yellow-rattle-q6,
	.dq6 .af-field-yellow-rattle-q7,
	.dq6 .af-field-yellow-rattle-q8,
	.dq6 .af-field-yellow-rattle-q9,
	.dq6 .af-field-yellow-rattle-q10,
	.dq11 .af-field-yellow-rattle-q11,
	.dq11 .af-field-yellow-rattle-q12,
	.dq11 .af-field-yellow-rattle-q13,
	.dq11 .af-field-yellow-rattle-q14,
	.dq11 .af-field-yellow-rattle-q15,
	.dq16 .af-field-yellow-rattle-q16,
	.dq16 .af-field-yellow-rattle-q17,
	.dq16 .af-field-yellow-rattle-q18,
	.dq16 .af-field-yellow-rattle-q19,
	.dq16 .af-field-yellow-rattle-q20,
	.dq1 .acf-field-number[data-name="flower_count"],
	.dq1 .acf-field-number[data-name="flower_count_q2"],
	.dq1 .acf-field-number[data-name="flower_count_q3"],
	.dq1 .acf-field-number[data-name="flower_count_q4"],
	.dq1 .acf-field-number[data-name="flower_count_q5"],
	.dq6 .acf-field-number[data-name="flower_count_q6"],
	.dq6 .acf-field-number[data-name="flower_count_q7"],
	.dq6 .acf-field-number[data-name="flower_count_q8"],
	.dq6 .acf-field-number[data-name="flower_count_q9"],
	.dq6 .acf-field-number[data-name="flower_count_q10"],
	.dq11 .acf-field-number[data-name="flower_count_q11"],
	.dq11 .acf-field-number[data-name="flower_count_q12"],
	.dq11 .acf-field-number[data-name="flower_count_q13"],
	.dq11 .acf-field-number[data-name="flower_count_q14"],
	.dq11 .acf-field-number[data-name="flower_count_q15"],
	.dq16 .acf-field-number[data-name="flower_count_q16"],
	.dq16 .acf-field-number[data-name="flower_count_q17"],
	.dq16 .acf-field-number[data-name="flower_count_q18"],
	.dq16 .acf-field-number[data-name="flower_count_q19"],
	.dq16 .acf-field-number[data-name="flower_count_q20"],
	.dq1 .acf-field-number[data-name="pollinator_count"],
	.dq1 .acf-field-number[data-name="pollinator_count_q2"],
	.dq1 .acf-field-number[data-name="pollinator_count_q3"],
	.dq1 .acf-field-number[data-name="pollinator_count_q4"],
	.dq1 .acf-field-number[data-name="pollinator_count_q5"],
	.dq6 .acf-field-number[data-name="pollinator_count_q6"],
	.dq6 .acf-field-number[data-name="pollinator_count_q7"],
	.dq6 .acf-field-number[data-name="pollinator_count_q8"],
	.dq6 .acf-field-number[data-name="pollinator_count_q9"],
	.dq6 .acf-field-number[data-name="pollinator_count_q10"],
	.dq11 .acf-field-number[data-name="pollinator_count_q11"],
	.dq11 .acf-field-number[data-name="pollinator_count_q12"],
	.dq11 .acf-field-number[data-name="pollinator_count_q13"],
	.dq11 .acf-field-number[data-name="pollinator_count_q14"],
	.dq11 .acf-field-number[data-name="pollinator_count_q15"],
	.dq16 .acf-field-number[data-name="pollinator_count_q16"],
	.dq16 .acf-field-number[data-name="pollinator_count_q17"],
	.dq16 .acf-field-number[data-name="pollinator_count_q18"],
	.dq16 .acf-field-number[data-name="pollinator_count_q19"],
	.dq16 .acf-field-number[data-name="pollinator_count_q20"]
	{display:table !important;}

}

/* Media Query: Desktop */
@media screen and (min-width:1100px) {

	#pns-chart-outer {
		background:url('images/chart-background2.png') no-repeat left top;
		background-size:contain;
	}

	.mobile {display:none;}
	.desktop {display:block;}
	
	body {font-size:1.45em;}

	h3,.h3 {font-size:1.5em;}

	#header-inner,#footer-inner {padding:30px 3% 20px 3%;}

	#plantlife-logo {
		margin:0;
	}

	#menu-pull {
		top:42px;
		right:40px;
	}

	#site-navigation {width:37%;}
	#site-navigation a {font-size:1.5em;}

	header .social {width:300px; padding:0 100px 0 0;}
	header .social li {margin:0 10px;}

	header .social img {width:62px;}

	.banner-overlay {width:35%; font-size:2.3em; margin-top:40px; margin-right:10px;}
	.banner-overlay p {margin-top:30px;}

	.tile-body h3 {height:auto;}

	.wp-block-image img {max-width:70%;}
	.page-template-default .wp-block-image img,
	.page-template-2019-results .wp-block-image img,
	.page-template-scaremow .wp-block-image img
	{max-width:100%;}

	.wp-block-image figcaption {font-size:inherit;}

	#efc-submit-form .af-field-type-message {margin-top:10px; float:left; width:50%;}
	
	#efc-submit-form.dq11 .af-field-type-message {width:35%; font-size:80%;}
	#efc-submit-form.dq11 .af-field-type-message.flower-group-header {width:100%; font-size:100%;}

	.flower-table-header2,.flower-table-header3 {height:80px; display:table; float:left; width:50%; font-weight:bold;}
	.dq11 .flower-table-header2 {width:35%;}
	.dq11 .flower-table-header3 {width:65%;}
	.dq11 .other-flower-repeater .acf-row td > div:nth-of-type(1) {width:35%;}

	.flower-table-row1 {float:left; width:100%; height:200px;}
	.dq11 .flower-table-row1 {height:140px;}

	#efc-submit-form .flower-group-header {float:none; width:100%;}

	.flower-count-help > div::before {content:none;}
	#efc-submit-form .flower-label::after {content:none;}

	#efc-submit-form .mobile-spacer {display:none !important;}
	#efc-submit-form .desktop-spacer {
		display:block !important;
		width:100%;
		float:none;
		clear:both;
		background:#fff;
		font-size:16px;
	}

	.af-field-type-number {height:200px; margin-top:10px !important;}
	.acf-repeater .acf-field-number {height:60px;}
	.dq11 .af-field-type-number {height:140px;}

	.sq1 .af-field-type-number,.sq1 .acf-repeater .acf-field-number {width:50%;}
	.sq2 .af-field-type-number,.sq2 .acf-repeater .acf-field-number {width:25%;}
	.sq3 .af-field-type-number,.sq3 .acf-repeater .acf-field-number {width:16.6667%;}
	.sq4 .af-field-type-number,.sq4 .acf-repeater .acf-field-number {width:12.5%;}
	.sq5 .af-field-type-number,.sq5 .acf-repeater .acf-field-number {width:10%;}
	.sq6 .af-field-type-number,.sq6 .acf-repeater .acf-field-number {width:8.3333%;}
	.sq7 .af-field-type-number,.sq7 .acf-repeater .acf-field-number {width:7.1429%;}
	.sq8 .af-field-type-number,.sq8 .acf-repeater .acf-field-number {width:6.25%;}
	.sq9 .af-field-type-number,.sq9 .acf-repeater .acf-field-number {width:5.5556%;}
	.sq10 .af-field-type-number,.sq10 .acf-repeater .acf-field-number {width:5%;}
	.sq11 .af-field-type-number,.sq11 .acf-repeater .acf-field-number {width:5.9091%;}
	.sq12 .af-field-type-number,.sq12 .acf-repeater .acf-field-number {width:5.4167%;}
	.sq13 .af-field-type-number,.sq13 .acf-repeater .acf-field-number {width:5%;}
	.sq14 .af-field-type-number,.sq14 .acf-repeater .acf-field-number {width:4.6429%;}
	.sq15 .af-field-type-number,.sq15 .acf-repeater .acf-field-number {width:4.3333%;}
	.sq16 .af-field-type-number,.sq16 .acf-repeater .acf-field-number {width:4.0625%;}
	.sq17 .af-field-type-number,.sq17 .acf-repeater .acf-field-number {width:3.8235%;}
	.sq18 .af-field-type-number,.sq18 .acf-repeater .acf-field-number {width:3.6111%;}
	.sq19 .af-field-type-number,.sq19 .acf-repeater .acf-field-number {width:3.4211%;}
	.sq20 .af-field-type-number,.sq20 .acf-repeater .acf-field-number {width:3.25%;}

	.dq1 .af-field-daisy-q1,
	.dq2 .af-field-daisy-q2,
	.dq3 .af-field-daisy-q3,
	.dq4 .af-field-daisy-q4,
	.dq5 .af-field-daisy-q5,
	.dq6 .af-field-daisy-q6,
	.dq7 .af-field-daisy-q7,
	.dq8 .af-field-daisy-q8,
	.dq9 .af-field-daisy-q9,
	.dq10 .af-field-daisy-q10,
	.dq11 .af-field-daisy-q11,
	.dq12 .af-field-daisy-q12,
	.dq13 .af-field-daisy-q13,
	.dq14 .af-field-daisy-q14,
	.dq15 .af-field-daisy-q15,
	.dq16 .af-field-daisy-q16,
	.dq17 .af-field-daisy-q17,
	.dq18 .af-field-daisy-q18,
	.dq19 .af-field-daisy-q19,
	.dq20 .af-field-daisy-q20,
	.dq1 .af-field-dandelion-q1,
	.dq2 .af-field-dandelion-q2,
	.dq3 .af-field-dandelion-q3,
	.dq4 .af-field-dandelion-q4,
	.dq5 .af-field-dandelion-q5,
	.dq6 .af-field-dandelion-q6,
	.dq7 .af-field-dandelion-q7,
	.dq8 .af-field-dandelion-q8,
	.dq9 .af-field-dandelion-q9,
	.dq10 .af-field-dandelion-q10,
	.dq11 .af-field-dandelion-q11,
	.dq12 .af-field-dandelion-q12,
	.dq13 .af-field-dandelion-q13,
	.dq14 .af-field-dandelion-q14,
	.dq15 .af-field-dandelion-q15,
	.dq16 .af-field-dandelion-q16,
	.dq17 .af-field-dandelion-q17,
	.dq18 .af-field-dandelion-q18,
	.dq19 .af-field-dandelion-q19,
	.dq20 .af-field-dandelion-q20,
	.dq1 .af-field-creeping-buttercup-q1,
	.dq2 .af-field-creeping-buttercup-q2,
	.dq3 .af-field-creeping-buttercup-q3,
	.dq4 .af-field-creeping-buttercup-q4,
	.dq5 .af-field-creeping-buttercup-q5,
	.dq6 .af-field-creeping-buttercup-q6,
	.dq7 .af-field-creeping-buttercup-q7,
	.dq8 .af-field-creeping-buttercup-q8,
	.dq9 .af-field-creeping-buttercup-q9,
	.dq10 .af-field-creeping-buttercup-q10,
	.dq11 .af-field-creeping-buttercup-q11,
	.dq12 .af-field-creeping-buttercup-q12,
	.dq13 .af-field-creeping-buttercup-q13,
	.dq14 .af-field-creeping-buttercup-q14,
	.dq15 .af-field-creeping-buttercup-q15,
	.dq16 .af-field-creeping-buttercup-q16,
	.dq17 .af-field-creeping-buttercup-q17,
	.dq18 .af-field-creeping-buttercup-q18,
	.dq19 .af-field-creeping-buttercup-q19,
	.dq20 .af-field-creeping-buttercup-q20,
	.dq1 .af-field-common-mouse-ear-q1,
	.dq2 .af-field-common-mouse-ear-q2,
	.dq3 .af-field-common-mouse-ear-q3,
	.dq4 .af-field-common-mouse-ear-q4,
	.dq5 .af-field-common-mouse-ear-q5,
	.dq6 .af-field-common-mouse-ear-q6,
	.dq7 .af-field-common-mouse-ear-q7,
	.dq8 .af-field-common-mouse-ear-q8,
	.dq9 .af-field-common-mouse-ear-q9,
	.dq10 .af-field-common-mouse-ear-q10,
	.dq11 .af-field-common-mouse-ear-q11,
	.dq12 .af-field-common-mouse-ear-q12,
	.dq13 .af-field-common-mouse-ear-q13,
	.dq14 .af-field-common-mouse-ear-q14,
	.dq15 .af-field-common-mouse-ear-q15,
	.dq16 .af-field-common-mouse-ear-q16,
	.dq17 .af-field-common-mouse-ear-q17,
	.dq18 .af-field-common-mouse-ear-q18,
	.dq19 .af-field-common-mouse-ear-q19,
	.dq20 .af-field-common-mouse-ear-q20,
	.dq1 .af-field-cuckooflower-q1,
	.dq2 .af-field-cuckooflower-q2,
	.dq3 .af-field-cuckooflower-q3,
	.dq4 .af-field-cuckooflower-q4,
	.dq5 .af-field-cuckooflower-q5,
	.dq6 .af-field-cuckooflower-q6,
	.dq7 .af-field-cuckooflower-q7,
	.dq8 .af-field-cuckooflower-q8,
	.dq9 .af-field-cuckooflower-q9,
	.dq10 .af-field-cuckooflower-q10,
	.dq11 .af-field-cuckooflower-q11,
	.dq12 .af-field-cuckooflower-q12,
	.dq13 .af-field-cuckooflower-q13,
	.dq14 .af-field-cuckooflower-q14,
	.dq15 .af-field-cuckooflower-q15,
	.dq16 .af-field-cuckooflower-q16,
	.dq17 .af-field-cuckooflower-q17,
	.dq18 .af-field-cuckooflower-q18,
	.dq19 .af-field-cuckooflower-q19,
	.dq20 .af-field-cuckooflower-q20,
	.dq1 .af-field-dovesfoot-cranesbill-q1,
	.dq2 .af-field-dovesfoot-cranesbill-q2,
	.dq3 .af-field-dovesfoot-cranesbill-q3,
	.dq4 .af-field-dovesfoot-cranesbill-q4,
	.dq5 .af-field-dovesfoot-cranesbill-q5,
	.dq6 .af-field-dovesfoot-cranesbill-q6,
	.dq7 .af-field-dovesfoot-cranesbill-q7,
	.dq8 .af-field-dovesfoot-cranesbill-q8,
	.dq9 .af-field-dovesfoot-cranesbill-q9,
	.dq10 .af-field-dovesfoot-cranesbill-q10,
	.dq11 .af-field-dovesfoot-cranesbill-q11,
	.dq12 .af-field-dovesfoot-cranesbill-q12,
	.dq13 .af-field-dovesfoot-cranesbill-q13,
	.dq14 .af-field-dovesfoot-cranesbill-q14,
	.dq15 .af-field-dovesfoot-cranesbill-q15,
	.dq16 .af-field-dovesfoot-cranesbill-q16,
	.dq17 .af-field-dovesfoot-cranesbill-q17,
	.dq18 .af-field-dovesfoot-cranesbill-q18,
	.dq19 .af-field-dovesfoot-cranesbill-q19,
	.dq20 .af-field-dovesfoot-cranesbill-q20,
	.dq1 .af-field-birds-foot-trefoil-q1,
	.dq2 .af-field-birds-foot-trefoil-q2,
	.dq3 .af-field-birds-foot-trefoil-q3,
	.dq4 .af-field-birds-foot-trefoil-q4,
	.dq5 .af-field-birds-foot-trefoil-q5,
	.dq6 .af-field-birds-foot-trefoil-q6,
	.dq7 .af-field-birds-foot-trefoil-q7,
	.dq8 .af-field-birds-foot-trefoil-q8,
	.dq9 .af-field-birds-foot-trefoil-q9,
	.dq10 .af-field-birds-foot-trefoil-q10,
	.dq11 .af-field-birds-foot-trefoil-q11,
	.dq12 .af-field-birds-foot-trefoil-q12,
	.dq13 .af-field-birds-foot-trefoil-q13,
	.dq14 .af-field-birds-foot-trefoil-q14,
	.dq15 .af-field-birds-foot-trefoil-q15,
	.dq16 .af-field-birds-foot-trefoil-q16,
	.dq17 .af-field-birds-foot-trefoil-q17,
	.dq18 .af-field-birds-foot-trefoil-q18,
	.dq19 .af-field-birds-foot-trefoil-q19,
	.dq20 .af-field-birds-foot-trefoil-q20,
	.dq1 .af-field-germander-speedwell-q1,
	.dq2 .af-field-germander-speedwell-q2,
	.dq3 .af-field-germander-speedwell-q3,
	.dq4 .af-field-germander-speedwell-q4,
	.dq5 .af-field-germander-speedwell-q5,
	.dq6 .af-field-germander-speedwell-q6,
	.dq7 .af-field-germander-speedwell-q7,
	.dq8 .af-field-germander-speedwell-q8,
	.dq9 .af-field-germander-speedwell-q9,
	.dq10 .af-field-germander-speedwell-q10,
	.dq11 .af-field-germander-speedwell-q11,
	.dq12 .af-field-germander-speedwell-q12,
	.dq13 .af-field-germander-speedwell-q13,
	.dq14 .af-field-germander-speedwell-q14,
	.dq15 .af-field-germander-speedwell-q15,
	.dq16 .af-field-germander-speedwell-q16,
	.dq17 .af-field-germander-speedwell-q17,
	.dq18 .af-field-germander-speedwell-q18,
	.dq19 .af-field-germander-speedwell-q19,
	.dq20 .af-field-germander-speedwell-q20,
	.dq1 .af-field-mouse-ear-hawkweed-q1,
	.dq2 .af-field-mouse-ear-hawkweed-q2,
	.dq3 .af-field-mouse-ear-hawkweed-q3,
	.dq4 .af-field-mouse-ear-hawkweed-q4,
	.dq5 .af-field-mouse-ear-hawkweed-q5,
	.dq6 .af-field-mouse-ear-hawkweed-q6,
	.dq7 .af-field-mouse-ear-hawkweed-q7,
	.dq8 .af-field-mouse-ear-hawkweed-q8,
	.dq9 .af-field-mouse-ear-hawkweed-q9,
	.dq10 .af-field-mouse-ear-hawkweed-q10,
	.dq11 .af-field-mouse-ear-hawkweed-q11,
	.dq12 .af-field-mouse-ear-hawkweed-q12,
	.dq13 .af-field-mouse-ear-hawkweed-q13,
	.dq14 .af-field-mouse-ear-hawkweed-q14,
	.dq15 .af-field-mouse-ear-hawkweed-q15,
	.dq16 .af-field-mouse-ear-hawkweed-q16,
	.dq17 .af-field-mouse-ear-hawkweed-q17,
	.dq18 .af-field-mouse-ear-hawkweed-q18,
	.dq19 .af-field-mouse-ear-hawkweed-q19,
	.dq20 .af-field-mouse-ear-hawkweed-q20,
	.dq1 .af-field-self-heal-q1,
	.dq2 .af-field-self-heal-q2,
	.dq3 .af-field-self-heal-q3,
	.dq4 .af-field-self-heal-q4,
	.dq5 .af-field-self-heal-q5,
	.dq6 .af-field-self-heal-q6,
	.dq7 .af-field-self-heal-q7,
	.dq8 .af-field-self-heal-q8,
	.dq9 .af-field-self-heal-q9,
	.dq10 .af-field-self-heal-q10,
	.dq11 .af-field-self-heal-q11,
	.dq12 .af-field-self-heal-q12,
	.dq13 .af-field-self-heal-q13,
	.dq14 .af-field-self-heal-q14,
	.dq15 .af-field-self-heal-q15,
	.dq16 .af-field-self-heal-q16,
	.dq17 .af-field-self-heal-q17,
	.dq18 .af-field-self-heal-q18,
	.dq19 .af-field-self-heal-q19,
	.dq20 .af-field-self-heal-q20,
	.dq1 .af-field-thyme-leaved-speedwell-q1,
	.dq2 .af-field-thyme-leaved-speedwell-q2,
	.dq3 .af-field-thyme-leaved-speedwell-q3,
	.dq4 .af-field-thyme-leaved-speedwell-q4,
	.dq5 .af-field-thyme-leaved-speedwell-q5,
	.dq6 .af-field-thyme-leaved-speedwell-q6,
	.dq7 .af-field-thyme-leaved-speedwell-q7,
	.dq8 .af-field-thyme-leaved-speedwell-q8,
	.dq9 .af-field-thyme-leaved-speedwell-q9,
	.dq10 .af-field-thyme-leaved-speedwell-q10,
	.dq11 .af-field-thyme-leaved-speedwell-q11,
	.dq12 .af-field-thyme-leaved-speedwell-q12,
	.dq13 .af-field-thyme-leaved-speedwell-q13,
	.dq14 .af-field-thyme-leaved-speedwell-q14,
	.dq15 .af-field-thyme-leaved-speedwell-q15,
	.dq16 .af-field-thyme-leaved-speedwell-q16,
	.dq17 .af-field-thyme-leaved-speedwell-q17,
	.dq18 .af-field-thyme-leaved-speedwell-q18,
	.dq19 .af-field-thyme-leaved-speedwell-q19,
	.dq20 .af-field-thyme-leaved-speedwell-q20,
	.dq1 .af-field-white-clover-q1,
	.dq2 .af-field-white-clover-q2,
	.dq3 .af-field-white-clover-q3,
	.dq4 .af-field-white-clover-q4,
	.dq5 .af-field-white-clover-q5,
	.dq6 .af-field-white-clover-q6,
	.dq7 .af-field-white-clover-q7,
	.dq8 .af-field-white-clover-q8,
	.dq9 .af-field-white-clover-q9,
	.dq10 .af-field-white-clover-q10,
	.dq11 .af-field-white-clover-q11,
	.dq12 .af-field-white-clover-q12,
	.dq13 .af-field-white-clover-q13,
	.dq14 .af-field-white-clover-q14,
	.dq15 .af-field-white-clover-q15,
	.dq16 .af-field-white-clover-q16,
	.dq17 .af-field-white-clover-q17,
	.dq18 .af-field-white-clover-q18,
	.dq19 .af-field-white-clover-q19,
	.dq20 .af-field-white-clover-q20,
	.dq1 .af-field-forget-me-not-q1,
	.dq2 .af-field-forget-me-not-q2,
	.dq3 .af-field-forget-me-not-q3,
	.dq4 .af-field-forget-me-not-q4,
	.dq5 .af-field-forget-me-not-q5,
	.dq6 .af-field-forget-me-not-q6,
	.dq7 .af-field-forget-me-not-q7,
	.dq8 .af-field-forget-me-not-q8,
	.dq9 .af-field-forget-me-not-q9,
	.dq10 .af-field-forget-me-not-q10,
	.dq11 .af-field-forget-me-not-q11,
	.dq12 .af-field-forget-me-not-q12,
	.dq13 .af-field-forget-me-not-q13,
	.dq14 .af-field-forget-me-not-q14,
	.dq15 .af-field-forget-me-not-q15,
	.dq16 .af-field-forget-me-not-q16,
	.dq17 .af-field-forget-me-not-q17,
	.dq18 .af-field-forget-me-not-q18,
	.dq19 .af-field-forget-me-not-q19,
	.dq20 .af-field-forget-me-not-q20,
	.dq1 .af-field-cats-ear-hawkbit-q1,
	.dq2 .af-field-cats-ear-hawkbit-q2,
	.dq3 .af-field-cats-ear-hawkbit-q3,
	.dq4 .af-field-cats-ear-hawkbit-q4,
	.dq5 .af-field-cats-ear-hawkbit-q5,
	.dq6 .af-field-cats-ear-hawkbit-q6,
	.dq7 .af-field-cats-ear-hawkbit-q7,
	.dq8 .af-field-cats-ear-hawkbit-q8,
	.dq9 .af-field-cats-ear-hawkbit-q9,
	.dq10 .af-field-cats-ear-hawkbit-q10,
	.dq11 .af-field-cats-ear-hawkbit-q11,
	.dq12 .af-field-cats-ear-hawkbit-q12,
	.dq13 .af-field-cats-ear-hawkbit-q13,
	.dq14 .af-field-cats-ear-hawkbit-q14,
	.dq15 .af-field-cats-ear-hawkbit-q15,
	.dq16 .af-field-cats-ear-hawkbit-q16,
	.dq17 .af-field-cats-ear-hawkbit-q17,
	.dq18 .af-field-cats-ear-hawkbit-q18,
	.dq19 .af-field-cats-ear-hawkbit-q19,
	.dq20 .af-field-cats-ear-hawkbit-q20,
	.dq1 .af-field-common-knapweed-q1,
	.dq2 .af-field-common-knapweed-q2,
	.dq3 .af-field-common-knapweed-q3,
	.dq4 .af-field-common-knapweed-q4,
	.dq5 .af-field-common-knapweed-q5,
	.dq6 .af-field-common-knapweed-q6,
	.dq7 .af-field-common-knapweed-q7,
	.dq8 .af-field-common-knapweed-q8,
	.dq9 .af-field-common-knapweed-q9,
	.dq10 .af-field-common-knapweed-q10,
	.dq11 .af-field-common-knapweed-q11,
	.dq12 .af-field-common-knapweed-q12,
	.dq13 .af-field-common-knapweed-q13,
	.dq14 .af-field-common-knapweed-q14,
	.dq15 .af-field-common-knapweed-q15,
	.dq16 .af-field-common-knapweed-q16,
	.dq17 .af-field-common-knapweed-q17,
	.dq18 .af-field-common-knapweed-q18,
	.dq19 .af-field-common-knapweed-q19,
	.dq20 .af-field-common-knapweed-q20,
	.dq1 .af-field-cow-parsley-q1,
	.dq2 .af-field-cow-parsley-q2,
	.dq3 .af-field-cow-parsley-q3,
	.dq4 .af-field-cow-parsley-q4,
	.dq5 .af-field-cow-parsley-q5,
	.dq6 .af-field-cow-parsley-q6,
	.dq7 .af-field-cow-parsley-q7,
	.dq8 .af-field-cow-parsley-q8,
	.dq9 .af-field-cow-parsley-q9,
	.dq10 .af-field-cow-parsley-q10,
	.dq11 .af-field-cow-parsley-q11,
	.dq12 .af-field-cow-parsley-q12,
	.dq13 .af-field-cow-parsley-q13,
	.dq14 .af-field-cow-parsley-q14,
	.dq15 .af-field-cow-parsley-q15,
	.dq16 .af-field-cow-parsley-q16,
	.dq17 .af-field-cow-parsley-q17,
	.dq18 .af-field-cow-parsley-q18,
	.dq19 .af-field-cow-parsley-q19,
	.dq20 .af-field-cow-parsley-q20,
	.dq1 .af-field-scabious-q1,
	.dq2 .af-field-scabious-q2,
	.dq3 .af-field-scabious-q3,
	.dq4 .af-field-scabious-q4,
	.dq5 .af-field-scabious-q5,
	.dq6 .af-field-scabious-q6,
	.dq7 .af-field-scabious-q7,
	.dq8 .af-field-scabious-q8,
	.dq9 .af-field-scabious-q9,
	.dq10 .af-field-scabious-q10,
	.dq11 .af-field-scabious-q11,
	.dq12 .af-field-scabious-q12,
	.dq13 .af-field-scabious-q13,
	.dq14 .af-field-scabious-q14,
	.dq15 .af-field-scabious-q15,
	.dq16 .af-field-scabious-q16,
	.dq17 .af-field-scabious-q17,
	.dq18 .af-field-scabious-q18,
	.dq19 .af-field-scabious-q19,
	.dq20 .af-field-scabious-q20,
	.dq1 .af-field-meadow-buttercup-q1,
	.dq2 .af-field-meadow-buttercup-q2,
	.dq3 .af-field-meadow-buttercup-q3,
	.dq4 .af-field-meadow-buttercup-q4,
	.dq5 .af-field-meadow-buttercup-q5,
	.dq6 .af-field-meadow-buttercup-q6,
	.dq7 .af-field-meadow-buttercup-q7,
	.dq8 .af-field-meadow-buttercup-q8,
	.dq9 .af-field-meadow-buttercup-q9,
	.dq10 .af-field-meadow-buttercup-q10,
	.dq11 .af-field-meadow-buttercup-q11,
	.dq12 .af-field-meadow-buttercup-q12,
	.dq13 .af-field-meadow-buttercup-q13,
	.dq14 .af-field-meadow-buttercup-q14,
	.dq15 .af-field-meadow-buttercup-q15,
	.dq16 .af-field-meadow-buttercup-q16,
	.dq17 .af-field-meadow-buttercup-q17,
	.dq18 .af-field-meadow-buttercup-q18,
	.dq19 .af-field-meadow-buttercup-q19,
	.dq20 .af-field-meadow-buttercup-q20,
	.dq1 .af-field-meadow-cranes-bill-q1,
	.dq2 .af-field-meadow-cranes-bill-q2,
	.dq3 .af-field-meadow-cranes-bill-q3,
	.dq4 .af-field-meadow-cranes-bill-q4,
	.dq5 .af-field-meadow-cranes-bill-q5,
	.dq6 .af-field-meadow-cranes-bill-q6,
	.dq7 .af-field-meadow-cranes-bill-q7,
	.dq8 .af-field-meadow-cranes-bill-q8,
	.dq9 .af-field-meadow-cranes-bill-q9,
	.dq10 .af-field-meadow-cranes-bill-q10,
	.dq11 .af-field-meadow-cranes-bill-q11,
	.dq12 .af-field-meadow-cranes-bill-q12,
	.dq13 .af-field-meadow-cranes-bill-q13,
	.dq14 .af-field-meadow-cranes-bill-q14,
	.dq15 .af-field-meadow-cranes-bill-q15,
	.dq16 .af-field-meadow-cranes-bill-q16,
	.dq17 .af-field-meadow-cranes-bill-q17,
	.dq18 .af-field-meadow-cranes-bill-q18,
	.dq19 .af-field-meadow-cranes-bill-q19,
	.dq20 .af-field-meadow-cranes-bill-q20,
	.dq1 .af-field-meadow-vetchling-q1,
	.dq2 .af-field-meadow-vetchling-q2,
	.dq3 .af-field-meadow-vetchling-q3,
	.dq4 .af-field-meadow-vetchling-q4,
	.dq5 .af-field-meadow-vetchling-q5,
	.dq6 .af-field-meadow-vetchling-q6,
	.dq7 .af-field-meadow-vetchling-q7,
	.dq8 .af-field-meadow-vetchling-q8,
	.dq9 .af-field-meadow-vetchling-q9,
	.dq10 .af-field-meadow-vetchling-q10,
	.dq11 .af-field-meadow-vetchling-q11,
	.dq12 .af-field-meadow-vetchling-q12,
	.dq13 .af-field-meadow-vetchling-q13,
	.dq14 .af-field-meadow-vetchling-q14,
	.dq15 .af-field-meadow-vetchling-q15,
	.dq16 .af-field-meadow-vetchling-q16,
	.dq17 .af-field-meadow-vetchling-q17,
	.dq18 .af-field-meadow-vetchling-q18,
	.dq19 .af-field-meadow-vetchling-q19,
	.dq20 .af-field-meadow-vetchling-q20,
	.dq1 .af-field-musk-mallow-q1,
	.dq2 .af-field-musk-mallow-q2,
	.dq3 .af-field-musk-mallow-q3,
	.dq4 .af-field-musk-mallow-q4,
	.dq5 .af-field-musk-mallow-q5,
	.dq6 .af-field-musk-mallow-q6,
	.dq7 .af-field-musk-mallow-q7,
	.dq8 .af-field-musk-mallow-q8,
	.dq9 .af-field-musk-mallow-q9,
	.dq10 .af-field-musk-mallow-q10,
	.dq11 .af-field-musk-mallow-q11,
	.dq12 .af-field-musk-mallow-q12,
	.dq13 .af-field-musk-mallow-q13,
	.dq14 .af-field-musk-mallow-q14,
	.dq15 .af-field-musk-mallow-q15,
	.dq16 .af-field-musk-mallow-q16,
	.dq17 .af-field-musk-mallow-q17,
	.dq18 .af-field-musk-mallow-q18,
	.dq19 .af-field-musk-mallow-q19,
	.dq20 .af-field-musk-mallow-q20,
	.dq1 .af-field-oxeye-daisy-q1,
	.dq2 .af-field-oxeye-daisy-q2,
	.dq3 .af-field-oxeye-daisy-q3,
	.dq4 .af-field-oxeye-daisy-q4,
	.dq5 .af-field-oxeye-daisy-q5,
	.dq6 .af-field-oxeye-daisy-q6,
	.dq7 .af-field-oxeye-daisy-q7,
	.dq8 .af-field-oxeye-daisy-q8,
	.dq9 .af-field-oxeye-daisy-q9,
	.dq10 .af-field-oxeye-daisy-q10,
	.dq11 .af-field-oxeye-daisy-q11,
	.dq12 .af-field-oxeye-daisy-q12,
	.dq13 .af-field-oxeye-daisy-q13,
	.dq14 .af-field-oxeye-daisy-q14,
	.dq15 .af-field-oxeye-daisy-q15,
	.dq16 .af-field-oxeye-daisy-q16,
	.dq17 .af-field-oxeye-daisy-q17,
	.dq18 .af-field-oxeye-daisy-q18,
	.dq19 .af-field-oxeye-daisy-q19,
	.dq20 .af-field-oxeye-daisy-q20,
	.dq1 .af-field-red-clover-q1,
	.dq2 .af-field-red-clover-q2,
	.dq3 .af-field-red-clover-q3,
	.dq4 .af-field-red-clover-q4,
	.dq5 .af-field-red-clover-q5,
	.dq6 .af-field-red-clover-q6,
	.dq7 .af-field-red-clover-q7,
	.dq8 .af-field-red-clover-q8,
	.dq9 .af-field-red-clover-q9,
	.dq10 .af-field-red-clover-q10,
	.dq11 .af-field-red-clover-q11,
	.dq12 .af-field-red-clover-q12,
	.dq13 .af-field-red-clover-q13,
	.dq14 .af-field-red-clover-q14,
	.dq15 .af-field-red-clover-q15,
	.dq16 .af-field-red-clover-q16,
	.dq17 .af-field-red-clover-q17,
	.dq18 .af-field-red-clover-q18,
	.dq19 .af-field-red-clover-q19,
	.dq20 .af-field-red-clover-q20,
	.dq1 .af-field-tufted-vetch-q1,
	.dq2 .af-field-tufted-vetch-q2,
	.dq3 .af-field-tufted-vetch-q3,
	.dq4 .af-field-tufted-vetch-q4,
	.dq5 .af-field-tufted-vetch-q5,
	.dq6 .af-field-tufted-vetch-q6,
	.dq7 .af-field-tufted-vetch-q7,
	.dq8 .af-field-tufted-vetch-q8,
	.dq9 .af-field-tufted-vetch-q9,
	.dq10 .af-field-tufted-vetch-q10,
	.dq11 .af-field-tufted-vetch-q11,
	.dq12 .af-field-tufted-vetch-q12,
	.dq13 .af-field-tufted-vetch-q13,
	.dq14 .af-field-tufted-vetch-q14,
	.dq15 .af-field-tufted-vetch-q15,
	.dq16 .af-field-tufted-vetch-q16,
	.dq17 .af-field-tufted-vetch-q17,
	.dq18 .af-field-tufted-vetch-q18,
	.dq19 .af-field-tufted-vetch-q19,
	.dq20 .af-field-tufted-vetch-q20,
	.dq1 .af-field-wild-carrot-q1,
	.dq2 .af-field-wild-carrot-q2,
	.dq3 .af-field-wild-carrot-q3,
	.dq4 .af-field-wild-carrot-q4,
	.dq5 .af-field-wild-carrot-q5,
	.dq6 .af-field-wild-carrot-q6,
	.dq7 .af-field-wild-carrot-q7,
	.dq8 .af-field-wild-carrot-q8,
	.dq9 .af-field-wild-carrot-q9,
	.dq10 .af-field-wild-carrot-q10,
	.dq11 .af-field-wild-carrot-q11,
	.dq12 .af-field-wild-carrot-q12,
	.dq13 .af-field-wild-carrot-q13,
	.dq14 .af-field-wild-carrot-q14,
	.dq15 .af-field-wild-carrot-q15,
	.dq16 .af-field-wild-carrot-q16,
	.dq17 .af-field-wild-carrot-q17,
	.dq18 .af-field-wild-carrot-q18,
	.dq19 .af-field-wild-carrot-q19,
	.dq20 .af-field-wild-carrot-q20,
	.dq1 .af-field-yellow-rattle-q1,
	.dq2 .af-field-yellow-rattle-q2,
	.dq3 .af-field-yellow-rattle-q3,
	.dq4 .af-field-yellow-rattle-q4,
	.dq5 .af-field-yellow-rattle-q5,
	.dq6 .af-field-yellow-rattle-q6,
	.dq7 .af-field-yellow-rattle-q7,
	.dq8 .af-field-yellow-rattle-q8,
	.dq9 .af-field-yellow-rattle-q9,
	.dq10 .af-field-yellow-rattle-q10,
	.dq11 .af-field-yellow-rattle-q11,
	.dq12 .af-field-yellow-rattle-q12,
	.dq13 .af-field-yellow-rattle-q13,
	.dq14 .af-field-yellow-rattle-q14,
	.dq15 .af-field-yellow-rattle-q15,
	.dq16 .af-field-yellow-rattle-q16,
	.dq17 .af-field-yellow-rattle-q17,
	.dq18 .af-field-yellow-rattle-q18,
	.dq19 .af-field-yellow-rattle-q19,
	.dq20 .af-field-yellow-rattle-q20,
	.dq1 .acf-field-number[data-name="flower_count"],
	.dq2 .acf-field-number[data-name="flower_count_q2"],
	.dq3 .acf-field-number[data-name="flower_count_q3"],
	.dq4 .acf-field-number[data-name="flower_count_q4"],
	.dq5 .acf-field-number[data-name="flower_count_q5"],
	.dq6 .acf-field-number[data-name="flower_count_q6"],
	.dq7 .acf-field-number[data-name="flower_count_q7"],
	.dq8 .acf-field-number[data-name="flower_count_q8"],
	.dq9 .acf-field-number[data-name="flower_count_q9"],
	.dq10 .acf-field-number[data-name="flower_count_q10"],
	.dq11 .acf-field-number[data-name="flower_count_q11"],
	.dq12 .acf-field-number[data-name="flower_count_q12"],
	.dq13 .acf-field-number[data-name="flower_count_q13"],
	.dq14 .acf-field-number[data-name="flower_count_q14"],
	.dq15 .acf-field-number[data-name="flower_count_q15"],
	.dq16 .acf-field-number[data-name="flower_count_q16"],
	.dq17 .acf-field-number[data-name="flower_count_q17"],
	.dq18 .acf-field-number[data-name="flower_count_q18"],
	.dq19 .acf-field-number[data-name="flower_count_q19"],
	.dq20 .acf-field-number[data-name="flower_count_q20"],
	.dq1 .acf-field-number[data-name="pollinator_count"],
	.dq2 .acf-field-number[data-name="pollinator_count_q2"],
	.dq3 .acf-field-number[data-name="pollinator_count_q3"],
	.dq4 .acf-field-number[data-name="pollinator_count_q4"],
	.dq5 .acf-field-number[data-name="pollinator_count_q5"],
	.dq6 .acf-field-number[data-name="pollinator_count_q6"],
	.dq7 .acf-field-number[data-name="pollinator_count_q7"],
	.dq8 .acf-field-number[data-name="pollinator_count_q8"],
	.dq9 .acf-field-number[data-name="pollinator_count_q9"],
	.dq10 .acf-field-number[data-name="pollinator_count_q10"],
	.dq11 .acf-field-number[data-name="pollinator_count_q11"],
	.dq12 .acf-field-number[data-name="pollinator_count_q12"],
	.dq13 .acf-field-number[data-name="pollinator_count_q13"],
	.dq14 .acf-field-number[data-name="pollinator_count_q14"],
	.dq15 .acf-field-number[data-name="pollinator_count_q15"],
	.dq16 .acf-field-number[data-name="pollinator_count_q16"],
	.dq17 .acf-field-number[data-name="pollinator_count_q17"],
	.dq18 .acf-field-number[data-name="pollinator_count_q18"],
	.dq19 .acf-field-number[data-name="pollinator_count_q19"],
	.dq20 .acf-field-number[data-name="pollinator_count_q20"]
	{display:table !important;}
	
}

/* Media Query: Non-Wide */
@media screen and (max-width:1259px) {
	
	.wide-banner {background-image:none !important;}
	
}

/* Media Query: Wide */
@media screen and (min-width:1260px) {
	
	.wide-banner img {display:none !important;}
	.wide-banner {height:564px;}
	
}

/* Media Query: Wider */
@media screen and (min-width:1500px) {
	

	
}

/* Media Query: Super Wide */
@media screen and (min-width:1700px) {
	
	#site-navigation {
		width:43%;
		padding:0 1%;
	}

}