@charset "UTF-8";
/* CSS Document */
body, html{
	padding: 0;
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
}

.nav{
	font-family: 'Roboto', sans-serif;
	font-weight: medium;
	color: rgba(35,71,81,1.00);
}

.nav_item:hover{
	animation-name: navhover;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	transition-timing-function: ease-in;
}

@keyframes navhover{
	from {color: rgba(35,71,81,1.00);font-weight: medium;}
	to {color: rgba(208,86,49,1.0);font-weight: bold;}
}

.feature_image{
	z-index: -1
}

.feature_box{
	border-top-right-radius: 20px;
	border-bottom-right-radius:10px;
	z-index: 0;
	position: absolute;
	float: left;
}

.feature_box_slide{
	border-top-right-radius: 20px;
	border-bottom-right-radius:10px;
	z-index: 0;
	position: absolute;
	float: left;
}



.intro_box{
	background-color: rgba(215,230,231,1.0);
	border: 1px solid rgba(59,140,167,1.0);
	border-offset: -5px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius:20px;
	box-shadow: 0px 0px 0px 7px rgba(215,230,231,1.0);
	z-index: 0;
	position: relative;
}

.shadow_box{
	background-image: url(../assets/pattern.svg);
	background-size: 1.5%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius:20px;
	padding-top:120px;
	z-index: -1;
	position: relative;
	top: -90px;
	margin-left: 3%;
	width: 80%;
	min-width:320px;
}

.intro_text{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.4em;
	color: rgba(35,71,81,1.00);
	padding: 0% 4% 0% 4%;

}

.quote{
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0% 4% 0% 10%;
}

.quotation_mark_top{
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
	font-size: 5em;
	line-height: 0em;
	padding: 0% 4% 0% 0%;	
	margin-bottom: -20px;
	color: rgba(239,237,235,1.0);

}

.quotation_mark_bottom{
	font-family: 'Roboto', sans-serif;
	font-weight: bolder;
	font-size: 5em;
	line-height: 0em;
	padding: 0% 4% 0% 90%;
	margin: 20px;
	color: rgba(239,237,235,1.0);

}


.image_label{
	font-family: 'Roboto', sans-serif;
	font-weight: medium;
	font-size: 1em;
	color: rgba(35,71,81,1.00);
	text-align: center;
}

.twocolumntext{
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	font-size: 1em;
	line-height: 1.2em;
	color: rgba(35,71,81,1.00);
	column-count: 2;
	padding: 2% 10%;
	column-gap: 5%;
}

p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.2em;
	color: rgba(35,71,81,1.00);
	padding: 0% 5% 0% 10%;
}

.headingBold{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin: 0;
}

h1{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 2em;
	padding: 5% 5% 0% 5%;
}

h2{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1em;
	padding: 0% 5%;
}

h3{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	padding: 0% 5%;
}

h4{
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	font-size: 1em;
	padding: 0% 5% 5% 5%;
}

.headingItalic{
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	font-style: italic;
	margin: 0;
}

.footer_text{
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
	color: rgba(215,230,231,1.00);
	font-size: 0.9em;
	padding:2%;
}

.slateblue1{
		background-color: rgba(215,230,231,1.0);
}

.slateblue4{
		background-color: rgba(35,71,81,1.0);
}

.tintred{
		background-color: rgba(222,71,86,1.0);
}

.vibrantOrange3{
		background-color: rgba(208,86,49,1.0);
}

.deepshadow{
		background-color: rgba(7,33,51,1.0);
}

.VibrantOrange1_font{
	color: rgba(239,237,235,1.0);
}

.vibrantOrange2_font{
	color: rgba(235,162,44,1.0);
}

.vibrantOrange3_font{
	color: rgba(208,86,49,1.0);
}

.slateblue1_font{
		color: rgba(215,230,231,1.0);
}


.slateblue4_font{
		color: rgba(35,71,81,1.0);
}

.slateblue3_font{
		color: rgba(59,140,167,1.0);
}

.tintred_font{
		color: rgba(222,71,86,1.0);
}

.tintblue_font{
		color: rgba(0,128,186,1.0);
}
a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

.line{
	border-bottom: thin solid rgba(35,71,81,1.0);
	padding-bottom: 5%;
}

.textbox{
	width: 100%;
	position: absoute;
}

.sidebox:hover{
	filter: hue-rotate(180deg);
}

.partner_Logo{
	width: 20%;
	padding: 2% 10%;
	float: left;
}

.icon_centre{
	width: 40%;
	display: block;
	margin: 0 auto;
}
	
.contact_link:hover{
	text-decoration: underline;
	color: rgba(208,86,49,1.0);
}

.PosNeg{
	position: absolute; 
	top: 0; 
	right: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	padding: 2px;
	color: rgba(208,86,49,1.0);
	border: solid medium rgba(235,162,44,1.0);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius:10px;
}

.PosNeg:hover{
	color: rgba(35,71,81,1.0);
	border-color: rgba(35,71,81,1.0);
}

.article{
	border-bottom: thin solid rgba(35,71,81,1.0);
	padding-bottom: 5%;
}

.centre{
	text-align: center;
}

.link_hover{
	color: rgba(208,86,49,1.0);
	text-decoration: underline;
}

.link_hover:hover{
	color: rgba(235,162,44,1.0);
}

.image_label:hover{
	color: rgba(235,162,44,1.0);
}

.box_shadow_red{
	box-shadow: 10px 10px 0px 0px rgba(222,71,86,1.0);
}

.box_shadow_vib_orange_2{
	box-shadow: 10px 10px 0px 0px rgba(235,162,44,1.0);
}

.box_shadow_tint_blue{
	box-shadow: 10px 10px 0px 0px rgba(0,128,186,1.0);
}


.resources_tile{
	border-top-left-radius: 40px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:40px;
	border-bottom-left-radius:20px;
	float: left;
	width: 100%;
	background-color: rgba(239,237,235,1.0);
	position: relative;
	overflow: hidden;
}

.resources_tile:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

	
.reset_padding{
		position:absolute; 
		left:0; 
		top:0;
	}

.side_box{
	border-top-left-radius: 40px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:40px;
	border-bottom-left-radius:20px;
	box-shadow: 10px 10px 0px 0px rgba(0,128,186,1.0);
	float: left;
	width: 95%;
	background-color: rgba(239,237,235,1.0);
}

.side_box_about{
	border-top-left-radius: 40px;
	border-top-right-radius: 0px;
	border-bottom-right-radius:40px;
	border-bottom-left-radius:20px;
	box-shadow: 10px 10px 0px 0px rgba(0,128,186,1.0);
	float: left;
	width: 80%;
	background-color: rgba(239,237,235,1.0);
	margin: 25px 0px;
}

.side_box_about:hover{
	filter: hue-rotate(180deg);
}
