.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 144%;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 144%;
}

.header {
  padding: 20px 24px 30px;
}

.footer {
  color: #c2c2c2;
  background-color: #212d3b;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 32px;
}

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

.row.text-center.hd {
  justify-content: flex-start;
  align-items: center;
}

.logo {
  width: 360px;
  max-width: 60%;
}

.logo.mb2 {
  max-width: 180px;
  margin-bottom: 20px;
}

.logo.mb2.mid {
  margin-left: auto;
  margin-right: auto;
}

.title {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.title.medium {
  font-size: 28px;
  line-height: 38px;
}

.title.h1 {
  margin-bottom: 28px;
  padding-left: 5px;
  padding-right: 5px;
}

.title.small {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
}

.p {
  color: #3a3838;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.7;
}

.p.p-quote {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.p.fs-italic {
  font-style: italic;
}

.p.fs-italic.mb0 {
  margin-bottom: 0;
}

.p.fs-19 {
  font-size: 19px;
}

.p.fs-19.fw-bold {
  font-weight: 700;
}

.p.fs-19.fw-bold.mb0 {
  margin-bottom: 0;
}

.p.mb3 {
  margin-bottom: 30px;
}

.p.mb0 {
  border: 0 dashed #000;
  margin-bottom: 0;
}

.p.mb0.fw-bold {
  font-weight: 700;
}

.p.mb0.fw-bold.fs-20 {
  font-size: 20px;
  font-weight: 400;
}

.p.mb0.fw-bold.fs-20.text-center {
  text-align: center;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
}

.p.fs-16 {
  font-size: 16px;
}

.p.fs-16.fw-600 {
  color: #535353;
  font-weight: 600;
}

.p.fs-15 {
  font-size: 15px;
}

.p.fs-15.color-light {
  color: #9b9b9b;
}

.p.mb2 {
  margin-bottom: 20px;
}

.p.mb2.mb3 {
  margin-bottom: 30px;
}

.p.offer {
  margin-bottom: 0;
  font-size: 20px;
}

.p.notice {
  font-size: 14px;
}

.list1 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
}

.list1.num {
  font-size: 21px;
}

.list1-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.box1 {
  background-color: #f7f7f7;
  border-left: 3px solid #ccc;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  display: block;
}

.box1.bl-5 {
  border-left-width: 5px;
}

.box1.bl-5.p2 {
  padding: 20px 20px 10px 30px;
}

.box1.bl-5.p2.mb3 {
  border-top: 7px solid #bdbdbd;
  border-left-width: 7px;
  border-left-color: #bdbdbd;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: block;
}

.a-img {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.a-img.m0 {
  margin-top: 0;
  margin-bottom: 0;
}

.h2 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.h2.text-center {
  text-align: left;
}

.h3 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.h3.mt0 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.grid {
  padding: 0 20px;
}

.grid.bb1 {
  border-bottom: 1px solid #dedede;
}

.grid.bb1.mt3 {
  margin-top: 30px;
}

.grid.mb3 {
  margin-bottom: 30px;
}

.grid.mb3.mb4 {
  margin-bottom: 40px;
}

.grid-list {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.grid-list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 45px;
}

.grid-list-item.check {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}

.grid-list-item.uncheck {
  background-image: url('../images/uncheck.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 32px;
  align-items: center;
  display: flex;
}

.column {
  align-items: center;
  padding-right: 0;
  display: flex;
}

.column-2 {
  padding-left: 40px;
}

.column-2.bl1 {
  border-left: 1px solid #dedede;
  align-items: stretch;
  padding-left: 20px;
  display: flex;
}

.bl1 {
  border-left: 1px solid #dedede;
}

.bl1.bp2 {
  padding-bottom: 20px;
}

.columns {
  display: flex;
}

.box3 {
  background-color: #f7f7f7;
  border: 5px solid #ccc;
  max-width: 100%;
  padding: 20px;
}

.box3.mb3 {
  background-color: #f7f7f7;
  border-width: 5px;
  border-color: #ccc;
  margin-bottom: 30px;
}

.box3.mb3.b-dotted {
  background-color: #fff7dc;
  border-style: dashed;
  border-color: #fdc300;
}

.box3.mb3.b-yellow {
  background-color: #fff7dc;
  border-color: #fdc300;
}

.box3._w-60 {
  max-width: 60%;
}

.box3._w-60.m-uto {
  margin-left: auto;
  margin-right: auto;
}

.box3._w-60.m-uto.mb2 {
  margin-bottom: 20px;
}

.box3._w-60.m-uto.mb2.bg-white {
  background-color: #fff;
}

.box3._w-60.m-uto.mb2.bg-white.b8 {
  border-width: 7px;
  border-color: #333;
}

.btn-primary {
  text-align: center;
  background-color: #069206;
  border-bottom: 5px solid #057b05;
  border-radius: 8px;
  width: 100%;
  padding: 36px 60px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.btn-primary:hover {
  background-color: #058705;
}

.btn-primary.mb5 {
  margin-bottom: 30px;
}

.afooter {
  color: #9b9b9b;
  font-weight: 400;
  text-decoration: none;
}

.column-3 {
  margin-top: 24px;
  margin-bottom: 20px;
  position: relative;
  top: 30px;
  bottom: auto;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.columns-3, .columns-6 {
  align-items: stretch;
  display: flex;
}

.image {
  margin-top: -10px;
}

.p-2 {
  color: #3a3838;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  line-height: 1.7;
}

.p-2.fs-18 {
  font-size: 18px;
}

.p-2.fs-18.mb0 {
  margin-bottom: 0;
}

.p-2.mb0 {
  border: 0 dashed #000;
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 10px;
}

.image-3 {
  width: 100%;
}

.h3-2 {
  font-family: Open Sans, sans-serif;
}

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

.h3-2.text-center.mb0, .h3-2.text-center.mr10 {
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
}

.h2-2 {
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

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

.image-4 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: #0b039f;
  line-height: 1.2;
  text-decoration: none;
}

.div-block-3 {
  align-items: center;
  font-size: 18px;
  display: flex;
}

.brand {
  width: 100%;
}

.citations {
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.cit-title {
  font-size: 14px;
  display: block;
}

.sidebar-2 {
  border-radius: 8px;
  padding: 10px 12px;
  box-shadow: 0 4px 20px #00000040;
}

.sidebar-2.text-center {
  box-shadow: none;
  text-align: center;
  border: 1px solid #31718f;
  border-radius: 0;
}

.a-img-3 {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.a-img-3.mt-20 {
  margin-top: 20px;
}

.btn-primary-2 {
  text-align: center;
  background-color: #1dba33;
  border-radius: 5px;
  width: 100%;
  padding: 36px 60px;
  font-family: Varela, sans-serif;
  font-size: 28px;
  line-height: 32px;
  box-shadow: 0 1px 5px #0006;
}

.btn-primary-2:hover {
  background-color: #058705;
}

.btn-primary-2.btn-sidebar {
  padding: 15px 10px;
  font-size: 15px;
}

.sg-box {
  background-color: #f7f7f7;
  border-left: 3px solid #ccc;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.sg-img {
  width: 84px;
  margin-right: 20px;
}

.sg-content {
  color: #37465a;
}

.sg-med {
  margin-bottom: 5px;
}

.text-green {
  color: #44763c;
}

.sg-text {
  margin-bottom: 5px;
}

.top-bar {
  color: #9b9b9b;
  background-color: #212d3b;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  display: flex;
}

.rich-text {
  overflow: hidden;
}

.asset-holder {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.code-embed {
  font-size: 14px;
}

.image-asset {
  width: 100%;
}

.highlited-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffd811;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding: 16px;
  display: flex;
}

.cta-button-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 16px;
}

.comment-text-item {
  color: #000;
  background-color: #f2f2f2;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.comment-paragreaph {
  font-size: 16px;
}

.body {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.tweeter-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #1b95e0;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 2px 8px 2px 6px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.tweeter-button:hover {
  background-color: #1b95e0;
}

.svg-icon {
  line-height: 0;
}

.date-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: -2px;
  margin-bottom: -6px;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-text {
  color: #00f;
  font-weight: 700;
}

.highlited {
  color: #00953d;
}

.highlited-red {
  color: #d0021b;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  background-image: url('../images/icon-check-3.png');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  margin-bottom: 4px;
  padding-left: 24px;
  overflow: visible;
}

.assets-max-with {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .logo.mb2 {
    max-width: 200px;
  }

  .p {
    margin-bottom: 10px;
  }

  .grid-list {
    padding-right: 10px;
  }

  .column-2.bl1 {
    padding-left: 20px;
  }

  .box3._w-60.m-uto.mb2.bg-white.b8 {
    margin-top: 30px;
  }

  .btn-primary.mb5 {
    font-size: 24px;
  }

  .column-3 {
    flex-direction: row;
    padding-right: 15px;
    display: flex;
  }

  .columns-2 {
    flex-direction: column;
    display: block;
  }

  .column-4 {
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .p-2 {
    margin-bottom: 10px;
  }

  .italic-text {
    font-size: 24px;
  }

  .sidebar-2.text-center {
    display: block;
  }

  .btn-primary-2.btn-sidebar {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title {
    font-size: 28px;
  }

  .title.h1 {
    padding-left: 0;
    padding-right: 0;
  }

  .p {
    font-size: 19px;
  }

  .h2 {
    font-size: 26px;
  }

  .grid.bb1.mt3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .grid-list {
    padding-right: 10px;
  }

  .column-2.bl1, .bl1.bp2 {
    padding-left: 20px;
  }

  .columns {
    flex-direction: row;
    display: flex;
  }

  .box3._w-60.m-uto.mb2.bg-white.b8 {
    max-width: 100%;
  }

  .btn-primary.mb5 {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.2;
  }

  .column-3 {
    margin-top: 20px;
    top: 0;
  }

  .columns-3 {
    flex-direction: row;
    display: flex;
  }

  .columns-6 {
    display: flex;
  }

  .h2-2 {
    font-size: 26px;
  }

  .image-4 {
    max-width: 100%;
  }

  .italic-text {
    font-size: 23px;
  }

  .btn-primary-2 {
    padding: 15px 25px;
    font-size: 20px;
  }

  .sg-med {
    margin-bottom: 0;
  }

  .sg-text {
    display: none;
  }

  .top-bar {
    line-height: 26px;
  }

  .date-holder {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 162%;
  }

  ul {
    font-size: 16px;
  }

  .header {
    padding: 5px 0;
  }

  .footer {
    margin-top: 20px;
  }

  .row, .row.p1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title.h1 {
    font-size: 30px;
  }

  .p {
    font-size: 17px;
  }

  .p.fs-italic.mb0.quote {
    line-height: 1.4;
  }

  .p.fs-19 {
    font-size: 15px;
  }

  .p.mb0.fw-bold.fs-20, .p.mb0.fw-bold.fs-20.text-center {
    font-size: 18px;
  }

  .p.mb2 {
    margin-bottom: 10px;
  }

  .list1 {
    margin-bottom: 20px;
  }

  .list1.num {
    font-size: 17px;
  }

  .list1.mb-10 {
    margin-bottom: 10px;
  }

  .box1.bl-5.p2.mb3 {
    padding-left: 10px;
  }

  .a-img {
    margin-top: 10px;
  }

  .h2 {
    font-size: 19px;
  }

  .grid.bb1, .grid.mb3 {
    padding-left: 0;
  }

  .grid-list-item.check {
    background-size: 26px;
    padding-left: 34px;
    padding-right: 0;
  }

  .grid-list-item.uncheck {
    background-size: 26px;
    padding-left: 34px;
  }

  .column-2.bl1, .bl1.bp2 {
    padding-left: 10px;
  }

  .btn-primary.mb5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .column-3 {
    margin-bottom: 0;
  }

  .columns-6 {
    align-items: stretch;
  }

  .p-2 {
    font-size: 18px;
  }

  .p-2.fs-18.mb0 {
    font-size: 15px;
  }

  .bold-text {
    font-size: 25px;
  }

  .h3-2.text-center.mb0 {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .h3-2.text-center.mr10 {
    margin-left: 0;
    margin-right: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .h2-2 {
    font-size: 22px;
  }

  .citations {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .cit-title {
    font-size: 14px;
  }

  .sg-box {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }

  .sg-img {
    width: 52px;
  }

  .highlited-section {
    padding-top: 0;
  }

  .assets-max-with {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}


