a:link {
	color: #214D44;
	text-decoration: none;
}

a:hover {
	color: Dark Red;
	text-decoration: underline;
}

a:visited {
	color: #214D44;
	text-decoration: none;
}

body {
	background-attachment: fixed;
	background-image: linear-gradient(#DEAA79, #FFE6A9);
	color: #152333;
	margin: 0;
}

li {
	padding-bottom: 5px;
	padding-top: 5px;
}

/*
div[class^="hidden"] {
	display: none;
}
*/

.adms-back-link {
	text-align: center;
	font-size: 12pt;
}

.adms-back-link a:link {
	color: #2B535D;
	text-decoration: none;
	text-shadow: none;
}

.adms-back-link a:hover {
	color: #2B535D;
	text-decoration: underline;
	text-shadow: none;
}

.adms-back-link a:visited {
	color: #75363B;
	text-decoration: none;
	text-shadow: none;
}

.copyright {
	font-size: 10pt;
	text-align: center;
}

.footer {
	font-family: "Cambria", serif;
	height: auto;
	width: 100%;
}

.footer-mobile {
	font-family: "Cambria", serif;
	height: auto;
	width: 100%;
}

.header {
	background-image: url(img/header-bg-test-v5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0px 0px 20px 20px;
	font-family: "Cambria", serif;
	height: 225px;
	margin: 0;
	padding: 20px;
}

.header-selflink a:link {
	text-decoration: none;
}

.header-selflink a:hover {
	text-decoration: none;
}


.header h1 {
	-webkit-text-stroke: 2px black;
	color: #FFFFFF;
	font-family: "Georgia", serif;
	font-size: 52pt;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 10px;
}

.header h2 {
	-webkit-text-stroke: 1px black;
	color: #FFFFFF;
	font-size: 26pt;
}

.header-mobile {
	font-family: "Cambria", serif;
	height: auto;
	width: 100%;
}

.leftside-menu {
	background-color: #DEAA79;
	border-radius: 0px 10px 10px 0px;
	display: table-cell;
	font-family: "Cambria", serif;
	font-size: 18pt;
	height: auto;
	width: 20%;
}

.leftside-menu ul {
	list-style: none;
}

.leftside-menu ul li:before {
	color: #214D44;
	content: "\25B6 \0020";
}

.link-collection a:link {
	color: #2B535D;
	text-decoration: none;
	text-shadow: none;
}

.link-collection a:hover {
	color: #2B535D;
	text-decoration: underline;
	text-shadow: none;
}

.link-collection a:visited {
	color: #75363B;
	text-decoration: none;
	text-shadow: none;
}

.main-container {
	display: table;
	height: auto;
	width: 100%;
}

.main-content {
	display: table-cell;
	font-family: "Cambria", serif;
	font-size: 16pt;
	height: auto;
	padding: 15px;
	width: 80%;
}

.menu-mobile {
	display: table;
	font-family: "Cambria", serif;
	height: auto;
	width: 100%;
}

.menu-mobile-row {
	display: table-row;
	width: 100%;
}

.menu-mobile-cell {
	display: table-cell;
	height: 300px;
	width: 33.33%;
}

.sendable-form {
	display: table;
	width: 100%;
}

.sendable-form-inputs {
	display: table-cell;
	padding-bottom: 20px;
	width: 80%;
}

.sendable-form-input-field {
	width: 40%;
}

.sendable-form-labels {
	display: table-cell;
	width: 20%;
}

.sendable-form-row {
	display: table-row;
}

.text-to-center {
	text-align: center;
}

.webcrumbs {
	font-family: "Gabriola", serif;
	font-size: 16pt;
}

.webcrumbs a:link {
	color: #2B535D;
	text-decoration: none;
	text-shadow: none;
}

.webcrumbs a:hover {
	color: #2B535D;
	text-decoration: underline;
	text-shadow: none;
}

.webcrumbs a:visited {
	color: #75363B;
	text-decoration: none;
	text-shadow: none;