iframe { border: none; }
.news-article .filter {
  text-align-last: end;
}
.news-article .filter p {
  color: #d60b51;
  font-size: 0.8em;
  margin-bottom: 0;
}
.news-article .filter p a {
  color: #d60b51;
}
.news-article h2 {
  font-family: HelveticaNeue-Bold;
  font-size: 1.5rem;
  margin: 25px 0 15px 0;
}
.news-article .lede { margin-bottom: 10px; width: 100%; }

.news-article .clickable-area .lede p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-article .clickable-area .lede p::after {
  content: 'more';
}
.news-article .lede p a {
  color: #0071EB;
  font-size: 1em;
}
.news-article .lede p a.bold-text,
.news-article .lede p {
  color: #d60b51;
  font-size: 1rem;
}
.news-article .article-list .article:first-child h2 { margin-top: 0; }
.news-article .article-list h2 { font-size: 1rem; margin-bottom: 0; }
.news-article .article-list a { color: #272727; }
.news-article a { color: #0071EB; }
.news-article .article-list .date {
  font-size: 0.8rem;
  color: var(--dark-red-color);
}
.news-article .body > :first-child { margin-top: 0; }
.news-article .sidebar { margin-bottom: 20px; }
.news-article .highlighted > :first-child { margin-top: 0; }
.news-article .other-articles {
  border-top: 2px solid #d60b51;
  margin-top: 30px;
  padding-top: 30px;
}
.news-article .other-articles .article { padding-bottom: 10px; }
.news-article .other-articles h3 {
  font-size: 0.8rem;
  font-family: HelveticaNeue-Light;
  padding: 0;
  margin: 0;
}
.news-article #sidebar-videos p::before,
.news-article .other-articles h3::before {
  color: var(--dark-red-color);
  content: '/';
  padding-right: 5px;
}
.news-article .other-articles .article:first-child h2 { margin-top: 0; }
.clickable-area-faq,
.clickable-area {
  border-top: 1px solid #bbb;
  margin-top: 20px;
}
.clickable-area-faq h2 {
  cursor: pointer;
}
.clickable-area {
  cursor: pointer;
  height: 120px;
  overflow: hidden;
}
.clickable-area:before {
  content:"";
  float: left;
  height: 140px;
  width: 5px;
}

.clickable-area > *:first-child {
  float: right;
  margin-left: -5px;
  width: 100%;
}

.clickable-area:after {
  background: #fff;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  color: #d60b51;
  content: "...more";
  font-family: 'HelveticaNeue-Light', 'OpenSans';
  font-size: 1.1em;
  left: 100%;
  margin-left: -3.4em;
  padding-right: 5px;
  position: relative;
  text-align: right;
  top: 93px;
  width: 4em;
}
@media(max-width:992px) {
    ul.p li, ol.p li { font-size: 14px; }
    .clickable-area:after {
      top: 98px;
    }
}
@media(max-width:767px) {
    ul.p li, ol.p li { font-size: 13px; }
}
ul.p { color: #fff }
ul.p h2, ol.p h2 { font-size: 22px; font-weight: bold; margin-top: .5rem; }
ul.p h2, ol.p h3 { font-size: 22px; margin-top: .5rem; }
@media(max-width:575px) {
    div#recaptchaField {
        transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform: scale(0.8);
        -webkit-transform-origin: 0 0;
    }
}

a.red-link { color: #d60b51; }
.red-button {
  background-color: #d10442;
  border: 1px solid #d10442;
  padding: 12px 38px;
  border-radius: 30px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.red-button:hover {
  color: #d10442;
  background-color: #fff;
}
.white-secondary-button {
  border-radius: 10rem;
  border: 1px solid #000;
  transition: .2s all;
  padding: 14px 50px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}
.white-secondary-button:hover {
  color: #fff;
  background-color: #000;
}
.divider-urg {
  background: #f2f2f2;
}
.divider-ugw {
  background: #ffffff url("../images/divider-ugw.932bdc1d0247.png") center top no-repeat;
  padding-bottom: 80px;
}
.divider-ugw > div { padding-top: 120px; }

.strategic-approach h3 { margin-top: 0; }
.strategic-approach div.border-top { padding-top: 10px; }
.home-banner-inner a { color: #fff; }

.risk-profile-box {
  background-color: #fff;
  font-weight: bold;
  padding: 3px;
}
.risk-profile-text {
  font-size: 12px;
}
