html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_large > div {
  margin-left: 120px;
}
html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_large > div {
  margin-left: 250px;
}
html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_tiny > .fa + div {
  margin-left: 25px;
}

.ipsThumb_medium {
  max-width: 110px;
  max-height: 110px;
}

.ipsThumb_bg.ipsThumb_large {
    width: 235px;
    height: 235px;
}
.ipsThumb_large {
    max-width: 235px;
    max-height: 235px;
}

.ipsType_large:not( .ipsType_richText ) {
  line-height: 24px;
  margin-right: 35px;
}

.ipsApp .ipsType_pageTitle {
  letter-spacing: 0;
}

.ipsType_pageTitle strong {
  font-weight: 400;
}

html[dir="ltr"] .cAnnouncement.ipsPhotoPanel.ipsPhotoPanel_large > div {
  margin-left: 120px;
}

a.cLink {
  color: #ff7d25;
}

a.cBlueLink {
  color: #1c69af;
}

.slFlickrImage.ipsThumb_bg.ipsThumb_large {
  max-height: 180px;
  max-width: 100%;
  width: 100%;
}

.ipsRep_mini {
  display: inline-block;
}

.ipsLikeRep a,
.ipsLikeRep a.ipsType_light {
  color: #ef1487;
}

.cEqual {
  margin-bottom: 15px;
}

.cEqual .ipsType_sectionHead{
	width: 100%;
}

/* PHONES */
@media screen and (max-width: 767px) {
  	html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_large > .ipsPos_left {
      float: none;
  	}
	html[dir="ltr"] .ipsPhotoPanel.ipsPhotoPanel_large > div {
      margin-left: 0;
  	}
  
  	.ipsTruncate.ipsTruncate_line {
      	white-space: initial;
      	width: auto
  	}
  
  html[dir="ltr"] .cAnnouncement.ipsPhotoPanel.ipsPhotoPanel_large > div {
    margin-left: 0;
  }
  
 .ipsApp .ipsThumb.ipsThumb_bg {
    width: 100%;
    max-width: 100%;
    margin-bottom: 7px;
  }
}