* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  margin: 0px;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  background: #EAEAEA;
}

h1 {
  margin: 15px 0px 25px 0px;
  color: #252525;
  font-size: 32px;
  font-weight: 400;
}

h2 {
  margin: 15px 0px;
  color: #267727;
  font-size: 24px;
  font-weight: 400;
}

h3 {
  margin: 0px 0px 10px 0px;
  color: #464646;
  font-size: 18px;
  font-weight: 400;
}

h4 {
}

h5 {
}

h6 {
}

a {
  color: #267727;
  text-decoration: none;
}

a:hover {
  color: #6BB03D;
  text-decoration: none;
}

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

ul,
ol {
}

ul li,
ol li {
  margin: 0px 0px 10px 0px;
}

#wrapper {
  text-align: center;
  background: #FFFFFF;
}

#container {
}

#inner {
}

#header {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
}

#header.sticky {
  position: fixed;
  top: 0px;
  height: 60px;
  padding: 5px 0px;
  box-shadow: 2px 2px 2px rgba(1, 1, 1, 0.33);
  box-sizing: border-box;
}

#header-outer {
}

#header-inner {
}

#header-top {
}

#header.sticky #header-top {
  float: left;
}

#header-left {
  float: left;
  padding: 15px 0px 5px 0px;
}

#header.sticky #header-left {
  float: none;
  height: 50px;
  padding: 0px;
}

div.logo-desktop {
}

div.logo-mobile {
  display: none;
}

a.link-home {
  display: block;
}

a.link-home img {
  display: block;
}

#header.sticky a.link-home img {
  height: 50px;
  width: auto;
}

#header-right {
  float: right;
  padding: 45px 0px 0px 0px;
  text-align: right;
}

#header.sticky #header-right {
  display: none;
}

div.social-media,
div.top-links {
  display: inline-block;
  vertical-align: middle;
}

div.social-media {
  margin: 0px 20px 0px 0px;
}

div.social-media a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 5px 0px 0px;
  color: #FFFFFF !important;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  background: #3D3D3D;
  border-radius: 2px;
}

div.social-media a i.fa {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

div.social-media a span.social-media-text {
  display: none;
}

div.top-links {
}

div.top-links span.top-link {
  display: inline-block;
}

div.top-links span.top-link a {
}

span.drop-down-menu-container {
  position: relative;
  display: inline-block;
}

span.drop-down-menu-container a.drop-down-button {
  cursor: pointer;
}

span.drop-down-menu-container ul.drop-down-menu {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background: #6BB03C;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgb(1, 1, 1);
  box-shadow: 2px 2px 2px rgba(1, 1, 1, 0.33);
  z-index: 99;
}

span.drop-down-menu-container ul.drop-down-menu li {
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #008000;
}

span.drop-down-menu-container ul.drop-down-menu li:last-of-type {
  border: 0px;
}

span.drop-down-menu-container ul.drop-down-menu li a {
  display: block;
  margin: 0px;
  padding: 8px 20px;
  color: #FFFFFF;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

span.drop-down-menu-container ul.drop-down-menu li a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background: #6BB03C;
}

#header-bottom {
}

#header.sticky #header-bottom {
  float: right;
}

#navigation {
  float: left;
}

#navigation::after {
  content: "";
  display: block;
  clear: both;
}

#content {
}

#content p,
#content ol,
#content ul {
  line-height: 1.6em;
}

#content a {
  text-decoration: underline;
}

#footer {
  padding: 40px 0px 100px 0px;
  font-size: 14px;
}

#footer-outer {
}

#footer-inner {
}

#footer-top {
  padding: 0px 0px 20px 0px;
}

#footer-bottom {
  border-top: 1px solid #FFFFFF;
}

#footer p {
  color: #464646;
  line-height: 1.6em;
}

#footer ul {
  margin: 0px;
  padding: 0px;
  line-height: 1.6em;
  list-style-type: none;
}

#footer ul li {
  margin: 0px 0px 3px 0px;
}

#footer a {
  color: #464646;
  text-decoration: none;
}

#footer a:hover {
  color: #000000;
  text-decoration: none;
}

#footer span.powered-by,
#footer span.powered-by a,
#footer span.powered-by a:hover {
  color: #CCCCCC;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  background: #313131;
  border-radius: 6px;
  opacity: 0.75;
  cursor: pointer;
  z-index: 999;
}

#back-to-top::after {
  display: block;
  margin: -1px 0px 0px 0px;
}

div.clearfloats {
  display: block;
  clear: both;
}

.clear-floats::after {
  content: "";
  display: block;
  clear: both;
}

/* Layout Classes */

div.div-outer {
  width: 1380px;
  margin: 0px auto;
  text-align: left;
}

div.div-inner {
}

/* Responsive Embed Styles */

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Flex Row Styles */

div.flex-row {
  display: flex;
  flex-wrap: nowrap;
}

div.flex-column {
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

/* Table Styles */

table.table-list {
  width: 100%;
  border-collapse: collapse;
}

table.table-list tr {
  border: 1px solid #CCCCCC;
}

table.table-list tr.row-headings {
  border: 1px solid #477199;
}

table.table-list th {
  padding: 8px;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  background: -webkit-linear-gradient(#008000, #6BB03C);
  background: -o-linear-gradient(#008000, #6BB03C);
  background: -moz-linear-gradient(#008000, #6BB03C);
  background: linear-gradient(#008000, #6BB03C);
  border-right: 1px solid #CCCCCC;
}

table.table-list th a {
  color: #FFFFFF;
}

table.table-list td {
  padding: 8px;
  vertical-align: top;
  background-color: #FFFFFF;
  border-right: 1px solid #CCCCCC;
}

table.table-list th.align-left,
table.table-list td.align-left {
  text-align: left;
}

table.table-list th.align-center,
table.table-list td.align-center {
  text-align: center;
}

table.table-list th.align-right,
table.table-list td.align-right {
  text-align: right;
}

table.table-list th.align-middle,
table.table-list td.align-middle {
  vertical-align: middle;
}

table.table-list tr:nth-child(odd) td {
  background-color: #FFFFFF;
}

table.table-list tr:nth-child(even) td {
  background-color: #F4F4F4;
}

@media only screen and (max-width: 1024px) {
  table.table-responsive {
    font-size: 12px;
  }

  table.table-responsive thead {
    display: none;
  }

  table.table-responsive tr {
    display: block;
    margin: 0px 0px 10px 0px;
  }

  table.table-responsive tr.row-headings {
  }

  table.table-responsive tr.row-headings th {
  }

  table.table-responsive tr.sub-headings {
  }

  table.table-responsive tr.sub-headings th {
    display: block;
  }

  table.table-responsive td {
    display: block;
    text-align: right !important;
    border: 1px dotted #CCCCCC;
    border-width: 0px 0px 1px 0px;
  }

  table.table-responsive td:last-of-type {
    border: 0px;
  }

  table.table-responsive td.column-hidden {
    display: none;
  }

  table.table-responsive td:before {
    content: attr(data-th) ": ";
    float: left;
    margin: 0px 10px 0px 0px;
    font-weight: bold;
    text-align: left;
  }

  table.table-responsive td[data-th=""]:before {
    display: none;
  }
}

/* Misc Styles */

.fancy-heading {
  display: block;
  position: relative;
  margin: 25px 0px;
}

.fancy-heading::after {
  content: " ";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 75%;
  border-color: #C4C4C4;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
}

.fancy-list {
  margin: 25px 0px;
  padding: 0px;
  list-style-type: none;
}

.fancy-list li {
  position: relative;
  margin: 15px 0px;
  padding: 3px 0px 3px 45px;
}

.fancy-list li::before {
  position: absolute;
  left: 0px;
  content: "\f00c";
  color: #6BB03C;
  font-family: "Font Awesome 5 Pro";
  font-size: 32px;
  font-weight: 900;
}

div.column img {
  max-width: 100%;
  height: auto;
}

.video-popup {
  display: block;
  position: relative;
}

.video-popup::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0px 0px -30px;
  content: "\f144";
  width: 60px;
  height: 60px;
  color: #6BB03C;
  font-family: "Font Awesome 5 Pro";
  font-size: 52px;
  line-height: 60px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 2;
}