﻿#segments-item {
  margin-bottom: -65px;
}
@media (max-width: 767px) {
  #segments-item {
    margin-bottom: 0;
  }
}
.btn.btn-green {
  color: #fff !important;
  font-family: 'Lato-Black';
  font-size: 1.286em;
  padding: 10px 35px;
  background-color: #00a651;
}
.btn.btn-green:hover {
  background-color: #00a651;
}
.container-news .news a h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
}
.container-news .news a h4 {
  font-size: 20px !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: fit-content;
  overflow: hidden;
  padding-bottom: 2px;
}
.news-archive .articles-wrapper article a h3 {
  font-family: 'Neue Plak-Bold' !important;
  font-size: 18px !important;
  font-weight: normal !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 38px;
}
header .btn-group ul li.header-navigation-options {
  width: auto;
  height: auto;
  background: none;
  margin-right: 4px;
}
header .btn-group ul li.header-navigation-options a {
  width: auto;
  height: auto;
}
header .btn-group ul li.header-navigation-options a img {
  height: 31px;
}
#mobile-menu ul > li.active > ul {
  max-height: 10000px;
}
.news-section-header-cvi {
  font-family: 'Neue Plak-Bold';
  margin-left: 16px;
  margin-bottom: 16px;
  font-size: 32px;
}
.footer-header-h2 {
  margin-top: 43px;
  color: #4d4d4d;
  text-transform: uppercase;
  font-family: Neue Plak-Bold;
}
.social-icon-cvi {
  max-height: 32px;
}
.text-news {
  padding: 10px 10px 10px 0;
}
.header-icons-cvi {
  height: 24px !important;
  vertical-align: inherit;
}
@media only screen and (max-width: 767px) {
  .footer-mobile-cvi {
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .pull-right {
    align-items: center;
    justify-content: center;
    right: 0 !important;
    position: relative !important;
  }
}