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

.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;
  font-weight: 400;
  text-align: left;
  letter-spacing: -1px;
}

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

.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%;
  height: auto;
	max-width: 100%;
}

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

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

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

.cta-btn.blue {
  display: none;
}

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

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

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

.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: 13px;
  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 {
  display: block;
  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;
}

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

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

.review-mobile {
  display: none;
}

.review-desktop {
  width: 100%;
}

.f-links {
  text-decoration: none;
}

.sub {
  display: block;
  margin-top: 10px;
  font-size: 26px;
  line-height: 38px;
}

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

.video-wrapper-square-1-1 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 100%;
}

.square-video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

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

@media screen and (max-width: 767px) {
  .sidebar {
    display: none;
  }

  .review-mobile {
    display: block;
    width: 100%;
  }

  .review-desktop {
    display: none;
  }
}

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

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

  .checked {
    margin-right: 0.8em;
  }

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

  .showcase-img {
    width: 90%;
  }

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

  .fixed-cta {
    z-index: 10;
    display: block;
    padding-bottom: 15px;
  }

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

  .sub {
    font-size: 22px;
    line-height: 32px;
  }
}

