@charset "utf-8";

/* General styles*/

body{
	background-color: #ffffff ;   /*#F6F6F6 rgba(246,246,246,1.00)*/
}
h1, h2, h3, h4, h5, h6{
	font-family: 'montserrat' , sans-serif;
	color: #00718E;/*rgba(146,146,146,1.00)*/
	font-style: normal;
	font-weight: 400;
}
p{
	font-size: 14px;
	font-family:  sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #58595b /*rgba(146,146,146,1.00)*/;
	line-height: 1.8;
}


/* Link styles*/
a {
	color: #58595b /*rgba(146,146,146,1.00)*/;
}
a:visited {
	color: #58595b /*rgba(146,146,146,1.00)*/;
}
a:hover {
	color: #00718e /*rgba(255,255,255,1.00)*/;
}



.linkStyle {
	color: #00718E  /*#58595b  rgba(146,146,146,1.00)*/;
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 100;
	text-decoration: none;	
}
/* Header & HERO styles*/
.logo {
	
    padding-top:20px;
    padding-bottom: 20px;
    padding-top: 20px;
}


.heroHeader {
	/*height: 350px;
	background-color: #00718E;*/
	background-repeat: no-repeat;
	/*background-color: #71cbd2 rgba(208,207,207,1.00);*/

}

.hero img{
	width: 90%;
}

/* Navigation styles*/
.topNavUl {
	position: static;
    padding-top:20px;
    padding-bottom: 20px;
}
.topNavLI {
	text-align: center;
}
/* Typography styles*/
.textStyle {
	font-family: 'montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #58595b /*rgba(146,146,146,1.00)*/;
}
.headingStyle {
	/* [disabled]font-family: 'montserrat', sans-serif; */
	/* [disabled]font-style: normal; */
	/* [disabled]font-weight: 400; 
	font-size: 32px;*/
	color: #58595b /*rgba(146,146,146,1.00)*/;
	
}
.mainHeading {
	color: rgba(255,255,255,1.00);
	text-align: left;
	font-size: 3em;
	
}
.mainTagline {
	text-align: center;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	margin-top: -1%;
}
.sectionText {
	text-align: center;
}
#sectionOne {
	text-align: justify;
	
}
#sectionTwo {
	text-align: justify;
	
	
	

}




.download {
	background-color: rgba(208,207,207,1.00);
	color: #FFFFFF;
	

}
.download h2, .download p {
	color: #FFFFFF;
	text-align: center;
}

.download figure img {
		padding: .7em;
		
}

.download a {
	text-decoration:none;
	border:none;
	
}

/*welcome styles*/
.welcomeSection a {
	text-decoration: none;
}

.welcomeSection a:hover {
	background-color:#00718E;
}
.welcomeTitle {
    text-align: center;
    font-size: 22px;
}


.welcomeTextContainer {
	text-align: justify;
	margin-bottom: 10%;
}
/*
.welcome figcaption {
	float: left;
	border-collapse:separate;
    z-index: 1;
    position:absolute;
	background-color: rgba(208,207,207,0.6);
	width: 8%;
	padding-bottom: 2%;

}*/

.quote {
	width: 50%;
	color:#ffffff;
	margin-top: 0px;
	background: #D0CFCF;
	text-align: left;
	padding-left: 5px;
	
}

.quote p{
	color: #ffffff;
}

.newquote {
	/*position:absolute;
	z-index: 1;
	border-collapse:separate;*/
	color: #58595b/**#ffffff/;
	/*margin-top: 100px;
	background: #D0CFCF;width: 25%;*/
	text-align: left;
	/*padding-right: 5%;
	padding-left: 5%;*/
	line-height: 1.6;
	background-color:rgba(208,207,207,0.6);
	
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

/*.welcome figcaption p {
	width: 30%;
	color: #ffffff;
	text-align: left:
	margin-left: 2px;
	
	background-color: rgba(208,207,207,0.6);
	
	margin-top:0px;
	padding-top:1em;
	padding-bottom: 2.9em;
}*/

/* Gallery styles */
.gallery{
    padding-top:20px;
    padding-bottom:30px;
}
.paraContent{
	font-size: 14px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #58595b /*rgba(146,146,146,1.00)*/;
	line-height: 1.8;
	margin-left: 0%;
	margin-right: 5%;
	width: 100%;
}
.contentArea{
	font-size: 14px;
	font-family:  sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #58595b /*rgba(146,146,146,1.00)*/;
	line-height: 1.8;
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
	
}
.showAreaH2 {
	color: #00718E;
}

/*#block1 {
	height: 200px;
	background-color: #6EC7DE;
}

#block2 {
	height: 200px;
	background-color: #00718E;
}

#block1 p, #block2 p {
	color: #ffffff;
	font-family: 'montserrat' , sans-serif;
	font-size: 2.5em;
	margin-bottom: 0px;
	line-height: 1.1;
	margin-right:35px;
	margin-left:35px;
}*/

#secondaryStyling {
	padding-top: 50px;
    padding-bottom: 20px;
}
.secondarySection {
	background-color: rgba(208,207,207,1.00);
}
.secondaryHeading {
	color: rgba(255,255,255,1.00);
	text-align: center;
}

.tiles:hover h3, .tiles:hover p {
	color: #FFFFFF;
}
.tiles img {
	margin-top: 10px;
}

.reports {
}

/* other content */
.contentPage {
	display:none;
	
}

#link {
	border-bottom-color: #00718E;
	font-weight: bold;
}

/*Footer styles*/
.footerTitle {
    text-align: center;
    font-size: 22px;
}
.footerTextContainer {
	text-align: justify;
	margin-bottom: 10%;
}


#sectionTwo .sectionText {
}
.fluid.logo.textStyle {
}
.fluid.hero.heroHeader {
}
#sectionOne .fluid.download h2 {
}
#sectionOne .sectionText {
}
.gridContainer.clearfix .fluid.textContainer #sectionOne {
}
