* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	background-color: #fff;
	box-sizing: border-box;
	font: 300 16px 'Open Sans', sans-serif;
	min-height: 100%;
	padding-bottom: 269px;
	position: relative;
}

h1, h2 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 1em;
}

h3 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
	margin: 1.2em 0 1em 0;
}

h4 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1em;
	margin: 1.5em 0 1em 0;
}

h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1em;
	margin-bottom: -0.5em;
}

p {
	line-height: 1.6em;
	margin: 1em 0;
}

p.larger {
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
}

p:first-of-type { margin-top: 0; }

p:last-of-type { margin-bottom: 0; }

strong { font-weight: 600; }

a { transition: 300ms; }

.button,
.more-link {
	background-color: #19642b;
	border-radius: 5px;
	color: #fff !important;
	display: inline-block;
	font-weight: 400;
	padding: 9px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

.button:hover,
.more-link:hover { background-color: #257d3a; }

.pull-right {
	float: right;
	margin: 0 0 1em 1em;
}

.pull-left {
	float: left;
	margin: 0 1em 1em 0;
}

/* ==========================================================================
   Top Menu
   ========================================================================== */

.top-wrapper { background-color: #091740; }

.top {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	gap: 10px 40px;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 1600px;
	padding: 15px 20px;
}

.top .menu {
	display: flex;
	flex-flow: row wrap;
	gap: 30px;
	list-style: none;
}

#menu-top-menu a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

#menu-top-menu a:hover { color: #a1afd4; }

#menu-social-menu { gap: 10px; }

#menu-social-menu a {
	color: #a1afd4;
	font-size: 18px;
}

#menu-social-menu a:hover { color: #fff; }

/* ==========================================================================
   Header
   ========================================================================== */

.header-wrapper {
	background-color: #fff;
	box-shadow: 0 4px 0 0 rgba(0,0,0,0.07);
	position: relative;
	z-index: 100;
}

.header {
	align-items: center;
	display: grid;
	gap: 20px;
	grid-template-columns: max-content 1fr;
	margin: 0 auto;
	padding: 20px;
	max-width: 1600px;
}

.logo a { display: block; }

#menu-main-menu {
	display: flex;
	flex-flow: row wrap;
	gap: 40px;
	list-style: none;
	justify-content: flex-end;
}

#menu-main-menu a {
	color: #000;
	display: block;
	text-decoration: none;
}

#menu-main-menu > li { position: relative; }

#menu-main-menu > li > a {
	font-size: 18px;
	font-weight: 600;
	padding: 20px 0;
	text-transform: uppercase;
}

#menu-main-menu > li:hover > a { color: #257d3a; }

#menu-main-menu > li:hover > ul { display: block; }

#menu-main-menu ul {
	background-color: #f1f1f1;
	display: none;
	list-style: none;
	padding: 15px 10px;
	position: absolute;
	white-space: nowrap;
}

#menu-main-menu ul::after {
	border: 20px solid transparent;
	border-top: 0;
	border-bottom-color: #f1f1f1;
	content: '';
	height: 0;
	margin: -20px 0 0 -20px;
	position: absolute;
		top: 0;
		left: 20%;
	width: 0;
}

#menu-main-menu li:last-child ul { right: 0; }

#menu-main-menu li:last-child ul::after {
	left: auto;
	right: 20%;
}

#menu-main-menu ul a {
	font-weight: 400;
	padding: 5px 10px;
}

#menu-main-menu ul a:hover {
	background-color: rgba(37,125,58,0.1);
	color: #257d3a;
}

/* ==========================================================================
   Mobile Menu
   ========================================================================== */

#mainMenu {
  background-color: #091740;
  height: 100vh;
  overflow-x: hidden;
  position: fixed;
    top: 0;
    right: 0;
  transition: 1s;
  width: 0;
  z-index: 998;
}

#mainMenu.show { width: 100%; }

#mainMenu ul { list-style: none; }

#mainMenu #menu-mobile-menu { margin: 0 30px; }

#mainMenu #menu-mobile-menu:first-child { margin-top: 30px; }

.mobile-menu li ul {
  display: none;
  margin-bottom: 15px;
}

.mobile-menu a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
  text-decoration: none;
  white-space: nowrap;
}

/* ==========================================================================
    Mobile Menu Toggle
   ========================================================================== */
  
#openMenu {
  background-color: #091740;
  display: none;
  padding: 20px 15px;
  position: fixed;
    top: 0;
    right: 0;
  transition: .5s;
  width: 41px;
  z-index: 999;
}

#openMenu.open {
  background-color: #091740;
  color: #fff;
}

#menuTitle {
  position: relative;
  text-align: center;
  transition: .5s;
}
  
/* ==========================================================================
    Mobile Menu Icon Transition Effect
   ========================================================================== */
  
#btn {
  cursor: pointer;
  display: block;
  height: 30px;
  position: relative;
  transition: .5s;
  z-index: 200;
}

#btn .icon,
#btn .icon::before,
#btn .icon::after {
  background: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  transition: top ease .5s .5s, transform ease .5s;
  width: 41px;
}

#btn .icon {
  top: 14px;
  left: 2px;
}

#btn .icon::before { top: -8px; }

#btn .icon::after { top: 8px; }

#btn.active .icon { background: transparent; }

#btn.active .icon::before { transform: rotate(45deg); }

#btn.active .icon::after { transform: rotate(-45deg); }

#btn.active .icon::before,
#btn.active .icon::after {
  background-color: #fff;
  top: 0;
  transition: top ease .5s, transform ease .5s .5s;
}

/* ==========================================================================
		Banner
		========================================================================== */

.banner {
	position: relative;
	z-index: 0;
}

/* ==========================================================================
   Content
   ========================================================================== */

.content {
	margin: 120px auto;
	max-width: 1600px;
	padding: 0 20px;
}

.frontpage { text-align: center; }

.content a { color: #19642b; }

.content hr {
	background-color: #e1e1e1;
	border: none;
	height: 1px;
	margin: 1em 0;
}

.content ul,
.content ol {
  line-height: 1.6em;
  margin: 1em 0;
  overflow: hidden;
}

.content ul:not(.no-bullets) li { margin-left: 1.2em; }

.content ol li { margin-left: 1.2em; }

.content ul.no-bullets { list-style: none; }

.content ul.spaced li,
.content ol.spaced li { margin-top: 1em; }

.content ul.spaced li:first-child,
.content ol.spaced li:first-child { margin-top: 0; }

.content .breadcrumb {
  display: flex;
  flex-flow: row wrap;
	list-style: none;
	margin-bottom: 2em;
}

.content .breadcrumb li { margin: 0 7px 0 0; }

.content .breadcrumb li:first-child { margin: 0; }

.content .flex {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	gap: 20px 60px;
	justify-content: center;
	list-style: none;
	margin: 2em 0;
}

table { margin: 2em 0; }

table:not(.category),
table:not(.category) tbody,
table:not(.category) td { display: block; }

table:not(.category) tr {
	background-color: #f9f9f9;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	padding: 20px;
}

table:not(.category) tr:nth-child(odd) { background-color: #f0f0f0; }

table:not(.category) tr.header {
	background-color: #e1e1e1;
	font-weight: 600;
}

table.category.striped { border-collapse: collapse; }

table.category.striped tr { background-color: #f9f9f9; }

table.category.striped tr:nth-child(odd) { background-color: #f0f0f0; }

table.category.striped td { padding: 20px; }

table.col6 tr { grid-template-columns: repeat(auto-fit, minmax(200px, auto)); }

.rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
	color: #000 !important;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
}

table.category { text-align: left !important; }

table.category th {
	font-weight: 400;
	padding-bottom: 5px;
}

.visually-hidden { display: none; }

/* ==========================================================================
   Forms
   ========================================================================== */

.fm-header-title {
  font-size: 36px !important;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.fm_empty_margin { margin-top: 0 !important; }

.fm-form-container.fm-theme1 .fm-form,
input[type="text"],
textarea { font-family: 'Open Sans', sans-serif !important; }

.fm-form-container.fm-theme1 .fm-form .button-submit {
  font: 400 16px 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.iti { display: block !important; }

.fm-form .wd-flex { display: block !important; }

.fm-form .fm-header-bg, .fm-form .wdform-field:not([type="type_hidden"]) { padding: 10px 5px !important; }

.fm-form .fm-header-description { text-align: center !important; }

div[type="type_submit_reset"] .wdform-element-section { text-align: center; }

/* ==========================================================================
   Section 1
   ========================================================================== */

.section1 {
	margin: 120px auto;
	max-width: 1600px;
	padding: 0 20px;
}

.section1 .grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.section1 .grid-item {
	background-color: #f2f3f5;
	padding: 30px 30px 70px 30px;
	position: relative;
	text-align: center;
}

.section1 .grid-item .image { margin: -30px -30px 30px -30px; }

.section1 .grid-item img { width: 100%; }

.section1 .grid-item .button {
	border-radius: 0;
	position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
}

.section1 h3 { margin: 20px 0; }

/* ==========================================================================
   Section 2
   ========================================================================== */

.section2 {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	margin: 120px auto;
	max-width: 1600px;
	padding: 0 20px;
}

.section2 .post-info {
	display: flex;
	flex-flow: row wrap;
	gap: 20px;
	list-style: none;
	margin: 1em 0;
}

.section2 .post-info span { font-weight: 600; }

.news {
	background-color: #d5d6d7;
	color: #000;
	padding: 40px 40px 62px;
	position: relative;
}

.announcements {
	background-color: #d0d5e1;
	color: #000;
	padding: 40px 40px 62px;
	position: relative;
}

.post { padding: 30px 0; }

.post:first-of-type {
	border-top: none !important;
	padding-top: 0;
}

.news .post { border-top: 1px solid #74777c; }

.announcements .post { border-top: 1px solid #64739c; }

.section2 h2 {
	margin-bottom: 1.5em;
	text-align: center;
}

.section2 h3 { margin-top: 0; }

.section2 a { color: #19642b; }

.section2 h3 a {
	color: #000;
	text-decoration: none;
}

.section2 ul:not(.post-info),
.section2 ol {
  line-height: 1.6em;
  margin: 1em 0;
  overflow: hidden;
}

.section2 ul:not(.post-info) li { margin-left: 1.2em; }

.section2 .readmore { margin-top: 1em; }

.section2 .readmore-news,
.section2 .readmore-announcements {
	color: #fff;
	padding: 20px;
	position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	text-align: center;
}

.section2 .readmore-news a,
.section2 .readmore-announcements a { color: #fff; }

.section2 .readmore-news { background-color: #74777c; }

.section2 .readmore-announcements { background-color: #64739c; }

/* ==========================================================================
   Section 3
   ========================================================================== */

.section3 {
	margin: 120px auto;
	max-width: 1600px;
	padding: 0 20px;
}

.section3 .moduletable { margin: 80px 0; }

.section3 h1 { text-align: center; }

.section3 .convertforms { margin: 0 auto; }

.section3 .convertforms .cf-content-wrap,
.section3 .convertforms .cf-form-wrap { padding: 0; }

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-wrapper {
	background-color: #252628;
	position: absolute;
		bottom: 0;
	width: 100%;
}

.footer {
	color: #fff;
	margin: 0 auto;
	max-width: 1400px;
	padding: 40px 20px;
	text-align: center;
}

#menu-bottom-menu {
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
	justify-content: center;
	list-style: none;
}

#menu-bottom-menu a {
	color: #fff;
	display: block;
	font-weight: 400;
	text-decoration: none;
}

.bottom-logos {
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	gap: 20px 40px;
	justify-content: center;
	list-style: none;
	margin: 30px 0;
}

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

body { padding-bottom: 0; }

h1, h2 { font-size: 32px; }

.pull-right,
.pull-left {
	float: none;
	margin: 1em 0;
}

img {
	height: auto !important;
	max-width: 100%;
}

.header .main-menu,
.top .top-menu,
.banner,
.bottom-menu { display: none; }

.top,
header {
	grid-template-columns: auto;
	justify-content: center;
	text-align: center;
}

#openMenu { display: block; }

.footer-wrapper { position: relative; }

}