@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

/*Mobile Global View*/

body {
	background-color: #dfe67d;
	
	/*footer*/
	/*position: relative;*/
	padding-bottom: 21.33px; /*height of footer*/
	/*min-height: 100vh;*/ 
	/*footer*/
}

/*.page-wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;	
}*/

header {
	background-color: #42A240;
	padding: 8px 15px;
	display: flex; /*title*/
    align-items: center; /*title*/
	z-index: 1;
}

.logo img {
	width: 50px;
	vertical-align: bottom; /*text-descender padding*/
}

.title {
	flex: 1; /*container consumes the remaining horizontal space*/
}

.title h3 {
	font-family: 'Gentium Basic', serif;
	font-size: 15px;
	font-weight: 400;
	color: white;
	text-align: center; /*title*/
	margin: 0px;
	padding: 0px;
}

.twitter {
	display: flex;
	align-items: center;
}

.twitter .fa-twitter {
	font-size: 24px;
	color: white;
	margin-right: 8px;
}

.twitter .fa-twitter:hover {
	cursor: pointer;
}

.twitter .fa-comment-dots {
	font-size: 22px;
	color: white;
}

.twitter .fa-comment-dots:hover {
	cursor: pointer;
}

main {
	display: flex;
	padding: 0px 0px; /*padding: 0px 40px;*/
	position: relative;
	/*flex: 1;*/ /*.page-wrapper*/
}

/*ul*/
.list {
	list-style: none;
	font-family: 'Yrsa', serif;
	font-size: 16px;
}

.list li {
	border-bottom: 0.75px solid #7ec352;
	padding: 4px 4px 4px 18px;
}

/*.list li:last-child {
	border-bottom: none;
}*/

.list li a {
	color: black;
	text-decoration: none;
	display: block;
}

.list li a:hover {
	cursor: pointer;
}

.line {
	padding-left: 24px;
}

.line15 {
	color: #696969;
}

.list .pdfdoc a::after {
	content: '\f1c1';
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	font-weight: 300;
	margin-left: 4px;
}

.list .subpage a::after {
	content: '\f15c';
	font-family: 'Font Awesome 5 Free';
	font-size: 14px;
	font-weight: 300;
	margin-left: 4px;
}
/*ul*/

footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	font-family: 'Gentium Basic', serif;
	font-size: 13px;
	font-weight: 400;
	color: white;
	background-color: #42a240;
	padding: 0px 5px;
	
	position: fixed;
	bottom: 0%;
	width: 100%;
	z-index: 1;	
}

.footer1 {
	text-align: left;
	width: 30%;
	font-family: 'Almendra', serif;
	font-size: 12px;
	color: #7ec352;
}

.footerR {
	text-align: right;
	width: 30%;
	font-family: 'Almendra', serif;
	font-size: 8.63px;
	color: #7ec352;
}

.T-wrapper1 {
	display: none;
}

.col-wrapper {
		display: none;
}

/*Tablet View-1*/

@media (min-width: 501px) {
	.M-wrapper {
		display: none;
	}
	
	.T-wrapper1 {
		display: block;
	}
	
	.T-wrapper1 {
		display: flex;
		width: 100%;
		margin: 0px auto;
		flex-direction: column;
	}
	
	.T-wrapper1 h3 {
		font-family: 'Yrsa', serif;
		font-size: 16px;
		font-weight: 400;
		color: black;
		text-align: left;
	}

	.T-wrapper1 a {
		padding: 4px;
	}
	/**/
	.T-wrapper1 .T1-line1 a {
		text-decoration: none;
		color: black;
	}

	.T-wrapper1 .T1-line1 a:hover {
		cursor: pointer;
	}

	.T-wrapper1 .T1-line1 a::after {
		content: '\f1c1';
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		font-weight: 300;
		margin-left: 4px;
	}

	.T-wrapper1 .T1-line2 a {
		text-decoration: none;
		color: black;
	}

	.T-wrapper1 .T1-line2 a:hover {
		cursor: pointer;
	}

	.T-wrapper1 .T1-line2 a::after {
		content: '\f1c1';
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		font-weight: 300;
		margin-left: 4px;
	}

	.T-wrapper1 .T1-line3 {
		padding-left: 4px;
	}

	.T-wrapper1 .number {
		font-size: 15px;
	}

	.T-wrapper1 .T1-line4 {
		padding-left: 4px;
		display: flex;
	}
	/**/
	.T-wrapper1 .T2-line1 a:hover, 
	.T-wrapper1 .T2-line2 a:hover, 
	.T-wrapper1 .T2-line3 a:hover, 
	.T-wrapper1 .T2-line4 a:hover {
		cursor: pointer;
	}

	.T-wrapper1 .T2-line1 a::after, 
	.T-wrapper1 .T2-line2 a::after, 
	.T-wrapper1 .T2-line3 a::after, 
	.T-wrapper1 .T2-line4 a::after {
		content: '\f15c';
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		font-weight: 300;
		margin-left: 4px;
	}
	
	.T-wrapper1 .T2-line12 a::after,
	.T-wrapper1 .T2-line13 a::after,
	.T-wrapper1 .T2-line14 a::after {
		content: '\f15c';
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		font-weight: 300;
		margin-left: 4px;
	}
	
	.T-wrapper1 .T2-line-white {
		color: #696969;
		margin-left: 8px;
	}
	/**/
	.T-wrapper1 a {
		text-decoration: none;
		color: black;
	}

	.T-wrapper1 a:hover {
		cursor: pointer;
	}

	.T-wrapper1 a::after {
		content: '\f1c1';
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		font-weight: 300;
		margin-left: 4px;
	}
	
	.T-wrapper1 .T1-line1,
	.T-wrapper1 .T1-line2,
	.T-wrapper1 .T1-line3,
	.T-wrapper1 .T1-line4 {
		margin: 4px 0px 4px 14px;
	}
	
	.T-wrapper1 .T2-line1,
	.T-wrapper1 .T2-line2,
	.T-wrapper1 .T2-line3,
	.T-wrapper1 .T2-line4,
	.T-wrapper1 .T2-line5,
	.T-wrapper1 .T2-line6,
	.T-wrapper1 .T2-line7,
	.T-wrapper1 .T2-line8,
	.T-wrapper1 .T2-line9,
	.T-wrapper1 .T2-line10,
	.T-wrapper1 .T2-line11,
	.T-wrapper1 .T2-line12,
	.T-wrapper1 .T2-line13,
	.T-wrapper1 .T2-line14 {
		margin: 4px 0px 4px 38px;
	}
	
	.T-wrapper1 .T1-line1 {
		margin-top: 10px;
	}
	
	.T-wrapper1 .T2-line-line6,
	.T-wrapper1 .T2-line-line7,
	.T-wrapper1 .T2-line-line8,
	.T-wrapper1 .T2-line-line9,
	.T-wrapper1 .T2-line-line10 {
		display: inline-flex;
	}
	
	footer {
		font-size: 15px;
	}
	
	.footer1 {
		font-size: 14px;
	}

	.footerR {
		font-size: 10.63px;
	}
	
	body {
		padding-bottom: 26.67px; 
	}
}

/*Desktop View*/

@media (min-width: 1193px) {
	.T-wrapper1 {
		display: none;
	}
	
	.col-wrapper {
		display: block;
	}
	
	header {
		padding: 8px 40px;
	}
	
	main {
		padding: 9px 40px;
	}
	
	.col-wrapper {
		display: flex;
		width: 100%;
		margin: 0px auto;
	}

	.col-wrapper h3 {
		font-family: 'Yrsa', serif;
		font-size: 16px;
		font-weight: 400;
		color: black;
		margin: 8px 0px;	
	}

	.col-wrapper a {
		padding: 4px;
	}
	
	.col1 {
		flex-basis: 25%;
		top: 0%;
	}

	.col1 h3 {
		text-align: left;
	}

	.col1 .line1 a {
		text-decoration: none;
		color: black;
	}

	.col1 .line1 a:hover {
		cursor: pointer;
	}
	
	.col1 .line1 a::after {
		content: '\f1c1';
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		font-weight: 300;
		margin-left: 4px;
	}
	
	.col1 .line1 {
		margin: 8px 0px 8px 0px;
	}

	.col1 .line2 a {
		text-decoration: none;
		color: black;
	}

	.col1 .line2 a:hover {
		cursor: pointer;
	}

	.col1 .line2 a::after {
		content: '\f1c1';
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		font-weight: 300;
		margin-left: 4px;
	}

	.col1 .line3 {
		padding-left: 4px;
	}

	.col1 .number {
		font-size: 15px;
	}

	.col1 .line4 {
		margin-top: 310px;
		padding-left: 4px;
	}

	.col2 {
		flex-basis: 75%;
	}

	.col2 h3 {
		text-align: left;
	}

	.col2 a {
		text-decoration: none;
		color: black;
	}

	.col2 .line1 {
		margin-top: 93px;	
	}

	.col2 .line1 a:hover, 
	.col2 .line2 a:hover, 
	.col2 .line3 a:hover, 
	.col2 .line4 a:hover {
		cursor: pointer;
	}

	.col2 .line1 a::after, 
	.col2 .line2 a::after, 
	.col2 .line3 a::after, 
	.col2 .line4 a::after {
		content: '\f15c';
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		font-weight: 300;
		margin-left: 4px;
	}

	.col2 a:hover {
		cursor: pointer;
	}

	.col2 a::after {
		content: '\f1c1';
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		font-weight: 300;
		margin-left: 4px;
	}

	.col2 .line12 {
		margin-top: 8px;
	}

	.col2 .line12 a::after,
	.col2 .line13 a::after,
	.col2 .line14 a::after {
		content: '\f15c';
		font-family: 'Font Awesome 5 Free';
		font-size: 14px;
		font-weight: 300;
		margin-left: 4px;
	}
	
	.col2 .line11-2 {
		color: #696969;
		padding-left: 4px;
	}
}
