body {
	background-color: #fff;
	background-image: none;
	background-position: 0% 0%;
	background-repeat: repeat;
	color: #1e1f21;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25rem;
}


h1 {
	margin-bottom: 10px;
	font-family: 'Roboto Slab', sans-serif;
	color: #2854a1;
	font-size: 2.4rem;
	line-height: 2.8rem;
	font-weight: 300;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', sans-serif;
	color: #427d0e;
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 300;
}

h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Khula, sans-serif;
	color: #427d0e;
	font-size: 1.3rem;
	line-height: 1.8rem;
	font-weight: 600;
}

h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 0px;
	color: #427d0e;
	font-size: 1.1rem;
	line-height: 1.5rem;
}

h5 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Khula, sans-serif;
	color: #1e1f21;
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-style: italic;
	font-weight: 400;
}

h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Khula, sans-serif;
	color: #0a0a0a;
	font-size: 0.8rem;
	line-height: 1rem;
	font-weight: 600;
}

p {
	margin-bottom: 12px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Khula, sans-serif;
	color: #1e1f21;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
}

a {
	font-weight: 600;
	padding-bottom: 0;
	text-decoration: none;
	background-color: transparent;
	color: #0a0a0a;
}

a:hover {
	transform: none;
	background-color: transparent;
	color: #4e841f;
	text-decoration: underline;
}

a:active:not(..nav-link-text-secondary),
a:visited:not(..nav-link-text-secondary) {
	background-color: transparent;
	color: #0a0a0a;
}

h1 a:visited,
h1 a:active,
h2 a:visited,
h2 a:active,
h3 a:visited,
h3 a:active,
h4 a:visited,
h4 a:active,
h5 a:visited,
h5 a:active,
h6 a:visited,
h6 a:active {
	color: inherit;
}

ul {
	padding-left: 30px;
}

/******** Buttons ***********/
.form_button,
.cms_buttons .primary,
.button_primary,
button {
	background-color: #274c8c;
	border-radius: 200px;
	color: white;
	display: inline-block;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 40px;
	margin: 10px 20px 10px 0;
	padding: 9px 30px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.form_button.primary {
	border: 0;
}

#account_module.form .form_item .label,
#account_module.form .form_item .field {
	padding-bottom: 5px;
}

#submissionforms_module.cms_form .cms_buttons .cms_form_button.primary,
button {
	background-color: #274c8c;
	border-radius: 200px;
	color: white;
	display: inline-block;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 40px;
	margin: 10px 20px 10px 0;
	padding: 9px 30px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px;
}

.cms_buttons .primary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.primary:hover,
.button_primary:hover,
button:hover {
	color: white;
	text-decoration: none;
	background-color: #00275d;
}

.cms_buttons .primary:active,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.primary:active,
.button_primary:active,
button:active {
	color: white;
	text-decoration: none;
	background-color: #00275d;
}

.cms_buttons .secondary {
	background-color: #6b9c43;
	border-radius: 200px;
	color: white;
	display: inline-block;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 40px;
	margin: 10px 20px 10px 0;
	padding: 9px 30px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary,
.button_secondary {
	background-color: #6b9c43;
	border-radius: 200px;
	color: white;
	display: inline-block;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 40px;
	margin: 10px 20px 10px 0;
	padding: 9px 30px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}


.cms_buttons .secondary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary:hover,
.button_secondary:hover {
	background-color: #427d0e;
	color: white;
	text-decoration: none;
}

.cms_buttons .secondary:active,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.secondary:active,
.button_secondary:active {
	color: white;
	text-decoration: none;
	background-color: #427d0e;
}

.cms_buttons .tertiary,
.button_tertiary {
	background-color: #6b9c43;
	border-radius: 200px;
	color: white;
	display: inline-block;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 40px;
	margin: 10px 20px 10px 0;
	padding: 9px 30px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#submissionforms_module.cms_form .cms_buttons .cms_form_button.tertiary {
	background-color: #6b9c43;
	border-radius: 200px;
	color: white;
	display: inline-block;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	height: 40px;
	margin: 10px 20px 10px 0;
	padding: 9px 30px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.cms_buttons .tertiary:hover,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.tertiary:hover,
.button_tertiary:hover {
	color: white;
	text-decoration: none;
	background-color: #427d0e;
}

.cms_buttons .tertiary:active,
#submissionforms_module.cms_form .cms_buttons .cms_form_button.tertiary:active,
.button_tertiary:active {
	color: white;
	text-decoration: none;
	background-color: #427d0e;
}


.redText {
	color: #ff0000;
}

#message.success {
	color: #427d0e;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.6rem;
	margin-bottom: 0;
	background-color: #d7e8c8;
	border-color: #427d0e;
	border-radius: 6px;
	border-style: solid;
	border-width: 12px 1px 1px;
	margin-bottom: 20px;
	padding: 10px 20px;
}

#message.success ul,
#message.success li,
#message.success p {
	color: #427d0e;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.6rem;
}

#message.error {
	color: #c20000;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.6rem;
	margin-bottom: 0;
	background-color: #f5dfdf;
	border-color: #c20000;
	border-radius: 6px;
	border-style: solid;
	border-width: 12px 1px 1px;
	margin-bottom: 20px;
	padding: 10px 20px;
}

#message.error ul,
#message.error li,
#message.error p {
	color: #c20000;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.6rem;
}


/* Table styles */
.styled td.tableHeader,
.tableHeader {
	background-color: #274c8c;
	color: white;
	font-size: 1.125rem;
	padding: 10px;
	text-align: left;
	font-weight: bold;
}

.styled th {
	background-color: #595d63;
	color: white;
	font-size: 1rem;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #cccccc;
}

.styled thead th {
	background-color: #274c8c;
	color: white;
	font-size: 1.125rem;
	padding: 10px;
	text-align: left;
	font-weight: bold;
}

.styled td {
	padding: 8px 10px;
	border-right: 1px solid #cccccc;
	font-family: "Khula";
	font-size: 1rem;
	font-weight: 400;
	color: #333;
	line-height: 20px;
}

td {
	font-family: "Khula";
	font-size: 1rem;
	font-weight: 400;
	color: #333;
	line-height: 20px;
}

.styled.striped tr:nth-child(odd),
.oddrow {
	background: #d2d6d9 none repeat scroll 0 0;
}

.styled.striped tr:nth-child(even),
.evenrow {
	background: white none repeat scroll 0 0;
}

.oddrow td,
.evenrow td {
	padding: 8px 10px;
	border-right: 1px solid #cccccc;
	font-family: "Khula";
	font-size: 1rem;
	font-weight: 400;
	color: #333;
	line-height: 20px;
}

.styled tr:nth-child(odd) td:last-child {
	border-right: 1px solid #fff;
}

.styled tr:nth-child(even) td:last-child {
	border-right: 1px solid #fff;
}

.oddrow:nth-child(odd) td:last-child {
	border-right: 1px solid #fff;
}

.evenrow:nth-child(even) td:last-child {
	border-right: 1px solid #fff;
}

@media (max-width: 39.9375em) {
	.tablesaw.styled tr {
		border-bottom: 2px solid rgba(0, 0, 0, 0.15);
	}

	.tablesaw.styled tr td {
		border-right: 0px solid;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}

	.tablesaw.styled tr:last-child,
	.tablesaw.styled tr:last-child td:last-child {
		border-bottom: 0px solid;
	}
}


/* Form Fields */
@media (max-width: 991px) {
	.inside-content-row input[type="text"] {
		width: 100%;
	}

	.inside-content-row select {
		width: 100%;
	}

	.inside-content-row textarea {
		width: 100%;
	}
}


/* Blogs */
#blogs_module.homepage_contentbox.displaymode_list .cms_date h3 {
	color: #1e1f21;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 12px;
	padding-left: 0;
	padding-right: 0;
}

#blogs_module.homepage_contentbox.displaymode_list .cms_description {
	color: #1e1f21;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 12px;
	padding-left: 0;
	padding-right: 0;
}

#blogs_module.homepage_contentbox.displaymode_list .read-more-link {
	padding-left: 0px;
}

/* Posts */
.collection.posts-collection .field.posts-field .posts-field-title h3 {
	border-color: black;
	border-width: 1px;
	color: #427d0e;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.9rem;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 0;
}

.collection.posts-collection .field.posts-field .posts-field-date {
	color: #1e1f21;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 12px;
	padding-left: 0;
	padding-right: 0;
}

.collection.posts-collection .field.posts-field {
	color: #1e1f21;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 12px;
	padding-left: 0;
	padding-right: 0;
}

.collection.posts-collection .field.posts-field .posts-field-more a {
	padding-left: 0px;
	font-size: 0.875rem;
}
