:root {
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #2e2e2e;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}

h2 {
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.42857;
}

p {
  color: #2f2f2f;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

a {
  color: #405cb3;
  text-decoration: underline;
}

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

.header {
  display: flex;
}

.header.py-10 {
  flex-wrap: wrap;
  padding: 8px 15px 10px;
}

.header-left {
  width: 75%;
}

.header-right {
  width: 25%;
}

.header-right.flex {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.brand-logo {
  height: 60px;
}

.us-flag {
  width: 50px;
}

.text-18 {
  margin-top: 7px;
  margin-bottom: 6px;
  margin-right: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.update-bar {
  text-align: center;
  background-color: #ffe39587;
  margin: 10px 15px;
  padding: 15px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.content-wrapper {
  display: flex;
}

.main-content {
  width: 66.6667%;
  min-height: 1px;
  padding: 10px 15px;
}

.article-headline {
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 48px;
}

.weight-400 {
  font-weight: 400;
}

.cta-offer {
  text-align: left;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.meta-flex {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.star-ratings {
  margin-right: 15px;
  display: flex;
}

.author {
  color: gray;
  align-items: center;
  display: flex;
}

.avatar-xs {
  border-radius: 50%;
  width: 40px;
  margin-left: 15px;
}

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

.image-wrapper.mt-10.mb-30 {
  margin-bottom: 30px;
}

.image-wrapper.mt-30 {
  margin-top: 30px;
}

.fluid-image {
  width: 100%;
}

.image-caption {
  color: #2d2d2d;
  background-color: #f3f3f3;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
}

.summary {
  color: #3e4960;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
}

.summary.default {
  text-transform: none;
}

.list-number {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  list-style-type: decimal;
}

.check-list {
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  list-style-type: none;
}

.checked {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 1em;
  display: flex;
}

.list-checked {
  align-items: flex-start;
  margin-bottom: 6px;
  padding-bottom: 6px;
  display: flex;
}

.inline-cta {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  display: block;
}

.notice-box {
  text-align: left;
  background-color: #edf9ff;
  border: 2px solid #e15d3a;
  margin-top: 20px;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
}

.cta-wrapper.mt-25 {
  text-align: center;
  margin-top: 25px;
}

.cta-btn {
  background-color: #eb6054;
  border: 1px solid #0003;
  border-radius: 3px;
  width: 100%;
  max-width: 281px;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: inset 1px 1px #fff3;
}

.cta-btn:hover {
  background-color: #eb6054e6;
}

.sidebar {
  width: 33.3333%;
  padding-left: 35px;
  padding-right: 35px;
}

.divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  min-height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 3px #0003;
}

.author-content {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.author-left {
  color: #757575;
  width: 70%;
  padding-right: 20px;
}

.author-right {
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.avatar-med {
  border-radius: 50%;
}

.heading-24 {
  color: #2e2e2e;
  margin-top: 10px;
  margin-bottom: 6px;
  font-weight: 400;
}

.showcase-box {
  z-index: 0;
  text-align: center;
  margin-top: 50px;
  position: sticky;
  top: 40px;
}

.showcase-img {
  width: 100%;
  max-width: 250px;
}

.news-box {
  z-index: 2;
  margin-top: 30px;
  position: relative;
}

.author-text {
  color: gray;
  margin-top: 0;
  padding-left: 15px;
  font-size: 14px;
}

.author-text.pl-5 {
  padding-left: 5px;
}

.template-name {
  color: #8f8f8ff2;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
  font-size: 12px;
  font-weight: 400;
}

.fixed-cta {
  text-align: center;
  background-color: #ffffff59;
  border-top: 1px solid #0c8ac0;
  width: 100%;
  padding: 20px 5px 10px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fb-reviews {
  margin-top: 30px;
}

.footer {
  text-align: center;
  padding: 100px 15px 35px;
}

.f-link {
  font-size: 16px;
  font-weight: 400;
}

.text-12 {
  margin-top: 45px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.cta-link {
  text-decoration: none;
}

.cta-link:hover {
  text-decoration: underline;
}

.paragraph-2 {
  color: #000;
  font-size: 21px;
  line-height: 38px;
}

.p {
  color: #525252;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}

.p.p5 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.citations-text {
  border: 2px dashed #cecece;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}

.citations-text.citation {
  border-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  line-height: 20px;
}

.reviews-io {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .header-left {
    flex: none;
    width: 55%;
  }

  .header-right.flex {
    width: 45%;
  }

  .content-wrapper {
    flex-direction: column;
  }

  .main-content, .sidebar {
    width: 100%;
  }

  .showcase-box {
    position: relative;
    top: 0;
  }

  .showcase-img {
    width: 60%;
    max-width: none;
  }

  .news-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-2 {
    margin-bottom: 0;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p {
    line-height: 1.8;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .header.py-10 {
    padding-bottom: 20px;
  }

  .header-left {
    width: 100%;
  }

  .header-right.flex {
    display: none;
  }

  .brand-logo {
    height: 50px;
  }

  .update-bar {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .article-headline {
    font-size: 28px;
    line-height: 38px;
  }

  .star-ratings {
    flex: none;
    margin-right: 10px;
  }

  .author {
    flex-wrap: wrap;
  }

  .avatar-xs {
    margin-left: 10px;
  }

  .list-number {
    padding-left: 20px;
  }

  .checked {
    margin-right: .8em;
  }

  .cta-btn.blue {
    background-color: #50c2f3;
    width: 85%;
    max-width: none;
  }

  .author-content {
    flex-direction: column;
    align-items: center;
  }

  .author-left {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .author-right {
    justify-content: center;
  }

  .showcase-img {
    width: 90%;
  }

  .news-box {
    width: 100%;
  }

  .author-text {
    padding-left: 5px;
  }

  .fixed-cta {
    z-index: 10;
    display: block;
  }

  .f-link {
    font-size: 15px;
  }

  .cta-link {
    text-decoration: none;
  }

  .p {
    line-height: 1.8;
  }
}


