@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 22px;
  }
}
.article-annotation .annotation-term {
  cursor: pointer;
  display: inline-block;
  padding: 0 .3em;
  background: #efede9;
}
.article-annotation .annotation-term i {
  font-size: .8em;
}
.article-annotation .annotation-content {
  background: #efede9;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.article-annotation .annotation-content.show {
  max-height: 1000px;
  -webkit-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
}
.article-annotation .annotation-content.show .description {
  height: auto;
  padding: 10px;
  font-size: .9em;
  font-style: italic;
}
.article-annotation .description {
  display: block;
  height: 1px;
}
div.caption {
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  div.caption {
    max-width: 792px;
  }
}
.has-video .row {
  border: none !important;
}
.video-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-size: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 1200px) {
}
@media (max-width: 1000px) {
}
@media (max-width: 990px) {
}
@media (max-width: 765px) {
  .video-wrapper {
    height: 100%;
    position: absolute;
  }
  .video-wrapper video {
    display: none;
  }
}
.video-wrapper .title-wrapper {
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  padding: 10px 15px;
  position: relative;
  float: left;
  clear: both;
  width: 41%;
}
@media (min-width: 480px) {
  .video-wrapper .title-wrapper {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  .video-wrapper .title-wrapper {
    font-size: 1.5em;
  }
}
@media (min-width: 980px) {
  .video-wrapper .title-wrapper {
    font-size: 2em;
  }
}
.video-wrapper .subheader {
  font-size: 1.2em;
  margin-top: 0.4em;
  padding: 10px 15px;
  line-height: 1.6em;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: none;
  position: relative;
  float: left;
  clear: both;
  width: 41%;
}
@media (min-width: 480px) {
  .video-wrapper .overlay-wrapper {
    padding-top: 2em;
  }
}
@media (min-width: 980px) {
  .video-wrapper .overlay {
    margin: 0 auto;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 769px) {
  .video-wrapper::before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
}
.video-wrapper::after {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-wrapper_no-gradient::before,
.video-wrapper_no-gradient::after {
  display: none;
}
@media (min-width: 769px) {
  .video-wrapper_light::before {
    background-color: transparent;
  }
}
@media (min-width: 769px) {
  .video-wrapper_light::after {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 769px) {
  .video-wrapper_med::before {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.0001) 100%);
  }
}
@media (min-width: 769px) {
  .video-wrapper_dark::before {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6000000', endColorstr='#00000000', GradientType=1);
  }
}
.article-hero.has-video {
  height: inherit;
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
}
@media (max-width: 767px) {
  .article-hero.has-video .video-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .article-hero.has-video .image,
  .article-hero.has-video .img-sr-only {
    display: none;
  }
}
.node-type-panopoly-landing-page {
  background: #F1F1F1;
}
.node-type-panopoly-landing-page .field-collection-container {
  border: 0;
  margin: 0px;
}
.node-type-panopoly-landing-page .field-collection-container .field-collection-view {
  border: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .paragraphs-items-field-tile-paragraph {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .article-list-item.featured-full-width {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 991px) {
  .article-list-item.featured-full-width {
    height: auto;
    min-height: 0 !important;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .article-list-item.featured-full-width .article-list-hero-heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .article-list-item.featured-full-width .article-list-hero-heading .container {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .article-list-item.featured-full-width .article-list-hero-heading .container .now-attribution {
    left: 35px;
  }
}
@media (max-width: 768px) {
  .article-list-item.featured-full-width .article-list-hero-heading .container .now-attribution ~ .row.row [class^="col-"] {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
}
@media (min-width: 769px) and (max-width: 991px) {
  .article-list-item.featured-full-width .article-list-hero-heading .principle-tag-wrapper {
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .article-list-item.featured-full-width .inner-wrapper {
    display: none;
  }
}
@media (max-width: 991px) {
  .gray-back-articles .article-list-item {
    display: flex;
    height: auto !important;
    min-height: 0 !important;
  }
}
.gray-back-articles .article-list-item-container {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .gray-back-articles .article-list-item-container [class^="col"] {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .gray-back-articles .article-list-item > a {
    display: block;
    border-bottom: none;
  }
}
@media (max-width: 400px) {
  .gray-back-articles .article-list-item .image {
    height: 100%;
    position: static;
    width: 100px;
  }
}
@media (max-width: 768px) {
  .gray-back-articles .article-list-item .image {
    height: 100%;
    position: static;
    width: 145px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .gray-back-articles .article-list-item .image {
    height: 100%;
    position: static;
    width: 250px;
  }
}
@media (max-width: 400px) {
  .gray-back-articles .article-list-item .inner-wrapper {
    border-right-width: 0;
    position: static;
    min-height: 100px;
  }
}
@media (max-width: 768px) {
  .gray-back-articles .article-list-item .inner-wrapper {
    border-right-width: 0;
    padding-left: 0;
    position: static;
    min-height: 145px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .gray-back-articles .article-list-item .inner-wrapper {
    border-right-width: 0;
    padding-left: 0;
    position: static;
    min-height: 250px;
  }
}
@media (max-width: 400px) {
  .gray-back-articles .article-list-item .inner-wrapper .title {
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  .gray-back-articles .article-list-item .principle-tag {
    display: none;
  }
}
.pane-content .container {
  width: 100%;
}
@media (max-width: 991px) {
  .pane-content .container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .article-hero {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 768px) {
  .article-hero h1[itemprop="headline"] {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .container .article-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .container .article-body [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .article-body .caption {
    float: none;
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
  }
}
@media (max-width: 768px) {
  .article-body .caption-inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .article-body .caption-text {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .node-type-featured-article .article-body .media-element {
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px) !important;
    width: calc(100% + 30px) !important;
  }
}
@media (max-width: 767px) {
  .node-type-asu-now-in-the-news .image-with-caption,
  .node-type-asu-now-press-releases .image-with-caption {
    margin-left: -30px;
    margin-right: -30px;
    max-width: calc(100% + 60px) !important;
    width: calc(100% + 60px) !important;
  }
}
@media (max-width: 767px) {
  .node-type-asu-now-in-the-news .image-with-caption .image,
  .node-type-asu-now-press-releases .image-with-caption .image {
    height: 350px;
    margin-left: -30px;
    margin-right: -30px;
    max-width: calc(100% + 60px) !important;
    width: calc(100% + 60px) !important;
  }
}
@media (max-width: 767px) {
  .node-type-asu-now-in-the-news .image-with-caption .description,
  .node-type-asu-now-press-releases .image-with-caption .description {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .node-type-news .news-article img :not(.author-image) {
    margin-left: -30px;
    margin-right: -30px;
    max-width: calc(100% + 60px) !important;
    width: calc(100% + 60px) !important;
  }
}
@media (max-width: 768px) {
  .trending-now-carousel-container h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .megafoot .row .space-bot-md {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .megafoot .row .space-bot-md:first-child {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .megafoot .social-media {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  #innovation-bar .innovation-status {
    text-align: center;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #innovation-bar .innovation-status a {
    font-size: 16px;
  }
}
.bean-full-width-hero {
  border-color: #d7d7d7;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bean-full-width-hero {
    border-width: 0;
  }
}
@media (max-width: 768px) {
  .bean-full-width-hero .content {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.bean-full-width-hero .field-name-field-asu-now-hero-message .field-item {
  background-color: #FFF;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (min-width: 769px) {
  .bean-full-width-hero .field-name-field-asu-now-hero-message .field-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.bean-full-width-hero .field-name-field-asu-now-hero-message p {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
@media (min-width: 769px) {
  .bean-full-width-hero .field-name-field-asu-now-hero-message p {
    font-size: 22px;
    line-height: 29px;
  }
}
.bean-full-width-hero .field-name-field-asu-now-hero-message p:last-child {
  margin-bottom: 0;
}
