/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* END RESET */
:root {
  --brandcolour: #224C24;
  --brandlighter: #EEFFEE;
  --brandlinkcolour: #227722;
}
body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4vw;
  margin: 0;
  max-width: 1440px;
  padding: 0;
}
a {
	color: var(--brandlinkcolour);
}
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
em {
  font-weight: 600;
}
.right {
  float: right;
}

.left {
  float: left;
}
.clearfix {
  overflow: auto;
}
.centre {
  text-align: center;
}
#smallheader {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  color: var(--brandcolour);
  height: 100px;
}

#smallheader span {
  margin: auto;
  margin-right: 15px;
  font-size: 3vw;
}

#smallheader img {
  height: 100%;
}

#footer {
  background-color: var(--brandcolour);
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: white;
  padding: 5px;
  
}
#footer p{
font-size: 2.5vw;
text-align: center;
font-weight: 600;
padding: 1vw;
}
#footer p a{
	color: white;
	text-decoration: none;

}
#footer p a:Hover{
	color: var(--brandlighter);
	text-decoration: underline;

}
#footer .smaller {
  font-size: 2vw;
  text-align: center;
  font-weight: normal;
}

#logo {
  height: 14vh;
}
#facebook_wide{
	float: right;
	padding: 2vw;
	display: none;
}
#facebook_narrow{
	float: center;
	padding: 1vw;
}
/* menu base styles */
#smallnav,
#bignavdiv {
  display: none;
}

#smallnav ul,
#bignav ul {
  list-style-type: none;
  margin: 0;
}

#bignav {
  width: 100%;
  text-align: center;
  margin: 5px 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#bignav ul li:Hover,
#smallnav ul li:Hover{
	cursor: pointer;
}
#bignav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#bignav ul li {
  font-size: 1.2vw;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 5px;
  color: white;
  background-color: var(--brandcolour);
  font-weight: bold;
}

#bignav ul li:Hover {
  color: var(--brandcolour);
  background-color: var(--brandlighter);
}

li.bignavselected {
  color: var(--brandcolour);
  background-color: white;
  cursor: default;
}
#menu_icons {
  position: absolute;
  top: 3vh;
  right: 0;
}
.menu_icon{
	height: 6vh;
}
#smallnav {
  top: 9vh;
  left: 50vw;
  text-align: right;
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 2;
}

#smallnav ul {
  text-align: center;
}

#smallnav ul li {
  font-size: 7vw;
  border-bottom: thin solid;
  border-color: var(--brandcolour);
  color: var(--brandcolour);
}
#smallnav ul li:Hover {
	cursor:pointer;
}



#smallaccreditations {
  display: block;
}

button {
  margin-top: 20px;
  padding: 10px;
  font-size: 1em;
  font-weight: bold;
  background: rgba(0, 0, 0, 0);
  border-radius: 5px;
  color: black;
  border-color: black;
  cursor: pointer;
}

/* main */
#main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 2vw;

}

#main h1 {
  color: var(--brandcolour);
  font-size: 6vw;
  font-weight: 800;
  margin-bottom: 1vw;
}

#main h2 {
  color: var(--brandcolour);
  font-size: 4.6vw;
  font-weight: 600;
  margin-bottom: 1vw;
  padding-top: 1vw;
}
#main h3{
	color: var(--brandcolour);
  font-size: 3.5vw;
  font-weight: 600;
  padding-top: 1vw;
}
#main p {
  font-size: 3vw;
  margin-bottom: 0.5vw;
  margin-top: 0.5vw;
  padding: 1vw 0.5vw;
  line-height: 1.2;
}

#main .mainsection {
  height: 35vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .mainsection .mainsectiontext {
  padding: 2vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#main .mainsection .mainsectiontext h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 5vw;
}

#main .mainsection .mainsectiontext p {
  font-size: 3vw;
}

#main .aboutsection {
  padding: 1vw;
}

#main .aboutsection h3 {
  color: #0085b3;
}

#main .x-split {
  width: 100%;
  padding: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#main .x-split_left,
#main .x-split_centre,
#main .x-split_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 380px;
  width: 44%;
  padding: 1vw;
}

#main .x-split_left h2,
#main .x-split_centre h2,
#main .x-split_right h2 {
  font-weight: 700;
}

#main .x-split_left p,
#main .x-split_centre p,
#main .x-split_right p {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  line-height: 1.7;
}

/* Three-equal column flexbox */
.col3wide{
	display: flex;
	padding: 0.3vw;
	background-color: var(--brandlighter);
}
.col{
	border: thin grey solid;
	padding: 1vw;
	flex: 1;
	display: block;
}
.col h2{
	text-align: center;
	font-weight: 600;
	font-size: 3vw;
}
.col p{
	text-align: left;
	font-size: 2vw;
}
.nutshell{
	background-color: var(--brandlighter);
	border: thin solid;
	border-color: var(--brandcolour);
	padding: 2vw;
	margin: 20px auto;
}
#main p.eventlink{
	color: var(--brandcolour);
	font-size: 3.5vw;
	font-weight: 700;
}
.eventlink_item {
	list-style-type: square;
	margin-left: 3vw;
	font-size: 3vw;
}
.eventlink_item li {
	
}
#main ol,
#main ul{
	margin-left: 4vw;
	font-size: 3vw;
}
#main .photo-left{
display: block;
margin: auto;
}
#main .photo-right{
display: block;
margin: auto;
}
/* WIDER SCREEN (browser) */
@media screen and (min-width: 768px) {
  #header {
    margin: 0 auto;
    background: #fff;
    background-image: url("/images/logo_sm.png");
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 16vh;
    padding: 0 1vh;
  }
  #header #accreditations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header #servicesdiv {
    position: absolute;
    top: 6vh;
    left: 130px;
    float: left;
  }
  #header #servicesdiv p {
    font-size: 20px;
    font-weight: 600;
  }
  #facebook_wide{
		display: block;
	}
	#facebook_narrow{
		display: none;
	}
  #burgermenu {
    display: none;
  }
  #bignavdiv {
    display: block;
     border-right-style: solid;
     border-right-color: var(--brandcolour);
     border-right-width: 3px;
     border-left-style: solid;
     border-left-color: var(--brandcolour);
     border-left-width: 3px;
  }
  #bignav{
	margin: 0 auto;
  }
  #main{
     border-right-style: solid;
     border-right-color: var(--brandcolour);
     border-right-width: 3px;
     border-left-style: solid;
     border-left-color: var(--brandcolour);
     border-left-width: 3px;
     
	  padding: 1vw 1vw 3vw 1vw;
	  margin: 0 auto;
  }
  #main .mainsection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #main .mainsection .mainsectionphotodiv {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-size: cover;
  }
  #main .mainsection .mainsectiontext {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #main .mainsection .mainsectiontext p {
    font-size: 14px;
  }
  #main .mainsection .mainsectiontext h3 {
    font-size: 16px;
  }

	#main .mainsection {
	  height: 35vh;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
	  color: white;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
		  
	#main h1 {
	  color: var(--brandcolour);
	  font-size: 4vw;
	  font-weight: 800;
	  margin-bottom: clamp(5px,1vw,15px);
	}
	
	#main h2 {
	  color: var(--brandcolour);
	  font-size: 3.2vw;
	  font-weight: 600;
	  margin-bottom: clamp(5px,1vw,15px);
	}
	#main h3{
	  color: var(--brandcolour);
	  font-size: 2.8vw;
	  font-weight: 600;
	  margin-top: clamp(5px,1vw,10px);
	}
	#main p {
	  font-size: 2vw;
	  margin-top: clamp(3px,0.8vw,8px);
	  line-height: 1.2;
	  margin-bottom: 0.2vw;
	  padding: 0.2vw 0.5vw;

	}
	#main .col p{
		font-size: 2.5vw;
	}
	#main p.eventlink{
		color: var(--brandcolour);
		font-size: 2vw;
		font-weight: 700;
	}
	.eventlink_item {
		list-style-type: square;
		margin-left: 2.5vw;
		font-size: 2vw;
	}
	.eventlink_item li {
	
		
	}

	#main ol,
	#main ul{
	
	}
	#main ol li,
	#main ul li{
		font-size: 2vw;
	}
	#main .photo-left{
		float: left;
		padding-right: 2vw;
	}
	#main .photo-right{
		float: right;
		padding-left: 2vw;
	}
	.nutshell{
		padding: 1vw;
		margin: 2vw auto;
	}
	
	#footer p{
		font-size: 1.5vw;
	}
	#footer .smaller {
	  font-size: 1vw;
  }
}

/* end media 768 */
/*# sourceMappingURL=styles.css.map */
