/* Homepage News Alert Section */
.newsalert{
  background-color: #12171A;
  position: relative;
}

.newsalert.section {
  margin-bottom: 0;
}

.newsalert-wrap{
  margin: 60px 0 120px 0;
  position: relative;
  display: inline-block;
}

.newsalert-title{
  color:#5F6060;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 0px 50px 35px 50px;
}

.newsalert-thumb-wrap{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  position: relative;
}

.newsalert-thumb-wrap img{
  display: block;
  margin: 0;
}

.newsalert-content-wrap{
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  position: relative;
}

.newsalert-content-inner{
  position: relative;
  text-align: left;
  padding: 0 0 0 60px;
}

.newsalert-content-date{
  font-size: 14px;
}

.newsalert-content-title{
  color: white;
  font-size: 3.2vw;
  margin: 10px 0px;
}

.newsalert-content-readmore-wrap{
  position: relative;
}

a.text-link.newsalert-content-readmore{
  color: #FEFEFE;
}


/* Mobile */
@media only screen and ( max-width: 640px ){
  .newsalert-thumb-wrap{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .newsalert-content-wrap{
    width: 100%;
  }
  .newsalert-content-inner {
    padding: 0px;
  }

  .newsalert-title{
    padding: 50px 0px 35px 0px;
  }
}
