a:after {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  margin: 0px 4px 0px 4px;
  line-height: 1;
  cursor: auto;
}
a:visited span {
  color: #003057 !important;
}
a:focus {
  text-decoration: none;
  outline: 1px dashed;
  color: #1054C9 !important;
}
a:hover {
  border-bottom: none !important;
}
a:hover span {
  color: #1054C9 !important;
}
a:hover span:first-child {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: from-font;
  text-underline-offset: 5px;
  color: #1054C9 !important;
}

.custom-article-card {
  width: 350px;
  height: 302px;
  margin-top: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(21, 25, 27, 0.1), 0px 0px 4px 0px rgba(21, 25, 27, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(21, 25, 27, 0.1), 0px 0px 4px 0px rgba(21, 25, 27, 0.2);
}

.custom-article-container .flex-container .flex-item a {
  display: inline-block;
  margin-left: 32px;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.headingCompMargin {
  margin: 64px auto;
}

.headingCompPadding {
  padding: 64px 15px;
}

.new-padding-heading-component {
  padding: 64px 15px;
}

.headingCompPadding h2 {
  margin-bottom: 24px !important;
}

.custom-article-container .region {
  margin-bottom: 0;
}

.articleDynamicView {
  height: 370px;
  margin-top: 0px;
}
.articleDynamicView .articleTextContainer {
  margin: 24px 32px;
}
.articleDynamicView .articleHeader {
  font-size: 20px;
  line-height: 25px;
  font-family: "MuseoSans_700_Bold", sans-serif;
}
.articleDynamicView .articleTitle {
  margin-bottom: 44px;
  font-size: 16px;
  font-family: "MuseoSans_300_Light", sans-serif;
  line-height: 20px;
  max-height: 20px;
}
.articleDynamicView img {
  width: 350px;
  height: 204px;
}

@media (max-width: 768px) {
  .new-padding-heading-component {
    padding: 40px 15px;
  }
  .custom-article-container {
    overflow-x: auto;
  }
  .custom-article-container .col-12 {
    max-width: 33.33%;
  }
  .custom-article-container .flex-container {
    width: 295px;
    height: 244px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 24px;
    background: #FFF;
    /* Gray Level 1 */
    -webkit-box-shadow: 0px 2px 2px 0px rgba(21, 25, 27, 0.1), 0px 0px 4px 0px rgba(21, 25, 27, 0.2);
            box-shadow: 0px 2px 2px 0px rgba(21, 25, 27, 0.1), 0px 0px 4px 0px rgba(21, 25, 27, 0.2);
  }
  .articleDynamicView img {
    border-radius: 24px 0 0 24px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100px;
    height: 130px;
  }
  .custom-article-container .flex-container .flex-item img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 24px 24px 0px 0px;
    background: lightgray 50%/cover no-repeat;
  }
  .custom-article-container .flex-container .flex-item a {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 16px;
  }
  .custom-article-container .region:nth-child(2) .flex-container {
    margin-left: 190px;
  }
  .custom-article-container .region:nth-child(3) .flex-container {
    margin-left: 380px;
  }
  .imageComponent .custom-article-container .ctaButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 275px;
  }
  .imageComponent .custom-article-container .ctaButton a {
    text-wrap: nowrap;
  }
  .headingCompMargin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .headingCompPadding {
    padding: 40px 15px;
  }
  .headingCompHeader h1 {
    margin-bottom: 0.5rem;
  }
  .headingCompMargin h2 {
    margin-bottom: 24px !important;
  }
  .custom-article-container .region {
    margin-bottom: 1px;
  }
  .articleDynamicView {
    width: 360px;
    height: 130px;
    margin: auto;
    margin-bottom: 20px !important;
  }
  .articleDynamicView .articleTextContainer {
    margin: 16px;
    width: 228px;
  }
  .articleDynamicView .articleContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .articleDynamicView .articleHeader {
    font-size: 18px;
    line-height: 22.5px;
    font-family: "MuseoSans_700_Bold", sans-serif;
  }
  .articleDynamicView .articleTitle {
    margin-bottom: 33.5px;
    font-size: 14px;
    font-family: "MuseoSans_300_Light", sans-serif;
    line-height: 17.5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .custom-article-container {
    overflow-x: auto;
  }
  .custom-article-container .region:nth-child(2) .flex-container {
    margin-left: 190px;
  }
  .custom-article-container .region:nth-child(3) .flex-container {
    margin-left: 380px;
  }
  .custom-article-container .region {
    margin-bottom: 1px;
  }
}