/* Fonts
------------------------------------------------------------------------------------ */
@font-face {
  font-family: "Effra";
  src: url("../fonts/Effra_W_Rg.woff2") format("woff2"), url("../fonts/Effra_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Effra";
  src: url("../fonts/Effra_W_Bd.woff2") format("woff2"), url("../fonts/Effra_W_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Effra";
  src: url("../fonts/Effra_W_It.woff2") format("woff2"), url("../fonts/Effra_W_It.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* Normalise
------------------------------------------------------------------------------------ */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

table, td, th {
  vertical-align: middle;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
}

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

input[type=text], input[type=password], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

html {
  font-size: 62.5%;
  /* Box sizing - only works in IE8+ - http://caniuse.com/#feat=css3-boxsizing */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  /* Box sizing - only works in IE8+ - http://caniuse.com/#feat=css3-boxsizing */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Base Styles
------------------------------------------------------------------------------------ */
body {
  color: #000000;
  font-family: "Effra", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #f1f2f2;
}

h1 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 300;
  text-align: left;
  padding: 14px 0 14px 0;
  color: #000000;
  text-transform: uppercase;
}
h1.more-work {
  text-align: center;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 28px;
    font-size: 2.8rem;
    word-break: break-word;
    padding: 14px 0 14px 0;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 0.7em;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 16px;
}

p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
  color: #000000;
  line-height: 1.4;
}
p a {
  color: inherit;
  text-decoration: underline;
  transition: all 0.17s;
}
p a:hover {
  color: #3c4348;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  margin-left: 36px;
  margin-bottom: 1em;
}
ul li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
}

ol {
  margin-left: 36px;
  margin-bottom: 1em;
}
ol li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
}

a {
  color: #545859;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

li span, p span {
  background-color: inherit !important;
}

.text-align-center {
  text-align: center;
}

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

/* Wordpress Defaults
------------------------------------------------------------------------------------ */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

img.alignleft {
  margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}

img.alignright {
  margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

.hidden {
  display: none;
}

/* Layout
------------------------------------------------------------------------------------ */
html,
body {
  margin: 0;
  padding: 0;
}

a.full_size_link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: none !important;
  background-color: transparent !important;
}

div.page-content {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 940px) {
  div.page-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

div.hero div.page-content {
  padding: 25px 10px;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

span.wpcf7-list-item {
  margin: 0 auto;
}

header {
  background: #f1f2f2;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}
header:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100%;
  max-width: 920px;
  height: 1px;
  background-color: #545859;
  opacity: 0.33;
}
@media screen and (max-width: 480px) {
  header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
header .page-content {
  font-size: 0;
}
header #skip-to-content {
  position: absolute;
  top: -35px;
  left: 15px;
  z-index: 99;
}
header #skip-to-content a {
  padding: 10px 15px;
  font-weight: bold;
  opacity: 0;
  background: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: 0.17s ease-out;
  -moz-transition: 0.17s ease-out;
  -ms-transition: 0.17s ease-out;
  -o-transition: 0.17s ease-out;
  transition: 0.17s ease-out;
}
header #skip-to-content a:focus {
  opacity: 1;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
header a.logo img {
  height: 92px;
}
@media screen and (max-width: 900px) {
  header a.logo img {
    height: 72px;
  }
}
@media screen and (max-width: 480px) {
  header a.logo img {
    height: 48px;
  }
}
header div.social_icons {
  padding-top: 12px;
  float: right;
  text-align: right;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  header div.social_icons {
    padding-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  header div.social_icons {
    padding-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  header div.social_icons {
    padding-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  header div.social_icons .not_on_mobile {
    display: none;
  }
}
header div.social_icons a {
  background-color: #545859;
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  opacity: 1;
  transition: opacity 0.17s;
}
header div.social_icons a i {
  color: #f1f2f2;
  font-size: 18px;
}
header div.social_icons a.open_search {
  background-color: #f1f2f2;
  border: 2px solid #545859;
}
header div.social_icons a.open_search .fa-search {
  color: #545859;
}
header div.social_icons a:hover {
  text-decoration: none;
  opacity: 0.85;
}
header div.social_icons a:last-child {
  margin-right: 0;
}
header div.menu_holder {
  float: right;
  clear: right;
}
header ul.menu {
  padding-top: 15px;
}
header ul.menu li {
  font-size: 1.6rem;
}
header ul.menu li a {
  color: #000000;
}
header ul.menu li:after {
  color: #000000;
}
header ul.menu > li {
  padding-bottom: 10px;
}
header div.header-banner {
  background-color: #545859;
  color: #f1f2f2;
  line-height: 1.1;
  padding: 10px;
  width: 100%;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 18px;
}
@media screen and (max-width: 480px) {
  header div.header-banner {
    top: 12px;
  }
}

div.venue_social a span i.fa-circle {
  color: #545859;
}

div.text a {
  font-size: 16px;
}

div.newsletter-sign-up-container {
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 80px 10px;
}
@media screen and (max-width: 900px) {
  div.newsletter-sign-up-container {
    padding: 40px 10px;
  }
}

div.newsletter-text {
  max-width: 600px;
  vertical-align: middle;
  margin: auto;
}

div.newsletter-text a {
  text-decoration: underline;
  display: inline-block;
}

div.newsletter-text h2 {
  font-size: 24px;
  color: #000 !important;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 10px 10px 5px;
  text-transform: capitalize;
}
div.newsletter-text h2 a {
  text-decoration: none;
}
div.newsletter-text h2 strong {
  text-transform: uppercase;
}

div.newsletter-text i {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px 10px 10px;
}

@media screen and (max-width: 480px) {
  div.newsletter-text h2 {
    font-size: 22px;
  }
  div.newsletter-text i {
    font-size: 20px;
  }
}
footer {
  background: #545859;
  padding-top: 0px;
  overflow: auto;
  padding-bottom: 20px;
}
footer div.footer_menu {
  float: right;
  clear: both;
}
footer div.footer_menu li {
  font-size: 1.4rem;
}
footer div.footer_menu li a {
  color: white;
  opacity: 1;
  transition: opacity 0.17s;
}
footer div.footer_menu li a:hover {
  color: white;
  opacity: 0.88;
}
footer p {
  float: right;
  color: white;
  font-size: 1.2rem;
  clear: right;
  margin-top: 10px;
}
footer p a {
  color: white;
  opacity: 1;
  transition: opacity 0.17s;
}
footer p a:hover {
  color: white;
  opacity: 0.88;
}
@media screen and (max-width: 767px) {
  footer p {
    text-align: right;
    margin-top: 10px;
  }
}
footer div.social_landscapes_logo {
  display: inline-block;
  float: right;
  clear: both;
  margin-bottom: 2rem;
  padding-top: 38px;
}
footer div.social_landscapes_logo div.social_icons {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  margin-right: 15px;
}
footer div.social_landscapes_logo div.social_icons a {
  margin-right: 12px;
}
footer div.social_landscapes_logo div.social_icons a i {
  color: white;
  font-size: 18px;
}
footer div.social_landscapes_logo div.social_icons a:hover {
  text-decoration: none;
}
footer div.social_landscapes_logo div.social_icons a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  footer div.social_landscapes_logo div.social_icons {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}
footer div.social_landscapes_logo img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  footer div.social_landscapes_logo {
    float: none;
    display: block;
    margin-bottom: 1.2rem;
  }
}
footer .logo img {
  height: 76px;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
}

ul.menu li {
  list-style-type: none;
  display: inline;
  position: relative;
  font-weight: bold;
}
ul.menu li:after {
  content: " | ";
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}
ul.menu li:nth-last-child(1):after {
  content: "";
  padding: 0px;
}
ul.menu li a {
  color: white;
}
ul.menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 100;
  display: none;
  box-shadow: 0px 2px 6px rgba(84, 88, 89, 0.11);
  border-radius: 7px;
}
ul.menu li .sub-menu li {
  white-space: nowrap;
  background-color: #dfe1e2;
  display: block;
}
ul.menu li .sub-menu li a {
  padding: 10px 16px;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  ul.menu li .sub-menu li a {
    padding: 4px 8px;
  }
}
ul.menu li .sub-menu li:after {
  content: none;
}
@media screen and (min-width: 768px) {
  ul.menu li .sub-menu li:first-of-type {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  ul.menu li .sub-menu li:first-of-type a {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  ul.menu li .sub-menu li:last-of-type {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
  }
  ul.menu li .sub-menu li:last-of-type a {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.menu li .sub-menu li {
    background-color: #6d7273;
  }
}
@media screen and (max-width: 767px) {
  ul.menu li .sub-menu {
    position: static;
    box-shadow: none;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  ul.menu li.menu-item-has-children:after {
    content: "\f078" !important;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 0;
    color: white;
    transform: rotate(0deg);
    transition: transform 0.17s;
  }
}
@media screen and (max-width: 767px) {
  ul.menu li.menu-item-has-children.sub-menu-open:after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 767px) {
  ul.menu {
    display: none;
  }
  ul.menu.mainMenu {
    position: absolute;
    left: 0px;
    background: #545859;
    margin-left: 0px;
    width: 100%;
    border-top: solid 1px #f1f2f2;
    border-bottom: solid 1px #f1f2f2;
    padding-top: 5px;
    z-index: 500;
    margin-top: -46px;
  }
  ul.menu.mainMenu li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  ul.menu.mainMenu li ul li {
    white-space: inherit;
  }
  ul.menu.mainMenu li a {
    color: white;
  }
  ul.menu.mainMenu li:after {
    content: "";
    padding: 0;
  }
}

div.tribe-events-category-famers-market {
  background-color: #29304f;
}

div.tribe-events-category-fayre {
  background-color: #dbc232;
}

div.tribe-events-category-talk_conference {
  background-color: #8dc45b;
}

div.tribe-events-category-volunteering_activity {
  background-color: #e76d67;
}

div.tribe-events-category-walk_tour {
  background-color: #b1a081;
}

div.tribe-events-category-events {
  background-color: #a89494;
}
div.tribe-events-category-events a {
  color: white;
}

div.tribe-events-category-practical-tasks {
  background-color: #545859;
}
div.tribe-events-category-practical-tasks a {
  color: white;
}

div.tribe-events-category-famers-market, div.tribe-events-category-fayre, div.tribe-events-category-talk_conference, div.tribe-events-category-volunteering_activity, div.tribe-events-category-walk_tour {
  color: white;
  margin-top: 2px !important;
  margin-right: 5px !important;
}
div.tribe-events-category-famers-market a, div.tribe-events-category-fayre a, div.tribe-events-category-talk_conference a, div.tribe-events-category-volunteering_activity a, div.tribe-events-category-walk_tour a {
  color: white;
  text-transform: uppercase;
  font-family: "Effra", "Arial", sans-serif;
  opacity: 1 !important;
}
div.tribe-events-category-famers-market h3, div.tribe-events-category-fayre h3, div.tribe-events-category-talk_conference h3, div.tribe-events-category-volunteering_activity h3, div.tribe-events-category-walk_tour h3 {
  text-align: center;
}

.tribe-events-event-meta.vcard.location {
  background: transparent !important;
}

#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, #tribe-events-header .tribe-events-sub-nav li {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

#tribe-events-header .tribe-events-sub-nav li {
  display: block;
}

body.post-type-archive-tribe_events .tribe-events-ical {
  display: none !important;
}

.events_title {
  text-transform: uppercase;
  font-weight: bold;
}

p.events_header {
  font-size: 18px;
}

p.colour_key {
  font-size: 18px;
}

h2.calendar_month_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}

div.search_overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
}
div.search_overlay div.page-content {
  height: 100%;
}
div.search_overlay div.page-content div.form_holder_table {
  display: table;
  width: 100%;
  height: 80%;
}
div.search_overlay div.page-content div.form_holder_table div.form_holder_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
div.search_overlay div.page-content div.form_holder_table div.form_holder_cell form {
  text-align: center;
}
div.search_overlay div.page-content div.form_holder_table div.form_holder_cell form h2 {
  color: white;
  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
  text-transform: none;
}
div.search_overlay div.page-content div.form_holder_table div.form_holder_cell form input {
  background: transparent;
  border: solid 2px white;
  padding: 5px 10px;
  font-size: 22px;
  color: white;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
div.search_overlay div.page-content div.form_holder_table div.form_holder_cell form input::-webkit-input-placeholder { /* Chrome */
  color: #c3c3c3;
}
div.search_overlay div.page-content div.form_holder_table div.form_holder_cell form input :-ms-input-placeholder { /* IE 10+ */
  color: #c3c3c3;
}
div.search_overlay div.page-content div.form_holder_table div.form_holder_cell form input ::-moz-placeholder { /* Firefox 19+ */
  color: #c3c3c3;
  opacity: 1;
}
div.search_overlay div.page-content div.form_holder_table div.form_holder_cell form input :-moz-placeholder { /* Firefox 4 - 18 */
  color: #c3c3c3;
  opacity: 1;
}

.nav-toggle {
  display: inline-block;
  float: left;
  padding-right: 10px;
  transform: scale(0.5);
}
@media screen and (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle * {
  margin: 0;
  padding: 0;
}
.nav-toggle #nav-icon3 {
  display: inline-block;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 20px auto;
  margin-bottom: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    margin-top: 0px;
  }
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #545859;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 18px;
}

#nav-icon3 span:nth-child(4) {
  top: 36px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

ul#crumbs {
  margin-left: 0px;
}
ul#crumbs li {
  list-style-type: none;
  display: inline;
  text-transform: uppercase;
  color: black;
}
ul#crumbs li a {
  color: black;
}
ul#crumbs li:nth-last-child(1) {
  font-weight: bold;
}
ul#crumbs li:not(:nth-last-child(1)):after {
  content: " > ";
}

body:not(.page-template-template-flexible) ul#crumbs {
  padding-top: 40px;
}

.tribe-events-nav-previous a {
  color: #566858;
  font-weight: bold;
}

.tribe-events-nav-next a {
  color: #566858;
  font-weight: bold;
}

label[for=tribe-bar-date], label[for=tribe-bar-search] {
  color: #000000;
  font-size: 12px;
}

form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form textarea {
  border: 1px solid #545859;
  padding: 8px 12px;
  width: 320px;
  border-radius: 7px;
  -webkit-appearance: none;
  background-color: #dfe1e2;
}
form.wpcf7-form input[type=text]:focus, form.wpcf7-form input[type=email]:focus, form.wpcf7-form textarea:focus {
  border-color: #545859;
  outline: 1px solid #545859;
}
@media screen and (max-width: 480px) {
  form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form textarea {
    width: 100%;
  }
}
form.wpcf7-form input[type=submit] {
  background-color: #545859;
  border: 1px solid #545859;
  color: white;
  border-radius: 7px;
  transition-duration: 0.4s;
  font-size: 18px;
  cursor: pointer;
  padding: 8px 18px;
}
form.wpcf7-form input[type=submit]:hover {
  background-color: #545859;
  color: white;
}

div.message-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #545859;
  box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.3);
  padding: 20px 40px;
  text-align: center;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.17s ease;
  transform: translate3d(0, 15px, 0);
}
div.message-fixed p {
  display: inline-block;
  width: calc(100% - 420px);
  margin-right: 50px;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
}
@media screen and (max-width: 767px) {
  div.message-fixed p {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
}
div.message-fixed .message-accept {
  display: inline-block;
  width: 180px;
  vertical-align: middle;
  font-size: 16px;
  color: white;
  border: 1px solid white;
  padding: 8px 12px;
  transition: all 0.17s;
  border-radius: 6px;
}
div.message-fixed .message-accept:hover {
  cursor: pointer;
  color: #3d3626;
  background-color: white;
}
div.message-fixed a {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  vertical-align: middle;
  color: white;
  font-size: 16px;
}
div.message-fixed .message-deny {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  vertical-align: middle;
  color: white;
  font-size: 16px;
}
div.message-fixed.show {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
}
@media screen and (max-width: 767px) {
  div.message-fixed {
    padding: 10px 15px;
  }
}

body.home div.hero {
  position: relative;
  font-size: 0;
}
body.home div.hero img {
  width: 100%;
  visibility: hidden;
  max-height: 60vh;
}
body.home div.hero div div {
  position: absolute;
  bottom: 160px;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  body.home div.hero div div {
    bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  body.home div.hero div div {
    bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  body.home div.hero div div {
    bottom: 0px;
  }
}
body.home div.hero div div h1 {
  color: white;
  text-transform: uppercase;
}
body.home div.hero div div h1 span:nth-child(1), body.home div.hero div div h1 span:nth-child(6) {
  font-size: 50px;
  font-weight: bold;
}
body.home div.hero div div h1 span:nth-child(2), body.home div.hero div div h1 span:nth-child(4) {
  font-size: 30px;
  font-weight: bold;
}
body.home div.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.25) 12%, rgba(52, 54, 55, 0.15) 50%, rgba(84, 88, 89, 0) 100%);
}
body.home h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
body.home div.boxes_3 {
  display: flex;
  justify-content: space-around;
  position: relative;
  top: -200px;
  margin-bottom: -160px;
  margin-top: 110px;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  body.home div.boxes_3 {
    top: 0px;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
body.home div.boxes_3 div.col {
  width: 31%;
  padding: 15px;
  color: black;
  border-radius: 12px;
  padding-bottom: 20px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
body.home div.boxes_3 div.col a {
  color: black;
}
body.home div.boxes_3 div.col p {
  color: black;
  font-size: 1.8rem;
}
body.home div.boxes_3 div.col p a:last-child {
  text-decoration: none;
}
body.home div.boxes_3 div.col img {
  margin-bottom: 10px;
  border-radius: 4px;
}
body.home div.boxes_3 div.col h2 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
  text-align: left;
}
body.home div.boxes_3 div.col h2 a:hover {
  text-decoration: none;
  font-weight: bold;
}
body.home div.boxes_3 div.col div.line {
  width: 80px;
  margin: 0 auto;
  border-bottom: solid 2px white;
  margin-bottom: 10px;
}
body.home div.boxes_3 div.col:nth-child(1) {
  background-color: #d0d3d4;
}
body.home div.boxes_3 div.col:nth-child(2) {
  background-color: #bbbcbc;
}
body.home div.boxes_3 div.col:nth-child(3) {
  background-color: #d0d3d4;
}
@media screen and (max-width: 600px) {
  body.home div.boxes_3 div.col {
    width: 100%;
    max-width: 400px;
  }
}
body.home h2.top_centered_text {
  margin-bottom: 40px;
}
body.home div.column_holder {
  overflow: auto;
}
body.home div.column_holder div.col {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
body.home div.column_holder div.col img {
  border-radius: 12px;
}
body.home div.column_holder div.col:nth-child(1) {
  padding-right: 2%;
}
body.home div.column_holder div.col:nth-child(2) {
  padding-left: 2%;
}
@media screen and (max-width: 720px) {
  body.home div.column_holder div.col {
    width: 100%;
  }
  body.home div.column_holder div.col:nth-child(n) {
    padding-right: 0px;
    padding-left: 0px;
  }
  body.home div.column_holder div.col:nth-child(2) {
    padding-top: 20px;
    text-align: center;
  }
}
body.home div.column_holder div.homepage_content p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body.home div.column_holder div.homepage_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  body.home div.column_holder {
    overflow: inherit;
  }
}
body.home h2.bottom_centered_text {
  margin-top: 80px;
  margin-bottom: 40px;
}
body.home div.bottom_line {
  width: 110px;
  margin: 0 auto;
  border-bottom: solid 2px #545859;
  margin-bottom: 40px;
}
body.home div#map {
  height: 350px;
}
body.home div.key {
  text-align: center;
  margin-bottom: 20px;
}
body.home div.key h2 {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  color: #545859;
  text-transform: none;
}
body.home div.key ul.map_key {
  display: inline-block;
  vertical-align: middle;
}
body.home div.key ul.map_key li {
  list-style-type: none;
  display: inline-block;
  padding: 7px 12px;
  font-size: 16px;
  margin-right: 5px;
  color: #f1f2f2;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 6px;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  body.home div.key ul.map_key {
    margin-left: 0;
    padding: 0 10px;
  }
  body.home div.key ul.map_key li {
    margin-bottom: 10px;
  }
}
body.home div.twitter_block {
  background: #566858;
  padding-top: 25px;
}
body.home div.twitter_block div.above_tweets {
  color: white;
}
body.home div.twitter_block div.above_tweets h3 {
  display: inline;
  font-size: 24px;
  text-transform: uppercase;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  body.home div.twitter_block div.above_tweets h3 {
    padding-right: 5px;
  }
}
body.home div.twitter_block div.above_tweets p {
  font-size: 14px;
  color: white;
  display: inline;
  padding-right: 17px;
}
@media screen and (max-width: 767px) {
  body.home div.twitter_block div.above_tweets p {
    padding-right: 5px;
  }
}
body.home div.twitter_block div.above_tweets a {
  font-size: 13px;
  color: white;
  border: solid 2px white;
  border-radius: 4px;
  padding: 4px 9px;
  display: inline-block;
}
@media screen and (max-width: 374px) {
  body.home div.twitter_block div.above_tweets a {
    display: table;
    margin: auto;
    margin-top: 10px;
  }
}
body.home div.twitter_block div.tweets_holder {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.home div.twitter_block div.tweets_holder ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
}
body.home div.twitter_block div.tweets_holder ul li {
  list-style-type: none;
  background: #637866;
  color: white;
  width: 30%;
  box-sizing: border-box;
  padding: 18px;
  margin-bottom: 20px;
}
body.home div.twitter_block div.tweets_holder ul li p.tweet {
  color: white;
  word-wrap: break-word;
}
body.home div.twitter_block div.tweets_holder ul li p.tweet a {
  color: white;
}
body.home div.twitter_block div.tweets_holder ul li p.timePosted, body.home div.twitter_block div.tweets_holder ul li p.interact {
  display: none;
}
@media screen and (max-width: 767px) {
  body.home div.twitter_block div.tweets_holder ul li {
    width: 100%;
  }
}

body.blog div.top_block, body.archive div.top_block, body.single-post div.top_block, body.search-results div.top_block, body.search-no-results div.top_block {
  padding-bottom: 40px;
}
body.blog div.top_block h1, body.blog div.top_block h2, body.blog div.top_block p, body.archive div.top_block h1, body.archive div.top_block h2, body.archive div.top_block p, body.single-post div.top_block h1, body.single-post div.top_block h2, body.single-post div.top_block p, body.search-results div.top_block h1, body.search-results div.top_block h2, body.search-results div.top_block p, body.search-no-results div.top_block h1, body.search-no-results div.top_block h2, body.search-no-results div.top_block p {
  text-align: center;
}
body.blog div.top_block h1, body.archive div.top_block h1, body.single-post div.top_block h1, body.search-results div.top_block h1, body.search-no-results div.top_block h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 35px;
}
body.blog div.top_block span.date, body.archive div.top_block span.date, body.single-post div.top_block span.date, body.search-results div.top_block span.date, body.search-no-results div.top_block span.date {
  font-size: 16px;
  font-style: italic;
  text-align: center;
  display: block;
}
body.blog div.top_block h2, body.archive div.top_block h2, body.single-post div.top_block h2, body.search-results div.top_block h2, body.search-no-results div.top_block h2 {
  font-weight: bold;
  color: #000;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 0px;
  font-size: 32px;
}
body.blog div.grey_background, body.archive div.grey_background, body.single-post div.grey_background, body.search-results div.grey_background, body.search-no-results div.grey_background {
  background: #dfe1e2;
  padding-top: 50px;
  overflow: auto;
}
body.blog div.grey_background div.blog_block, body.archive div.grey_background div.blog_block, body.single-post div.grey_background div.blog_block, body.search-results div.grey_background div.blog_block, body.search-no-results div.grey_background div.blog_block {
  float: left;
  width: calc(100% - 300px);
}
body.blog div.grey_background div.blog_block div.column_holder, body.archive div.grey_background div.blog_block div.column_holder, body.single-post div.grey_background div.blog_block div.column_holder, body.search-results div.grey_background div.blog_block div.column_holder, body.search-no-results div.grey_background div.blog_block div.column_holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.blog div.grey_background div.blog_block div.column_holder div.post, body.archive div.grey_background div.blog_block div.column_holder div.post, body.single-post div.grey_background div.blog_block div.column_holder div.post, body.search-results div.grey_background div.blog_block div.column_holder div.post, body.search-no-results div.grey_background div.blog_block div.column_holder div.post {
  background: white;
  width: 48%;
  float: left;
  padding: 20px;
  margin-bottom: 20px;
  color: #000000;
  line-height: 20px;
  border-radius: 12px;
}
body.blog div.grey_background div.blog_block div.column_holder div.post:nth-child(even), body.archive div.grey_background div.blog_block div.column_holder div.post:nth-child(even), body.single-post div.grey_background div.blog_block div.column_holder div.post:nth-child(even), body.search-results div.grey_background div.blog_block div.column_holder div.post:nth-child(even), body.search-no-results div.grey_background div.blog_block div.column_holder div.post:nth-child(even) {
  margin-right: 0px;
}
body.blog div.grey_background div.blog_block div.column_holder div.post:nth-child(odd), body.archive div.grey_background div.blog_block div.column_holder div.post:nth-child(odd), body.single-post div.grey_background div.blog_block div.column_holder div.post:nth-child(odd), body.search-results div.grey_background div.blog_block div.column_holder div.post:nth-child(odd), body.search-no-results div.grey_background div.blog_block div.column_holder div.post:nth-child(odd) {
  clear: left;
}
body.blog div.grey_background div.blog_block div.column_holder div.post img, body.archive div.grey_background div.blog_block div.column_holder div.post img, body.single-post div.grey_background div.blog_block div.column_holder div.post img, body.search-results div.grey_background div.blog_block div.column_holder div.post img, body.search-no-results div.grey_background div.blog_block div.column_holder div.post img {
  margin-bottom: 10px;
  border-radius: 4px;
}
body.blog div.grey_background div.blog_block div.column_holder div.post h2, body.archive div.grey_background div.blog_block div.column_holder div.post h2, body.single-post div.grey_background div.blog_block div.column_holder div.post h2, body.search-results div.grey_background div.blog_block div.column_holder div.post h2, body.search-no-results div.grey_background div.blog_block div.column_holder div.post h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
  font-weight: bold;
}
body.blog div.grey_background div.blog_block div.column_holder div.post a, body.archive div.grey_background div.blog_block div.column_holder div.post a, body.single-post div.grey_background div.blog_block div.column_holder div.post a, body.search-results div.grey_background div.blog_block div.column_holder div.post a, body.search-no-results div.grey_background div.blog_block div.column_holder div.post a {
  color: #000000;
}
@media screen and (max-width: 480px) {
  body.blog div.grey_background div.blog_block div.column_holder div.post, body.archive div.grey_background div.blog_block div.column_holder div.post, body.single-post div.grey_background div.blog_block div.column_holder div.post, body.search-results div.grey_background div.blog_block div.column_holder div.post, body.search-no-results div.grey_background div.blog_block div.column_holder div.post {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}
body.blog div.grey_background div.blog_block div.column_holder div.navigation, body.archive div.grey_background div.blog_block div.column_holder div.navigation, body.single-post div.grey_background div.blog_block div.column_holder div.navigation, body.search-results div.grey_background div.blog_block div.column_holder div.navigation, body.search-no-results div.grey_background div.blog_block div.column_holder div.navigation {
  width: 100%;
  margin-bottom: 20px;
}
body.blog div.grey_background div.blog_block div.column_holder div.navigation p a, body.archive div.grey_background div.blog_block div.column_holder div.navigation p a, body.single-post div.grey_background div.blog_block div.column_holder div.navigation p a, body.search-results div.grey_background div.blog_block div.column_holder div.navigation p a, body.search-no-results div.grey_background div.blog_block div.column_holder div.navigation p a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.17s;
}
body.blog div.grey_background div.blog_block div.column_holder div.navigation p a:hover, body.archive div.grey_background div.blog_block div.column_holder div.navigation p a:hover, body.single-post div.grey_background div.blog_block div.column_holder div.navigation p a:hover, body.search-results div.grey_background div.blog_block div.column_holder div.navigation p a:hover, body.search-no-results div.grey_background div.blog_block div.column_holder div.navigation p a:hover {
  opacity: 0.85;
}
@media screen and (max-width: 767px) {
  body.blog div.grey_background div.blog_block, body.archive div.grey_background div.blog_block, body.single-post div.grey_background div.blog_block, body.search-results div.grey_background div.blog_block, body.search-no-results div.grey_background div.blog_block {
    width: 100%;
  }
}
body.blog div.grey_background div.blog_block div.navigation, body.archive div.grey_background div.blog_block div.navigation, body.single-post div.grey_background div.blog_block div.navigation, body.search-results div.grey_background div.blog_block div.navigation, body.search-no-results div.grey_background div.blog_block div.navigation {
  clear: both;
}
body.blog div.grey_background div.blog_block div.navigation p, body.archive div.grey_background div.blog_block div.navigation p, body.single-post div.grey_background div.blog_block div.navigation p, body.search-results div.grey_background div.blog_block div.navigation p, body.search-no-results div.grey_background div.blog_block div.navigation p {
  color: #f4f4f4;
}
body.blog div.grey_background div.blog_block div.navigation a:nth-child(1), body.archive div.grey_background div.blog_block div.navigation a:nth-child(1), body.single-post div.grey_background div.blog_block div.navigation a:nth-child(1), body.search-results div.grey_background div.blog_block div.navigation a:nth-child(1), body.search-no-results div.grey_background div.blog_block div.navigation a:nth-child(1) {
  float: left;
}
body.blog div.grey_background div.blog_block div.navigation a:nth-child(2), body.archive div.grey_background div.blog_block div.navigation a:nth-child(2), body.single-post div.grey_background div.blog_block div.navigation a:nth-child(2), body.search-results div.grey_background div.blog_block div.navigation a:nth-child(2), body.search-no-results div.grey_background div.blog_block div.navigation a:nth-child(2) {
  float: right;
}
body.blog div.grey_background div.blog_sidebar, body.archive div.grey_background div.blog_sidebar, body.single-post div.grey_background div.blog_sidebar, body.search-results div.grey_background div.blog_sidebar, body.search-no-results div.grey_background div.blog_sidebar {
  width: 300px;
  float: left;
  padding-left: 30px;
  margin-bottom: 20px;
}
body.blog div.grey_background div.blog_sidebar div.search_box, body.archive div.grey_background div.blog_sidebar div.search_box, body.single-post div.grey_background div.blog_sidebar div.search_box, body.search-results div.grey_background div.blog_sidebar div.search_box, body.search-no-results div.grey_background div.blog_sidebar div.search_box {
  background-color: #545859;
  padding: 7px;
  overflow: auto;
  position: relative;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
body.blog div.grey_background div.blog_sidebar div.search_box label.screen-reader-text, body.archive div.grey_background div.blog_sidebar div.search_box label.screen-reader-text, body.single-post div.grey_background div.blog_sidebar div.search_box label.screen-reader-text, body.search-results div.grey_background div.blog_sidebar div.search_box label.screen-reader-text, body.search-no-results div.grey_background div.blog_sidebar div.search_box label.screen-reader-text {
  font-size: 0px;
  float: right;
}
body.blog div.grey_background div.blog_sidebar div.search_box #searchsubmit, body.archive div.grey_background div.blog_sidebar div.search_box #searchsubmit, body.single-post div.grey_background div.blog_sidebar div.search_box #searchsubmit, body.search-results div.grey_background div.blog_sidebar div.search_box #searchsubmit, body.search-no-results div.grey_background div.blog_sidebar div.search_box #searchsubmit {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  font-size: 0;
  position: absolute;
  right: 7px;
  top: 7px;
  border: none;
  padding: 0;
  width: 19.5px;
  height: 25px;
  z-index: 10;
  cursor: pointer;
}
body.blog div.grey_background div.blog_sidebar div.search_box input[type=text], body.archive div.grey_background div.blog_sidebar div.search_box input[type=text], body.single-post div.grey_background div.blog_sidebar div.search_box input[type=text], body.search-results div.grey_background div.blog_sidebar div.search_box input[type=text], body.search-no-results div.grey_background div.blog_sidebar div.search_box input[type=text] {
  font-size: 15px;
  margin-left: 4px;
  padding: 2px;
  padding-left: 6px;
  color: #000;
  border: solid 2px #545859;
}
body.blog div.grey_background div.blog_sidebar div.search_box:after, body.archive div.grey_background div.blog_sidebar div.search_box:after, body.single-post div.grey_background div.blog_sidebar div.search_box:after, body.search-results div.grey_background div.blog_sidebar div.search_box:after, body.search-no-results div.grey_background div.blog_sidebar div.search_box:after {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 21px;
  color: white;
  position: absolute;
  top: 7px;
  right: 7px;
}
body.blog div.grey_background div.blog_sidebar div.category_archive, body.archive div.grey_background div.blog_sidebar div.category_archive, body.single-post div.grey_background div.blog_sidebar div.category_archive, body.search-results div.grey_background div.blog_sidebar div.category_archive, body.search-no-results div.grey_background div.blog_sidebar div.category_archive {
  background-color: white;
  padding: 15px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
body.blog div.grey_background div.blog_sidebar div.category_archive .newsletter_signup, body.archive div.grey_background div.blog_sidebar div.category_archive .newsletter_signup, body.single-post div.grey_background div.blog_sidebar div.category_archive .newsletter_signup, body.search-results div.grey_background div.blog_sidebar div.category_archive .newsletter_signup, body.search-no-results div.grey_background div.blog_sidebar div.category_archive .newsletter_signup {
  background-color: #545859;
  width: 100%;
  text-align: center;
  display: block;
  padding: 5px;
  color: white;
  transition-duration: 0.4s;
  border: 2px solid #545859;
  border-radius: 4px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.3px;
}
body.blog div.grey_background div.blog_sidebar div.category_archive .newsletter_signup:hover, body.archive div.grey_background div.blog_sidebar div.category_archive .newsletter_signup:hover, body.single-post div.grey_background div.blog_sidebar div.category_archive .newsletter_signup:hover, body.search-results div.grey_background div.blog_sidebar div.category_archive .newsletter_signup:hover, body.search-no-results div.grey_background div.blog_sidebar div.category_archive .newsletter_signup:hover {
  background-color: white;
  color: #545859;
  text-decoration: none;
}
body.blog div.grey_background div.blog_sidebar div.category_archive h2, body.archive div.grey_background div.blog_sidebar div.category_archive h2, body.single-post div.grey_background div.blog_sidebar div.category_archive h2, body.search-results div.grey_background div.blog_sidebar div.category_archive h2, body.search-no-results div.grey_background div.blog_sidebar div.category_archive h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
body.blog div.grey_background div.blog_sidebar div.category_archive ul, body.archive div.grey_background div.blog_sidebar div.category_archive ul, body.single-post div.grey_background div.blog_sidebar div.category_archive ul, body.search-results div.grey_background div.blog_sidebar div.category_archive ul, body.search-no-results div.grey_background div.blog_sidebar div.category_archive ul {
  margin-left: 0px;
  margin-bottom: 0px;
}
body.blog div.grey_background div.blog_sidebar div.category_archive ul li, body.archive div.grey_background div.blog_sidebar div.category_archive ul li, body.single-post div.grey_background div.blog_sidebar div.category_archive ul li, body.search-results div.grey_background div.blog_sidebar div.category_archive ul li, body.search-no-results div.grey_background div.blog_sidebar div.category_archive ul li {
  list-style-type: none;
  color: #000;
  line-height: 20px;
}
body.blog div.grey_background div.blog_sidebar div.category_archive ul li a, body.archive div.grey_background div.blog_sidebar div.category_archive ul li a, body.single-post div.grey_background div.blog_sidebar div.category_archive ul li a, body.search-results div.grey_background div.blog_sidebar div.category_archive ul li a, body.search-no-results div.grey_background div.blog_sidebar div.category_archive ul li a {
  color: #000;
}
body.blog div.grey_background div.blog_sidebar div.category_archive ul li a[href="/category/newsletter-sign-up"], body.archive div.grey_background div.blog_sidebar div.category_archive ul li a[href="/category/newsletter-sign-up"], body.single-post div.grey_background div.blog_sidebar div.category_archive ul li a[href="/category/newsletter-sign-up"], body.search-results div.grey_background div.blog_sidebar div.category_archive ul li a[href="/category/newsletter-sign-up"], body.search-no-results div.grey_background div.blog_sidebar div.category_archive ul li a[href="/category/newsletter-sign-up"] {
  display: none;
}
body.blog div.grey_background div.blog_sidebar div.category_archive ul li.active, body.archive div.grey_background div.blog_sidebar div.category_archive ul li.active, body.single-post div.grey_background div.blog_sidebar div.category_archive ul li.active, body.search-results div.grey_background div.blog_sidebar div.category_archive ul li.active, body.search-no-results div.grey_background div.blog_sidebar div.category_archive ul li.active {
  font-weight: bold;
}
body.blog div.grey_background div.blog_sidebar div.category_archive ul li:nth-child(n+25), body.archive div.grey_background div.blog_sidebar div.category_archive ul li:nth-child(n+25), body.single-post div.grey_background div.blog_sidebar div.category_archive ul li:nth-child(n+25), body.search-results div.grey_background div.blog_sidebar div.category_archive ul li:nth-child(n+25), body.search-no-results div.grey_background div.blog_sidebar div.category_archive ul li:nth-child(n+25) {
  display: none;
}
@media screen and (max-width: 767px) {
  body.blog div.grey_background div.blog_sidebar, body.archive div.grey_background div.blog_sidebar, body.single-post div.grey_background div.blog_sidebar, body.search-results div.grey_background div.blog_sidebar, body.search-no-results div.grey_background div.blog_sidebar {
    width: 100%;
    clear: left;
    padding-left: 0px;
    padding-right: 0px;
  }
}

body.single-post div.top_block h1 {
  font-weight: bold;
  color: #000;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-bottom: 0px;
  font-size: 32px;
  text-transform: none;
}
body.single-post .next_prev_post {
  margin-top: 16px;
}
body.single-post .next_prev_post p.prev_link {
  float: left;
  text-align: left !important;
}
body.single-post .next_prev_post p.next_link {
  float: right;
  text-align: right !important;
}
body.single-post .next_prev_post p.prev_link, body.single-post .next_prev_post p.next_link {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 49%;
}
body.single-post .next_prev_post p.prev_link a, body.single-post .next_prev_post p.next_link a {
  color: #000;
  font-weight: bold;
  opacity: 1;
  transition: opacity 0.17s;
}
body.single-post .next_prev_post p.prev_link a:hover, body.single-post .next_prev_post p.next_link a:hover {
  opacity: 0.85;
}
body.single-post div.blog_block div.blog_post {
  padding: 15px;
  background-color: white;
  color: #000000;
  border-radius: 7px;
}
body.single-post div.blog_block div.blog_post .featured_img {
  padding-bottom: 20px;
  text-align: center;
}
body.single-post div.blog_block div.blog_post h1 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}
body.single-post div.blog_block div.blog_post span.date {
  font-style: italic;
  font-size: 16px;
}
body.single-post div.blog_block div.blog_post div.blog_content {
  font-size: 16px;
  color: #000000;
}
body.single-post div.blog_block div.blog_post div.blog_content p {
  color: #000000;
}
body.single-post div.blog_block div.blog_post div.blog_content div {
  max-width: 100%;
}
body.single-post div.blog_block div.blog_post div.blog_content figure img {
  border-radius: 12px;
}
body.single-post div.blog_block div.social_icons a {
  text-decoration: none;
}
body.single-post div.blog_block div.social_icons i.fa-circle {
  color: #545859;
}

div.search_box::after {
  margin-right: 10px;
}

input#s {
  width: 83%;
}

label.screen-reader-text {
  float: none !important;
}

.fab {
  font-family: Font Awesome\ 5 Brands;
}

.svg-inline--fa {
  vertical-align: -0.45em;
  text-align: center;
}

body.single .social-share p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 16px;
  color: #000000;
}
body.single .social-share .social-link {
  position: relative;
  width: 36px;
  height: 36px;
  color: white;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 2px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  margin: 0 10px;
  font-weight: normal;
}
body.single .social-share .social-link i {
  font-size: 18px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.single .social-share .social-link:hover, body.single .social-share .social-link:active {
  color: white;
}
body.single .social-share .social-twitter {
  background: #00aced;
}
body.single .social-share .social-twitter:hover, body.single .social-share .social-twitter:active {
  background: #0084b4;
}
body.single .social-share .social-facebook {
  background: #3B5997;
  margin-left: 0;
}
body.single .social-share .social-facebook:hover, body.single .social-share .social-facebook:active {
  background: #2d4372;
}
body.single .social-share .social-googleplus {
  background: #D64937;
}
body.single .social-share .social-googleplus:hover, body.single .social-share .social-googleplus:active {
  background: #b53525;
}
body.single .social-share .social-linkedin {
  background: #0074A1;
  margin-right: 0;
}
body.single .social-share .social-linkedin:hover, body.single .social-share .social-linkedin:active {
  background: #006288;
}

body.post-type-archive-tribe_events ul.event_cat_list {
  text-align: center;
}
body.post-type-archive-tribe_events ul.event_cat_list li {
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
  color: black;
  padding: 7px 12px;
  margin-bottom: 5px;
}
body.post-type-archive-tribe_events ul.event_cat_list li[data-slug=events] {
  background-color: #bbbcbc;
}
body.post-type-archive-tribe_events ul.event_cat_list li[data-slug=practical-tasks] {
  background-color: #d0d3d4;
}
body.post-type-archive-tribe_events ul.event_cat_list li[data-slug=walk_tour] {
  background-color: #e0e3e4;
}

body.single-tribe_events h1.tribe-events-single-event-title {
  font-size: 24px !important;
  color: #000 !important;
  margin-bottom: 5px !important;
  font-weight: bold;
  text-transform: uppercase;
}
body.single-tribe_events h2.tribe-events-single-event-date-holder {
  font-size: 18px !important;
  color: #000 !important;
  font-style: italic;
  font-weight: normal !important;
}
body.single-tribe_events div.tribe-events-schedule {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.single-tribe_events .tribe-events-button {
  background-color: #666666 !important;
}
body.single-tribe_events .tribe-events-single-section-title {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold;
}
body.single-tribe_events .tribe-events-meta-group-details {
  color: #000 !important;
}
body.single-tribe_events .display_block {
  display: block;
}
body.single-tribe_events #tribe-events-header {
  display: block !important;
}
body.single-tribe_events #tribe-events-header ul li {
  list-style-type: none;
  float: left;
}
body.single-tribe_events #tribe-events-header ul li.tribe-events-nav-next {
  float: right;
}
body.single-tribe_events #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, body.single-tribe_events #tribe-events-header .tribe-events-sub-nav li {
  display: block !important;
}
body.single-tribe_events a.tribe-events-ical, body.single-tribe_events a.tribe-events-gcal {
  text-transform: none !important;
  font-weight: bold !important;
}
body.single-tribe_events .tribe-events-single-event-description {
  color: #000;
}
body.single-tribe_events .tribe-events-single-event-description p {
  color: #000;
}
body.single-tribe_events .tribe-events-event-meta dl {
  color: #000;
}

body.page-template-template-flexible div.background_white {
  background: #f1f2f2;
}
body.page-template-template-flexible div.background_grey {
  background: #dfe1e2;
}
body.page-template-template-flexible h2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: black;
}
body.page-template-template-flexible h2 a {
  color: inherit;
}
body.page-template-template-flexible h2 a:hover {
  color: #545859;
}
body.page-template-template-flexible h3 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  color: black;
}
body.page-template-template-flexible h3 a {
  color: inherit;
}
body.page-template-template-flexible h3 a:hover {
  color: #545859;
}
body.page-template-template-flexible h1 {
  text-transform: uppercase;
}
body.page-template-template-flexible h1 a {
  color: inherit;
}
body.page-template-template-flexible h1 a:hover {
  color: #545859;
}
body.page-template-template-flexible p {
  font-size: 16px;
}
body.page-template-template-flexible .background_image span {
  display: none;
}
body.page-template-template-flexible .lightbox {
  position: relative;
  max-width: 90%;
}
body.page-template-template-flexible .lightbox span {
  position: absolute;
  top: 0px;
  right: 0;
  transform: translate(100%, -100%);
  font-size: 2em;
  color: white;
  cursor: pointer;
}

body.page-template-template-flexible div[data-block="2_column_image_text"] div.column_holder {
  display: flex;
  flex-wrap: wrap;
}
body.page-template-template-flexible div[data-block="2_column_image_text"] div.column_holder div.col {
  width: 25%;
  align-items: stretch;
}
body.page-template-template-flexible div[data-block="2_column_image_text"] div.column_holder div.col div.background_image {
  height: 100%;
}
body.page-template-template-flexible div[data-block="2_column_image_text"] div.column_holder div.col div.background_image img {
  display: none;
}
body.page-template-template-flexible div[data-block="2_column_image_text"] div.column_holder div.col div.text_holder {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.page-template-template-flexible div[data-block="2_column_image_text"] div.column_holder div.col div.text_holder {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 720px) {
  body.page-template-template-flexible div[data-block="2_column_image_text"] div.column_holder div.col {
    width: 50%;
    margin-bottom: 20px;
  }
  body.page-template-template-flexible div[data-block="2_column_image_text"] div.column_holder div.col:nth-of-type(n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-template-flexible div[data-block="2_column_image_text"] div.column_holder div.col {
    width: 100%;
    margin-bottom: 0;
  }
  body.page-template-template-flexible div[data-block="2_column_image_text"] div.column_holder div.col div.background_image img {
    display: block;
    visibility: hidden;
  }
}

body.page-template-template-flexible div[data-block="3_column"] div.column_holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.page-template-template-flexible div[data-block="3_column"] div.column_holder div.col {
  width: 30%;
  text-align: center;
}
body.page-template-template-flexible div[data-block="3_column"] div.column_holder div.col h2 {
  padding-bottom: 5px;
}
body.page-template-template-flexible div[data-block="3_column"] div.column_holder div.col .background_image {
  padding-bottom: 93%;
  margin-bottom: 30px;
  border-radius: 8px;
}
body.page-template-template-flexible div[data-block="3_column"] div.column_holder div.col .background_image img {
  display: none;
}
@media screen and (max-width: 600px) {
  body.page-template-template-flexible div[data-block="3_column"] div.column_holder div.col .background_image {
    margin-bottom: 0;
  }
}
body.page-template-template-flexible div[data-block="3_column"] div.column_holder div.col .text_holder {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  body.page-template-template-flexible div[data-block="3_column"] div.column_holder div.col .text_holder {
    text-align: left;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-template-flexible div[data-block="3_column"] div.column_holder div.col .text_holder {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-template-flexible div[data-block="3_column"] div.column_holder div.col:last-of-type {
    margin-bottom: 0;
  }
  body.page-template-template-flexible div[data-block="3_column"] div.column_holder div.col:last-of-type .text_holder {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-template-flexible div[data-block="3_column"] div.column_holder div.col {
    width: 100%;
  }
}

body.page-template-template-flexible div[data-block=hero] div.hero {
  position: relative;
  min-height: 250px;
  border-radius: 12px;
}
body.page-template-template-flexible div[data-block=hero] div.hero img {
  visibility: hidden;
}
body.page-template-template-flexible div[data-block=hero] div.hero div.text_holder {
  color: #000;
  position: absolute;
  top: 70px;
  left: 35px;
}
body.page-template-template-flexible div[data-block=hero] div.hero div.text_holder h2 {
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 30px;
  width: 250px;
}
body.page-template-template-flexible div[data-block=hero] div.hero div.text_holder h2 span:nth-child(1), body.page-template-template-flexible div[data-block=hero] div.hero div.text_holder h2 span:nth-child(2), body.page-template-template-flexible div[data-block=hero] div.hero div.text_holder h2 span:nth-child(6) {
  font-size: 40px;
  font-weight: bold;
}
body.page-template-template-flexible div[data-block=hero] div.hero div.text_holder h2 span:nth-child(3), body.page-template-template-flexible div[data-block=hero] div.hero div.text_holder h2 span:nth-child(4), body.page-template-template-flexible div[data-block=hero] div.hero div.text_holder h2 span:nth-child(5) {
  font-size: 30px;
  font-weight: bold;
}
body.page-template-template-flexible div[data-block=hero] div.hero div.text_holder h3 {
  width: 250px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  body.page-template-template-flexible div[data-block=hero] div.hero div.text_holder {
    top: 50%;
    transform: translateY(-50%);
  }
}

body.page-template-template-flexible div[data-block=embed_block] {
  text-align: center;
}
body.page-template-template-flexible div[data-block=embed_block] * {
  max-width: 100% !important;
}
body.page-template-template-flexible div[data-block=embed_block] iframe {
  border-radius: 12px;
}
@media screen and (max-width: 480px) {
  body.page-template-template-flexible div[data-block=embed_block] iframe {
    max-height: 260px;
  }
}
@media screen and (max-width: 400px) {
  body.page-template-template-flexible div[data-block=embed_block] iframe {
    max-height: 210px;
  }
}

body.page-template-template-flexible div[data-block=full_text] div.text iframe {
  max-width: 100% !important;
}
@media screen and (max-width: 480px) {
  body.page-template-template-flexible div[data-block=full_text] div.text iframe {
    max-height: 260px;
  }
}
@media screen and (max-width: 400px) {
  body.page-template-template-flexible div[data-block=full_text] div.text iframe {
    max-height: 210px;
  }
}
body.page-template-template-flexible div[data-block=full_text] div.text div {
  max-width: 100% !important;
}
body.page-template-template-flexible div[data-block=full_text] div.text img {
  border-radius: 12px;
}
@media screen and (max-width: 767px) {
  body.page-template-template-flexible div[data-block=full_text] div.text {
    padding-left: 15px;
    padding-right: 15px;
  }
}

body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row div.background_image {
  float: left;
  width: 50%;
  border-radius: 12px;
}
@media screen and (max-width: 480px) {
  body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row div.background_image {
    width: 100%;
  }
}
body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row div.background_image img {
  visibility: hidden;
}
body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row:nth-child(even) div.background_image {
  order: 3;
}
@media screen and (max-width: 480px) {
  body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row:nth-child(even) div.background_image {
    order: 1;
  }
}
body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row div.text_holder {
  float: right;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  order: 2;
}
body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row div.text_holder div.table {
  display: table;
  height: 100%;
}
body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row div.text_holder div.table div.inner_text {
  display: table-cell;
  vertical-align: middle;
}
body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row div.text_holder div.table div.inner_text div.inner_inner ul {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row div.text_holder {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row div.text_holder {
    width: 100%;
  }
}
body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row:nth-child(odd) div.text_holder {
  padding-left: 25px;
}
body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row:nth-child(odd) div.text_holder:not(.no_side_padding) {
  padding-right: 25px;
}
body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row:nth-child(even) div.text_holder {
  padding-right: 25px;
}
body.page-template-template-flexible div[data-block=alternating_2_column] div.alternating_holder div.row:nth-child(even) div.text_holder:not(.no_side_padding) {
  padding-left: 25px;
}

div[data-block=breadcrumb] h1 {
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
}

/* Other
------------------------------------------------------------------------------------ */
.div_404 {
  text-align: center;
}
.div_404 h1 {
  color: #353535;
}

/* Hall of shame
------------------------------------------------------------------------------------ */

/*# sourceMappingURL=style.css.map */
