/*bfb colours*/
/*section.hero {
  background-image: url(images/lamprey-hero.jpg);
}*/
section.image-block.purple-bkg {
  background: #4b3953;
}
/* `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,
body {
  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;
  font-family: 'solomon_boldregular';
}
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;
  margin-top: 1em;
}

.li-spacing {
   margin-top: 1em;
}

.stan-list {
  margin-left: 2rem;
  list-style-type: circle;
  margin-bottom: 2rem;
}

.more-space {
  margin-top: 0.5rem;
}

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;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.line-up {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
/*colours*/
form.cd-form {
  background: #ffffff;
  padding: 2rem;
}
.cd-form .fieldset {
  position: relative;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  display: none;
  font-weight: bold;
  opacity: 0;
}
.cd-form input,
.cd-form textarea {
  -webkit-appearance: none;
}
.cd-form span {
  display: block;
  margin: 0.5rem 0 1rem 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  color: rgba(215, 102, 102, 0.9);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  pointer-events: none;
  opacity: 0;
}
.cd-form input[type="text"],
.cd-form input[type="search"],
.cd-form input[type="email"],
.cd-form input[type="password"] {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  font-style: normal;
  line-height: 36px;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cd-form input[type="submit"] {
  border: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
  padding: 0 20px;
  float: right;
}
.cd-form input[type="submit"]:hover {
  background-color: #f2f2f2;
  color: #683073;
  text-decoration: none;
}
.cd-form input:focus,
.cd-form textarea:focus {
  outline: none;
  border-bottom: 1px solid #8d8d8d;
}
.cd-form form > a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  color: #683073;
  margin: 1rem 0;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.cd-form form > p {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.cd-form .hide-password {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  color: #683073;
  margin: 1rem 0;
  position: absolute;
  right: 0;
  top: 0px;
}
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  overflow-y: auto;
  cursor: pointer;
  text-align: center;
}
.cd-user-modal div > p {
  text-align: center;
}
.cd-user-modal-container {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  overflow: hidden;
  background: #ffffff;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  text-align: left;
  margin: 5% 40px 0 40px;
}
.cd-switcher {
  font-size: 0;
}
.cd-switcher li {
  display: inline-block;
}
.cd-switcher li {
  margin-left: 0;
  width: 50%;
}
.cd-switcher a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  text-align: center;
  padding: 1rem 0;
  background: #e8e8e8;
  color: #8d8d8d;
}
.cd-switcher a:hover {
  color: #1a1a1a;
}
.cd-switcher a.selected {
  background: #ffffff;
  color: #1a1a1a;
}
.social-auth-links a {
  text-align: left;
  padding-left: 60px;
  color: #ffffff;
  display: block;
  background: #683073;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  margin: 1rem 2rem;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 12px 12px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.social-auth-links a.btn-facebook {
  background-color: #3b5998;
  background-image: url(images/social-facebook.svg);
}
.social-auth-links a.btn-twitter {
  background-color: #55acee;
  background-image: url(images/social-twitter.svg);
}
.social-auth-links a.btn-google {
  background-color: #dd4b39;
  background-image: url(images/social-google.svg);
}
.social-auth-links a:hover {
  background-color: #484848;
}
#cd-signup {
  margin-bottom: 2.5rem;
}
@media (max-width: 600px) {
  div.cd-user-modal.is-visible .cd-user-modal-container {
    -ms-transform: scale(0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8);
    /* Safari */
    transform: scale(0.8);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.recordform form,
.page-my-records form {
  background: #ffffff;
  padding: 2rem;
}
.recordform fieldset,
.page-my-records fieldset {
  position: relative;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.recordform label,
.page-my-records label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  font-weight: bold;
}
.recordform input,
.page-my-records input,
.recordform textarea,
.page-my-records textarea,
.recordform select,
.page-my-records select,
.recordform small,
.page-my-records small {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 480px;
}
.recordform small,
.page-my-records small {
  display: block;
  max-width: 480px;
  margin-bottom: 1rem;
}
.recordform #map,
.page-my-records #map {
  margin-bottom: 1rem;
}
.recordform > span,
.page-my-records > span {
  display: block;
  margin: 0.5rem 0 1rem 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  color: rgba(215, 102, 102, 0.9);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  pointer-events: none;
}
.recordform input[type="text"],
.page-my-records input[type="text"],
.recordform input[type="search"],
.page-my-records input[type="search"],
.recordform input[type="email"],
.page-my-records input[type="email"],
.recordform input[type="password"],
.page-my-records input[type="password"],
.recordform input[type="number"],
.page-my-records input[type="number"],
.recordform textarea,
.page-my-records textarea {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  font-style: normal;
  line-height: 36px;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  margin-bottom: 1rem;
}
.recordform input:focus,
.page-my-records input:focus,
.recordform textarea:focus,
.page-my-records textarea:focus {
  outline: none;
  border-bottom: 1px solid #8d8d8d;
}
.recordform input[type="file"],
.page-my-records input[type="file"] {
  height: 36px;
  margin-top: 1rem;
}
.recordform select,
.page-my-records select {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  font-style: normal;
  padding-left: 1rem;
  padding-right: 20px;
  line-height: 36px;
  height: 36px;
  border: 1px solid #d1d1d1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background: url(images/select.png) 96% 50% no-repeat #fff;
  background-size: 12px;
}
.recordform form > a,
.page-my-records form > a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  color: #683073;
  margin: 1rem 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.recordform form > p,
.page-my-records form > p {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.recordform .hide-password,
.page-my-records .hide-password {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  color: #683073;
  margin: 1rem 0;
  position: absolute;
  right: 0;
  top: 0px;
}
.recordform .cd-user-modal,
.page-my-records .cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  overflow-y: auto;
  cursor: pointer;
  text-align: center;
}
.recordform .cd-user-modal div > p,
.page-my-records .cd-user-modal div > p {
  text-align: center;
}
.recordform .cd-user-modal-container,
.page-my-records .cd-user-modal-container {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  overflow: hidden;
  background: #ffffff;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  text-align: left;
  margin: 5% 40px 0 40px;
}
.recordform .cd-switcher,
.page-my-records .cd-switcher {
  font-size: 0;
}
.recordform .cd-switcher li,
.page-my-records .cd-switcher li {
  display: inline-block;
}
.recordform .cd-switcher li,
.page-my-records .cd-switcher li {
  width: 50%;
}
.recordform .cd-switcher a,
.page-my-records .cd-switcher a {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  text-align: center;
  padding: 1rem 0;
  background: #e8e8e8;
  color: #8d8d8d;
}
.recordform .cd-switcher a:hover,
.page-my-records .cd-switcher a:hover {
  color: #1a1a1a;
}
.recordform .cd-switcher a.selected,
.page-my-records .cd-switcher a.selected {
  background: #ffffff;
  color: #1a1a1a;
}
.recordform .social-auth-links a,
.page-my-records .social-auth-links a {
  text-align: left;
  padding-left: 60px;
  color: #ffffff;
  display: block;
  background: #683073;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  margin: 1rem 2rem;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 12px 12px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.recordform .social-auth-links a.btn-facebook,
.page-my-records .social-auth-links a.btn-facebook {
  background-color: #3b5998;
  background-image: url(images/social-facebook.svg);
}
.recordform .social-auth-links a.btn-twitter,
.page-my-records .social-auth-links a.btn-twitter {
  background-color: #55acee;
  background-image: url(images/social-twitter.svg);
}
.recordform .social-auth-links a.btn-google,
.page-my-records .social-auth-links a.btn-google {
  background-color: #dd4b39;
  background-image: url(images/social-google.svg);
}
.recordform .social-auth-links a:hover,
.page-my-records .social-auth-links a:hover {
  background-color: #484848;
}
#tracediv {
  margin-bottom: 1rem;
}
#tracediv label,
#tracediv input {
  display: inline-block;
}
#tracediv input {
  -webkit-appearance: checkbox;
}
input[type="submit"] {
  border: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
  padding: 0 20px;
}
input[type="submit"]:hover,
input[type="submit"]:disabled {
  background-color: #f2f2f2;
  color: #683073;
  text-decoration: none;
}
.recordform ul {
  margin-bottom: 2rem;
}
.recordform ul li {
  display: list-item;
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
}
@font-face {
  font-family: 'Melbourne-Web';
  src: url('fonts/melbourne/melbourne_bold_basic-webfont.eot');
  src: url('fonts/melbourne/melbourne_bold_basic-webfont.eot') format('embedded-opentype'), url('fonts/melbourne/melbourne_bold_basic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'solomon_bookregular';
    src: url('fonts/solomon/solomon_book-webfont.eot');
    src: url('fonts/solomon/solomon_book-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/solomon/solomon_book-webfont.woff') format('woff2'),
         url('fonts/solomon/solomon_book-webfont.woff') format('woff'),
         url('fonts/solomon/solomon_book-webfont.ttf') format('truetype'),
         url('fonts/solomon/solomon_book-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'solomon_boldregular';
    src: url('fonts/solomon/solomon_bold-webfont.eot');
    src: url('fonts/solomon/solomon_bold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/solomon/solomon_bold-webfont.woff') format('woff2'),
         url('fonts/solomon/solomon_bold-webfont.woff') format('woff'),
         url('fonts/solomon/solomon_bold-webfont.ttf') format('truetype'),
         url('fonts/solomon/solomon_bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;

}
a {
  text-decoration: none;
  -webkit-transition: opacity .3s, color .3s, background-color .3s;
  -moz-transition: opacity .3s, color .3s, background-color .3s;
  -o-transition: opacity .3s, color .3s, background-color .3s;
  transition: opacity .3s, color .3s, background-color .3s;
  color: #683073;
}
.cta,
.cta-white {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
}
.cta {
  color: #ffffff;
  background-color: #683073;
}
.cta:hover {
  background-color: #f2f2f2;
  color: #683073;
  text-decoration: none;
}
.cta-white {
  background-color: #ffffff;
  color: #683073;
}
.cta-white:hover {
  color: #ffffff;
  background-color: #683073;
}
.contextual {
  color: #683073;
}
.contextual:hover,
.contextual.active {
  text-decoration: underline;
}
footer {
  padding: 2rem 20px;
  background: #694364;
  font-size: 0;
}
footer div {
  max-width: 1280px;
  min-width: 280px;
  margin: 0px auto;
  margin-left: auto;
  margin-right: auto;
}
footer div > img {
  display: inline-block;
  vertical-align: top;
  width: 15%;
}
footer div nav {
  display: inline-block;
  margin-left: 10%;
  width: 75%;
}
footer ul {
  width: 23%;
  text-align: left;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  color: #ffffff;
}
footer ul ul:last-of-type {
  margin-right: 0;
}
footer ul li {
  margin-bottom: 0.5rem;
}
footer ul a {
  color: #ffffff;
}
footer ul a img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer ul a:hover,
footer ul a:active {
  text-decoration: underline;
}
footer ul a:hover img,
footer ul a:active img {
  opacity: 0.8;
}
footer ul img {
  max-width: 100%;
}
.social-icons-footer {
  font-size: 2rem;
  padding: 5px 0 0 10px;
}
.social-icons-footer a:hover i {
  opacity: 0.8;
}
.basic_nav li {
  display: inline-block;
}
header:first-of-type {
  position: relative;
}
header:first-of-type div {
  padding: 20px 40px;
  background: #4b3953;
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 214px auto;
  height: 140px;
}
header:first-of-type nav {
  text-align: right;
  height: 70px;
}
header:first-of-type nav li {
  display: inline-block;
}
header:first-of-type nav ul {
  max-width: 1280px;
  min-width: 280px;
  margin: 0px auto;
  padding-right: 40px;
  /*padding-top: 1.5rem;*/
}
header:first-of-type nav a {
  color: #1a1a1a;
  margin-left: 2rem;
}
header:first-of-type nav a:hover {
  color: #bf17e0;
}
/*header:first-of-type nav li:last-of-type a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
 
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 39.6px;
  line-height: 2.475rem;
  min-width: 10px;
  padding: 0 2rem;
}
header:first-of-type nav li:last-of-type a:hover {
  background-color: #f2f2f2;
  color: #683073;
  text-decoration: none;
}*/
header:first-of-type nav li.mobile-menu {
  display: none;
}
.home header:first-of-type nav a {
  color: #ffffff;
}
h1.entry-title {
  padding: 0 0 0 40px;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -25px;
}
img.alignright, .alignright {
  float: right;
  margin: 0px 0px 10px 15px;
}
img.alignleft {
  float: left;
  margin: 0px 15px 10px 0px;
}
img.aligncenter {
  display: block;
  margin: 20px auto 10px auto;
}
img.full-width {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.current_page_item a,
.current-menu-item a,
.current-page-ancestor a {
  color: #bf17e0!important;
}
.hero div a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
}
.hero div a:hover {
  background-color: #f2f2f2;
  color: #683073;
  text-decoration: none;
}
.intro div a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  background-color: #ffffff;
  color: #683073;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  margin: 2rem 0.5rem;
}
.intro div a:hover {
  color: #ffffff;
  background-color: #683073;
}
.page-intro div a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
  margin: 2rem 0.5rem;
}
.page-intro p + a:hover,
.page-intro a + a:hover {
  background-color: #ffffff;
  color: #683073;
  text-decoration: none;
}
article {
  vertical-align: top;
}
@media (min-width: 767px) {
  section.feed article {
    height: 350px;
  }
  section.feed article h4 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
  section.feed article p {
    height: auto;
    font-size: 16px;
  }
  section.articles article.species {
    height: 385px;
  }  
  section.articles article {
    height: 452px;
  }
  section.articles article.partner {
    height: 250px;
  }  
  section.articles article h3 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  section.articles article p,
  section.articles article a {
    height: auto;
    font-size: 1rem;
  }
}
.leaflet-container img {
  max-width: inherit !important;
}
label,
input[type="submit"] {
  display: block;
}
#fullmap {
  width: 100%;
  height: 600px;
}
#map {
  margin-left: 0;
}
.maplegend {
  line-height: 18px;
  color: #555;
}
.maplegend i {
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  opacity: 0.9;
}
.info {
  padding: 6px 8px;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.info h4 {
  margin: 0 0 5px;
  color: #777;
}
.error, small.error {
  color: red;
  margin-bottom: 1rem;
}
img.thumbnail {
  height: 50px;
}
table th {
  text-align: left;
  border: 1px solid #d1d1d1;
  padding: .4em .8em;
  background: #ddd url(gradient_small_trans.png) repeat-x 0 top;
  font-weight: bold;
  vertical-align: middle;
}
.modal-body img {
  max-width: 570px;
}
#ui-datepicker-div {
  display: none;
}
.required {
  color: #ff0000;
}
.warnmess {
  position: absolute;
  right: 100px;
  margin-left: 10rem;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #ff3300;
}
.succmess {
  position: absolute;
  right: 100px;
  margin-left: 10rem;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
}
.powered {
  color: white;
  font-size: 0.7rem;
  text-align: center;
}
.gallery {
  margin-bottom: 2.5rem !important;
}
.page-about ol,
.single-post ol {
  list-style: initial;
  list-style-type: decimal;
}
.page-about ol li,
.single-post ol li {
  display: list-item;
  padding: 10px;
  margin-left: 20px;
}
.page-about p,
.single-post p {
  padding-top: 1rem;
}
.page-about h2,
.single-post h2,
.page-about h3,
.single-post h3 {
  margin-bottom: 0rem;
  margin-top: 1.5rem;
}
.page-data .articles article h3 a {
  color: #000;
  text-decoration: none;
}
.page-my-records select + input[type="submit"] {
  border: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0 20px;
  min-width: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #683073;
  background-color: #e6eaec;
  /* padding: 0 20px; */
  float: initial;
  display: inline;
}
.page-my-records input[type="submit"]:hover {
  color: #ffffff;
  background-color: #683073;
  cursor: pointer;
}
.page-my-records form {
  margin-bottom: 1.5rem;
  padding: 0;
}
.page-about div img,
.single div img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 990px) {
  .gallery-item {
    width: 50% !important;
  }
}
@media only screen and (max-width: 680px) {
  .gallery-item {
    width: 100% !important;
  }
}
.page-gallery h3 {
  clear: both;
  padding-top: 2.5rem;
}
.page-gallery .wp-caption-text {
  display: none;
}
.record .record-edit a.record-delete {
  background-color: #CE1717;
}
.record .record-edit a {
  margin: 10px 10px 0 0;
}
.record .record-edit {
  width: 40%!important;
}
@media (max-width: 600px) {
  .record .record-edit a {
    font-size: 14px!important;
    font-size: 0.875rem!important;
    line-height: 28px!important;
    line-height: 1.75rem!important;
    padding: 0 1rem!important;
  }
}
/*# Image Alignment Classes
============================================================== */
img .alignright {
  float: right !important;
  margin: 0px 0px 10px 15px;
}
img .alignleft {
  float: left;
  margin: 0px 15px 10px 0px;
}
img .aligncenter {
  display: block;
  margin: 0 auto 10px auto;
}
img .full-width {
  width: 100%;
  height: auto;
  overflow: hidden;
}
/* WP Captions */
.wp-caption {
  text-align: center;
  padding: 5px;
  margin: 0 0 2rem 0;
  max-width: none;
  height: auto;
  float: left;
}
.wp-caption {
  border: 1px solid #fff;
  background-color: #f6f6f6;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-box-shadow: 1px 1px 6px #ddd;
  -moz-box-shadow: 1px 1px 6px #ddd;
  box-shadow: 1px 1px 6px #ddd;
  position: relative;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 5px 0 0px 0;
  margin: 0;
}
.wp-caption.alignleft {
  margin: 0px 4rem 0px 0px;
  float: left;
}
.wp-caption.alignright {
  margin: 0px 0px 0px 10px;
  float: right;
}
/* @end */
/* @group Tables */
table {
  margin: .5em 0 1em;
}
table th {
  text-align: left;
  border: 1px solid #d1d1d1;
  padding: .4em .8em;
  background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
  font-weight: bold;
}
table td {
  border: 1px solid #d1d1d1;
  padding: 10px;
}
/* @end */
/* @group WP Blog Styles */
.sticky {
  padding: 1em 0;
  margin: 1em auto;
  border: 10px solid #eee;
  border-left: none;
  border-right: none;
}
.entry-meta,
.entry-utility {
  font-size: 11px;
  color: #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.cat-links,
.comments-link,
.meta-sep,
.entry-utility {
  font-size: 11px;
  color: #666;
}
.post {
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.post.single {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.post.single p + h3,
.post.single p + h2 {
  margin-top: 3rem;
}
a.more-link {
  display: block;
  float: right;
  font-weight: bold;
}
html {
  font-size: 16px;
}
body {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  text-align: left;
  font-family: 'solomon_bookregular', Tahoma, sans-serif;
  color: #1a1a1a;
}
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
p,
ul,
ol,
h1,
h2,
h3,
h4,
address {
  margin-bottom: 0.5rem;
}
h1,
h2,
h3,
h4 {
  clear: left;
  overflow: hidden;
}
h1,
h2 {
  font-family: 'solomon_boldregular';
  margin-bottom: 1rem;
  margin-top: 0;
}
h3 {
  font-family: 'solomon_boldregular';
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;

}
h4 {
  font-family: 'solomon_boldregular';
  margin-bottom: 0.4rem;
  margin-top: 2.5rem;
}


h1 {
  font-size: 50px;
  font-size: 3rem;
  line-height: 72px;
  line-height: 4.5rem;
}
h2 {
  font-size: 40px;
  font-size: 2.4rem;
  line-height: 51.6px;
  line-height: 3.225rem;
}
h3 {
  font-size: 39px;
  font-size: 2.4375rem;
  line-height: 46.8px;
  line-height: 2.925rem;
}
h4 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 38.4px;
  line-height: 2.4rem;
}

p a, div a {
  color: #ff00f5;
  font-family: 'solomon_boldregular';
}
p a:hover,
p a.active {
  text-decoration: underline;
}
main {
  min-height: 60vh;
}
.image img {
  width: 100%;
  height: auto;
}
.screen-reader-text {
  display: none;
}
.vertical-center {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-center > div {
  display: table-cell;
  vertical-align: middle;
}
section {
  padding: 3rem 40px;
}
section div {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.hero {
  color: #ffffff;
  height: 100vh;
  max-height: 900px;
  margin-top: -170px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28.799999999999997px;
  line-height: 1.7999999999999998rem;
  background-color: #4b3953;
  background-size: cover;
  background-position: center bottom;
  min-height: 500px;
}
.hero h1 {
  margin-top: 3rem;
}
.hero p {
  max-width: 700px;
  margin-left: 0;
  margin-bottom: 3rem;
}
.hero p + a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
}
.hero p + a:hover {
  background-color: #f2f2f2;
  color: #683073;
  text-decoration: none;
}
.hero > div {
  display: table;
  height: 100%;
  width: 100%;
}
.hero > div > div {
  display: table-cell;
  vertical-align: middle;
}
.image img {
  width: 100%;
  height: auto;
}
article .image img {
  max-width: 325px;
  height: auto;
}
.intro {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28.799999999999997px;
  line-height: 1.7999999999999998rem;
  background: #ffffff;
}
.intro p + a,
.intro a + a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  background-color: #ffffff;
  color: #683073;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  margin: 2rem 0.5rem;
}
.intro p + a:hover,
.intro a + a:hover {
  color: #ffffff;
  background-color: #683073;
}
.page-intro p + a,
.page-intro a + a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
  margin: 2rem 0.5rem;
}
.page-intro p + a:hover,
.page-intro a + a:hover {
  background-color: #f2f2f2;
  color: #683073;
  text-decoration: none;
}
.image-block {
  padding: 4rem 40px;
  background-color: #d6f1f3;
  background-size: cover;
  background-position: left center;
}
/*.image-block > div p,
.image-block > div h3,
.image-block > div h2 {
  width: 50%;
  max-width: 500px;
}*/
.image-block p + a {
  margin-top: 3rem;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
}
.image-block p + a:hover {
  background-color: #f2f2f2;
  color: #683073;
  text-decoration: none;
}
.image-block .image {
  float: right;
  width: 50%;
}
.image-block .image img {
  width: 100%;
  height: auto;
}
.image-block dl {
  margin-bottom: 2rem;
}
.image-block dl dt {
  float: left;
  margin-right: 1%;
  font-weight: bold;
  min-width: 90px;
}
.image-block dl dd {
  margin-bottom: 0.5rem;
}
.text-block {
  padding: 4rem 40px;
  background-color: #cbc5ea;
  background-size: cover;
  background-position: left center;
  overflow: hidden;
  
}
.text-block p + a {
  margin-top: 3rem;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
}
.text-block p + a:hover {
  background-color: #f2f2f2;
  color: #683073;
  text-decoration: none;
}
.text-block dl {
  margin-bottom: 2rem;
}
.text-block dl dt {
  float: left;
  margin-right: 1%;
  font-weight: bold;
  min-width: 90px;
}
.text-block dl dd {
  margin-bottom: 0.5rem;
}
.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white ul,
.white dl {
  color: #ffffff;
}
.feed {
  background: #dddef5;
  font-size: 0;
  text-align: center;
}
.feed article {
  background: #ffffff;
  margin-right: 5%;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  width: 30%;
  padding: 2rem;
  text-align: left;
}
.feed article h4 {
  margin-bottom: 1rem;
}
.feed article h4 a {
  color: #1a1a1a;
}
.feed article h4 a:hover,
.feed article h4 a:active {
  color: #683073;
}
.feed article p {
  height: 5rem;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 1rem;
}
.feed article p:first-of-type,
.feed article p:last-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  height: auto;
  padding-bottom: 0;
}
.feed article p:last-of-type {
  border-top: 1px solid #d1d1d1;
  padding-top: 1rem;
  margin-bottom: 0;
}
.feed article:last-of-type {
  margin-right: 0;
}
.feed div + a {
  margin-top: 3rem;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
}
.feed div + a:hover {
  background-color: #f2f2f2;
  color: #683073;
  text-decoration: none;
}
.articles > div {
  /*font-size: 0;*/
  max-width: 990px;
  min-width: 280px;
  margin: 0px auto;
}

.articles article:nth-of-type(3n+3) {
  margin-right: 1%;
}

.articles article {
  display: inline-block;
  font-size: 18px;
  font-size: 1rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  width: 31%;
  margin-right: 1%;
  padding: 0;
}
.articles article.partner {
    display: inline-block;
    font-size: 18px;
    font-size: 1rem;
    line-height: 21.599999999999998px;
    line-height: 1.3499999999999999rem;
    width: 45%;
    margin-right: 5%;
    padding: 0;
    min-height: 250px;
}
.articles article.species {
  display: inline-block;
  font-size: 18px;
  font-size: 1rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  width: 33%;
  margin-right: 0;
  padding: 0;
}
.articles article p:first-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.2rem;
  margin-top: 1rem;
}
.articles article a {
  display: inline-block;
  color: #a675d8;
  /*margin-bottom: 1rem;cotswold-wp.natappdata.co.uk*/
}
.articles article a:hover,
.articles article a.active {
  text-decoration: underline;
}



.confusion-species {
  margin-top: 3rem;
}
.confusion-species h4 em {
  font-family: 'Trebuchet MS', Tahoma, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  margin-left: 0.5rem;
}
.confusion-species .entry {
  margin-bottom: 2rem;
}
.confusion-species .image,
.confusion-species .copy {
  display: inline-block;
  vertical-align: top;
}
.confusion-species .copy {
  width: 50%;
}
.confusion-species .image {
  width: 40%;
  padding-top: 25%;
  position: relative;
  margin-right: 2%;
  overflow: hidden;
}
.confusion-species .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #e8e8e8;
}
/*
.species-nav{
	padding: 0 @outer;
	ul{
		.font-size(0);
		.max-min-width(@rw);
		margin-bottom: 3*@mb;
		
		.auto;
	}
	li{
		width:32%;
		
		display: inline-block;
		margin-right: 1%;
	}
	li:last-of-type{
		margin-right: 0;
	}
	a{
		display: block;
		.rounded(40px);
		padding: 5px;
		color:@text;
		background: tint(@text,93);
	}
	img{
		width:25%;
		max-width:60px;
		height: auto;
		margin-right: @mb;
		.rounded(40px);
	}
	img,p{
		display: inline-block;
		vertical-align: middle;
	}
	
	.selected a, a:hover, a:active{
		color:@background;
		background: @highlight
	}
	p{
		.font-size(@copy);
		
	}
}
*/
/*
 * Core styles for PriorityNav.js
 * These styles are not optional and should always be included

 */
.priority-nav {
  white-space: nowrap;
}
.priority-nav ul,
.priority-nav li {
  display: inline-block;
}
.priority-nav__wrapper {
  position: relative;
}
.priority-nav__dropdown {
  position: absolute;
}
.priority-nav-is-visible {
  visibility: visible;
}
.priority-nav-is-hidden {
  visibility: hidden;
}
.priority-nav__dropdown {
  padding: 2rem;
  white-space: nowrap;
  top: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 45px;
  line-height: 2.8125rem;
  right: 0;
  background-color: #683073;
  transition: 300ms cubic-bezier(0.25, 2, 0.25, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: rotateX(-30deg);
  transform: rotateX(-30deg);
  opacity: 0;
}
.priority-nav__dropdown:after {
  border-bottom: 6px solid #683073;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 40px;
  top: -6px;
  width: 12px;
}
.priority-nav__dropdown a {
  color: #ffffff;
}
.nav__dropdown.show {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 20px 0 rgba(49, 49, 49, 0.25);
  transition: 300ms cubic-bezier(0.25, 2, 0.25, 1), box-shadow 1000ms cubic-bezier(0.25, 2, 0.25, 1);
}
.nav__dropdown.show li {
  display: block;
}
.nav__dropdown-toggle {
  -webkit-appearance: none;
  border: none;
  color: #1a1a1a;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 45px;
  line-height: 2.8125rem;
  padding: 0 2rem;
  background: #d1d1d1;
  border-left: 1px solid #ffffff;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
}
.categories {
  max-width: 1280px;
  min-width: 280px;
  margin: 0px auto;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0px;
  line-height: 0rem;
  margin-bottom: 1rem;
}
.categories li {
  display: inline-block;
}
.categories li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 45px;
  line-height: 2.8125rem;
  padding: 0 2rem;
  background: #d1d1d1;
  border-left: 1px solid #ffffff;
}
.categories li.selected {
  background-color: #683073;
}
.categories li.selected a {
  color: #ffffff;
}
.categories li:first-of-type {
  border-left: none;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
}
.categories li:last-of-type {
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
}
.categories a {
  color: #1a1a1a;
}
.priority-nav-has-dropdown .categories li:last-of-type {
  -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 */
}
.record {
  font-size: 0px;
  font-size: 0rem;
  line-height: 0px;
  line-height: 0rem;
  display: block;
  background: #e6eaec;
  margin-bottom: 0.5rem;
}
.record dl dt,
.record dl dd {
  float: left;
  padding-bottom: 0.5rem;
}
.record dl dt {
  clear: left;
  min-width: 100px;
  padding-right: 1rem;
  font-weight: bold;
  font-family: 'solomon_boldregular';
}
.record dl:after {
  content: '';
  clear: both;
  display: block;
  width: 100%;
}
.record dl dd img {
  width: 30%;
  height: auto;
}
.record > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.599999999999998px;
  line-height: 1.3499999999999999rem;
  padding: 1rem;
}
.record .record-thumb {
  width: 10%;
  padding-bottom: 1rem;
}
.record .record-thumb img {
  width: 100%;
  height: auto;
  background: #fff;
}
.record .record-required {
  padding-bottom: 1rem;
  width: 60%;
}
.record .record-edit {
  width: 30%;
  text-align: right;
}
.record .record-edit a {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 39.6px;
  line-height: 2.475rem;
  min-width: 10px;
  padding: 0 2rem;
}
.record .record-edit a:hover {
  background-color: #f2f2f2;
  color: #683073;
  text-decoration: none;
}
.record .record-all {
  width: 100%;
  padding: 0;
}
.record .record-all dl {
  height: 0;
  overflow: hidden;
}
.record .record-all > a {
  width: 100%;
  background: #f2f4f5;
  display: block;
  text-align: center;
  padding: 2px 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #1a3d52;
}
.record .record-all > a:before {
  content: 'more data';
  height: 20px;
  padding-left: 20px;
  display: inline-block;
  margin-right: 5px;
  background: url(images/arrows.svg) no-repeat;
  background-position: left center;
}
.record .record-all > a:hover {
  background: #d9dfe2;
}
.record .record-all.open dl {
  height: auto;
  padding: 1rem;
  background: #f2f4f5;
}
.record .record-all.open > a:before {
  content: 'less data';
  background: url(images/arrows-up.svg) no-repeat;
  background-position: left center;
}
@media all and (min-width: 1600px) {
}
@media all and (max-width: 990px) {
  html {
    font-size: 14px;
  }
  footer div > img {
    display: none;
  }
  footer div nav {
    display: inline-block;
    margin-left: 0%;
    width: 100%;
  }
  .feed article {
    background: #ffffff;
    margin-right: 2%;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 21.599999999999998px;
    line-height: 1.3499999999999999rem;
    width: 32%;
  }
  .feed article:last-of-type {
    margin-right: 0;
  }
  .image-block > div p,
  .image-block > div h3,
  .image-block > div h2 {
    width: 60%;
  }
  .image-block > div .image {
    float: right;
    width: 40%;
  }
  .species-nav li p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19.2px;
    line-height: 1.2rem;
  }
  h1.entry-title {
    padding-left: 40px;
  }
}
@media all and (max-width: 766px) {
  html {
    font-size: 12px;
  }
  .feed article {
    margin-right: 0%;
    display: block;
    width: 98%;
    margin-bottom: 2rem;
  }
  .image-block > div p,
  .image-block > div h3,
  .image-block > div h2 {
    width: 98%;
  }
  .image-block > div .image {
    display: none;
  }
  header:first-of-type div {
    background-size: 30% auto;
  }
  /*header:first-of-type div img {
    width: 50%;
  }*/
  header:first-of-type div {
    padding: 20px;
    background-position: right 20px center;
    background-size: 35% auto;
  }
  /*header:first-of-type div img {
    width: 50%;
  }*/
  header:first-of-type nav {
    text-align: left;
    position: relative;
    height: 50px;
    background: #dddef5;
    overflow: hidden;
    padding-bottom: 1rem;
  }
  header:first-of-type nav ul {
    padding-right: 20px;
  }
  header:first-of-type nav li {
    display: block;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  /*header:first-of-type nav li:last-of-type {
    position: absolute;
    right: 20px;
    top: 0;
    padding-top: 0;
  }*/
  header:first-of-type nav li.mobile-menu {
    display: block;
    padding: 0 0 0 20px;
    background: url(images/hamburger.svg) no-repeat 20px 2px;
    background-size: 15px;
    margin-bottom: 1rem;
  }
  header:first-of-type nav.open {
    height: auto;
  }
  .intro a + a {
    margin: 0 0.5rem 2rem 0.5rem;
  }
  .home header:first-of-type nav a {
    color: #1a1a1a;
  }
  .articles article {
    width: 48%;
    margin-right: 2%;
    min-height: 330px;
  }
  .articles article.species {
    width: 100%;
    margin-right: 0;
    min-height: 330px;
  }
  .articles article:nth-of-type(3n+3) {
    margin-right: 2%;
  }
  .articles article:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .species-nav li {
    display: block;
    width: 98%;
    margin-bottom: 0.5rem;
  }
  .species-nav li p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 21.599999999999998px;
    line-height: 1.3499999999999999rem;
  }
  .col-wrapper .left-col, .col-wrapper .right-col {
    width: 100%;
    float: left;
  }
  li {
    display: list-item;
    /*margin-top: 0;*/
  }
}
@media all and (max-width: 460px) {
  html {
    font-size: 12px;
  }
  h1 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
  h2 {
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 45.6px;
    line-height: 2.85rem;
  }
  header:first-of-type div {
    height: 130px;
  }
  .hero {
    margin-top: -140px;
  }
  section {
    padding: 3rem 20px;
  }
  footer {
    padding: 20px;
    text-align: center;
  }
  footer div nav ul {
    width: 46%;
  }
  footer div nav ul:first-of-type,
  footer div nav ul:last-of-type {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  footer div nav ul:first-of-type li,
  footer div nav ul:last-of-type li {
    display: inline-block;
  }
  footer div nav ul:first-of-type li,
  footer div nav ul:last-of-type li {
    margin-right: 4%;
    max-width: 42%;
  }
  footer div nav ul:first-of-type img,
  footer div nav ul:last-of-type img {
    width: 100%;
  }
  footer div nav ul:first-of-type {
    margin-bottom: 2rem;
  }
  footer div nav ul:last-of-type {
    margin-top: 2rem;
  }
  .nav__dropdown-toggle {
    width: 200px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    margin-bottom: 2rem;
    background: #683073;
    color: #ffffff;
  }
  .is-empty > ul {
    display: none;
  }
  .articles article {
    width: 100%;
    margin-right: 0%;
  }
  .articles article:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .articles article:nth-of-type(3n+3) {
    margin-right: 2%;
  }
  h1.entry-title {
    padding-left: 20px;
    padding-top: 2rem;
  }
  .record dl dt {
    min-width: 50px;
  }
  .record .record-thumb {
    width: 20%;
  }
  .record .record-required {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16.8px;
    line-height: 1.05rem;
    width: 60%;
  }
  .record .record-edit {
    width: 20%;
    padding-left: 0;
  }
  .record .record-edit a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding: 0 1rem;
  }
  .record .record-all dl {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16.8px;
    line-height: 1.05rem;
  }
  
}
@media all and (max-height: 630px) {
  .hero h1 {
    margin-top: 6rem;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}

img.responsive-image {
    height: auto;
    max-width: 100%;
}

.col-wrapper {
  width: 100%;
  overflow: hidden;
}

.left-col {
  display: block;
  float: left;
  width: 45%;
  margin-right: 5%;
}

.right-col {
  float: left;
  width: 50%;
}

.right-col img.align-centre {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.right-col a.align-centre {
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#site-title {
    display: inline;
    padding: 1rem 3rem;
    position: absolute;
    color: #fff;
    font-size: 3rem;
    margin-top: 0;
}

#site-title a {
  color: #ddd;
}

#hlflogo {
    display: inline;
    float: right;
    padding: 20px;
    height: initial;
}

@media all and (max-width: 550px) {
  #hlflogo {
    display: none;
  }
}

/*iframe {
  margin: 2rem;
}
*/
.nomatchcommon, .nomatchcuckoo, .nomatchscarce {
  display: none;
}

/* Species image diamond overlay */

.diamond-container {
  position: relative;
  padding: 2rem;
  margin-top: 2rem;
}

/*.diamond {*/
/*  display: inline-block;*/
/*}*/

.diamond img {
  vertical-align: top;
  display: block;
}

.diamond::before {
  content: "";
  width: 110%;
  height: 110%;
  display: block;
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 1;
  background: url('images/diamond.svg') no-repeat 50% 50%;
  background-size: auto 100%;
}

.articles article.partner p:first-of-type {
    /*font-size: 14px;*/
    font-size: 1rem;
    line-height: 16.8px;
    line-height: 1.2rem;
    margin-top: 0;
}
.articles article.partner a {
    /*font-size: 14px;*/
    display: inline-block;
    color: #a675d8;
    margin-bottom: 0;
}

div.partner-logo {
  height: 100px;
  display: block;
  position: relative;
}

.partner-logo img {
  margin-right: 1rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.partner-logo div.logo1 {
  overflow: hidden;
  height: 100%;
  width: 50%;
  float: left;
}

.partner-logo div.logo2 {
  overflow: hidden;
  height: 100%;
  width: 50%;
  float: left;
}


.species h2 {
  margin-top: 0;
}


.faded {
    opacity: 0.2;
}

.opaque {
    opacity: 1;
}

.right-col h4 {
    margin-bottom: 0.4rem;
    margin-top: 1rem;
    font-size: 24px;
    font-size: 1.3rem;
    line-height: 25px;
    line-height: 1.3rem;
}
button.speciesfilter {
    padding: 35px;
    margin: 10px;
    border: 2px solid #b4b4b4;
    background-color: #fff;
    border-radius: 5px;
}


button.speciesfilter#buff_tail {
    background: url(images/filter-graphics/filter-icon-yellowtail-2x.jpg) no-repeat center;
}

button.speciesfilter#white_tail {
    background: url(images/filter-graphics/filter-icon-whitetail-2x.jpg) no-repeat center;
}

button.speciesfilter#orange_tail {
    background: url(images/filter-graphics/filter-icon-redtail-2x.jpg) no-repeat center;
}

button.speciesfilter#ginger_body {
    background: url(images/filter-graphics/filter-icon-gingerbody-2x.jpg) no-repeat center;
}

button.speciesfilter#black_body {
    background: url(images/filter-graphics/filter-icon-blackbody-2x.jpg) no-repeat center;
}

button.speciesfilter#showall {
    background: url(images/filter-graphics/filter-icon-none-2x.jpg) no-repeat center;
}

.active {
    background-color: #b4b4b4!important;
}

button.speciesfilter:focus {
    outline: -webkit-focus-ring-color auto 0;
}
button.speciesfilter:hover {
    background-color: #ccc!important;
}

section.guide-block {
  overflow: hidden;
  background-color: #CCC5EA;
  margin-top: 4rem;
}

section.guide-block ul li {
  font-size: 0.95rem;
}

section.guide-block.withheader {
  overflow: hidden;
  background-color: #CCC5EA;
  margin-top: 0;
}

.video-wrapper {
    margin: 2rem auto 2rem 2rem;
}

/*.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/
.col1 {
  width: 65%;
  float: left;
}

.col2 {
  width: 35%;
  float: right;
  padding: 0 2%;
}

@media all and (max-width: 1024px) {
  .col1 {
    width: 100%;
    display: inline;
  } 
  .col2 {
    width: 100%;
    display: inline;
    padding: 0;
  }
  .video-wrapper iframe {
    width: 350px;
    height: 197px;
    padding: 0;
    margin: 2rem 0;
  }

}

#speciesfilters {
  margin-bottom: 2rem;
  
}

.species h2 {
    margin-top: 0;
    margin-right: 2px;
    background-color: #CCC5EA;
    padding: 5px 10px;
    /*display: table;*/
}

.image-spacer {
  margin-bottom: 2rem;
  margin-top: 1.5rem;
  overflow: hidden;
}

.page-plant-trials h2 {
  clear: left;
  
}

.page-plant-trials p img {
  overflow: hidden;
  margin-bottom: 3rem;
}

.page-gardening .intro {
    text-align: left;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 28.799999999999997px;
    line-height: 1.7999999999999998rem;
    background: #ffffff; 
}

.page-gardening .gardening-list p {
  overflow: hidden;
  padding-top: 5px;
}
.page-gardening .gardening-list p img {
  margin-top: -5px;
}

.narrow-text-block {
    padding: 2rem 40px;
    background-color: #cbc5ea;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
    margin-top: 4rem;
}

.clear-left {
  overflow: hidden;
}

.extras-block {
  padding: 2rem 40px;
  background-color: #eee;
  background-size: cover;
  background-position: left center;
  overflow: hidden; 
}

.withheader h2 {
  margin-top: 0;
}

section.no-top {
  margin-top: 0;
  padding-top: 0;
}

.inline .wp-caption, .inline img {
  display: inline;
  margin-right: 3rem;
}

.page-habitats section div, .page-flowers section div, .page-pesticides section div, .page-provide-blooms-throughout-the-year section div {
  overflow: hidden;
}

.page-template-speciesguide-template h2 {
  margin-top: 3rem;
}

.featherlight .featherlight-content .caption {
    font-family: solomon_bookregular;
}

.scientific-name {
font-weight: bold;
font-family: 'solomon_boldregular';
margin-bottom: 1rem;
font-style: italic;
font-size: 1.5rem;
}

#location_type_other_div {
  display:none;
}

#memberships {
  width: 350px;
  float: left;
  margin-bottom: 3rem;
}

#memberships input[type="radio" i] {
  -webkit-appearance: radio;
}

#memberships label {
  display: inline;
}


#memberships #survey_recorder_memberships_rhs, #memberships #survey_recorder_memberships_bbct, #memberships #survey_recorder_memberships_garden_organic {
  display: inline;
  float: right;
  margin: 0;
}

.bee_sighting {
    width: 100%;
}

.bee_sighting label, .bee_sighting select, #speciescheck label, #speciescheck input {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

nav {
  font-family: 'solomon_boldregular', Tahoma, sans-serif;
}

button#add-bee {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  background-color: #ffffff;
  color: #683073;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  margin: 2rem 0.5rem;
}

button#add-bee:hover {
  color: #ffffff;
  background-color: #683073;
}

*:focus {
    outline: none;
}

#submit-buttons input[type="submit"], #submit-buttons button {
    display: inline;
}

#survey_plant_floral_units {
  width: 100px;
}

#privacyagreement {
  margin-top: 2rem;
}

#privacyform input[type='checkbox'], .recordform input[type='checkbox'] {
    -webkit-appearance:none;
    width:30px!important;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
    vertical-align: middle;
}

#privacyform input[type='checkbox']:checked, .recordform input[type='checkbox']:checked {
    background: url("images/tick.png");
}

.recordform p {
  margin: 1rem 1rem 1rem 0;
}

.purple-button {
  margin: 0 1rem 1rem 0;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  display: inline-block;
  padding: 0 40px;
  min-width: 150px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 54px;
  line-height: 3.375rem;
  color: #ffffff;
  background-color: #683073;
}