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

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

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

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

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

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.header-left {
  width: 75%;
}

.header-right {
  width: 25%;
}

.header-right.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand-logo {
  height: 36px;
}

.us-flag {
  width: 50px;
}

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

.update-bar {
  margin: 10px 15px;
  padding: 15px;
  background-color: rgba(255, 227, 149, 0.53);
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

.star-ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
}

.author {
  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;
  color: grey;
}

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

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

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

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

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

.fluid-image {
  width: 100%;
}

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

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

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

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

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

.checked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 1em;
  -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;
}

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

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

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

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

.cta-btn {
  width: 100%;
  max-width: 281px;
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background-color: #eb6054;
  box-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, 0.2);
  font-size: 20px;
  font-weight: 600;
}

.cta-btn:hover {
  background-color: rgba(235, 96, 84, 0.9);
}

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

.divider {
  width: 100%;
  height: 1px;
  min-height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
}

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

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

.author-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

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

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

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

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

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

.template-name {
  width: 100%;
  padding-bottom: 15px;
  color: hsla(0, 0%, 56.1%, 0.95);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.fixed-cta {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  padding: 20px 5px 10px;
  border-top: 1px solid #0c8ac0;
  background-color: hsla(0, 0%, 100%, 0.35);
  text-align: center;
}

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

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

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

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

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

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

.footnore {
  padding-top: 20px;
  border-top: 1px solid #ccc;
  font-size: 14px;
}

.footnote-wrapper {
  margin-top: 30px;
}

.footerlinks {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .header-left {
    width: 55%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-content {
    width: 100%;
  }

  .sidebar {
    width: 100%;
  }

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

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

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

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

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

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

  .star-ratings {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .author {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .checked {
    margin-right: 0.8em;
  }

  .cta-btn.blue {
    width: 85%;
    max-width: none;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #50c2f3;
    font-size: 18px;
    letter-spacing: -0.5px;
  }

  .author-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .author-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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;
  }
}

