@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.button_more_news {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  border: 2px solid #145e9a;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 5px 29px;
  padding-right: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  background: #145e9a;
  display: block;
  width: 250px;
  max-width: 100%;
  margin: auto;
  text-align: center;
  clear: both;
  margin-bottom: 20px;
  margin-top: 20px;
  /*height: 40px;
	border: solid 1px $mainColor; 
	display: flex; 
	background: $mainColor;
	justify-content: center; 
	align-items: center; 
	font-size: 13px;
	color: #fff; 
	border-radius: $borderRadius; 
	margin-top: $mainGutter / 2;

	&:after{
		@include fa($fa-arrow-right); 
		margin-left: 10px; 
	}*/ }
  .button_more_news:after {
    content: "\EA04";
    font-family: "fa";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-left: 20px;
    font-size: 12px; }
  .button_more_news:hover {
    color: #145e9a;
    background: none; }
  @media screen and (max-width: 39.99875em) {
    .button_more_news {
      margin-top: 30px; } }

.teaser_article {
  display: block;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  border: solid 1px #dee2e6; }
  .teaser_article figure {
    position: relative;
    overflow: hidden; }
    .teaser_article figure img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .teaser_article figure .item-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      border-radius: 5px;
      font-size: 11px;
      font-weight: bold;
      color: #ffffff;
      text-transform: uppercase;
      font-family: "Quicksand", sans-serif;
      height: 20px;
      padding-left: 6px;
      padding-right: 6px;
      background: #db0084;
      line-height: 20px; }
  .teaser_article .item-details {
    padding: 10px;
    position: relative; }
    .teaser_article .item-details .arrow {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background-color: #036ba1;
      position: absolute;
      right: 20px;
      top: -21px;
      display: flex;
      justify-content: center;
      align-items: center;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .teaser_article .item-details .arrow:after {
        content: "\EA04";
        font-family: "fa";
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 15px;
        color: #fff; }
      .teaser_article .item-details .arrow + .item-title {
        padding-right: 65px; }
    .teaser_article .item-details .item-title {
      font-size: 13px;
      line-height: 16px;
      font-weight: bold;
      color: #003661;
      font-family: "Quicksand", sans-serif;
      margin-bottom: 5px; }
    .teaser_article .item-details .item-date {
      font-size: 13px;
      color: #1c9bd4; }
    .teaser_article .item-details .item-text {
      font-size: 13px;
      color: #9b9b9b;
      margin-top: 12px;
      line-height: 15px;
      height: 30px;
      overflow: hidden; }
    .teaser_article .item-details .item-link {
      text-align: right;
      margin-top: 10px;
      text-transform: uppercase;
      color: #1c9bd4;
      font-size: 11px;
      -moz-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .teaser_article .item-details .item-link:after {
        content: "\EA04";
        font-family: "fa";
        font-weight: 400;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        margin-left: 5px; }
  .teaser_article:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .teaser_article:hover .item-details .arrow {
    background: #db0084; }
  .teaser_article:hover .item-details .item-link {
    color: #db0084; }

.teaser_article_1 .item-details .item-text {
  max-height: 30px;
  overflow: hidden; }

@media screen and (min-width: 40em) {
  .teaser_article_3 {
    display: flex; }
    .teaser_article_3 figure {
      flex: 0 0 250px; } }

.teaser_article_5 {
  display: flex; }
  .teaser_article_5 figure {
    flex: 0 0 80px; }
  .teaser_article_5 .item-details {
    padding: 10px;
    align-self: center; }
    .teaser_article_5 .item-details .item-title {
      margin-bottom: 10px; }

.list-article_flexslider {
  border: solid 1px #dee2e6;
  border-radius: 5px; }
  .list-article_flexslider .teaser_article_1 {
    border: none;
    border-radius: 0px; }

.list-article_3 li {
  margin-bottom: 10px; }

.list-article_5 > li:not(:last-child) {
  margin-bottom: 10px; }

.list-article_4 {
  margin-bottom: -10px !important; }
  @media screen and (min-width: 40em) {
    .list-article_4 {
      margin: 0px -15px; }
      .list-article_4:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (min-width: 40em) and (max-width: 39.99875em) {
    .list-article_4 {
      margin: 0; } }
  .list-article_4 > li {
    margin-bottom: 10px; }
    @media screen and (min-width: 40em) {
      .list-article_4 > li {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .list-article_4 > li {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .list-article_4 > li, .list-article_4 > li:last-child:not(:first-child) {
          float: left;
          clear: none; }
        .list-article_4 > li:last-child:not(:first-child) {
          float: right; }
        .list-article_4 > li:nth-child(2n+1) {
          clear: left; }
        .list-article_4 > li:last-child:not(:first-child) {
          float: left; }
          .list-article_4 > li:last-child:not(:first-child):nth-child(2n+1) {
            clear: left; } }

.list-article_6 {
  margin-bottom: 30px; }

.list-article_7 {
  margin-bottom: -10px !important; }
  @media screen and (min-width: 40em) {
    .list-article_7 {
      margin: 0px -15px; }
      .list-article_7:after {
        content: "";
        display: table;
        clear: both; } }
  @media screen and (min-width: 40em) and (max-width: 39.99875em) {
    .list-article_7 {
      margin: 0; } }
  .list-article_7 > li {
    margin-bottom: 10px; }
    @media screen and (min-width: 40em) {
      .list-article_7 > li {
        width: 50%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 40em) and (min-width: 40em) {
    .list-article_7 > li {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 40em) {
        .list-article_7 > li, .list-article_7 > li:last-child:not(:first-child) {
          float: left;
          clear: none; }
        .list-article_7 > li:last-child:not(:first-child) {
          float: right; } }
    @media screen and (min-width: 64em) {
      .list-article_7 > li {
        width: 33.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media screen and (min-width: 64em) and (min-width: 40em) {
    .list-article_7 > li {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media screen and (min-width: 64em) {
        .list-article_7 > li, .list-article_7 > li:last-child:not(:first-child) {
          float: left;
          clear: none; }
        .list-article_7 > li:last-child:not(:first-child) {
          float: right; } }

.list-article_flexslider {
  border: solid 1px #dee2e6;
  border-radius: 5px;
  padding-bottom: 10px;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 300px; }
  .list-article_flexslider .flex-direction-nav {
    display: none !important; }
  .list-article_flexslider .flex-control-nav {
    position: relative;
    bottom: 0;
    height: 11px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .list-article_flexslider .flex-control-nav li {
      display: block; }
      .list-article_flexslider .flex-control-nav li a {
        border: solid 1px #9b9b9b;
        background: transparent;
        width: 7px;
        height: 7px;
        box-shadow: none; }
        .list-article_flexslider .flex-control-nav li a.flex-active {
          border-color: #db0084;
          background: #db0084;
          width: 11px;
          height: 11px; }
