﻿@charset "utf-8";
	/*! responsive-nav.js 1.0.39 by @viljamis 
	line209 has the single responsive width
line 119 width of nav collapse created issue with wrapping*/

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width:58.75em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

.nav-collapse:focus {
  outline: thin dotted;  /*Caused an IE8 issue: thin dotted line at the bottom of each page in the visible screen area, fixed by applying only to .nav-collapse, before it was just :focus*/
}

/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

@media screen and (min-width:58.75em) {
  .nav-collapse {
    width: 74em; /* WIDTH OF HOLDER HOLDING BUTTONS /5 buttons was 70  ===========*/
    /*float: right;*/
  }
}

.nav-collapse > ul {
  /*border-top: 1px solid rgba(255, 255, 255, .15); */
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width:58.75em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  background: #569700;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  color: #fff;
  float: left;/*wrecks mobile menu if removed*/
 	padding: 1.6em 1.1em;/**/
  text-decoration: none;
  width: 100%;
		display:flex; /*NEW FLEX CENTREING - CENTRES CONTENT IN BOX*/
		align-items:center; /*NEW FLEX CENTREING*/
	  	justify-content:center; /*NEW FLEX CENTREING - THIS GETS ADJUSTED BELOW VV TO FLEXSTART TO ALIGN LINKS ON THE LEFT*/
}

@media screen and (min-width:58.75em) {
  .nav-collapse a {
    border-bottom: 0;
    /*border-right: 1px solid #a6a6a6;
    */padding: 1.3em 0.4em; /*ADJUSTED PADDING FOR DESKTOP effects wrapping*/
    margin: 0;
    /*float: left;*/
  }
  .nav-collapse li:first-child a {
    /*border-left: 1px solid #a6a6a6;*/
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  /*float: right;*/
  /*line-height: 39px;
  padding: 0 0.75em;
  margin-top: 7px;
  margin-right: 5%;*/
  background: #ffffff; /*replaces button default colour set by browser*/

}

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  background-color: #a6a6a6;
  color: #212428;
}


/* ------------------------------------------
  MULTIPLE LEVELS
--------------------------------------------- */

.nav-collapse a:hover,
.nav-collapse li.focus > a {
  background-color: #4F2C1B;
	color: white;
}

@media screen and (max-width: 58.749em) {
  .js .nav-collapse {
    visibility: hidden;
  }
  .js .nav-collapse.opened {
    visibility: visible;
  }
  /* Enable active class to let the navigation expand over the calculated max height. */
  .js .nav-collapse.multiple-level-nav.opened.dropdown-active {
    max-height: 9999px !important;
  }
  .js .nav-collapse.multiple-level-nav .sub-menu {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: none;
    /* This way you don't have focus on sub menu items unless you open the sub menu. */
    overflow: hidden;
    zoom: 1;
  }
  .js .nav-collapse.multiple-level-nav .sub-menu.toggled {
    display: block;
    max-height: 9999px;
    position: relative;
  }
  .js .nav-collapse li {
    position: relative;
  }
  .js .nav-collapse .dropdown-toggle {
    border: 1px solid #fff;
	  border-radius: 3px;
    color: #4e3227;
    content: "";
    height: 46px;
    width: 46px;
    padding: 0;
    position: absolute;
    margin: 0;
    text-transform: lowercase;
    top: 0.6em;
    right: 4%;
  }
  .js .nav-collapse .dropdown-toggle:hover,
  .js .nav-collapse .dropdown-toggle:focus,
  .js .nav-collapse .dropdown-toggle:active {
    background-color: #fff;
    color: #212428;
  }
  .js .nav-collapse .dropdown-toggle:after {
    content: "+";
    font-size: 20px;
  }
  .js .nav-collapse .dropdown-toggle.toggled:after {
    content: "-";
  }
}

.dropdown ul a { 
  background: white;
	color: black;
  /*padding-left: 1.5em;*/
}

.dropdown ul ul a {/*sub-menu considerations*/
  background: #E3E3E3;
	padding-left: 1.5em;
  /*padding-left: 2.5em;*/
}


.dropdown ul ul {
  border: 0;
  padding: 0;
}

.dropdown .dropdown.opened .has-dropdown {
  background: #9c2c12;
}

@media screen and (min-width:58.75em) {
	  .dropdown-toggle {
    display: none;
  }
	
	.dropdown ul ul a {
		  background-color: white;
		margin-left:-20px; /*Brings sub-menu in closer to menu on desktop*/
	}
	
  .nav-collapse {
    position: relative;
  }
  .js .nav-collapse,
  .js .nav-collapse .dropdown ul {
    max-height: none;
    overflow: visible;
  }
.has-dropdown:after {
    font-size: 1.5em;
    line-height: 0.8;
    float: right;
    content: "";
    width: 0;
    height: 0;
     /**/ margin: 0 0 0 0.5em;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
  }
  .dropdown ul .has-dropdown:after {
    content: "";
    width: 0;
    height: 0;
     /**/ margin: 0 0 0 0.5em;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #5C9603;
  }
  .nav-collapse .dropdown {
    position: relative;
  }
  .nav-collapse .dropdown li {
    width: 100%;
  }
  .nav-collapse .dropdown ul a {
    text-align: left;
    border: 0;
  }
  .nav-collapse li {
    border: 0;
    display: block;
    height: 55px; 
	 width:16.6%; /* number of main buttons divided by 100. 20 for 5. 16 for 6 =============*/
	 min-width: 154px;  /*min width of buttons was 171 for 5 buttons ==================*/
    /*line-height: 55px;*/
    position: relative;
  }
  .nav-collapse a {
	  height: 55px;
	  font-weight: bold;
    /*padding: 12px 16px;*/
  }
  .nav-collapse ul ul {
    float: left;
    margin: 0;
    position: absolute;
    top: 55px;
    left: -999em;
    z-index: 99999;
  }
  .nav-collapse li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
  }
  .nav-collapse ul ul ul {
    left: -999em;
    top: 20px;
  }
  .nav-collapse ul ul a {
    /*padding: 15px 12px;*/
	justify-content:flex-start; /*UPDATES - NEW FLEX CENTREING FOR LARGER SCREENS ALIGNS ON THE LEFT*/
    white-space: normal;
    width: 220px;
  }
  .nav-collapse ul li:hover > ul,
  .nav-collapse ul li.focus > ul {
    top: 55px;/*how far down the dropdown appears*/
    left: 44%;/*how far left or right it appears below why 37?*/
    margin-left: -75px;
  }
  .nav-collapse ul ul li:hover > ul,
  .nav-collapse ul ul li.focus > ul {
    top: 0;
    left: 0%;
    margin-left: 240px;
  }
}