#sidebar > .field__item,
#sidebar .block-left-block-youtube {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px 24px;
  background: #ffffff;
}
#sidebar > .field__item h2,
#sidebar .block-left-block-youtube h2 {
  font-family: Roboto Condensed;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin: 0px 0px 12px;
  color: #0a063c;
}
#sidebar > .field__item p,
#sidebar .block-left-block-youtube p {
  font-size: 14px;
  line-height: 155%;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}
#sidebar > .field__item p:last-child a,
#sidebar .block-left-block-youtube p:last-child a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1b2286;
  font-family: Roboto Condensed;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.4s;
  padding: 17px;
  text-transform: uppercase;
}
#sidebar > .field__item p:last-child a:hover,
#sidebar .block-left-block-youtube p:last-child a:hover {
  background-color: #333399;
}
#sidebar > .field__item a,
#sidebar .block-left-block-youtube a {
  border: none;
}

.block-views-blockarticle-block {
  margin-bottom: 20px;
}
.block-views-blockarticle-block .flickity-page-dots {
  bottom: 0px;
}

.block-right {
  font-family: Roboto Condensed;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  padding: 16px 0px 12px 0px;
  margin-bottom: 32px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.block-right ul {
  margin: 0;
  padding: 0;
}
.block-right ul li {
  list-style: none;
  margin-bottom: 0 !important;
  padding: 0px !important;
  background: none;
}
.block-right ul li a {
  font-family: Arial, sans-serif;
  padding: 16px 24px 16px 68px;
  color: #0a063c;
  font-size: 16px;
  display: block;
  text-decoration: none;
}
.block-right ul li a:hover {
  background-color: rgba(27, 34, 134, 0.1) !important;
}
.block-right ul li::before {
  content: none !important;
}
.block-right ul li:nth-child(1) a {
  background: url(../images/icons/sidebar-1-icon.svg) no-repeat 13px center #ffffff;
}
.block-right ul li:nth-child(2) a {
  background: url(../images/icons/sidebar-2-icon.svg) no-repeat 13px center #ffffff;
}
.block-right ul li:nth-child(3) a {
  background: url(../images/icons/sidebar-3-icon.svg) no-repeat 13px center #ffffff;
}
.block-right ul li:nth-child(4) a {
  background: url(../images/icons/sidebar-4-icon.svg) no-repeat 13px center #ffffff;
}

.not-front .flickity-prev-next-button {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #1b2286;
  border-radius: 0px;
  transition: transform 0.4s;
  position: absolute;
  top: -60px;
  padding: 0;
  transform: none;
}
.not-front .flickity-prev-next-button svg {
  display: none;
}
.not-front .flickity-prev-next-button::before {
  border: none;
  margin: 6px 0 0 3px;
}
.not-front .flickity-prev-next-button.previous {
  right: 50px;
  left: auto;
}
.not-front .flickity-prev-next-button.previous:before {
  content: url("../images/icons/larr.svg");
}
.not-front .flickity-prev-next-button.previous:hover {
  transform: translateX(-5px);
  background-color: #1b2286;
}
.not-front .flickity-prev-next-button.previous:hover:before {
  content: url("../images/icons/larr-white.svg");
}
.not-front .flickity-prev-next-button.next {
  right: 0;
}
.not-front .flickity-prev-next-button.next:before {
  content: url("../images/icons/rarr.svg");
}
.not-front .flickity-prev-next-button.next:hover {
  transform: translateX(5px);
  background-color: #1b2286;
}
.not-front .flickity-prev-next-button.next:hover:before {
  content: url("../images/icons/rarr-white.svg");
}

.block-views-blockarticle-block > h2 {
  color: #0a063c;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 0px;
}

.view-id-article.view-display-id-block {
  margin-top: 25px;
  position: relative;
}
.view-id-article.view-display-id-block .views-row {
  padding: 32px 24px;
  background-color: #f6f6f6;
}
.view-id-article.view-display-id-block .views-field-title {
  font-family: Roboto Condensed;
  font-size: 20px;
  line-height: 29px;
  text-align: left;
  color: #0a063c;
  margin-bottom: 12px;
}
.view-id-article.view-display-id-block .views-field-title a {
  text-decoration: none;
}
.view-id-article.view-display-id-block .views-field-body {
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 1.5;
}
.view-id-article.view-display-id-block .views-field-view-node {
  font-family: Roboto Condensed;
  display: inline;
  text-align: left;
  font-weight: bold;
}
.view-id-article.view-display-id-block .views-field-view-node a {
  font-size: 16px;
  line-height: 155%;
}
.view-id-article.view-display-id-block .views-field-created {
  display: inline;
  float: right;
  margin-top: 0px;
}

.promo-teaser {
  position: relative;
  display: block;
  height: 330px;
  overflow: hidden;
}
.promo-teaser-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.promo-teaser-title {
  font-family: Roboto Condensed;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  text-align: left;
  padding: 16px 12px;
  margin-bottom: 0px;
}
.promo-teaser-image {
  width: 100%;
  z-index: 2;
}
.promo-teaser img {
  width: 100%;
  object-fit: cover;
}
.promo-teaser .gradient-bg {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.52%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo-teaser-more {
  background-color: #1b2286;
  padding: 6px 32px;
  font-family: Roboto Condensed;
  font-size: 16px;
  line-height: 155%;
  color: #ffffff;
  margin: 0px 12px 24px 12px;
  max-width: 137px;
}

.text-formatted p {
  font-size: 16px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.7);
}
.text-formatted p:last-child {
  margin-bottom: 0;
}
.text-formatted a {
  transition: color 0.4s;
}
.text-formatted h2 {
  margin: 56px 0px 32px 0px;
}
.text-formatted blockquote {
  padding: 24px;
  border-left: none;
  border-top: 4px solid #1b2286;
  margin-bottom: 32px;
}
.text-formatted ol li,
.text-formatted ul li {
  background: none;
  padding: 0px 0px 0px 32px;
  position: relative;
}
.text-formatted ol li:not(:last-child),
.text-formatted ul li:not(:last-child) {
  margin-bottom: 20px;
}
.text-formatted ol li::before,
.text-formatted ul li::before {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #1b2286;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: 0px;
}
.text-formatted ol li:before {
  content: counter(item);
  counter-increment: item;
}
.text-formatted ul li:before {
  content: url(../images/icons/ok.svg);
}
.text-formatted li ul {
  margin-top: 20px;
}
.text-formatted .paragraph--type--paragraph-video {
  position: relative;
  margin-top: 32px;
  z-index: 1;
}
.text-formatted table th {
  background-color: #1b2286;
  color: #ffffff;
}
.text-formatted table th,
.text-formatted table td {
  border: 1px solid #dee1ea;
}

.media-video-title {
  z-index: 8;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 24px;
  color: #ffffff;
  background: #0a063c;
}
@media (max-width: 575px) {
  .media-video-title {
    padding: 3px 10px;
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .media-video-title {
    font-size: 10px;
  }
}
/*# sourceMappingURL=_maps/main-new.css.map */
