body {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

.highlight {
    border-radius: 1em 0 1em 0;
    background-image: linear-gradient(-100deg, rgba(255, 224, 0, 0.3), rgba(255, 224, 0, 0.7) 95%, rgba(255, 224, 0, 0.1));
}


li::marker {
  content: '✔️';
}

li.neg::marker {
  content: '❌';

}

li.promo-offer::marker {
  content: '🎁';
	color: red;

}

h1 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.6;
}

a {
  color: #405cb3;
  text-decoration: none;
	font-weight: bold;
}

.nav-link {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.navbar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.header-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  color: #000;
}

.headline-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 3px;
  background-color: #000;
  font-size: 20px;
  font-weight: 500;
}

.subhead {
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}

.brand-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.site-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 24px;
}

.body-container {
  display: block;
  max-width: 1120px;
  padding-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 21px;
  line-height: 37px;
}

.topalert {text-align: center; 

	
	    padding: 8px 35px 8px 14px;
    margin-bottom: 12px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
	}

.topalert p {color: #000;
	font-size: 17px;
	padding: 0;
	margin: 0;
	}
 

.footer {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #98cde4;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('../image/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../image/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.site-navigation {
  padding-top: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  line-height: 54px;
  text-align: left;
}

.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.body-heading {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #2f2f2f;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1px;
}

.text-block {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0px solid #000;
  font-family: 'Open Sans', sans-serif;
  color: #2f2f2f;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
}

.text-block.desc-margin {
  margin-top: 15px;
  margin-bottom: 15px;
  clear: both;
  border-style: dashed;
  border-width: 0px;
  border-color: red;
  color: #2f2f2f;
  font-style: normal;
}

.text-block.dashed-box {
  display: block;
  padding: 20px;
  border-style: dashed;
  border-width: 1px;
  border-color: red;
  background-color: #fffdee;
}

.text-block.dashed-box.align-right {
  border: 2px solid #e15d3a;
  background-color: #edf9ff;
  font-style: normal;
  text-align: left;
}

.text-block.bold {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 700;
}

.body {
  margin-bottom: 20px;
  clear: none;
  border-style: dashed;
  border-width: 0px;
  border-color: rgba(240, 70, 70, 0.15);
  text-align: left;
}

.image {
  width: 100%;
  margin-top: 15px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.img-2 {
  margin-top: 0px;
}

.image.img-3 {
  margin-top: 30px;
}

.section {
  display: inline-block;
  width: 66.6%;
  padding-right: 15px;
  padding-left: 15px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.align-right {
  text-align: right;
}

.text-span {
  position: static;
  text-align: center;
}

.button-2 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(15, 77, 6, 0.37);
  border-radius: 8px;
  background-color: #2cc527;
  box-shadow: 3px 3px 4px 0 #000;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 940px;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.section-2 {
  background-color: #4267b2;
  font-size: 14px;
  text-align: center;
}

.text-block-2 {
  color: #fff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: none;
  object-fit: none;
}

.text-block-3 {
  white-space: nowrap;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.text-span-2 {
  color: #009216;
}

.bold-text {
  text-decoration: none;
}

.link {
  color: #07e;
  text-decoration: none;
}

.italic-text {
  font-size: 21px;
  line-height: 37px;
  font-style: normal;
}

.bold-text-2 {
  font-style: normal;
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.bold-text-3 {
  color: #07e;
}

.rich-text-block-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.image-2 {
  display: block;
  width: 16px;
  padding-bottom: 0px;
  float: left;
  border-radius: 20px;
}

.image-2.author {
  display: inline-block;
  width: 40px;
}

.rich-text-block-3 {
  margin-left: 20px;
  padding-top: 4px;
  float: left;
}

.section-3 {
  display: inline-block;
  color: #5f5e5e;
  font-size: 14px;
}

.bold-text-4 {
  text-decoration: underline;
}

.bold-text-5 {
  text-decoration: underline;
}

.link-5 {
  text-decoration: underline;
}

.image-3 {
  width: 400px;
  padding-right: 10px;
  float: none;
  clear: none;
}

.image-4 {
  width: 400px;
  padding-left: 10px;
  float: none;
  clear: none;
}

.elheadline {
  padding: 10px;
  background-color: #f3f3f3;
  font-size: 14px;
  line-height: 22.86px;
}

.link-6 {
  color: #073;
}

.facebook {
  display: inline;
  width: 23px;
}

.text-block-6 {
  display: inline;
  margin-left: 10px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(47, 47, 47, 0.25);
  color: #2f2f2f;
}

.section-4 {
  position: -webkit-sticky;
  position: sticky;
  top: -261px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 33.333%;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.image-5 {
  width: 72px;
  height: 72px;
  border-radius: 37px;
}

.abt-author {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Droid Sans', sans-serif;
  color: #3e4960;
  font-size: 24px;
  line-height: 26.4px;
  font-weight: 400;
}

.author-desc {
  padding-right: 0px;
  font-family: 'Droid Sans', sans-serif;
  color: #757575;
  font-size: 14px;
  line-height: 20px;
}

.columns-2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.html-embed {
  opacity: 0.3;
  color: #960f0f;
}

.div-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: inline-block;
  overflow: visible;
  margin-top: 40px;
  padding-right: 28px;
  padding-left: 28px;
}

.image-6 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 250px;
}

.container {
  max-width: 1120px;
  padding-right: 20px;
  padding-left: 20px;
}

.bold-text-6 {
  font-family: 'Open Sans', sans-serif;
  color: #2f2f2f;
  letter-spacing: -1px;
}

.lmt-link {
  margin-top: 15px;
  color: #405cb3;
  font-size: 20px;
  text-decoration: underline;
}

.link-7 {
  color: #405cb3;
}

.div-block-2 {
  display: inline-block;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-4 {
  display: block;
  float: left;
  clear: both;
}

.author-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: 'Open Sans', sans-serif;
  color: grey;
	font-size: 14px;
}

.bold-text-7 {
  margin-right: 10px;
  margin-left: 10px;
}

.bold-text-8 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22.86px;
}

.text-span-3 {
  font-family: 'Open Sans', sans-serif;
  color: #3e4960;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.bold-text-9 {
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-decoration: none;
}

.bold-text-10 {
  font-weight: 400;
}

.link-8 {
  color: #405cb3;
}

.image-7 {
  margin-top: 15px;
}

.work {
  margin-top: 30px;
}

.text-span-4 {
  font-family: 'Droid Sans', sans-serif;
  color: #2f2f2f;
  font-size: 22px;
  line-height: 31.42px;
}

.list-item {
  margin-bottom: 6px;
  padding-bottom: 6px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 22px;
  line-height: 31.42px;
}

.list {
  margin-top: 30px;
}

.text-span-5 {
  text-decoration: underline;
}

.text-span-6 {
  text-decoration: underline;
}

.div-block-5 {
  line-height: 21px;
  text-align: center;
}

.div-block-6 {
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.html-embed-2 {
  opacity: 0.3;
}

.container-2 {
  max-width: 1120px;
  margin-top: 15px;
  padding: 0px 20px;
  background-color: transparent;
}

.update {
  margin-bottom: 0px;
  background-color: transparent;
  font-family: 'Droid Sans', sans-serif;
  color: #2f2f2f;
  font-size: 16px;
  text-align: center;
}

.text-span-7 {
  text-decoration: underline;
}

.div-block-7 {
  padding: 15px;
  background-color: #fff0c7;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
  }

  .navbar {
    width: 100%;
    padding-top: 0px;
  }

  .header-background {
    height: auto;
    padding-bottom: 0px;
  }

  .headline-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .brand-link {
    padding-left: 10px;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navbar-container {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu {
    background-color: #000;
    color: #fff;
  }

  .body {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section {
    width: 100%;
  }

  .align-right {
    text-align: center;
  }

  .section-4 {
    display: block;
    width: 100%;
  }

  .abt-author {
    text-align: center;
  }

  .author-desc {
    text-align: center;
  }

  .div-2 {
    display: none;
  }

  .div-block-6 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    font-size: 16px;
    line-height: 1.4;
  }

  h6 {
    font-size: 14px;
    line-height: 1.4;
  }

  p {
    font-size: 16px;
  }

  .navbar {
    padding-top: 0px;
  }

  .header-background {
    height: auto;
    padding-bottom: 0px;
    text-align: center;
  }

  .headline-container {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .button {
    padding: 15px 20px;
    font-size: 18px;
  }

  .subhead {
    font-size: 14px;
    line-height: 1.2;
  }

  .body-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .heading {
    font-size: 26px;
    line-height: 36px;
  }

  .body {
    text-align: left;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .rich-text-block {
    display: block;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .text-block-3 {
    text-align: left;
    white-space: nowrap;
  }

  .text-block-4 {
    white-space: nowrap;
  }

  .text-block-5 {
    white-space: nowrap;
  }

  .image-2.author {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container {
    text-align: center;
  }

  .div-block-3 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-4 {
    display: inline-block;
    margin-top: 15px;
    margin-right: 14px;
  }

  .author-p {
    display: inline-block;
    text-align: left;
  }

  .bold-text-11 {
    display: inline-block;
    float: none;
  }

  .div-block-8 {
    display: inline-block;
  }

  .div-block-9 {
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  h3 {
    line-height: 1.3;
  }

  h4 {
    line-height: 1.4;
  }

  h5 {
    line-height: 1.4;
  }

  .nav-link {
    background-color: #000;
    color: #fff;
  }

  .navbar {
    width: 100%;
  }

  .header-background {
    height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .headline-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .subhead {
    font-size: 14px;
  }

  .brand-link {
    padding-left: 10px;
  }

  .site-title {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .body-container {
    padding-left: 10px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .icon {
    color: #000;
  }

  .menu-button-2 {
    background-color: #000;
  }

  .menu-button-2.w--open {
    color: #fff;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .heading {
    font-size: 30px;
  }

  .body-heading {
    font-size: 26px;
  }

  .body {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button-2 {
    width: 100%;
    font-size: 20px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 0px solid #c4c4c4;
  }

  .nav-logo {
    max-width: 80%;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .image-2 {
    display: inline-block;
  }

  .rich-text-block-3 {
    display: block;
    margin-left: 10px;
  }

  .rich-text-block-3.rtb3 {
    display: none;
  }

  .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-6 {
    font-size: 28px;
  }

  .div-block-3 {
    display: block;
  }

  .div-block-4 {
    display: none;
  }

  .author-p {
    margin-left: 0px;
    font-size: 13px;
  }
}

.button-4 {
  width: 68%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(15, 77, 6, 0.37);
  border-radius: 8px;
  background-color: #2cc527;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.button-4.rightcta {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 10px 0px;
  border-style: none;
  box-shadow: none;
  font-size: 18px;
}