body {
	
	font-family: Open Sans;
	font-size: 13pt;
	padding: 0;
	margin: 0;
	
}

/* button */
.buttonContainer {
	
    width: 100%;
    display: flex;
    justify-content: flex-end; /* Aligns items to the right */
    margin-top: 10px;
    margin-bottom: 30px;
    
}

.buttonContainer a {
	
    background: #F2355F;
    color: white !important;
    font-size: 13pt;
    padding: 8px 30px;
    text-decoration: none !important;
    transition: 0.2s color;
    border-radius: 15px;
    font-weight: bold;
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.2);
    display: flex;
	justify-content: space-around;
    align-items: center;
    max-width: 200px;
	min-width: 200px;
}

.buttonContainer a:hover {
	
	background: #d11942;
		
}

.buttonContainer a i {
	
	margin-left: 10px;
	font-size: 18pt;
	opacity: 0.7;
	
}

h1, h2 {
	
	border-bottom: 1px solid #ccc;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	margin-bottom: 20px;
	color: #E02060;
	line-height: normal !important;
	
	
}

h2 {
	padding-bottom: 6px;
}

/* turn off nav container */

.navContainer {
	display: none;
}

div {
	box-sizing: border-box;
}

header {
	
	box-sizing: border-box;
	background: white;
	margin: auto;
	padding: 0 0 0 30px;
	display: flex;
	max-width: 1200px;
	justify-content: space-between;	
	
}

header div {
	
	max-width: 50%;

}

header img {

	margin: 0;
	padding: 0;
	margin-bottom: -5px;
	max-width: 100%;
	
}

header .logo {
	
	max-width: 40%;
	
}

/* layout */

.container {
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1200px;
	background: white;
	margin: auto;
	padding: 0;

}

.main {
	width: 78%;
}

.menu {
	
	width: 22%;
	background: #90B090;
	font-size: 12pt;

}


.mainInner {
	
	padding: 20px 40px;
	line-height: 1.6em;
	
}

ul.menuList, ul.menuList2 {
	
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	line-height: 36px;
	margin-left: 25px;
	margin-right: 25px;
	
}

ul.menuList2 {

	line-height: 20px;
	font-size: 11pt;
	
}

ul.menuList2 li {
	display: flex; /* Use flexbox for alignment */
	align-items: flex-start; /* Align the arrow and text at the top */
	white-space: nowrap; /* Prevents breaking before the arrow */
}

ul.menuList2 li .arrow {
	margin-right: 5px; /* Space between the arrow and the text */
	line-height: 1; /* Aligns the arrow to the top */
}

ul.menuList2 a {
	white-space: normal; /* Allows link text to wrap */
	word-break: break-word; /* Breaks long words if needed */
}

ul.menuList2 .miniHeader {
	
	font-size: 16pt;
	margin: 15px 0;
	
}



.menu a {
	
	color: white !important;
	text-decoration: none;
	transition: .2s all;
	
}

.menu a.subLink {
	
	display: inline-block;
	
}

.menu a:hover {
	
	color: black;
	
}



.menuHeader {
	
	font-size: 18pt;
	color: white;
	background: #B0B090;
	padding: 5px;
	text-align: center;
	margin-bottom: 15px;
	
}

.menuSearch {
	
	display: flex;
	flex-direction: column;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;

}

.menuSearch form {
    display: flex;
    flex-direction: column;
}

.menuSearch input[type=text] {
    padding: 10px;
    margin-bottom: 10px; /* Space between input and button */
    border: 1px solid #ccc; /* Light grey border */
    border-radius: 4px; /* Rounded corners for input field */
    font-size: 16px; /* Larger text for better readability */
}

.menuSearch input[type=submit] {
    padding: 10px;
    border: none;
    border-radius: 4px; /* Rounded corners for button */
    background-color: #cee0ce; /* Bootstrap primary color */
    color: black;
    font-size: 16px;
    cursor: pointer; /* Hand cursor on hover */
}

.menuSearch input[type=submit]:hover {
    background-color: #0056b3; /* Darker shade on hover */
}


A {
	color: #247BFF;
	
}

a:hover {
	
	text-decoration: underline;
	color: #0000A4;
	
}

A.footer {
	color: #7A9BBC;
	font-weight: normal;
}

A.footer:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #A5BBD1
}

A.right:link, A.right:visited, A.right:active {font-weight: normal; color: #ffffff; text-decoration: none;}
A.right:hover {text-decoration: underline; font-weight: bold;}


A:link {color: #247BFF;}
A:visited {color: #247BFF;}
A:active {color: #247BFF;}
A:hover {text-decoration: underline; color: #0000A4;}

footer {
	
	max-width: 1200px;
	box-sizing: border-box;
	width: 100%;
	background: #B0B090;
	padding: 50px 0;
	text-align: center;
	margin: auto;
	
	
}

footer .footerPages {
	
	display: flex;
	margin: auto;
	justify-content: center;
	margin: 15px;

}

footer .footerPages a {
	
	color: white;
	
	
}



.backToTop {
	
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	border-radius: 10px 0 0 10px;
	color: #000000 !important;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 20px;
	padding: .7em;
	box-shadow: -3px 3px 3px  rgba(0,0,0,.15);
	-moz-box-shadow: -3px 3px 3px  rgba(0,0,0,.15);
	-webkit-box-shadow: -3px 3px 3px  rgba(0,0,0,.15);
	display: none;
	z-index: 200;
	
	
	
}

.backToTop:hover {	
	/*background-color: rgba(135, 135, 135, 0.50);*/
}	

/* Media queries */

@media only screen and (max-width: 900px) {

	ul.menuList, ul.menuList2 {
		
		margin-left: 10px;
		margin-right: 10px;
		
	}

}

/* pretty pre */

pre {
	
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	background: #EEEEEE;
	padding: 15px;
	width: 90%;
	font-family: arial;
	font-size: 13px;
	word-wrap: break-word;
	white-space: pre-wrap;
	text-align: left;
	margin: 20px auto;
	line-height: 22px;

}

@media only screen and (max-width: 800px) {
	
	
	
	
	.mainInner {
	
		padding: 20px;
		
	}
	
	.navContainer {
		display: block;
	}
	
	.menu {
		display: none;
	}
	
	header {
		display: none;
	}
	
	.container {
		flex-direction: column-reverse;
		
	}
	
	.main, .menu {
		width: 100%;
	}
	
}



@media only screen and (max-width: 600px) {
	
	
	.buttonContainer a {

		max-width: 100%;
		width: 100%;
		justify-content: center;
		
	}
	
}