/* Sidebar Quote */
/* line 654, ../sass/_custom.scss */
.node-type-featured-story {
  /* Sidebar thumbnail */
}
/* line 655, ../sass/_custom.scss */
.node-type-featured-story .field-name-body {
/*  float: right;
  width: 70%;*/
  overflow: auto;
}
/* line 659, ../sass/_custom.scss */
.node-type-featured-story .field-name-field-pagequote {
  color: #8F8F8F;
  float: left;
  font-family: "Times New Roman",Times,serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4em;
  padding-right: 5%;
  width: 25%;
}
/* line 671, ../sass/_custom.scss */
.node-type-featured-story .field-name-field-sidebar-image {
  clear: left;
  float: left;
  margin-top: 20px;
  width: 25%;
  margin-right: 5%;
}

.node-type-featured-story .field-name-field-page-image {
  width: 100%;
  margin-bottom: 50px;
}

.node-type-featured-story .field-name-field-page-image img {
  width: 100%;
}

.page-featured-stories .featured-story-listing {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  min-height: 170px;
}


.page-featured-stories .node-page-titles {
  padding-left: 180px;
}

.page-featured-stories .field-name-field-sidebar-image {
    margin: 5px 20px 0 0;
    position: absolute;
    top: 0;
}

.page-featured-stories  .field-name-field-slideshow-quote {
    padding-left: 180px;
}

.view-featured-stories-slideshow {
  position: relative;
}

/* Responsive */
@media screen and (max-width: 992px) {
  /* line 986, ../sass/_custom.scss */
  .node-type-featured-story .field-name-body {
    float: none;
    width: 100%;
  }
  /* line 990, ../sass/_custom.scss */
  .node-type-featured-story .field-name-field-pagequote {
    margin: 40px -160px 0 0;
    padding-right: 0;
    width: 100%;
  }
  /* line 994, ../sass/_custom.scss */
  .node-type-featured-story .field-name-field-pagequote .field-items {
    padding-right: 180px;
  }
  /* line 998, ../sass/_custom.scss */
  .node-type-featured-story .field-name-field-sidebar-image {
    float: right;
    margin-top: 40px;
  }
}



@media screen and (max-width: 440px) {
  /* line 1502, ../sass/_custom.scss */
  .node-type-featured-story .field-name-field-pagequote {
    float: none;
    margin: 40px 0 0 0;
  }
  /* line 1505, ../sass/_custom.scss */
  .node-type-featured-story .field-name-field-pagequote .field-items {
    padding-right: 0;
  }
  /* line 1509, ../sass/_custom.scss */
  .node-type-featured-story .field-name-field-sidebar-image {
    float: none;
    margin-top: 20px;
  }
}






