/* -- make form fields 100% ----------- */

.value-wrapper input, .value-wrapper textarea {
	width: calc(100% - 2vw);
	margin-bottom: 1em !important;
}

.checkboxes > div {
	margin: 0.4em 0;
}

.value-wrapper .checkboxes input {
	width: initial;
	margin-bottom: initial !important;
}


/* - - TYPOGRAPHY - - */

html {
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
font-size: 16px;
}

H1, H2, H3, H4, H5, H6,  .text-big {
font-family: 'Merriweather', serif;
  margin-bottom: 0.3em;

}



h1 {
font-weight: 400  !important; 
 font-size: 3.3rem; 
 line-height: 1em; 
 /* text-transform: lowercase; */
 color: #ABC32F; 
 font-family: 'Merriweather'; 
}

h2 {
font-weight: 400  !important; 
 font-size: 2.7rem; 
 line-height: 1.3em; 
 /* text-transform: lowercase; */
 color: #ABC32F; 
 font-family: 'Merriweather'; 
  padding: 0.7rem 0;
  

}

h3 {
font-weight: 400  !important; 
 font-size: 1.8rem; 
 line-height: 1em; 
 /* text-transform: lowercase; */
 color: #698347; 
 font-family: 'Merriweather'; 
  padding: 0.5rem 0;

}

h4 {
font-weight: 400  !important; 
 font-size: 1.35rem; 
 line-height: 1em; 
 /* text-transform: lowercase; */
 color: #ABC32F; 
 font-family: 'Merriweather'; 
  padding: 0.5rem 0;
    margin-top: 0.8em;

}

h5 {
font-weight: 400  !important; 
 font-size: 1.25rem; 
 line-height: 1em; 
 /* text-transform: lowercase; */
 color: #ABC32F; 
 font-family: 'Merriweather'; 
  padding: 0.5rem 0;

}

h6 {
font-weight: 400  !important; 
 font-size: 1rem; 
 line-height: 1.em; 
 text-transform: uppercase; 
 color: #ABC32F; 
 font-family: 'Merriweather'; 
  padding: 0.5rem 0;

}

p {
font-weight: 400; 
 font-size: 1rem; 
 line-height: 1.5 !important; 
 color: #434343; 
 font-family: 'Open Sans'; 
  margin-top: 0.8rem;
}


.page-content li{
font-weight: 400; 
 font-size: 1rem; 
 line-height: 1.5 !important; 
 color: #434343; 
 font-family: 'Open Sans'; 
  margin-top: 0.8rem;
}

button, .button {
font-weight: 400; 
border: 1px solid #fff;
 line-height: 1em; 
  margin: 0.2em 0;
 padding: 1em 1.2em; 
 border-radius: 0; 
 color: #FFF; 
 background-color: #6a8f3b; 
 font-family: 'Open Sans'; 
 display: inline-block;
}

button-grey {
font-weight: 400; 
 font-size: 0.8rem; 
 line-height: 1em; 
 text-transform: uppercase; 
 padding: 1em 1.5em; 
 border-radius: 0; 
 color: #FFF; 
 background-color: #F7F4F5; 
 font-family: 'Open Sans'; 
 display: inline-block;
}


button:hover {
background-color: #ABC32F; 
color: #FFF; 
}


a {
font-weight: 300; 
 text-transform: none; 
 color: #607C3C; 
 font-family: 'Open Sans'; 
  text-decoration: none;
}

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

main a:not(.button, .breadcrumbs) {
color: #707070;
text-decoration: none;
  font-weight:bold;
  border-bottom: 1px dotted #707070;
  padding-bottom: 0.1em;
}

main a:not(.button, .breadcrumbs):hover {
color: #6a8f3b;
/*text-decoration: underline;*/
}

footer .text-widget .button {
   margin: 0; 
}

blockquote {
	margin: 1em 0em;
  	background-color: #F7F8F5;
 	padding: 1.5em;
  
}

/* MEDIA QUERIES - TYPOGRAPHY --

@media (max-width: 576px) {
h1 {
  font-size: calc(32px - 92%)
            }

h2 {
font-size: calc(29px - 92%)
            }

h3 {
font-size: calc(66px - 92%)
            }

h4 {
font-size: calc(44px - 92%)
            }
        }

@media (max-width: 768px) {
h1 {
font-size: calc(45px - 75%)
            }

h2 {
font-size: calc(29px - 75%)
            }

h3 {
font-size: calc(66px - 75%)
            }

h4 {
font-size: calc(44px - 75%)
            }
        }
*/

/* - - HEADER - - */
/* header shadow ------------------------*/
header .grid__container {
 -webkit-box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 5px 1px rgb(0 0 0 / 15%);
}
.sidebarBody {
    width: 210px;
  float:right;
}

/* - - FOOTER - - */
/* makes the powered by link in footer more discrete ------------------------*/
.frontend .poweredBy a {
  font-size: 0.7em;
}

/* - - MAX WIDTH CONTROL - - */
/* --layout - there are no controls in Design builder to manage max-width of content other than padding- these styles can be used for this -----------*/
header .grid__container,
footer .grid__container,
main .grid__container
{
 width: 1360px !important;
}

header .grid__container,
footer .grid__container,
main .grid__container
{
 max-width: 85% !important;
}



/* - - NAVIGATION - - */

/* --header navigation ----------------------------------------------------------------------*/
/*- hides first link in main nav bar - usually home link ----
header .level-1 li:first-of-type a:not(.level-2 a){
 display:none;
}
*/
header #full-menu .level-1 a{	
	         padding: 0.6em 0.2em 0.6em 0.2em;
	   /*  font-size: 1.625rem;    */
}
header #full-menu .level-1 a:hover {
 	text-decoration: none; 
}
/* add colour behind the nav words */
header #full-menu .level-1 li:hover {
	background-color:rgb(0, 0, 0, 0.25);
}
header #full-menu >ul.level-1 {
     background-color: transparent;
}
header #full-menu .level-1 a.expand {
     font-size: 0.4em !important;
     padding: initial;
}
header #full-menu .level-2 a.expand {
    padding-top: 0.9em !important;
    width: 10% !important;
}
header #full-menu .level-2 a {
	padding: 0.2em 0.2em !important;
    font-size: 0.9125em !important;
   	width: 90%;
}

header #full-menu .level-2 li {
	border-top: transparent 0px solid;
	text-align:left !important;
	width: 13em;
	background-color:rgb(172 195 47);
}


header #full-menu .level-2 li:hover {
	border-top: transparent 0px solid;
  	background-color:#809223;
}


header .level-1 {
	margin: 0 !important;
}
header .level-1 li {
	
}
header .level-1 li a{
	padding: 0.6em 0.7em;
	display: inline-block;
    max-width: initial !important;
}
header .widget__content__menu .menu>ul>li>ul,
header .widget__content__menu .menu>ul>li>ul>li>ul,
header .widget__content__menu .menu>ul>li>ul>li>ul>li>ul{
    box-shadow: 1px solid #333;
    -webkit-box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 19%);
    box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 19%);
}
/* centre align hamburger on mobile and control colour */
.widget__content__menu {
    padding: 2rem 1rem;
    text-align: center;
    z-index: 100;
}
#burger-menu svg {
    fill: #607C3C;
}
/* --end of header navigation ----------------------------------------------------------------------*/




/* - - SIDEBAR MENU - - */

.sidebarBody .menu ul li {
    display: block;
    background-color:#F7F8F5;
}
.sidebarBody .menu>ul li a {
    border-bottom: 1px solid #FFFFFF !important;
}
.sidebarBody ul.level-1 > li > a{padding-top: 25px !important; padding-bottom: 25px !important;border-top: #F7F8F5 solid 6px; !important}
.sidebarBody ul.level-1 > li > a{font-family: 'Open Sans' !important}
.sidebarBody ul.level-1 > li > a{font-size: 24px !important}
.sidebarBody ul.level-1 > li > a{font-weight: 700 !important}
.sidebarBody ul.level-1 > li > a{text-transform: none !important}
.sidebarBody ul.level-1 > li > a{color: #707070 !important}
.sidebarBody ul.level-1{background-color: #F7F8F5;  !important margin-top: 2em; !important}
.sidebarBody ul.level-1 > li:hover > a{color: #707070 !important;}
.sidebarBody ul.level-1 > li:hover{background-color: #F7F8F5 !important;}
.sidebarBody ul.level-1.selected > li {background-color: #F7F8F5 !important}
.sidebarBody ul.level-1.selected > li > a{color: #707070 !important}
.sidebarBody ul.level-1 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-1 > li > a{padding-top: 25px !important; padding-bottom: 25px !important}

.sidebarBody ul.level-2 > li > a{font-family: 'Open Sans' !important}
.sidebarBody ul.level-2 > li > a{font-size: 16px !important}
.sidebarBody ul.level-2 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-2 > li > a{text-transform: none !important}
.sidebarBody ul.level-2 > li > a{color: #707070 !important;}
.sidebarBody ul.level-2{background-color: #F7F8F5 !important}
.sidebarBody ul.level-2 > li:hover > a{color: #707070 !important;}
.sidebarBody ul.level-2 > li:hover{background-color: #EEE !important;}
.sidebarBody ul.level-2.selected > li {background-color: #F7F8F5 !important;}
.sidebarBody ul.level-2.selected > li > a{color: #707070 !important;}
.sidebarBody ul.level-2 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-2 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}

.sidebarBody ul.level-3 > li > a{font-family: 'Open Sans' !important}
.sidebarBody ul.level-3 > li > a{font-size: 16px !important}
.sidebarBody ul.level-3 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-3 > li > a{text-transform: none !important}
.sidebarBody ul.level-3 > li > a{color: #707070 !important}
.sidebarBody ul.level-3{background-color: #F7F8F5 !important}
.sidebarBody ul.level-3 > li:hover > a{color: #707070 !important;}
.sidebarBody ul.level-3 > li:hover{background-color: #EEE !important;}
.sidebarBody ul.level-3.selected > li {background-color: #F7F8F5 !important; }
.sidebarBody ul.level-3.selected > li > a{color: #707070 !important;}
.sidebarBody ul.level-3 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-3 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}

.sidebarBody ul.level-4 > li > a{font-family: 'Open Sans' !important}
.sidebarBody ul.level-4 > li > a{font-size: 16px !important}
.sidebarBody ul.level-4 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-4 > li > a{text-transform: none !important}
.sidebarBody ul.level-4 > li > a{color: #707070 !important}
.sidebarBody ul.level-4{background-color: #F7F8F5 !important}
.sidebarBody ul.level-4 > li:hover > a{color: #707070 !important;}
.sidebarBody ul.level-4 > li:hover{background-color: #EEE !important;}
.sidebarBody ul.level-4.selected > li {background-color: #F7F8F5 !important}
.sidebarBody ul.level-4.selected > li > a{color: #707070 !important;}
.sidebarBody ul.level-4 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-4 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}

.sidebarBody ul.level-5 > li > a{font-family: 'Open Sans' !important}
.sidebarBody ul.level-5 > li > a{font-size: 16px !important}
.sidebarBody ul.level-5 > li > a{font-weight: 400 !important}
.sidebarBody ul.level-5 > li > a{text-transform: none !important}
.sidebarBody ul.level-5 > li > a{color: #707070 !important}
.sidebarBody ul.level-5{background-color: #F7F8F5 !important}
.sidebarBody ul.level-5 > li:hover > a{color: #282829 !important;}
.sidebarBody ul.level-5 > li:hover{background-color: #EEE !important;}
.sidebarBody ul.level-5.selected > li {background-color: #F7F8F5 !important}
.sidebarBody ul.level-5.selected > li > a{color: #707070 !important;}



/* CALENDAR */
.ck-content .text-huge {
	font-size: 2.7rem;
	font-family: 'Merriweather';
	font-weight: 400 !important;
}

.header-text.ck-content {
  /* background-color: white !important; */
      padding: 20px 0px 0px 0px !important;
}

.text-style-event-day-title.calendar_date_style_font {
   font-size: 1rem;
  text-transform: uppercase;
} 

.widget-calendar .text-layout .event-time {
    font-weight: 700;
    font-size: 1.2rem;
    text-transform: uppercase;
 color:#607C3C;
}

.event-name-wrapper.calendar_event_name_style_font .calendarLink {
    font-weight: 700;
    font-size: 1.2rem;
  text-transform: uppercase;
  color:#607C3C;
}

.widget-calendar .text-layout .text-event-day {
    text-align: center;
    border-bottom: white;
    border-bottom-style: solid;
}

.widget-calendar .text-layout > div:nth-of-type(odd){
 background: #fff;
}


.fc-daygrid-day-number {
font-weight: 400;  
  font-size: 1rem;  
  line-height: 21px;  
  color: rgb(55, 154, 126);  
  font-family: 'Open Sans'; 
}

.fc-daygrid-day {
  background-color: rgb(255, 255, 255); 
}
.fc-day-today {background-color: rgb(255, 255, 255) !important; }

.fc-col-header-cell-cushion {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-transform: capitalize;
  color: rgb(55, 154, 126);
  font-family: 'Open Sans'; }

.fc-col-header-cell {background-color: rgb(255, 255, 255); }

.fc button {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  padding: 20px !important;
  text-transform: capitalize !important;
  color: white !important;
  background-color: #607C3C !important;
  border-color: #607C3C !important;
  font-family: 'Open Sans' !important; }

.fc-toolbar {
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  font-family: 'Open Sans'; }

.fc-theme-standard {}

.fc .fc-scrollgrid-section > td {
  border-color: rgb(255, 255, 255); 
}

.fc-daygrid-dot-event {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.4em;
  padding: 0px;
  text-transform: uppercase;
  color: rgb(55, 154, 126);
  background-color: rgb(255, 255, 255);
  font-family: 'Open Sans'; }

.fc-h-event {
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.4em;
  padding: 0px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  background-color: rgb(55, 154, 126);
  border-color: rgb(255, 255, 255);
  font-family: 'Open Sans'; 
}

.fc-event-title {
font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.4em; 
    text-transform: uppercase;

}

.fc-daygrid-event-dot {
  display: block; 
}


/* CONTENT PAGES 2 COLUMN REPSONSIVE */
/* Create two equal columns that floats next to each other */
.Contentcolumn {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.Contentrow:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .Contentcolumn {
    width: 100%;
  }
  
  
  
/* - - FORMS - - */
.sidebarBody ul.level-1 > li > a{font-family: Lato}
.sidebarBody ul.level-1 > li > a{font-size: 20px}
.sidebarBody ul.level-1 > li > a{font-weight: 700}
.sidebarBody ul.level-1 > li > a{text-transform: none}
.sidebarBody ul.level-1 > li > a{color: #379a7e}
.sidebarBody ul.level-1{background-color: #ffffff}
.sidebarBody ul.level-1 > li:hover > a{color: #000000}
.sidebarBody ul.level-1 > li:hover{background-color: #f3f3f3}
.sidebarBody ul.level-1.selected > li {background-color: #f3f3f3}
.sidebarBody ul.level-1.selected > li > a{color: #000000}
.sidebarBody ul.level-1 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-1 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-2 > li > a{font-family: Lato}
.sidebarBody ul.level-2 > li > a{font-size: 16px}
.sidebarBody ul.level-2 > li > a{font-weight: 400}
.sidebarBody ul.level-2 > li > a{text-transform: none}
.sidebarBody ul.level-2 > li > a{color: #000000}
.sidebarBody ul.level-2{background-color: #ffffff}
.sidebarBody ul.level-2 > li:hover > a{color: #379a7e}
.sidebarBody ul.level-2 > li:hover{background-color: #efefef}
.sidebarBody ul.level-2.selected > li {background-color: #efefef}
.sidebarBody ul.level-2.selected > li > a{color: #379a7e}
.sidebarBody ul.level-2 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-2 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-3 > li > a{font-family: Lato}
.sidebarBody ul.level-3 > li > a{font-size: 16px}
.sidebarBody ul.level-3 > li > a{font-weight: 400}
.sidebarBody ul.level-3 > li > a{text-transform: none}
.sidebarBody ul.level-3 > li > a{color: #000000}
.sidebarBody ul.level-3{background-color: #ffffff}
.sidebarBody ul.level-3 > li:hover > a{color: #379a7e}
.sidebarBody ul.level-3 > li:hover{background-color: #efefef}
.sidebarBody ul.level-3.selected > li {background-color: #efefef}
.sidebarBody ul.level-3.selected > li > a{color: #379a7e}
.sidebarBody ul.level-3 > li > a{padding-left: 20px !important; padding-right: 0px !important}
.sidebarBody ul.level-3 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-4 > li > a{font-family: Arial}
.sidebarBody ul.level-4 > li > a{font-size: 16px}
.sidebarBody ul.level-4 > li > a{font-weight: 400}
.sidebarBody ul.level-4 > li > a{text-transform: none}
.sidebarBody ul.level-4 > li > a{color: #000000}
.sidebarBody ul.level-4{background-color: #ffffff}
.sidebarBody ul.level-4 > li:hover > a{color: #379a7e}
.sidebarBody ul.level-4 > li:hover{background-color: #efefef}
.sidebarBody ul.level-4.selected > li {background-color: #efefef}
.sidebarBody ul.level-4.selected > li > a{color: #379a7e}
.sidebarBody ul.level-4 > li > a{padding-left: 30px !important; padding-right: 0px !important}
.sidebarBody ul.level-4 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-5 > li > a{font-family: Arial}
.sidebarBody ul.level-5 > li > a{font-size: 16px}
.sidebarBody ul.level-5 > li > a{font-weight: 400}
.sidebarBody ul.level-5 > li > a{text-transform: none}
.sidebarBody ul.level-5 > li > a{color: #000000}
.sidebarBody ul.level-5{background-color: #ffffff}
.sidebarBody ul.level-5 > li:hover > a{color: #379a7e}
.sidebarBody ul.level-5 > li:hover{background-color: #efefef}
.sidebarBody ul.level-5.selected > li {background-color: #efefef}
.sidebarBody ul.level-5.selected > li > a{color: #379a7e}
.sidebarBody ul.level-5 > li > a{padding-left: 40px !important; padding-right: 0px !important}
.sidebarBody ul.level-5 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
