@charset "utf-8";
/* CSS Document */

.top-div {
	border-image: linear-gradient(#8ecfd9, white) 50;
	border-left-style: solid;
	border-left-width: 10px;
	border-right-style: solid;
	border-right-width: 10px;
	border-top-style: solid;
	border-top-width: 10px;
	padding:10px 10px 10px 20px;
    margin-bottom: 25px;
}

.article-div {
	border-image: linear-gradient(#8ecfd9, #FFFFFF) 50;
	border-left-style: solid;
	border-left-width: thick;
}

.contain-div {
	padding-bottom: 50px;
}

.banner {
	background-color: #4eb59a;
	padding: 10px;
	color: black;
	/*font-variant: small-caps;*/
	margin-top: 20px;
	margin-bottom: 20px;
}

h3.banner {
	background-color: #8ecfd9;
}

.text-banner {
	background-color: #4eb59a;
}

.box {
	/*background-image: linear-gradient(#8ecfd9, #FFFFFF);*/
	background-image: linear-gradient(#d1f9ee, #4eb59a);
	border-radius: 5px;
}

.text-box {
	 background-color: #c1e4ea;
	 padding:20px 10px 10px 20px;
	 border-radius: 8px;
	 margin-bottom: 15px;
}

summary.dropdown {
	background-color: #4eb59a !important;
	padding:10px !important;
	border-radius: 5px !important;
	color: black !important;
}

details.dropdown {
	/*background-color: #4eb59a !important;*/
	border-radius: 5px !important;
	color: black !important;
}

div.dropdown {
	background-color: white !important;
	margin: 12px 3px -5px -5px;
	border-radius: 5px;
	padding: 15px;
}

.panel-text {
	background-color: white !important;
	margin: 10px;
	border-radius: 5px;
	padding: 15px;
}

.col-div {
	column-count: 2;
	column-gap: 20px;
	column-rule: 5px solid #8ecfd9;
}

.col-div li {
	margin: 8px;
	break-inside: avoid-column;
}

.col-div dd {
	margin: 8px;
	break-inside: avoid-column;
}

.left-img {
	width: 40%;
	margin-top: 10px;
	float: left;
	border-right-style: solid;
	border-right-width: thick;
	border-right-color: #8ecfd9;
	padding-right: 10px;
	margin-right: 15px;
}

.right-img {
	width: 40%;
	margin-top: 10px;
	float: right;
	border-left-style: solid;
	border-left-width: thick;
	border-left-color: #8ecfd9;
	padding-left: 10px;
	margin-left: 15px;
}

.pquote {
	width: 400px;
	color: #030;
	font-size: 24px;
	line-height: 1.1;
	font-style: italic;
	padding: 13px 13px 0px;
}

.rquo {
	float: right;
}

.lquo {
	float: left;
}

.cquo {
	float: none;
	width: 100%;
}

.pquote img {
	float:left;
	width:50px;
}

.pquote blockquote {
	margin-left: 40px;
	border-left-style: solid;
	border-left-width: thick;
	border-color: #8ecfd9;
}

/*.cquo blockquote {
	border-right-style: solid;
	border-right-width: thick;
	border-color: #8ecfd9;
	padding-right: 5px;
	margin-right: 8px;
}*/

.author {
	border-top: 8px solid #8ecfd9;
	padding: 0px 10px;
	margin-top: 30px;
}

.overview {
	border-bottom: 8px solid #8ecfd9;
	padding: 0px 10px;
	margin-bottom: 30px;
}

@media screen and (max-width: 700px) {
	.col-div {
		column-count: 1;
		border-left: 5px solid #8ecfd9;
	}
	
	.left-img {
		width: 100%;
		margin-top: 10px;
		border-bottom-style: solid;
		border-bottom-width: thick;
		border-bottom-color: #8ecfd9;
		border-right: none;
		padding-bottom: 10px;
		margin-bottom: 15px;
		padding-right: 0px;
		margin-right: 0px;
	}
	
	.right-img {
		width: 100%;
		margin-top: 10px;
		border-bottom-style: solid;
		border-bottom-width: thick;
		border-bottom-color: #8ecfd9;
		border-left: none;
		padding-bottom: 10px;
		margin-bottom: 15px;
		padding-left: 0px;
		margin-left: 0px;
	}
	
	.rquo {
		float: none;
	}
	
	.lquo {
		float: none;
	}
}

h2 {color: #044464}
h1 {border: none;}

.title-hd {
    color: #072A4A;
}

/*More Information pop-up title colour*/
.modal-title{
	color: white;
}