@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
 :root {
  --cat-one: #6290af;
  --cat-two: #ba640d;
  --cat-three: #8c3c8e;
  --cat-four: #b22d36;
  --cat-five: #d6af13;
}
/*********************
FONTS
*********************/
/* @font-face {
    font-family: Calibri;
    src: url(https://bhfood.org.uk/wp-content/themes/bh-food/assets/fonts/Calibri.ttf);
}
@font-face {
    font-family: Lubalin Md;
    src: url(https://bhfood.org.uk/wp-content/themes/bh-food/assets/fonts/LubalinGraphStd-Medium.otf);
}
@font-face {
    font-family: Lubalin Demi;
    src: url(https://bhfood.org.uk/wp-content/themes/bh-food/assets/fonts/LubalinGraphStd-Demi.otf);
    src: url(https://bhfood.org.uk/wp-content/themes/bh-food/assets/fonts/LubalinGraphStd-Demi.woff);
} */
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/new/Calibri.woff2') format('woff2'),
        url('../fonts/new/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/new/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/new/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lubalin';
    src: url('../fonts/new/LubalinGraphStd-Demi.woff2') format('woff2'),
        url('../fonts/new/LubalinGraphStd-Demi.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lubalin';
    src: url('../fonts/new/LubalinGraphStd-Medium.woff2') format('woff2'),
        url('../fonts/new/LubalinGraphStd-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*********************
TYPOGRAPHY
*********************/
body {
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    color: #666666;
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link, a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
p, li {
    /* font-size: 1.3rem; */
		font-size: 1.1em;
    line-height: 1.45;
}
h1, h2, h3, h4, h5 {
    font-family: 'Lubalin', Arial, sans-serif;
    font-weight: bold;
		line-height: 1.25;
    color:#666666;
}
.clear-left{
  clear:left;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }
.white{
  color:#fff;
}
hr{
      border-bottom: 1px solid #5b8f22;
}
/*********************
FORM STYLES
*********************/
input{
  border-radius:3px;
}
/*required foundation overrides*/
[type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea{
    border-radius:3px;
}
.button .button, .button .button:hover{
  margin:0;
  padding:0.1em 0 0 0;
  background:transparent;
}
form:not(.search-form){
  overflow: auto;
      background-color:#ebebeb;
    padding:20px 0;
        border-radius: 3px;
}
#map-search{
  padding:0;
}
#map-search .location input{
  margin-bottom:0;
}
#map-search .location small{
  margin-bottom:1rem;
  display: block;
}
.view-wrapper{
  background:#8c3c8e;
}
.view-wrapper .button.secondary{
  margin-top: 1em;
  margin-bottom: 0;
  line-height: 2;
  padding-bottom: 2em;
  border-radius: 0;
  margin-right: 0;
  background:#c49cc5;
}
.view-wrapper .button.secondary:hover, .view-wrapper .button.secondary:focus, .view-wrapper .button.secondary:active
{
  background:#fff;
  color:#8c3c8e;
}
.view-wrapper .button.selected{
  background:#fff;
}
#list_view_container{
  padding-top:1em;
}
form.wpcf7-form p{
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;

}
form.wpcf7-form{
  max-width: 66.66667%;
  width: 66.66667%;
  margin-bottom:1em;
}

/*********************
DIRECTORY MAP STYLES
*********************/
.control-wrapper .button{
  margin-left:0;
  padding-top: 0.1em;
}

.weekday-controls .row{
  margin:0;
}
.weekday-controls .columns{
  padding:0;
  width:14%;
  text-align:center;
}
.control-wrapper {
  background: #ebebeb;
    padding: 1em 0.5em;
    border: 1px solid #cacaca;
    margin:0 20px;
    overflow: auto;
}
  .control-wrapper .row{
    margin-left:0;
    margin-right:0;
  }
#list-view .row{
  margin-left:0;
  margin-right:0;
  margin-bottom:20px;
}
.gm-style-iw p{
    font-family: 'Calibri', Arial, sans-serif;
    font-size: 1.1rem;
}
.gm-style img.wp-post-image{
  max-width:100%;
}
.gm-style h5{
  clear:both;
}
#list-view img{
  width:20%;
  float: left;
  margin-right:10px;
  margin-bottom:10px;
}
.listviewDetail p{
  font-size: 1.1rem;
}
  .listviewDetail a.button{
    font-size:0.9rem;
    font-family: 'Calibri', Arial, sans-serif;
  }
  #list-view .row{
    border-bottom:1px solid #cacaca;
  }
  #list-view .row:first-child{
      padding-top:20px;
  }


/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
ACESSIBILITY ICON STYLES
*********************/
.wp_user_stylesheet_switcher_icon_s1_2{
  width:3.2em;
}
.wp_user_stylesheet_switcher_icon_s1_1{
  width:2.8em;
}
.wp_user_stylesheet_switcher_icon_s1_0{
  width:2em;
}
.wp_user_stylesheet_switcher_button.wp_user_stylesheet_switcher_icon_s2_0,
.wp_user_stylesheet_switcher_button.wp_user_stylesheet_switcher_icon_s2_1 {
    width: 3rem;
}
.wp_user_stylesheet_switcher{
  display: block;
  margin-bottom: 1em;

}
.access-menu a{
  color:#fff;
}
.access-menu a:hover, .access-menu a:focus, .access-menu a:active{
  color:#000;
}
#saveaccess.button{
  background:#fff;
  color:#000;
  margin-left:0;
}
#saveaccess.button:hover, #saveaccess.button:focus, #saveaccess.button:active{
  color:#fff;
  background:#000;
}
#saveaccess.button:after{
      border-left: 15px solid #fff;
}
#saveaccess.button:hover:after, #saveaccess.button:focus:after, #saveaccess.button:active:after{
   border-left: 15px solid #000;
}
.contrast button{
  width:180px;
}
/*********************
NAVIGATION STYLES
*********************/
    .title-bar {
        display: none;
    }
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }
/*********************
ADD This STYLES
*********************/
.sharethis{
  border-top: 1px solid #5b8f22;
  display: inline-block;
  padding-top: 0.5em;
  margin-top:1em;
  clear:both;
  float: right;
}
.sharethis h5{
  float: left;
}
.sharethis span{
  float: right;
  margin-left: 1em;
  clear:none!important;
}
/*********************
POSTS & CONTENT STYLES
*********************/
a[rel="email"]{
    overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
    word-break: break-word;
}
.profile img{
  border-radius:50%;
  margin-bottom:1em;
}
.directors img{
    float: left;
    width: 20%;
    margin-right: 10px;
    min-width: 80px;
}
.directors .wrapper{
    margin-left: calc( 20% + 10px );
}
.profile p{
  font-size: 1.1rem;
}
.profile.directors{
  font-size:1.2rem;
}
ul.team{
  margin:0 0 1em 0;
  padding:0;
  list-style-type: none;
  clear:both;
}
li.profile{
  max-width:11em;
  width:11em;
  margin-bottom:1em;
}
li.profile.directors{
  max-width:100%;
  width:100%;
}
.column.profile:last-child:not(:first-child){
  float: left;
}
ul.monthly-tips{
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 2.5em;
    /* margin-top: -30px; */
    overflow: auto;
}
ul.monthly-tips li{
  display: inline-block;
}
ul.monthly-tips li a.button{
    margin: 0 1em 1em 0;
  }

#content #inner-content {
  padding: 1rem 0rem 0rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto;
	margin-bottom: 1.5em;
	}

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
	clear: left;
}

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
	clear: right;
  margin-bottom: 1em;
}

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }


.contentBox{
  border:2px dashed grey;
  border-radius:5px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom:1.5em;
}
.contentBox + .contentBox{
  margin-right:0;
}
.contentBox .thumb{
  width:100%;
  margin: 0.5em 0 1em 0;
}
.contentBox + .contentBox:not(.medium-6){
  margin-top:1.5em;
}
.contentBox + .contentBox.medium-4{
  margin-top: 0;
}
@media screen and (min-width: 40em){
	.contentBox.medium-6{
	  margin-right:2%;
	}
	.contentBox.medium-6 + .contentBox.medium-6, .contentBox.medium-6 + .contentBox.medium-6 + .contentBox.medium-6 + .contentBox.medium-6{
	    margin-right: 0;
	    width: calc(50% - 2%);
	}
	.contentBox.medium-6 + .contentBox.medium-6 + .contentBox.medium-6{
	  margin-right:2%;
	  width:50%;
	}
}
.ContentBoxInner + .float-right{
	margin-top: 0.5em;
}
.content .attachment{
    display: inline;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
.projectStatus{
    margin: 30px 0 0 0;
    padding: 0.5em 1em;
    background: #fff;
    color: #5b8f22;
    margin-bottom: 0;
    text-align: left;
    font-size: 1.1rem;
    display: inline-block;
    float: right;
    border-radius: 5px 5px 0 0;
    font-weight:bold;
}
.partnerLogos{
  margin-top:1em;
}
#projectOwners ul{
  list-style-type: none;
  margin:0;
  padding:0;
}
#projectOwners li{
  font-weight: bold;
  display: inline-block;
}
#projectOwners li:after{
  content:',';
  margin-right:0.5em;
}
#projectOwners li:first-child{

}
#projectOwners li:last-child:after{
  content:"";
}
.archive .content p.attachment {
    display:none;
}
/*********************
EVENT STYLES
*********************/
.entry-content #events{
  clear:left;
}
.card.event{

}
.project .card.event{
  border:1px solid #666;
}
.project #events .column.panel {
    width: 100%;
}
.project #events .panel .type{
  display: none;
}
.project #events .card>:last-child{
  margin:0;
}
/*.project #events .card hr{
    display: inline;
}*/
.project #events .blurb{
  font-size: 1.2rem;
}

.column .date{
  padding: 0 10px;
  text-align: center;
}
 .date{
  margin-bottom:1em;
 }
.date *{
  display: block;
  margin:0;
}
.date i.fa{
  float: left;
}
.dateMeta{
    max-width: 4em;
    margin-right: 0.5em;
}
.archive-grid .event .dateMeta, .project .dateMeta{
    width: 4em;
    margin-right: 0;
    float: left;
}
.dateMeta p{
  color:#5b8f22;
  line-height: 1;

}
.dateMeta .daymonth{
    background: #5b8f22;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.1;
    padding-top: 5px;
}
.dateMeta .daymonth h4{
  color:#fff;
}
.dateMeta .year{
  background: #ebebeb;
  color:#000;
}
.content .card.event .description{
    font-family: 'Calibri', Arial, sans-serif;
    line-height: 1.2;
    padding-right: 0;
    display: block;
}
.card.event .location{
  color:#666;
  font-size: 1em;

}
.card.event .location p{
  margin:0;
}
.project .card.event .location{
    font-size: 1.1rem;
    float: left;
}
.card.event .location i{
    color:#5b8f22;
    margin-right:5px;
}
.docslist .columns{
  padding-bottom: 1em;
}
.docslist .columns:last-child:not(:first-child){
  float: left;
}
.docslist h5{
  line-height:1.2;
}
.docslist img{
  margin-bottom:0.5em;
}
.docslist p{
      font-size: 1.2rem;
    line-height: 1.2;
}
.blockLink:hover{
  background:#ccc;
}
.tabs-content{
  border-radius:0 0 3px 3px;
  border-color:#767676;
  color: #666666;
}
.tabs-title{
    border:1px solid #767676;
    border-radius:0;
    border-width:1px 1px 0 0;
}
.tabs-title:first-child{
  border-left-width:1px;
}
.tabs-title>a{
  font-size: 1.2rem;
  color: #666666;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true], .tabs-title>a:hover{
  background: #666666;
  color: #fff;
}
.tabs{
  border:1px solid #767676;
  border-width:0 0 1px;
}
.archived{
  background: #b22d3633;
  border-radius: 3px;
  margin-bottom: 0.5em;
  border: 2px solid #b22d36;
  padding: 0.5em;
  color:#b22d36;
}

.events-grid {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.events-grid.blurb{
  padding-bottom: 0;
}
.events-grid > div:first-child {
  order: 1;
}
.events-grid > .small-12.column {
  order: 5;
}
.events-grid.row::after, .events-grid.row::before{
  order: 2;
}
.events-grid.row::after{
  height: 0;
}

/*********************
BMI CALCULATOR STYLES
*********************/
#form_wrapper .button{
  margin:0;
}
#form_wrapper input.button{
  padding:0;
}
#bmi .row{
  margin:0;
}
#bmi{
    max-width: 20em;
    margin: 1em 0;
    background-color: transparent;
    padding: 0;
}
#bmi .row .columns{
  padding:0;
}
#bmi .age-group, #bmi .child-only{
  background:#ebebeb;
}
#bmi .child-only, #bmi .child label, #bmi .adult label{
  padding:0 0.5em;
}
#bmi .measurement-type{
  margin-top:1.5em;
  padding-top:0.5em;
  border-top:2px solid #ebebeb;
}
#bmi .gender.child-only{
  padding-top:0.5em;
}
#bmi .adult{
  background:#fff;
  border:1px solid #ebebeb;
  border-width:1px 0 0 1px;
}
label>[type=checkbox], label>[type=radio]{
  margin-left:0.5em;
}
/*********************
HOMEPAGE STYLES
*********************/
.home-intro{
/*    margin: -30px 30px 1em -30px;
    margin-bottom: 1em;
    overflow: auto;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 66.66666%;
    width: calc(100% + 60px);*/

/*        width: calc(100% + 60px);
    /* margin-bottom: 20px; */
/*    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;*/
    margin-top: 0;
   /* display: flex;
    flex-wrap:wrap;*/
    margin: 0;
    /*overflow: auto;*/
}
.home-intro img{
  width: 100%;
	margin-bottom: 1rem;
}
.home-intro h3{
  color:#5B8F22;
    border-bottom: solid 2px;
    padding-bottom: 0.25em;
}
.home-intro > div{
	overflow: hidden;
}
@media all and (min-width:40em){
  .home-intro-2{
    padding-left: 2rem;
		font-size: 0.9em;
  }
}
@media all and (min-width:64em){
	.home-intro img{
		float: left;
		width:20rem;
		max-width: 50%;
		margin-right:2rem;
		margin-bottom: 0;
	}
}
.home-intro-2 img{
  margin-bottom:1rem;
}
.home-intro p{
	line-height: 1.25;
}
.home-intro a,
.home-intro strong{
	margin-top: 0.5em;
	display: inline-block;
}
.home-intro-2 p{
	line-height: 1.25;
}
.home-heading{
  display: inline-block;
  clear: both;
  width:100%;
  text-align:center;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}

.home-heading h2{
  display: inline-block;
  color:#275937;
  font-weight:normal;
  border-bottom:solid 2px #275937;
	font-size: 1.75em;
	padding-bottom: 0.5em;
}

.homethumb{
      background-size: cover;
    background-position: center;
    border-radius: 3px;
}
.homethumb .home-intro-btn {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 300px;
    padding: 0.6rem 0.8rem 0.4rem;
    font-size: 1rem;
    color: white;
    line-height: 1.45;
    background-color: #d19939;
    border-style: solid;
    border-color: white;
    border-width: 3px 0 3px 3px;
    font-family: 'Lubalin';
    font-weight: normal;
}
.homethumb .home-intro-btn::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 100%;
    border-top: 42px solid transparent;
    border-bottom: 42px solid transparent;
    border-left: 25px solid #d19939;
}
@media screen and (max-width: 1383px) {
    .homethumb .home-intro-btn {
        /* height:90px; */
    }
    .homethumb .home-intro-btn::after {
        right: -20px;
        border-top: 45px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 20px solid #d19939;
    }
}
@media screen and (max-width: 1023px) {
    .homethumb .home-intro-btn {
        width: 90%;
    }

}
@media screen and (max-width: 831px) {
    .homethumb .home-intro-btn {
        /* height:112px; */
    }
    .homethumb .home-intro-btn::after {
        border-top: 53px solid transparent;
        border-bottom: 53px solid transparent;
    }
}
@media (max-width: 40em) {
    .homethumb .home-intro-btn {
        display:none;
    }
}
.homeslider.columns{
  padding:0;
/*  background: #666666;*/
  border-radius: 3px;
}
.home-intro .intro-content{
    border: 2px dashed #cacaca;
    border-radius: 5px;
    padding: 0.8em;

 /*   min-height:230px;*/
}
.n2-ss-slider-align-visible{
  border-radius:3px;
  overflow:hidden!important;
}
.home-intro .intro-content p{
      font-size: 1.4rem;
      color: #5b8f22;
}
.home-intro .intro-content p + p{
    margin-top:1em;
}
.home .card h3{
  font-size: 1.3rem;
      margin: 1.5em 0 1em;
}
.home .entry-content h3{
        margin-bottom: 1em;
}

.home .archive-grid{
  margin-bottom:2em;
}
.home .news.archive-grid{
  margin-bottom:0;
}
.home .card{
/*
    border-radius:3px;*/
/*    border: 1px solid #fff;*/
/*    padding-left:10px;
    padding-right:10px;*/
}
p.byline{
  border-bottom: 1px solid #5b8f22;
display: inline-block;
}

.home .news .card{
  border-color:#5b8f22;
   border-bottom:2px solid #5b8f22;
}

.home .news .card.hastype>:last-child{
  margin-bottom:1em;
}
.home .card .border{
/*    border: 2px solid green;
    border-radius: 3px;
    overflow: auto;
    padding: 0.5em;*/
}
.home .card .thumb {
 /*   height: 180px;
    width: calc(100% + 1em);
    margin: -.5em;
    margin-bottom: 1em;*/

}
.home ul.news{
    margin: 0 0 1em 0;
    list-style-type: none;

}
.home ul.news li.column{
/*    margin: 0 0 1em;
    padding-left: 0;
    padding-right:2em;*/
    padding-bottom:1em;
    padding-right:10px;
    padding-left:0;

}
.home ul.news .newsborder{
     border:1px solid #cacaca;
     overflow: auto;
     border-radius:3px;
}
.home ul.news li p a{
    font-weight: normal;
    display: block;
}
.home .news p{
/*  line-height:1.2;
      padding: 0.5em 0.8em;*/


}
.home .news .newsthumb{
        background-size: cover;
    background-position: center;
}
/*.home .news p + p{
  color:#666;
}*/
/*.home .news img{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    border-radius:3px;
}*/
.home .partner_logos img{
    height: 100px;
    width: auto;
    float: left;
    margin: 0 10px 10px 0;
}
.home .entry-content aside{
  margin:0;
}
.entry-content aside h4{
  margin-top:.5em;
}
.home .event .blurb{
  background: #f4f4f4;
      margin-bottom: 0!important;

}
.home .event .dateMeta, .home .event .dateMeta .year{
    background: #fff;
    padding-top: 7px;
    margin-right: 10px;
  }

.home .event .thumb{
  margin-top:1em;
}
.home .events.plain .panel .thumb, .home .events.plain .panel hr, .home .events.plain .panel .location{
  display: none;
}
.home .events.plain .blurb{
  width:100%;
}
.home .actions .column{
  text-align: center;
}
.archive-grid.actions{
    margin-top: 2em;
    padding: 1.2em 0 0;
    margin-right:0!important;
    margin-left:0!important;
    border-radius:3px;
}
.archive-grid.actions a{
      margin: 0 0 .5em 0.5em;
      background: #f6f9ed;
      display: block;
      padding: 0.5em;
}
.archive-grid.actions .column{
  padding: 0;
}
.archive-grid.actions .column:first-child a{
  background:url(/wp-content/themes/bh-food/assets/images/hove-luncheon-club.jpg) no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  height:100%;
}
.archive-grid.actions .column:first-child a:after{
  content: "";
  position: absolute;
  background: url(/wp-content/themes/bh-food/assets/images/takeaction-arrow.png) no-repeat;
      background-size: auto auto;
  background-size: contain;
  top: -25px;
  left: -7px;
  width: 100%;
  max-width:150px;
  height: 50%;
}
.archive-grid.actions i.fa{
  font-size: 1.5em;
}
.archive-grid.actions h3{
  font-size:1em;
  margin:0;
}
.archive-grid.actions a:hover h3, .archive-grid.actions a:focus h3, .archive-grid.actions a:active h3{
  color: #b22d36;
}
.content .actions .secondary{
  margin:0 0 1.2em;
  width:100%;
  font-size: 1.1rem;
}
.content .actions a:hover{
/*  border-width:6px;
  margin-right:0;
  margin-left:0;
  color:#5b8f22;*/
}
.home .actions div{
  position: relative;
}

/*********************
DIRECTORY STYLES
*********************/
.access-icons i{
  margin-right:12px;
}

#list_view_container{
  display:none;
}


/*********************
Resource library STYLES
*********************/
.blurb .fa{
 color:#5b8f22;
 margin-right:0.5em;
}
.tax-resources_cat .card>:last-child{
  margin-bottom:0;
}
/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }



/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
#inner-footer a{
  color:#5b8f22;
}
#inner-footer a:hover{
  color: #b22d36;
}
#inner-footer .button{
  background-color: #5b8f22;
}
#inner-footer .button:after{
  border-left-color: #5b8f22;
}
#inner-footer .button:hover:after{
  border-left-color: #b22d36;
}
#inner-footer .button:hover{
  background-color: #b22d36;
}
.footer p, .footer li{
  font-size:1.2rem;
}
.footer .footerNav li, #legals li, .footer, .footer p, .footer label{
  font-size: 1rem;
}
.footer h3{
  font-size: 1.7rem;
  padding-bottom:0;
}
.footer form{
  padding:0;
}
.footer_illustrations{
  position: relative;

}
.footer_illustrations img{
    position: absolute;
    bottom: -65px;
    z-index: -1;
}
.footer_illustrations img.apple{
    right: 0;
    display: none;
    bottom: -132px;
    width: 320px;

}
.footer_illustrations img.logo{
  width:200px;
    display: none;
}
.footer {
  clear: both;
  /* background-color:#449200; */
	background-color: #fff;
  color:#fff;
}
nav.footer-tags {
    background:#5b8f22;
    padding:15px 0;
      text-align: center;
}
nav.footer-tags ul li {
    border-left:0.05rem solid #ffffff;
}
nav.footer-tags ul li a {
    font-family: 'Lubalin';
    font-weight: normal;
    color:#ffffff!important;
    padding:0 25px;
    line-height: inherit;
    padding: 0.1em 25px 0;
    white-space: nowrap;
}
nav.footer-tags ul li:last-child {
    border-right:0.05rem solid #ffffff;
}
nav.footer-tags ul li.active a, nav.footer-tags ul li a:hover, nav.footer-tags ul li a:focus, nav.footer-tags ul li a:active {
    color: #5b8f22!important;
    background:#ebebeb;

}

.newsletter-banner{
  padding:2rem 3rem;
  background-color:#005b33;
  border-radius:5px;
}

.newsletter-banner h3{
  color:#fff;
  float:left;
  margin:0;
}

.newsletter-banner a{
  float: right;
  background-color: #5B8F22;
  color: #fff !important;
  font-size: 1.5rem;
  padding: 0 1em;
  font-weight: bold;
  position: relative;
  margin-right:18px;
}

.newsletter-banner a:after {
    content:'';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-left: solid 18px #5B8F22;
    border-top: solid 18px transparent;
    border-bottom: solid 18px transparent;
}

#menu-content-type-navigation{
  display: inline-block;

}
/*.legals{
      font-size: 1.1rem;
}
*/
#copyright {
    padding: 30px 0;
    background-color: #fff;
    font-size: 1rem;
    color: white;
    background: #666;
}
.footerNav .links ul{
  display: inline-block;
}
.footerNav .links a {
    font-weight: normal;
    color: #666666!important;
    padding: 0.3em 0.5em 0.3em 0;
    display: inline;

}
.footerNav .links a:hover, .footerNav .links a:active, .footerNav .links a:focus{
  background: #fff!important;
  border-radius: 3px;
/*  color: #fff;*/
}
.footerNav .links ul{
  margin-bottom:1em;
}
.footerNav .links li{
    display: block;
    margin-bottom: 0.8em;
    line-height: 1.2;
}
.footerNav .links li:first-child a{
  font-weight:bold;
}
/*.footerNav .links li:before{
    content: " | ";
    display: inline;
    font-size: 1rem;
    vertical-align: middle;
}
.footerNav .links li:first-child:before{
  content:"";
}*/

#newsletter, .footerNav {
    background-color:#ebebeb;
    padding:20px 0;
}

#newsletter .button{
  margin-left: 0;
  margin-top:1em;
}
.footerNav ul{
  display: inline-block;
}
.contact-us-header{
  padding:20px 0;
  clear: left;
}
.contactMap{
  padding-top:20px;
}
dl{
    margin-bottom:1em;
  overflow: auto;
}
dt, dd {
  float: left;
  clear:left;
}
.call-us-list dd{
  clear:none;
}
dt {
  clear:both;
  margin-right:0.3em;
}
.address-list dt{
  float: none;
}
.contactAddress ul{
  list-style-type: none;
  margin:0;
}
.contactAddress ul li{
  margin-bottom:.3em;
  font-size: 1.1em;
}
#newsletter .medium-6{
    max-width:23em;
}
label{
  font-size: 1.1rem;
}
#menu-legals{
  display: block;
  overflow: auto;
  margin: 1em 0;
  text-align:center;
}
#menu-legals li{
  display: inline-block;
}
#menu-legals a{
  /* color:#fff; */
  font-weight:bold;
	display: inline-block;
}
#menu-legals li::after{
	content: '|';
	color: #5b8f22;
}
#menu-legals li:last-child::after{
	content: none;
}
#menu-legals.menu .active > a{
  color:#666666;
}
.footer .copyright{
	color: #5b8f22;
}
.footer .copyright a{
	color: #5b8f22;
}
.footer .copyright a:hover{
	color: #b22d36;
}
.footer .copyright + p{
	color: #5b8f22;
}
.footer-logos > .row{
  text-align:center;
}
.footer-logos img, .footer-logos a img{
  width: 100%;
  max-width: 180px !important;
  padding: 2.25rem;
}
@media all and ( max-width: 64em ){
  .footer-logos img, .footer-logos a img{
    max-width: 220px !important;
  }
}
@media all and ( max-width: 40em ){
  .footer-logos img, .footer-logos a img{
    max-width: none !important;
    width: 50% !important;
  }
}
.footer-section iframe{
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
}
.copyright a{
  color:#ccc;
}
.copyright a:hover, .copyright a:focus{
  color:#fff;
}
/*********************
FOUNDATION STYLES
*********************/
a, a h4 {
    color:#5b8f22;

}
a:focus, a:hover, a:hover h4, a:focus h4 {
    color:#b22d36;
}
.content p a{
    font-weight:bold;
}
.column, .columns {
/*    padding-right: 20px;
    padding-left: 20px;*/
}
.column.panel {
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    max-width: 1400px;
}
.narrow-row.row{
	max-width: 1000px;
}
.top-bar {
    background-color:transparent;
    padding: 25px;
 /*   position: relative;*/
    display: none;
}
.top-bar-right {
	width: 75% !important;
    /* max-width: 42em; */
  /*  min-width: 45em;*/
}
#menu-top-bar {
    float: none;
    margin-right:1em;
}
#accessMenu{
    right: 40px;
    font-size: 1.5em;
    line-height: 1.8;
    color: #666;
    position: absolute;
    z-index:2;
    top:2.25rem;
/*    right: 18em;*/
}
#accessMenu span{
  font-size: 0.8em;
  vertical-align: middle;
}
#accessMenu i{
  vertical-align: middle;
}
input::placeholder{
    color: #666666;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: #666666;
}
input::-moz-placeholder { /* Firefox 19+ */
      color: #666666;
}
input:-ms-input-placeholder { /* IE 10+ */
      color: #666666;
}
input:-moz-placeholder { /* Firefox 18- */
      color: #666666;
}
#accessMenu:hover, #accessMenu:active, #accessMenu:focus{
    color: #5b8f22;
}
.top-bar ul {
    background:transparent;
}
.top-bar input {
 /*   width: 250px;*/
    /* max-width: 20em; */
}
.top-bar-left {
    padding: 20px 25px 0;
    z-index: 999;
    position: relative;
    width: 25%;
    min-width: 170px;
}
.menu .active > a {
    background:transparent;
}
.title-bar {
    position:absolute;
    right: 10px;
    top: 2rem;
    color: #000;
    background:transparent;
}
@media screen and (min-width: 40em){
	.title-bar {
		top: 2.5rem;
	}
}
.admin-bar .title-bar {
	/* top: calc(50% - 0.8em); */
}
.menu-icon {
  width: auto;
	height: auto;
}
.menu-icon::after {
		content: none;
    height: 3px;
    background: #000;
    box-shadow: 0 8px 0 #000, 0 16px 0 #000;
}
.menu-icon:hover:after {
    background: #5b8f22;
    box-shadow: 0 8px 0 #5b8f22, 0 16px 0 #5b8f22;
}
.breadcrumbs {
    margin: 10px 0 10px 20px;
}
.breadcrumbs li{
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.breadcrumbs li:not(:last-child):after {
/*content: "\f054";*/
    content: "❯";
    /*background-image: url(/wp-content/themes/bh-food/assets/images/arrow-right.svg);*/
    /* height: 1.8rem;
    width: 1.2rem;
    background-size: contain; */
    padding: 0;
    /* display: block;
    float: right; */
/*    top: 3px;*/
    background-repeat: no-repeat;
    margin: 0 .7em;
    background-position: 0 .5rem;
    color:inherit;
    /*font-family: 'Font Awesome 5 Pro';*/
		font-size: 0.75em;
		line-height: 1;
		vertical-align: middle;
		position: relative;
		top: -0.5px;
}
.n2-ss-layer.button{
  padding:0;
}
.n2-ss-layer.button a{
  font-size: 1.2rem!important;
}
.button, input[type=submit]{
    margin: 0 22px 1rem;
    /* padding: .5em 8px .3em; */
		padding: 0.5em 0.8em;
    -webkit-transition: none;
    transition: none;
    font-family: 'Lubalin';
    font-weight: normal;
    font-size: 1.05rem;
    background-color: #5b8f22;
    color: #ffffff;
    position:relative;
    cursor:pointer;
    border:0;
    /* height:30px; */

}

.button:hover, .button:focus, .button:active{
  background: #b22d36;
}

.button:hover:after, .button:focus:after, .button:active:after {
    border-left: 15px solid #b22d36;
}
.button.green {
    background-color: #5b8f22;
}
.button.green:after {
    border-left: 20px solid #5b8f22;
}
.button.green:hover:after {
    border-left: 20px solid #52801e;
}
.button.green:hover {
    background-color: #52801e;
}
.button.purple {
    background-color: #8c3c8e;
}
.button.purple:after {
    border-left: 20px solid #8c3c8e;
}
.button.purple:hover:after {
    border-left: 20px solid #763378;
}
.button.purple:hover {
    background-color: #763378;
}
.button.orange {
    background-color: #ba640d;
}
.button.orange:after {
    border-left: 20px solid #ba640d;
}
.button.orange:hover:after {
    border-left: 20px solid #9d540b;
}
.button.orange:hover {
    background-color: #9d540b;
}
.button.blue {
    background-color: #6290af;
}
.button.blue:after {
    border-left: 20px solid #6290af;
}
.button.blue:hover:after {
    border-left: 20px solid #527892;
}
.button.blue:hover {
    background-color: #527892;
}
.button.red {
    background-color: #b22d36;
}
.button.red:after {
    border-left: 20px solid #b22d36;
}
.button.red:hover:after {
    border-left: 20px solid #93252d;
}
.button.red:hover {
    background-color: #93252d;
}
.button.yellow {
    background-color: #d6af13;
}
.button.yellow:after {
    border-left: 20px solid #d6af13;
}
.button.yellow:hover:after {
    border-left: 20px solid #c5a111;
}
.button.yellow:hover {
    background-color: #c5a111;
}
.button.editthis{
    background: white;
    border: 1px solid #5b8f22;
    float: right;
}
.button.editthis:after{
  border:0;
}
.button.editthis a, .button.editthis a:focus{
  color:#5b8f22;
}
.button.editthis:hover{
  background:#5b8f22;

}
.button.editthis:hover a{
    color:#fff;
}
.button.editthis i{
  color:#5b8f22;
}
.button.editthis:hover i{
  color:#fff;
}
.button.secondary{border:1px solid #5b8f22;color:#5b8f22;font-size: 1rem; margin: 1em 1em 1em 0;border-radius:3px;padding:0.5em .65em 0.3em;}
.button.secondary:hover{background-color:#5b8f22;border:1px solid #5b8f22;}
.button.secondary:after{border:0;}
.button.secondary{
  background-color:#fff;
}
.eventLinks .button.secondary{
  margin:0 0 1rem;
  border-radius:0;

}
blockquote {
    border-left: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0 60px;
    margin:1.5em 60px;
    clear:both;

}
blockquote div:before, blockquote div:after{
    content: "\201C";
    font-family: 'Lubalin';
		font-weight: bold;
    font-size: 6rem;
    position: absolute;
    left: 0;
    top: -1.6rem;
}
blockquote div:after{
    right: 13px;
    bottom: -1.3em;
    content: "\201D";
    left: auto;
    top: auto;
}
blockquote p, blockquote {
    font-family: 'Lubalin';
    color:#666666;
    font-size: 1.5rem;
    line-height: 1.4;
}
blockquote .citationName{
  font-style: normal;
  color:#666662;
  font-size: 1.3rem;
}
blockquote .citationName span{
  font-style: italic;
}
div.quote{
      padding-left: 4.5rem;
      position: relative;
}
.breadcrumbs a:hover {
    text-decoration:none;
    opacity:0.5;
}
.is-accordion-submenu-parent>a:after {
    border-color: #ffffff transparent transparent;
}

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }
  /*Icegram overrides*/
.ig_popup.ig_amaze .ig_message{
  margin:0;
  padding: .5em;
}
.ig_message p{
  font-size: 1.2rem;
  font-family: 'Calibri', Arial, sans-serif;
  font-weight: normal;
  color: #fff;
}
.ig_button{
  display: none!important;
}
/*********************
PAGINATION
*********************/
.pag {
    position: relative;
    text-align: center;
    padding-top:0;
    margin: 100px 0 50px 0;
    border-top:1px solid #5b8f22;
}
.pag.top{
  border:0;
  margin-top:1em;
}
.pag .prevnext {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    display: block;
}
.prevnext .prev, .prevnext .next {
    margin-top:0.2em;
    font-size: 1em;
}
.prevnext .prev:before {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    border-bottom: 1em solid transparent;
    border-top: 1em solid transparent;
    border-right: 1em solid #5b8f22;
}
.prevnext .next:after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    border-bottom: 1em solid transparent;
    border-top: 1em solid transparent;
    border-left: 20px solid #5b8f22;
}
.prevnext .prev a, .prevnext .next a {
    padding: 0.3em 0.5em 0.4em;
    color: #fff;
    background:#5b8f22;
}

.top-bar-right{
	border-bottom: 2px solid #fff;
}
.pagination{
  display: flex;
  justify-content: center;
  align-items: last baseline;
  margin: 1em 22px;
}
.pagination li{
	display: inherit;
}
.pagination li a, .pagination .current {
  color: #5b8f22;
  font-size: 1.3rem;
}
.pagination .current, .pagination li a:hover, .pagination li a:focus, .pagination li a:active{
  background:#5b8f22;
  color:#fff;
}
.pagination .prev a:before {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    left: -20px;
    border-bottom: 1.25em solid transparent;
    border-top: 1.25em solid transparent;
    border-right: 20px solid #5b8f22;
}
.pagination .next a:after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    top: 0;
    right: -20px;
    border-bottom: 1.25em solid transparent;
    border-top: 1.25em solid transparent;
    border-left: 20px solid #5b8f22;
}
.pagination .prev, .pagination .next{
  display: flex!important;
  flex-grow: 2;
}
.pagination .prev{
  justify-content: flex-start;
	margin-left: 2em;
}
.pagination .next{
  justify-content: flex-end;
	margin-right: 2em;
}
.pagination .prev a, .pagination .next a {
    padding: 0.5em;
    color: #fff;
    background:#5b8f22;
    position: relative;
    font-size:1.1rem;
}





.prevnext .prev {
    float:left;
    margin-left:1em;
}
.prevnext .next {
    float:right;
    margin-right:1em;
}
.numbers {
/*    position: absolute;*/
    display: inline-block;
    z-index: 999;
    font-size: 26px
}
.numbers a, .numbers .page-numbers.current {
    padding:0 5px;
    color:#5b8f22
}
.numbers .page-numbers.current {
    font-weight:bold;
}
.inpage.prev, .inpage.next{
  margin:1em 0 0 0;
}
.inpageNav{
  clear: both;
    overflow: auto;
    margin: 0;
    padding: 0;
}
/*********************
B&H FOOD STYLES
*********************/

.access-menu{
  display: none;
}
#access{
      float: right;
    color: #fff;
}
.access-menu .access-menu p, .access-menu h3, .access-menu h5{
  color:#fff;
}
.access-menu.open{
  display: block;
  position: absolute;
  /* top: 3em; */
  width: 100%;
  background: #5b8f22;
  margin: 0;
  padding: 0.5em;
  left: 0;
  z-index: 1000;
  color:#fff;
}
@media screen and (max-width: 40em){
	.access-menu.open{
		height: 100%;
		overflow: auto;
	}
}
.wp_user_stylesheet_switcher button{
    padding: 0.4em 0.5em;
    border: 2px solid #fff;
    margin: 0 0.5em 0 0;
    cursor:pointer;
}
.wp_user_stylesheet_switcher button:hover, .wp_user_stylesheet_switcher button:focus, .wp_user_stylesheet_switcher button:active{
  border:2px solid #000;
  background:#000;
}
.article-header {
    width:100%;
    background-color: #5b8f22;;
}
.article-header h1 {
    color:#fff;
    font-size:3.5rem;
}
h1.page-title {
    font-family: 'Lubalin';
		font-weight: bold;
    line-height:1;
    margin-bottom:0;
    padding: 0.5em;
    text-align: center;
}
.home h1.page-title{
    font-size: 2.5rem;
    line-height: 1.2;
}
.archive h2.title{
  color:#fff;
  margin-top:0.5em;
}
.entry-content {
    position:relative;
}
.content {
    background:#fff;
    padding:10px;
    margin: 30px 0;
    border-radius:5px;
    overflow: auto;
}
.projectWrap + .content{
  margin-top:0;
  border-top-right-radius: 0;
}
.archive-grid{
  margin-top:30px;
}
.row.archive-grid{
      margin-right: -.625rem;
    margin-left: -.625rem;
}
.content + .archive-grid{
  margin-top:0;
}
.bg {
    width:100%;
    height:calc( 100% + 135px);
    position:absolute;
    opacity:0.5;
    top:0;
    left:0;
    z-index:-2;
    background-color:#5b8f22;

/*        background-image: url(/wp-content/themes/bh-food/assets/images/clouds.svg);
    background-position-y: calc(100% + 198px);
    background-repeat: no-repeat;
    background-size: 4000px;
    background-position-x: 50%;*/

}
/*.bg:before {
    content: '';
    background-image: url(/wp-content/themes/bh-food/assets/images/clouds.svg);
    background-position-y: calc(100% + 168px);
    background-repeat: no-repeat;
    background-size: 5000px;
    background-position-x: center;
    height: 100%;
    width: 117%;
    position: absolute;
    opacity: 0.85;

}*/
img.grass{
  margin-bottom: -2px;
  min-width: 800px;
  margin-left: -10%;
  width: 120%;
  max-width: inherit;
}
.top-bar-left .logo {
  max-width: 175px;
}
.top-bar-right ul li {
   /* position:static;*/
        margin: 0 15px;
    float: left;
    padding: 2px 0 2px 2px;
		display: block !important;
}

#menu-category-navigation-1{
  float:left;
  z-index: 999;
  position: relative;
}

#menu-category-navigation-1 li a{
  padding:0;
}

/*.top-bar-right ul li:before {
    position: absolute;
    top: -70px;
    left: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 120px;
    height: 120px;
    content:"";
    z-index:-1;
}*/


.top-bar-right ul li a {
    font-family: 'Lubalin';
    font-weight: normal;
    text-align: center;
    /* border: 1px solid #666; */
    font-size: 1.1rem;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
		padding: 0.5em 0.8em;
}
.top-bar-right ul ul li {
  background-color: rgba(255, 255, 255, 0.8)!important;
  padding:0;

}
.top-bar-right ul ul li a{
  font-family: 'Calibri', Arial, sans-serif;
}

/* #menu-top-bar a{
  color:#707070 !important;
} */

.cat-nav ul li {
/*    background-color:#bebebe;*/
    margin: 0 0.5rem;
    display: inline-block !important;
    position:relative;
    margin-top: 0;
}
.cat-nav ul#menu-top-bar li a {
    color: #000000;
    padding:0.3rem 0.5rem 0.2rem;

}
.cat-nav ul#menu-top-bar li a:hover, .cat-nav ul#menu-top-bar li a:focus, .cat-nav ul#menu-top-bar li a:active{
  background: #5b8f22;
  color: #fff !important;
  border-radius: 3px;

}
.cat-nav ul#menu-top-bar li a:hover i:before, .cat-nav ul#menu-top-bar li a:focus i:before, .cat-nav ul#menu-top-bar li a:active i:before{
  color:#fff;
  }
.cat-nav ul li a:after,.cat-nav ul li a:before, .searchform span:after {
/*  height: 0;
  width: 0;
  content: "";
  display: block;
  position: absolute;*/
}
/*.cat-nav ul li a:before{
  border-top: 2.6rem solid #bebebe;
    border-left: 41px solid transparent;
    left: -41px;
    top:0;
}*/
/*.cat-nav ul li a:after{
    border-bottom: 2.6rem solid #bebebe;
    border-right: 41px solid transparent;
    right: -41px !important;
    top: 0;
}*/
.cat-nav ul li{
  margin-top:0;
}
.cat-nav ul li:before{
     content: "|";
    position: absolute;
    left: -1rem;
    line-height: 1.3;
    top:0;
}
.cat-nav ul li:first-child:before{
     content: "";
}
.cat-nav {
/*    position: absolute;
    top: 0;
    right: 0;*/
}
.searchform {
    float: right;
    display: inline-block;
    position: relative;
}
.entry-content .searchform{
  float: none;
  width:100%;
  max-width:15em;

}
.entry-content .searchform button.search-submit{
  right: 0;
}
.searchform form{
  position: relative;
}
.searchform button.search-submit {
    position: absolute;
    top: 0;
    right: 1rem;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 3rem;
    background-color: #5B8F22;
    /* line-height: 2.75rem; */
    font-weight:bold;
    border-radius:0 4px 4px 0;
}

.searchform form input{
  border-color:#5B8F22;
  border-radius:4px;
}
.searchform button.search-submit:after {
    border:0;
}
.searchform button.search-submit img {
    width: 25px;
    height: 25px;
}
/*.cat-nav .searchform .search-field {
    padding: 0 60px 0 30px;
    border-width: 0px 0px 1px 0px;
    border-color: transparent transparent #bebebe transparent;
    box-shadow:0 0 0 0 transparent;
    margin-top:-0.02rem;
    height:2.62rem;
    margin-right:0;
}*/
.cat-nav .searchform .search-field {
    padding: 0 60px 0 30px;
    /* border-width: 0px 0px 1px 0px; */
    /* border-color: transparent transparent #bebebe transparent; */
    box-shadow: 0 0 0 0 transparent;
    /* margin-top: -0.02rem; */
    /* height: 2.62rem; */
    margin-right: 0;
    background: #ebebeb;
    border: 0;
    color: black;
    margin-right: 25px;
    amrgin-bottom:0;
}

/*.cat-nav .searchform span:after{
  border-top: 2.6rem solid #bebebe;
    border-left: 2.6rem solid transparent;
    right: 0;
    top: 0;
}*/
section.search .searchform {
    float:left;
    width:250px
}
section.search .searchform button.search-submit {
    right:5px;
}
.crumb {
    background-color: #5b8f22;
		color: #fff;
}
.crumb ul li, .crumb ul li a {
    font-size: 1.5rem;
    color:inherit;
    text-transform: none;
}
.socialKitchen a{
  margin:0 .5em;
  font-size:1.5em;
}
.socialKitchen h5{
  line-height:2;
  display:inline-block;
  margin:0;
}
.socialKitchen{
  margin-bottom:1em;
  float:right;
}
.events .socialKitchen h5, .events .socialKitchen .icon i:before{
  color:#000;
}

.events .socialKitchen .icon a:hover i:before, .events .socialKitchen .icon a:active i:before, .events .socialKitchen .icon a:focus i:before{
  color:#fff;
}

.social {
    padding:60px 0;
    float: none!important;
}
.social h3 {
    margin-bottom:30px;
    color:#5b8f22;
}
.social .icon {
    /* width:55px; */
    margin: 0 20px 20px;
    display: inline-block;
    color: #306f4d;
    /* height:55px; */
}
.social .icon a{
      /*color:#5b8f22;
*/
      color: #306f4d !important;
      font-size: 2.6em;
      width: 70px;
      height: 70px;
      border: 3px solid #306f4d;
      border-radius: 50%;
      display: block;
      position: relative;
}
.social .icon a i{
  top: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
	z-index: 10;
}
.social .icon a:hover, .social .icon a:focus, .social .icon a:active{
  border-color:#b22d36;
}
.social .icon a:hover i, .social .icon a:focus i, .social .icon a:active i{
  color:#b22d36;
}
.entry-content .social{
  display:none;
}
.entry-content aside {
    margin: 30px 0 0;
}
#TA_cdsratingsonlynarrow193{
  display: inline-block;
  margin:0 auto;
}
/*Fudge to centrally align trip advisor widget*/
.custom-html-widget{
  text-align:center;
}

aside .column + .column{
  margin-top: 1.5em;
}
aside .side {
    background-color: rgba(255, 255, 255, 0.6);
    border-top: 15px solid #5b8f22;
    border-radius:5px;
    padding:0 20px;
}
aside .side ul {
    margin:0;
}
aside .side ul li {
    list-style:none;
    clear:both;
    display:block;
    font-size:1.2rem;
}
aside .side ul li.current_page_item {
    font-weight:bold;
}
aside .side ul li a {
    color:#000;
    font-weight:normal;
    display: block;
    padding: 0.65em 20px;
    margin-left: -20px;
    margin-right: -20px;
    line-height: 1;
    border: 1px solid #fff;
    border-width: 1px 0 0;
}
aside .side ul li:first-child a{
  border-top:0;
}
aside .side li.current-cat a:before, aside .side li a:hover:before, aside .side li a:active:before {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    top: -1px;
    left: -20px;
    border-bottom: 1.4rem solid transparent;
    border-top: 1.4rem solid transparent;
    border-right: 20px solid #5b8f22;
}
aside .side ul li.current-cat a, aside .side ul li a:hover, aside .side ul li a:active{
    background-color: #5b8f22;
    position: relative;
    display: block;
    vertical-align: middle;
    -webkit-appearance: none;
    border-radius: 0;
/*    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;*/


    color: white;
}
aside .side ul li a:focus-visible{
	outline: none;
}
aside .catnav-dropdown-button{
  background-color: #ebebeb;
    width: 100%;
    display: block;
    border-radius: 3px 3px 0 0;
    color: #fff;
    padding: 0.5em;
    font-size:1.5em;
    position: relative;
    line-height: 1;
    border: 6px solid;
    border-width: 0 0 6px;
    color:#5b8f22;
}
.catnav-dropdown-button::before {
        content: '+';
}

.catnav-dropdown-button.hover::before {
    content: '\2013';
}

.catnav-dropdown-button::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
}
.dropdown-pane.is-open{
    position: relative;
    top: 0!important;
    left: 0!important;
    width: 100%!important;
    border: 0;
    border-radius: 0 0 3px 3px;
}
aside .side.dropdown-pane li a:hover:before, aside .side.dropdown-pane li a:focus:before, aside .side.dropdown-pane li a:active:before, aside .side.dropdown-pane li a:active:before, .catnav-dropdown-button:active li a{
  border:0;
  position:relative;
}
aside .side.dropdown-pane ul li a{

}
.content .navlinks{
  padding:0.5em 0;
}
.content .navlinks .next{
  float: right;
}
a.tag{
  background:#5b8f22;
  color:#fff;
  border-radius:3px;
  margin:3px;
  white-space: nowrap;
  padding: .7rem 1rem;
  display: inline-block;
  line-height:1;
}
.entry-content ul.tags{
  margin:0.5em 0;
}
aside .tags li{
  display: inline-block;
}
a.tag:hover, a.tag:active, a.tag:focus, a.tag.active{
  background:#fff;
  color:#5b8f22;
}

/*.content .navlinks a:before{
      content: "";
    height: 0;
    position: absolute;
    width: 0;
    top: -1px;
    left: -20px;
    border-bottom: 1.29rem solid transparent;
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
}*/
.content .intro {
    background:#ebebeb;
    padding:25px;
    border-radius:5px;
    margin-bottom:30px;
    clear:both;
    overflow: auto;
}
.content p:last-child {
    margin-bottom:0;
}
.card{
     margin-bottom: 30px;
    border: 0px;
    border-radius: 3px;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
    position: relative;
}
/* .card.event{
	margin: 0;
	height: 100%;
}
[data-template=content-panel-events]{
	margin-bottom: 30px;
} */
.card:hover .thumb, .card:active .thumb, .card:focus .thumb, .newsborder:hover .newsthumb, .newsborder:active .newsthumb, .newsborder:focus .newsthumb{
  opacity: 0.6;
}
.related .card.event .blurb div:nth-child(3){
    display:none;
  }
@media print, screen and (min-width: 40em){
  .related .card.event .blurb div:first-child{
    width:100%;
    padding-right:10px;
  }
  .related .card.event .blurb div:nth-child(2){
    width:100%;
    margin-top:0.5em;
  }


}
html.whatinput-types-touch .card:hover .thumb{
  opacity:1;
}
.card a{
  display: block;
	min-height: 1.5em; /* Fix for home page layout issue */
}
.archive-grid .event .button, .project .event .button{
  display: inline-block;
  float: right;
}
.project .event .button{
  color:white;
}
.card a p, .card a p:hover, .card a p:active, .card a p:focus{
  color:#666666;
}
.thumb {
    width: calc(100% + 60px);
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    background-size: cover;
    background-position: center;
}

.recipe-thumb{
  height:400px;
}

.card .thumb{
    height: 200px;
    margin: 0 0 20px;
    width: 100%;
}

.thumb img{
  width:calc(100% + 60px);
  max-width:200%;
}
.resource .card .thumb{

}
.resource .card .thumb{
  /*  max-width: 200px;*/
    max-height: 200px;
 /*   width: 50%;*/
    float: right;
    margin-left: 10px;
    margin-bottom:10px;
    margin:0 0 1em 0;
}
.blurb{
    background:#fff;
    padding:15px;

}
.blurb h4 a {
/*    color:#666;*/
font-size: 1.35rem;
}
.blurb p{
  font-size: 1.2rem;
	overflow: hidden;
}
.blurb .button{
	/* background-color: #5b8f22; */
	background-color: #4e7a98;
	color: #fff;
}
.blurb .button:hover{
	background-color: #51821b;
}
.card .location a{
	color: #51821b;
}
.card.hastype>:last-child {
      margin-bottom:2.5em;
}

p.type {
/*    border-top:1px solid #ebebeb;
    padding-top:10px;
    margin-bottom:0;*/
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    margin-bottom: 0;
    position: absolute;
    bottom: 0.5em;
    width: calc(100% - 30px);
}
p.type a, p.type a:focus{
  color: #5b8f22;
}
p.type.archive span {
    padding:5px 10px;
    border-radius:5px
}
p.type.archive span a {
    color:#fff;
}
.hidden{
  display:none;
}
iframe{
	max-width: 100% !important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-right: 10px !important;
}

#top-bar-menu{
  position: relative;
  /* margin-bottom: 0.25rem; */
}

.top-bar-right{
  position: absolute;
  bottom:0;
  right:0;
}

.top-bar-right #menu-category-navigation-1 > li a span span,
.top-bar-right #menu-category-navigation-1 > li button span span,
.top-bar-right .mobile-mainnav > li > a{
  color:#fff;
}

.top-bar-right #menu-category-navigation-1 > li:first-child a > span,
.top-bar-right #menu-category-navigation-1 > li:first-child button > span,
.top-bar-right .mobile-mainnav > li:first-child{
  background-color: #64A0C8 !important;
  color: #64A0C8;
}

  .top-bar-right #menu-category-navigation-1 > li:first-child .submenu li:hover span{
    background-color: #64A0C8bb !important;
  }

.top-bar-right #menu-category-navigation-1 > li:nth-child(2) a > span,
.top-bar-right #menu-category-navigation-1 > li:nth-child(2) button > span,
.top-bar-right .mobile-mainnav > li:nth-child(2){
  background-color: #952D98 !important;
  color: #952D98;
}

  .top-bar-right #menu-category-navigation-1 > li:nth-child(2) .submenu li:hover span{
    background-color: #952D98bb !important;
  }

.top-bar-right #menu-category-navigation-1 > li:nth-child(3) a > span,
.top-bar-right #menu-category-navigation-1 > li:nth-child(3) button > span,
.top-bar-right .mobile-mainnav > li:nth-child(3){
  background-color: #C50084 !important;
  color: #C50084;
}

  .top-bar-right #menu-category-navigation-1 > li:nth-child(3) .submenu li:hover span{
    background-color: #C50084bb !important;
  }

.top-bar-right #menu-category-navigation-1 > li:nth-child(4) a > span,
.top-bar-right #menu-category-navigation-1 > li:nth-child(4) button > span,
.top-bar-right .mobile-mainnav > li:nth-child(4){
  background-color: #BB650E !important;
  color: #BB650E;
}

  .top-bar-right #menu-category-navigation-1 > li:nth-child(4) .submenu li:hover span{
    background-color: #BB650Ebb !important;
  }

.top-bar-right #menu-category-navigation-1 > li:nth-child(5) a > span,
.top-bar-right #menu-category-navigation-1 > li:nth-child(5) button > span,
.top-bar-right .mobile-mainnav > li:nth-child(5){
  background-color: #5B8F22 !important;
  color: #5B8F22;
}

  .top-bar-right #menu-category-navigation-1 > li:nth-child(5) .submenu li:hover span{
    background-color: #5B8F22bb !important;
  }

.top-bar-right #menu-category-navigation-1 > li:nth-child(6) a > span,
.top-bar-right #menu-category-navigation-1 > li:nth-child(6) button > span,
.top-bar-right .mobile-mainnav > li:nth-child(6){
  background-color: #275937 !important;
  color: #275937;
}

  .top-bar-right #menu-category-navigation-1 > li:nth-child(6) .submenu li:hover span{
    background-color: #275937bb !important;
  }

.top-bar-right #menu-category-navigation-1 > li:nth-child(7) a > span,
.top-bar-right #menu-category-navigation-1 > li:nth-child(7) button > span,
.top-bar-right .mobile-mainnav > li:nth-child(7){
  background-color: #003359 !important;
  color: #003359;
}

  .top-bar-right #menu-category-navigation-1 > li:nth-child(7) .submenu li:hover span{
    background-color: #003359bb !important;
  }

.top-bar-right #menu-category-navigation-1 li.current-menu-parent > a > span,
.top-bar-right #menu-category-navigation-1 li.current-menu-parent > button > span,
.top-bar-right .mobile-mainnav li.current-menu-parent > a{
  background-color:#fff !important;
  box-shadow: inset 0px 0px 0px 2px;
}

.top-bar-right #menu-category-navigation-1 li.current-menu-parent > a > span span,
.top-bar-right #menu-category-navigation-1 li.current-menu-parent > button > span span,
.top-bar-right .mobile-mainnav li.current-menu-parent > a{
  color:inherit !important;
}

.top-bar-right .mobile-mainnav .is-accordion-submenu-item a,
.top-bar-right .mobile-mainnav .is-accordion-submenu-item button{
  color: inherit;
    font-weight: bold;
}

#post-118{
  background-color:#d4e6c9;
  padding-bottom:5rem;
}

/*@media all and (min-width: 64em){*/

  #post-118{
    position: relative;
  }

  .img-clr-background{
    background-color:#BBCBD5;
    height:37.5rem;
    z-index: 0;
    position: absolute;
    top:0;
    left:0;
    right:0;
  }

  #post-118 section.entry-content{
    position: relative;
    z-index: 2;
    background-size:auto 37.5rem;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
  }
/*}*/

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

.home-btn .button{
  background-color: #fff;
  /* padding-left: 3.5rem;
  padding-right: 3.5rem; */
  color: #5B8F22;
  font-weight:bold;
  position: relative;
  /* height: 27px; */
	height: auto;
	font-size: 1.2rem;
	padding: 0.5em 2em 0.6em;
	font-family: 'Calibri', sans-serif;
}

.home-btn .button:after{
    content:'';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0;
    height: 100%;
    border-left: solid 1em #fff;
    border-top: solid 1em transparent;
    border-bottom: solid 1em transparent;
}

.content .home-btn .button:after{
  border-left-color:#5B8F22;
}

.content .home-btn .button{
  background-color: #5B8F22;
  color: #fff;
}

.cta-container{
  width:100%;
  text-align:center;
  clear: both;
  margin-top:2.5rem;
  display: inline-block;
}

.cta{
  display: inline-flex;
  border: solid 4px #fff;
  color: #fff;
  text-align: left;
  padding: 2rem;
  align-items: center;
  border-radius: 5px;
}
@media screen and (max-width: 40em){
	.cta{
		text-align: center;
	}
}

.cta img{
  width:10rem;
}

.cta-text{
  padding-left:2rem;
  height:100%;
}

.cta-text h3{
  color:#fff;
  margin-bottom:0.5rem !important;
}

.cta-text span{
  font-weight:bold;
}

.cta:hover{
  opacity:0.8;
}

.cta:hover{
  color:#fff;
}

.event-info-block{
  padding:2.5rem;
  background-color:#dcdcdc;
  margin-top:1.5rem;
  margin-bottom:2.5rem;
  color:#000;
  display: inline;
  float: left;
  width:100%;
  border-radius:5px;
}

.event-info-block h3{
  color:#000;
  margin-bottom:1.5rem;
}

.event-info-block li {
  margin-bottom: 0.5em;
  list-style: none;
  position: relative;
  padding-left:0.25em;
}

.event-info-block li::before {
  content: '';
  display: inline-block;
  height: 0.75em;
  width: 0.75em;
  background-image: url(../images/cutlery.png);
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0.25em;
  left: -1.5rem;
  filter: invert(1);
}

.event-info-block li:last-child {
  margin-bottom: 0;
}

.directory-lisiting-block{
  margin-bottom:3rem;
}

.directory-lisiting-block-content{
  /* padding-left: 1rem;
  border-left: solid 5px; */
  margin-top:1rem;
}

.directory-lisiting-block-content h5{
  font-weight:bold;
}

/* .directory-lisiting-block-content *:not(p):not(span):not(b):not(strong):not(em):not(ul):not(li):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(a):not(br):not(hr){
  display: none !important;
} */

.contact-us-container *{
  color:#5B8F22;
}

.contact-us-container p{
  font-size:1.25rem;
}

.contact-us-container h3{
  font-size:2rem;
}

.footer-section{
  padding: 1.5rem 2.5rem;
  border-top: solid 2px #5B8F224d;
  border-bottom: solid 2px #5B8F224d;
  margin: 2.5rem 0 !important;
}

.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{
  left: -2px;
  top: 100%;
}

.is-dropdown-submenu{
  border:none;
}

.submenu li{
  border: solid 2px #fff;
  margin-bottom: -2px !important;
}

.is-dropdown-submenu-parent > a:hover{
  cursor: normal;
}

.submenu li span span{
  transform: none !important;
}

.submenu li span{
  height: auto !important;
  padding: 0.2rem 0.3rem !important;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child){
	float: left;
}
/*.filtered{
  margin-top:2rem;
}*/

.filter-link{
  width:100%;
  text-align:center;
  background-color:#fff;
  font-size:1.25rem;
  font-weight:bold;
  padding:0.3em 0.5em 0em 0.5em !important;
  display: inline-block;
  position: relative;
  min-height:66px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-link input{
  margin: 0;
  margin-left:0.5em;
}

.filtered-filter{
  display: inline-block;
  margin-right:1em;
  color:#fff;
  padding:0.25em 0.5em;
  border-radius:5px;
  cursor:pointer;
  margin-bottom:1rem;
}

.filtered-filter:after{
  content: 'x';
  margin-left: 0.5em;
  background-color: #fff;
  color: #000;
  padding: 0 0.25em;
  border-radius: 5px;
}

.filtered-filter:hover:after{
  background-color:rgba(0,0,0,0.3);
  color:#fff;
}

.current-filter{
  color:#fff !important;
  pointer-events: none;
  cursor:default;
}
.directory-lisiting-block .label{
	vertical-align: text-bottom;
}
.directory-lisiting-block h4{
	font-size: 1.15em;
	margin-bottom: 0.5em;
}
.directory-lisiting-block .secondary-icon {
  color: #767676;
  padding: 0;
  font-size: 0.8em;
  background: transparent;
}
.directory-lisiting-block .secondary-icon i {
  vertical-align: middle;
  display: inline-block;
  padding-right: .5rem;
}
.directory-lisiting-block .contentBox{
	display: none;
}
.directory-lisiting-block .main-content{
	margin-bottom: 1em;
}
.directory-lisiting-block > .directory-lisiting-block-content a > img,
.directory-lisiting-block > .directory-lisiting-block-content img{
  display: none;
}
.directory-lisiting-block .main-content img{
	display: none;
}
.directory-lisiting-block .dir-contact p{
		display: inline;
		margin-right: 2em;
		white-space: pre;
}
.print-button button{
	cursor: pointer;
	font-size: 0.9em;
	color: #204f32;
	font-family: inherit;
}
.print-button button:hover{
	text-decoration: underline;
}
.home-intro-bg{
	padding: 2rem 0 6rem;
	/* background-size: cover; */
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #a9d2eb;
}
.home-intro-bg .content{
	overflow: hidden;
}
.large-text{
	font-size: 1.4em;
}
@media screen and (max-width: 40em){
	.print-button button{
		font-size: 1.1em;
	}
	.print-button.has-text-align-right{
		text-align: center;
		margin-bottom: 1.25em;
	}
	.home-intro-bg{
		background-size: 250% auto;
	}
}
@media screen and (max-width: 64em){
	.home-intro-bg{
		padding: 2rem 0 8rem;
		background-position: center bottom;
		/* background-size: 125% auto; */
		background-repeat: no-repeat;
	}
	body #top-bar-menu #menu-top-bar a{
		color: #222;
	}
}
@media screen and (min-width: 40em){
	.home-intro-bg{
		background-size: 175% auto;
		padding: 2rem 0 12rem;
	}
}
@media screen and (min-width: 64em){
	.home-intro-bg{
		background-size: 100% auto;
		padding: 2rem 0 12vw;
	}
}
.sticky.header{
	width: 100%;
	/* padding: 0.5rem 0 0.5rem; */
	background-color: #fff;
	z-index: 99;
}
.sticky.header.is-stuck{
	box-shadow: 0 0.3em 0 0 rgba(0,0,0,0.15);
}
.admin-bar .sticky.header.is-stuck{
	padding-top: 2.5rem;
	box-shadow: 0 0.3em 0 0 rgba(0,0,0,0.15);
}
.hide-for-large #menu-top-bar{
	margin-bottom: 1rem;
}
#top-bar-menu .cat-nav .hide-for-large #menu-top-bar a{
	color: #000;
}
.cat-nav .hide-for-large #menu-top-bar a:focus{
	background-color: #fff;
	color: #000;
}
#top-bar-menu #menu-top-bar a{
	color: #666;
}
body.menu-show{
	overflow: hidden;
}
.title-bar .menu-icon{
	color: #5b8f22;
	font-size: 1.4rem;
}
.title-bar .menu-icon small{
	font-size: 0.5em;
}
.title-bar .menu-icon::after{
	background: #5b8f22;
	box-shadow: 0 8px 0 #5b8f22, 0 16px 0 #5b8f22;
}
.mobile-search-btn{
	font-size: 1.4rem;
	/* vertical-align: text-top; */
	/* position: relative;
	top: 5px; */
	color: #5b8f22;
	cursor: pointer;
}
.mobile-search-btn small{
	font-size: 0.55em;
}
.mobile-search{
	padding: 0 1.2rem;
}
.mobile-search button.search-submit{
	right: 0;
}
.joints-top-bar-destination > ul{
	margin-top: 0.5rem;
}
.invisible{
	visibility: hidden;
}
button[disabled]{
	opacity: 0.5;
}
#booking .reusable-block{
	padding-top: 1em;
}
#booking .accordion-block{
	margin: 1.5em 0 0.5em;
}
#booking{
	margin: 2em 0;
	padding-top: 1em;
}
button{
	cursor: pointer;
}
.grid-show-more{
	padding: 0.5em 0.75em;
	background-color: #fff;
	border-radius: 0.25em;
	margin: 2em 0 4em;
}
.dir-back + .thumb{
	margin-top: 1rem;
}
.section-title{
	color: #374d1f;
	margin-bottom: 0.5em;
}
/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
@media screen and (max-width: 1280px){
	#top-bar-menu .button{
		font-size: 0.6em;
	}
	.top-bar-right #menu-top-bar li a{
		font-size: 0.7em;
	}
}

@media screen and  (min-width: 1400px) {
  .footer_illustrations .logo{
    left:-35px;
  }
  .footer_illustrations img.logo{
    display: block;
  }

}
@media screen and (max-width: 1430px) {
    .thumb img {
        max-width: 350%;
    }

}
@media screen and (min-width: 2000px) {
  .footer_illustrations .logo{
    left:-205px;
  }
}
@media screen and (min-width: 40em) and (max-width: 64em){
	.sticky.header{
		padding: 0 0 0.5rem;
	}
}
@media screen and (max-width: 40em){
	.sticky.header{
		padding: 0 0 0.5rem;
	}
	#post-118 section.entry-content{
		background-size: auto 72.5rem;
	}
  .cta{
    display: block;
  }
  .cta-text{
    margin-top:1.5em;
    padding-left:0;
  }
  /* .cta img{
    margin-left:calc(50% - 5rem);
  } */

  .footer-section{
    padding: 1.5rem calc(1.5rem - 10px);
    text-align: center;
  }

  .newsletter-banner{
    padding: 2rem 1.5rem;
    text-align:center;
  }

  .newsletter-banner a{
    float: none;
    margin-right:none;
    display: inline-block;
    margin-top: 1rem;
    width: calc(100% - 18px);
    text-align:center;
  }

  .footer-logos img, .footer-logos a img {
    width: 25% !important;
    padding: 1rem;
  }
  #menu-legals {
    text-align: center;
  }
  #menu-legals a{
    display: inline-block;
		font-size: 0.8em;
  }
	.home-btn .button{
		margin-left: 0;
		margin-right: 0;
		width: calc(100% - 1em);
		display: block;
	}
	.mobile-search .search-field{
		margin: 0;
	}
	ul.monthly-tips{
		margin-top: 0.5rem;
		margin-left: 0.5rem;
	}
}
@media screen and (min-width: 40em){
	.cta{
	  width:66%;
	  min-width:30rem;
	}
	.archive-grid .event .thumb, .project .event .thumb{
	  margin:initial;
	  width: calc( 100% - 4em);
	  float: left;
	}
	.home .archive-grid .event .thumb{
	  width:100%;
	}
	.archive-grid .event .data.columns, .project .event .data.columns{
	  padding:0;
	}
	.content {
	  padding:30px;
	}
}
@media screen and (max-width: 64em) {
	.filtered,
	.filtered + h5{
		padding: 0.75rem;
	}
		.top-bar-right #menu-category-navigation-1 li.current-menu-parent > a > span,
		.top-bar-right #menu-category-navigation-1 li.current-menu-parent > button > span,
		.top-bar-right .mobile-mainnav li.current-menu-parent > a{
		  background-color:#fff !important;
		  box-shadow: none;
			border-left: 2px solid;
			border-right: 2px solid;
		}
		#top-bar-menu{
			overflow-y: scroll;
			width: 100%;
			max-height: 80vh;
		}
		.top-bar ul ul{
			margin-left: 0;
		}
    form.wpcf7-form{
      max-width: 100%;
      width: 100%;
    }
    .entry-content aside.dropdown {
          margin: 0;
          padding: 0;
      }

      .top-bar-right ul li{
        padding-left:0;
      }
      .top-bar{
        padding:10px;
         /* position: absolute;
          z-index: 10;
          top: 2em;
          max-width:25em;*/
      }
      .top-bar ul.menu{
        /*max-width:25em;*/
        float:right;
        width:100%;
      }
      .top-bar-right ul.children li{
        margin-bottom:1px;
      }
      .searchform{
          width: 100%;
          /* clear: both; */
          margin-top: 1em;
          /*max-width: 25em;*/
      }
			.mobile-search .search-field{
				margin: 0 0 0.5rem;
			}
      .top-bar input{
        max-width:100%;
        width:100%;
      }
      .header{
        background:#fff;
      }

    .cat-nav ul#menu-top-bar li a {
        padding:0.7rem;

      }
      #menu-top-bar {
        margin-right:0;
    }
    .cat-nav ul li:first-child:after{
      content:"";
    }
    .home .actions .column{
        padding-right:5px;
        padding-left: 5px;
      }
    .cat-nav ul li {
        background-color:#bebebe;
    }
    .title-bar {
    z-index:999;
    }
    .top-bar-right {
      position: static;
    width: 100% !important;
    padding: 0;
    margin-top: 0;
    min-width: 10px;
    max-width: initial;
    }
    .top-bar-right ul li:before {
    background-image:none !important;
    }
    .top-bar-right ul li:after {
    border:0 !important;
    }
    .top-bar-right ul li {
    width: 100%;
    display: block;
    margin: 0 0 5px;
    font-size:1.2rem;
    }
    /* .top-bar-right ul li a{
    	font-size: 0.9rem;
    } */
    .cat-nav {
    position: relative;
    width:100%;
    float: right;
    /* clear: both; */
    }
    #menu-top-bar {
    float:right;
    width: 100%;
    }
    .cat-nav ul li {
    width:100%;
    display:block;
    margin: 0 0 5px;
    text-align:center;
    }
    .cat-nav ul ul li a {
	    padding: 0.3em 1em 0.4em;
    }
    .cat-nav ul li a:after, .cat-nav ul li a:before, .searchform span:after {
    border:0 !important;
    }
    .top-bar-right ul li:nth-child(1) ul.menu li {
    background: #c69ec7;
    }
    .top-bar-right ul li:nth-child(2) ul.menu li {
    background: #ddb286;
    }
    .top-bar-right ul li:nth-child(3) ul.menu li {
    background: #b1c8d7;
    }
    .top-bar-right ul li:nth-child(4) ul.menu li {
    background: #d9969b;
    }
    .top-bar-right ul li:nth-child(5) ul.menu li {
    background: #ebd789;
    }
    #accessMenu{
    right: 3em;
    top: 10px;
    }
		.top-bar-right .searchform{
			margin: 0;
		}
		.top-bar-right .searchform button.search-submit {
			right: 0;
		}
		#menu-top-bar a,
		.mobile-mainnav a{
			font-size: 1rem;
		}
}

@media screen and (min-width: 64em) {
/*  .cat-nav ul li:after{
        content: "|";
  }*/
  .top-bar{
    padding:0 25px 1em;
  }
  .top-bar ul{
    float: right;
  }
  #menu-top-bar{
        margin-right: 1em;
  }
.cat-nav ul#menu-top-bar li a{
  padding: 0.3rem 0.5rem 0.2rem;
      font-family: 'Calibri', Arial, sans-serif;
}
.cat-nav ul li {
    /* background-color: #bebebe; */
    margin: 0 0.5rem;
    display: inline-block !important;
    position: relative;
    margin-top: 0.5rem;
    text-align:center;
}
  #accessMenu{
   /*     right: 22em;
        top:initial;*/
  }
  /*.top-bar-right ul li, .top-bar ul.menu, .cat-nav, .searchform, #menu-top-bar,  .top-bar-right{
    width:initial!important;
  }*/
  .top-bar-right{
		width: 40em;
    /* max-width: 55em;
    min-width: 50em; */
  }
  .cat-nav {
/*    position: absolute;
    top: 0;
    right: 0;*/
}
    .top-bar input {
    width: 19em;
/*    max-width: 250px;*/
    }
    .searchform {
    float: left;
    display: inline-block;
    position: relative;
    margin-top:0;
    }
    .cat-nav ul li{
      width:auto;
      background:transparent;
    }
    .cat-nav ul li .fa-calendar-alt::before{
      vertical-align:super;
      color:#5b8f22;
    }
    .homeslider .n2-ss-align{
    border-radius: 3px;
    }
    .home .intro-content{
  /*  margin: 0 0 0 -20px;*/
    }
    .footer_illustrations img.apple{
    display: block;
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
    display:none;
    }
    /*.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    display:none;
    }*/
    .home-intro .intro-content{
    min-height:230px;
    }

    /*Override foundation style*/
    .menu .active > a{
    background-size: contain;
    background-repeat: no-repeat;
    }
    .top-bar-right ul li{
    background-color:transparent!important;
    padding:0;
    margin: 0;
    margin-right: 0.25rem;
    }
    .top-bar-right ul li span.button{
    margin: 0 auto;
    padding: 1.25rem 0.75rem;
    height: 32px;
    z-index:2;
    width: 100%;
    }
    .top-bar-right ul li span.button:not(.submenu span){
      border-radius: 5px 5px 0 0;
    }
    .top-bar-right ul li span.button:hover::after, .top-bar-right ul li span.button:focus::after, .top-bar-right ul li span.button:active::after{
    /* border-left-width:1em;*/
    }
		.top-bar-right ul li span.button span{
    display: block;
    position: relative;
    padding: 5px 5px 0 5px;
    z-index: 2;
		line-height: 1;
		margin-top: -0.75em;
    }
		.top-bar-right ul ul li span.button span{
		position: relative;
		padding: 5px 5px 5px 5px;
		top: 50%;
		margin-top: 0;
		}
		.top-bar-right > ul > li > button,
		.top-bar-right > ul > li > button .button{
			cursor: default;
		}
    #content #inner-content {
    padding: 0rem 0rem 0rem 0rem; }
}


@media (min-width: 768px) and (max-width: 64em){
      .home .intro-content{
     /* margin:20px -20px 0 -20px;*/
    }
}
/*Mobile sizes */
@media (max-width: 767px) {
  .archive-grid.actions .column:first-child a{
    background:none;

  }
    .archive-grid.actions .column:first-child a:after{
          top: 0;
    left: 10px;
    max-width: 160px;
    }
    .home .intro-content{
    /*  margin:10px -10px 0 -10px;*/
    }
    .home-intro p{
        min-height:30px; /*overrides min height on larger sizes*/
    }
   .blurb p{
      font-size: 1.1rem;
    }
/*    .social .icon a{
        width: 60px;
        margin: 0 15px;
    }*/
    h1.page-title {
        font-size:3rem;
    }
    .thumb img {
        margin-left:-10%;
    }
    .column, .columns {
        padding-right: 10px;
        padding-left: 10px;
    }
    .content {
        padding: 20px;
        margin: 20px 0;
    }
    .thumb {
        margin-left:-20px;
        margin-right:-20px;
        width:calc(100% + 40px);
    }
  blockquote {
      margin-right:0;
      margin-left:0;
  }
      .article-header h1{
      font-size: 2rem;
    }
    .crumb ul li, .crumb ul li a{
      font-size: 1.2rem;
    }
    p, li{
      font-size: 1.1rem;
    }
    .profile.directors{
        font-size:1.1rem;
      }
      .control-wrapper.row{
          margin: 0;
        }

    .breadcrumbs li:not(:last-child):after {
        background-position: 0 .2rem;
    }
    h3{
      font-size: 1.2em;
    }
    .listviewDetail p{
    font-size: 1rem;
  }
  #menu-legals{
    text-align: left;
  }
  #menu-legals li{
    display: inline;
  }
  .home .event .thumb{
    margin:0;
  }


}
/*panel mages movement*/
@media (min-width: 390px) and (max-width: 639px){
/* problematic at mobile sizes, DNH removed
  .card .thumb{
      height: 100%;
      width: 50%;
      float: right;
      margin-left: 0.5em;
      margin-bottom: 0.5em;
      position: absolute;
      top: 0;
      right: 0;
      bottom: -0.5em;
  }*/
  .home .news .card .thumb{
    height: calc(100% - 0.5em);
  }
/* problematic at mobile sizes, DNH removed
  .card .blurb:not(.nothumb){
    width:50%;
  }*/
  .card .type{
    width:45%;
  }
  .home ul.news li.column, .home .actions .column{
    width: 49%;
    float: left;
    clear:none;

  }
  .home ul.news li.column:nth-child(odd){
    margin-right:2%;
  }
  .home .news p{
    width:100%;

  }
  .home .news .newsthumb{
    width:100%;
  }

}



@media (max-width: 640px) {

    .social .icon, .social .icon a{
        width: 50px;
        height: 50px;
    }
    .social .icon a{
       font-size:1.9em;
    }
    .social .icon{
         margin: 0 8px;
    }
    nav.footer-tags ul li {
        border-bottom: 0.03rem solid #ffffff;
        width: 100%;
        display: block;
        border-left: 0;
        border-right: 0 !important;
        padding: 10px 0;
    }
    nav.footer-tags ul li:last-child {
        border-bottom:0 !important;
    }
    nav.footer-tags ul li a {
        padding:0 20px;
    }
    #menu-content-type-navigation{
      display: block;
    }
}
    @media (max-width: 40em) {
          .home-intro .intro-content p{
              font-size: 1.3rem;
              color: #5b8f22;
            }
          .home-intro .intro-content {
              margin: 10px -10px 0 -10px;
          }
          .contentBox.medium-6 +.contentBox.medium-6{
              margin-left: 0;
              width: 100%;
          }
          .homethumb{
            height:120px;
          }
          .home-intro p{
            margin:20px;

          }
       /*   .content .home-intro p:last-child{
            margin-bottom:20px;
          }*/
          .home ul.news li.column{
            padding-right:0;
            min-height: 100px;
          }
          .content .actions .secondary{
            font-weight:1rem;
          }
          .home h1.page-title{
            font-size: 2rem;
          }
/*          .home-intro{
                margin: -0.5em -.5em 0.5em;
          }*/
          .home .card{
            padding: 0;
            margin:0 0 1em;
          }
          .content{
                padding: 0.5em;
          /* margin: 0.5em 0; */
          }
          .home-intro p {
        margin: 0 0 0em 0;
      }
      .archive-grid.actions{
            padding: 0.5em;
            margin:2em 0 2em;
      }
      .breadcrumbs li:not(:last-child):after {
        font-size: 1rem;
      }
      .thumb {
           margin-bottom: 10px;
         }
         div.quote {
          padding-left: 2.5rem;
        }
        blockquote div:before, blockquote div:after{
          font-size: 4rem;
        }
        blockquote p, blockquote{
          font-size: 1.2rem;
        }
        .home-intro p{
          font-size: 1.2rem;
        }
        .button{
          font-size: 1rem;
        }
        .button:after {
          /* top: -1px; */
          right: -1em;
          border-bottom: 1em solid transparent;
          border-top: 1em solid transparent;
          border-left: 1em solid #5b8f22;
      }

 }

@media screen and (min-width: 64em){
  .homeslider .n2-ss-align{
/*    top: 50%;
    transform: translateY(-50%);*/
    border-radius: 3px;
  }
  .home .intro-content{
   /* margin: 0 0 0 -20px;*/
  }
}








/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet.

Remember to add things that won't make sense to print at
the bottom. Things like nav, ads, and forms shouldbe set
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
	.row{
		max-width: none;
	}
  @page {
    margin: 0.5cm;
     }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  p, li{
    font-size:12pt;
  }
  h4{
    font-size:14pt;
  }
  .article-header h1{
    font-size:16pt;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav, .header, .crumb, .pag, aside, .social, .footer, .bg, .editthis, .white, .sharethis, .archive-grid, .inpageNav {
    display: none; }

    .columns{
      width:100%;
      left:0;
    }
    #content, .entry-content{
      width:100%;
      margin:auto;
    }
		.thumb{
			display: none;
		}

  }
