.site-header .main-header-bar-wrap .main-header-bar {
  background: #000;
  color: #fff; }
  .site-header .main-header-bar-wrap .main-header-bar a {
    color: #fff;
    font-family: "Cabin Condensed", sans-serif; }
    .site-header .main-header-bar-wrap .main-header-bar a:hover {
      color: #e6b800 !important; }

.page-template-template-landingpage {
  background: #E5E5E5; }
  .page-template-template-landingpage .site-header {
    border: none; }
    .page-template-template-landingpage .site-header .main-header-bar-wrap .main-header-bar {
      border: none; }

.hero-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 25px; }
  .hero-author a {
    color: #3a3a3a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3a3a3a; }
    .hero-author a img {
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      margin-right: 12px;
      width: 60px;
      height: 60px;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: border .3s;
      -o-transition: border .3s;
      -moz-transition: border .3s;
      transition: border .3s;
      position: relative;
      z-index: 2; }
    .hero-author a h4 {
      font-family: "Cabin", sans-serif;
      font-size: 20px;
      margin: 0;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      position: relative;
      z-index: 1;
      left: -1px;
      padding-top: 5px;
      font-weight: 500; }
    .hero-author a .date-posted {
      font-family: "Cabin", sans-serif;
      color: #3a3a3a;
      font-size: 14px;
      position: relative;
      top: -5px; }
    .hero-author a:hover, .hero-author a:focus {
      color: #e6b800; }
  .hero-author .read-time {
    color: #08C8F2;
    font-size: 20px;
    line-height: 23px;
    margin: 0; }
    .hero-author .read-time i {
      margin-right: 4px;
      margin-top: 2px;
      position: relative;
      top: 1px; }

@media (max-width: 991.98px) {
  .hero-author a h4 {
    font-size: 16px; }
  .hero-author .read-time {
    font-size: 16px; } }

#author-page .ast-container {
  max-width: 970px; }
  #author-page .ast-container .ast-row {
    padding-bottom: 40px; }

#author-page .author-bg {
  background-color: #ECF2F4;
  padding: 55px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  #author-page .author-bg .author-main-inner {
    padding: 0; }
    #author-page .author-bg .author-main-inner .ast-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    #author-page .author-bg .author-main-inner img.author-img {
      width: 360px;
      height: 286px;
      -o-object-fit: cover;
         object-fit: cover; }
    #author-page .author-bg .author-main-inner h2 {
      font-family: "Cabin", sans-serif;
      padding: 11px 0 16px; }
  @media (max-width: 1000px) {
    #author-page .author-bg {
      padding: 55px 0px; }
      #author-page .author-bg .author-main-inner {
        padding: 0px 15px; } }
  @media (max-width: 768px) {
    #author-page .author-bg {
      padding: 0; }
      #author-page .author-bg .author-main-inner {
        padding: 15px; }
        #author-page .author-bg .author-main-inner img.author-img {
          width: 80%;
          margin: auto;
          max-height: 400px;
          -o-object-fit: cover;
             object-fit: cover;
          display: block; } }

#author-page .author-info {
  padding: 40px 15px; }
  #author-page .author-info h3 {
    font-family: "Cabin", sans-serif;
    padding: 15px 0; }
  #author-page .author-info .author-social-links img.social-link-image {
    width: 40px;
    height: auto;
    max-height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-right: 24px; }

#author-page .author-page-lower {
  margin-bottom: 100px; }
  #author-page .author-page-lower .author-page-border {
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    display: block; }
  #author-page .author-page-lower .author-posts-top {
    padding: 24px 0px; }
    #author-page .author-page-lower .author-posts-top h3.author-read-more-posts {
      font-family: "Cabin", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 0em;
      text-align: left;
      color: #343C4C; }
    #author-page .author-page-lower .author-posts-top .author-view-all-link {
      font-family: "Cabin", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 23px;
      letter-spacing: 0em;
      text-align: right;
      position: relative;
      top: 5px;
      color: #218CCB; }
      #author-page .author-page-lower .author-posts-top .author-view-all-link:hover {
        color: #196a9a; }
  #author-page .author-page-lower .author-post-list .author-post-item {
    margin-bottom: 15px; }
    #author-page .author-page-lower .author-post-list .author-post-item .card-post-thumb {
      background-color: transparent;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 190px;
      margin-bottom: 5px;
      overflow: hidden; }
      #author-page .author-page-lower .author-post-list .author-post-item .card-post-thumb img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        max-width: none !important; }
      #author-page .author-page-lower .author-post-list .author-post-item .card-post-thumb > a {
        font-family: "Cabin", sans-serif;
        display: block;
        height: 100%;
        width: 100%;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s; }
      #author-page .author-page-lower .author-post-list .author-post-item .card-post-thumb:hover > a, #author-page .author-page-lower .author-post-list .author-post-item .card-post-thumb:focus > a {
        -webkit-transform: scale(1.15);
           -moz-transform: scale(1.15);
            -ms-transform: scale(1.15);
             -o-transform: scale(1.15);
                transform: scale(1.15); }
    #author-page .author-page-lower .author-post-list .author-post-item .author-post-category {
      font-family: "Cabin", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 15px;
      letter-spacing: 0em;
      text-align: left; }
    #author-page .author-page-lower .author-post-list .author-post-item .auth-post-title h4 {
      min-height: 70px;
      font-family: "Cabin", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 23px;
      letter-spacing: 0em;
      text-align: left;
      color: #343C4C; }
    #author-page .author-page-lower .author-post-list .author-post-item .auth-post-date {
      font-family: "Cabin", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: 0em;
      text-align: left;
      color: #898D94; }

.category-archive-posts {
  margin: 20px 0 60px; }
  .category-archive-posts .category-post-item {
    border-top: 1px solid #98A1B2;
    padding: 60px 0; }
    .category-archive-posts .category-post-item .category-post-heading {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 24px; }
      .category-archive-posts .category-post-item .category-post-heading h2 {
        font-weight: bold;
        font-size: 24px;
        margin: 0; }
      .category-archive-posts .category-post-item .category-post-heading .view-all {
        color: #218CCB;
        font-weight: 600;
        font-size: 18px; }
        .category-archive-posts .category-post-item .category-post-heading .view-all:hover, .category-archive-posts .category-post-item .category-post-heading .view-all:focus {
          color: #165f89; }
        .category-archive-posts .category-post-item .category-post-heading .view-all.cat-blue {
          color: #218CCB; }
          .category-archive-posts .category-post-item .category-post-heading .view-all.cat-blue:hover, .category-archive-posts .category-post-item .category-post-heading .view-all.cat-blue:focus {
            color: #165f89; }
        .category-archive-posts .category-post-item .category-post-heading .view-all.cat-green {
          color: #20B997; }
          .category-archive-posts .category-post-item .category-post-heading .view-all.cat-green:hover, .category-archive-posts .category-post-item .category-post-heading .view-all.cat-green:focus {
            color: #157862; }
        .category-archive-posts .category-post-item .category-post-heading .view-all.cat-red {
          color: #D66666; }
          .category-archive-posts .category-post-item .category-post-heading .view-all.cat-red:hover, .category-archive-posts .category-post-item .category-post-heading .view-all.cat-red:focus {
            color: #bd3333; }
        .category-archive-posts .category-post-item .category-post-heading .view-all.cat-purple {
          color: #AB8EFF; }
          .category-archive-posts .category-post-item .category-post-heading .view-all.cat-purple:hover, .category-archive-posts .category-post-item .category-post-heading .view-all.cat-purple:focus {
            color: #7242ff; }
        .category-archive-posts .category-post-item .category-post-heading .view-all.cat-brown {
          color: #E2A55E; }
          .category-archive-posts .category-post-item .category-post-heading .view-all.cat-brown:hover, .category-archive-posts .category-post-item .category-post-heading .view-all.cat-brown:focus {
            color: #ce8025; }
    .category-archive-posts .category-post-item .category-post-content.row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 -20px; }
      .category-archive-posts .category-post-item .category-post-content.row .post-wrapper {
        margin-bottom: 25px; }
      .category-archive-posts .category-post-item .category-post-content.row .col-md-4 {
        padding: 0 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; }
    .category-archive-posts .category-post-item .category-post-content .card-post-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item .card-post-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        position: relative;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
           -moz-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        padding-top: 15px; }
        @media (max-width: 992px) {
          .category-archive-posts .category-post-item .category-post-content .card-post-item .card-post-text {
            height: 175px; } }
      .category-archive-posts .category-post-item .category-post-content .card-post-item.no-thumbnail .card-post-text {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item:hover h3 a, .category-archive-posts .category-post-item .category-post-content .card-post-item:focus h3 a {
        -webkit-text-decoration-color: #e6b800;
           -moz-text-decoration-color: #e6b800;
                text-decoration-color: #e6b800; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item:hover.cat-blue h3 a, .category-archive-posts .category-post-item .category-post-content .card-post-item:focus.cat-blue h3 a {
        -webkit-text-decoration-color: #218CCB;
           -moz-text-decoration-color: #218CCB;
                text-decoration-color: #218CCB; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item:hover.cat-green h3 a, .category-archive-posts .category-post-item .category-post-content .card-post-item:focus.cat-green h3 a {
        -webkit-text-decoration-color: #20B997;
           -moz-text-decoration-color: #20B997;
                text-decoration-color: #20B997; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item:hover.cat-red h3 a, .category-archive-posts .category-post-item .category-post-content .card-post-item:focus.cat-red h3 a {
        -webkit-text-decoration-color: #D66666;
           -moz-text-decoration-color: #D66666;
                text-decoration-color: #D66666; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item:hover.cat-purple h3 a, .category-archive-posts .category-post-item .category-post-content .card-post-item:focus.cat-purple h3 a {
        -webkit-text-decoration-color: #AB8EFF;
           -moz-text-decoration-color: #AB8EFF;
                text-decoration-color: #AB8EFF; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item:hover.cat-brown h3 a, .category-archive-posts .category-post-item .category-post-content .card-post-item:focus.cat-brown h3 a {
        -webkit-text-decoration-color: #E2A55E;
           -moz-text-decoration-color: #E2A55E;
                text-decoration-color: #E2A55E; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item .card-post-thumb {
        background-color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: auto;
        max-height: 225px;
        margin-bottom: 5px;
        overflow: hidden; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item .card-post-thumb img {
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center;
             object-position: center;
          max-width: none !important; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item .card-post-thumb > a {
          display: block;
          height: 100%;
          width: 100%;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          -moz-transition: all .5s;
          transition: all .5s; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item .card-post-thumb:hover > a, .category-archive-posts .category-post-item .category-post-content .card-post-item .card-post-thumb:focus > a {
          -webkit-transform: scale(1.15);
             -moz-transform: scale(1.15);
              -ms-transform: scale(1.15);
               -o-transform: scale(1.15);
                  transform: scale(1.15); }
      .category-archive-posts .category-post-item .category-post-content .card-post-item h5 {
        margin: 0; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item h5 a {
          display: inline-block;
          font-weight: bold;
          font-size: 12px;
          font-family: "Quicksand", sans-serif;
          line-height: 15px;
          color: #e6b800;
          margin-bottom: 6px; }
          .category-archive-posts .category-post-item .category-post-content .card-post-item h5 a:hover, .category-archive-posts .category-post-item .category-post-content .card-post-item h5 a:focus {
            color: #9a7b00; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item h3 {
        margin: 0; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item h3 a {
          display: block;
          font-weight: 600;
          font-size: 18px;
          line-height: 23px;
          color: #333333;
          margin-bottom: 13px;
          text-decoration: underline;
          -webkit-text-decoration-color: transparent;
             -moz-text-decoration-color: transparent;
                  text-decoration-color: transparent; }
          .category-archive-posts .category-post-item .category-post-content .card-post-item h3 a:hover, .category-archive-posts .category-post-item .category-post-content .card-post-item h3 a:focus {
            -webkit-text-decoration-color: #e6b800;
               -moz-text-decoration-color: #e6b800;
                    text-decoration-color: #e6b800; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item p.date-content {
        color: #898D94;
        font-size: 14px;
        margin: 0;
        bottom: 0; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item p.date-content a {
          color: #898D94; }
          .category-archive-posts .category-post-item .category-post-content .card-post-item p.date-content a:hover, .category-archive-posts .category-post-item .category-post-content .card-post-item p.date-content a:focus {
            color: #218CCB; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item .content-excerpt {
        font-size: 15px;
        margin-bottom: 20px; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item .content-excerpt a {
          color: #656C78;
          display: block; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-blue h5 a {
        color: #218CCB; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-blue h5 a:hover, .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-blue h5 a:focus {
          color: #165f89; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-green h5 a {
        color: #20B997; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-green h5 a:hover, .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-green h5 a:focus {
          color: #157862; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-red h5 a {
        color: #D66666; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-red h5 a:hover, .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-red h5 a:focus {
          color: #bd3333; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-purple h5 a {
        color: #AB8EFF; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-purple h5 a:hover, .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-purple h5 a:focus {
          color: #7242ff; }
      .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-brown h5 a {
        color: #E2A55E; }
        .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-brown h5 a:hover, .category-archive-posts .category-post-item .category-post-content .card-post-item.cat-brown h5 a:focus {
          color: #ce8025; }
    .category-archive-posts .category-post-item.selectable .category-post-content.row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: space-evenly;
      -webkit-justify-content: space-evenly;
         -moz-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
      .category-archive-posts .category-post-item.selectable .category-post-content.row .col-responsive {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 20%;
           -moz-box-flex: 1;
            -ms-flex: 1 1 20%;
                flex: 1 1 20%;
        padding: 15px;
        min-width: 200px;
        max-width: 50%; }
        @media (max-width: 1016px) {
          .category-archive-posts .category-post-item.selectable .category-post-content.row .col-responsive {
            min-width: 250px; } }
        @media (max-width: 992px) {
          .category-archive-posts .category-post-item.selectable .category-post-content.row .col-responsive .card-post-item .card-post-text {
            height: 125px;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content; } }
        @media (max-width: 786px) {
          .category-archive-posts .category-post-item.selectable .category-post-content.row .col-responsive {
            min-width: 200px; } }
        @media (max-width: 768px) {
          .category-archive-posts .category-post-item.selectable .category-post-content.row .col-responsive {
            max-width: 50%;
            -webkit-flex-basis: 50%;
                -ms-flex-preferred-size: 50%;
                    flex-basis: 50%; } }
        @media (max-width: 550px) {
          .category-archive-posts .category-post-item.selectable .category-post-content.row .col-responsive {
            max-width: 100%;
            -webkit-flex-basis: 500%;
                -ms-flex-preferred-size: 500%;
                    flex-basis: 500%; }
            .category-archive-posts .category-post-item.selectable .category-post-content.row .col-responsive .card-post-item .card-post-text {
              -webkit-box-pack: start;
              -webkit-justify-content: flex-start;
                 -moz-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start; } }
  @media (max-width: 991.98px) {
    .category-archive-posts .category-post-item .category-post-content.row {
      margin: 0 -10px; }
      .category-archive-posts .category-post-item .category-post-content.row .col-md-4 {
        padding: 0 10px; } }
  @media (max-width: 767.98px) {
    .category-archive-posts {
      margin: 40px 0; }
      .category-archive-posts .category-post-item {
        padding: 20px 0 4px; }
        .category-archive-posts .category-post-item .category-post-heading h2 {
          font-size: 20px; }
        .category-archive-posts .category-post-item .category-post-heading .view-all {
          font-size: 13px; }
        .category-archive-posts .category-post-item .category-post-content.row .col-md-4 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          max-width: 50%; }
        .category-archive-posts .category-post-item .category-post-content.row .card-post-item {
          margin-bottom: 30px; }
          .category-archive-posts .category-post-item .category-post-content.row .card-post-item h3 a {
            font-size: 17px;
            margin-bottom: 8px; }
          .category-archive-posts .category-post-item .category-post-content.row .card-post-item p.date-content {
            font-size: 11px; } }

.featured-posts {
  margin: 20px 0 60px; }
  .featured-posts .category-post-item {
    border-top: none;
    padding: 40px 0; }
    .featured-posts .category-post-item .category-post-heading {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 24px; }
      .featured-posts .category-post-item .category-post-heading h2 {
        color: #333333;
        font-weight: bold;
        font-size: 24px;
        margin: 0; }
      .featured-posts .category-post-item .category-post-heading .view-all {
        color: #218CCB;
        font-weight: 600;
        font-size: 18px; }
        .featured-posts .category-post-item .category-post-heading .view-all:hover, .featured-posts .category-post-item .category-post-heading .view-all:focus {
          color: #165f89; }
        .featured-posts .category-post-item .category-post-heading .view-all.cat-blue {
          color: #218CCB; }
          .featured-posts .category-post-item .category-post-heading .view-all.cat-blue:hover, .featured-posts .category-post-item .category-post-heading .view-all.cat-blue:focus {
            color: #165f89; }
        .featured-posts .category-post-item .category-post-heading .view-all.cat-green {
          color: #20B997; }
          .featured-posts .category-post-item .category-post-heading .view-all.cat-green:hover, .featured-posts .category-post-item .category-post-heading .view-all.cat-green:focus {
            color: #157862; }
        .featured-posts .category-post-item .category-post-heading .view-all.cat-red {
          color: #D66666; }
          .featured-posts .category-post-item .category-post-heading .view-all.cat-red:hover, .featured-posts .category-post-item .category-post-heading .view-all.cat-red:focus {
            color: #bd3333; }
        .featured-posts .category-post-item .category-post-heading .view-all.cat-purple {
          color: #AB8EFF; }
          .featured-posts .category-post-item .category-post-heading .view-all.cat-purple:hover, .featured-posts .category-post-item .category-post-heading .view-all.cat-purple:focus {
            color: #7242ff; }
        .featured-posts .category-post-item .category-post-heading .view-all.cat-brown {
          color: #E2A55E; }
          .featured-posts .category-post-item .category-post-heading .view-all.cat-brown:hover, .featured-posts .category-post-item .category-post-heading .view-all.cat-brown:focus {
            color: #ce8025; }
    .featured-posts .category-post-item .category-post-content.row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 -20px; }
      .featured-posts .category-post-item .category-post-content.row .col-md-4 {
        padding: 0 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333%;
           -moz-box-flex: 0;
            -ms-flex: 0 0 33.3333333%;
                flex: 0 0 33.3333333%;
        max-width: 33.3333333%; }
    .featured-posts .category-post-item .category-post-content .card-post-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .featured-posts .category-post-item .category-post-content .card-post-item .card-post-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 120px;
        position: relative; }
      .featured-posts .category-post-item .category-post-content .card-post-item:hover h3 a, .featured-posts .category-post-item .category-post-content .card-post-item:focus h3 a {
        -webkit-text-decoration-color: #e6b800;
           -moz-text-decoration-color: #e6b800;
                text-decoration-color: #e6b800; }
      .featured-posts .category-post-item .category-post-content .card-post-item:hover.cat-blue h3 a, .featured-posts .category-post-item .category-post-content .card-post-item:focus.cat-blue h3 a {
        -webkit-text-decoration-color: #218CCB;
           -moz-text-decoration-color: #218CCB;
                text-decoration-color: #218CCB; }
      .featured-posts .category-post-item .category-post-content .card-post-item:hover.cat-green h3 a, .featured-posts .category-post-item .category-post-content .card-post-item:focus.cat-green h3 a {
        -webkit-text-decoration-color: #20B997;
           -moz-text-decoration-color: #20B997;
                text-decoration-color: #20B997; }
      .featured-posts .category-post-item .category-post-content .card-post-item:hover.cat-red h3 a, .featured-posts .category-post-item .category-post-content .card-post-item:focus.cat-red h3 a {
        -webkit-text-decoration-color: #D66666;
           -moz-text-decoration-color: #D66666;
                text-decoration-color: #D66666; }
      .featured-posts .category-post-item .category-post-content .card-post-item:hover.cat-purple h3 a, .featured-posts .category-post-item .category-post-content .card-post-item:focus.cat-purple h3 a {
        -webkit-text-decoration-color: #AB8EFF;
           -moz-text-decoration-color: #AB8EFF;
                text-decoration-color: #AB8EFF; }
      .featured-posts .category-post-item .category-post-content .card-post-item:hover.cat-brown h3 a, .featured-posts .category-post-item .category-post-content .card-post-item:focus.cat-brown h3 a {
        -webkit-text-decoration-color: #E2A55E;
           -moz-text-decoration-color: #E2A55E;
                text-decoration-color: #E2A55E; }
      .featured-posts .category-post-item .category-post-content .card-post-item .card-post-thumb {
        background-color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: auto;
        max-height: 225px;
        margin-bottom: 5px;
        overflow: hidden; }
        .featured-posts .category-post-item .category-post-content .card-post-item .card-post-thumb img {
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center;
             object-position: center;
          max-width: none !important; }
        .featured-posts .category-post-item .category-post-content .card-post-item .card-post-thumb > a {
          display: block;
          height: 100%;
          width: 100%;
          -webkit-transition: all .5s;
          -o-transition: all .5s;
          -moz-transition: all .5s;
          transition: all .5s; }
        .featured-posts .category-post-item .category-post-content .card-post-item .card-post-thumb:hover > a, .featured-posts .category-post-item .category-post-content .card-post-item .card-post-thumb:focus > a {
          -webkit-transform: scale(1.15);
             -moz-transform: scale(1.15);
              -ms-transform: scale(1.15);
               -o-transform: scale(1.15);
                  transform: scale(1.15); }
      .featured-posts .category-post-item .category-post-content .card-post-item h5 {
        margin: 0; }
        .featured-posts .category-post-item .category-post-content .card-post-item h5 a {
          display: inline-block;
          font-weight: bold;
          font-size: 12px;
          font-family: "Quicksand", sans-serif;
          line-height: 15px;
          color: #e6b800;
          margin-bottom: 6px; }
          .featured-posts .category-post-item .category-post-content .card-post-item h5 a:hover, .featured-posts .category-post-item .category-post-content .card-post-item h5 a:focus {
            color: #9a7b00; }
      .featured-posts .category-post-item .category-post-content .card-post-item h3 {
        margin: 0; }
        .featured-posts .category-post-item .category-post-content .card-post-item h3 a {
          display: block;
          font-weight: 600;
          font-size: 24px;
          line-height: 23px;
          color: #333333;
          margin-bottom: 13px;
          text-decoration: underline;
          -webkit-text-decoration-color: transparent;
             -moz-text-decoration-color: transparent;
                  text-decoration-color: transparent; }
          .featured-posts .category-post-item .category-post-content .card-post-item h3 a:hover, .featured-posts .category-post-item .category-post-content .card-post-item h3 a:focus {
            -webkit-text-decoration-color: #e6b800;
               -moz-text-decoration-color: #e6b800;
                    text-decoration-color: #e6b800; }
      .featured-posts .category-post-item .category-post-content .card-post-item p.date-content {
        color: #898D94;
        font-size: 14px;
        margin: 0;
        bottom: 0; }
        .featured-posts .category-post-item .category-post-content .card-post-item p.date-content a {
          color: #898D94; }
          .featured-posts .category-post-item .category-post-content .card-post-item p.date-content a:hover, .featured-posts .category-post-item .category-post-content .card-post-item p.date-content a:focus {
            color: #218CCB; }
      .featured-posts .category-post-item .category-post-content .card-post-item .content-excerpt {
        font-size: 15px;
        margin-bottom: 20px; }
        .featured-posts .category-post-item .category-post-content .card-post-item .content-excerpt a {
          color: #656C78;
          display: block; }
      .featured-posts .category-post-item .category-post-content .card-post-item.cat-blue h5 a {
        color: #218CCB; }
        .featured-posts .category-post-item .category-post-content .card-post-item.cat-blue h5 a:hover, .featured-posts .category-post-item .category-post-content .card-post-item.cat-blue h5 a:focus {
          color: #165f89; }
      .featured-posts .category-post-item .category-post-content .card-post-item.cat-green h5 a {
        color: #20B997; }
        .featured-posts .category-post-item .category-post-content .card-post-item.cat-green h5 a:hover, .featured-posts .category-post-item .category-post-content .card-post-item.cat-green h5 a:focus {
          color: #157862; }
      .featured-posts .category-post-item .category-post-content .card-post-item.cat-red h5 a {
        color: #D66666; }
        .featured-posts .category-post-item .category-post-content .card-post-item.cat-red h5 a:hover, .featured-posts .category-post-item .category-post-content .card-post-item.cat-red h5 a:focus {
          color: #bd3333; }
      .featured-posts .category-post-item .category-post-content .card-post-item.cat-purple h5 a {
        color: #AB8EFF; }
        .featured-posts .category-post-item .category-post-content .card-post-item.cat-purple h5 a:hover, .featured-posts .category-post-item .category-post-content .card-post-item.cat-purple h5 a:focus {
          color: #7242ff; }
      .featured-posts .category-post-item .category-post-content .card-post-item.cat-brown h5 a {
        color: #E2A55E; }
        .featured-posts .category-post-item .category-post-content .card-post-item.cat-brown h5 a:hover, .featured-posts .category-post-item .category-post-content .card-post-item.cat-brown h5 a:focus {
          color: #ce8025; }
  @media (max-width: 991.98px) {
    .featured-posts .category-post-item .category-post-content.row {
      margin: 0 -10px; }
      .featured-posts .category-post-item .category-post-content.row .col-md-4 {
        padding: 0 10px; }
      .featured-posts .category-post-item .category-post-content.row .card-post-item .card-post-thumb {
        height: 200px; }
      .featured-posts .category-post-item .category-post-content.row .card-post-item .card-post-text {
        height: 180px; } }
  @media (max-width: 575.98px) {
    .featured-posts {
      margin: 40px 0; }
      .featured-posts .category-post-item {
        padding: 20px 0 4px; }
        .featured-posts .category-post-item .category-post-heading h2 {
          font-size: 20px; }
        .featured-posts .category-post-item .category-post-heading .view-all {
          font-size: 13px; }
        .featured-posts .category-post-item .category-post-content.row .col-md-4 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
             -moz-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%; }
        .featured-posts .category-post-item .category-post-content.row .card-post-item {
          margin-bottom: 30px; }
          .featured-posts .category-post-item .category-post-content.row .card-post-item .card-post-thumb {
            height: 225px; }
          .featured-posts .category-post-item .category-post-content.row .card-post-item .card-post-text {
            height: 90px; }
          .featured-posts .category-post-item .category-post-content.row .card-post-item h3 a {
            font-size: 17px;
            margin-bottom: 8px; }
          .featured-posts .category-post-item .category-post-content.row .card-post-item p.date-content {
            font-size: 11px; } }

.homepage-hero {
  margin-bottom: 50px; }
  .homepage-hero .hero-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    position: relative;
    height: auto; }
    .homepage-hero .hero-row .hero-left {
      width: 70%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      @media (max-width: 992px) {
        .homepage-hero .hero-row .hero-left {
          width: 60%; } }
      @media (max-width: 768px) {
        .homepage-hero .hero-row .hero-left {
          width: 50%; } }
      @media (max-width: 550px) {
        .homepage-hero .hero-row .hero-left {
          width: 100%; } }
      .homepage-hero .hero-row .hero-left .hero-left-inner {
        max-width: 600px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 992px) {
          .homepage-hero .hero-row .hero-left .hero-left-inner {
            padding: 24px; } }
        .homepage-hero .hero-row .hero-left .hero-left-inner h1.hero-title {
          font-family: "Cabin", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 24px;
          line-height: 130.25%;
          text-align: center;
          color: #FFFFFF;
          margin-top: 35px; }
        .homepage-hero .hero-row .hero-left .hero-left-inner h2.hero-subtitle {
          font-family: "Source Sans Pro", sans-serif;
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 130.25%;
          text-align: center;
          color: #FFFFFF; }
        .homepage-hero .hero-row .hero-left .hero-left-inner img {
          margin-bottom: 50px;
          max-width: 250px;
          padding: 0 20px;
          -o-object-fit: contain;
             object-fit: contain; }
    .homepage-hero .hero-row .hero-right {
      width: 30%; }
      @media (max-width: 992px) {
        .homepage-hero .hero-row .hero-right {
          width: 40%; } }
      @media (max-width: 768px) {
        .homepage-hero .hero-row .hero-right {
          width: 50%; } }
      @media (max-width: 550px) {
        .homepage-hero .hero-row .hero-right {
          width: 100%; } }
      .homepage-hero .hero-row .hero-right .hero-right-inner {
        padding: 24px 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 93%; }
        @media (max-width: 1200px) {
          .homepage-hero .hero-row .hero-right .hero-right-inner {
            padding: 24px;
            height: 100%; } }
        .homepage-hero .hero-row .hero-right .hero-right-inner h5.hero-category {
          line-height: 15px;
          margin-bottom: 5px;
          font-family: "Cabin", sans-serif;
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 19px;
          color: #e6b800; }
          .homepage-hero .hero-row .hero-right .hero-right-inner h5.hero-category a {
            font-weight: bold;
            font-size: 12px;
            line-height: 15px;
            color: #FFFFFF; }
            .homepage-hero .hero-row .hero-right .hero-right-inner h5.hero-category a:hover, .homepage-hero .hero-row .hero-right .hero-right-inner h5.hero-category a:focus {
              color: #d9d9d9; }
        .homepage-hero .hero-row .hero-right .hero-right-inner h2 {
          font-family: "Cabin", sans-serif;
          font-style: normal;
          font-weight: 600;
          font-size: 20px;
          line-height: 24px;
          margin-top: 10px; }
          .homepage-hero .hero-row .hero-right .hero-right-inner h2 a {
            color: #FFFFFF; }
            .homepage-hero .hero-row .hero-right .hero-right-inner h2 a:hover, .homepage-hero .hero-row .hero-right .hero-right-inner h2 a:focus {
              color: #FFFFFF; }
        .homepage-hero .hero-row .hero-right .hero-right-inner .hero-featured-image {
          height: 190px;
          width: 100%;
          overflow: hidden;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-left: auto;
          margin-right: auto; }
          .homepage-hero .hero-row .hero-right .hero-right-inner .hero-featured-image > a {
            width: 100%;
            display: block;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s; }
            .homepage-hero .hero-row .hero-right .hero-right-inner .hero-featured-image > a img {
              width: 100%;
              height: auto;
              -o-object-fit: cover;
                 object-fit: cover; }
        .homepage-hero .hero-row .hero-right .hero-right-inner .btn-primary {
          background-color: #e6b800;
          -webkit-border-radius: 3px;
             -moz-border-radius: 3px;
                  border-radius: 3px;
          display: inline-block;
          color: #000;
          text-align: center;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: bold;
          font-size: 16px;
          line-height: 20px;
          padding: 8px 34px 9px; }
          .homepage-hero .hero-row .hero-right .hero-right-inner .btn-primary:hover, .homepage-hero .hero-row .hero-right .hero-right-inner .btn-primary:focus {
            background-color: #9a7b00; }
    .homepage-hero .hero-row .hero-secondary-image {
      height: 387px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.5%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 33.5%;
              flex: 0 0 33.5%;
      width: 33.5%;
      -moz-background-size: cover;
           background-size: cover;
      background-position: center; }
  @media (max-width: 991.98px) {
    .homepage-hero .hero-row .hero-featured-image {
      height: 300px; }
    .homepage-hero .hero-row .hero-secondary-image {
      display: none; }
    .homepage-hero .hero-row .hero-content {
      position: relative;
      right: 0;
      width: 90%;
      -webkit-transform: none;
         -moz-transform: none;
          -ms-transform: none;
           -o-transform: none;
              transform: none;
      z-index: 5;
      margin: -40px auto 0;
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
         -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); } }
  @media (max-width: 767.98px) {
    .homepage-hero {
      margin-bottom: 30px; }
      .homepage-hero .hero-row .hero-featured-image {
        margin: 0 -20px;
        height: auto; }
      .homepage-hero .hero-row .hero-content {
        width: 100%;
        margin: 0;
        padding: 20px 0;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none; } }

.homepage-hero {
  margin-bottom: 50px; }
  .homepage-hero .hero-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative; }
    .homepage-hero .hero-row .hero-featured-image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.5%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 66.5%;
              flex: 0 0 66.5%;
      height: 387px;
      overflow: hidden;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .homepage-hero .hero-row .hero-featured-image > a {
        display: block;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s; }
        .homepage-hero .hero-row .hero-featured-image > a img {
          width: 100%;
          height: auto; }
    .homepage-hero .hero-row .hero-secondary-image {
      height: 387px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.5%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 33.5%;
              flex: 0 0 33.5%;
      width: 33.5%;
      -moz-background-size: cover;
           background-size: cover;
      background-position: center; }
    .homepage-hero .hero-row .hero-content {
      -webkit-border-radius: 3px;
         -moz-border-radius: 3px;
              border-radius: 3px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
         -moz-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      background-color: #fff;
      padding: 40px 30px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 60px;
      width: 400px;
      -webkit-box-shadow: 0px 4px 7px #1b354512;
         -moz-box-shadow: 0px 4px 7px #1b354512;
              box-shadow: 0px 4px 7px #1b354512; }
      .homepage-hero .hero-row .hero-content h5.hero-cat {
        line-height: 15px;
        margin-bottom: 15px;
        font-family: "Cabin", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        color: #218CCB; }
      .homepage-hero .hero-row .hero-content h2 {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 20px; }
        .homepage-hero .hero-row .hero-content h2 a {
          color: #343C4C; }
          .homepage-hero .hero-row .hero-content h2 a:hover, .homepage-hero .hero-row .hero-content h2 a:focus {
            color: #218CCB; }
      .homepage-hero .hero-row .hero-content .btn-primary {
        background-color: #e6b800;
        -webkit-border-radius: 3px;
           -moz-border-radius: 3px;
                border-radius: 3px;
        display: inline-block;
        color: #000;
        text-align: center;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        padding: 8px 34px 9px; }
        .homepage-hero .hero-row .hero-content .btn-primary:hover, .homepage-hero .hero-row .hero-content .btn-primary:focus {
          background-color: #9a7b00; }
  @media (max-width: 991.98px) {
    .homepage-hero .hero-row {
      display: block; }
      .homepage-hero .hero-row .hero-featured-image {
        height: 300px; }
      .homepage-hero .hero-row .hero-secondary-image {
        display: none; }
      .homepage-hero .hero-row .hero-content {
        position: relative;
        right: 0;
        width: 90%;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        z-index: 5;
        margin: -40px auto 0;
        -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
           -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12); } }
  @media (max-width: 767.98px) {
    .homepage-hero {
      margin-bottom: 30px; }
      .homepage-hero .hero-row .hero-featured-image {
        margin: 0 -20px;
        height: auto; }
      .homepage-hero .hero-row .hero-content {
        width: 100%;
        margin: 0;
        padding: 20px 0;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none; } }

.about-top .ast-container .ast-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .about-top .ast-container .ast-row .about-left {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1000px) {
      .about-top .ast-container .ast-row .about-left {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-bottom: 2px solid #E5E5E5;
        margin-bottom: 40px; } }
    .about-top .ast-container .ast-row .about-left h2 {
      font-family: "Cabin", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 32px;
      line-height: 39px;
      color: #333333; }
    .about-top .ast-container .ast-row .about-left img {
      height: 240px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .about-top .ast-container .ast-row .about-left .about-text-container {
      font-family: "Source Sans Pro", sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 150%;
      color: #656C78;
      margin-top: 25px; }
      .about-top .ast-container .ast-row .about-left .about-text-container > * {
        font-family: "Source Sans Pro", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 150%;
        color: #656C78; }
  .about-top .ast-container .ast-row .about-right {
    width: 35%;
    margin-left: 5%;
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1000px) {
      .about-top .ast-container .ast-row .about-right {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        text-align: center; } }
    .about-top .ast-container .ast-row .about-right .text-top {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center; }
    .about-top .ast-container .ast-row .about-right .about-value {
      border-bottom: 2px solid #E5E5E5;
      margin-bottom: 32px; }
      .about-top .ast-container .ast-row .about-right .about-value:last-of-type {
        border-bottom: none; }
      @media (max-width: 1000px) {
        .about-top .ast-container .ast-row .about-right .about-value {
          border-color: transparent; } }
      .about-top .ast-container .ast-row .about-right .about-value span.encircled-icon {
        height: 28px;
        width: 28px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        background: -webkit-gradient(linear, left top, right top, from(#e6b800), color-stop(105.42%, #e6e600));
        background: -webkit-linear-gradient(left, #e6b800 0%, #e6e600 105.42%);
        background: -moz-linear-gradient(left, #e6b800 0%, #e6e600 105.42%);
        background: -o-linear-gradient(left, #e6b800 0%, #e6e600 105.42%);
        background: linear-gradient(90deg, #e6b800 0%, #e6e600 105.42%);
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0 7px;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .about-top .ast-container .ast-row .about-right .about-value span.encircled-icon img {
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
      .about-top .ast-container .ast-row .about-right .about-value h3 {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-family: "Cabin", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 27px;
        color: #333333;
        margin-left: 8px;
        position: relative;
        top: 3px; }
      .about-top .ast-container .ast-row .about-right .about-value p {
        font-family: "Source Sans Pro", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 140%;
        color: #656C78; }

.about-writers .ast-container {
  max-width: 960px;
  padding: 60px 0; }
  .about-writers .ast-container hr {
    background-color: #e5e5e5;
    margin-bottom: 0; }
  .about-writers .ast-container h2 {
    font-family: "Cabin", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px !important;
    line-height: 39px;
    text-align: center;
    color: #333333;
    margin-bottom: 42px; }
  .about-writers .ast-container .author-single {
    margin: 48px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 580px) {
      .about-writers .ast-container .author-single {
        display: block; }
        .about-writers .ast-container .author-single .about-author-img {
          margin-bottom: 15px; } }
    .about-writers .ast-container .author-single .about-author-img img {
      display: block;
      height: 325px;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .about-writers .ast-container .author-single .about-author-info .about-author-name {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 24px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 0em;
      text-align: left;
      color: #343C4C; }
    .about-writers .ast-container .author-single .about-author-info .about-author-desc {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: 0em;
      text-align: left;
      color: #898D94; }
    .about-writers .ast-container .author-single .about-author-info a.about-author-read-more {
      font-family: "Source Sans Pro", sans-serif;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 27px;
      letter-spacing: 0em;
      text-align: left;
      color: #218CCB; }
      .about-writers .ast-container .author-single .about-author-info a.about-author-read-more:hover {
        color: #196a9a; }
  .about-writers .ast-container p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400; }

.lp-hero {
  position: relative; }
  .lp-hero:before {
    background-color: #000000;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 1 !important;
    display: block; }
  .lp-hero .ast-row {
    z-index: 2;
    position: relative; }
    .lp-hero .ast-row .text-content {
      max-width: 340px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .lp-hero .ast-row .text-content h1 {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 42px;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 10px; }
        .lp-hero .ast-row .text-content h1 .yellow-header {
          font-style: normal;
          font-weight: 600;
          font-size: 24px;
          line-height: 150%;
          text-align: center;
          color: #EFC901; }
        .lp-hero .ast-row .text-content h1 span {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
      .lp-hero .ast-row .text-content .month-year {
        font-family: "Roboto", sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 25px; }

.top-picks {
  padding-top: 60px; }
  @media (max-width: 768px) {
    .top-picks {
      padding-top: 15px; } }
  .top-picks .ast-container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0; }
  .top-picks .nav-list {
    min-width: 125px;
    width: 15%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    float: left;
    position: relative;
    margin-right: 20px; }
    .top-picks .nav-list a.pick-anchors {
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #979797;
      padding-left: 10px;
      margin-bottom: 10px; }
      .top-picks .nav-list a.pick-anchors.current-item {
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        color: #000000;
        border-left: 3px solid #EFC901; }
  .top-picks .top-picks-list {
    width: 85%;
    max-width: -webkit-calc(100% - 145px);
    max-width: -moz-calc(100% - 145px);
    max-width: calc(100% - 145px);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px; }
    @media (max-width: 992px) {
      .top-picks .top-picks-list {
        width: 100%;
        max-width: 100%;
        padding-left: 0; } }
    .top-picks .top-picks-list .top-pick-outer {
      position: relative;
      background: #FFFFFF;
      -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
         -moz-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
              box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.06);
      -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
              border-radius: 5px;
      margin-bottom: 24px;
      padding: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-picks .top-picks-list .top-pick-outer.orange-border {
        border: 1px solid #FF9900; }
      .top-picks .top-picks-list .top-pick-outer .item-count {
        position: absolute;
        top: 0;
        left: 0;
        width: 41px;
        height: 44px;
        background: #EFC901;
        -webkit-border-radius: 5px 0px 0px 0px;
           -moz-border-radius: 5px 0px 0px 0px;
                border-radius: 5px 0px 0px 0px;
        text-align: center;
        padding: 3px;
        font-family: "Source Sans Pro", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        color: #1A1A1A;
        z-index: 2; }
      .top-picks .top-picks-list .top-pick-outer .left-col {
        padding: 0; }
        .top-picks .top-picks-list .top-pick-outer .left-col .img-wrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      @media (max-width: 768px) {
        .top-picks .top-picks-list .top-pick-outer .mid-col {
          padding-left: 0; } }
      .top-picks .top-picks-list .top-pick-outer .mid-col .text-content {
        font-family: "Roboto", sans-serif;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 768px) {
          .top-picks .top-picks-list .top-pick-outer .mid-col .text-content {
            padding-top: 15px; } }
        .top-picks .top-picks-list .top-pick-outer .mid-col .text-content .item-callout {
          font-style: normal;
          font-weight: 500;
          font-size: 16px;
          line-height: 180%;
          color: #FF9900;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .top-picks .top-picks-list .top-pick-outer .mid-col .text-content h2 {
          font-style: normal;
          font-weight: 700;
          font-size: 20px;
          line-height: 180%;
          color: #121212;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .top-picks .top-picks-list .top-pick-outer .mid-col .text-content p {
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 180%;
          color: #4D4D4D;
          margin-bottom: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .top-picks .top-picks-list .top-pick-outer .mid-col .text-content a.read-more-link {
          text-decoration: underline;
          font-style: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 150%;
          text-align: center;
          color: #3D3AF9; }
      .top-picks .top-picks-list .top-pick-outer .right-col {
        border-left: 1px solid #E5E5E5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .top-picks .top-picks-list .top-pick-outer .right-col .our-rating {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 400;
          font-size: 12px;
          line-height: 150%;
          text-align: center;
          color: #4D4D4D;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .top-picks .top-picks-list .top-pick-outer .right-col .rating-digits {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 800;
          font-size: 50px;
          line-height: 180%;
          letter-spacing: -0.05em;
          color: #121212;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .top-picks .top-picks-list .top-pick-outer .right-col a {
          font-family: "Roboto", sans-serif;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
          .top-picks .top-picks-list .top-pick-outer .right-col a.orange-btn {
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 150%;
            text-align: center;
            color: #FFFFFF;
            background: #FF9900;
            -webkit-border-radius: 2px;
               -moz-border-radius: 2px;
                    border-radius: 2px;
            width: 100%;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 6px 0;
            margin-bottom: 10px; }
            .top-picks .top-picks-list .top-pick-outer .right-col a.orange-btn:hover {
              background-color: #cc7a00; }
          .top-picks .top-picks-list .top-pick-outer .right-col a.read-more-link {
            text-decoration: underline;
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 150%;
            text-align: center;
            color: #3D3AF9; }
    .top-picks .top-picks-list .how-we-score-outer {
      background: #121212;
      margin-bottom: 24px;
      padding: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-picks .top-picks-list .how-we-score-outer .left-col {
        font-family: "Roboto", sans-serif; }
        .top-picks .top-picks-list .how-we-score-outer .left-col h2 {
          font-style: normal;
          font-weight: 600;
          font-size: 30px;
          line-height: 150%;
          color: #EFC901; }
        .top-picks .top-picks-list .how-we-score-outer .left-col p {
          font-style: normal;
          font-weight: 400;
          font-size: 16px;
          line-height: 150%;
          color: #FBFBFB;
          padding-right: 25px; }
      .top-picks .top-picks-list .how-we-score-outer .right-col {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
           -moz-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        padding: 0 10px; }
        .top-picks .top-picks-list .how-we-score-outer .right-col .score-value-col {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-right: 10px; }
          .top-picks .top-picks-list .how-we-score-outer .right-col .score-value-col .icon-wrap i {
            font-size: 50px;
            color: #EFC901; }
          .top-picks .top-picks-list .how-we-score-outer .right-col .score-value-col .value-title {
            font-family: "Roboto", sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 20px;
            line-height: 180%;
            text-align: center;
            color: #FFFFFF; }
  @media (min-width: 768px) {
    .top-picks .hide-above-sm {
      display: none !important; } }
  @media (max-width: 768px) {
    .top-picks .hide-below-sm {
      display: none !important; } }
  @media (min-width: 992px) {
    .top-picks .hide-above-md {
      display: none !important; } }
  @media (max-width: 992px) {
    .top-picks .hide-below-md {
      display: none !important; } }

.related-reviews {
  position: relative;
  margin: 40px 0;
  padding: 50px 15px; }
  .related-reviews:before {
    background-color: #FFFFFF;
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 1 !important;
    display: block; }
  .related-reviews .ast-container-fluid {
    position: relative;
    z-index: 2; }
  .related-reviews .ast-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .related-reviews .ast-row h2 {
      margin-left: auto;
      margin-right: auto;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 26px;
      line-height: 150%;
      text-align: center;
      color: #121212;
      margin-bottom: 35px; }
    .related-reviews .ast-row .post-outer {
      margin-bottom: 15px; }
      .related-reviews .ast-row .post-outer .post-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        border: 1px solid #C7C7C7;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-border-radius: 5px;
           -moz-border-radius: 5px;
                border-radius: 5px;
        padding: 24px;
        -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
                align-self: stretch;
        height: 100%; }
        .related-reviews .ast-row .post-outer .post-item img {
          max-height: 154px;
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          margin-bottom: 25px; }
        .related-reviews .ast-row .post-outer .post-item a.post-title-link {
          font-family: "Roboto", sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 18px;
          line-height: 130%;
          text-align: center;
          color: #121212;
          margin-top: 25px;
          margin-bottom: auto; }

.newsletter-cta .ast-row {
  font-family: "Roboto", sans-serif; }
  .newsletter-cta .ast-row .left-col {
    border-right: 2px solid #121212; }
    @media (max-width: 768px) {
      .newsletter-cta .ast-row .left-col {
        border: none; }
        .newsletter-cta .ast-row .left-col img {
          width: 100px;
          height: 78px;
          -o-object-fit: contain;
             object-fit: contain;
          margin-bottom: 25px; } }
  .newsletter-cta .ast-row .mid-col h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
    color: #121212; }
  .newsletter-cta .ast-row .right-col span .gform_wrapper {
    font-family: "Roboto", sans-serif; }
    .newsletter-cta .ast-row .right-col span .gform_wrapper .gform_heading {
      display: none; }
    .newsletter-cta .ast-row .right-col span .gform_wrapper .gform_body input {
      font-family: "Roboto", sans-serif;
      text-align: center;
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 14px;
      text-align: center; }
      .newsletter-cta .ast-row .right-col span .gform_wrapper .gform_body input::-webkit-input-placeholder {
        font-family: "Roboto", sans-serif;
        text-align: center;
        color: #656565; }
      .newsletter-cta .ast-row .right-col span .gform_wrapper .gform_body input:-moz-placeholder {
        font-family: "Roboto", sans-serif;
        text-align: center;
        color: #656565; }
      .newsletter-cta .ast-row .right-col span .gform_wrapper .gform_body input::-moz-placeholder {
        font-family: "Roboto", sans-serif;
        text-align: center;
        color: #656565; }
      .newsletter-cta .ast-row .right-col span .gform_wrapper .gform_body input:-ms-input-placeholder {
        font-family: "Roboto", sans-serif;
        text-align: center;
        color: #656565; }
      .newsletter-cta .ast-row .right-col span .gform_wrapper .gform_body input::-ms-input-placeholder {
        font-family: "Roboto", sans-serif;
        text-align: center;
        color: #656565; }
      .newsletter-cta .ast-row .right-col span .gform_wrapper .gform_body input::placeholder {
        font-family: "Roboto", sans-serif;
        text-align: center;
        color: #656565; }
    .newsletter-cta .ast-row .right-col span .gform_wrapper .gform_footer {
      padding: 0 0 50px; }
      .newsletter-cta .ast-row .right-col span .gform_wrapper .gform_footer input.gform_button {
        font-family: "Roboto", sans-serif;
        width: 100%;
        background: #EFC901;
        -webkit-border-radius: 2px;
           -moz-border-radius: 2px;
                border-radius: 2px;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 16px;
        text-align: center;
        color: #1A1A1A; }
