/* Do not edit this file directly as it is being managed via Sass. */
/* Custom styling specific to the news site. */

/* Remove the hover state from the social media icons */
#social-icon a:hover { text-decoration: none !important; }

/* line 11, ../scss/news.scss */
#news .columns, #newsContainer .columns, #filterContainer .columns {
  margin-bottom: 1.563rem;
}

/* line 12, ../scss/news.scss */
#news h2, #newsContainer h2, #filterContainer h2 {
  font-size: 1.25rem;
  line-height: 1.563rem;
  margin-top: 1.25rem;
  color: #04351e;
}

/* line 13, ../scss/news.scss */
#news h2.no-img, #newsContainer h2.no-img, #filterContainer h2.no-img {
  font-size: 1.25rem;
  line-height: 1.563rem;
  /*margin-top: 1.55rem;*/
  /*PS 2016*/
  margin-top: 2.40rem;
  color: #04351e;
}

/* line 16, ../scss/news.scss */
#news p, #newsContainer p, #filterContainer p {
  line-height: 1.563rem;
}

/* line 17, ../scss/news.scss */
#news span i, #newsContainer span i, #filterContainer span i {
  margin-left: .5rem;
}

/* line 18, ../scss/news.scss */
#news time, #newsContainer time, #filterContainer time {
  font-family: 'Stag Sans Semibold';
  text-transform: uppercase;
  font-size: .875rem;
  color: #b3bdc6;
}

/* line 19, ../scss/news.scss */
#news img, #newsContainer img, #filterContainer img {
  width: 100%;
}

/* line 20, ../scss/news.scss */
#news .top_content, #newsContainer .top_content, #filterContainer .top_content {
  width: 80%;
  padding: 1.25rem 1.5rem .75rem 2rem;
  position: relative;
  top: -12rem;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 21, ../scss/news.scss */
#news .top_content h2, #newsContainer .top_content h2, #filterContainer .top_content h2 {
  color: white;
  font-size: 3.125rem;
  line-height: 2.625rem;
  padding: 0 0 .3rem;
  margin: 0 0 2.5rem;
  display: block;
}

/* line 22, ../scss/news.scss */
#news .top_content h2 span, #newsContainer .top_content h2 span, #filterContainer .top_content h2 span {
  font-family: 'Stag Light';
}

/* line 23, ../scss/news.scss */
#news .top_content h2 span i, #newsContainer .top_content h2 span i, #filterContainer .top_content h2 span i {
  font-size: 1.5rem;
  margin-left: .75rem;
}

/* line 24, ../scss/news.scss */
#news .top_content p, #newsContainer .top_content p, #filterContainer .top_content p {
  color: white;
  font-size: 1.125rem;
  font-family: 'Stag Sans Light';
  line-height: 1.75rem;
  padding: 0 0;
  margin: 0 0;
  display: block;
}

/* line 25, ../scss/news.scss */
#news .top_content time, #newsContainer .top_content time, #filterContainer .top_content time {
  display: none;
}

/* line 26, ../scss/news.scss */
#ajaxNewsLoader img {
  max-width: 43px;
  max-height: 11px;
}

/* line 27, ../scss/news.scss */
.news_category {
  padding: 0 0;
  color: white;
  position: absolute;
  top: 0rem;
  font-family: 'Stag bold';
  letter-spacing: .04rem;
  font-size: .75rem;
}

/* line 28, ../scss/news.scss */
.news_category a {
  padding: .25rem 1rem .3rem;
  background-color: rgba(0, 0, 0, 0.4);
}

/* line 29, ../scss/news.scss */
.news_category a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 30, ../scss/news.scss */
.news_category a.academics {
  background-color: rgba(5, 70, 41, 0.8);
}

/* line 31, ../scss/news.scss */
.news_category a.architecture {
  background-color: rgba(235, 85, 36, 0.8);
}

/* line 32, ../scss/news.scss */
.news_category a.arts, .news_category a.arts-and-humanities {
  background-color: rgba(144, 102, 168, 0.8);
}

/* line 33, ../scss/news.scss */
.news_category a.business {
  background-color: rgba(241, 195, 31, 0.8);
}

/* line 34, ../scss/news.scss */
.news_category a.education {
  background-color: rgba(208, 109, 40, 0.8);
}

/* line 35, ../scss/news.scss */
.news_category a.health, .news_category a.health-and-medicine {
  background-color: rgba(87, 100, 109, 0.8);
}

/* line 36, ../scss/news.scss */
.news_category a.law, .news_category a.law-and-politics {
  background-color: rgba(91, 148, 134, 0.8);
}

/* line 37, ../scss/news.scss */
.news_category a.people, .news_category a.people-and-community {
  background-color: rgba(225, 18, 70, 0.8);
}

/* line 38, ../scss/news.scss */
.news_category a.research {
  background-color: rgba(255, 176, 103, 0.8);
}

/* line 39, ../scss/news.scss */
.news_category a.science, .news_category a.science-and-technology {
  background-color: rgba(5, 72, 81, 0.8);
}

/* line 40, ../scss/news.scss */
.news_category a.sports {
  background-color: rgba(108, 180, 227, 0.8);
}

/* line 41, ../scss/news.scss */
.news_category a.university {
  background-color: rgba(78, 110, 56, 0.8);
}

/* line 42, ../scss/news.scss */
.fa-2x {
  font-size: 150%;
}

/* line 43, ../scss/news.scss */
.news-divider {
  margin: 1.563rem 1.563rem;
}

/* In body style Default */
/* line 45, ../scss/news.scss */
.pull-quote {
  color: #F37320;
  font-size: 22px;
  font-family: 'Stag Thin';
  line-height: 0.75;
}

/* line 46, ../scss/news.scss */
*.pull-quote:before {
  content: "\00a0\00a0\00a0\00a0";
  background: url(/renderfile/dec4f6de0a3da76878ffcbf7fefbfb9a/_assets/images/system/quote_r.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center top;
}

/* line 47, ../scss/news.scss */
*.pull-quote:after {
  content: "\00a0\00a0\00a0\00a0";
  background: url(/renderfile/dec4f6de0a3da76878ffcbf7fefbfb9a/_assets/images/system/quote_r.svg);
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: center bottom;
}

/* 
 * My Additions: EMIL 
 * Overriding some styles for the news article pages
 */
/* line 53, ../scss/news.scss */
#news .top_content_story, #newsContainer .top_content_story, #filterContainer .top_content_story {
  width: 95%;
  padding: 1.25rem 1.5rem .75rem 2rem;
  position: relative;
  top: -6rem;
  left: 1.5rem;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 54, ../scss/news.scss */
#news .top_content_story-noimage, #newsContainer .top_content_story-noimage, #filterContainer .top_content_story-noimage {
  padding-left: 1.25rem;
  padding-top: 1.0rem;
  padding-bottom: 5em;
  position: relative;
  top: 3rem;
  color: #292829;
}

/* ALL-206 */
/* line 56, ../scss/news.scss */
#news .caption, #newsContainer .caption, #filterContainer .caption {
  background-color: #F3F3F3;
  padding: 1.25em 1.45em;
  color: #78828C;
  font-size: 14px;
  margin-bottom: 5em;
}

/* line 58, ../scss/news.scss */
#news .caption p {
  font-size: 0.85rem;
}

/* line 59, ../scss/news.scss */
#news .author-name, #newsContainer .author-name, #filterContainer .author-name {
  font-size: 17px;
  color: #5F5F5F;
  margin-bottom: 0.75rem;
}

/* line 60, ../scss/news.scss */
#news .date-block {
  margin-bottom: 0.75rem;
}

/* line 61, ../scss/news.scss */
#news .author-seperator, #newsContainer .author-separator, #filterContainer .author-separator {
  color: #f48d4f;
  width: 90%;
  height: 2px;
  background-color: #f48D4F;
  margin-top: 2px;
}

/* Add some specific in body styling */
/* Image tags inside of body */
/* line 64, ../scss/news.scss */
div.content-main > p > img {
  width: auto !important;
  margin: 1rem;
}

/*Load More Changes */
/* line 66, ../scss/news.scss */
#homenews #newsContainer .column, #homenews #newsContainer .columns, #homenews #load-button .columns, #filterContainer .column, #filterContainer .columns {
  padding-left: 1.563rem !important;
  padding-right: 1.563rem !important;
}

/* line 67, ../scss/news.scss */
#homenews #newsContainer .column, #homenews #newsContainer .columns, #filterContainer .column, #filterContainer .columns {
  margin-bottom: 1.563rem !important;
}

/* TOPICS */
/* line 69, ../scss/news.scss */
#homenews .page-title {
  margin-bottom: 40px !important;
}

/*Styles for Smaller Viewports*/
@media (max-width: 25.625em) {
  /* line 73, ../scss/news.scss */
  input.newssearchfield[type="text"] {
    width: 9.5em !important;
  }

  /* line 74, ../scss/news.scss */
  .toggle-bar .columns, toggle-bar .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 75, ../scss/news.scss */
  .toogle-nav {
    margin-left: 1.563rem !important;
  }
}
/*========= FILTER STYLES ==============*/
/* line 80, ../scss/news.scss */
#homenews .page-title {
  margin-bottom: 0 !important;
}

/* line 81, ../scss/news.scss */
#homenews #filterGroup .accordion .accordion-navigation > a, #homenews #filterGroup .accordion dd > a {
  background: #ffffff !important;
  color: #8996A0;
  font-family: "Stag Sans Book", sans-serif;
  font-size: 1.063rem;
  margin-bottom: 35px;
  margin-left: 2em;
  padding-left: 1.25em !important;
  width: 220px;
}

/* line 82, ../scss/news.scss */
#homenews #filterGroup .accordion-navigation a {
  border: solid 1px #dddddd;
  float: right;
  margin-right: 2rem;
  padding: 0.45rem !important;
}

/* line 83, ../scss/news.scss */
#filterGroup .accordion-navigation a span {
  color: #EB5524;
  padding: 0 0.8em 0 0.7em;
}

/* line 84, ../scss/news.scss */
#filterGroup .accordion-navigation a i {
  color: #dcdcdc;
}

/* line 85, ../scss/news.scss */
#filterGroup .accordion-navigation #filters {
  clear: both;
  padding: 20px 0 0 0;
  margin-bottom: 25px;
}

/* line 86, ../scss/news.scss */
#filters form label {
  margin-bottom: 20px;
}

/* accordion Opened*/
/* line 88, ../scss/news.scss */
#filterGroup .accordion .accordion-navigation.active a {
  border-bottom: solid 1px #ffffff;
  margin-bottom: -1px !important;
}

/* line 89, ../scss/news.scss */
#filterGroup .accordion .accordion-navigation.active #filters {
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
}

/* line 90, ../scss/news.scss */
#filterGroup .accordion .accordion-navigation.active > a {
  margin-bottom: 0;
}

/*===== Checkbox styling ======= */
/* line 92, ../scss/news.scss */
#filters input[type="checkbox"] + label, #filterTop input[type="checkbox"] + label {
  margin-right: 2.3rem;
}

/* line 93, ../scss/news.scss */
#filters input[type="checkbox"]:checked + label, #filterTop input[type="checkbox"]:checked + label {
  font-family: "Stag Sans Semibold", sans-serif;
}

/* line 94, ../scss/news.scss */
#filters [type="checkbox"]:not(:checked), #filters [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

/* line 95, ../scss/news.scss */
#filters [type="checkbox"]:not(:checked) + label, #filters [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
/* line 97, ../scss/news.scss */
#filters [type="checkbox"]:not(:checked) + label:before, #filters [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
}

/* checked mark aspect */
/* line 99, ../scss/news.scss */
#filters [type="checkbox"]:not(:checked) + label:after, #filters [type="checkbox"]:checked + label:after {
  background: #f47321;
  border: solid 1px #f9b487;
  content: '';
  color: #f47321;
  font-size: 18px;
  height: 18px;
  line-height: 0.8;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  transition: all .2s;
}

/* checked mark aspect changes */
/* line 101, ../scss/news.scss */
#filters [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

/* accessibility */
/* line 103, ../scss/news.scss */
#filters [type="checkbox"]:checked:focus + label:before, #filters [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #f9b487;
}

/* hover style just for information */
/* line 105, ../scss/news.scss */
label:hover:before {
  border: 1px solid #f9b487 !important;
}

/* line 106, ../scss/news.scss */
.accordion .accordion-navigation.active label {
  color: #8996a0;
  display: inline-block;
  font-family: "Stag Sans Book", sans-serif;
  margin-bottom: 0;
  padding-left: 33px;
  text-transform: uppercase;
}

/* Filter icon*/
/* line 108, ../scss/news.scss */
.filtericon {
  padding: 8px 0 0 0 !important;
}

/* line 109, ../scss/news.scss */
.funnel {
  width: 30px;
}

/* line 110, ../scss/news.scss */
#filterTop {
  margin-top: -100%;
}

/* line 111, ../scss/news.scss */
#filterTop.toggled {
  margin-top: 0;
}

/* line 113, ../scss/news.scss */
#homenews p.message {
  font-size: 14px;
}

/*Removes extra padding on the breadcrumb to accomodate the filter tab*/
/* line 115, ../scss/news.scss */
#homenews .breadcrumbs {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Styles for Small Viewports  */
@media only screen and (max-width: 29.938em) {
  /* line 120, ../scss/news.scss */
  #news .top_content, #newsContainer .top_content, #filterContainer .top_content {
    width: 100%;
    background-color: black;
    top: 0rem;
    padding-bottom: 1.25rem;
  }

  /* line 121, ../scss/news.scss */
  #news .top_content h2, #newsContainer .top_content h2, #filterContainer .top_content h2 {
    display: block;
  }

  /* line 122, ../scss/news.scss */
  #news .top_content h2 span, #newsContainer .top_content span, #filterContainer .top_content span {
    padding-bottom: .5rem;
  }

  /* line 123, ../scss/news.scss */
  #news .top_content h2 span i, #newsContainer .top_content h2 span i, #filterContainer .top_content h2 span i {
    font-size: 1.5rem;
  }

  /* line 124, ../scss/news.scss */
  #news .top_content p, #newsContainer .top_content p, #filterContainer .top_content p {
    font-size: 1.063rem;
    line-height: 1.65rem;
  }

  /* line 125, ../scss/news.scss */
  #news .top_content h2, #filterContainer .top_content h2 {
    font-size: 2.5em;
    line-height: 91%;
  }

  /* line 126, ../scss/news.scss */
  .a2a_default_style, .a2a_kit, .a2a_kit_size_32 {
    display: none !important;
    visibility: hidden;
  }

  /* In body style. */
  /* line 128, ../scss/news.scss */
  .pull-quote {
    font-size: 22px;
  }

  /* line 129, ../scss/news.scss */
  *.pull-quote:before {
    background-size: 10px 10px;
  }

  /* line 130, ../scss/news.scss */
  *.pull-quote:after {
    background-size: 10px 10px;
  }

  /*PS 2016*/
  /* line 132, ../scss/news.scss */
  #news h2.no-img, #newsContainer h2.no-img, #filterContainer h2.no-img {
    margin-top: 1.55rem;
  }

  /* remove the margin at the bottom soe the caption is right under the image */
  /* line 134, ../scss/news.scss */
  #news .columns, #newsContainer .columns, #filterContainer .columns {
    margin-bottom: 0px !important;
  }

  /* line 135, ../scss/news.scss */
  #homenews #feature, #homenews #filterContainer #feature {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 136, ../scss/news.scss */
  #homenews .news-vline-1, #homenews .news-vline-5 {
    height: auto !important;
  }

  /* line 137, ../scss/news.scss */
  #homenews .news-vline-1, #homenews .news-vline-5, #homenews .news-vline-2short,
  #homenews .news-vline-2, #homenews .news-vline-1short {
    padding-bottom: 1.563rem;
  }

  /* line 139, ../scss/news.scss */
  #homenews #newsContainer .column, #homenews #newsContainer .columns, #filterContainer .column, #filterContainer .columns {
    margin-bottom: 0 !important;
  }

  /* line 140, ../scss/news.scss */
  .right-col.toggled {
    width: 100%;
  }

  /* News Related Topics Tags - Small Viewport */
  /* line 142, ../scss/news.scss */
  #topics {
    margin-left: 0px;
  }

  /* line 143, ../scss/news.scss */
  #pulledTopics {
    margin: 0;
    clear: both;
    padding-top: 4px;
  }

  /* line 144, ../scss/news.scss */
  .newsTopics-content {
    border: 0;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    padding-right: 20px;
  }

  /* line 145, ../scss/news.scss */
  .newsTopics-title {
    border: 0;
    font-family: "Stag Sans Bold";
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: baseline;
    padding-right: 14px;
    margin-top: -5px;
    float: left;
  }

  /* line 146, ../scss/news.scss */
  .signUpBox {
    display: inline-block;
    font-family: "Stag Light";
    font-weight: normal;
    border-radius: 0px !important;
    border: 1px solid #d6dadc;
    color: #96a0aa;
    background: #fff;
    text-shadow: none;
    text-transform: lowercase;
    text-align: center;
    margin: 0 5px 10px 0;
    line-height: 17px;
    padding: 8px 12px;
    font-size: 16px;
  }

  /* line 147, ../scss/news.scss */
  .signUpBox:hover {
    background: #cbcbd6;
    text-decoration: none;
    color: #fff;
    font-family: "Stag Light";
    font-size: 16px;
  }

  /* line 148, ../scss/news.scss */
  .signUpBox a:link a:visited {
    color: #96a0aa;
    text-decoration: none;
  }

  /* TOPICS */
  /* line 150, ../scss/news.scss */
  #homenews .page-title {
    margin-bottom: 20px !important;
    margin-top: 1.75rem !important;
  }

  /* line 151, ../scss/news.scss */
  #loadmore {
    margin: 1.25rem 0;
  }

  /* line 152, ../scss/news.scss */
  .page-title h1 {
    line-height: 2.5rem;
    font-size: 2.375rem !important;
    margin-bottom: 20px !important;
  }

  /* line 153, ../scss/news.scss */
  input.newssearchfield[type="text"] {
    width: 11em;
  }

  /* line 154, ../scss/news.scss */
  a#filter-toggle {
    margin-right: 20px;
  }

  /* line 155, ../scss/news.scss */
  .toggle-bar .searchbar {
    padding-right: 0;
  }

  /* line 156, ../scss/news.scss */
  .toggle-bar .filtericon {
    margin-right: 10px;
  }
}
/* Styles for Small and Up to Medium Viewport */
@media (max-width: 47.49em) {
  /* line 161, ../scss/news.scss */
  .page-title h1, #homenews .page-title h1 {
    margin-bottom: 20px;
  }

  /*Filters*/
  /* line 163, ../scss/news.scss */
  #homenews #filterGroup {
    background: #f1f1f2;
    position: fixed;
    top: 120px;
    z-index: 999;
  }

  /* line 164, ../scss/news.scss */
  #homenews #filterGroup .accordion .accordion-navigation > a, #homenews #filterGroup .accordion dd > a {
    background: none !important;
    border: none !important;
    float: none !important;
    margin-left: 0 !important;
    margin-top: 8px;
    padding-left: 0 !important;
    width: auto;
  }

  /* line 165, ../scss/news.scss */
  #homenews #filters {
    background: none !important;
    border-color: #f47321 !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
  }

  /* line 166, ../scss/news.scss */
  #filters [type="checkbox"]:not(:checked) + label::before, #filters [type="checkbox"]:checked + label::before {
    background: #ffffff;
  }
}
/* Styles for Medium viewports */
@media only screen and (min-width: 30em) and (max-width: 47.438em) {
  /* line 171, ../scss/news.scss */
  .news-vline-1 {
    border-right: none;
  }

  /* line 172, ../scss/news.scss */
  .news-vline-2 {
    border-right: 1px solid #E6E2E2;
    height: 35rem;
  }

  /* line 173, ../scss/news.scss */
  .news-vline-2short {
    /* border-right:1px solid #E6E2E2; height:17rem; */
  }

  /* line 175, ../scss/news.scss */
  .columns-l-m {
    padding-right: 0rem;
  }

  /* line 176, ../scss/news.scss */
  .a2a_default_style, .a2a_kit, .a2a_kit_size_32 {
    display: block;
    position: fixed;
    width: 40px;
    margin-top: 60px;
    white-space: nowrap;
    widows: 1px;
    padding: 125px 0 0 25px;
    z-index: 1;
  }

  /* line 177, ../scss/news.scss */
  .a2a_dd span {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
  }

  /* line 178, ../scss/news.scss */
  .a2a_kit_size_32 a {
    width: 40px;
    height: 40px;
  }

  /* line 179, ../scss/news.scss */
  .a2a_button_facebook, .a2a_button_twitter, .a2a_button_google_plus, .a2a_button_pinterest, .a2a_dd, .a2a_button_email {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: -25px;
    padding: 0px;
  }

  /* line 180, ../scss/news.scss */
  .a2a_button_facebook {
    background-image: url("/_assets/images/addToAny-icons/facebook-um.jpg");
  }

  /* line 181, ../scss/news.scss */
  .a2a_button_twitter {
    background-image: url("/_assets/images/addToAny-icons/twitter-um.jpg");
  }

  /* line 182, ../scss/news.scss */
  .a2a_button_google_plus {
    background-image: url("/_assets/images/addToAny-icons/googlePlus-um.jpg");
  }

  /* line 183, ../scss/news.scss */
  .a2a_dds {
    background-image: url("/_assets/images/addToAny-icons/ataMore-um.jpg");
  }

  /* line 184, ../scss/news.scss */
  .a2a_button_email {
    background-image: url("/_assets/images/addToAny-icons/email-um.jpg");
  }

  /* line 185, ../scss/news.scss */
  .a2a_button_pinterest span, .a2a_button_twitter span, .a2a_button_facebook span, .a2a_button_google_plus span, .a2a_dds span, .a2a_button_email span {
    display: none;
    visibility: hidden;
  }

  /* line 186, ../scss/news.scss */
  #news .top_content, #newsContainer .top_content, #filterContainer .top_content {
    width: 100%;
    background-color: black;
    top: 0rem;
    padding-bottom: 1.25rem;
  }

  /* line 187, ../scss/news.scss */
  #news .top_content h2, #newsContainer .top_content h2, #filterContainer .top_content h2 {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }

  /* line 188, ../scss/news.scss */
  #news .top_content h2 span i, #newsContainer .top_content h2 span i, #filterContainer .top_content h2 span i {
    font-size: 1.5rem;
  }

  /* line 189, ../scss/news.scss */
  #news .top_content p, #newsContainer .top_content p, #filterContainer .top_content p {
    font-size: 1.125rem;
    line-height: 1.65rem;
    padding: 0 0;
    margin: 0 0;
    display: block;
  }

  /* In body style. */
  /* line 191, ../scss/news.scss */
  .pull-quote {
    font-size: 33px !important;
  }

  /* line 192, ../scss/news.scss */
  *.pull-quote:before {
    background-size: 12px 12px !important;
  }

  /* line 193, ../scss/news.scss */
  *.pull-quote:after {
    background-size: 12px 12px !important;
  }

  /*2016*/
  /* line 195, ../scss/news.scss */
  .breadcrumbsright > div {
    display: inline !important;
  }

  /* line 196, ../scss/news.scss */
  #homenews .container.news {
    padding-top: 130px;
  }

  /* line 197, ../scss/news.scss */
  #homenews .columns-l, #filterContainer .columns-l {
    float: left;
    padding-right: 1.563rem !important;
  }

  /* line 198, ../scss/news.scss */
  #homenews .columns-r h2 {
    margin-top: 0rem !important;
  }

  /* line 199, ../scss/news.scss */
  #homenews .news-vline-1 {
    border-right: 1px solid #e6e2e2;
  }

  /* line 200, ../scss/news.scss */
  #homenews .news-vline-1short {
    border-right: 1px solid #e6e2e2;
  }

  /* line 201, ../scss/news.scss */
  #homenews #newsContainer .news-vline-1short .columns-l, #homenews #newsContainer .news-vline-3 .columns-l, #homenews #filterContainer .news-vline-1short .columns-l,
  #homenews #filterContainer .news-vline-3 .columns-l {
    padding-right: 0;
  }

  /* line 203, ../scss/news.scss */
  #homenews #newsContainer .news-vline-1short .columns-r h2, #homenews #newsContainer .news-vline-3 .columns-r h2,
  #homenews #filterContainer .news-vline-1short .columns-r h2, #homenews #filterContainer .news-vline-3 .columns-r h2 {
    margin-top: 1.25rem !important;
  }

  /* line 205, ../scss/news.scss */
  #homenews #newsContainer .news-vline-1.news-vline-2 h2.no-img, #homenews #filterContainer .news-vline-1.news-vline-2 h2.no-img {
    margin-top: 1.25rem;
  }

  /*Filter*/
  /* line 207, ../scss/news.scss */
  #homenews #filterGroup .accordion .accordion-navigation > a, #homenews #filterGroup .accordion dd > a {
    background: none !important;
    border: none !important;
    float: none !important;
    margin-left: 0 !important;
    margin-top: 8px;
    padding-left: 0 !important;
    width: auto;
  }

  /* line 208, ../scss/news.scss */
  input.newssearchfield[type="text"] {
    width: 15em;
  }

  /* line 209, ../scss/news.scss */
  #homenews .toogle-nav {
    width: 16.66%;
  }
}
/* Styles for Medium and Up viewports */
/* News Related Topics Tags - Small Viewport */
@media only screen and (min-width: 30em) {
  /* line 215, ../scss/news.scss */
  #topics {
    margin-top: -5px;
  }

  /* line 216, ../scss/news.scss */
  .newsTopics-title {
    border: 0;
    font-family: "Stag Sans Bold";
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: baseline;
    padding-right: 14px;
    float: left;
    margin-top: 8px;
  }

  /* line 217, ../scss/news.scss */
  .signUpBox {
    padding: 6px 10px;
    font-size: 14px;
    margin: 0 1px 8px 0 !important;
    display: inline-block;
    font-weight: normal;
    text-transform: lowercase;
    border-radius: 0px !important;
    border: 1px solid #d6dadc;
    color: #96a0aa;
    background: #fff;
    text-shadow: none;
    text-align: center;
    line-height: 17px;
    padding: 8px 12px;
    font-family: "Stag Light";
  }

  /* line 218, ../scss/news.scss */
  .signUpBox:hover {
    background: #cbcbd6;
    text-decoration: none;
    color: #fff;
    font-family: "Stag Light";
    font-size: 14px;
  }

  /* TOPICS */
  /* line 220, ../scss/news.scss */
  .page-title {
    margin-bottom: 20px !important;
    margin-top: 10px !important;
  }

  /*This will fix load-more spacing for all pages*/
  /* line 222, ../scss/news.scss */
  #load-button {
    margin-top: 2.46rem !important;
  }
}
/* Small-Medium Viewport max width */
@media only screen and (max-width: 47.438em) {
  /* line 227, ../scss/news.scss */
  #news .story-abstract {
    padding: 0.25rem 1.25rem 0.75rem 1.25rem;
    font-size: 1.25rem;
    color: #828282;
    /* ALL-206 */
    position: relative;
    top: 0rem;
  }

  /* line 229, ../scss/news.scss */
  #news .content-main {
    padding: 0.0rem 0rem .75rem 1.25rem;
    /* ALL-206 */
    position: relative;
    top: 0rem;
  }

  /* ALL-206 */
  /* line 232, ../scss/news.scss */
  .story-headline {
    color: #282828;
    font-size: 40px;
    line-height: 35px;
    padding: 3rem 1.25rem 0.75rem 1.25rem;
  }

  /* ALL-206 */
  /* line 234, ../scss/news.scss */
  #news .caption, #newsContainer .caption, #filterContainer .caption {
    background-color: #F3F3F3;
    padding: 1.25em 1.45em;
    color: #78828C;
    font-size: 14px;
    margin-bottom: 0;
  }
}
/*Styles for Large Viewports */
@media only screen and (min-width: 47.5em) and (max-width: 63.938em) {
  /* line 239, ../scss/news.scss */
  .news-vline-2 {
    border-right: none;
  }

  /* line 240, ../scss/news.scss */
  .news-vline-1 {
    border-right: 1px solid #E6E2E2;
                                            /*2016
height: 35rem;*/
  }

  /* line 243, ../scss/news.scss */
  .news-vline-1short {
    border-right: 1px solid #E6E2E2;
                                                 /*2016
height: 17rem;*/
  }

  /* line 246, ../scss/news.scss */
  .columns-r h2 {
    margin-top: 0rem !important;
  }

  /* line 247, ../scss/news.scss */
  .a2a_default_style, .a2a_kit, .a2a_kit_size_32 {
    display: block;
    position: fixed;
    width: 40px;
    margin-top: 60px;
    white-space: nowrap;
    widows: 1px;
    padding: 125px 0 0 25px;
    z-index: 1;
  }

  /* line 248, ../scss/news.scss */
  .a2a_dd span {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
  }

  /* line 249, ../scss/news.scss */
  .a2a_kit_size_32 a {
    width: 40px;
    height: 40px;
  }

  /* line 250, ../scss/news.scss */
  .a2a_button_facebook, .a2a_button_twitter, .a2a_button_google_plus, .a2a_button_pinterest, .a2a_dd, .a2a_button_email {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: -25px;
    padding: 0px;
  }

  /* line 251, ../scss/news.scss */
  .a2a_button_facebook {
    background-image: url("/_assets/images/addToAny-icons/facebook-um.jpg");
  }

  /* line 252, ../scss/news.scss */
  .a2a_button_twitter {
    background-image: url("/_assets/images/addToAny-icons/twitter-um.jpg");
  }

  /* line 253, ../scss/news.scss */
  .a2a_button_google_plus {
    background-image: url("/_assets/images/addToAny-icons/googlePlus-um.jpg");
  }

  /* line 254, ../scss/news.scss */
  .a2a_dds {
    background-image: url("/_assets/images/addToAny-icons/ataMore-um.jpg");
  }

  /* line 255, ../scss/news.scss */
  .a2a_button_email {
    background-image: url("/_assets/images/addToAny-icons/email-um.jpg");
  }

  /* line 256, ../scss/news.scss */
  .a2a_button_pinterest span, .a2a_button_twitter span, .a2a_button_facebook span, .a2a_button_google_plus span, .a2a_dds span, .a2a_button_email span {
    display: none;
    visibility: hidden;
  }

  /* line 257, ../scss/news.scss */
  #news .top_content, #newsContainer .top_content, #filterContainer .top_content {
    width: 100%;
    background-color: black;
    top: 0rem;
    padding-bottom: 1.25rem;
  }

  /* line 258, ../scss/news.scss */
  #news .top_content h2, #newsContainer .top_content h2, #filterContainer .top_content h2 {
    font-size: 2.625rem;
    line-height: 2.625rem;
  }

  /* line 259, ../scss/news.scss */
  #news .top_content h2 span i, #newsContainer .top_content h2 span i, #filterContainer .top_content h2 span i {
    font-size: 1.5rem;
  }

  /* In body style. */
  /* line 261, ../scss/news.scss */
  .pull-quote {
    font-size: 44px !important;
  }

  /* line 262, ../scss/news.scss */
  *.pull-quote:before {
    background-size: 15px 15px !important;
  }

  /* line 263, ../scss/news.scss */
  *.pull-quote:after {
    background-size: 15px 15px !important;
  }

  /*2016 ps*/
  /* line 265, ../scss/news.scss */
  #homenews .feature {
    background-color: black;
  }

  /* line 266, ../scss/news.scss */
  #homenews .feature .img_wrapper, #homenews .feature .top_content {
    float: left;
  }

  /* line 267, ../scss/news.scss */
  #homenews .feature .top_content {
    padding-left: 1.20rem;
    padding-right: 1.56rem;
    width: 33%;
    word-wrap: break-word;
  }

  /*#homenews .feature .floatleft{
        float:none;
    }*/
  /* line 271, ../scss/news.scss */
  #homenews .news-vline-1, #homenews .news-vline-2, #homenews #newsContainer .news-vline-2, #homenews #filterContainer .news-vline-2 {
    height: auto;
  }

  /* line 272, ../scss/news.scss */
  #homenews #newsContainer .news-vline-3, #homenews #filterContainer .news-vline-3 {
    height: 30rem !important;
  }

  /* line 273, ../scss/news.scss */
  #homenews .news-vline-1short, #homenews #newsContainer .news-vline-1, #homenews #filterContainer .news-vline-1 {
    height: auto;
  }

  /* line 274, ../scss/news.scss */
  #homenews .news-vline-2, #homenews #newsContainer .news-vline-3, #homenews #filterContainer .news-vline-3 {
    border-right: 1px solid #e6e2e2;
  }

  /* line 275, ../scss/news.scss */
  #homenews #news h2.no-img, #newsContainer h2.no-img, #filterContainer h2.no-img {
    margin-top: 2.40rem;
  }

  /* line 276, ../scss/news.scss */
  #homenews #newsContainer .news-vline-1short .columns-l, #homenews #newsContainer .news-vline-3 .columns-l, #homenews #filterContainer .news-vline-1short,
  #homenews #filterContainer .news-vline-3 .columns-l {
    padding-right: 0;
  }

  /* line 278, ../scss/news.scss */
  #homenews #newsContainer .news-vline-1short .columns-r h2, #homenews #newsContainer .news-vline-3 .columns-r h2,
  #homenews #filterContainer .news-vline-1short .columns-r h2, #homenews #filterContainer .news-vline-3 .columns-r h2 {
    margin-top: 1.25rem !important;
  }

  /* line 280, ../scss/news.scss */
  #homenews #news .top_content h2, #homenews #filterContainer .top_content h2 {
    font-size: 3.625vw;
  }

  /* line 281, ../scss/news.scss */
  #homenews #news .feature.toggled h2 {
    font-size: 3.2vw;
    padding-left: 1.35rem;
  }

  /* line 282, ../scss/news.scss */
  #homenews .feature.toggled .large-8 {
    background: #000;
    width: 60%;
  }

  /* line 283, ../scss/news.scss */
  #homenews .feature.toggled .top_content {
    padding-left: 0;
    width: 40%;
  }
}
/* Styles for Large and Up */
@media only screen and (min-width: 47.5em) {
  /* Removed the padding for small & medium viewports */
  /* line 289, ../scss/news.scss */
  .columns-l {
    padding-right: 1.563rem;
    float: left;
  }

  /* line 290, ../scss/news.scss */
  .columns-l-m {
    padding-right: 1.563rem;
    float: left;
  }

  /* line 291, ../scss/news.scss */
  .columns-r {
    float: left;
  }

  /* line 292, ../scss/news.scss */
  #load-button .button {
    margin-top: 1rem;
    margin-bottom: 0rem;
  }

  /* Styles for Large and Up */
  /* remove the padding so the caption can be against the image */
  /* line 297, ../scss/news.scss */
  #news .columns-no-pad-right, #newsContainer .columns-no-pad-right, #filterContainer .columns-no-pad-right {
    padding-right: 0px !important;
  }

  /* line 298, ../scss/news.scss */
  #news .columns-no-pad-left, #newsContainer .columns-no-pad-left, #filterContainer .columns-no-pad-left {
    padding-left: 0px !important;
  }

  /* line 299, ../scss/news.scss */
  #news .story-abstract {
    padding: 0.25rem 1.25rem 0.75rem 1.25rem;
    font-size: 1.25rem;
    color: #828282;
    /* ALL-206 */
    position: relative;
    top: -5.75rem;
  }

  /* line 301, ../scss/news.scss */
  #news .content-main {
    padding: 0.0rem 0rem .75rem 1.25rem;
    /* ALL-206 */
    position: relative;
    top: -6.5rem;
    float: left;
  }

  /* ALL-206 */
  /* line 304, ../scss/news.scss */
  #news .top_content_story-noimage, #newsContainer .top_content_story-noimage, #filterContainer .top_content_story-noimage {
    padding-left: 1.25rem;
    padding-top: 1.0rem;
    padding-bottom: 9em;
    position: relative;
    top: 2rem;
    color: #292829;
  }

  /* TOPICS */
  /* line 306, ../scss/news.scss */
  #homenews #load-button {
    margin-top: 0;
  }
}
/* Styles for XLarge viewports */
@media only screen and (min-width: 64em) and (max-width: 185.313em) {
  /* line 313, ../scss/news.scss */
  .news-vline-2 {
    border-right: none;
  }

  /* line 314, ../scss/news.scss */
  .news-vline-1 {
    border-right: 1px solid #E6E2E2;
                                            /*2016
height: 35rem;*/
  }

  /* line 317, ../scss/news.scss */
  .news-vline-1short {
    border-right: 1px solid #E6E2E2;
    /*2016*/
    height: 20rem;
  }

  /* line 319, ../scss/news.scss */
  .columns-r h2 {
    margin-top: 0rem !important;
  }

  /* line 320, ../scss/news.scss */
  .a2a_default_style, .a2a_kit, .a2a_kit_size_32 {
    display: block;
    position: fixed;
    width: 40px;
    margin-top: 60px;
    white-space: nowrap;
    widows: 1px;
    padding: 125px 0 0 25px;
    z-index: 1;
  }

  /* line 321, ../scss/news.scss */
  .a2a_dd span {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
  }

  /* line 322, ../scss/news.scss */
  .a2a_kit_size_32 a {
    width: 40px;
    height: 40px;
  }

  /* line 323, ../scss/news.scss */
  .a2a_button_facebook, .a2a_button_twitter, .a2a_button_google_plus, .a2a_button_pinterest, .a2a_dd, .a2a_button_email {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: -25px;
    padding: 0px;
  }

  /* line 324, ../scss/news.scss */
  .a2a_button_facebook {
    background-image: url("/_assets/images/addToAny-icons/facebook-um.jpg");
  }

  /* line 325, ../scss/news.scss */
  .a2a_button_twitter {
    background-image: url("/_assets/images/addToAny-icons/twitter-um.jpg");
  }

  /* line 326, ../scss/news.scss */
  .a2a_button_google_plus {
    background-image: url("/_assets/images/addToAny-icons/googlePlus-um.jpg");
  }

  /* line 327, ../scss/news.scss */
  .a2a_dds {
    background-image: url("/_assets/images/addToAny-icons/ataMore-um.jpg");
  }

  /* line 328, ../scss/news.scss */
  .a2a_button_email {
    background-image: url("/_assets/images/addToAny-icons/email-um.jpg");
  }

  /* line 329, ../scss/news.scss */
  .a2a_button_pinterest span, .a2a_button_twitter span, .a2a_button_facebook span, .a2a_button_google_plus span, .a2a_dds span, .a2a_button_email span {
    display: none;
    visibility: hidden;
  }

  /* In body style. */
  /* line 331, ../scss/news.scss */
  .pull-quote {
    font-size: 44px !important;
  }

  /* line 332, ../scss/news.scss */
  *.pull-quote:before {
    background-size: 15px 15px !important;
  }

  /* line 333, ../scss/news.scss */
  *.pull-quote:after {
    background-size: 15px 15px !important;
  }

  /* line 334, ../scss/news.scss */
  #homenews #feature, #homenews #filterContainer #feature {
    max-height: 500px;
    height: auto;
  }

  /* line 335, ../scss/news.scss */
  #homenews #newsContainer .news-vline-1short, #homenews #newsContainer .news-vline-1, #homenews #filterContainer .news-vline-1short, #homenews #filterContainer .news-vline-1 {
    /*2016*/
    height: 22rem;
  }

  /* This is to adjust the padding of the top sliver after the addition of the About UM */
  /* line 338, ../scss/news.scss */
  .drawerLarge .small-offset-1 {
    margin-left: 4.33333% !important;
  }

  /* line 339, ../scss/news.scss */
  .supernav .umsearchfield-li .umsearchfield {
    width: 156px !important;
  }
  
    /* line 340, ../scss/news.scss */
  .news-xlarge-8 {
    width: 66.66667%;
  }
}
/* Styles for XXLarge Up viewports */
@media only screen and (min-width: 85.375em) {
  /* line 344, ../scss/news.scss */
  #homenews .newsLast {
    border: none !important;
  }

  /* line 345, ../scss/news.scss */
  .news-vline-2 {
    border-right: none;
  }

  /* line 346, ../scss/news.scss */
  .news-vline-1 {
    border-right: 1px solid #E6E2E2;
    /*height: 35rem;*/
  }

  /* line 348, ../scss/news.scss */
  .news-vline-1short {
    border-right: 1px solid #E6E2E2;
                                                 /*2016
height: 17rem;*/
  }

  /* line 351, ../scss/news.scss */
  .columns-r h2 {
    margin-top: 0rem !important;
  }

  /* line 352, ../scss/news.scss */
  .a2a_default_style, .a2a_kit, .a2a_kit_size_32 {
    display: block;
    position: fixed;
    width: 40px;
    margin-top: 60px;
    white-space: nowrap;
    widows: 1px;
    padding: 125px 0 0 25px;
    z-index: 1;
  }

  /* line 353, ../scss/news.scss */
  .a2a_dd span {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
  }

  /* line 354, ../scss/news.scss */
  .a2a_kit_size_32 a {
    width: 40px;
    height: 40px;
  }

  /* line 355, ../scss/news.scss */
  .a2a_button_facebook, .a2a_button_twitter, .a2a_button_google_plus, .a2a_button_pinterest, .a2a_dd, .a2a_button_email {
    width: 40px;
    height: 40px;
    display: block;
    margin-left: -25px;
    padding: 0px;
  }

  /* line 356, ../scss/news.scss */
  .a2a_button_facebook {
    background-image: url("/_assets/images/addToAny-icons/facebook-um.jpg");
  }

  /* line 357, ../scss/news.scss */
  .a2a_button_twitter {
    background-image: url("/_assets/images/addToAny-icons/twitter-um.jpg");
  }

  /* line 358, ../scss/news.scss */
  .a2a_button_google_plus {
    background-image: url("/_assets/images/addToAny-icons/googlePlus-um.jpg");
  }

  /* line 359, ../scss/news.scss */
  .a2a_dds {
    background-image: url("/_assets/images/addToAny-icons/ataMore-um.jpg");
  }

  /* line 360, ../scss/news.scss */
  .a2a_button_email {
    background-image: url("/_assets/images/addToAny-icons/email-um.jpg");
  }

  /* line 361, ../scss/news.scss */
  .a2a_button_pinterest span, .a2a_button_twitter span, .a2a_button_facebook span, .a2a_button_google_plus span, .a2a_dds span, .a2a_button_email span {
    display: none;
    visibility: hidden;
  }

  /* In body style. */
  /* line 363, ../scss/news.scss */
  .pull-quote {
    font-size: 44px !important;
  }

  /* line 364, ../scss/news.scss */
  *.pull-quote:before {
    background-size: 15px 15px !important;
  }

  /* line 365, ../scss/news.scss */
  *.pull-quote:after {
    background-size: 15px 15px !important;
  }

  /* line 366, ../scss/news.scss */
  #homenews #feature {
    /* max-height: 550px;*/
  }

  /* line 367, ../scss/news.scss */
  #homenews .news-vline-1short, #homenews #newsContainer .news-vline-1short, #homenews #newsContainer .news-vline-1,
  #homenews #filterContainer .news-vline-1short, #homenews #filterContainer .news-vline-1 {
    height: 20rem;
  }
}
/*Custom Styling for the News site navigation */
/**********************************
    PAGE LAYOUT
***********************************/
/* line 9, ../scss/news.miami.edu/_news-navigation.scss */
.row.wrapper {
  max-width: 9999px;
  padding: 0 !important;
  position: relative;
  width: 100%;
}

/* line 10, ../scss/news.miami.edu/_news-navigation.scss */
.left-col, .right-col, .topbar {
  transition: none;
}

/* line 11, ../scss/news.miami.edu/_news-navigation.scss */
.right-col {
  padding: 0;
}

/* line 12, ../scss/news.miami.edu/_news-navigation.scss */
.row.topbar {
  border-bottom: 6px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* line 14, ../scss/news.miami.edu/_news-navigation.scss */
#umiamion, .container.news {
  width: auto;
}

/* line 15, ../scss/news.miami.edu/_news-navigation.scss */
#umiamion .row, .container.news .row {
  max-width: 1280px;
  margin: 0 auto;
}

/**********************************
    TOP SLIVER
***********************************/
/*These clases change the behavior of the top sliver. Closed on loading instead of open */
/* line 21, ../scss/news.miami.edu/_news-navigation.scss */
.drawer.drawerLarge {
  display: none;
}

/* line 22, ../scss/news.miami.edu/_news-navigation.scss */
.drawer.drawerLarge.hide {
  display: block;
}

/* line 23, ../scss/news.miami.edu/_news-navigation.scss */
button#sliverlink {
  height: 55px;
}

/* line 24, ../scss/news.miami.edu/_news-navigation.scss */
button#sliverlink.sliver-open {
  height: 21px;
}

/* line 25, ../scss/news.miami.edu/_news-navigation.scss */
.umnameLarge {
  display: none;
}

/* line 26, ../scss/news.miami.edu/_news-navigation.scss */
#umnametop.umnameLarge.hide, #sliverlink.sliver-open .fa-plus, #sliverlink .fa-minus {
  display: block;
  visibility: visible;
}

/* line 27, ../scss/news.miami.edu/_news-navigation.scss */
#sliverlink.sliver-open .fa-minus, #sliverlink .fa-plus {
  display: none;
}

/* line 28, ../scss/news.miami.edu/_news-navigation.scss */
.row.toggle-bar, .row.slivernav {
  margin: 0;
}

/* line 29, ../scss/news.miami.edu/_news-navigation.scss */
.sliverleft, .sliverright {
                            /*  
min-height:370px; */
  min-height: 626px;
  padding-bottom: 160px;
}

/* line 32, ../scss/news.miami.edu/_news-navigation.scss */
.navbar-open .slivernav.hide-for-large-up {
  min-height: 526px;
}

/* line 33, ../scss/news.miami.edu/_news-navigation.scss */
.row.mobilescroll {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 526px;
  width: 120%;
  padding-right: 20px;
}

/**********************************
	MASTHEAD
***********************************/
/* line 38, ../scss/news.miami.edu/_news-navigation.scss */
.navbar {
  padding: 0;
  transition: none;
}

/* line 39, ../scss/news.miami.edu/_news-navigation.scss */
.navbar.news .umlogo {
  text-align: center;
  margin: 0 auto;
  top: 0;
  height:104px;
  width:354px;
  padding:22px 0;
}
/* line 41, ../scss/news.miami.edu/_news-navigation.scss */
.navbar.news .umlogo img {
  /*height: 104px;
  padding: 22px 0;*/
}

/* line 43, ../scss/news.miami.edu/_news-navigation.scss */
.navbar-header {
  display: none !important;
}

/* BROWSING TAB DROPDOWN AKA JUMPTO MENU ALL-583 */
/* line 46, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuSmall.accordion, #jumpToMenuSmall.accordion a.moreNewSites {
  background: #333333;
}

/* line 48, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuSmall a, #jumpToMenuSmall a:hover {
  text-decoration: none;
}
/* line 49, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuSmall .moreNewSites {
  display: block;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  outline: none;
}
/* line 50, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuSmall .moreNewSites span.lightgray {
  font-size: 15px;
}
/* line 51, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuSmall .moreNewSites span.orange {
  font-size: 15px;
  padding-left: 9px;
}
/* line 52, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuSmall .moreNewSites span.fa-chevron-down, #jumpToMenuSmall .moreNewSites span.fa-chevron-up {
  font-size: 20px;
  padding-left: 11px;
  position: relative;
  top: 3px;
}
/* line 53, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuSmall .content.active {
  background: #3e3e3f;
  line-height: 18px;
  color: #ffffff;
  font-size: 14px;
  padding: 0.9375rem 0;
}
/* line 54, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuSmall ul {
  padding: 0 0 0 0;
  margin: 0 auto;
  width: 80%;
}
/* line 55, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuSmall li {
  list-style: none;
  line-height: 170%;
}
/* line 56, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuSmall li a:active, #jumpToMenuSmall li a:hover, #jumpToMenuSmall li a:focus {
  color: #FFFFFF;
}

/* line 59, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuLarge {
  padding-left: 5px;
  padding-right: 0px;
  margin-right: 0;
}
/* line 61, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuLarge .f-dropdown.small {
  max-width: 400px;
  width: auto;
  min-width: 340px;
}
/* line 62, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuLarge a, #jumpToMenuLarge a:hover {
  text-decoration: none;
}
/* line 63, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuLarge .moreNewSites {
  display: block;
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 4px;
  border: none;
  outline: none;
}
/* line 64, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuLarge .moreNewSites span.lightgray {
  font-size: 17px;
}
/* line 65, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuLarge .moreNewSites span.orange {
  font-size: 17px;
  padding-left: 9px;
}
/* line 66, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuLarge .moreNewSites span.fa-caret-down {
  font-size: 20px;
  padding-left: 11px;
  position: relative;
  top: 3px;
}
/* line 69, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuLarge ul.f-dropdown li a {
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 8px;
}
/* line 70, ../scss/news.miami.edu/_news-navigation.scss */
#jumpToMenuLarge ul.f-dropdown li a:hover {
  font-family: "Stag Sans Book";
  padding-right: 0;
}

@media (min-width: 64em) {
  /* line 73, ../scss/news.miami.edu/_news-navigation.scss */
  #jumpToMenuLarge {
    padding-left: 80px;
  }
}
/*------Search Bar--------*/
/* line 77, ../scss/news.miami.edu/_news-navigation.scss */
.toggle-bar {
  background: none repeat scroll 0 0 #333333;
  max-width: 9999px;
}

/* line 78, ../scss/news.miami.edu/_news-navigation.scss */
.fa-bars {
  color: #ffffff;
  font-size: 2em;
  padding-top: 7px;
}

/* line 79, ../scss/news.miami.edu/_news-navigation.scss */
.supernav li.newssearch {
  clear: none;
  float: left;
  width: auto;
}

/* line 80, ../scss/news.miami.edu/_news-navigation.scss */
button.newssearchbtn, input.newssearchfield[type="text"] {
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-radius: 0;
  color: #333333;
  display: inline-block;
  height: auto;
  line-height: normal;
  margin: 0 0 3px;
  padding: 6px;
}

/* line 81, ../scss/news.miami.edu/_news-navigation.scss */
input.newssearchfield[type="text"] {
  height: 33px;
  width: 20em;
  transition: all 0.5s ease 0s;
}

/* line 82, ../scss/news.miami.edu/_news-navigation.scss */
button.newssearchbtn {
  height: 33px;
  width: 33px;
}

/* line 83, ../scss/news.miami.edu/_news-navigation.scss */
button.newssearchbtn:focus, input[type="text"].newssearchfield:focus {
  box-shadow: none;
}

/* line 84, ../scss/news.miami.edu/_news-navigation.scss */
input[type="text"].newssearchfield:focus {
  background-color: white;
  color: #222;
}

/*-----Content Area--------------*/
/* line 88, ../scss/news.miami.edu/_news-navigation.scss */
.homepage-panel {
  /*padding-top: 174px !important;*/
}

/* line 89, ../scss/news.miami.edu/_news-navigation.scss */
.container.news {
  /* We cant change global tags like this as they are being used all over.  Had to comment this out to remove the 230px padding at the top of the social slice */
  padding-top: 184px;
}

/**********************************
	LEFT PANEL NAVIGATION
***********************************/
/* line 97, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper {
  background: none repeat scroll 0 0 #333333;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

/* line 98, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper.toggled {
  margin-left: 0;
  /*width: 25%;*/
  z-index: 1000;
}

/* line 100, ../scss/news.miami.edu/_news-navigation.scss */
#subnav-header {
  background-color: #77848c;
  color: #3c4043;
}

/* line 101, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper h4 {
  text-transform: uppercase;
}

/* line 103, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper nav {
  padding: 0;
  margin: 2em auto;
  width: 80%;
}
/* line 105, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper nav .subnav-header {
  background-color: #77848c;
  color: #3c4043;
}
/* line 106, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper nav ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
/* line 107, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper nav li {
  color: #fff;
  line-height: 2em;
}
/* line 109, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper nav li a {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
}
/* line 110, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper nav li a:hover {
  text-decoration: none;
}
/* line 111, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper nav li a:active, #sidebar-wrapper nav li a:focus {
  text-decoration: none;
}
/* line 112, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper nav li a:hover span {
  color: #fff;
  text-decoration: none;
}
/* line 113, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper nav li h4, #sidebar-wrapper nav li h4 a {
  background: none repeat scroll 0 0 #000;
  color: #8996a0;
  font-family: "Stag Sans Bold";
  margin: 1em 0;
  padding-left: 5px;
}
/* line 115, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper nav h4 {
  font-family: "Stag Sans Bold";
  margin: 0 0 1em;
  color: #8996a0;
}
/* line 116, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper nav h4.subnav-header {
  background-color: #77848c;
  color: #3c4043;
  padding-left: 5px;
}

@media (max-width: 47.438em) {
  /* line 119, ../scss/news.miami.edu/_news-navigation.scss */
  #sidebar-wrapper nav {
    background: none;
  }
  .navbar.news .umlogo {
    	 height:47px;
		 padding:0;
	}
}
/* Left nav HR */
/* line 123, ../scss/news.miami.edu/_news-navigation.scss */
.hr-leftnav {
  border: solid #000000;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 1.55rem 0 !important;
  height: 0;
  width: auto;
}

/* News Category colors on sliding panel*/
/* line 127, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat li a span {
  border-left: 4px solid #fff;
  padding-left: 10px;
}
/* line 128, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat li a span, .news-cat li {
  color: #ffffff;
}
/* line 129, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .academics-border {
  border-color: #054629;
}
/* line 130, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .architecture-border {
  border-color: #eb5524;
}
/* line 131, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .arts-border {
  border-color: #9066a8;
}
/* line 132, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .business-border {
  border-color: #f1c31f;
}
/* line 133, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .education-border {
  border-color: #d06d28;
}
/* line 134, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .health-border {
  border-color: #57646d;
}
/* line 135, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .law-border {
  border-color: #5b9486;
}
/* line 136, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .people-border {
  border-color: #e11246;
}
/* line 137, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .research-border {
  border-color: #fcb067;
}
/* line 138, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .science-border {
  border-color: #054851;
}
/* line 139, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .sports-border {
  border-color: #6cb4e3;
}
/* line 140, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .university-border {
  border-color: #4e6e38;
}
/* line 141, ../scss/news.miami.edu/_news-navigation.scss */
.news-cat .topics-border {
  border-color: #ffffff;
}

/*.panel-nav, .news-cat, .quicklinks-list { list-style: outside none none; margin: 0; padding: 0; }
.panel-nav, .quicklinks { padding-top: 1em; margin: 0 auto; width: 80%; }*/
/* CATEGORY NAV and SECONDARY NAV */
/* line 149, ../scss/news.miami.edu/_news-navigation.scss */
ul.leftnav-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  line-height: 1.15em;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #ffffff;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/* line 150, ../scss/news.miami.edu/_news-navigation.scss */
ul.leftnav-list li a {
  color: #ffffff;
}

/* line 151, ../scss/news.miami.edu/_news-navigation.scss */
.panel-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

/* line 152, ../scss/news.miami.edu/_news-navigation.scss */
.panel-nav h4, .panel-nav h4 a {
  background: none repeat scroll 0 0 #000;
  color: #8996a0;
  font-family: "Stag Sans Bold";
  margin: 1em 0;
  padding-left: 5px;
}

/* line 153, ../scss/news.miami.edu/_news-navigation.scss */
.panel-nav li a:hover {
  text-decoration: none;
}

/* line 154, ../scss/news.miami.edu/_news-navigation.scss */
.panel-nav li a:active, .panel-nav li a:focus {
  text-decoration: none;
}

/* line 155, ../scss/news.miami.edu/_news-navigation.scss */
.panel-nav li a:hover span {
  color: #fff;
  text-decoration: none;
}

/* line 156, ../scss/news.miami.edu/_news-navigation.scss */
#sidebar-wrapper.toggled .panel-nav li a:hover span {
  background: none repeat scroll 0 0 transparent;
  text-decoration: none;
}

/* line 157, ../scss/news.miami.edu/_news-navigation.scss */
.panel-nav li a:active span, .panel-nav li a:focus span {
  text-decoration: none;
}

/* QUICK LINKS (Related Links) */
/* line 160, ../scss/news.miami.edu/_news-navigation.scss */
.quicklinks {
  list-style: outside none none;
}

/* line 161, ../scss/news.miami.edu/_news-navigation.scss */
.quicklinks li, .panel-nav li {
  color: #fff;
  line-height: 2em;
}

/* line 162, ../scss/news.miami.edu/_news-navigation.scss */
.quicklinks li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

/* line 163, ../scss/news.miami.edu/_news-navigation.scss */
.quicklinks li a:hover {
  text-decoration: none;
}

/* line 164, ../scss/news.miami.edu/_news-navigation.scss */
.quicklinks li a:active, .panel-nav li a:focus {
  text-decoration: none;
}

/* line 165, ../scss/news.miami.edu/_news-navigation.scss */
.quicklinks li a:hover span {
  color: #fff;
  text-decoration: none;
}

/* line 166, ../scss/news.miami.edu/_news-navigation.scss */
.quicklinks h4 {
  color: #8996a0;
  font-family: "Stag Sans Bold";
  margin: 1em 0;
}

/* NAV AD Section */
/* line 169, ../scss/news.miami.edu/_news-navigation.scss */
.nav-ad, .nav-feature {
  background: #000;
  /* color:#fff; */
  padding: 10px;
  margin-top: 1.25rem;
}

/* line 171, ../scss/news.miami.edu/_news-navigation.scss */
.nav-ad-blog-tn img, .nav-feature-blog-tn img {
  height: auto;
  min-width: 42.25px;
  width: 100%;
}

/* line 172, ../scss/news.miami.edu/_news-navigation.scss */
.nav-ad-blog-tn, .nav-feature-blog-tn {
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 173, ../scss/news.miami.edu/_news-navigation.scss */
.nav-ad-blog-content, .nav-feature-blog-content {
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: top;
  display: table;
}

/* line 174, ../scss/news.miami.edu/_news-navigation.scss */
.nav-ad-blog-content p, .nav-feature-blog-content p {
  line-height: 110%;
}

/**********************************
	FOOTER
***********************************/
/*-------------Footer Area-----------------*/
/* line 181, ../scss/news.miami.edu/_news-navigation.scss */
#global_footer {
  width: auto;
}

/* line 182, ../scss/news.miami.edu/_news-navigation.scss */
#global_footer .row {
  max-width: 1280px;
  margin: 0 auto;
}

/*--Styles for Small Viewports (max-width: 479px)----*/
@media only screen and (max-width: 29.938em) {
  /* line 187, ../scss/news.miami.edu/_news-navigation.scss */
  .toggle-bar .medium-10 {
    padding-left: 0;
  }

  /* line 188, ../scss/news.miami.edu/_news-navigation.scss */
  input.newssearchfield[type="text"] {
    width: 13em;
  }

  /*Changes for Story content w/ and w/out Images*/
  /* line 190, ../scss/news.miami.edu/_news-navigation.scss */
  .container.news {
    padding-top: 120px;
  }

  /* line 191, ../scss/news.miami.edu/_news-navigation.scss */
  .story-headline {
    font-size: 38px;
  }

  /* line 192, ../scss/news.miami.edu/_news-navigation.scss */
  #news .top_content_story-noimage {
    padding-left: 1.563rem;
    padding-right: 1.563rem;
  }

  /* line 193, ../scss/news.miami.edu/_news-navigation.scss */
  #news .top_content_story-noimage .story-headline {
    font-size: 38px !important;
    line-height: 35px !important;
    padding: 0;
  }

  /* line 194, ../scss/news.miami.edu/_news-navigation.scss */
  #news > .columns-no-pad-right:nth-of-type(1) {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 195, ../scss/news.miami.edu/_news-navigation.scss */
  #news .story-abstract {
    padding: 0.25rem 1.563rem 0.75rem;
  }

  /* line 196, ../scss/news.miami.edu/_news-navigation.scss */
  #news .caption, #newsContainer .caption {
    margin-left: -1.75em;
    margin-right: -1.75em;
    padding: 1.25em 1.563rem !important;
  }

  /* line 197, ../scss/news.miami.edu/_news-navigation.scss */
  #news > div > div, #news > div > div[style] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 198, ../scss/news.miami.edu/_news-navigation.scss */
  #news img, #newsContainer img {
    width: 100% !important;
  }

  /* line 199, ../scss/news.miami.edu/_news-navigation.scss */
  div.content-main > p > img {
    margin: 1rem 0;
  }
}
/*--Styles for Small and Medium Viewports (max-width: 759px)----*/
@media only screen and (max-width: 47.438em) {
  /* line 204, ../scss/news.miami.edu/_news-navigation.scss */
  #sidebar-wrapper {
    /*New*/
    margin-left: -100%;
    margin-top: 113px;
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  /* line 206, ../scss/news.miami.edu/_news-navigation.scss */
  #sidebar-wrapper.sliver-open {
    margin-top: 618px;
  }

  /* line 207, ../scss/news.miami.edu/_news-navigation.scss */
  .right-col.toggled {
    width: 100%;
  }

  /* line 208, ../scss/news.miami.edu/_news-navigation.scss */
  .supernav .fa-search {
    color: #fff !important;
    font-size: 1em;
    padding: 0;
  }

  /* line 209, ../scss/news.miami.edu/_news-navigation.scss */
  .supernav.right {
    float: right !important;
  }

  /* line 210, ../scss/news.miami.edu/_news-navigation.scss */
  .supernav li.newssearch {
    padding: 6px 6px 4px 0;
  }

  /*-------Top sliver adjustments-------*/
  /* line 212, ../scss/news.miami.edu/_news-navigation.scss */
  button#sliverlink {
    height: 21px;
  }

  /* line 213, ../scss/news.miami.edu/_news-navigation.scss */
  #sliverlink .fa-minus, #sliverlink.sliver-open .fa-plus {
    display: none;
  }

  /* line 214, ../scss/news.miami.edu/_news-navigation.scss */
  #sliverlink .fa-plus, #sliverlink.sliver-open .fa-minus {
    display: block;
    visibility: visible;
  }

  /* line 215, ../scss/news.miami.edu/_news-navigation.scss */
  .navScroll {
    min-height: 626px;
  }

  /* line 216, ../scss/news.miami.edu/_news-navigation.scss */
  .navbar.navScroll #drawer {
    height: 460px;
  }

  /* line 217, ../scss/news.miami.edu/_news-navigation.scss */
  .navScroll .slivernav.hide-for-large-up {
    min-height: 526px;
  }

  /* line 218, ../scss/news.miami.edu/_news-navigation.scss */
  #sidebar-wrapper.toggled {
    height: inherit !important;
  }

  /* line 219, ../scss/news.miami.edu/_news-navigation.scss */
  .navbar.news .umlogo img {
    height: 47px;
    padding: 0;
  }
}
/*---Styles for xLarge viewports. Sliver Open  (max-width: 1365px) --*/
@media only screen and (min-width: 64em) and (max-width: 185.313em) {
  /* line 225, ../scss/news.miami.edu/_news-navigation.scss */
  .xlarge-9 {
    width: 75%;
  }

  /* line 226, ../scss/news.miami.edu/_news-navigation.scss */
  .xlarge-3 {
    width: 25%;
  }

  /* line 227, ../scss/news.miami.edu/_news-navigation.scss */
  .xlarge-12 {
    width: 100%;
  }

  /* line 228, ../scss/news.miami.edu/_news-navigation.scss */
  #sidebar-wrapper {
    margin: 0;
    visibility: visible;
  }

  /* line 229, ../scss/news.miami.edu/_news-navigation.scss */
  .row.umname {
    margin: 0;
  }

  /* line 230, ../scss/news.miami.edu/_news-navigation.scss */
  .sliver-push {
    margin: 0 !important;
  }
}
@media (max-width: 63.938em) {
  /* line 234, ../scss/news.miami.edu/_news-navigation.scss */
  .right-col.toggled {
    /* width: 75%; */
    width: 100%;
  }

  /* line 235, ../scss/news.miami.edu/_news-navigation.scss */
  .large-12 {
    width: 100%;
  }
}
/*---------- Styles for xxLarge Viewports (max-width: infinity) ------*/
@media only screen and (min-width: 85.375em) and (max-width: 124.9em) {
  /* line 240, ../scss/news.miami.edu/_news-navigation.scss */
  .xxlarge-10 {
    width: 85%;
  }

  /* line 241, ../scss/news.miami.edu/_news-navigation.scss */
  .xxlarge-2 {
    width: 15%;
  }

  /* line 242, ../scss/news.miami.edu/_news-navigation.scss */
  .xxlarge-6 {
    width: 50%;
  }

  /* line 243, ../scss/news.miami.edu/_news-navigation.scss */
  .nav-ad .xxlarge-6, .nav-feature .xxlarge-6 {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 244, ../scss/news.miami.edu/_news-navigation.scss */
  .nav-ad .nav-ad-blog-tn, .nav-feature .nav-feature-blog-tn {
    padding-right: 15px;
    padding-left: 15px;
  }

  /* line 245, ../scss/news.miami.edu/_news-navigation.scss */
  .nav-ad .nav-ad-blog-content, .nav-feature-blog-content {
    padding-left: 0px;
    padding-right: 15px;
  }
}
/********* EXTRA STYLES FOR LEFT _ RIGHT PANELS--- */
@media (min-width: 1667px) and (max-width: 99999px) {
  /* line 251, ../scss/news.miami.edu/_news-navigation.scss */
  .large-20 {
    width: 23%;
  }

  /* line 252, ../scss/news.miami.edu/_news-navigation.scss */
  .large-80 {
    width: 77%;
  }

  /* line 253, ../scss/news.miami.edu/_news-navigation.scss */
  #homenews #feature {
    max-height: 530px;
  }
}
@media (min-width: 1567px) and (max-width: 1666px) {
  /* line 257, ../scss/news.miami.edu/_news-navigation.scss */
  .large-20 {
    width: 23.4%;
  }

  /* line 258, ../scss/news.miami.edu/_news-navigation.scss */
  .large-80 {
    width: 76.6%;
  }

  /* line 259, ../scss/news.miami.edu/_news-navigation.scss */
  #homenews #feature {
    max-height: 500px;
  }
}
@media (min-width: 1467px) and (max-width: 1566px) {
  /* line 263, ../scss/news.miami.edu/_news-navigation.scss */
  .large-20 {
    width: 23.8%;
  }

  /* line 264, ../scss/news.miami.edu/_news-navigation.scss */
  .large-80 {
    width: 76.2%;
  }

  /* line 265, ../scss/news.miami.edu/_news-navigation.scss */
  #homenews #feature {
    max-height: 500px;
  }
}
@media (min-width: 1366px) and (max-width: 1466px) {
  /* line 269, ../scss/news.miami.edu/_news-navigation.scss */
  .large-20 {
    width: 24.2%;
  }

  /* line 270, ../scss/news.miami.edu/_news-navigation.scss */
  .large-80 {
    width: 75.8%;
  }
}
@media (min-width: 1225px) and (max-width: 1365px) {
  /* line 274, ../scss/news.miami.edu/_news-navigation.scss */
  .large-20 {
    width: 24.8%;
  }

  /* line 275, ../scss/news.miami.edu/_news-navigation.scss */
  .large-80 {
    width: 75.2%;
  }
}
@media (min-width: 1125px) and (max-width: 1224px) {
  /* line 279, ../scss/news.miami.edu/_news-navigation.scss */
  .large-20 {
    width: 25.2%;
  }

  /* line 280, ../scss/news.miami.edu/_news-navigation.scss */
  .large-80 {
    width: 74.8%;
  }
}
@media (min-width: 1024px) and (max-width: 1124px) {
  /* line 284, ../scss/news.miami.edu/_news-navigation.scss */
  .large-20 {
    width: 25.5%;
  }

  /* line 285, ../scss/news.miami.edu/_news-navigation.scss */
  .large-80 {
    width: 74.5%;
  }
}
@media (min-width: 937px) and (max-width: 1023px) {
  /* line 289, ../scss/news.miami.edu/_news-navigation.scss */
  #sidebar-wrapper {
    margin-left: -26%;
  }

  /* line 290, ../scss/news.miami.edu/_news-navigation.scss */
  .right-col.toggled {
    width: 74%;
  }

  /* line 291, ../scss/news.miami.edu/_news-navigation.scss */
  .large-20 {
    width: 26%;
  }

  /* line 292, ../scss/news.miami.edu/_news-navigation.scss */
  .large-80 {
    width: 100%;
  }
}
@media (min-width: 848px) and (max-width: 936px) {
  /* line 296, ../scss/news.miami.edu/_news-navigation.scss */
  #sidebar-wrapper {
    margin-left: -26.7%;
  }

  /* line 297, ../scss/news.miami.edu/_news-navigation.scss */
  .right-col.toggled {
    width: 73.4%;
  }

  /* line 298, ../scss/news.miami.edu/_news-navigation.scss */
  .large-20 {
    width: 26.6%;
  }

  /* line 299, ../scss/news.miami.edu/_news-navigation.scss */
  .large-80 {
    width: 100%;
  }
}
@media (min-width: 760px) and (max-width: 847px) {
  /*These classes fix the width of the left naviation panel at 350px. The right side will be centered on the page at 90% width*/
  /* line 304, ../scss/news.miami.edu/_news-navigation.scss */
  #sidebar-wrapper {
    margin-left: -27%;
  }

  /* line 305, ../scss/news.miami.edu/_news-navigation.scss */
  .right-col.toggled {
    width: 73%;
  }

  /* line 306, ../scss/news.miami.edu/_news-navigation.scss */
  .large-20 {
    width: 27%;
  }

  /* line 307, ../scss/news.miami.edu/_news-navigation.scss */
  .large-80 {
    width: 100%;
  }
}
/* START: Styling for call-to-action */
/* Defaults First */
/* line 9, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action h5 {
  text-transform: uppercase;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  background-color: #DDE0E2;
  font-size: 0.9375rem;
  color: #76838B;
  line-height: 0.875rem;
  padding: 0.5rem;
}
/* line 10, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action a, .call-to-action a:link, .call-to-action a:hover, .call-to-action a:active {
  text-decoration: none;
  outline: none;
  border: none;
}
/* line 11, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action h3 {
  font-size: 1.0625rem;
  line-height: 1.4rem;
  text-transform: uppercase;
}
/* line 12, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action h4 {
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 0rem;
}
/* line 13, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .icon {
  width: 75px;
}
/* line 14, ../scss/news.miami.edu/_call-to-action.scss */
#news .call-to-action .icon img {
  width: 2.5rem !important;
  height: 2.5rem;
  min-width: 2.5rem;
  max-height: 2.5rem;
}
/* line 15, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .action-text {
  padding-left: 1.1rem;
  padding-right: 0.5rem;
}
/* line 16, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .column-wrapper {
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0px;
}
/* line 17, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action table {
  border: none;
}
/* line 18, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .orange {
  color: #F17330;
}
/* line 19, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .yellowgreen {
  color: #C2C835;
}
/* line 20, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .bluegray {
  color: #93A0A9;
}
/* line 21, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .paleyellow {
  color: #E5A42D;
}
/* line 22, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .palegreen {
  color: #90B8A3;
}
/* line 23, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .lightgray {
  color: #B9B9B9;
}
/* line 24, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .content-wrapper {
  border: 1px solid #DDE0E2;
  padding-top: 0;
}
/* line 25, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .content-wrapper h5 {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 26, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .news-divider {
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
/* line 27, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .stagsansbold {
  font-family: "Stag Sans Bold" !important;
}
/* line 28, ../scss/news.miami.edu/_call-to-action.scss */
.call-to-action .stagsansbook {
  font-family: "Stag Sans Book" !important;
}

/* line 30, ../scss/news.miami.edu/_call-to-action.scss */
#news .columns.medium-call-to-action-story {
  display: block;
  float: right;
  padding: 0px;
  margin-bottom: 0;
  margin-left: 1.5rem;
  /* min-width:13.5325rem */
}

@media (max-width: 29.938em) {
  /* line 35, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action h4 {
    font-size: 0.9375rem;
    font-style: italic;
    line-height: 0.9375rem;
    margin: inherit;
  }
  /* line 36, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action h3 {
    margin: inherit;
  }
  /* line 37, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper .columns:last-child {
    float: left;
  }
  /* line 38, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action table.column-wrapper {
    padding-bottom: 0;
  }
  /* line 39, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action table tr td.action-text {
    padding-left: 0.7rem !important;
    padding-right: 0.512rem !important;
  }

  /* line 41, ../scss/news.miami.edu/_call-to-action.scss */
  div.call-to-action {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 30em) {
  /* line 49, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action .columns:last-child {
    float: left;
  }
  /* line 50, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper {
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 0px;
    margin-bottom: 0 !important;
    max-height: 6.1rem;
  }
  /* line 51, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action h3 {
    font-size: 1.0625rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  /* line 52, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action h4 {
    font-size: 0.9375rem;
    font-style: italic;
    line-height: 0.8rem;
  }
  /* line 53, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action .news-divider {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    margin-bottom: 20;
  }
  /* line 54, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper:nth-child(odd) {
    padding-left: 5px;
    padding-right: 25px;
  }
  /* line 55, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper:nth-child(even) {
    padding-left: 25px;
    padding-right: 5px;
  }
  /* line 56, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action table.column-wrapper {
    margin-bottom: 20px;
  }
  /* line 57, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action .icon {
    width: 71px;
  }
  /* line 58, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action .icon img {
    width: 3rem !important;
    height: 3rem;
    min-width: 3rem;
    max-height: 3rem;
  }

  /* line 61, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action-divider {
    margin-top: 0;
  }
  /* line 62, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action {
    margin-bottom: 0 !important;
  }
  /* line 64, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action h5 {
    margin-bottom: 0.8rem;
  }
  /* line 65, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action h4 {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    font-size: 0.875rem;
    font-style: italic;
    line-height: 0.875rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  /* line 66, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action h3 {
    font-size: 0.875rem;
    line-height: 0.875rem;
    margin-top: 0;
  }
  /* line 67, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action .icon img {
    width: 2.5rem !important;
    height: 2.5rem;
    min-width: 2.625rem;
    max-height: 2.625rem;
    display: block;
  }
  /* line 68, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action table {
    min-height: 3.25rem;
    display: block;
    margin-bottom: 0;
  }
  /* line 69, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action div.column-wrapper:nth-child(odd) {
    padding-left: 0.825rem;
    padding-right: 0.825rem;
    padding-bottom: 0.625rem;
  }
  /* line 70, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action div.column-wrapper:nth-child(even) {
    padding-left: 0.825rem;
    padding-right: 0.825rem;
    padding-bottom: 0.625rem;
  }
  /* line 71, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action div.column-wrapper:last-child {
    padding-bottom: 0rem;
  }
  /* line 72, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action .column-wrapper .action-text {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 73, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action .icon {
    width: auto;
    padding-left: 0rem;
    padding-right: 0.8rem;
    margin-bottom: 0.5rem !important;
  }
  /* line 74, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action .action-text {
    margin-bottom: 0.25rem !important;
  }
  /* line 75, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action .news-divider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3.25rem;
    margin-bottom: 0.17rem;
  }
  /* line 76, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action .content-wrapper {
    padding-bottom: 0.5rem;
  }

  /* line 79, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .large-call-to-action-story .call-to-action .news-divider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0rem;
    margin-bottom: 1.225rem;
  }

  /* line 80, ../scss/news.miami.edu/_call-to-action.scss */
  .medium-call-to-action-story .call-to-action div.column-wrapper {
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important;
    margin-top: 0;
    max-height: none;
  }
}
@media (min-width: 47.5em) {
  /* line 88, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action {
    margin-bottom: 0 !important;
  }
  /* line 90, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action h4 {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 0.875rem;
    margin-top: 0;
  }
  /* line 91, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action .news-divider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0rem;
    margin-bottom: 1.225rem;
  }
  /* line 92, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper {
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important;
    max-height: none;
  }
  /* line 93, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action table {
    min-height: 3rem;
    display: block;
  }
  /* line 94, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper:nth-child(odd) {
    padding-left: 5px;
    padding-right: 25px;
  }
  /* line 95, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper:nth-child(even) {
    padding-left: 5px;
    padding-right: 25px;
  }

  /* line 97, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action-divider {
    margin-top: 0;
  }

  /* line 98, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story {
    padding-right: 0;
    margin-top: -6.5rem;
    margin-bottom: 0 !important;
  }
  /* line 100, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action-divider {
    margin-top: 0;
  }
  /* line 101, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .large-call-to-action-story .call-to-action .news-divider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0rem;
    margin-bottom: 1.225rem;
  }
  /* line 103, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action h5 {
    margin-bottom: 0.8rem;
  }
  /* line 104, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action h4 {
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    font-size: 0.875rem;
    font-style: italic;
    line-height: 0.875rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  /* line 105, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action h3 {
    font-size: 0.875rem;
    line-height: 0.875rem;
    margin-top: 0;
  }
  /* line 106, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action .icon img {
    width: 2.5rem !important;
    height: 2.5rem;
    min-width: 2.625rem;
    max-height: 2.625rem;
    display: block;
  }
  /* line 107, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action div.column-wrapper {
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important;
    margin-top: 0;
    max-height: none;
  }
  /* line 108, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action table {
    min-height: 3.25rem;
    display: block;
    margin-bottom: 0;
  }
  /* line 109, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action div.column-wrapper:nth-child(odd) {
    padding-left: 0.825rem;
    padding-right: 0.825rem;
    padding-bottom: 0.625rem;
  }
  /* line 110, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action div.column-wrapper:nth-child(even) {
    padding-left: 0.825rem;
    padding-right: 0.825rem;
    padding-bottom: 0.625rem;
  }
  /* line 111, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action .column-wrapper .action-text {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 112, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action .icon {
    width: auto;
    padding-left: 0rem;
    padding-right: 0.8rem;
    margin-bottom: 0.5rem !important;
  }
  /* line 113, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action .action-text {
    margin-bottom: 0.25rem !important;
  }
  /* line 114, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action .news-divider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3.25rem;
    margin-bottom: 0.17rem;
  }
  /* line 115, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action .content-wrapper {
    padding-bottom: 0rem;
  }
}
@media (min-width: 47.5em) and (max-width: 63.938em) {
  /* line 122, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper:nth-child(2) {
    padding-left: 5px;
    padding-right: 25px;
  }
  /* line 123, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper:nth-child(3) {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 124, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper:nth-child(4) {
    padding-left: 25px;
    padding-right: 5px;
  }
  /* line 125, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper:nth-child(5) {
    padding-left: 5px;
    padding-right: 25px;
  }
  /* line 126, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action div.column-wrapper:nth-child(6) {
    padding-left: 25px;
    padding-right: 25px;
  }

  /* line 129, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action div.column-wrapper:nth-child(2) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 130, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action div.column-wrapper:nth-child(3) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 131, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action div.column-wrapper:nth-child(4) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 132, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action div.column-wrapper:nth-child(5) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 133, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action div.column-wrapper:nth-child(6) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 64em) {
  /* line 140, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action {
    margin-bottom: 1.563rem !important;
  }
  /* line 141, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action .column-wrapper {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    margin-top: 0;
    max-height: none;
  }
  /* line 142, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action h3 {
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    margin-top: 5px;
  }
  /* line 143, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action h4 {
    font-size: 0.9375rem;
    font-style: italic;
    line-height: 0.9rem;
    margin-top: 5px;
  }
  /* line 144, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action .action-text {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    padding-left: 0.74rem !important;
  }
  /* line 145, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action .icon {
    padding-right: 0;
    padding-left: 0rem;
  }
  /* line 146, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action table {
    min-height: none;
    display: table;
  }
  /* line 147, ../scss/news.miami.edu/_call-to-action.scss */
  .call-to-action .news-divider {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.425rem;
    margin-bottom: 1.425rem;
  }

  /* line 151, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action {
    margin-bottom: 1.563rem !important;
    min-width: 145px !important;
    max-width: 210px !important;
  }
  /* line 152, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action h3 {
    margin-top: 0;
  }
  /* line 153, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action .column-wrapper {
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    max-height: none;
  }
  /* line 154, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action table tr td {
    float: left;
  }
  /* line 155, ../scss/news.miami.edu/_call-to-action.scss */
  .large-call-to-action-story .call-to-action table tr td:last-child {
    clear: right;
  }
}
/* END: Styling for call-to-action */
/* START: Styling for Landing pages */
/*Landing Page  - News Interruptors*/
/* line 9, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.top_content.landing span.news_category, .landing .news_category {
  font-family: "Stag Bold" !important;
}

/* line 10, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.top_content.landing span.news_category a {
  position: relative;
  top: -5px;
}

/* line 11, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.landing .news_category {
  position: relative;
  top: 0;
}

/* line 12, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.top_content.landing span.news_category a, .landing .news_category a {
  background: none;
  color: #F37320;
  font-size: 0.813rem;
  letter-spacing: 0.07em;
  padding: 0;
}

/* line 14, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.news_container.landing h2 {
  margin-top: 0 !important;
}

/* line 15, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.landing .img_wrapper {
  margin-bottom: 20px;
}

/* line 16, ../scss/news.miami.edu/_subsite-landing-pages.scss */
ul.news-cat li a {
  color: #ffffff;
}

/*Interruptor*/
/* line 18, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.interruptor {
  background: #ffffff;
  margin: 0 1.563rem 35px 1.563rem !important;
}

/* line 19, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.int-content {
  background: #f2f3f3;
  margin: 10px 0 !important;
  overflow: hidden;
}

/* line 20, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.interruptor .header {
  background: #374547;
  height: 26px;
}

/* line 21, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.interruptor .header h3 {
  color: #ffffff;
  font-family: "Stag Sans Bold";
  font-size: 15px;
  padding-top: 2px;
  text-transform: uppercase;
}

/* line 23, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.interruptor div:first-child {
  margin-bottom: 0 !important;
}

/* line 24, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.int-content > div {
  padding-left: 15px;
}

/* line 25, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.interruptor .int-news {
  border-right: solid 1px #dddddd;
  margin-top: 14.8px;
  margin-bottom: 10px !important;
  min-height: 108px;
}

/* line 26, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.interruptor .int-news h4 {
  font-size: 20px;
}

/* line 27, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.interruptor .int-news:last-child {
  border-right: none;
}

/* line 28, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.int-news:nth-child(2), .int-news:nth-child(5) {
  width: 24%;
}

/* line 29, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.int-news:nth-child(3), .int-news:nth-child(4) {
  width: 26%;
}

/*Breaking News*/
/* line 33, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#ribbon-left, #ribbon-right {
  display: table;
}

/* line 34, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#ribbon-left {
  height: 45px;
}

/* line 35, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#ribbon-right {
  height: 80px;
}

/* line 36, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#ribbon-left {
  background: #000000;
}

/* line 37, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#ribbon-right {
  background: #7d868c;
}

/* line 38, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#breaking-ribbon {
  margin-left: 1.563rem;
  margin-right: 1.563rem;
}

/* line 39, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#breaking-ribbon .columns, #breaking-ribbon .column {
  margin-bottom: 0;
}

/* line 40, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#ribbon-left .header {
  font-family: "Stag Sans Bold";
  color: #d2232a;
}

/* line 41, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#ribbon-right .news-title {
  font-family: "Stag Sans Light";
  color: #ffffff;
  text-transform: uppercase;
}

/* line 42, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#ribbon-right .news-title {
  font-size: 25px;
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
}

/* line 43, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#ribbon-left .header {
  font-size: 24px;
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

/* line 44, ../scss/news.miami.edu/_subsite-landing-pages.scss */
.columns-BN {
  padding-left: 1.0rem !important;
  padding-right: 1.0rem !important;
}

/* line 47, ../scss/news.miami.edu/_subsite-landing-pages.scss */
#homenews .page-title #filterGroup .accordion .accordion-navigation > a, #homenews .page-title #filterGroup .accordion dd > a, .page-title #filterGroup .accordion-navigation #filters {
  margin-bottom: 0;
}

@media (max-width: 29.938em) {
  /* line 53, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #newsContent .call-to-action .column-wrapper hr {
    display: none;
  }

  /* line 54, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #newsContent .call-to-action .column-wrapper {
    margin-top: 0;
  }

  /* line 55, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .interruptor .header h3 {
    padding-top: 5px;
    text-align: center;
  }

  /*This overrides the Fontawesome arrow and creates one with css*/
  /* line 57, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .slick-prev::before, .slick-next::before {
    display: none;
  }

  /* line 58, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .slick-prev, .slick-next {
    content: "" !important;
    border-bottom: 5px solid #dcdcdc;
    border-right: 5px solid #dcdcdc;
    height: 30px !important;
    margin-top: -25px;
    width: 30px !important;
  }

  /* line 59, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .slick-prev {
    margin-left: 0.3rrem;
    transform: rotate(135deg);
  }

  /* line 60, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .slick-next {
    margin-right: 0.35rem;
    transform: rotate(-45deg);
  }

  /* line 61, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .int-news-sm .news_container {
    background: #ffffff;
    vertical-align: middle;
  }

  /* line 62, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .int-news-sm h4 {
    color: #04351e;
    font-family: "Stag Light";
    font-size: 1.5rem;
    text-align: center;
  }

  /* line 63, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .slick-list {
    margin-top: 10px;
  }

  /* line 64, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .interruptor, .news-slider {
    margin-bottom: 0 !important;
  }

  /* line 65, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-right .news-title, #ribbon-left .header {
    text-align: center;
  }

  /* line 66, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-left {
    margin-bottom: 0 !important;
  }

  /* line 67, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-left {
    height: 75px;
  }

  /* line 68, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #breaking-ribbon #ribbon-right {
    height: 105px;
    margin-bottom: 1.563rem !important;
  }

  /* line 70, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #homenews .news-vline-1.landing-3-story {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 30em) {
  /* line 77, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .landing-3 .story_summary, .landing-3 .story_wrapper {
    overflow: hidden;
    margin-bottom: 0 !important;
  }

  /* line 78, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #news .landing-3 .columns.img_wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 30em) and (max-width: 47.438em) {
  /* line 82, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #newsContent .call-to-action div.column-wrapper {
    float: none;
    display: inline-block;
  }

  /* line 83, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .interruptor .header {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 84, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .interruptor .header h3 {
    font-size: 0.9rem;
    letter-spacing: 0.02em;
    padding-top: 4px;
    text-align: center;
  }

  /*This overrides the Fontawesome arrow and creates one with css*/
  /* line 86, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .slick-prev::before, .slick-next::before {
    display: none;
  }

  /* line 87, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .slick-prev, .slick-next {
    content: "" !important;
    border-bottom: 7px solid #dcdcdc;
    border-right: 7px solid #dcdcdc;
    height: 40px !important;
    margin-top: -25px;
    width: 40px !important;
  }

  /* line 88, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .slick-prev {
    margin-left: 5.313rem;
    transform: rotate(135deg);
  }

  /* line 89, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .slick-next {
    margin-right: 5.313rem;
    transform: rotate(-45deg);
  }

  /* line 90, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .int-news-sm .news_container {
    background: #ffffff;
    vertical-align: middle;
  }

  /* line 91, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .int-news-sm h4 {
    color: #04351e;
    font-family: "Stag Light";
    font-size: 1.5rem;
    text-align: center;
  }

  /* line 92, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .slick-list {
    margin-top: 10px;
  }

  /* line 93, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .interruptor, .news-slider {
    margin-bottom: 0;
  }

  /* line 94, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-right .news-title, #ribbon-left .header {
    text-align: center;
  }

  /* line 95, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-left {
    margin-bottom: 0 !important;
  }

  /* line 97, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .landing-3 .img_wrapper {
    margin-right: 1.563rem;
    margin-bottom: 0;
    width: 225px;
    min-width: 225px;
    max-width: 225px;
    float: left;
  }
}
@media (min-width: 47.5em) {
  /* line 103, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .landing-3 .img_wrapper {
    margin-right: 1.563rem;
    margin-bottom: 0;
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    float: left;
  }

  /*FILTER TITLE FIX*/
  /* line 105, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #homenews .page-title h1 {
    min-height: 36px;
    padding-right: 280px;
    line-height: 1.1em;
  }

  /* line 106, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #homenews .page-title > .row {
    margin-top:45px;
    position: relative;
    top: -45px;
  }

  /* line 107, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #homenews .page-title #filterGroup .accordion .accordion-navigation > a, #homenews .page-title #filterGroup .accordion dd > a {
    margin-bottom: 0;
  }

  /* line 108, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .page-title #filterGroup .accordion-navigation #filters {
    margin-bottom: -20px;
  }
}
@media (min-width: 47.5em) and (max-width: 63.938em) {
  /* line 112, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #newsContent .call-to-action .column-wrapper:nth-child(4) hr {
    display: none;
  }

  /* line 113, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #newsContent .call-to-action div.column-wrapper:nth-child(4) {
    padding-left: 0;
  }

  /* line 114, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .int-news:nth-child(2), .int-news:nth-child(4) {
    width: 32%;
  }

  /* line 115, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .int-news:nth-child(3) {
    width: 35%;
  }

  /* line 116, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .int-news:nth-child(4) {
    border-right: none;
  }

  /* line 117, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-left {
    margin-bottom: 0 !important;
  }

  /* line 118, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-right .news-title, #ribbon-left .header {
    text-align: center;
  }
}
@media (min-width: 64em) {
  /* line 123, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #newsContent .call-to-action {
    margin-top: -7px;
  }

  /* line 124, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #newsContent .call-to-action .column-wrapper {
    margin-top: 0;
  }

  /* line 125, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-left, #ribbon-right {
    height: 72px;
  }

  /* line 126, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-left {
    width: 24%;
  }

  /* line 127, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-right {
    width: 76%;
  }

  /* line 129, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .landing-3-stories-container {
    border-right: 1px solid #E3E2E2;
  }
  /* line 132, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .landing-3-stories-container .interruptor.show-for-xlarge-up .int-content .int-news:nth-child(4) {
    border-right: none;
  }
  /* line 133, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .landing-3-stories-container .interruptor.show-for-xlarge-up .int-content .hide-for-large {
    display: none !important;
    visibility: hidden;
  }
  /* line 134, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .landing-3-stories-container .interruptor.show-for-xlarge-up .int-news {
    width: 33.33% !important;
  }

  /* line 137, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .landing-3-stories-container #ribbon-left, .landing-3-stories-container #ribbon-right {
    width: 100%;
  }

  /* line 138, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  .landing-3-stories-container #ribbon-left {
    height: 45px;
  }
}
@media (min-width: 85.375em) {
  /* line 142, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #newsContent .call-to-action {
    margin-top: -4px;
  }

  /* line 143, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #newsContent .call-to-action .column-wrapper {
    margin-top: 0;
  }

  /* line 144, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-left, #ribbon-right {
    height: 72px;
  }

  /* line 145, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-left {
    width: 24%;
  }

  /* line 146, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #ribbon-right {
    width: 76%;
  }
}
@media only print {
  /* line 152, ../scss/news.miami.edu/_subsite-landing-pages.scss */
  #homenews #news div.landing-3-stories-container {
    padding: 0 0 !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}
/* END: Styling for landing pages */
/* ALL TOPICS INDEX ALL-606 */
/* line 3, ../scss/news.miami.edu/topics-index.scss */
#topicindex {
  padding-bottom: 80px;
  padding-top: 15px;
}

/* line 4, ../scss/news.miami.edu/topics-index.scss */
#topicindex a.anchor {
  display: block;
  position: relative;
  top: -180px;
  visibility: hidden;
}

/* line 5, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

/* line 6, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.topics li:last-child {
  float: left;
}

/* line 7, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.pagination br {
  display: block;
  clear: both;
}

/* line 8, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.pagination {
  margin-top: 1.6em;
  margin-left: 1.3em;
  margin-right: 1.3em;
  margin-bottom: 4em;
}

/* line 9, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.pagination li {
  margin-left: 0.6em;
  margin-top: 0.8em;
  margin-right: 0.5em;
  margin-bottom: 0.3em;
}

/* line 10, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.pagination li:first-child {
  display: none;
  visibility: hidden;
}

/* line 11, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.pagination li a {
  width: 30px;
  max-width: 29.16px;
  overflow: hidden;
  text-align: center;
  padding: 0.2em 0 0.1em 0;
  color: #282829;
  font-size: 21.06px;
  border: 1px solid #B5B8BB;
}

/* line 12, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.pagination li a:active, #topicindex ul.pagination li a:hover {
  border: 1px solid #FBB584;
  background: #F37321;
  color: #FFFFFF;
  font-family: "Stag Sans Book";
}

/* line 13, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.topics {
  padding-top: 34px;
}

/* line 14, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.topics ul, #topicindex ul.topics ul li {
  margin: 0;
  padding: 0;
}

/* line 15, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.topics ul {
  padding-top: 0.5em;
}

/* line 16, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.topics li a {
  width: 100%;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-left: 0.7em;
  display: block;
}

/* line 17, ../scss/news.miami.edu/topics-index.scss */
#topicindex ul.topics li a:hover {
  color: #F37321;
  background: #E6E7E8;
  text-decoration: none;
}

/* line 18, ../scss/news.miami.edu/topics-index.scss */
#topicindex .letterheading {
  font-size: 2.5em;
  color: #B3BDC6;
  line-height: 100%;
  display: block;
}

/* line 19, ../scss/news.miami.edu/topics-index.scss */
#topicindex .letterheading span {
  margin-left: 10px;
}

/* viewport specific */
/* small */
@media (max-width: 29.938em) {
  /* line 24, ../scss/news.miami.edu/topics-index.scss */
  #topicindex a.anchor {
    top: -120px;
  }

  /* line 25, ../scss/news.miami.edu/topics-index.scss */
  #topicindex {
    padding-bottom: 45px;
    padding-top: 0;
  }

  /* line 26, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.pagination li a {
    border: none;
    font-size: 21.06px;
  }

  /* line 27, ../scss/news.miami.edu/topics-index.scss */
  #umiamion h1 {
    font-size: 42px;
  }

  /* line 28, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.pagination li {
    margin-left: 0em;
    margin-right: 0.36em;
  }

  /* line 29, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.pagination {
    margin-top: 1.6em;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0em;
  }

  /* line 30, ../scss/news.miami.edu/topics-index.scss */
  #topicindex .letterheading {
    padding-bottom: 10px;
  }

  /* line 31, ../scss/news.miami.edu/topics-index.scss */
  #topicindex .letterheading span {
    margin-left: 0;
  }

  /* line 32, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.topics li a {
    padding-left: 10px;
    margin-left: -10px;
    font-size: 1.0625rem;
  }

  /* line 33, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.topics ul {
    padding-top: 0em;
  }

  /* line 34, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.topics ul, #topicindex ul.topics ul li {
    margin-top: 5px;
  }
}
/* medium */
@media only screen and (min-width: 30em) and (max-width: 47.438em) {
  /* line 39, ../scss/news.miami.edu/topics-index.scss */
  #topicindex .letterheading {
    padding-bottom: 10px;
  }

  /* line 40, ../scss/news.miami.edu/topics-index.scss */
  #topicindex a.anchor {
    top: -120px;
  }

  /* line 41, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.pagination {
    margin-bottom: 1.25em;
    margin-top: 1.6em;
    margin-right: 1.81em;
  }

  /* line 42, ../scss/news.miami.edu/topics-index.scss */
  #topicindex {
    padding-bottom: 60px;
    padding-top: 12px;
  }

  /* line 43, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.pagination li a {
    padding: 0.3em 0 0.1em 0;
    font-size: 21px;
  }

  /* line 44, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.pagination li {
    margin-right: 0em;
    margin-left: 1.125em;
    margin-bottom: 0.4em;
  }

  /* line 45, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.topics li a {
    font-size: 1.0625rem;
  }

  /* line 46, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.topics ul {
    margin-top: 12px;
  }

  /* line 47, ../scss/news.miami.edu/topics-index.scss */
  #topicindex #umiamion h1 {
    font-size: 42px;
  }
}
/* xx-large */
@media only screen and (min-width: 85.375em) {
  /* line 52, ../scss/news.miami.edu/topics-index.scss */
  #topicindex {
    padding-top: 15px;
  }

  /* line 53, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.pagination {
    margin-left: 2em;
    padding-bottom: 14px;
  }

  /* line 54, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.topics {
    padding-top: 15px;
  }

  /* line 55, ../scss/news.miami.edu/topics-index.scss */
  #topicindex ul.topics li {
    margin-bottom: 3px;
  }

  /* line 56, ../scss/news.miami.edu/topics-index.scss */
  #topicindex .letterheading {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
/* END TOPICS INDEX */
/* START: Styling for Page */
@media (max-width: 29.938em) {
  /* line 10, ../scss/news.miami.edu/_subsite-story-page.scss */
  #news .category-container {
    margin-bottom: -50px !important;
    margin-left: 1px !important;
    margin-top: 40px !important;
  }

  /* line 11, ../scss/news.miami.edu/_subsite-story-page.scss */
  #news .category-container span.sub_site_news_category {
    font-family: "Stag Bold" !important;
  }

  /* line 12, ../scss/news.miami.edu/_subsite-story-page.scss */
  #news .sub_site_news_category {
    position: relative;
    top: 0;
  }

  /* line 13, ../scss/news.miami.edu/_subsite-story-page.scss */
  #news .category-container span.sub_site_news_category a {
    position: relative !important;
    top: -5px !important;
    background: none !important;
    color: #F47321 !important;
    font-size: 13px !important;
    letter-spacing: 0.04rem !important;
    padding: 0px 10px 0px 0px !important;
  }
}
@media (min-width: 30em) and (max-width: 47.438em) {
  /* line 19, ../scss/news.miami.edu/_subsite-story-page.scss */
  #news .category-container {
    margin-bottom: -50px !important;
    margin-left: 22px !important;
    margin-top: 40px !important;
  }

  /* line 20, ../scss/news.miami.edu/_subsite-story-page.scss */
  #news .category-container span.sub_site_news_category {
    font-family: "Stag Bold" !important;
  }

  /* line 21, ../scss/news.miami.edu/_subsite-story-page.scss */
  #news .sub_site_news_category {
    position: relative;
    top: 0;
  }

  /* line 22, ../scss/news.miami.edu/_subsite-story-page.scss */
  #news .category-container span.sub_site_news_category a {
    position: relative !important;
    top: -5px !important;
    background: none !important;
    color: #F47321 !important;
    font-size: 13px !important;
    letter-spacing: 0.04rem !important;
    padding: 0px 10px 0px 0px !important;
  }
}
@media (min-width: 47.5em) {
  /* line 27, ../scss/news.miami.edu/_subsite-story-page.scss */
  .top_content_story span.sub_site_news_category {
    font-family: "Stag Bold" !important;
  }

  /* line 28, ../scss/news.miami.edu/_subsite-story-page.scss */
  .sub_site_news_category {
    position: relative;
    top: 0;
  }

  /* line 29, ../scss/news.miami.edu/_subsite-story-page.scss */
  .top_content_story span.sub_site_news_category a {
    position: relative;
    top: -5px;
    background: none;
    color: #F47321;
    font-size: 13px;
    letter-spacing: 0.04rem;
    padding: 0px 10px 0px 0px;
  }
}
/* END: Styling for Subsite News Story page */
/********************************************
 PUBLICATIONS
********************************************/
/* General and Index Page */
/* line 6, ../scss/news.miami.edu/_publications.scss */
body.publications .container.news {
  width: auto;
}
/* line 8, ../scss/news.miami.edu/_publications.scss */
body.publications .container.news .row {
  max-width: 1280px;
  margin: 0 auto;
}
/* line 9, ../scss/news.miami.edu/_publications.scss */
body.publications .container.news .row .news-divider {
  margin: 40px 1.563rem 35px;
}
/* line 10, ../scss/news.miami.edu/_publications.scss */
body.publications .container.news .title h1 {
  padding: 0;
  margin: 0;
}

/* line 14, ../scss/news.miami.edu/_publications.scss */
.publication .publication-data h2 {
  margin: 0;
  color: #005030;
  font-family: 'Stag Sans Light', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
/* line 15, ../scss/news.miami.edu/_publications.scss */
.publication .publication-data .abstract {
  margin-top: 20px;
  word-wrap: break-word;
}
/* line 16, ../scss/news.miami.edu/_publications.scss */
.publication .button {
  margin: 0;
}
/* line 17, ../scss/news.miami.edu/_publications.scss */
.publication .browse, .publication .website {
  text-align: center;
}
/* line 18, ../scss/news.miami.edu/_publications.scss */
.publication .browse .button {
  margin-top: 50px;
}
/* line 19, ../scss/news.miami.edu/_publications.scss */
.publication .hide-for-large-up .browse .button {
  margin-top: 15px;
}
/* line 20, ../scss/news.miami.edu/_publications.scss */
.publication .website .button {
  margin-top: 20px;
}
/* line 21, ../scss/news.miami.edu/_publications.scss */
.publication .category h2 {
  color: #e8d3a3;
  font-size: 23px;
  line-height: 23px;
  font-family: 'Stag Bold';
  margin: 0 0 20px;
}

/* line 23, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .publication-data {
  margin-bottom: 40px;
}

/* line 24, ../scss/news.miami.edu/_publications.scss */
.publication.list-view .category {
  margin-bottom: 45px;
}

/* line 25, ../scss/news.miami.edu/_publications.scss */
.publication.list-view .category:last-child {
  margin-bottom: 0;
}

/* line 27, ../scss/news.miami.edu/_publications.scss */
.publication.list-view .issues > ul {
  margin: 0 0 0 0;
  padding: 0;
}
/* line 29, ../scss/news.miami.edu/_publications.scss */
.publication.list-view .issues > ul li {
  line-height: 38px;
  padding: 0 1em;
  list-style: none;
  display: block;
  clear: both;
  color: #f47321;
  font-size: 15px;
  font-family: 'Stag Sans Medium';
}
/* line 30, ../scss/news.miami.edu/_publications.scss */
.publication.list-view .issues > ul li:nth-child(odd) {
  background: #F6F8F8;
}
/* line 31, ../scss/news.miami.edu/_publications.scss */
.publication.list-view .issues > ul li span.download {
  display: block;
  text-align: right;
  text-transform: uppercase;
}
/* line 32, ../scss/news.miami.edu/_publications.scss */
.publication.list-view .issues > ul li a {
  color: #f47321;
  text-decoration: none;
  line-height: 18px;
}
/* line 33, ../scss/news.miami.edu/_publications.scss */
.publication.list-view .issues > ul li a:hover {
  text-decoration: underline;
}
/* line 34, ../scss/news.miami.edu/_publications.scss */
.publication.list-view .issues > ul li a i {
  margin-left: 1.5em;
}

/* line 37, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul {
  margin: 0;
  padding: 0;
}
/* line 39, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul li {
  list-style: none;
  display: block;
  color: #f47321;
  font-size: 15px;
  font-family: 'Stag Sans Medium';
  text-align: center;
  padding-bottom: 45px;
}
/* line 40, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul li .thumbnail {
  position: relative;
  max-height: 305px;
  max-width: 229px;
  margin: 0 auto;
}
/* line 41, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul li .issue-title {
  display: block;
  margin-top: 15px;
  color: #8996a0;
  font-size: 14px;
  line-height: 18px;
  font-family: "Stag Sans Semibold";
}
/* line 43, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul li .issue-title a:hover {
  text-decoration: underline;
}
/* line 45, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul li .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
/* line 46, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul li .overlay .mini-buttons {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 47, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul li .overlay .mini-buttons li {
  display: inline;
  list-style: none;
  text-align: center;
}
/* line 48, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul li .overlay .mini-button {
  display: inline-block;
  margin: 16px;
  font-size: 28px;
  height: 40px;
  width: 40px;
  text-align: center;
  color: #FFFFFF;
  background: #F47321;
}
/* line 49, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul li .overlay .mini-button.website {
  background-color: #C2C943;
}
/* line 50, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul li .overlay .mini-button.download {
  background-color: #F47321;
}
/* line 51, ../scss/news.miami.edu/_publications.scss */
.publication.grid-view .issues > ul li .overlay ul li > a i.fa {
  line-height: 40px;
  font-size: 28px;
}

/* Custom styles for single page */
/* line 56, ../scss/news.miami.edu/_publications.scss */
body.publications .publication.single .title h1 {
  color: #005030;
  padding: 0;
  margin: 0 0 40px;
  font-family: 'Stag Light';
}
/* line 57, ../scss/news.miami.edu/_publications.scss */
body.publications .publication.single .publication-data {
  margin-bottom: 40px;
}
/* line 58, ../scss/news.miami.edu/_publications.scss */
body.publications .publication.single .publication-data .abstract {
  margin-top: 0;
}
/* line 59, ../scss/news.miami.edu/_publications.scss */
body.publications .publication.single .website .button {
  margin-top: 50px;
}

/* line 61, ../scss/news.miami.edu/_publications.scss */
.publication.single.list-view .category:last-child {
  margin-bottom: 40px;
}

/* Styles for Small Viewports  */
@media only screen and (max-width: 29.938em) {
  /* line 65, ../scss/news.miami.edu/_publications.scss */
  body.publications .container.news .title h1 {
    margin-top: 40px !important;
  }

  /* line 66, ../scss/news.miami.edu/_publications.scss */
  .publication .thumbnail {
    max-width: 258px;
    max-height: 343px;
  }
}
/* Styles for Medium viewports */
@media only screen and (min-width: 30em) and (max-width: 47.438em) {
  /* line 71, ../scss/news.miami.edu/_publications.scss */
  .publication .button {
    max-height: 55px;
    max-width: 506px;
  }
}
/* Styles for Medium and Up viewports */
/* News Related Topics Tags - Small Viewport */
/* Small-Medium Viewport max width */
@media only screen and (max-width: 47.438em) {
  /* line 81, ../scss/news.miami.edu/_publications.scss */
  .publication.single {
    margin-bottom: 40px;
  }

  /* line 82, ../scss/news.miami.edu/_publications.scss */
  .publication.single .website .button {
    margin-top: 15px;
  }

  /* line 83, ../scss/news.miami.edu/_publications.scss */
  .publication-data .abstract {
    margin-bottom: 0;
  }

  /* line 84, ../scss/news.miami.edu/_publications.scss */
  .publications .publication .publication-data {
    margin-bottom: 35px;
  }

  /* line 85, ../scss/news.miami.edu/_publications.scss */
  .publication.grid-view .category .issues > ul li {
    padding-bottom: 30px;
  }

  /* line 86, ../scss/news.miami.edu/_publications.scss */
  .publication.list-view .category {
    margin-bottom: 30px;
  }

  /* line 87, ../scss/news.miami.edu/_publications.scss */
  .publication.list-view .category:last-child {
    margin-bottom: 30px;
  }
}
/*Styles for Large Viewports */
@media only screen and (min-width: 47.5em) and (max-width: 63.938em) {
  /* line 92, ../scss/news.miami.edu/_publications.scss */
  .publication .button {
    max-height: 55px;
    max-width: 290px;
  }
}
/* Styles for Large and Up */
@media only screen and (min-width: 47.5em) {
  /* line 97, ../scss/news.miami.edu/_publications.scss */
  body.publications .container.news .publication.grid-view + .row {
    margin-top: -45px;
  }
}
/* Styles for XLarge viewports */
@media only screen and (min-width: 64em) and (max-width: 185.313em) {
  /* line 102, ../scss/news.miami.edu/_publications.scss */
  .publication .button {
    max-height: 55px;
    max-width: 228px;
  }
}
/* Styles for XXLarge Up viewports */
@media only screen and (min-width: 85.375em) {
  /* line 107, ../scss/news.miami.edu/_publications.scss */
  .publication .button {
    max-height: 55px;
    max-width: 270px;
  }
}
@media only screen and (max-width: 47.438em) and (min-width: 30em) {
  /* line 111, ../scss/news.miami.edu/_publications.scss */
  body.publications .container.news {
    padding-top: 130px;
  }
}

/*-----PRINT STYLES --------*/
@media print {
  /* This prevents printing extra blank pages at the end of the document. It does not work in all browsers.*/
  /* line 5, ../scss/news.miami.edu/_news-print-styles.scss */
  html, body {
    height: 99%;
  }

  @page {
    margin: 0.5in 0.5in 1in 0.5in;
  }
  @page :first {
    margin: 0.5in 0.5in 1in 0.5in;
  }
  /* line 8, ../scss/news.miami.edu/_news-print-styles.scss */
  body {
    font-size: 14pt;
    font-family: "Stag Sans Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 18pt;
    float: none !important;
  }

  /* line 9, ../scss/news.miami.edu/_news-print-styles.scss */
  p {
    page-break-inside: auto;
  }

  /* line 10, ../scss/news.miami.edu/_news-print-styles.scss */
  .navbar {
    min-height: 0.25in;
  }

  /* line 11, ../scss/news.miami.edu/_news-print-styles.scss */
  #news img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid !important;
  }

  /* line 12, ../scss/news.miami.edu/_news-print-styles.scss */
  .right-col {
    height: auto;
  }

  /* line 13, ../scss/news.miami.edu/_news-print-styles.scss */
  .row.topbar {
    position: relative;
  }

  /* line 14, ../scss/news.miami.edu/_news-print-styles.scss */
  .breadcrumbsright, .slivernav, #sidebar-wrapper, .toggle-bar, .a2a_kit, .show-for-small-only, .show-for-medium-only, .slivernav, .topsliver, .navbar-header,
  .green-bg .row, #bread, .author-block, .story-headline, #global_footer, .html5-video-container, .html5-video-content, .flex-video iframe,
  .show-for-medium-down .caption span, #a2apage_full, [class*="news-vline-"] .show-for-xlarge-up, .news-divider, .flex-video iframe, .fa-2x, hr.show-for-large-up, hr,
  #load-button, .show-for-medium-down .um-blog-column, #homenews i span, .searchTermContainer, .searchButtonContainer, #advancedSearch, ul.pagination,
  #homenews .news_container .img_wrapper, #filterGroup, #filterContainer, .call-to-action, .top_content .news_category, .interruptor {
    display: none !important;
  }

  /* line 19, ../scss/news.miami.edu/_news-print-styles.scss */
  .logo {
    display: block !important;
    width: 1.75in;
    margin: 0 auto;
  }

  /* line 20, ../scss/news.miami.edu/_news-print-styles.scss */
  .right-col {
    width: 100%;
  }

  /* line 21, ../scss/news.miami.edu/_news-print-styles.scss */
  .large-80 {
    width: 100%;
  }

  /* line 22, ../scss/news.miami.edu/_news-print-styles.scss */
  .columns .columns {
    padding: 0;
  }

  /* News Categories */
  /*Remove link url display*/
  /* line 25, ../scss/news.miami.edu/_news-print-styles.scss */
  .news_category a[href]:after, .img_wrapper a[href]:after, .img_wrapper-print a[href]:after, h2 a[href]:after, .pad_r_0 div a[href]:after, .resultSet h3 a[href]:after {
    content: " .";
    color: transparent;
    display: none;
  }

  /* line 26, ../scss/news.miami.edu/_news-print-styles.scss */
  .content-main a[href] {
    word-wrap: break-word;
    word-break: break-all;
  }

  /* line 27, ../scss/news.miami.edu/_news-print-styles.scss */
  .news_category {
    font-family: "Stag Book";
    font-size: 0.75rem;
    letter-spacing: 0.04rem;
    padding: 0;
    position: relative;
    /*top:17pt;*/
    top: 17pt;
  }

  /* line 29, ../scss/news.miami.edu/_news-print-styles.scss */
  .news-category a {
    font-weight: bold;
    text-decoration: none;
  }

  /* line 30, ../scss/news.miami.edu/_news-print-styles.scss */
  #news .top_content_story, #newsContainer .top_content_story, #filterContainer .top_content_story {
    left: 0;
    padding: 1.25rem 1.5rem 0rem 0rem;
    top: 0;
  }

  /* line 31, ../scss/news.miami.edu/_news-print-styles.scss */
  .story-abstract {
    font-size: 14pt;
    margin-bottom: 0.25in !important;
  }

  /* line 32, ../scss/news.miami.edu/_news-print-styles.scss */
  .content-main p {
    font-size: 11pt;
    line-height: 1.18rem !important;
  }

  /* line 33, ../scss/news.miami.edu/_news-print-styles.scss */
  .academics, .architecture, .arts, .business, .education, .health, .law, .people, .research, .science, .sports, .university {
    height: 25pt;
    padding: 0.25rem 1rem 0.3rem;
    text-decoration: none;
    width: auto;
  }

  /* line 34, ../scss/news.miami.edu/_news-print-styles.scss */
  .academics {
    background-color: white;
    box-shadow: inset 0 0 0 2rem rgba(5, 70, 41, 0.7) !important;
  }

  /* line 35, ../scss/news.miami.edu/_news-print-styles.scss */
  .architecture {
    background-color: white;
    box-shadow: 0px 0px 0px 2rem rgba(235, 85, 36, 0.7) inset !important;
  }

  /* line 36, ../scss/news.miami.edu/_news-print-styles.scss */
  .arts {
    background-color: white;
    box-shadow: 0px 0px 0px 2rem rgba(144, 102, 168, 0.7) inset !important;
  }

  /* line 37, ../scss/news.miami.edu/_news-print-styles.scss */
  .business {
    background-color: white;
    box-shadow: 0px 0px 0px 2rem rgba(241, 195, 31, 0.7) inset !important;
  }

  /* line 38, ../scss/news.miami.edu/_news-print-styles.scss */
  .education {
    background-color: white;
    box-shadow: 0px 0px 0px 2rem rgba(208, 109, 40, 0.7) inset !important;
  }

  /* line 39, ../scss/news.miami.edu/_news-print-styles.scss */
  .health {
    background-color: white;
    box-shadow: 0px 0px 0px 2rem rgba(87, 100, 109, 0.7) inset !important;
  }

  /* line 40, ../scss/news.miami.edu/_news-print-styles.scss */
  .law {
    background-color: white;
    box-shadow: 0px 0px 0px 2rem rgba(91, 148, 134, 0.7) inset !important;
  }

  /* line 41, ../scss/news.miami.edu/_news-print-styles.scss */
  .people {
    /*background-color: rgba(255, 255, 255, 1);*/
    box-shadow: inset 0 0 0 25pt rgba(225, 18, 70, 0.7) !important;
  }

  /* line 43, ../scss/news.miami.edu/_news-print-styles.scss */
  .research {
    background-color: white;
    box-shadow: 0px 0px 0px 2rem rgba(255, 176, 103, 0.7) inset !important;
  }

  /* line 44, ../scss/news.miami.edu/_news-print-styles.scss */
  .science {
    background-color: white;
    box-shadow: 0px 0px 0px 2rem rgba(5, 72, 81, 0.7) inset !important;
  }

  /* line 45, ../scss/news.miami.edu/_news-print-styles.scss */
  .sports {
    background-color: white;
    box-shadow: 0px 0px 0px 2rem rgba(108, 180, 227, 0.7) inset !important;
  }

  /* line 46, ../scss/news.miami.edu/_news-print-styles.scss */
  .university {
    background-color: white;
    box-shadow: 0px 0px 0px 2rem rgba(78, 110, 56, 0.7) inset !important;
  }

  /* line 47, ../scss/news.miami.edu/_news-print-styles.scss */
  .academics, .architecture, .arts, .business, .education, .health, .law, .people, .research, .science, .sports, .university {
    padding: 0.25rem 1rem 0.3rem;
  }

  /* Story */
  /* line 50, ../scss/news.miami.edu/_news-print-styles.scss */
  .container.news {
    padding-top: 0;
  }

  /* line 51, ../scss/news.miami.edu/_news-print-styles.scss */
  #news .caption, #newsContainer .caption, #filterContainer .caption {
    margin-bottom: 0;
    padding: 0;
  }

  /* line 52, ../scss/news.miami.edu/_news-print-styles.scss */
  #news .columns, #newsContainer .columns, #filterContainer .columns {
    margin-bottom: 0;
  }

  /* line 53, ../scss/news.miami.edu/_news-print-styles.scss */
  #news .top_content_story-noimage {
    padding-left: 0;
    padding-bottom: 0.6in;
  }

  /* line 54, ../scss/news.miami.edu/_news-print-styles.scss */
  #news .top_content_story-noimage > div, #news .top_content_story div {
    font-size: 30pt !important;
  }

  /* line 55, ../scss/news.miami.edu/_news-print-styles.scss */
  .top_content_story {
    margin: 1em 0;
  }

  /* line 56, ../scss/news.miami.edu/_news-print-styles.scss */
  .author-name, time {
    position: relative;
    left: -1.125rem;
  }

  /* line 57, ../scss/news.miami.edu/_news-print-styles.scss */
  #news time, #newsContainer time, #filterContainer time {
    font-family: "Stag Sans Bold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  }

  /* line 58, ../scss/news.miami.edu/_news-print-styles.scss */
  #news .columns-no-pad-right img {
    margin-top: 0;
  }

  /* Video*/
  /* line 61, ../scss/news.miami.edu/_news-print-styles.scss */
  .flex-video {
    float: right;
    height: auto;
    margin: 0 0 0.250in 0;
    overflow: hidden;
    padding: 0;
    position: relative;
  }

  /* line 62, ../scss/news.miami.edu/_news-print-styles.scss */
  .large-block-grid-3 > li {
    list-style: outside none none;
    width: 33%;
  }

  /*Main Page*/
  /* line 64, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .logo {
    margin-bottom: 0.125in;
  }

  /* line 65, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #umiamion .row {
    max-width: 100% !important;
    /*text-align:center;*/
  }

  /* line 67, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews hr.print-only {
    border-color: #ffffff;
    display: block !important;
  }

  /* line 68, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews p.print-only a[href]:after {
    content: " " attr(href) " ";
    border-top: solid 1px #000;
    display: block;
    font-size: 9pt;
    font-family: 'Stag Sans Book', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    line-height: 1rem;
    padding: 0.05in 0;
    word-break:break-all;
  }

  /* line 69, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews p.print-only a {
    text-decoration: none !important;
  }

  /* line 70, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news {
    display: table;
  }

  /* line 71, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .top_content {
    top: 1rem;
  }

  /* line 72, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news div {
    padding: 0 0.05in !important;
    width: 32%;
  }

  /* line 73, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .news_container, #homenews #news .img_wrapper, #homenews #news .img_wrapper div, #homenews #news .top_content, #homenews #news .columns-l, #homenews #news .columns-r, #homenews #news .news_container div {
    width: 100%;
  }

  /* We have to remove the floats because the page breaks do not work when there are floated elements*/
  /* line 75, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .column, #homenews #news .columns {
    display: inline-table;
    float: none;
    text-align: left;
  }

  /* #homenews #news .newsprint:nth-child(6n+1):after*/
  /* line 77, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .newsprint:nth-of-type(6n):after {
    clear: both;
    page-break-after: always;
  }

  /* line 78, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .newsprint:nth-of-type(3n) {
    padding-right: 0;
  }

  /* line 79, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .newsprint {
    page-break-inside: avoid;
  }

  /* line 80, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news:after {
    clear: both;
  }

  /* line 81, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .news-vline-1 .top_content {
    padding: 0;
    width: 100%;
  }

  /* line 82, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .newsprint h2 {
    font-family: 'Stag Sans Medium';
    font-size: 11pt;
    line-height: 1.1rem;
    /*margin-top:0.125in;*/
    margin-top: -0.05in;
    padding-left: 0.05in;
  }

  /* line 84, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .top_content {
    padding-top: 0 !important;
    top: 0;
  }

  /* line 85, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news h2:after {
    font-family: "Stag Sans Light", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  }

  /* line 86, ../scss/news.miami.edu/_news-print-styles.scss */
  #news .news-vline-1 time, #news .news-vline-2 time, #news .news-vline-1short time {
    /*padding-left:0.2in;*/
  }

  /* line 88, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .author-name, #homenews time {
    left: 0;
  }

  /* line 89, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .img_wrapper-print {
    box-sizing: content-box;
    height: 1.4in;
    margin-bottom: 0.15in;
    overflow: hidden;
  }

  /* line 90, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .img_wrapper-print img {
    position: relative;
    top: -20px;
    z-index: 0;
  }

  /* line 91, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .news_container p {
    font-size: 10pt;
    line-height: 1rem;
    margin-bottom: 0.125in;
    padding-left: 0.05in;
  }

  /* line 92, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .top_content p {
    margin-bottom: 0.125in;
    padding-left: 0;
  }

  /* line 93, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .top_content div {
    padding-left: 0 !important;
  }

  /* line 94, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .top_content time {
    display: block;
  }

  /* line 95, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .top_content h2 span {
    font-family: 'Stag Sans Medium';
    font-size: 11pt;
    line-height: 1.1rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
  }

  /* line 96, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .top_content h2 {
    /*margin-bottom:1.6rem;*/
    padding-left: 0;
  }

  /* line 98, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .news_category {
    font-size: 0.5rem;
    top: 0;
    z-index: 99;
  }

  /* line 99, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .academics, #homenews .architecture, #homenews .arts, #homenews .business, #homenews .education, #homenews .health, #homenews .law, #homenews .people, #homenews .research, #homenews .science, #homenews .sports, #homenews .university {
    padding: 0.15rem 0.5rem 0.2rem;
  }

  /* line 100, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news time {
    color: #B3BEC7 !important;
    font-family: "Stag Sans Medium";
    font-size: 10pt;
  }

  /* line 102, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews p.stagsansmedium.print-only {
    margin-bottom: 0 !important;
  }

  /* line 103, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .homepage-panel div.large-3 {
    width: 25%;
  }

  /* line 104, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .um-blog-column a[href]:after {
    content: " ";
  }

  /* line 105, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .um-blog-column {
    line-height: 12pt;
    padding: 0.05in 0.1in;
  }

  /* line 106, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .um-blog-column div a, #homenews .um-blog-column text, #homenews .um-blog-column div span {
    font-size: 10pt;
  }

  /*Social Icons*/
  /* line 108, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #umiamion .homepage-panel {
    page-break-before: always;
  }

  /* line 109, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .homepage-panel h1, #homenews .homepage-panel h1 span {
    font-size: 19pt;
  }

  /* line 110, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .homepage-panel h1 {
    color: #7D868D;
  }

  /* line 111, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .homepage-panel h1 a[href]:after {
    font-size: 9pt;
    margin-left: 0.05in;
  }

  /* line 112, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .twitter-blue {
    color: #4099FF !important;
  }

  /* line 113, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .facebook-blue {
    color: #3b5998 !important;
  }

  /* line 114, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .orange, .resultSet h3 a, .resultSet h3 a b {
    color: #f47321 !important;
  }

  /* line 115, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .hide-overflow {
    line-height: 12pt;
  }

  /* line 116, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .socialHeaderIcon {
    font-size: 30pt;
  }

  /* line 117, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .um-blog-column i {
    font-size: 24pt;
  }

  /* Search Results*/
  /* line 119, ../scss/news.miami.edu/_news-print-styles.scss */
  .resultCount p.searchSummary {
    font-family: "Stag Light";
    font-size: 15pt;
  }

  /* line 120, ../scss/news.miami.edu/_news-print-styles.scss */
  .resultCount p, .resultSet p {
    margin-bottom: 0.1in;
  }

  /* line 121, ../scss/news.miami.edu/_news-print-styles.scss */
  .resultSet h3 {
    margin-bottom: 0.05in;
    margin-top: 0.15in;
  }

  /* line 122, ../scss/news.miami.edu/_news-print-styles.scss */
  .resultSet a {
    font-size: 11pt;
  }

  /* line 123, ../scss/news.miami.edu/_news-print-styles.scss */
  .resultSet p {
    font-size: 10pt;
  }

  /* line 124, ../scss/news.miami.edu/_news-print-styles.scss */
  .resultSet b {
    font-family: "Stag Book";
  }

  /* line 125, ../scss/news.miami.edu/_news-print-styles.scss */
  .resultCount {
    border-bottom: 1px solid #cccccc;
  }

  /*Publications*/
  /* line 127, ../scss/news.miami.edu/_news-print-styles.scss */
  #news_pub .pad_r_0 {
    /*margin-left:0.15in;*/
  }

  /* line 129, ../scss/news.miami.edu/_news-print-styles.scss */
  div.pad_l_0 p {
    /*margin-left:0.25in;*/
  }

  /* line 131, ../scss/news.miami.edu/_news-print-styles.scss */
  #news_pub .pad_r_0 div {
    float: left;
    margin-right: 2.8%;
    width: 14.3%;
  }

  /* line 132, ../scss/news.miami.edu/_news-print-styles.scss */
  #news_pub .pad_r_0 div:last-of-type {
    margin-right: 0;
  }

  /* line 133, ../scss/news.miami.edu/_news-print-styles.scss */
  .content-main h1 {
    font-size: 24pt;
  }

  /* line 134, ../scss/news.miami.edu/_news-print-styles.scss */
  #news_pub p a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 135, ../scss/news.miami.edu/_news-print-styles.scss */
  #news_pub {
    border-top: solid 1px #ddd;
    margin-left: 0.25in !important;
    margin-right: 0.25in !important;
    padding-top: 0.15in;
  }

  /* line 136, ../scss/news.miami.edu/_news-print-styles.scss */
  #news_pub hr.news-divider {
    display: block !important;
    margin: 0.15in 0;
  }

  /* line 137, ../scss/news.miami.edu/_news-print-styles.scss */
  #news_pub h2 {
    font-size: 20pt;
    margin-bottom: 0.1in;
  }

  /* line 138, ../scss/news.miami.edu/_news-print-styles.scss */
  #news_pub img {
    width: 100%;
  }

  /* line 139, ../scss/news.miami.edu/_news-print-styles.scss */
  #news_pub a {
    font-style: normal;
    text-decoration: none !important;
  }

  /* line 140, ../scss/news.miami.edu/_news-print-styles.scss */
  #news_pub .column {
    padding: 0;
    margin-bottom: 0;
  }

  /* line 141, ../scss/news.miami.edu/_news-print-styles.scss */
  #news_pub .columns {
    margin-bottom: 0.25in !important;
  }

  /*===LOAD-MORE===*/
  /* line 143, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #newsContainer, #homenews #filterContainer {
    width: 100% !important;
    page-break-before: always;
  }

  /* line 144, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .columns-l .img_wrapper-print, #homenews #news .columns-l .news_container, #homenews #newsContainer .columns-r .news_container, #homenews #filterContainer .columns-r .news_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 146, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .newsprint .columns-r h2, #homenews #news .newsprint .columns-r p {
    padding-left: 0;
  }

  /* line 147, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .columns-r time {
    left: -0.05in;
  }

  /* line 148, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews .row.topbar {
    border: none;
  }

  /* line 149, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews #news .print-only.newsprint {
    display: inline-table !important;
    float:left;
  }

  /* TOPICS */
  /* line 151, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews.topics #news .newsprint {
    height: initial !important;
  }

  /* line 152, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews.topics .page-title {
    margin-bottom: 0 !important;
  }

  /* line 153, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews.topics .page-title h1 {
    font-size: 16pt !important;
    margin-bottom: 0 !important;
  }

  /* line 154, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews.topics .column {
    padding-left: 0.9rem !important;
  }

  /* line 155, ../scss/news.miami.edu/_news-print-styles.scss */
  #homenews.topics #newsContainer .newsprint, #newsContainer .newsprint, #homenews.topics #filterContainer .newsprint, #filterContainer .newsprint {
    padding-left: 0.04in !important;
    padding-right: 0.04in !important;
  }

}

/* ====================== END PRINT STYLES ====================== */



/* line 393, ../scss/news.scss */
table.caption-table-right {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  border: 0px;
  padding: 0 !important;
}

/* line 394, ../scss/news.scss */
table.caption-table-right tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #fff;
}

/* line 395, ../scss/news.scss */
table.caption-table-right tr th, table tr td {
  padding: 0 !important;
  font-size: 13px;
  color: #aaaaaa;
  font-family: 'Stag Sans Medium';
  line-height: 18px;
}

/* line 397, ../scss/news.scss */
table.caption-table-left {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
  border: 0px;
  padding: 0 !important;
}

/* line 398, ../scss/news.scss */
table.caption-table-left tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #fff;
}

/* line 399, ../scss/news.scss */
table.caption-table-left tr th, table tr td {
  padding: 0 !important;
  font-size: 13px;
  color: #aaaaaa;
  font-family: 'Stag Sans Medium';
  line-height: 18px;
}

/* line 401, ../scss/news.scss */
tr.image-caption-text td {
  font-size: 13px;
  color: #aaaaaa;
  font-family: 'Stag Sans Medium';
  line-height: 18px !important;
  padding-top: 10px !important;
}

/* line 402, ../scss/news.scss */
td.image-caption-text p {
  font-size: 13px;
  color: #aaaaaa;
  font-family: 'Stag Sans Medium';
  line-height: 18px !important;
  padding-top: 10px !important;
  margin-bottom: 0 !important;
}


/*Backwards compatability during rollout */
ul.panel-nav, ul.panel-nav li, ul.quiclinks, ul.quicklinks li {list-style: none;}


/* Fix xlarge issue with roadmap in sliver */
@media (min-width: 64em) and (max-width: 185.313em) {
  .xlarge-news-offset-0-25 {
    margin-left: 0.5% !important;
  }

  /* line 600, ../scss/generic.scss */
  .xlarge-news.offset-neg-0-25 {
    margin-left: -0.5% !important;
  }
  
  .xlarge-news-4 { width:30% !important; }
  
  .xlarge-news-8 { width: 66.666666667% !important; }
  
  .supernav > li > a {
    padding: 12px 2px 0 !important;
}
}
