/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
html {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  /*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}
b,
strong {
  /*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}
ol,
ul {
  list-style: none;
}
li {
  /*
  For IE6 + IE7:

  "display: list-item" keeps bullets from
  disappearing if hasLayout is triggered.
*/
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  /*
  For IE9. Without, occasionally draws shapes
  outside the boundaries of <svg> rectangle.
*/
  overflow: hidden;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
/*colours*/
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
html {
  font-size: 14px;
}
body {
  background: #ffffff;
  color: #1f424e;
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25.2px;
  line-height: 1.575rem;
}
p,
h1,
h2,
h3,
h4 {
  margin: 18px 0 18px 0;
}
a {
  color: #94b93b;
  text-decoration: none;
  -webkit-transition: background-color .3s, color .3s, opacity .3s, transform .3s;
  -moz-transition: background-color .3s, color .3s, opacity .3s, transform .3s;
  -o-transition: background-color .3s, color .3s, opacity .3s, transform .3s;
  transition: background-color .3s, color .3s, opacity .3s, transform .3s;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #94b93b;
}
h2 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 53.199999999999996px;
  line-height: 3.3249999999999997rem;
}
h1 {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 53.199999999999996px;
  line-height: 3.3249999999999997rem;
}
h3 {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 36.4px;
  line-height: 2.275rem;
  color: #94b93b;
}
h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
}
li {
  display: inline-block;
}
blockquote {
  margin-left: 30px;
}
.bullets {
  margin-bottom: 18px;
}
.development_summary .bullets {
  margin-bottom: 0;
}
.bullets li { 
  display: list-item;
  margin-bottom: 2px;
  list-style: disc;
  margin-left: 30px;
}
/*.bullets li:before {
  content: "-";
  color: #94b93b;
  margin-right: 10px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  vertical-align: middle;
}*/
input {
  /*-webkit-appearance: none;*/
  border: 1px solid #1f424e;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
}
address {
  font-style: normal;
}
.small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19.599999999999998px;
  line-height: 1.2249999999999999rem;
}
.content {
  max-width: 1080px;
  min-width: 280px;
  margin: 0px auto;
}
.content li {
  /*margin-bottom: 18px;*/
}
section {
  padding: 18px 80px;
}
.cta {
  background-color: #94b93b;
  color: #1f424e;
  line-height: 55px;
  display: inline-block;
  min-width: 220px;
  text-align: center;
  padding: 2px 36px;
  margin-top: 18px;
  font-weight: normal;
}
.secondary {
  min-width: 180px;
  line-height: 37px;
  padding-right: 20px;
  background: url(../images/arrow-left.svg) no-repeat right center;
  color: #1f424e;
  background-size: auto 80%;
}
.cta:hover,
.cta:active {
  background-color: #1c3b46;
  text-decoration: none;
}
.secondary:hover,
.secondary:active {
  opacity: 0.8;
  text-decoration: none;
}
.copy {
  margin-left: auto;
  margin-right: auto;
}
.clear {
  content: '';
  display: block;
  clear: left;
}
.content:after {
  content: '';
  display: block;
  clear: left;
}
.the-content {
  padding-top: 72px;
}
main {
  position: relative;
}
/*----------------------------------------------------------------------------------------------------------------
	                                     Navigation
	---------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------
	                                     Navigation
	---------------------------------------------------------------------------------------------------------------*/
.site-header {
  padding: 36px 80px;
}
.site-header img {
  width: 360px;
  float: left;
}
.site-header .content {
  position: relative;
}
.main-navigation {
  float: right;
  margin-top: 10px;
  margin-right: 40px;
}
.main-navigation li {
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: bold;
}
.main-navigation a {
  color: #1f424e;
}
.main-navigation a:hover {
  color: #94b93b;
  text-decoration: none;
}
.main-navigation .current_page_item a {
  color: #94b93b;
}
.search-toggle {
  display: block;
  background: url(../images/search.png) no-repeat center center;
  background-size: 16px;
  cursor: pointer;
  cursor: hand;
  margin-top: 39px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0px;
}
#search-box {
  position: absolute;
  display: none;
  padding: 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  z-index: 10000;
  right: -10px;
  top: 60px;
}
#search-box input {
  height: 30px;
  float: left;
  border: 1px solid #d2d9dc;
}
#search-box input[type="submit"] {
  background: #94b93b;
  border-color: #94b93b;
  color: #ffffff;
}
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
#search-box .arrow {
  height: 10px;
  width: 10px;
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  right: 13px;
  top: -6px;
}
.active + #search-box {
  display: block;
}
/*----------------------------------------------------------------------------------------------------------------
	                                     HOME
	---------------------------------------------------------------------------------------------------------------*/
.hero {
  background: #94b93b url(../images/bg_1.jpg);
  background-size: cover;
  color: #ffffff;
  position: relative;
  padding: 72px 80px;
}
.hero a {
  color: #ffffff;
}
.hero a:hover,
.hero a:active {
  opacity: 0.8;
  text-decoration: none;
}
.hero:after,
.title:after {
  content: '';
  display: block;
  width: 200px;
  height: 140px;
  background: url(../images/corner_2.svg) no-repeat left top;
  position: absolute;
  bottom: -139px;
  left: 0;
  z-index:-10;
}
.home .the-content {
  padding-bottom: 0;
}
.home .the-content img {
  display: inline-block;
  width: 140px;
  height: auto;
  margin-left: 30px;
}
.benefits,
.partners {
  padding-top: 0;
}
.benefits .content,
.partners .content {
  border-bottom: 8px solid #eaf1d8;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.benefits .content:last-child,
.partners .content:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.title {
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.9;
  background: #eaf1d8;
  padding: 27px 80px;
}
.title h1 {
  margin-bottom: 0;
}
.title:after {
  background-image: url(../images/corner.svg);
}
.no-banner {
  opacity: 1;
  position: relative;
}
.banner {
  width: 100%;
  padding-top: 37%;
  background-size: cover;
  background-position: center center;
}
.partners .copy h3 a:hover,
.partners .copy h3 a:active {
  text-decoration: none;
  opacity: 0.8;
}
.partners .copy img {
  margin-right: 10px;
}
.partners .copy {
  display: inline-block;
  vertical-align: middle;
  width: 62.66666667%;
}
.partners .image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 33.33333333%;
  text-align: center;
}
.partners .image img {
  max-width: 80%;
  max-height: 100px;
}
.partners .no-image .copy {
  width: 100%;
}
.contact {
  padding-top: 0;
}
.contact h3,
.contact p {
  color: #1f424e;
  margin-bottom: 9px;
}
.contact .content {
  max-width: 800px;
  min-width: 280px;
  margin: 0px auto;
  margin-top: -30px;
  padding: 20px;
  background: #eaf1d8;
}
.tel,
.mail {
  background: url("../images/contact.png") no-repeat left top;
  background-size: 20px auto;
  text-indent: 25px;
}
.mail {
  background-position: left bottom;
}
.benefits .copy {
  display: inline-block;
  vertical-align: top;
  width: 72%;
  vertical-align: middle;
}
.benefits .image {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  height: 150px;
  vertical-align: middle;
  text-align: center;
  margin-right: 3%;
}
.benefits .image img {
  width: 150px;
}
.get_involved .copy {
  padding: 35px;
  background: #94b93b;
  -moz-border-radius: 40px 0 40px 0;
  -webkit-border-radius: 40px 0 40px 0;
  border-radius: 40px 0 40px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  color: #ffffff;
}
.get_involved h1,
.get_involved h2,
.get_involved h3 {
  color: #ffffff;
}
.get_involved a {
  color: #dfeac4;
}
@media all and (max-width: 1120px) {
  .site-header img {
    width: 290px;
    float: left;
  }
  .site-header .content {
    position: relative;
  }
  /*.main-navigation,*/
  /*.search-toggle {*/
  /*  margin-top: 30px;*/
  /*}*/
  .main-navigation li,
  .search-toggle li {
    margin-left: 15px;
  }
}
footer {
  color: #798e95;
  padding: 18px 80px;
}
@media all and (min-width: 1800px) {
  html {
    font-size: 20px;
  }
  .content {
    max-width: 1440px;
    min-width: 320px;
    margin: 0px auto;
  }
  section .content,
  footer .content {
    padding: 54px 3%;
    min-height: 480px;
  }
  div.hero p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22.4px;
    line-height: 1.4rem;
  }
  section .content,
  footer .content {
    padding: 72px 3%;
    min-height: 380px;
  }
  .product-list li a:first-of-type {
    height: 400px;
  }
  .benefits li p {
    min-height: 200px;
  }
}
@media all and (max-width: 1000px) {
  html {
    font-size: 13px;
  }
  .site-header {
    padding: 18px 80px;
  }
  .site-header img {
    float: none;
  }
  .main-navigation {
    float: none;
    margin-top: 18px;
  }
  .main-navigation li {
    margin-bottom: 0;
  }
  .main-navigation li:first-child {
    margin-left: 0;
  }
  .search-toggle {
    top: 70px;
    margin-top: 0;
  }
  #search-box {
    top: 100px;
  }
}
@media all and (max-width: 860px) {
  section,
  .hero,
  .title,
  .site-header {
    padding-left: 40px;
    padding-right: 40px;
  }
  .benefits .copy {
    width: 100%;
  }
}
@media all and (max-width: 650px) {
  html {
    font-size: 12px;
  }
  section,
  .hero,
  .title,
  .site-header,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header img {
    width: 260px;
  }
  .main-navigation li {
    display: block;
    margin-left: 0;
    margin-bottom: 18px;
  }
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 33.6px;
    line-height: 2.1rem;
  }
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 31.2px;
    line-height: 1.95rem;
  }
  h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28.799999999999997px;
    line-height: 1.7999999999999998rem;
  }
  .hero {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .hero:after,
  .title:after {
    background-size: 100px auto;
  }
  .the-content {
    padding-top: 36px;
  }
  .home .the-content img {
    display: block;
    margin-top: 18px;
    margin-left: 0;
  }
  .partners .copy {
    width: auto;
  }
  .partners .image {
    width: 100%;
  }
  .partners .image img {
    margin-bottom: 18px;
  }
  .banner {
    padding-top: 80%;
  }
  .contact {
    padding-top: 0;
  }
  #pac-input {
    width: 97%!important;
  }
  /*div#pac-card.pac-card {
    width: 100%;
  }*/
  #oslookup {
    top: 8rem!important;
  }
 
  
}





form label {
    display: block;
    padding: 5px 5px 5px 25px;
    text-indent: -25px;
    margin-top: 4px;
    background-color: #ccc;
}

form input[type="submit"] {
  margin: 8px 0 0 0;
  /*clear: both;*/
  /*float:left;*/
}

form input[type="radio"], form input[type="checkbox"] {
  margin-left: 10px;
}

span.popmake {
  color: #94b93b;
  text-decoration: none;
  -webkit-transition: background-color .3s, color .3s, opacity .3s, transform .3s;
  -moz-transition: background-color .3s, color .3s, opacity .3s, transform .3s;
  -o-transition: background-color .3s, color .3s, opacity .3s, transform .3s;
  transition: background-color .3s, color .3s, opacity .3s, transform .3s;
}
span.popmake:hover {
  text-decoration: underline;
}
span.popmake:active {
  color: #94b93b;
}

div .popmake-content ul {
  margin: 20px;
}

div .popmake-content li {
  display: list-item;
  margin-bottom: 2px;
  list-style: disc;
  margin-left: 30px;
}

/* Add icon to external links */
a[href^="http://"]:after, a[href^="https://"]:after {
    content: "\f08e";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    /* display: inline-block; */
    text-decoration: none;
    padding: 2px 4px 0 3px;
    font-size: 0.5em;
    /*vertical-align: text-top;*/
    position: relative;
    top: -2px;

}

/* Strip from links to own domain or with class no_icon */
a[href^="http://localhost"]:after,
a[href^="http://itldemo.natappdata.co.uk"]:after,
a[href^="http://itldemo.malagoweb.uk"]:after,
a[href^="https://malagoweb.co.uk"]:after,
a[href^="http://malagoweb.co.uk"]:after,
a[href^="http://www.biodiversityinplanning.org/"]:after,
a[href^="https://www.biodiversityinplanning.org/"]:after,
a[href^="https://www.facebook.com/"]:after,
a[href^="https://www.twitter.com/"]:after,
a[href^="https://twitter.com/"]:after,
a.no_icon:after {
  content: "" !important;
  padding: 0;
}
/* Add " (PDF)" text after links that go to PDFs */
a[href$=".pdf"]:after {
  content: "\f08e   (PDF)";
}

a[href^="http://"]:hover:after, a[href^="https://"]:hover:after {
  
  border: 20px;
}

.collapseomatic {
  display: inline-block !important;
  text-decoration: underline;
  font-size: 12px;
  vertical-align: top;
}

.collapseomatic_content {
  display: none;
  margin-bottom: 1em;
}

.result-block {
  border: 1px solid #94b93b;
  border-radius: 5px;
  padding: 0 20px 20px 20px;
  margin: 20px 0 20px 0;
  width: 100%;
  float: left;
}

.result-block p {
    margin: 0;
    padding: 0;
}
  
  
#form-warn {
  color: red;
  display: none;
  padding: 10px;
  border: 1px solid red;
  margin: 10px 0 10px;
  float: left;
}

.debug h4, .debug p {
  margin: 0;
}



div#pac-card.pac-card {
  /*margin: 12px 0 0 12px;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
  */
  z-index: 0!important;
  top: 2.5rem!important;
  left: 12px!important;
  background: rgba(255,255,255,0.7);
}

#pac-container {
  padding-bottom: 0;
  margin: 5px 5px 5px 0;
  font-size: 1rem;
  padding-left: 5px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: 'Karla', sans-serif;
  font-size: 13px;
  font-weight: 300;
}

#pac-input, input[type="text"] {
  background-color: #fff;
  /*font-family: 'Karla', sans-serif;*/
  font-size: 15px;
  font-weight: 300;
  /*margin-left: 12px;*/
  padding: 4px 5px 4px 5px;
  text-overflow: ellipsis;
  width: 200px!important;
  color: #000;
  height: 1.5em;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
    width: 200px !important;
    padding: 0 !important;
    margin: 0 !important;
}

summary {
  border: 1px solid #94b93b;
  border-radius: 5px;
  padding: 0 20px 20px 20px;
  margin: 20px 0 20px 0;
  width: 100%;
  float: left;
}

label.nf1, label.nf1a, label.nf1b {
  margin-top: 1.5rem;
  background-color: #eaf1d8;
  /*text-transform: uppercase;*/
}

label.nf2 {
  margin-left: 2rem;
  background-color: #eee;
}

label.nf3 {
  margin-left: 3.5rem;
  background-color: #eee;
}

label.noneoftheabove {
  margin-top: 1.5rem;
  background-color: #d9eff8;
  /*text-transform: uppercase;*/
}

.nf2_triggers, .habitat_triggers, #railway_close_wrapper  {
  display: none;
}

.hassubtriggers {
  background: url("../images/icon.png") no-repeat scroll 99% center transparent;
  
}

.formbuttons {
  margin: 2em 0 2em 0;
  padding: 0;
  clear: both;
}

.formbuttons input[type="submit"], .formbuttons button {
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #ccc;
}

.formbuttons button {
  background-clip: padding-box;
}

/*.formbuttons input[type="submit"] {
  background: #eaf1d8;
}*/

#map-container {
  background-color: #fff;
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  float:left;
  margin-bottom: 20px;
}

#map {
  width: 100%;
  min-height: 750px;
  position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}

.notice {
  background: #eaf1d8;
  border: 1px solid #94b93b;
  padding: 0 20px;
  margin-bottom: 1.5em;
}

.subbullets li {
  list-style: circle;
}

.development_summary {
  border: 1px solid #eaf1d8;
  padding: 10px;
}

.userref {
  font-weight: bold;
  background: #eaf1d8;
  border: 1px solid #94b93b;
  padding: 5px 20px;
  
}

#copytext {
  padding: 5px 10px;
  margin: 0 0 0 1rem;
  border: 1px solid #ccc;
}

#copytext:hover {
  background: #eee;
}

#savechecklist, #savepdf {
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #ccc;
}

#savechecklist:hover, #savepdf:hover {
  background: #fff;
}

/*.homeblock {*/
/*  background: #eaf1d8;*/
/*  border: 1px solid #94b93b;*/
/*  padding: 0 20px 20px 20px;*/
/*  */
/*}*/
/**/
/*.homeblock #reference {*/
/*  padding: 3px;*/
/*}*/

.formbuttons #retrieve {
  background: #fff;
}

.formbuttons #retrieve:hover {
  background: #eee;
}

#load {
  width:100%;
  height:100%;
  position:fixed;
  top: 0;
  z-index:9999;
  background:url("../images/ajax-loader.gif") no-repeat center center rgba(255,255,255,0.85)
}

#loadtext {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  margin-left: -180px;
  width: auto;
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 20px 0 20px 0;
}

div.precautionary {
  font-size: 0.8em;
  font-style: italic;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 15px 0 15px;
  margin-bottom: 1.5em;
}

div.precautionary p {
  margin: 0.6rem 0;
}

div.precautionary h4 {
  margin: 0.6rem 0;
  font-size: 1.2em;
}

.popmake-content a {

  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;

}


.gm-style .gm-style-iw {
    background-color: #fff !important;
    width: 18em !important;
    min-height: 100px !important;
    padding-top: 10px;
    display: block !important;
    text-align: center;
 }    

 

/*style the link*/
.gm-style a {
    font-weight: bold;
    cursor: zoom-in;
}

.dkpdf-button-container {
    width: 100%;
    float: left;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

#oslookup {
    z-index: 100;
    /*background: rgba(255,255,255,0.7);*/
    position: absolute;
    /*padding: 2px 5px 5px 5px;*/
    /*top: 6rem;*/
    /*left: 12px;*/
}

#summary-report table, .cookie-table {
  width: 100%;
  /*border: 1px solid #ccc;*/
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

#summary-report table th,  .cookie-table th {
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
}

#summary-report table td,  .cookie-table td {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
}

#summary-report table td .heading{
  font-weight: bold;
}

table#rangemapcredits, table.statutory_sites {
  border: 1px solid #ccc;
}

table#rangemapcredits td, table.statutory_sites td {
  border: 1px solid #ccc;
  padding: 10px;
  width: 50%;
}

table.publications {
  border: 1px solid #ccc;
}

table.publications td {
  border: 1px solid #ccc;
  padding: 10px;
}

table.publications td.width25 {
    width: 25% !important;
}

table.publications td.widthauto {
    width: auto;
}

table.publications td p{
    margin: 18px 0 5px 0;
}

span.pum-trigger {
  border-bottom: 1px dashed #ccc;
  color: #94b93b;
}

#outputs form {
  float: left;
  margin-right: 5px
}

#outputs {
  border: 1px solid #94b93b;
  border-radius: 5px;
  padding: 20px 20px 20px 20px;
  /*margin: 20px 0 20px 0;*/
  width: auto;
}

#guidancenotes label {
  /*background-color: #eaf1d8;*/
  padding: 0 0 0 10px;
  text-indent: 0;
}

#guidancenotes label select {
  margin-left: 10px;
}

#guidancenotes label span {
  margin: 10px 10px 10px 50px;
  display: inline-block;
}

ul.siteslist {
  margin-left: 2em;
  margin-bottom: 0.5em;
}

ul.siteslist li {
  margin: .1em 0;
  padding: 0 .1em;
  text-align: center;
  /*background-color: #fff;*/
  font-style: italic;
}

ul.siteslist li:not(:last-child):after {
    content:', ';
}

.noarrow {
    background-image: none !important;
    padding: 0;
}

.page-template-results-template h4 {
  margin: 0;
}

.page-template-results-template h5 {
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  margin-top: 1.5em;
}

.menublockhome {
  height: 3rem;
  background: #fff;
  float: right;
}

.menublock {
  height: 3rem;
  background: #fff;
}




/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: none;
	/*width: 100%;*/
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
  background: white;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
  /*padding: 10px 0 10px 0;*/
}

.main-navigation ul ul li {
  text-transform: uppercase;
  margin-left: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 21px;
  line-height: 1.3125rem;
  font-weight: bold;

}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 0;
}

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

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}


figure {
  margin: 1rem;
}

figure.alignright {
  margin: 1em 1em 1.5em 1.5em;
}

figcaption {
  padding: 5px;
  font-size: 0.8em;
  line-height: 1.2em;
  border: 1px solid #ccc;
}


.wacheck a {
    background: #57880e;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    display: block;
    width: 33%;
    padding: 10px;
    text-align: center;
    border-radius: 20px 0 20px 0;
    margin-top: 30px;
    border: 1px solid #95ba3c;
    margin-left: auto;
    margin-right: auto;
}

.wacheckhome a {
    background: #57880e;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
    display: block;
    width: 50%;
    padding: 10px;
    text-align: center;
    border-radius: 20px 0 20px 0;
    margin-top: 30px;
    border: 2px solid #95ba3c;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 650px){
  .wp-caption {
    /* Force the box to be 100% */
    width: auto !important;
  }
  .wp-caption img {
    /* Scale down if too big */
    max-width: 100%; /* 614/620 */
    height: auto;
  }
}

figure.gallery-item {
  display: inline-block;
}

