/* - - TYPOGRAPHY - - */

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

H1, H2, H3, H4, H5, H6,  .text-big {
font-family: 'PT Serif', serif;
}



h1 {
font-weight: 400  !important; 
 font-size: 3.3rem; 
 line-height: 1em; 
text-transform: capitalize; 
 color: #ABC32F; 
font-family: 'PT Serif', serif;
}

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

}

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

}

h4 {
font-weight: 400  !important; 
 font-size: 1.35rem; 
 line-height: 1em; 
 /* text-transform: lowercase; */
 color: #707070; 
font-family: 'PT Serif', serif;
  padding: 0.5rem 0;

}

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

}

h6 {
font-weight: 400  !important; 
 font-size: 1rem; 
 line-height: 1.em; 
 text-transform: uppercase; 
 color: #707070; 
font-family: 'PT Serif', serif;
  padding: 0.5rem 0;

}

p {
font-weight: 400; 
 font-size: 1rem; 
 line-height: 1.4em; 
 color: #000000; 
 font-family: 'Montserrat', sans-serif; 
  margin-top: 0.8rem;
}

button {
font-weight: 400; 
 font-size: 0.8rem; 
 line-height: 1em; 
 text-transform: uppercase; 
 padding: 1em 1.5em; 
 border-radius: 0; 
 color: #FFF; 
 background-color: #607C3C; 
 font-family: 'Montserrat', sans-serif; 
 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: 'Montserrat', sans-serif; 
 display: inline-block;
}


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

a {
font-weight: 400; 
 text-transform: none; 
 color: #607C3C; 
 font-family: 'Montserrat', sans-serif; 
  text-decoration: none;
}

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

a:not(.button, .breadcrumbs) {
color: #707070;
text-decoration: none;
}

a:not(.button):hover {
color: #000000;
/*text-decoration: underline;*/
}

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

.label-wrapper {
  padding: 0.5em 0;
}



/* 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(32px - 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;
}

/* - - 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 > div, 
footer .grid__container > div
{
 max-width: 1360px !important;
 margin: 0 auto;
}
main .grid__container > div 
{
 max-width: 1300px !important;
 margin: 0 auto;
}

/* --can be used selectively to override the above - for content you do want full width -e.g. rotator or map -----------*/
/* --can be used selectively to override the above - for content you do want full width -e.g. rotator or map -----------*/
main .grid__container:first-of-type > div{
 max-width: 100% !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.5em 0.6em 0.5em;
	   /*  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.7em !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;
}
header #full-menu .level-2 li:hover {
	border-top: transparent 0px solid;
}
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: #FFF;
}
/* --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: 'Montserrat', sans-serif !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: #62c78d !important;}
.sidebarBody ul.level-1.selected > li {background-color: #62c78d !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: 'Montserrat', sans-serif !important}
.sidebarBody ul.level-2 > li > a{font-size: 20px !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: 'Montserrat', sans-serif !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: 'Montserrat', sans-serif !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: 'Montserrat', sans-serif !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;}

/* Signposting - Box styling */
.boxes .button {
	font-size: 1.5em;
	font-weight: 400;
	font-family: PT Serif;
  text-transform: uppercase;
	text-align: center;
	padding: 1em 0em;
	width: 100%;
	margin: 0.14%;
	/* background-color: #F2F2F2; */
	display: inline-block;
	cursor: pointer;
}
.boxes .wtext ul  {
	padding: 0;
	width: 100% !important;
}
.boxes li    {
    list-style-type: none;
    float: left;
    width: 33%;
    margin: 0 0.104166666666666%;
}

.boxes .button:hover {
	background-color: #E2E2E2;
	text-decoration:none;
}

.boxes li a.button {
	border-bottom: 9px solid #D0F0BF;
	color: #004226 ;
} 

.boxes li:nth-of-type(5n+0) a.button {
	border-bottom: 9px solid #228B22;
	color: #004226 ;
}

.boxes li:nth-of-type(5n+1) a.button {
	border-bottom: 9px solid #A7F432;
	color: #004226 ;
}


.boxes li:nth-of-type(5n+2) a.button {
	border-bottom: 9px solid #228B22;
	color: #004226;
}


.boxes li:nth-of-type(5n+4) a.button {
border-bottom: 9px solid #228B22;
	color: #004226;
}

.boxes li:nth-of-type(5n+5) a.button {
border-bottom: 9px solid #228B22;
	color: #004226 ;;
}

/* form in footer */
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

footerform {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Articles widget */
.article {
margin-left:1rem;
  margin-top:0;
  margin-bottom:0;
}

.title-article {
  margin-top:0;
  margin-bottom: 0;
    padding-bottom: 0;
}

/* calendar widget */
.widget-calendar .text-layout .text-event-day {
    text-align: left !important;
}

.widget-calendar .text-layout .event-time {
    font-weight: 500 !important;
}

.widget-calendar .text-layout .event {
    line-height: 2.5rem !important;
}

.widget-calendar .text-layout .event .text-style-event-day-title .calendar_date_style_font {
      margin: 10px 0 0 0 !important;
}

.text-style-event-day-title.calendar_date_style_font {
      margin-top: 1rem !important;
    margin-left: 1rem !important;
}

.event-time.calendar_event_time_style_font {
  margin-left:1rem !important;
} 



.text_style_event_day_101 {
  margin-left:1rem !important;
} 


.header-text.ck-content {
      padding: 10px 0px 0px 0px !important;
      border-bottom: #A7F432 8px solid;
}

.hero {
  margin: 3em;
  width: 60%;
  border: 0px solid #FFF;
  padding: 5px;
}
.sidebarBody ul.level-1 > li > a{font-family: Arial}
.sidebarBody ul.level-1 > li > a{font-size: 28px}
.sidebarBody ul.level-1 > li > a{font-weight: 400}
.sidebarBody ul.level-1 > li > a{text-transform: none}
.sidebarBody ul.level-1 > li > a{color: #000000}
.sidebarBody ul.level-1{background-color: #f2f2f2}
.sidebarBody ul.level-1 > li:hover > a{color: #000000}
.sidebarBody ul.level-1 > li:hover{background-color: #e7e7e7}
.sidebarBody ul.level-1.selected > li {background-color: #e7e7e7}
.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: Arial}
.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: #f2f2f2}
.sidebarBody ul.level-2 > li:hover > a{color: #000000}
.sidebarBody ul.level-2 > li:hover{background-color: #e7e7e7}
.sidebarBody ul.level-2.selected > li {background-color: #e7e7e7}
.sidebarBody ul.level-2.selected > li > a{color: #000000}
.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: Arial}
.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: #f2f2f2}
.sidebarBody ul.level-3 > li:hover > a{color: #000000}
.sidebarBody ul.level-3 > li:hover{background-color: #e7e7e7}
.sidebarBody ul.level-3.selected > li {background-color: #e7e7e7}
.sidebarBody ul.level-3.selected > li > a{color: #000000}
.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: 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: #f2f2f2}
.sidebarBody ul.level-4 > li:hover > a{color: #000000}
.sidebarBody ul.level-4 > li:hover{background-color: #e7e7e7}
.sidebarBody ul.level-4.selected > li {background-color: #e7e7e7}
.sidebarBody ul.level-4.selected > li > a{color: #000000}
.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: 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: #f2f2f2}
.sidebarBody ul.level-5 > li:hover > a{color: #000000}
.sidebarBody ul.level-5 > li:hover{background-color: #e7e7e7}
.sidebarBody ul.level-5.selected > li {background-color: #e7e7e7}
.sidebarBody ul.level-5.selected > li > a{color: #000000}
.sidebarBody ul.level-5 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-5 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
