body.page-template-template-initiative #page-header-bg .span_6 h1 {
  font-size: 64px;
  margin-top: -30px;
  width: 100%;
}

body.page-template-template-initiative #page-header-bg:before,
body.page-template-template-initiative #page-header-bg:after {
  content: ' ';
  width: 85%;
  height: 60px;
  left: -20%;
  bottom: -30px;
  background: #FFF;
  z-index: 20;
  position: absolute;
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

body.page-template-template-initiative #page-header-bg:after {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  left: auto;
  right: -20%;
}

.page-initiative .main-content {
  padding-top: 50px;
}

.page-initiative h1 {
  margin-top: 20px;
  font-size: 42px;
}

body .page-initiative h2.heading {
  color: #000;
  font-weight: bold;
  font-family: Lovelo, sans-serif;
  margin-bottom: 0px;
  text-align: center;
  font-size: 42px;
  margin: 0px;
  padding: 0px;
  padding-top: 50px;
  background: #FFF;
  background: linear-gradient(#F2F1F3, #FFF);
}

body .page-initiative .fellow-thumbnail {
  margin-bottom: 30px;
}

body .page-initiative .fellow-thumbnail h3 {
  color: #000;
  font-weight: bold;
  font-family: Lovelo, sans-serif;
  margin-bottom: 0px;
}

body .page-initiative .fellow-thumbnail a {
  color: #666;
  font-weight: bold;
  font-size: 1.1em;
}

body .page-initiative h3.title-divider {
  color: #000;
  font-weight: bold;
  font-family: Lovelo, sans-serif;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  padding: 20px 0px;
  margin: 20px 0px;
  position: relative;
  clear: both;
}

body .page-initiative h3.title-divider span {
  display: inline-block;
  background: #FFF;
  padding: 0px 20px;
  position: relative;
  z-index: 2;
}

body .page-initiative h3.title-divider:before {
  content: ' ';
  height: 1px;
  background-color: #999;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0px;
  z-index: 1;
}

body .page-initiative .container {
  padding-bottom: 40px;
}

/* get_involved shortcode */

.get-involved-banner {
  width: 100%;
  min-height: 100px;
  background-color: #000;
  color: white;
  font-weight: bold;
  font-family: Lovelo, sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  text-align: center;
  padding: 60px;
  padding-top: 90px;
}

@media only screen and (min-width: 1000px) {
  .get-involved-banner {
    margin: 0px 30px;
  }
}

.get-involved-banner a {
  display: block;
  margin-top: 1em;
  opacity: 0.8;
  transition: opacity 0.5s;
  color: #87c836;
}

.get-involved-banner a:hover {
  color: #87c836;
  opacity: 1;
}

.get-involved-banner a span {
  display: inline-block;
  padding: 10px 15px;
  background: white;
  border-radius: 50%;
  margin: 10px;
}

body .page-initiative .videos-and-articles .title-etc {
  margin-top: 10px;
  position: relative;
}

body .page-initiative .videos-and-articles .title-etc h3 {
  margin-left: 65px;
}

body .page-initiative .videos-and-articles .title-etc img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 46px;
  height: auto;
}

body .page-initiative .videos-and-articles h3 a {
  color: #000;
  font-weight: bold;
  font-family: Lovelo, sans-serif;
  margin-bottom: 0px;
}

@media only screen and (min-width: 1000px) {
  .flex-desktop {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  .flex-desktop > .col.span_6 {
    margin: 0;
  }

  .flex-desktop > .col.span_6.col_last {
    text-align: center;
  }

  .flex-desktop > .col.span_6.col_last img {
    margin-left: 30px;
    margin-bottom: 0px;
  }
}