a {
  color:#344360 !important; 
}
a:hover {
  color: #ad1f1f !important;
} 


/* DYNAMIC PAGGE */
.controls {
  display: inline-block;
  margin: 15px 0;
  width:100%; 
}
.title {
  font-size: 26px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  color:#344360;
}
.content-summary {
  color:#344360;
  font-size: 20px;
  font-weight: 100;
}

.controls .news__article__date {
  font-size: 11px;
  line-height: 25px;
  color: #344360;
  margin-bottom:0px;
  background: #ad1f1f;
  padding: 0 7px;
  color: white;
  float:left;
}
.controls .main-content.reveal.fade-right {
  font-size: 11px;
  line-height: 25px;
  color: #344360;
}

.controls .location.mark {
  font-size: 12px;
  line-height: 25px;
  color: #344360;
  float:right;
}

/* END DYNAMIC PAGE
 * 
 * NOT DYNAMIC PAGE BELOW */
.news__article {
}
.news__list__location.mark {
  font-size: 12px;
  line-height: 25px;
  color: #344360;
  float:right;
}
.news__article__date {
  margin-bottom: 5px;
}

.news__list__filter {
  display: flex;
  margin: 0 0 20px 0;
}

.news__list__filter__item {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.news__list__filter__item select {                   
  text-transform: uppercase;
  border-radius:0px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color:#344360 ;
  font-family: 'Geogrotesque';
  padding: 5px 25px 3px 3px;
  
   background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
    -webkit-appearance: none;
  background-position-x: 98%;
  width:45%;
}

.news__list__filter__item select {
  -webkit-appearance: none;  /* for webkit (safari, chrome) compatibility */
  -moz-appearance: none; /* for firefox compatibility */
  appearance: none;
}
.news__list__filter__item select:focus,
.news__list__filter__item select:active{  
  outline:none;
  box-shadow: none;
}

{# .news__list__filter__item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 10px;
  border-radius: 0;
}

#}

.news__list__items {
  display: flex;
  flex-direction: column;
}
.news__list__items .pagination {
  display: flex;
  justify-content: space-between;
  margin-top:10px;
}
.news__list__items .pagination .previous-page {
  width:30%;
  text-align:left;
  font-size:16px;
}
.news__list__items .pagination .next-page {
  width:30%;
  text-align:right;
  font-size:18px;
}
.news__list__items .pagination .page-numbers {
  width:30%;
  text-align:center;
    font-size:16px;
}

.news__list__item {
  display: flex;
  flex-direction: column;
  padding: 0 0 20px 0;
  width: 100%;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.1);
  position:relative;
}
.news__list__item.passed:hover {
  cursor:initial;
  color:#34435F !important;
}
.news__list__item.passed .news__list__body .controls {
  display:none;
}
.news__list__item .overlay {
  position:absolute;
  width:100%;
  top:0;
  left:0;
  height:calc(100% - 20px);
  background-color:rgba(255,255,255, 0.5);
  z-index:99;
}

.news__list__image {
  position: relative;
  height: 200px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.news__list__body {
  display: block;
  /* CUSTOM CHANGES */
  box-shadow: 0 0 8px rgba(0,0,0,.1);
  padding: 10px;
}
.news__list__body .controls {
  display: flex;
  justify-content: space-between;
}
.news__list__body .controls .readmore,
.news__list__body .controls .underline {
  text-transform: uppercase;
  font-weight:700;
  color: #ad1f1f;
}

.news__list__title {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 19px;
    transition: color .4s ease;
    text-transform: uppercase;
    line-height: 18px;
    float:left;
    width:100%;
}

.news__list__date {
  display: block;
  font-size: 11px;
  line-height: 25px;
  color: #344360;
  text-align: right;
  margin: 0 0 15px 0;
}
.news__list__date.mark {
  background: #ad1f1f;
  padding: 0 7px;
  color: white;
  float:left;
}

.news__list__text {
  margin-bottom: 0;
  transition: color .4s ease;
  font-size: 15px;
  float:left;
}

@media (max-width: 1139px) {
  
  .news__list__items {
    margin: -15px;
  }

  .news__list__item {
    width: 100%;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .main-content .hs-embed-wrapper {
    max-height:none !important;
  }
  .news__list__filter {
    flex-direction: column;
  }
  
  .news__list__filter__item {
    margin: 5px 0 5px;
  }
  
  .news__list__item {
    width: 100%;
  }
  .news__list__items .pagination .previous-page,
  .news__list__items .pagination .next-page {
    font-size:12px;
  }

}
/* BREADCRUMB */

.breadcrumb {
  display: block;
}

.breadcrumb__link {
  color:#ad1f1f;
  position: relative;
  padding: 15px 30px 15px 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 700;
  height: auto;
  line-height: 10px;
  margin: 0;
  padding: 0px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}
.breadcrumb__link div {
  line-height:30px;
  margin-left:10px;
  text-transform: uppercase;
  color:#ad1f1f;
}
.breadcrumb__link:hover,
.breadcrumb__link div:hover {
  color: #ad1f1f;
}
{# .breadcrumb__link::before {
  content: url(https://cdn.copcap.com/hubfs/Template_assets/arrow.svg);
  position: absolute;
  transform: rotate(180deg);
  top: calc(50% - 10px);
  left: 0;
  width: 30px;
}

#}

.breadcrumb__link:hover,
.breadcrumb__link:focus {
  color: ;
}
