/**************************************/
/* Default styles for news extension */
/**************************************/
/**************************************/
/* Default styles for news extension */
/**************************************/
/**
 * Various shades of gray (no pun intended)
 */
/**
 * Switch used in the footer
 */
.backendlayout-03PCVOutil2Cols .frame {
  padding: 0;
}
.news .page-navigation {
  width: 100%;
  float: left;
  margin: 15px 0px;
  text-align: center;
}
.news .page-navigation > ul {
  width: 100%;
  float: left;
  -webkit-padding-start: 0;
  display: inline;
}
.news .page-navigation > ul :first-child {
  margin: 0;
}
.news .page-navigation > ul li {
  display: inline-block;
  list-style-type: none;
  border: solid 1px #c8c8c8;
  color: #c8c8c8;
  height: 32px;
  width: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  margin-left: 10px;
}
.news .page-navigation > ul li.current {
  border-color: #005096;
  color: #005096;
}
.news .page-navigation > ul li a {
  color: #c8c8c8;
}
.news .clear {
  clear: both;
}
.news .nav-mobile {
  width: 100%;
}
.news .nav-mobile button.open-drawer {
  width: 100%;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 2px solid #005096;
  background: #fff;
  outline: none;
  padding: 20px;
  text-align: left;
  color: #005096;
  cursor: pointer;
}
.news .nav-mobile .filter-icon {
  float: right;
  margin-top: 5px;
}
.news .mobile-drawer {
  width: 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  transition: width 0.3s ease-in-out, background 0.2s ease-in-out;
}
.news .mobile-drawer .brand-background {
  background: #005096;
  color: #fff;
}
.news .mobile-drawer h2 {
  margin: -20px;
  padding: 15px;
}
.news .mobile-drawer .content {
  background: #fff;
  width: 100%;
  float: right;
  height: 100%;
}
.news .mobile-drawer .wrapper {
  padding: 20px;
  width: 100%;
  min-width: 200px;
}
.news .mobile-drawer button.close-drawer {
  background: none;
  border: 0;
  outline: none;
  color: #fff;
  float: right;
}
@media (min-width: 1280px) {
  .news .mobile-drawer {
    display: none;
  }
}
.news .mobile-drawer svg {
  display: none;
}
.news .nav {
  height: 80px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 0;
}
.news .nav ul {
  -webkit-padding-start: 0;
}
.news .nav .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}
.news .nav .dropdown-menu {
  top: 0;
  border: 0;
  font-size: 13px;
  padding: 0;
  margin: 0;
  left: -8px;
  box-shadow: 1px 0 4px 0 rgba(0, 0, 0, 0.1);
  width: 103%;
}
.news .nav li {
  float: left;
  text-transform: uppercase;
  border: none;
}
.news .nav li.dropdown a {
  color: #323232;
}
.news .nav a {
  float: left;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
}
.news .nav a.dropdown-item {
  border-top: solid 1px #d4d4d4;
  width: 100%;
  padding: 30px 20px;
}
.news .nav a.dropdown-item:first-child {
  border: 0;
}
.news .nav > ul {
  float: inherit;
  display: inline;
  margin: 0;
  height: 80px;
}
.news .nav > ul li {
  height: 100%;
  list-style-type: none;
}
.news-single {
  width: 100%;
}
.news-single h1 {
  font-weight: 500;
}
.news-single .nav {
  height: 80px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 60px;
}
.news-single .nav ul {
  padding: 0;
  -webkit-padding-start: 0;
  float: left;
  display: inline;
  margin: 0;
  height: 100%;
  width: 100%;
}
.news-single .nav ul li {
  float: left;
  height: 100%;
  display: inline;
  list-style-type: none;
  border-right: solid 2px #f3f3f3;
}
.news-single .nav ul li a {
  float: left;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  height: 100%;
  padding: 30px;
  font-weight: bold;
}
.news-single .nav ul li.right {
  float: right;
  border: none;
  border-left: solid 2px #f3f3f3;
}
.news-single .article {
  width: 100% !important;
  padding: 20px !important;
}
.news-single .article .header {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #dcdcdc;
}
.news-single .article .header .header-left {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  margin-bottom: 10px;
  display: inline-block;
}
.news-single .article .header .header-left .circle {
  height: 80px;
  width: 80px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #005096;
  color: #fff;
  text-align: center;
}
.news-single .article .header .header-left .circle .day {
  height: 30px;
  width: 100%;
  display: block;
  font-size: 26px;
  line-height: 34px;
  padding-top: 5px;
  font-weight: 300;
}
.news-single .article .header .header-left .circle .month {
  height: 20px;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
  padding-top: 5px;
}
.news-single .article .header .header-left .circle i {
  padding-top: 15px;
  font-size: 22px;
  margin-top: 19px;
}
.news-single .article .header .header-right h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #333333;
  text-transform: none;
}
.news-single .article .header .header-right .cat {
  color: #323232;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
.news-single .article .content {
  width: 100%;
  color: #323232;
}
.news-single .article .content > div {
  padding-bottom: 30px;
}
.news-single .article .content > div.content-teaser {
  display: block;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  letter-spacing: 2px;
  color: #333333;
}
.news-single .article .content > div.content-teaser p {
  font-weight: 400;
}
.news-single .article .content > div.content-image {
  width: 100%;
  display: block;
}
.news-single .article .content > div.content-text {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #333333;
}
.news-single .page-information h3 {
  margin-top: 10px;
}
.news-single .page-information h3:first-of-type {
  margin-top: 0px;
}
.news-single .texticon-icon.texticon-news-default {
  margin-right: 10px;
  margin-left: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #005096;
  color: #fff;
  text-align: center;
}
.news-single .texticon-icon.texticon-news-default .day {
  display: block;
  height: 16px;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5.5px;
}
.news-single .texticon-icon.texticon-news-default .month {
  height: 9px;
  display: block;
  font-size: 8px;
  line-height: 9px;
  text-transform: uppercase;
  font-weight: 300;
}
.news-single .texticon-icon.texticon-news-default.texticon-bullhorn {
  padding-top: 10px;
  font-size: 20px;
  background-color: #323232;
}
.news-single .texticon-content .subheader {
  text-transform: uppercase;
  font-weight: 400 !important;
}
.news-single .texticon-content .header a {
  color: #323232;
  font-weight: bold;
}
.news-list {
  width: auto !important;
  margin: auto !important;
}
.article {
  padding: 0 !important;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: solid 1px #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  float: left;
  margin-bottom: 30px;
  min-height: 200px !important;
}
.article > a {
  min-height: 200px;
  justify-content: center;
  flex-direction: column;
}
.article a {
  color: #333333;
}
.article .content-wrapper {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  float: left;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 28px 0;
  flex-grow: 1;
}
.article .content-wrapper .content-left {
  padding: 0 20px;
  margin-bottom: 30px;
}
.article .content-wrapper .content-right {
  padding: 0 20px;
}
.article .content-wrapper .content-right.col-xs-9 {
  padding-left: 0;
}
.article .content-wrapper .content-right p:last-of-type {
  margin-bottom: 0;
}
.article.image-news > a h3,
.article.image-news > a p,
.article.image-news > a .cat {
  color: #fff;
}
.article.image-news > a .content-right p {
  display: none;
}
.article .circle {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #005096;
  color: #fff;
  text-align: center;
}
.article .circle .day {
  float: left;
  height: 21px;
  width: 100%;
  font-size: 22px;
  line-height: 21px;
  margin-top: 12px;
  font-weight: 500;
}
.article .circle .month {
  float: left;
  height: 15px;
  width: 100%;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.article .circle .fa-bullhorn {
  font-size: 22px;
  margin-top: 19px;
}
.article h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #333333;
  text-transform: none;
}
.article .cat {
  font-size: 12px;
  letter-spacing: 1.09px;
  line-height: 16px;
  color: #333333;
  display: inline-block;
  text-transform: uppercase;
}
.article h3 {
  margin-bottom: 10px;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 23px;
  text-transform: none;
}
.article.top-news {
  background-color: inherit;
  padding: 15px !important;
  border: solid 1px #A0A0A0;
}
.article.top-news > a {
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
}
.article.top-news > a h3,
.article.top-news > a p,
.article.top-news > a .cat {
  color: #323232;
}
.article.news-important.image-news .content-right {
  margin-top: 0;
}
.article.news-important.image-news .content-right p {
  display: block;
}
.article.news-sticky {
  background: none;
  border: solid 1px #A0A0A0;
}
.article.news-sticky .circle {
  background: #323232;
}
@media (min-width: 1280px) {
  .article {
    width: calc(33.33% - 20px) !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .article {
    width: calc(50% - 20px) !important;
  }
}
@media (max-width: 767px) {
  .article {
    width: calc(100% - 20px) !important;
  }
}
.article.view-normal .image {
  padding-top: 56.25%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
}
.pcv-separator {
  height: 100%;
}
.article.view-dashboard {
  margin-bottom: 0;
  width: 50% !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  display: grid;
}
.article.view-dashboard.has-image {
  border-bottom: solid 1px transparent;
}
.article.view-dashboard:nth-child(2n):not(.top-news):not(.has-image) {
  border-right: 1px solid #DCDCDC;
}
.article.view-dashboard:not(.top-news):not(.has-image) {
  border-bottom: 1px solid #DCDCDC;
}
.article.view-dashboard > a {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.article.view-dashboard .image,
.article.view-dashboard .content-wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.article.view-dashboard.news-important {
  width: 100% !important;
  background: #f3f3f3;
}
.article.view-dashboard.news-important > a {
  display: flex;
  flex-direction: row;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.article.view-dashboard.news-important p {
  display: block;
}
.article.view-dashboard.top-news {
  padding: 15px !important;
}
.article.view-dashboard.image-news.news-important .image {
  width: 50%;
  padding-bottom: 20%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  float: right;
}
.article.view-dashboard.image-news.news-important .content-wrapper {
  width: 50%;
}
.frame-block .news {
  margin: 0 -10px;
}
.frame-block .news .news-list-view {
  margin-bottom: -1px;
}
.frame-block .news .news-list-view .news-list {
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 1279px) {
  .frame-block .news .news-list-view .news-list {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .frame-block .news .news-list-view .news-list .article.view-dashboard {
    display: inline-table;
    white-space: initial;
    float: none;
    vertical-align: middle;
    max-width: 300px;
    width: calc(80%) !important;
  }
}
.article.news-sticky {
  box-shadow: none;
}
@media print {
  .news-single .gallery-row {
    display: none;
  }
  .news-single .article .header .header-left {
    width: 100%;
    margin: 0;
    display: block;
  }
  .news-single .article .header .header-left .circle {
    display: none;
  }
  .news-single .article .content > div.content-image {
    display: none;
  }
  #title-wrapper,
  #footer,
  .no-print {
    display: none;
  }
}
/*# sourceMappingURL=news-basic.css.map */