
/* Actions styling */
.angle-banner-section .row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.angle-banner-section .angle-banner {
  background-color: #5e3989;
  height: 184px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.angle-banner-section .angle-banner .bg-image {
  background-size: cover;
  min-height: 100%;
  background-position: 50% 50%;
}
.angle-banner-section .angle-banner h2 {
  font-size: 21px;
  font-family: "Uni Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  padding: 30px 60px 30px 30px;
  margin: 0;
}
.angle-banner-section .angle-banner h2 .title {
  font-family: "Encode Sans Compressed",sans-serif;
  font-size: 21px;
  display: block;
  text-transform: uppercase;
}
.angle-banner-section .angle-banner img.img-responsive {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding:0
}
.angle-banner-section .angle-banner .angles {
  -webkit-transform: skewX(-15deg);
     -moz-transform: skewX(-15deg);
      -ms-transform: skewX(-15deg);
       -o-transform: skewX(-15deg);
          transform: skewX(-15deg);
    height: 100%;
    top: 0px;
    z-index: 1;
    position: absolute;
    overflow: hidden;
}
.angle-banner-section .angle-banner .angles.angle-1 {
  border-right: 60px solid #462178;
  left: 50%;
}
.angle-banner-section .angle-banner .angles.angle-2 {
  border-right: 60px solid #2c0065;
  left: 58%;
}
.angle-banner-section .section-content {
  padding: 35px;
}
.angle-banner-section .past-actions .content.action {
  background-color: #f8f8f8;
}

@media only screen and (max-width: 767px) {
  .angle-banner-section .angle-banner {
    height: 270px;
  }
  .angle-banner-section .angle-banner .bg-image {
    min-height: 180px;
    background-position: center center;
  }
  .angle-banner-section .angle-banner h2,
  .angle-banner-section .angle-banner h3 {
    padding: 20px;
  }
  .angle-banner-section .content.action .field-name-field-coll-trgt-act-body {
    padding: 20px;
  }
  .angle-banner-section .angle-banner .angles.angle-1,
  .angle-banner-section .angle-banner .angles.angle-2 {
    display: none;
  }
}
