#page-content {
    padding-top: 2em;
}

.three-column .main-wide {
    padding-left: 10.4%;
    width: 73.771%;
}

.three-column .sub {
    padding-top: 0px;
    width: 25%;
    margin-right: 1.229%;
}

.textimage .home-feature {
    background: #3d3935 url(/etc/designs/clf/clientlibs/clf/source/assets/bg-textured.png) 0px 0px repeat;
    width: 100%;
    border-bottom: 15px solid #ddd;
}

.textimage .home-feature h2 {
  font-size: 1.75em;
  line-height: 1.2em;
  font-family: "DINWebMedium", sans-serif;
}

.textimage .home-feature .image {
    background-color: #000;
    width: 63%;
    margin: 0;
}

.textimage .home-feature .image img {
  margin-bottom: -6px;
}

/* add 50th anniversary column-badge */

.fifty .image::after {
  content: "";
  background: #a6192e url(/content/dam/sfu/main/badges/50_rev.png) center center no-repeat;
  display: block;
  width: 120px;
  height: 100px;
  position: absolute;
  left: 35px;
  bottom: 15px;
  background-size: contain;
  border: 15px solid #a6192e;
}

.textimage .home-feature .text {
    float: left;
    width: 37%;
    color: #fff;
    padding: 3%;
    padding-top: 8%;
}

.textimage .home-feature .text a {
  color: #fff;
}

.textimage .home-feature .text p {
  font-size: 0.8571428571428571em;
  line-height: 1.3125em;
  font-family: "DINWeb", sans-serif;
  font-family: "DINWebLight";
  margin-bottom: 0;
}

.textimage .home-feature .text p a {
  display: block;
  padding-top: 8px;
  text-transform: uppercase;
  color: #e0d10a;
}

.highlights div.cq-colctrl-lt2-c0, .highlights div.cq-colctrl-lt2-c1, .highlights div.cq-colctrl-lt2-c2 {
    padding-right: 0%;
    width: 29%;
}

.highlights div.cq-colctrl-lt2-c0, .highlights div.cq-colctrl-lt2-c1 {
    margin-right: 5%;
}

.highlights .textimage .image {
    width: 100%;
    float: none;
    max-height: 12em;
    overflow: hidden;
    margin-bottom: 1em;
}

.highlights .textimage .image img {
  border-bottom: 15px solid #ddd;
}

.highlights .textimage .text {
    width: 100%;
}

.highlights .textimage .text p a {
  font-family: "DINWebBold";
  font-size: .8em;
}

.sub .parsys_column {
  margin-top: 0em;
}

.sub h4 {
  margin: 0em;
  padding: .75em 0em;
  border-bottom: 5px solid #eee;
}

.sub .cq-colctrl-lt2-c0, .sub .cq-colctrl-lt2-c1, .sub .cq-colctrl-lt2-c2 {
  width: 100%;
  float: none;
  padding-right: 0em;
}

.headlines ul li {
  background-image: none;
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 0.5em;
  padding-left: 0;
  padding-top: 0.5em;
  line-height: 1.2em;
}

.headlines li i {
  font-family: "DINWebMedium";
  font-size: .75em;
  margin-left: .2em;
  text-transform: uppercase;
  font-style: normal;
  opacity: .5;
}

.headlines ul li.archive {
  font-family: "DINWebMedium", sans-serif;
  font-size: .7em;
  text-transform: uppercase;
  border-bottom: none;
}

li.archive a {
  opacity: .7;
}

.dotted-rule {
  border-top: 1px dotted #ddd;
  padding-top: 1em;
}

.dotted-rule-below {
  border-bottom: 1px dotted #ddd;
  padding-bottom: .5em;
}

/* move quicklinks to CLF feature page CSS */

.toplinks ul {
  margin-top: .75em;
  margin-bottom: 0;
  list-style-type: none;
}

.toplinks h4 {
  padding-top: 0em;
}

.toplinks .text li, .toplinks  ul li {
  padding: 0;
  margin: 0;
  margin-bottom: .5em;
  font-family: "DINWebBold", sans-serif;
  font-size: .75em;
  display: inline-block;
  background-color: #8E142F;
  background-image: none;
}

.toplinks .text li:hover, .toplinks ul li:hover {
  background-color: #e0d10a;
}

.toplinks a {
  display: inline-block;
  font-family: "DINWebMedium", sans-serif;
  color: #fff;
  padding: .3em .5em .1em .5em;
  margin-right: .1em;
  margin-top: .3em;
}

.less-margin {
  margin-top: -1em;
}

.column-badge {
  margin-top: 1em;
}


/* ------------------ BREAKPOINT 1: 1200 ----------------- */

@media(max-width: 1200px) {

    .three-column .main-wide {
        padding-left: 3%;
    }

    .textimage .home-feature .image {
        float: none;
        width: 100%;
    }

    .textimage .home-feature .text {
        float: none;
        width: 100%;
        padding-top: 0%;
    }

    .fifty .image::after {
        bottom: 175px;
    }

    .fifty .text {
        height: 132px;
    }

    /* move toplinks to CLF feature page CSS */

    .toplinks .text li {
        margin-top: 0em;
        margin-bottom: 0em;
        display: block;
    }

    .toplinks .text li a {
      display: block;
    }

    .toplinks .text li br {
      display: none;
    }

    .toplinks a:last-child {
        margin-right: 0.1em;
    }

}

/* ------------------ BREAKPOINT 2: 980 ----------------- */

@media(max-width: 980px) {

  .three-column .main-wide {
    width: 100%;
  }

  .three-column .sub {
    width: 100%;
    margin-left: 0%;
    padding-left: 3%;
  }

  .sub .cq-colctrl-lt2-c0, .sub .cq-colctrl-lt2-c1, .sub .cq-colctrl-lt2-c2 {
    width: 29%;
    float: left;
    margin-right: 4.5%;
  }

  .sub .cq-colctrl-lt2-c2 {
    margin-right: 0%;
  }

 .fifty .image::after {
    bottom: 175px;
  }

  .textimage .home-feature .text {
    height: 132px;
  }

}

/* ------------------ BREAKPOINT 3: 768 ----------------- */

@media(max-width: 768px) {

  .highlights div.cq-colctrl-lt2-c0, .highlights div.cq-colctrl-lt2-c1, .sub .cq-colctrl-lt2-c0, .sub .cq-colctrl-lt2-c1, .sub .cq-colctrl-lt2-c2 {
    margin-right: 3%;
  }

  .highlights div.cq-colctrl-lt2-c2, .sub .cq-colctrl-lt2-c2 {
    clear: none;
  }

  .textimage .fifty .text {
    height: 178px;
  }

  .fifty .image::after {
    bottom: 221px;
  }
}

/* ------------------ BREAKPOINT 4: 480 ----------------- */


@media(max-width: 480px) {

    .main-wide {
      padding-bottom: 0;
    }


    .highlights div.cq-colctrl-lt2-c0, .highlights div.cq-colctrl-lt2-c1, .highlights div.cq-colctrl-lt2-c2 {
      float: none;
      width: 100%;
    }

    .sub .cq-colctrl-lt2-c0, .sub .cq-colctrl-lt2-c1, .sub .cq-colctrl-lt2-c2 {
      width: 100%;
      float: none;
    }

    .fifty .image::after {
        width: 100px;
        height: 83px;
        border-width: 10px;
    }

}