.contentRow {

	display: flex;
	display: -webkit-flex;
	width: 100%;
	flex-direction: row;
	-webkit-flex-direction: row;
	border-bottom: 1px dotted #b5b6b7;
	padding-bottom: 25px;
	margin-bottom: 25px;
	
}



.contentLeft {
	
	padding: ;
	width: 25%;
	
}

.contentRight {
	
	width: 75%;
	margin-left: 20px;
	text-align: left;
	
}

p {
	

	margin: 20px 0;
	
}

.rightColContent {
	
	width: 100%;
	background: white;
	border-radius: 25px;
	border: 3px solid #669b87;
	padding: 10px 30px 30px 30px;
	box-sizing: border-box;
	
}

/* Breadcrumbs */

.contentBreadCrumbs {
	
	font-size: 17px;
	margin: 20px auto;
	
}

.fa-caret-right {
	

	margin: 5px;

	
	
}

.fa-home {
	
	margin-right: 10px;
	
}


	

.squareImage {

	background-color: #EEEEEE;
	padding: 8px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	width: 100%;
	
}

/* Header Styling */

.contentH1 {
	
	background: #0074AD;
	padding: 20px;
	padding-left: 30px;
	color: white;
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-bottom: 20px;
	
	
}

.contentHeaderLink {

	text-decoration: none;
	
}

.contentHeader {
	
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 29px;
	
}

.topText {
	
	font-size: 16px;
	padding: 30px;
	margin: 0;
	margin-bottom: 20px;
	border-radius: 15px;
	color: white;
	background: #32759A;
	background: linear-gradient(to right, #32759A, #3190c4);
	width: 100%;
	
}



.contentBottomLinks {
	
	width: 100%;
	text-align: right;
	font-size: 16px;
	
}

.leftColContent {
	
	margin-right: 20px;
	width: 25%;
	
	
}

.rightColContent {
	
	width: 85%;
	
	
}

/* Left menu styling */

.contentMenuHeader {
	
	background: white;
	width: 100%;
	border-radius: 20px 20px 0 0;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 4px;
	background: #669b87;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	
}

.contentMenuPanel {
	
	margin-bottom: 20px;
	background: white;
	width: 100%;
	/*height: 100%;*/
	border-radius: 0 0 20px 20px;
	padding: 15px;
	box-sizing: border-box;
	/*border: 1px solid black;*/


}

.contentMenuFull {
	
	height: 100%;
	
}

.contentMenuText {
	margin-left: 10px;
}

/* menu UL */

.contentMenuUL {

	padding: 0;
	margin-left: 30px;
	margin-right: 20px;
	list-style-type: square;
	
}

.contentMenuLI {

	/*border-bottom: 1px dotted #ccc;*/
	margin: 20px 0;
	
}




@media only screen and (max-width: 800px) {

	.contentHeader {
	
		font-size: 23px;
		line-height: auto;
		
	}

	.leftColContent, .rightColContent {
		
		border: 1px solid red;
		border-radius: 0;
		border: none;
		width: 100%;
		margin: 10px 0;

	}
	
	.mainContainer {
		
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		
	}

}


@media only screen and (max-width: 600px) {
	


	.topText {
		
		margin-bottom: 0;
		margin-top: 10px;
		
	}
	
	.contentBreadCrumbs {
		
		display: none;	
		
	}
	

	.contentHeader {
	
		font-size: 23px;
		line-height: 30px;
		
	}
	
	.contentH1 {
		
		font-size: 24px;
		margin-bottom: 20px;
		margin-top: -10px;
		padding: 14px 10px;
		text-align: center;

	}


	.leftColContent, .rightColContent {

		margin: 0;
		
		
	}
	
	.leftColContent {
		
		margin: 20px 10px 0 10px;
		
		width: calc(100% - 20px);
		
	}
	


	.contentLeft {

		width: 50%;
		
	}
	
	.contentRight {
		
		width: 50%;
		
	}


}






@media only screen and (max-width: 420px) {

	.contentRow {
		
		flex-direction: column;
		-webkit-flex-direction: column;
		
	}
	
	.contentLeft {

		width: 100%;
		padding: 20px;
		text-align: center;
		box-sizing: border-box;
		
	}
	
	.contentRight {
		
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		
	}

}













