body {
  font-family: 'DM Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

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: #167ac6;
  text-decoration: none;
}

.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: 1170px;
  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;
}

.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('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/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: 10px;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Source Sans Pro', sans-serif;
  color: #17191c;
  font-size: 31px;
  line-height: 37.2px;
  text-align: left;
  letter-spacing: 4px;
}

.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: 8px;
  font-family: 'Open Sans', sans-serif;
  color: #3e3e4a;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
}

.text-block {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  border: 0px solid #000;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 1.8em;
  letter-spacing: 0px;
}

.text-block.desc-margin {
  margin-top: 0px;
  margin-bottom: 15px;
  clear: both;
  border-style: dashed;
  border-width: 0px;
  border-color: red;
  color: #333;
  font-size: 21px;
  line-height: 1.8em;
  font-style: normal;
  text-align: left;
}

.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 {
  margin-bottom: 30px;
  padding: 20px;
  border: 2px solid #e15d3a;
  background-color: #edf9ff;
  color: #333;
  font-style: normal;
  text-align: center;
}

.text-block.bold {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 700;
}

.text-block.discount {
  color: #999;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
}

.text-block.question {
  margin-bottom: 0px;
}

.text-block.small {
  font-size: 17px;
}

.body {
  margin-bottom: 20px;
  clear: none;
  border-style: none;
  border-width: 0px;
  border-color: rgba(240, 70, 70, 0.15);
  color: #3a87ad;
  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: 75%;
  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: 0px;
  margin-left: 0px;
  padding: 5px 0px;
  border: 1px solid #bf3624;
  border-radius: 12px;
  background-color: #ef432d;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}

.button-2.side-btn {
  border-style: none;
}

.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;
}

.text-block-6.review-h {
  margin-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #333 #333 rgba(47, 47, 47, 0.25);
  font-family: 'Open Sans', sans-serif;
  color: #2f2f2f;
}

.section-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-a {
  position: static;
  top: auto;
  bottom: 0px;
  display: block;
  overflow: visible;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-a.div-b {
  position: static;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.image-6 {
  position: static;
  top: 0px;
  width: 100%;
  margin-bottom: 20px;
}

.container {
  max-width: 1170px;
  padding-right: 20px;
  padding-left: 20px;
}

.bold-text-6 {
  font-family: 'Open Sans', sans-serif;
  color: #17191c;
  font-size: 31px;
  line-height: 1.2px;
  font-weight: 800;
  letter-spacing: 0px;
}

.lmt-link {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: red;
  font-size: 21px;
  font-weight: 400;
  text-decoration: none;
}

.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-top: 0px;
  margin-bottom: 10px;
  padding-top: 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: Lato, sans-serif;
  color: #919ba3;
  font-size: 13px;
}

.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 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.image-7.margin-btm {
  margin-bottom: 20px;
}

.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 {
  border-style: none none solid;
  border-width: 1px 1px 6px;
  border-color: #000 #000 #bf3624;
  border-radius: 3px;
  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;
}

.bold-text-11 {
  color: #49545e;
}

.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;
}

.paragraph {
  font-family: 'Open Sans', sans-serif;
  color: red;
  font-size: 21px;
}

.paragraph-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: red;
  font-size: 21px;
  font-weight: 700;
}

.italic-text-2 {
  line-height: 27.3px;
}

.text-span-8 {
  font-size: 11px;
}

.text-span-9 {
  margin-left: 5px;
  font-size: 11px;
}

.bold-text-12 {
  color: #919ba3;
}

.bold-text-13 {
  color: #49545e;
}

.image-8 {
  width: 100%;
  margin-bottom: 0px;
}

.blw-img {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 30.2px;
  text-align: center;
}

.bold-text-14 {
  text-decoration: underline;
}

.bold-text-15 {
  text-decoration: underline;
}

.link-9 {
  text-decoration: underline;
}

.html-embed-3 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.html-embed-3.side-bar {
  position: static;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.text-span-10 {
  color: #337ab7;
}

.heading-2 {
  font-size: 21px;
}

.check {
  font-family: 'Open Sans', sans-serif;
  color: #17191c;
  font-size: 21px;
  line-height: 27.3px;
}

.text-span-11 {
  color: green;
}

.list-item-2 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 19px;
}

.link-10 {
  text-decoration: underline;
}

.list-item-3 {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 19px;
}

.text-span-12 {
  color: #e25041;
}

.text-span-13 {
  color: #61bd6d;
}

.review {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 27px;
}

.review-block {
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border: 1px solid #e1e1e1;
  background-color: #f9f9f9;
}

.column-2 {
  text-align: right;
}

.image-9 {
  width: 100%;
  border-radius: 10px;
  text-align: right;
}

.image-9.user {
  width: 95px;
}

.bold-text-16 {
  color: #1fba34;
}

.text-span-14 {
  font-size: 16px;
}

.upload {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border-radius: 8px;
}

.user {
  margin-bottom: 0px;
}

.paragraph-3 {
  display: inline-block;
}

.paragraph-3.user {
  font-family: 'Open Sans', sans-serif;
  color: #1fba34;
  font-size: 17px;
  font-weight: 700;
}

.div-block-10 {
  margin-top: 14px;
  padding: 10px 15px;
  border: 1px solid #e1e1e1;
  background-color: #f9f9f9;
}

.italic-text-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.image-10 {
  padding-right: 10px;
  float: right;
}

.image-11 {
  width: 100px;
  height: 100px;
  margin-right: 5px;
  padding-right: 0px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-1 {
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 5px 3px 5px 12px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #222;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.bold-text-17 {
  line-height: 22px;
}

.div-block-11 {
  width: 100%;
  border-bottom: 6px solid #bf3624;
  border-radius: 3px;
  text-align: center;
}

.button-3 {
  width: 100%;
  border: 1px solid #f47b6c;
  border-radius: 3px 3px 0px 0px;
  background-color: #ef432d;
}

.abt-author-side {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 30.4px;
  text-align: center;
}

.div-block-12 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: auto;
  display: block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.alert-info {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #3a87ad;
  font-size: 19px;
  line-height: 34.2px;
  text-align: left;
}

.italic-text-4 {
  background-color: transparent;
  color: #3a87ad;
  text-align: center;
}

.div-block-13 {
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  background-color: #d9edf7;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #17191c;
  font-size: 30px;
}

.heading-4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 32px;
}

.check_div {
  margin-bottom: 20px;
  padding-left: 30px;
}

.text-span-15 {
  color: #396;
}

.text-span-16 {
  color: brown;
  text-decoration: line-through;
}

.text-span-17 {
  color: #333;
  font-size: 9px;
}

.bold-text-18 {
  color: #333;
  font-size: 9px;
}

.bold-text-19 {
  font-size: 17px;
  font-weight: 400;
}

.text-span-18 {
  color: green;
}

@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;
  }

  .body-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .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: 66.666%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .align-right {
    text-align: center;
  }

  .section-4 {
    display: block;
    width: 33.33%;
  }

  .abt-author {
    text-align: center;
  }

  .author-desc {
    text-align: center;
  }

  .div-a {
    display: block;
  }

  .div-block-6 {
    margin-top: 10px;
  }

  .image-11.user {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@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: 0px;
    padding-left: 0px;
  }

  .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: 30px;
    line-height: 36px;
  }

  .text-block.question {
    line-height: 1.4em;
  }

  .body {
    text-align: left;
  }

  .section {
    width: 100%;
  }

  .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;
  }

  .section-4 {
    position: static;
    width: 100%;
    margin-top: 15px;
  }

  .container {
    text-align: center;
  }

  .bold-text-6 {
    font-size: 30px;
  }

  .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;
    text-decoration: none;
  }

  .bold-text-11 {
    display: inline-block;
    float: none;
  }

  .div-block-8 {
    display: inline-block;
  }

  .div-block-9 {
    display: inline-block;
  }

  .heading-3 {
    font-size: 24px;
  }
}

@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: 0px;
  }

  .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: 25px;
  }

  .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;
  }

  .image-2.author {
    margin-right: 10px;
  }

  .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: 25px;
    line-height: 29px;
    font-weight: 700;
  }

  .div-block-3 {
    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;
  }

  .div-block-4 {
    display: none;
  }

  .author-p {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }

  .text-span-9 {
    margin-left: 0px;
  }

  .bold-text-13 {
    line-height: 1.8;
  }

  .review-block {
    text-align: center;
  }

  .column-2 {
    text-align: center;
  }

  .div-block-10 {
    text-align: center;
  }

  .heading-4 {
    font-size: 24px;
  }
}

