p {
  font-size: 18px;
  line-height: 24px;
}

.cx-compass-header {
  margin-left: 8%;
  margin-right: 8%;
  text-align: center;
  margin-top: 66px;
  margin-bottom: 0px;
  padding: 0px 0px 30px;
  line-height: 0px;
}

.cx-compass-header-link {
  text-decoration: none;
  color: black;
}

.category-model-popup {
  text-align: right;
  font-size: 16px;
  line-height: 33px;
  margin-top: -60px;
}

.categories-heading {
  text-decoration: none;
  color: #0061DF;
}

.cx-tabs {
  justify-content: center;
}

.justify-content-start {
  padding-top: 19px;
}

.cx-avatar {
  float: left;
}

.col {
  padding-bottom: 40px;
  padding-left: 55px;
}

.author-info {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
}

.author-profile {
  font-weight: 500;
  margin-top: auto;
  margin-bottom: -2px;
  font-size: 13px;
}

.author-link {
  text-decoration: none;
  color: black;
}

.publish-date {
  font-size: 13px;
  line-height: 14px;
  color: #6C6C6C;
}

.blog-title {
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 0px;
}

.blog-subtitle {
  bottom: 88.53%;
  color: #6C6C6C;
  margin-top: 32px;
  margin-bottom: 0px;
  font-weight: 400;
}

.pageNav-textLink:hover {
  font-weight: bold;
}

.blog-hero-img-parent {
  width: 100%;
  height: auto;
  display: inline-block;
}

.blog-hero-img {
  width: 100%;
  height: 527.24px;
  object-fit: cover;
}

.social {
  padding-top: 11px;
  padding-bottom: 25px;
  margin-right: 20%;
}

@media screen and (max-width: 700px) {
  .uc-appBody {
    width: 100%;
    min-width: 360px;
  }

  .cx-tabs--borderTop {
    display: none;
  }

  .cx-compass-header {
    display: flex;
    margin-left: 0 !important;
    margin-top: 6% !important;
  }

  .blog-title {
    text-align: left;
    font-size: 28px;
    line-height: 34px;
  }

  .blog-subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-body {
    margin-left: 4.27%;
    margin-right: 4.27%;
  }

  .archway-desktop {
    display: none;
  }

  .blog-body-div {
    text-align: left;
  }

  .container {
    margin-top: 64px;
    margin-bottom: 60px;
  }

  .social {
    margin-left: inherit !important;
  }

  .social img {
    width: 36px;
    height: 36px;
    position: relative;
  }

  .blog-description {
    width: 100%;
    margin-left: 0%;
    margin-top: 0%;
  }
}

@media screen and (min-width: 701px) {
  .uc-appBody {
    min-width: 532px;
  }

  .category-model-popup {
    display: none;
  }

  .header-separator-mobile {
    display: none;
  }

  .archway-mobile {
    display: none;
  }

  .archway-desktop {
    width: auto;
  }

  .blog-title {
    text-align: left;
    font-size: 52px;
  }

  .blog-subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-body {
    max-width: 1492px;
    width: 84%;
    margin: 0 auto;
  }

  .blog-body-div {
    margin-left: 14%;
    margin-right: 14%;
    text-align: left;
  }

  .container {
    margin-top: 64px;
    margin-bottom: 128px;
  }

  .social {
    width: 80px;
    height: 46px;
    position: relative;
    margin-left: 0%;
  }

  .twitter-icon {
    margin-left: 8%;
  }

  .social img {
    width: 45px;
    height: 36px;
    position: relative;

  }

  .blog-description {
    width: 74%;
    margin-left: 17%;
    margin-top: -85px;
  }
}

@media screen and (max-width: 1100px) {
  .blog-hero-img {
    height: auto !important;
  }
}

@media (min-width: 1280px) {
  .cx-tabs--borderTop {
    display: flex;
  }
}