
.sc-articles-container {
	padding-top:45px;
}

.footer-item {
	height: 10% !important;
}

.field-content a {
	text-decoration: none;
	color: #fff;
}

.view-header {
	margin: 0 0 0 15px;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 10px;
}

#syndicatedContentContainer a {
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #212121;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#ad1Content, #ad2Content, #ad3Content, #syndicatedContent {
  color: #a4a4a4;
}

.syndImg {
  object-fit: cover;
  width: 100%;
  height: 135px;
}

.syndTextWrapper, .syndAuthor, .syndAbstract {
  padding: 8px;
}

.syndicatedContentEntry {
  width: 30%;
  max-width: 300px;
  height: auto;
  min-height: 340px;
  margin: 15px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.54);
}

.resp-container {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top: 60.25%;
}

#syndicatedContentContainer {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  margin: auto;
}

@media (max-width: 992px) {
  .footer-item {
    height: 27% !important;
  }
  
}

@media (max-width: 840px) {
  .syndicatedContentEntry {
    width: 45%;
    margin: 15px auto;
  }
  
  .footer-item {
    height: 154px !important;
  }
 
}

@media (max-width: 768px) {
  header#navbar > .container .navbar-collapse {
    width: 335px !important;
  }
	
}
	
@media (max-width: 540px) {
  .syndicatedContentEntry {
    width: 80%;
  }
  
  .footer-item {
    height: 78px !important;
  }
  
}